.mulish-font {
  font-family: "Mulish", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.poppins {
   font-family: "Poppins", sans-serif!important;
}

.cid-rNQ2ogNvEJ .navbar-dropdown {
    z-index: 100;
    min-height: 65px;
}
.topMenu.darkHeader .navbar-dropdown {
    background: #fff;
    -webkit-backdrop-filter: blur(84px);
    backdrop-filter: blur(84px);
    padding: 20px 0;
    min-height: auto;
}
.menu1 .logos {
    max-height: 36px;
    border-radius: 5px;
}
.menu2 {
    right: 0;
    left: auto !important;
}
.menu2 .logos {
    max-height: 32px;
}
.menu .navbar-brand span.logoName {
    text-transform: uppercase;
    color: #13283b;
    font-family: "Mulish", sans-serif!important;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-left: 12px;
}

/* 
.bannerBox {
    background: linear-gradient(to left, #00ead02b 0%, #000000d4 100%), url(../images/banner.jpg);
    padding-bottom: 3rem;
    padding-top: 5rem;
    background-size: cover;
} */

.form-control {
    font-size: 1rem;
}
.no-link {
    pointer-events: none;
}
.testimonialBox iframe {
    width: 80%;
    height: 500px;
    margin: 0 auto;
    border-radius: 10px;
}
.caseStudyBox iframe {
    width: 100%;
    height: 280px;
    background: #fff;
}
.banner-title {
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
}
.bannerBox .formBox {
    color: #000;
    width: 485px;
    background: #ffffff;
    padding: 1.6rem 2rem;
    position: relative;
    border-radius: 40px;
    box-shadow: 0 2px 20px #00000069;
}
.bannerBox .formBox label, .bannerBox .formBox input {
    font-size: .8rem;
}
.bannerBox .formBox select.form-control {
    color: #666;
    padding: 0 10px;
}
.bannerBox .formBox .form-control {
    height: 38px;
    color: #000;
    border-radius: 20px;
    font-size: .8rem;
}
.bannerBox .formBox .form-group {
    margin-bottom: .5rem;
}
.bannerBox .formBox .input-group-prepend .input-group-text {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #e8e8e8!important;
}
.bannerBox .formBox .submitBtn {
    font-family: "Mulish", sans-serif!important;
    padding: 15px 40px 15px 40px;
    letter-spacing: .03em;
    line-height: 1.15;
    font-weight: bold;
}
.text-decoration-underline {
    text-decoration: underline;
}

.footer3 .logos {
    max-height: 35px;
}

.bg-none {
    background: transparent;
}
.cid-rNQ2ogNvEJ .navbar {
    background: transparent;
}
.topMenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* .bannerBox{ margin-top: 65px; } */
.display-2 { font-size: 3rem; line-height: 66px; }
.section-title01 { font-family: "Poppins", sans-serif; font-size: 2rem; color: #2f3132; text-align: center; line-height: 50px; }
.cid-rNQapyCsDm .card__product { margin-top: 30px; }
.cid-rNQapyCsDm .wrapper__products { margin-top: 0px; }
.cid-rNQapyCsDm { 
    background-image: url(../images/gray-background2.jpg); 
    background-repeat: no-repeat; 
    background-size: auto; 
/*    margin: 80px 0px;*/
}
.cid-rNQapyCsDm { padding-top: 5rem; }
.cid-rNQapyCsDm .card__title { min-height: auto; padding-bottom: 10px; border-bottom: 3px solid #0000fe; margin-bottom: 1rem; }
.cid-rNQapyCsDm .card__text { color: #333; }
.fw-500 {
    font-weight: 500;
}

/*Modal Popup*/

#myModal{
    position: fixed;
    padding-top: 75px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    overflow-y: auto;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    margin-top: -15px;
}
#myModal .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: unset;
}
#myModal .modal-content .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
#myModal .modal-content .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#myModal .modal-content .input-group>.form-control{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pdf-form01 .form-group {
    margin-bottom: 0.3rem;
}


.footerContactBox {
    animation: scroll 25s linear infinite;
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}
@keyframes scroll {
    0% {
        background-position: 0px 0%;
    }
    25% {
        background-position: 0px 30%;
    }
    50% {
        background-position: 0px 60%;
    }
    75% {
        background-position: 0px 90%;
    }
    100% {
      background-position: 0px 0%;
    }
}
.cntLnk {    
    font-size: 1.35rem;
    font-family: "Poppins", sans-serif;
}
.smallHr {
    border-top: 5px solid #e1e2e3;
    margin-bottom: 0;
    margin-top: 25px;
}
.footerContactBox .card {
    background: #fff;
    border-radius: 0;
    padding: 20px;
}
.cntLnk:hover {
    text-decoration: underline;
}

.soc-item span {
    font-size: 2rem!important;
}

.roomsImgBox ul {
    margin: 0;
    padding-left: 20px;
}
.roomsImgBox li {
    margin-bottom: 15px;
}

#closeModal {
    cursor: pointer;
}

.bottom__block {
    margin-top: 30px;
}

.bg-dark {
    background-color: #0d3a38!important;
}

.vbox {
    background-image: url(../images/ytube.jpg);
    background-size: cover;
    background-position: center;
    height: 550px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-wrap {
    background-color: #ffffff !important;
    width: 80px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    border-radius: 50%;
}
.cid-rmLel8PBee .icon-wrap:hover {
    transform: scale(1.1);
}
.vbox .mbr-media span {
    font-size: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: all 0.25s;
    color: #2f3132 !important;
}

.demoLabel {
    font-size: .95rem;
    white-space: nowrap;
    font-family: "Mulish", sans-serif;
}

.item-content ul li {
    margin-bottom: 10px;
    color: #5c5c5c;
}
.features-image .item-wrapper {
    overflow: visible;
}

#videoModal .modal-dialog {
    max-width: 850px;
    margin: 100px auto;
}
#videoModal .modal-body {
    position:relative;
    padding:0px;
}
#videoModal .btn-close {
    position:absolute;
    right:-30px;
    top:0;
}
.video-btn:hover .icon-wrap {
    background-color: #2f3132!important;
}
.video-btn:hover .icon-wrap span {
    color: #c3c6c8!important;
}

