

@media only screen and (max-width: 991px) {
  .search {
    display: block;
  }
}

.nav-fixed label.fa.fa-search {
  color: var(--heading-color);
  opacity: 0.95;
}

.w3l-cover-3 .top-bottom {
  background: url(../images/bgdubai6.jpg) no-repeat top center;
  background-size: cover;
  min-height: 750px;
  position: relative;
  z-index: 1;
}

.w3l-cover-3 .top-bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.w3l-cover-3 .middle-section {
  padding-top: 15em;
}

.w3l-cover-3 .middle-section h2 {
  font-size: 55px;
  color: #fff;
  vertical-align: top;
  line-height: 60px;
  font-weight: 600;
}

.w3l-cover-3 p {
  font-size: 24px;
  color: #eee;
  line-height: 30px;
  margin-bottom: 15px;
  letter-spacing: 0;
}

.w3l-cover-3 .w3l-cover-3-gd {
  display: flex;
  flex-wrap: wrap;
  max-width: 1550px;
  margin: auto;
}

.w3l-cover-3 .most-searches {
  text-align: left;
  max-width: 850px;
  margin: auto;
  margin-top: 60px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 30px;
  margin-bottom: 15px;
}

.w3l-cover-3 .most-searches h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.w3l-cover-3 .most-searches ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.w3l-cover-3 .most-searches ul li a {
  font-size: 17px;
  color: #eee;
  text-decoration: underline;
}

.w3l-cover-3 .most-searches ul li a:hover {
  color: var(--primary-color);
}

.w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
  /*background: #fff;*/
  padding: 0px;
  font-size: 16px;
  outline: none;
  border: none;
  height: 60px;
  border-radius: 3px;
  font-family: inherit;
  margin-top: 0px
}

.w3l-cover-3 .w3l-cover-3-gd span.input-group-btn {
  width: 60.5%;
  background: #fff;
}

.w3l-cover-3 .w3l-cover-3-gd select {
  padding: 0 10px !important;
  border: none !important;
  height: 60px !important;
  border-left: 1px solid #000 !important;
  background: url(../images/down.png) no-repeat 92% 52%;
  outline: none;
  width: 100% !important;
  font-size: 16px;
  color: #888;
  text-align: left;
  -webkit-appearance: none;
  cursor: pointer !important;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  padding-left: 15px !important;
  border-radius: 3px;
  font-family: inherit;
}

.w3l-cover-3 .w3l-cover-3-gd select option {
  padding: 10px;
  background: #f9f9f9;
}

.w3l-cover-3 .w3l-cover-3-gd select option:hover {
  background: #333;
  color: #fff;
}

.w3l-cover-3 .w3l-cover-3-gd button {
  text-align: center;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  height: 60px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  width: 20%;
  font-weight: 600;
}

.w3l-cover-3 .demo a {
  position: absolute;
  bottom: 20px;
  left: 48%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: opacity .3s;
  font-weight: 600;
}

.w3l-cover-3 .demo a:hover {
  opacity: .5;
}

.w3l-cover-3 #bottom a {
  padding-top: 70px;
}

.w3l-cover-3 #bottom a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media (max-width: 1080px) {
  .w3l-cover-3 .top-bottom {
    min-height: 700px;
  }

  .w3l-cover-3 .middle-section h2 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media (max-width: 1080px) {
  .w3l-cover-3 .link-list-menu p {
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 992px) {
  .w3l-cover-3 .top-bottom {
    min-height: 750px;
  }

  .w3l-cover-3 .w3l-cover-3-gd button {
    width: 19%;
  }
}

@media (max-width: 800px) {
  .w3l-cover-3 .middle-section h2 {
    font-size: 45px;
    line-height: 50px;
  }

  .w3l-cover-3 .middle-section a {
    margin-top: 40px;
  }

  .w3l-cover-3 .middle-section {
    padding-top: 11em;
  }

  .w3l-cover-3 .most-searches {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
    width: 100%;
    margin: 4px 0;
    border-radius: 4px;
  }

  .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn {
    width: 49.5%;
    margin-bottom: 4px;
    border-radius: 4px;
  }

  .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn:nth-child(2) {
    margin-right: .5%;
  }

  .w3l-cover-3 .w3l-cover-3-gd span.input-group-btn:nth-child(3) {
    margin-left: .5%;
  }

  .w3l-cover-3 .w3l-cover-3-gd button {
    width: 100%;
    border-radius: 4px;
  }

  .w3l-cover-3 p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 736px) {
  .w3l-cover-3 .middle-section h2 {
    font-size: 40px;
  }
}

@media (max-width: 667px) {
  .w3l-cover-3 .link-list-menu {
    max-width: 523px;
  }

  .w3l-cover-3 .link-list-menu p {
    padding-top: 19px;
  }

  .w3l-cover-3 .middle-section a {
    margin-top: 30px;
  }
}

.w3l-cover-3 .middle-section h5 {
  padding-bottom: 10px;
}

@media (max-width: 640px) {
  .w3l-cover-3 .link-list-menu p {
    font-size: 23px;
  }
}

@media (max-width: 600px) {
  .w3l-cover-3 .middle-section h2 {
    font-size: 38px;
  }

  .w3l-cover-3 .link-list-menu p {
    padding-top: 13px;
  }

  .w3l-cover-3 .middle-section h5 {
    padding-bottom: 8px;
  }

  .w3l-cover-3 .most-searches ul li a {
    font-size: 15px;
  }

  .w3l-cover-3 .most-searches h4 {
    font-size: 18px;
  }

  .w3l-cover-3 .most-searches {
    grid-gap: 20px;
  }

  .w3l-cover-3 p {
    font-size: 17px;
    margin-bottom: 0px;
  }
}

@media (max-width: 568px) {
  .w3l-cover-3 .top-bottom {
    min-height: 700px;
  }

  .w3l-cover-3 .middle-section {
    padding-top: 10em;
  }
}

@media (max-width: 480px) {
  .w3l-cover-3 .middle-section h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .w3l-cover-3 .link-list-menu p {
    font-size: 19px;
    line-height: 25px;
  }
}

@media (max-width: 440px) {
  .w3l-cover-3 .most-searches h4 {
    font-size: 16px;
  }

  .w3l-cover-3 .most-searches {
    grid-gap: 25px;
    margin-top: 40px;
    align-items: center;
  }
}

@media (max-width: 415px) {
  .w3l-cover-3 .middle-section {
    padding-top: 8em;
  }

  .w3l-cover-3 .top-bottom {
    min-height: 650px;
  }

  .w3l-cover-3 .demo a {
    bottom: 0px;
  }

  .w3l-cover-3 #bottom a {
    padding-top: 60px;
  }

  .w3l-cover-3 .most-searches {
    margin-top: 30px;
  }
}

@media (max-width: 384px) {
  .w3l-cover-3 .link-list-menu p {
    font-size: 18px;
  }

  .w3l-cover-3 .middle-section a {
    margin-top: 25px;
  }

  .w3l-cover-3 .middle-section h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .w3l-cover-3 .most-searches ul li a {
    font-size: 14px;
  }

  .w3l-cover-3 .most-searches {
    grid-gap: 15px;
  }

  .w3l-cover-3 .most-searches h4 {
    font-size: 13px;
  }

  .w3l-cover-3 .top-bottom {
    min-height: 600px;
  }
}

@media (max-width: 320px) {
  .w3l-cover-3 .link-list-menu {
    width: 281px;
  }

  .w3l-cover-3 .link-list-menu p {
    font-size: 20px;
  }

  .w3l-cover-3 .middle-section h2 {
    font-size: 33px;
  }
}

/*-- footer --*/
.w3l-footers-20 .d-grid {
  display: grid;
}

.w3l-footers-20 .grid-col-2 {
  grid-template-columns: 1fr 1fr;
}

.w3l-footers-20 .grid-col-3 {
  grid-template-columns: 1fr auto;
}

.w3l-footers-20 .grid-col-4 {
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-gap: 30px;
}