.cid-tA5gUnL3Q8 .row::before {
    animation: mxscroll 15s linear infinite;
}
@keyframes mxscroll {
    0% {
        background-position: 0px 0%;
    }
    25% {
        background-position: 30% 0px;
    }
    50% {
        background-position: 60% 0px;
    }
    75% {
        background-position: 90% 0px;
    }
    100% {
      background-position: 0% 0px;
    }
}


.blocks_4 {
    padding: 0 70px!important
}
.blocks_4 .card-wrapper1 {
    padding-top: 110px;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    opacity: .6;
}
.lines .line:nth-child(1) {
    margin-left: -25%;
}
.lines .line:nth-child(3) {
    margin-left: 25%;
}
.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #c9ab81), to(#c9ab81));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #c9ab81 75%, #c9ab81 100%);
    -webkit-animation: run2 7s 0s infinite;
    animation: run2 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}
@keyframes run2 {
    0% {
        top: -50%;
    }
    100% {
        top: 110%;
    }
}

.blocksIco {
    font-size: 1.9rem;
}
.bg-light1 {
    background: #eee;
}
.text-black {
    color: #000!important;
}

.roomsImgBox {
    padding: 20px 0;
}
.roomsImgBox .roomsImgBoxContent {
    background: #0000fe;
    padding: 30px;
    border-radius: 15px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.bg-roomBundle {
    height: 500px;
    background: url('../images/pdf01.jpg');
    background-size: cover;
    background-position: right;
}
.bg-roomBundleBtn {
    padding: 15px 30px;
    font-size: 1.3rem;
    border-radius: 50px;
}
.topMenus li a {
    font-family: "Mulish", sans-serif;
    color: #000;
}
.topMenus li {
    padding-left: 8px;
    padding-right: 8px;
}

.parallax-window {
    min-height: 400px;
    background: transparent!important;
}

/*
.roomsImgBox1 {
    background: url('../images/huddleBg.jpg');
}
.roomsImgBox2 {
    background: url('../images/smallBg.jpg');
}
.roomsImgBox3 {
    background: url('../images/medBg.jpg');
}
.roomsImgBox4 {
    background: url('../images/largeBg.jpg');
}
*/

section.menu {
    position: fixed;
    z-index: 100000000;
    width: 100%;
    background: #fff;
    padding: 8px 0;
    top: 0;
    left: 0;
}

.btn-teal {
    background: #fcd463!important;
    color: #13283b!important;
}
.roiTitle {
    font-size: 1.2rem;
    line-height: 1.3;
    color: #000;
    font-family: "Mulish", sans-serif;
}
.bannerTitle {
    --stroke-width: 2;
    font-size: 65px;
    line-height: 1.15;
    font-family: "Mulish", sans-serif;
    font-weight: 60;
}
.bannerSubTxt {
    font-size: 1.2rem;
    line-height: 1.3;
}
.roomsImgBox .roomsImgBoxContent .item-img {
    position: absolute;
    top: 0;
    left: 0;
}
/* .roomsImgBox .roomsImgBoxContent .item-img .roomsImg {
    width: 150%;
} */
.Brown-Pro-Bold {
    font-family: 'Brown-Pro-Bold';
}
.btn-grey, .btn-grey:active {
    background-color: #eee !important;
    border-color: #eee !important;
    color: #1b1b1b !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

/* From Uiverse.io by Spacious74 */ 
.cid-tA5h1AFdOZ .outer {
  /* width: 300px; */
  height: 300px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
  text-align: center;
  margin-top: 28px;
}

.cid-tA5h1AFdOZ .dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fcd463;
  box-shadow: 0 0 10px #fcd463;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}

.cid-tA5h1AFdOZ .card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #0000fe, #0c0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.cid-tA5h1AFdOZ .ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}
.cid-tA5h1AFdOZ .cardSubTxtHd {
    padding: 0 50px;
    margin-top: 10px;
}

.cid-tA5h1AFdOZ .card .text {
  font-weight: bolder;
  font-size: 3.8rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
  padding: 0 30px;
  line-height: 55px;
}

.cid-tA5h1AFdOZ .line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #2c2c2c;
}
.cid-tA5h1AFdOZ .topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #1d1f1f 70%);
}
.cid-tA5h1AFdOZ .bottoml {
  bottom: 10%;
}
.cid-tA5h1AFdOZ .leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #747474 30%, #222424 70%);
}
.cid-tA5h1AFdOZ .rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}
.bannerBg {
    background: url('../images/banner.jpg');
    background-size: cover;
}
.bannerMail {
    border-left: 15px solid #fcd463;
    padding-left: 15px;
}



.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
  background: #24A1DE;
}

.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {
  color: #24A1DE;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}

.news {
  /* padding: 4.8px 0 9.6px 0; */
}
.news-heading {
  font-size: 25px;
  color: #fff;
  margin-top: 20px;
  border-left: 10px solid #0000fe;
  padding-left: 10px;
}

.news input[type="email"] {
  display: inline-block;
  width: 60%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 70px;
  margin-top: 10px;
  border-radius: 20px;
  border: none;
  
}
.news input,
.news input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.news .bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 20px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #48b774;
  color: #fff;
}