.w3l-footers-20 .grid-auto-columns {
  grid-auto-flow: column;
}

.w3l-footers-20 .text-left {
  text-align: left;
}

.w3l-footers-20 .text-center {
  text-align: center;
}

.w3l-footers-20 .text-right {
  text-align: right;
}

.w3l-footers-20 {
  padding: 60px 0;
  position: relative;
  background: var(--bg-color);
  padding-bottom: 0%;
}

.w3l-footers-20 .column {
  padding: 0 20px;
  border-right: 1px solid var(--border-color-light);
}

.w3l-footers-20 .column:first-child {
  padding-left: 0;
}

.w3l-footers-20 .column:last-child {
  border-right: 1px solid transparent;
  padding-right: 0;
}

.w3l-footers-20 .grids-content h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.w3l-footers-20 .grids-content a p:hover {
  color: var(--primary-color);
}

.w3l-footers-20 .grids-content p.contact-phone,
.w3l-footers-20 .grids-content p.contact-map {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  opacity: 1;
}

.w3l-footers-20 ul.links li a {
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #8289ab;
}

.w3l-footers-20 ul.links li,
.w3l-footers-20 ul.social li {
  display: inline-block;
  margin-right: 15px;
}

.w3l-footers-20 .bottom-border {
  border-top: 1px solid var(--border-color-light);
  margin-top: 60px;
  padding: 33px;
  background: #444444;

}

.w3l-footers-20 .columns ul li a {
  font-size: 16px;
  line-height: 25px;
}

ul.footers-17_social li {
  display: inline-block;
  margin: 0;
}

ul.footers-17_social {
  margin-top: 0px;
}

ul.footers-17_social li a {
  margin: 0;
}

ul.footers-17_social li a span.fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}

ul.footers-17_social li a.twitter span.fa {
  color: #fff;
  background: #1da1f2;
}

ul.footers-17_social li a.facebook span.fa {
  color: #fff;
  background: #3b5998;
}

ul.footers-17_social li a.linkedin span.fa {
  color: #fff;
  background: #0077b5;
}

ul.footers-17_social li a.instagram span.fa {
  color: #fff;
  background: #c13584;
}

ul.footers-17_social li {
  margin-right: 5px;
}

.w3l-footers-20 .column a.link span.fa {
  font-size: 50px;
  display: block;
  margin-bottom: 10px;
  color: var(--primary-color);
}

p.copy-footer-29 a {
  color: var(--heading-color);
}

.w3l-footers-20 ul.social li a:hover,
.w3l-footers-20 .columns p a:hover {
  color: var(--primary-color);
}

form.subscribe-form .form-group {
  display: flex;
}

.subscribe-form input[type="email"] {
  position: relative;
  line-height: 28px;
  padding: 10px 30px;
  border: 1px solid var(--border-color-light);
  background: none;
  display: block;
  font-size: 17px;
  width: 100%;
  height: 55px;
  color: var(--font-color);
  border-radius: var(--border-radius-full);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
}

form.subscribe-form .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

a.title-small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  letter-spacing: 1px;
  color: var(--primary-color);
}

@media (max-width: 1280px) {

  .w3l-footers-20 ul.links li,
  .w3l-footers-20 ul.social li {
    margin-right: 10px;
  }
}

@media (max-width: 1080px) {
  .w3l-footers-20 .column {
    padding: 0 10px;
  }

  .w3l-footers-20 .grid-col-4 {
    grid-gap: 10px;
  }
}

@media (max-width: 991px) {
  .w3l-footers-20 .grid-col-4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .w3l-footers-20 .column:first-child {
    padding-left: 20px;
  }

  .w3l-footers-20 .grids-content {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0px;
  }

  .w3l-footers-20 .links-grid {
    text-align: center;
    margin: 20px 0;
  }

  .w3l-footers-20 .column {
    border: none;
  }

  .w3l-footers-20 .column {
    padding: 20px;
  }

  .w3l-footers-20 .column:last-child {
    padding-bottom: 0;
  }

  .w3l-footers-20 .bottom-border {
    margin-top: 30px;
  }

  .w3l-footers-20 .grid-col-3 {
    grid-template-columns: 1fr;
    text-align: center;
    grid-gap: 20px;
  }
}

@media (max-width: 736px) {
  .w3l-footers-20 .grid-col-4 {
    grid-template-columns: 1fr;
  }

  .w3l-footers-20 .column a.link span.fa {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .w3l-footers-20 .column {
    padding: 20px 0;
  }

  .w3l-footers-20 .column:first-child {
    padding-left: 0px;
  }

  .w3l-footers-20 .grid-col-3 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .w3l-footers-20 .text-right {
    text-align: center !important;
    margin-top: 10px;
  }
}

@media (max-width: 568px) {
  .w3l-footers-20 {
    padding: 20px 0 30px;
  }

  .w3l-footers-20 .column:nth-child(1),
  .w3l-footers-20 .column:nth-child(2) {
    border-bottom: 1px solid transparent;
  }

  .w3l-footers-20 .grids-content p.contact-phone {
    font-size: 16px;
  }
}

@media (max-width: 480px) {

  .w3l-footers-20 .columns p,
  .w3l-footers-20 .columns ul li a,
  .w3l-footers-20 .columns li select {
    font-size: 16px;
  }

  .w3l-footers-20 .grids-content {
    grid-template-columns: 1fr;
  }

  .w3l-footers-20 .column a.link span.fa {
    font-size: 30px;
  }
}

@media (max-width: 415px) {
  .w3l-footers-20 .bottom-border {
    margin-top: 30px;
  }

  .subscribe-form input[type="email"] {
    padding: 10px 25px;
    font-size: 16px;
  }

  form.subscribe-form .btn {
    font-size: 15px;
  }
}

@media (max-width: 384px) {
  .w3l-footers-20 .bottom-border {
    margin-top: 25px;
    padding-top: 20px;
  }

  .w3l-footers-20 .links-grid {
    margin: 15px 0;
  }

  .w3l-footers-20 .grids-content h4 {
    font-size: 20px;
  }
}

#movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 46px;
  height: 46px;
  background: var(--primary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 50px;
  transition: 0.3s ease-out;
}

#movetop:hover {
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out;
}

/*-- //footer --*/
.locations-1 .box16 {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.box16:hover img {
  transform: scale(1.1);
  transition: transform 0.3s linear;
}

.locations-1 .box16 .box-content,
.locations-1 .box16:after {
  width: 100%;
  position: absolute;
  left: 0;
}

.locations-1 .box16:after {
  content: "";
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.08) 69%, rgba(0, 0, 0, 0.76) 100%);
  top: 0;
  border-radius: 4px;
  transition: all .5s ease 0s;
}

.locations-1 .box16 .post,
.locations-1 .box16 .title {
  transform: translateY(30px);
  transition: all 0.4s cubic-bezier(0.13, 0.62, 0.81, 0.91) 0s;
}

.locations-1 .box16:hover:after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.09) 11%, rgba(0, 0, 0, 0.12) 13%, rgba(0, 0, 0, 0.19) 20%, rgba(0, 0, 0, 0.29) 28%, rgba(0, 0, 0, 0.29) 29%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.46) 43%, rgba(0, 0, 0, 0.53) 47%, rgba(0, 0, 0, 0.75) 69%, rgba(0, 0, 0, 0.87) 84%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 0.94) 100%);
}

.locations-1 .box16 img {
  width: 100%;
  height: auto;
  transition: transform 0.3s linear;
}

.locations-1 .box16 .box-content {
  padding: 25px;
  margin-bottom: 20px;
  bottom: 0;
  z-index: 1;
  text-align: left;
}

.locations-1 .box16 .title {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
  color: #fff;
}

.locations-1 .box16 .post {
  display: block;
  padding: 0px 0;
  font-size: 15px;
  color: #eee;
}

.locations-1 .box16 .social li a,
.locations-1 .box17 .icon li a {
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}

.locations-1 .box16:hover .post,
.locations-1 .box16:hover .title {
  transform: translateY(0);
}

.locations-1 .box16 .social {
  list-style: none;
  padding: 0 0 5px;
  margin: 40px 0 25px;
  opacity: 0;
  position: relative;
  transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
  transition: all 0.6s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.locations-1 .box16:hover .social {
  opacity: 1;
  transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
}

.locations-1 .box16 .social:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
}

.locations-1 .box16 .social li {
  display: inline-block;
}

.locations-1 .box16 .social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6d3795;
  margin-right: 10px;
  transition: all .3s ease 0s;
}

.locations-1 .box17 .icon li,
.locations-1 .box17 .icon li a {
  display: inline-block;
}

.locations-1 .box16 .social li a:hover {
  background: #bea041;
}

.locations-1 .box16 .social li:last-child a {
  margin-right: 0;
}

.locations-1 .box16 img {
  border-radius: var(--border-radius);
}

@media only screen and (max-width: 480px) {
  .popular .row {
    padding: 0 10px;
  }

  .popular .col-6 {
    padding: 0 8px;
  }

  .locations-1 .box16 .title {
    font-size: 18px;
  }

  .locations-1 .box16 .box-content {
    padding: 15px;
  }
}

.rentext-listing-category {
  position: absolute;
  width: 100%;
  top: 10px;
  z-index: 2;
}

.rentext-listing-category span {
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
}

.w3l-index3 ul.w3l-right-book-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 20px;
}

.w3l-index3 ul.w3l-right-book li {
  margin-bottom: 10px;
  color: var(--font-color);
  font-size: 19px;
  list-style: inside;
  font-weight: 400;
  list-style-type: none;
}

.w3l-index3 ul.w3l-right-book li span {
  font-size: 12px;
  margin-right: 16px;
  opacity: 0.4;
}

.w3l-right-info {
  background: var(--bg-color);
  padding: 80px 60px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
}

.w3l-left-img {
  background: url(../images/bgdubai4.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  height: 100%;
}

.w3l-left-img1 {
  background: url(../images/who1.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  height: 100%;
}

.w3l-left-img2 {
  background: url(../images/dubai2.jpeg) no-repeat center center;
  background-size: cover;
  position: relative;
  border-top-left-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  height: 100%;
}

@media (max-width: 991px) {

  .w3l-left-img,
  .w3l-left-img1,
  .w3l-left-img2 {
    height: 300px;
    border-radius: 0;
    border-top-right-radius: var(--border-radius);
    border-top-left-radius: var(--border-radius);
  }
}

@media (max-width: 736px) {
  .w3l-right-info {
    padding: 60px 40px;
  }

  .w3l-index3 ul.w3l-right-book li {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .w3l-index3 ul.w3l-right-book-grid {
    grid-template-columns: 1fr;
    grid-gap: 0 0px;
  }

  .w3l-index3 ul.w3l-right-book li {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}

@media (max-width: 415px) {
  .w3l-right-info {
    padding: 40px 20px;
  }
}

.w3l-bottom-grids {
  background: var(--bg-color);
}

.w3l-bottom-grids .area-box {
  padding: 0px 25px;
  border-radius: var(--border-radius);
  text-align: center;
}

.w3l-bottom-grids .area-box h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-top: 15px;
  color: var(--font-color);
  opacity: .6;
}

.w3l-bottom-grids .grids-feature span.fa {
  color: var(--primary-color);
  font-size: 30px;
}

.w3l-bottom-grids h4 a.title-head {
  font-size: 22px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 20px;
  display: block;
  color: var(--heading-color);
}

.w3l-bottom-grids h4 a.title-head:hover {
  color: var(--primary-color);
}

@media (max-width: 1080px) {
  .w3l-bottom-grids .area-box {
    padding: 40px 10px 0px;
  }
}

@media (max-width: 991px) {
  .w3l-bottom-grids {
    position: relative;
    z-index: 1;
    margin-top: 0px;
  }
}

@media (max-width: 480px) {
  .w3l-bottom-grids h4 a.title-head {
    font-size: 22px;
    letter-spacing: 0;
  }

  .w3l-bottom-grids .area-box {
    padding: 20px 10px 0px;
  }
}

.client-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-content: space-between;
  grid-gap: 30px;
}

.testimonial {
  border-top: 1px solid var(--border-color-light);
  padding-top: 30px;
}

.testi-des h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
}

p.indentity {
  opacity: .6;
}

.testimonial blockquote {
  font-size: 20px;
  color: var(--heading-color);
  margin-top: 20px;
}

@media (max-width: 736px) {
  .testimonial blockquote {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .client-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.w3l-companies-hny-6 {
  background: var(--bg-color);
  border-bottom: 1px solid var(--border-color-light);
}

.company-gd a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.company-gd:hover a img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.w3l-news .blog-info {
  padding: 35px 25px;
  border: 1px solid var(--border-color);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.w3l-news .grids5-info {
  position: relative;
  transition: 0.3s ease-in;
  display: block;
  height: 100%;
  background: var(--bg-color);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.w3l-news a.zoom {
  overflow: hidden;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.w3l-news a.zoom img {
  transition: 0.3s ease-in-out;
}

.w3l-news .grids5-info:hover img {
  overflow: hidden;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}

.w3l-news img.news-image {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.w3l-news .grids5-info h4 a {
  font-size: 22px;
  line-height: 27px;
  color: var(--heading-color);
  display: block;
  font-weight: 600;
}

.w3l-news .grids5-info h4 a:hover {
  color: var(--primary-color);
}

.w3l-news .grids5-info p {
  margin-top: 15px;
}

.w3l-news p.date {
  font-size: 15px;
  margin-top: 8px;
  color: #949494;
}

.w3l-news .grids5-info img {
  width: 100%;
  display: block;
}

.w3l-news a.btn-news {
  padding: 0;
  border-bottom: 2px solid var(--primary-color);
  color: var(--heading-color);
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 0;
}

.w3l-news a.btn-news:hover {
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}

@media all and (max-width: 1280px) {
  .w3l-news .d-grid {
    grid-gap: 15px;
  }
}

@media all and (max-width: 1080px) {
  .w3l-news .d-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 800px) {
  .w3l-news .d-grid {
    grid-gap: 30px;
  }
}

@media all and (max-width: 768px) {
  .w3l-news .grids5-info h4 a {
    font-size: 20px;
    line-height: 25px;
  }
}

@media all and (max-width: 668px) {
  .w3l-news .d-grid {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 568px) {
  .w3l-news .d-grid {
    grid-template-columns: 1fr;
  }

  .w3l-news .grids5-info p {
    margin-top: 12px;
  }
}

@media all and (max-width: 414px) {
  .w3l-news .grids5-info h4 a {
    font-size: 20px;
  }
}

a.category {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 17px;
}

span.posted-date {
  position: absolute;
  background: var(--bg-color);
  left: 20px;
  top: -20px;
  border-top: 2px solid var(--primary-color);
  padding: 10px 25px;
  text-align: center;
  border-radius: var(--border-radius);
  z-index: 2;
}

span.small {
  display: block;
  color: var(--heading-color);
  font-weight: 600;
}

span.big {
  display: block;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  margin-top: 8px;
}

@media (max-width: 736px) {
  span.big {
    font-size: 25px;
    margin-top: 4px;
  }

  span.posted-date {
    padding: 10px 20px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  border: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media (max-width: 568px) {

  .owl-carousel .owl-dots.disabled,
  .owl-carousel .owl-nav.disabled {
    display: none;
  }
}

/**
  * Owl Carousel v2.3.4
  * Copyright 2013-2018 David Deutsch
  * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
  */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  display: block;
}

.owl-dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  background: none;
}

.owl-blog .owl-dots {
  display: none;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 18px;
  margin: 0px;
  width: 50px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
  outline: none;
  box-shadow: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  text-align: left;
}

.w3l-portflioblock .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0px;
  text-align: center;
}

.w3l-blog-slider .owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 2px;
  background: #d8d8d8;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  position: relative;
}

button.owl-next,
button.owl-prev {
  position: absolute;
  bottom: 50%;
}

button.owl-prev {
  left: 10px;
}

button.owl-next {
  right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

@media all and (max-width: 640px) {
  .owl-dots {
    margin-top: 30px;
  }

  button.owl-next,
  button.owl-prev {
    position: absolute;
    bottom: 38%;
  }
}

.breadcrumb-bg-about {
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

h2.title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin-top: 95px;
  text-align: center;
}

.w3l-right-info h5 {
  font-size: 20px;
  line-height: 30px;
}

.w3l-right-info span.video-play-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 20px;
  padding-left: 6px;
  text-align: center;
  line-height: 55px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  margin-right: 12px;
}

.w3l-right-info a.play-view {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
}

.w3l-right-info a.play-view:hover {
  color: var(--primary-color);
}

@media (max-width: 568px) {
  .w3l-right-info h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 415px) {
  .w3l-right-info a.play-view {
    font-size: 16px;
  }
}

.area-box {
  padding: 50px 40px;
  position: relative;
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-color);
}

.area-box h4 a.title-head {
  margin-top: 25px;
  display: block;
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  font-size: 24px;
}

.area-box h4 a.title-head:hover {
  color: var(--primary-color);
}

@media (max-width: 991px) {
  .area-box h4 a.title-head {
    line-height: 1.2;
    font-size: 22px;
  }

  .area-box {
    padding: 40px 35px;
  }
}

@media (max-width: 736px) {
  .area-box h4 a.title-head {
    font-size: 22px;
  }
}

@media (max-width: 415px) {
  .area-box h4 a.title-head {
    font-size: 20px;
    margin-top: 20px;
  }

  .area-box {
    padding: 35px 30px;
  }
}

.grids-feature span.fa {
  color: var(--primary-color);
  font-size: 30px;
}

.area-box.no-box-shadow {
  box-shadow: none;
}

.w3l-aboutblock2 {
  background: var(--bg-color);
}

.w3l-stats {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url(../images/dubai-cfo.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.w3l-stats-spain {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url(../images/spainopp.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.w3l-stats-malta {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url(../images/maltafooter.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.w3l-stats-d2portugal {
  background-size: cover;
  background-image: linear-gradient(to right, rgba(25, 25, 25, 0.7), rgba(0, 0, 0, 0.7)), url(../images/portugalfooter.jpg);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.stats_info {
  text-align: center;
  padding: 0 30px;
}

.stats_info h3 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #eee;
  display: inline-block;
  text-transform: capitalize;
}

p.counter {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0;
  display: inline-block;
  opacity: 1;
}

span.plus {
  font-size: 45px;
  font-weight: 600;
  color: #eee;
  margin-left: 6px;
}

@media only screen and (max-width: 1080px) {
  .stats_info {
    padding: 0 10px;
  }

  p.counter {
    font-size: 40px;
  }

  span.plus {
    font-size: 35px;
  }

  .stats_info h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 736px) {
  p.counter {
    margin: 0px 0px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 415px) {
  p.counter {
    font-size: 35px;
    line-height: 50px;
  }

  span.plus {
    font-size: 30px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 375px) {
  .stats_info {
    padding: 0 15px;
  }

  .stats_info h3 {
    font-size: 16px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  line-height: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  background: transparent;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Styles for dialog window */
#small-dialog,
#small-dialog1 {
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

div#small-dialog iframe,
div#small-dialog1 iframe {
  width: 100%;
  height: 420px;
  display: block;
  border-radius: 10px;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.listing-details {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--bg-color);
  border-radius: 0px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  box-shadow: 0px 9px 24px 5px rgba(0, 0, 0, 0.04);
}

.listing-img .box16 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 278px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.locations-1 .box16 img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

@media only screen and (max-width: 415px) {
  .listing-details {
    padding: 30px 25px;
  }
}

ul.details-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.single-bg-white {
  background: var(--bg-color);
  padding: 30px;
  border-radius: var(--border-radius);
  margin-bottom: 40px;
  box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}

ul.details-list li {
  color: var(--font-color);
  font-size: 18px;
}

ul.details-list li strong {
  color: var(--heading-color);
}

.listing-category span {
  background: rgba(0, 0, 0, 0.35);
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
}

.post-content iframe {
  width: 100%;
  height: 400px;
  border-radius: var(--border-radius);
}

.side-post-banner {
  background: url(../images/p1.jpg) no-repeat 0px 0px;
  background-size: cover;
  padding: 3em 2em;
  border-radius: var(--border-radius);
  position: relative;
  z-index: 1;
  min-height: 380px;
  display: grid;
  align-content: flex-end;
}

.side-post-banner:before {
  content: "";
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: var(--border-radius);
}

.side-post-banner h3 {
  color: #fff;
  font-weight: 600;
}

.side-post-banner a.btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.user-avatar img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.users_box_info {
  text-align: center;
  padding: 30px 20px;
  background: var(--bg-color);
  border-radius: var(--border-radius);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}

h4.user_title.agent a {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--heading-color);
  display: block;
}

.users_box:hover .user_title a {
  color: var(--primary-color);
}

p.user_position {
  opacity: .5;
}

span.phone-detail a {
  font-size: 18px;
  opacity: .8;
  display: block;
  margin-top: 15px;
  color: var(--heading-color);
}

span.phone-detail a:hover {
  opacity: 1;
}

ul.social li {
  display: inline-block;
  margin-right: 2px;
}

ul.social li a span.fa {
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50px;
  font-size: 15px;
}

ul.social li a span.fa-facebook {
  background: #3b5998;
  color: #fff;
}

ul.social li a span.fa-twitter {
  background: #1da1f2;
  color: #fff;
}

.agent-info {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  padding: 20px 20px;
  box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}

.team-info p {
  color: var(--heading-color);
}

.team-info p a {
  color: var(--font-color);
}

.team-info p a:hover {
  color: var(--primary-color);
}

a.cost-estate {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

ul.estate-info li {
  display: inline-block;
  margin-right: 20px;
  color: var(--heading-color);
  font-weight: 600;
  font-size: 15px;
}

ul.estate-info li span.fa {
  color: var(--font-color);
  width: 22px;
  font-size: 14px;
  opacity: .5;
}

.blog-details .author {
  display: grid;
  grid-template-columns: 55px auto;
  grid-gap: 20px;
}

.blog-details a.comment-img {
  left: 0px;
  top: 0px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.blog-details ul.blog-meta li a {
  font-size: 18px;
  color: var(--heading-color);
  font-weight: 600;
  line-height: 28px;
}

.agent-form .input-field input,
.agent-form .input-field textarea {
  background: var(--bg-grey);
  border: none;
  color: var(--font-color);
  font-size: 16px;
  line-height: 28px;
  padding: 12px 27px;
  width: 100%;
  border-radius: var(--border-radius-full);
  border: 1px solid var(--border-color-light);
  outline: none;
  margin-bottom: 15px;
  resize: none;
}

.agent-form .input-field input:focus,
.agent-form .input-field textarea:focus {
  background: var(--bg-color);
  border: 1px solid var(--primary-color);
}

.agent-map iframe {
  width: 100%;
  height: 250px;
  border-radius: var(--border-radius);
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
}

@media (max-width: 480px) {
  .side-post-banner {
    min-height: 280px;
  }

  ul.estate-info li {
    margin-right: 15px;
    font-size: 14px;
  }

  p.user_position {
    font-size: 16px;
  }

  a.cost-estate {
    font-size: 20px;
  }

  h4.user_title.agent a {
    font-size: 18px;
  }

  .blog-details ul.blog-meta li a {
    font-size: 16px;
  }
}

ul.page-pagination li {
  display: inline-block;
}

ul.page-pagination li span.current {
  display: block;
  padding: 10px 18px;
  color: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  font-weight: 700;
  background: var(--primary-color);
  transition: background-color .15s linear, color .15s linear;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

ul.page-pagination li a.page-numbers,
ul.page-pagination li a.next {
  display: block;
  padding: 10px 18px;
  background-color: var(--bg-color);
  border: 1px solid var(--border-color-light);
  border-radius: 50px;
  font-weight: 700;
  color: var(--font-color);
  transition: background-color .15s linear, color .15s linear;
  box-shadow: 0 25px 98px 0 rgba(19, 19, 19, 0.03);
}

ul.page-pagination li a.page-numbers:hover,
ul.page-pagination li a.next:hover {
  background-color: var(--bg-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

@media (max-width: 384px) {

  ul.page-pagination li a.page-numbers,
  ul.page-pagination li a.next,
  ul.page-pagination li span.current {
    padding: 7px 15px;
  }
}

/*Search Box Widget*/
.sidebar-title h4 {
  font-size: 22px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 600;
  margin-bottom: 30px;
}

.sidebar-widget {
  margin-bottom: 40px;
  padding: 40px 30px;
  background: var(--bg-color);
  border-radius: var(--border-radius);
  box-shadow: rgba(1, 1, 1, 0.05) 1px 1px 5px 0px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  padding: 10px 50px 10px 20px;
  border: 1px solid var(--border-color);
  background: var(--bg-grey);
  display: block;
  font-size: 19px;
  width: 100%;
  height: 55px;
  color: var(--font-color);
  border-radius: var(--border-radius);
  outline: none;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
  border: 1px solid #999;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 50px;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  border: none;
  background: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  background: var(--primary-color);
  border-radius: var(--border-radius);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Blog Category */
.blog-cat {
  position: relative;
  padding: 0;
}

.blog-cat li {
  position: relative;
  list-style-type: none;
}

.blog-cat li a {
  position: relative;
  color: var(--font-color);
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 10px 15px 0px 20px;
}

.blog-cat li a span {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 27px;
  height: 27px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  border-radius: var(--border-radius);
  background-color: var(--bg-light);
}

.blog-cat li a:before {
  display: inline-block;
  color: var(--primary-color);
  font-family: 'FontAwesome';
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--font-color);
  position: absolute;
  top: 20px;
  left: 0px;
  border: 1px solid var(--bg-grey);
  opacity: .3;
}

.twitter-feed li a {
  padding: 10px 15px 0px 30px;
  margin-top: 10px;
}

ul.blog-cat li a span.fa {
  position: static;
  color: var(--primary-color);
  font-size: inherit;
  background: none;
}

.sidebar-sticky-fix {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.blog-cat li a:hover::before {
  opacity: 1;
}

.sidebar-widget figure {
  margin: 0 0 0rem;
}

.blog-cat li:first-child a {
  padding-top: 0;
}

.blog-cat li:first-child a:before,
.blog-cat li:first-child a span {
  top: 12px;
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: var(--primary-color);
}

/* Post Widget */
.popular-posts .post {
  position: relative;
  min-height: 100px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color-light);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 20px;
}

.popular-posts .post:last-child {
  margin-bottom: 0px;
  border-bottom: 1px solid transparent;
}

.sidebar-widget:last-child {
  margin-bottom: 0px;
}

.popular-posts .post .post-thumb {
  width: 80px;
  overflow: hidden;
}

.popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.popular-posts .post .text {
  position: relative;
  font-size: 22px;
  margin: 0px 0px 10px;
  font-weight: 500;
  color: var(--heading-color);
  line-height: 1.2em;
  align-self: center;
}

.popular-posts .post .text a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--heading-color);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.popular-posts .post a:hover {
  color: var(--primary-color);
}

.popular-posts .post-info {
  position: relative;
  font-size: 14px;
  color: var(--font-color);
  font-weight: 400;
}

/*Instagram Widget*/
.sidebar .instagram-widget .images-outer {
  position: relative;
  margin: 0px -4px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.sidebar .instagram-widget .image-box1 {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0px 6px;
  margin-bottom: 12px;
}

.sidebar .instagram-widget .image-box:nth-child(3),
.sidebar .instagram-widget .image-box:nth-child(6) {
  margin-right: 0px;
}

.images-outer a img {
  border-radius: 8px;
}

.sidebar .instagram-widget .image-box1 .overlay-box {
  position: absolute;
  content: '';
  left: 14px;
  top: 10px;
  bottom: 10px;
  right: 14px;
  display: block;
  z-index: 1;
  opacity: 0;
  text-align: center;
  padding: 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 44px;
  transition: all 300ms ease;
  background-color: #49c0b6;
  border-radius: 8px;
}

.sidebar .instagram-widget .image-box .overlay-box:before {
  position: absolute;
  top: 50%;
  margin-left: -12px;
  margin-top: -22px;
  display: inline-block;
}

.sidebar .instagram-widget .image-box:hover .overlay-box {
  opacity: 1;
}

.sidebar .instagram-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 8px;
  transition: all 300ms ease;
}

/*Tags*/
.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 6px 12px 3px;
  margin: 0px 4px 8px 0px;
  color: var(--para-color);
  text-align: center;
  font-size: 16px;
  border: 1px solid var(--border-color-light);
  background-color: var(--bg-color);
  border-radius: var(--border-radius);
}

.sidebar .popular-tags a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

@media (max-width: 992px) {
  .sidebar-widget {
    margin-bottom: 30px;
  }
}

@media (max-width: 384px) {
  .sidebar-widget {
    padding: 30px 20px;
  }

  .w3l-blogpost-content a.blog-desc {
    font-size: 1.3rem;
  }

  .popular-posts .post .text a {
    font-size: 18px;
    line-height: 26px;
  }
}

.w3l-blog .blog-single-author-date li.circle {
  width: 50px;
  height: 50px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.w3l-blog h2.title-single {
  font-weight: 600;
}

.w3l-blog ul.blog-single-author-date li {
  display: inline-block;
  margin-right: 20px;
  transition: 0.3s ease-in-out;
}

.w3l-blog ul.blog-single-author-date li a {
  color: var(--heading-color);
  font-weight: 600;
}

.w3l-blog ul.blog-single-author-date li a:hover {
  color: var(--primary-color);
}

.w3l-blog .blo-singl {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.w3l-blog ul.share-post li {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin: 0px 3px;
}

.w3l-blog ul.share-post li a {
  display: block;
}

.w3l-blog ul.share-post li a span.fa {
  color: #fff;
  font-size: 14px;
}

.w3l-blog ul.share-post li.facebook {
  background: #3a5998;
  width: 30px;
  height: 30px;
  color: #fff;
}

.w3l-blog ul.share-post li.twitter {
  background: #55acee;
  width: 30px;
  height: 30px;
  color: #fff;
}

.w3l-blog ul.share-post li.google {
  background: #dc4e41;
  width: 30px;
  height: 30px;
  color: #fff;
}

.w3l-blog blockquote {
  padding: 30px 0;
  padding-left: 50px;
  padding-right: 50px;
  border-left: 2px solid var(--primary-color);
}

.w3l-blog blockquote q {
  color: var(--heading-color);
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.w3l-blog .text-list li {
  font-style: italic;
  display: block;
  line-height: 25px;
  margin: 12px 0;
  font-size: 18px;
  color: var(--font-color);
}

.w3l-blog .img-circle {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

.w3l-blog .img-circle img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.w3l-blog ul.time-rply li {
  display: inline-block;
  color: var(--font-color);
  font-size: 15px;
}

.w3l-blog a.name {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  display: inline-block;
}

.w3l-blog .media-body.comments-grid-right {
  border: 1px solid var(--border-color-light);
  padding: 30px;
  border-radius: var(--border-radius);
  background: var(--bg-color);
  position: relative;
}

.w3l-blog ul.time-rply li a {
  color: var(--primary-color);
}

.w3l-blog .media {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 30px;
  grid-gap: 20px;
}

.w3l-blog h6.heading-small-text-9 {
  font-size: 26px;
  color: var(--heading-color);
  font-weight: 500;
}

.w3l-blog .categories ul {
  margin-top: 20px;
}

.w3l-blog .categories ul li {
  list-style: disclosure-closed;
  color: #aaa;
  list-style-position: inside;
  list-style-type: disc;
}

.w3l-blog .categories ul li a {
  color: var(--font-color);
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 5px;
  display: inline-block;
}

.w3l-blog h6.text-left-inner-9 {
  font-size: 20px;
  line-height: 28px;
  color: var(--heading-color);
}

.w3l-blog span.sub-inner-text-9 {
  font-weight: normal;
  font-size: 14px;
  color: var(--font-color);
  margin-top: 6px;
  display: inline-block;
}

.w3l-blog span.nav-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: var(--heading-color);
}

.w3l-blog a.posts-view-left {
  display: grid;
  grid-template-columns: 23% 72%;
  grid-gap: 4%;
  align-items: center;
  margin-top: 10px;
}

.w3l-blog a.posts-view-right {
  display: grid;
  grid-template-columns: 72% 23%;
  grid-gap: 4%;
  align-items: center;
  margin-top: 10px;
}

.w3l-blog a.posts-view label {
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 600;
  margin: 0;
}

.w3l-blog a.posts-view label:hover {
  color: var(--primary-color);
}

.w3l-blog nav.post-navigation {
  border: solid var(--border-color-light);
  border-width: 1px 0px 1px 0px;
}


.w3l-blog .reply input:focus,
.w3l-blog .reply textarea:focus {
  border: 1px solid var(--primary-color);
  background: var(--bg-color);
}

.w3l-blog a.author-image {
  width: 130px;
  height: 130px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

a.author-name {
  font-size: 20px;
  line-height: 30px;
  color: var(--heading-color);
  display: block;
  margin-bottom: 6px;
}

.author-detalis {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 20px;
}

h3.post-content-title {
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .w3l-blog .blo-singl {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  h3.post-content-title {
    font-size: 24px;
  }
}

@media (max-width: 736px) {
  ul.details-list {
    grid-template-columns: 1fr 1fr;
  }

  h3.post-content-title {
    font-size: 24px;
  }

  .post-content iframe {
    height: 300px;
  }

  .w3l-blog h2.title-single {
    margin-bottom: 10px;
  }

  .w3l-blog blockquote {
    padding-left: 45px;
    padding-right: 10px;
  }

  .w3l-blog blockquote q {
    font-size: 22px;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  .w3l-blog .blo-singl {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .post-content iframe {
    height: 230px;
  }

  ul.details-list li {
    font-size: 17px;
  }

  .w3l-blog .media {
    grid-template-columns: auto;
  }

  .w3l-blog .img-circle {
    width: 80px;
    height: 80px;
  }

  .w3l-blog .reply input,
  .w3l-blog .reply textarea {
    outline: none;
    font-size: 16px;
    padding: 13px 25px;
  }

  .w3l-blog .reply textarea {
    height: 100px;
  }

  .w3l-blog blockquote {
    padding-left: 25px;
    padding-right: 0px;
  }
}

@media (max-width: 415px) {
  .w3l-blog blockquote q {
    font-size: 20px;
    line-height: 28px;
  }

  .w3l-blog .img-circle {
    width: 85px;
    height: 85px;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
  }

  h3.post-content-title {
    font-size: 22px;
  }

  .w3l-blog a.author-image {
    width: 110px;
    height: 110px;
  }

  ul.details-list {
    grid-template-columns: 1fr;
  }

  .w3l-blog ul.blog-single-author-date li {
    margin-right: 15px;
    font-size: 15px;
  }

  .w3l-blog a.name {
    font-size: 18px;
  }

  .w3l-blog a.posts-view label {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 384px) {
  .w3l-blog a.author-image {
    width: 90px;
    height: 90px;
  }

  .w3l-blog ul.blog-single-author-date li {
    margin-right: 12px;
    font-size: 15px;
  }
}

.w3l-contact-7 .cont-details p span.fa {
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  text-align: center;
  color: var(--font-color);
  opacity: .5;
}

.w3l-contact-7 .cont-details p span.fa:hover {
  color: var(--heading-color);
  opacity: 1;
}

.w3l-contact-7 .cont-details h5,
.w3l-contact-7 .contact-form h5 {
  font-size: 22px;
  line-height: 30px;
  color: var(--heading-color);
  margin-bottom: 15px;
  font-weight: 700;
}

.w3l-contact-7 .cont-details p,
.w3l-contact-7 .cont-details p a {
  color: var(--font-color);
}

.w3l-contact-7 .cont-details p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.w3l-contact-7 .contact-form {
  padding: 50px 35px;
  border: 1px solid var(--border-color-light);
  border-radius: var(--border-radius);
  background: var(--bg-color);
}

.w3l-contact-7 .cont-details address {
  padding: 50px 35px;
  border: 1px solid var(--border-color-light);
  border-radius: var(--border-radius);
  background: var(--bg-color);
}

.w3l-contact-7 .cont-details address p {
  margin: 10px 0 0 0;
}

.w3l-contact-7 .map iframe {
  width: 100%;
  height: 450px;
  border-radius: var(--border-radius);
  -webkit-filter: var(--iframe-filter);
  -moz-filter: var(--iframe-filter);
  -ms-filter: var(--iframe-filter);
  -o-filter: var(--iframe-filter);
  filter: var(--iframe-filter);
}

.w3l-contact-7 .map-content-9 form .input-field input,
.w3l-contact-7 .map-content-9 form .input-field textarea {
  background: var(--bg-color);
  border: none;
  color: var(--font-color);
  font-size: 18px;
  line-height: 28px;
  padding: 13px 30px;
  width: 100%;
  border-radius: var(--border-radius-full);
  border: 1px solid var(--border-color-dark);
  outline: none;
}

.w3l-contact-7 .map-content-9 form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  margin-top: 10px;
}

.w3l-contact-7 .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.w3l-contact-7 .map-content-9 form textarea {
  resize: none;
  min-height: 140px;
}

.w3l-contact-7 .map-content-9 form input:focus,
.w3l-contact-7 .map-content-9 form textarea:focus {
  background: none;
  border: 1px solid var(--primary-color);
}

.w3l-contact-7 .contacts-sub-9 address h4 {
  margin-bottom: 10px;
}

.w3l-contact-7 .contacts-sub-9 address a {
  display: block;
}

@media (max-width: 1080px) {
  .w3l-contact-7 .cont-details p span.fa {
    margin-right: 8px;
    font-size: 16px;
    width: 10px;
  }

  .w3l-contact-7 .cont-details address {
    padding: 40px 25px;
  }
}

@media (max-width: 992px) {
  .w3l-contact-7 .top-map {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .w3l-contact-7 .map {
    order: 2;
  }

  .w3l-contact-7 .map-content-9 {
    order: 1;
  }

  .w3l-contact-7 .map iframe {
    height: 350px;
  }

  .w3l-contact-7 .cont-details address {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 800px) {
  .w3l-contact-7 h4.sub-feat-text {
    margin-bottom: 10px;
    font-size: 33px;
  }

  .w3l-contact-7 p.sub-para {
    font-size: 15px;
  }
}

@media (max-width: 736px) {
  .w3l-contact-7 .top-map {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}

@media (max-width: 600px) {
  .w3l-contact-7 .form-grid {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .w3l-contact-7 .map-content-9 form input,
  .w3l-contact-7 .map-content-9 form textarea {
    padding: 10px 20px;
  }

  .w3l-contact-7 .map-content-9 form textarea {
    min-height: 100px;
  }
}

@media (max-width: 480px) {
  .w3l-contact-7 h4.sub-feat-text {
    margin-bottom: 8px;
    font-size: 30px;
  }

  .w3l-contact-7 p.sub-para {
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 20px;
  }

  .w3l-contact-7 .twice-two {
    grid-template-columns: 1fr;
  }

  .w3l-contact-7 .contact-form {
    padding: 40px 25px;
  }

  .w3l-contact-7 .map-content-9 form .input-field input,
  .w3l-contact-7 .map-content-9 form .input-field textarea {
    font-size: 16px;
    padding: 11px 25px;
  }

  .w3l-contact-7 .cont-details h5,
  .w3l-contact-7 .contact-form h5 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 384px) {
  .w3l-contact-7 h4.sub-feat-text {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=style-starter.css.map */


/* .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  margin-top: 15px !important;
  background: url(../images/down.png) no-repeat 92% 52% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0px solid #aaa  !important;;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style:hidden !important;
  background: url(../images/down.png) no-repeat 92% 52% !important;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
} */

/* .search-container {
    position: relative;
} */

#results {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 50%;
  background-color: #fff;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
  display: none;
}

#results li {
  padding: 5px;
  cursor: pointer;
}

#results li:hover {
  background-color: #f2f2f2;
}

.bttn {
  cursor: text !important;
  padding: 0 !important;
  line-height: 3.5 !important;
  text-align: left !important;
  width: 108% !important;
  font-size: 0.9rem !important;
  margin-top: 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 0px solid #aaa !important;
  border-radius: 4px;
  cursor: text;
  height: 60px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 18px !important;
  padding: 0 5px;
}

.searchbox {
  padding: 19px 19px 37px 19px;
  background-color: white;
}

.customselect {
  padding: 0 10px !important;
  border: none !important;
  height: 60px !important;
  border-left: 1px solid #eee !important;
  background: url(../images/down.png) no-repeat 92% 52% !important;
  outline: none !important;
  width: 100% !important;
  font-size: 16px !important;
  color: #888 !important;
  text-align: left !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  display: grid !important;
  grid-template-columns: .1fr 1fr;
  align-items: center !important;
  padding-left: 15px !important;
  border-radius: 3px !important;
  font-family: inherit !important;
  border: 1px solid !important;
}


.main-dropdown {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  background: url(../images/down.png) no-repeat 92% 52% !important;
}

.sub-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  ;
  /* Adjust the width as needed */
}

.main-dropdown:hover .sub-dropdown {
  display: block;
}

.sub-dropdown select {
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
}

.sub-dropdown label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ff860d !important;
  color: white;
}

/* Style for the scrollable text container */
.scrollable-text {
  max-height: 200px;
  /* Set a maximum height for the scrollable area */
  overflow: hidden;
  /* Hide the default scrollbar */
  position: relative;
  /* Position relative for custom scroll positioning */
}

/* Style for the scrollable text content */
.scrollable-text-content {
  padding-right: 6px;
  /* Add padding to make space for the custom scrollbar */
  overflow-y: scroll;
  /* Enable vertical scrolling within the container */
  height: 100%;
  /* Set the height to 100% to fill the container */
}

/* Style for the custom scrollbar for WebKit browsers */
.scrollable-text-content::-webkit-scrollbar {
  width: 6px;
  /* Width of the scrollbar */
}

/* Style for the custom scrollbar thumb for WebKit browsers */
.scrollable-text-content::-webkit-scrollbar-thumb {
  background-color: #ff8c00;
  /* Color of the scrollbar thumb (orange) */
  border-radius: 3px;
  /* Round the scrollbar thumb */
}

/* Style for the custom scrollbar thumb when hovered for WebKit browsers */
.scrollable-text-content::-webkit-scrollbar-thumb:hover {
  background-color: darkorange;
  /* Change the scrollbar thumb color on hover */
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 15px !important;
  color: orange !important;
  margin-right: -27px !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 15px !important;
  color: orange !important;
  margin-left: -27px !important;
}


.area-box {
  box-shadow: 0 9px 24px 5px rgba(0, 0, 0, 0.04) !important;
}

.texxt {
  font-family: 'Kumbh Sans', sans-serif !important;
}

.iccon {
  color: #3f3a64;
  padding: 14px 4px 14px 0px;
  font-size: 18px;
  margin: 0;
  opacity: .8;
}


.search label.fa.fa-phone {
  color: #fff;
  padding: 14px 4px 14px 0px;
  font-size: 18px;
  margin: 0;
  opacity: .8;
}

.nav-fixed label.fa.fa-phone {
  color: var(--heading-color);
  opacity: 0.95;
}


.search label.fa.fa-whatsapp {
  color: #fff;
  padding: 14px 4px 14px 0px;
  font-size: 18px;
  margin: 0;
  opacity: .8;
}

.nav-fixed label.fa.fa-whatsapp {
  color: var(--heading-color);
  opacity: 0.95;
}

.custom-dropdown {
  background-color: var(--bg-color);
  border: none;
  color: var(--font-color);
  font-size: 18px;
  line-height: 28px;
  width: 100%;
  border-radius: var(--border-radius-full);
  border: 1px solid var(--border-color-dark);
  outline: none;
  background: url(../images/down.png) no-repeat 92% 52%;

}

.cusconselect {
  width: 74%;
  border: 0px;
  color: grey !important;
  margin-left: -30px;
  margin-top: 13px;
}


.footcolor {
  color: #ffffff !important;
}


.single-post-content p {
  margin-top: 18px !important;
}

.single-post-content ul {
  margin-top: 18px !important;
}

.featuredbtn button {
  text-align: center;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  padding: 0;
  height: 60px;
  cursor: pointer;
  border: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 20%;
  font-weight: 600;
  background-color: #FF6E07;
  width: 20%;
  margin-right: 15px;
}

.bgimage {
  background: url(../images/bgdubai2.jpg) no-repeat top;
  background-size: cover;
}

.cusselect {
  width: 78%;
  border: 0px;
  color: grey !important;
  margin-left: 22px;
  /* margin-top: 13px; */
  font-size: 1rem;
  margin: 10px 0px 10px 23px;
}

/* .bgimagecontact{
    background: url(../images/bgdubai3.jpg) no-repeat bottom;
    background-size: cover;
  } */


@media (min-width: 375px) {

  .mob-ul-search {
    font-size: 14px;
  }

  .mob-li-search {
    margin: 0px !important;
  }

  .w3l-cover-3-gd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1px;
    align-items: center;
  }

  /* Search input container */
  .search-container {
    flex: 1 1 auto;
    /* Take available width */
    display: block;
    align-items: center;
    margin-top: 16px;
  }

  /* Each child element within the search container */
  .search-container>* {
    margin-right: 10px;
    /* Adjust spacing between elements */
  }


  /* Search icon column */
  .col-1-mob {
    margin-top: 16px;
    flex: 0 0 auto;
    /* Prevent flex grow */
  }

  /* Select input column */
  .col-11-mob {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 22px);
    /* Adjust width considering the icon's margin-left */
  }

  /* Input field style */
  .select2-selection__rendered {
    width: calc(100% - 22px);
    /* Adjust width considering the icon's margin-left */
  }

  .w3l-cover-3 .w3l-cover-3-gd select {

    border: 1px solid #000 !important;
  }

  .search-width-pt {
    margin-left: 3px;
    width: 160px !important;
  }

  .search-width-bd {
    width: 136px !important;
    margin-left: 4px;
  }

  .search-width-pr {
    width: 161px !important;
    margin-left: 3px;
  }

  .search-width-srbtn {
    width: 135px !important;
    margin: 0px 0px 4px 3px;
  }

  .moon {
    margin-top: 11px;
  }

  .input-src {
    margin-top: 3px !important;
    margin: 3px;
    border: 1px solid #000;
    border-radius: 4px;
  }

  .inputsrctype {
    margin-left: 10px;
  }

  .inputsrcicon {
    margin-top: 17px !important;
    margin-left: -32px;
  }

  .src-svg {
    margin-left: 38px !important;

  }

  .src-select {
    margin-left: 25px;

  }

  .form-home-bottom-mob {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-gap: 20px !important;
  }

  .news-home-bottom-mob {
    grid-template-columns: 1fr !important;
  }

  .blog-margin {
    margin-top: 28px;
  }

  .pro-button-width {
    width: 33%;
  }

  .box-content-mob {
    text-align: center !important;
    margin-bottom: 110px !important;
  }

  .more-about-us {
    width: 45%;
  }

  .mode-container {
    margin-top: 13px;
  }
}


@media (min-width: 769px) {
  .form-home-bottom-web {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 20px !important;
  }

  .news-home-bottom-web {
    grid-template-columns: 1fr 1fr !important;
  }

  .box-content-web {
    text-align: center !important;
    margin-bottom: 160px !important;
  }
}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  max-width: 100%;
  /* Set the maximum width */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 375px) {
  .w3l-cover-3-gd-project {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1px;
  }

  .search-container-project {
    flex: 1 1 auto;
    display: block;
    align-items: center;
    margin-top: 16px;

  }

  .w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
    margin: 0px !important;
  }

  .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
  }

  .inputsrc-com {
    margin-left: 27px;
  }

}




/* iphone xr */



@media (min-width: 412px) and (max-width: 414px) {

  .mob-ul-search {
    font-size: 14px;
  }

  .mob-li-search {
    margin: 0px !important;
  }

  .w3l-cover-3-gd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1px;
    align-items: center;
  }

  /* Search input container */
  .search-container {
    flex: 1 1 auto;
    /* Take available width */
    display: block !important;
    align-items: center;
    margin-top: 16px;
  }

  /* Each child element within the search container */
  .search-container>* {
    margin-right: 10px;
    /* Adjust spacing between elements */
  }


  /* Search icon column */
  .col-1-mob {
    margin-top: 16px;
    flex: 0 0 auto;
    /* Prevent flex grow */
  }

  /* Select input column */
  .col-11-mob {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 22px);
    /* Adjust width considering the icon's margin-left */
  }

  /* Input field style */
  .select2-selection__rendered {
    width: calc(100% - 22px);
    /* Adjust width considering the icon's margin-left */
  }

  .w3l-cover-3 .w3l-cover-3-gd select {

    border: 1px solid #000 !important;
  }

  .search-width-pt {
    margin-left: 3px;
    width: 175px !important;
  }

  .search-width-bd {
    width: 159px !important;
    margin-left: 4px;
  }

  .search-width-pr {
    width: 175px !important;
    margin-left: 3px;
  }

  .search-width-srbtn {
    width: 159px !important;
    margin: 0px 0px 4px 3px;
  }

  .moon {
    margin-top: 11px;
  }

  .input-src {
    margin-top: 3px !important;
    margin: 3px;
    border: 1px solid #000;
    border-radius: 4px;
    width: 98% !important;
  }

  .inputsrctype {
    margin-left: 10px;
  }

  .inputsrcicon {
    margin-top: 17px !important;
    margin-left: -32px;
  }

  .src-svg {
    margin-left: 38px !important;

  }

  .src-select {
    margin-left: 25px;

  }

  .form-home-bottom-mob {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-gap: 20px !important;
  }

  .news-home-bottom-mob {
    grid-template-columns: 1fr !important;
  }

  .blog-margin {
    margin-top: 28px;
  }

  .pro-button-width {
    width: 33%;
  }

  .box-content-mob {
    text-align: center !important;
    margin-bottom: 110px !important;
  }

  .more-about-us {
    width: 45%;
  }

  .mode-container {
    margin-top: 13px;
  }
}


@media (min-width: 412px) and (max-width: 414px) {
  .w3l-cover-3-gd-project {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid;
    margin-top: 1px;
  }

  .search-container-project {
    flex: 1 1 auto;
    display: block;
    align-items: center;
    margin-top: 16px;

  }

  .w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
    margin: 0px !important;
  }

  .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
  }

  .inputsrc-com {
    margin-left: 27px;
  }

}



/* 14promax */


@media (min-width: 430px) {

  .search-width-bd {
    width: 175px !important;
    margin-left: 4px;
  }

  .search-width-srbtn {
    width: 175px !important;
    margin: 0px 0px 4px 3px;
  }


}




/* large */

@media (min-width: 769px) {

  .search-width-pt {
    margin-left: 3px;
    width: 190px !important;
  }

  .search-width-srbtn {
    width: 124px !important;
    margin: 3px 3px 4px 3px;
  }

  .button-container {
    width: auto !important;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 4px;
  }

  .pro-button-width {
    width: 21%;
    font-weight: 600;
  }

  .more-about-us {
    width: 24%;
  }

}


/* other */

@media (min-width: 415px) and (max-width: 520px) {

  .mob-ul-search {
    font-size: 14px;
  }

  .mob-li-search {
    margin: 0px !important;
  }

  .w3l-cover-3-gd {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1px;
    align-items: center;
  }

  /* Search input container */
  .search-container {
    flex: 1 1 auto;
    /* Take available width */
    display: block;
    align-items: center;
    margin-top: 16px;
  }

  /* Each child element within the search container */
  .search-container>* {
    margin-right: 10px;
    /* Adjust spacing between elements */
  }

  /* Search icon column */
  .col-1-mob {
    margin-top: 16px;
    flex: 0 0 auto;
    /* Prevent flex grow */
  }

  /* Select input column */
  .col-11-mob {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 22px);
    /* Adjust width considering the icon's margin-left */
  }

  /* Input field style */
  .select2-selection__rendered {
    width: calc(100% - 22px);
    /* Adjust width considering the icon's margin-left */
  }

  .w3l-cover-3 .w3l-cover-3-gd select {

    border: 1px solid #000 !important;
  }

  .search-width-pt {
    margin-left: 3px;
    width: 172px !important;
  }

  .search-width-bd {
    width: 172px !important;
    margin-left: 4px;
  }

  .search-width-pr {
    width: 172px !important;
    margin-left: 3px;
  }

  .search-width-srbtn {
    width: 172px !important;
    margin: 0px 0px 4px 3px;
  }

  .moon {
    margin-top: 11px;
  }

  .input-src {
    margin-top: 3px !important;
    margin: 3px;
    border: 1px solid #000;
    width: 100% !important;
  }

  .inputsrctype {
    margin-left: 10px;
  }

  .inputsrcicon {
    margin-top: 17px !important;
    margin-left: -32px;
  }

  .src-svg {
    margin-left: 38px !important;

  }

  .src-select {
    margin-left: 25px;

  }

  .form-home-bottom-mob {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-gap: 20px !important;
  }

  .news-home-bottom-mob {
    grid-template-columns: 1fr !important;
  }

  .blog-margin {
    margin-top: 28px;
  }

  .pro-button-width {
    width: 33%;
  }

  .box-content-mob {
    text-align: center !important;
    margin-bottom: 110px !important;
  }

  .more-about-us {
    width: 45%;
  }

  .mode-container {
    margin-top: 13px;
  }
}




@media (min-width: 415px) and (max-width: 520px) {
  .w3l-cover-3-gd-project {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1px;
  }

  .search-container-project {
    flex: 1 1 auto;
    display: block;
    align-items: center;
    margin-top: 16px;

  }

  .w3l-cover-3 .w3l-cover-3-gd input[type="search"] {
    margin: 0px !important;
  }

  .button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
  }

  .inputsrc-com {
    margin-left: 27px;
  }

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: black !important;
}

.select2-results__option[aria-selected] {

  color: black !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__more {
  background-color: #d1ecf1;
  color: #0c5460;
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  padding: 0;
  margin: 0
}

#notfound {
  position: relative;
  height: 100vh
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0 auto 20px;
  z-index: -1
}

.notfound .notfound-404 h1 {
  font-family: montserrat, sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.notfound .notfound-404 h2 {
  font-family: montserrat, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0
}

.notfound a {
  font-family: montserrat, sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  -webkit-transition: .2s all;
  transition: .2s all
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19
}

@media only screen and (max-width:767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px
  }
}

@media only screen and (max-width:480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0 auto 10px
  }

  .notfound .notfound-404 h1 {
    font-size: 86px
  }

  .notfound .notfound-404 h2 {
    font-size: 16px
  }

  .notfound a {
    padding: 7px 15px;
    font-size: 14px
  }
}

