  body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #595959 !important;
}
.carousel-item {
  transition: transform 2.6s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 2.6s;
}
.banner-top img{
  width: 100%;
}
/* Video Section  */
.video-popup-wrapper .video-popup-inner {
  background-color: #fff;
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.video-popup-wrapper .video-popup-inner video{
  width: 100%;
  cursor: pointer;
}
.video-popup-wrapper .video-popup-inner button{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  
  padding: 0;
  padding-left: 6px;
  font-size: 20px;
  border: none;
  box-shadow: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.video-popup-wrapper .video-popup-inner button:focus{
  border: none;
  box-shadow: none;
  outline: none;
}
.video-popup-wrapper a {
  text-decoration: none;
  display: block;
  position: relative;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  transition: 0.3s ease-in-out;
}
.video-popup-wrapper a:focus{
  border: none;
  box-shadow: none;
  outline: none;
}
.video-popup-wrapper a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f04b";
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  
  color: #fff;
  font-size: 20px;
  padding-left: 6px;
  transition: 0.3s ease-in-out;
}
.video-popup-wrapper a::before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.video-popup-wrapper a:hover::before{
  opacity: 1;
}
.video-popup-wrapper a img {
  width: 100%;
}
/* Video Section  */
.logo-img h2 {
    color: #000;
    position: relative;
    top: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
  }
  
  .logo-img img {
    position: relative;
    top: -30px;
    width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 20px;
  }
.top-section-wrapper {
  padding-top: 15px;
}
.logo-img {
  margin: 0 auto;
  text-align: center;
}
.top-section-wrapper .top-inner-wrapper {
    background-image: url(../images/HEENA-TOURS.png);
  background-position: center;
  background-size: cover;
  display: flex;
  background-repeat: repeat;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 130px 30px;
  border: none;
}
@media (max-width: 475px) {
  .top-section-wrapper .top-inner-wrapper {
    padding: 85px 15px;
  }
}
.top-section-wrapper .top-inner-wrapper .top-inner-left {
  background-color: transparent;
  border: none;
}
@media (max-width: 991px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-left {
    width: 32%;
  }
}
@media (max-width: 575px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-left .logo-img {
    text-align: center;
  }
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.top-section-wrapper .top-inner-wrapper .top-inner-left .logo-img img {
  width: 90%;
}
@media (max-width: 991px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-left .logo-img img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-left .logo-img img {
    width: 70%;
  }
}
.top-section-wrapper .top-inner-wrapper .top-inner-right {
  background-color: transparent;
  border: none;
}
@media (max-width: 991px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-right {
    width: 60%;
    text-align: left;
  }
}
@media (max-width: 475px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-right {
    width: 65%;
  }
}
.top-section-wrapper .top-inner-wrapper .top-inner-right h1 {
  color: #ffff;
  text-transform: uppercase;
  font-size: 32px;
}
@media (max-width: 991px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-right h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-right h1 {
    font-size: 24px;
  }
}
@media (max-width: 515px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-right h1 {
    font-size: 20px;
  }
}
@media (max-width: 475px) {
  .top-section-wrapper .top-inner-wrapper .top-inner-right h1 {
    font-size: 18px;
  }
}
.btn:hover {
  border: none !important;
}
.btn {
  border: 0px solid transparent !important;
}
.image-outer-wrapper .image-inner-wrapper {
  text-align: center;
  color: #ffff;
  position: relative;
  min-height: auto;
  padding-bottom: 25px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  padding-top: 25px;
}
.image-inner-wrapper p{
  margin-bottom: 0;
  letter-spacing: 0.50px;
}
@media (max-width: 767px) {
  .image-outer-wrapper .image-inner-wrapper {
    min-height: auto;
    padding-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .image-outer-wrapper .image-inner-wrapper {
    min-height: auto;
    padding-bottom: 25px;
  }
}
.image-outer-wrapper .image-inner-wrapper .image-wrapper {
 
  width: 220px;
  height: 220px;
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
  content: "";
  padding: 20px;
  border-radius: 50%;
  z-index: 1;
  display: none;
}
@media (max-width: 767px) {
  .image-outer-wrapper .image-inner-wrapper .image-wrapper {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 515px) {
  .image-outer-wrapper .image-inner-wrapper .image-wrapper {
    top: -80px;
  }
}
.image-outer-wrapper .image-inner-wrapper .image-wrapper::after {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  content: "";
  z-index: -1;
  border: 1px solid #ffff;
  border-radius: 50%;
  background-color: transparent;
}
.image-outer-wrapper .image-inner-wrapper .image-wrapper img {
  border-radius: 50%;
  width: 100%;
}
.image-outer-wrapper .image-inner-wrapper .image-wrapper span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 50%;
  height: 4px;
  background-color: transparent;
  transform-origin: left;
  animation: rotate 12s linear infinite;
}
.image-outer-wrapper .image-inner-wrapper .image-wrapper span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  top: -3px;
  right: 6.5px;
  -webkit-box-shadow: 0px 0px 15px 3px white;
  -moz-box-shadow: 0px 0px 15px 3px white;
  box-shadow: 0px 0px 15px 3px white;
}
@media (max-width: 767px) {
  .image-outer-wrapper .image-inner-wrapper .image-wrapper span::before {
    right: 5px;
  }
}
.image-outer-wrapper .image-inner-wrapper h3 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.50px;
}
@media (max-width: 767px) {
  .image-outer-wrapper .image-inner-wrapper h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .image-outer-wrapper .image-inner-wrapper h3 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .image-outer-wrapper .image-inner-wrapper p {
    font-size: 14px;
  }
}

.social-outer-wrapper {
  margin-top: 0px;
}
.social-outer-wrapper .social-inner-wrapper {
  box-shadow: 0px -5px 5px 2px rgba(209, 159, 67, 0.1);
  padding: 25px 0 40px 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper {
  
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  position: relative;
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper::after {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  content: "Call";
  color: #000;
  font-size: 13px;
  text-align: center;
}
.officebox h5 {
  font-weight: bold;
  
}
.social-outer-wrapper
  .social-inner-wrapper
  .social-wrapper:nth-child(2)::after {
  content: "WhatsApp";
}
.social-outer-wrapper
  .social-inner-wrapper
  .social-wrapper:nth-child(3)::after {
  content: "Email";
}
.social-outer-wrapper
  .social-inner-wrapper
  .social-wrapper:nth-child(4)::after {
  content: "Message";
}
.social-outer-wrapper
  .social-inner-wrapper
  .social-wrapper:nth-child(5)::after {
  content: "Save";
}
.social-outer-wrapper
  .social-inner-wrapper
  .social-wrapper:nth-child(6)::after {
  content: "Share";
}
@media (max-width: 575px) {
  .social-outer-wrapper .social-inner-wrapper .social-wrapper {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 475px) {
  .social-outer-wrapper .social-inner-wrapper .social-wrapper {
    width: 45px;
    height: 45px;
  }
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper:hover {
  -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.2);
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper a {
  
  color: #fff;
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  position: relative;
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper a::before {
  content: '';
  position: absolute;
  color: #fff;
  width: 47px;
  height: 48px;
  border: 1px solid;
  border-radius: 50%;
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper button::before {
    content: '';
    position: absolute;
    color: #fff;
    width: 47px;
    height: 48px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
right: 0;
margin: 0 auto;
  }
  .social-outer-wrapper .social-inner-wrapper .social-wrapper button {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
  }
.social-outer-wrapper .social-inner-wrapper .social-wrapper a:hover {
  transform: scale(0.9);
  
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper button:hover {
  transform: scale(0.9);
}
/*.social-outer-wrapper .social-inner-wrapper .social-wrapper a:hover i {
  color: #50b948;
}*/
.social-outer-wrapper .social-inner-wrapper .social-wrapper a i {
  font-size: 28px;
}
.social-outer-wrapper .social-inner-wrapper .social-wrapper a img {
  width: 100%;
}
.social-wrapper svg {
    
    position: relative;
  }
  .fa.fa-share-alt {
    color: #fff;
  }

.detail-outer-wrapper .detail-inner-wrapper {
  border-top: 2px solid;
  border-bottom: 2px solid;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
  padding: 25px 0;
}

.detail-outer-wrapper .detail-inner-wrapper .detail-box {
  width: 38%;
  border-right: 2px solid;
  border-left: 2px solid;
}
.detail-outer-wrapper .detail-inner-wrapper .detail-box:first-child {
  width: 25%;
}
.detail-outer-wrapper .detail-inner-wrapper .detail-box:last-child {
  width: 30%;
}

.detail-outer-wrapper .detail-inner-wrapper .detail-box:last-child {
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}
.detail-outer-wrapper .detail-inner-wrapper .detail-box:first-child {
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
}
.detail-outer-wrapper .detail-inner-wrapper .detail-box h5 {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
/* @media (max-width: 767px) {
  .detail-outer-wrapper .detail-inner-wrapper .detail-box h5 {
    font-size: 18px;
  }
} */
.detail-outer-wrapper .detail-inner-wrapper .detail-box p {
  margin-bottom: 0;
}


.detail-outer-wrapper .detail-inner-wrapper .detail-box a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #000;
  font-size: 16px;
}
.detail-outer-wrapper .detail-inner-wrapper .detail-box a:hover {
  
}
/* @media (max-width: 767px) {
  .detail-outer-wrapper .detail-inner-wrapper .detail-box a {
    font-size: 12px;
  }
}
@media (max-width: 450px) {
  .detail-outer-wrapper .detail-inner-wrapper .detail-box a {
    font-size: 11px;
  }
}
@media (max-width: 420px) {
  .detail-outer-wrapper .detail-inner-wrapper .detail-box a {
    font-size: 11px;
 font-weight: 600; 
  }
} */
.carousel-control-prev {
  left: -30px !important;
}
.carousel-control-next {
  right: -30px !important;
}

@media (max-width: 767px) {
  .detail-outer-wrapper .detail-inner-wrapper .detail-box p {
    font-size: 14px;
  }
  .detail-outer-wrapper .detail-inner-wrapper{
    display: grid;
    /*grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;*/
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box:first-child {
    width: 100%;
    
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box {
    margin-bottom: 20px;
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box:nth-child(2){
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box:last-child {
    width: 100%;
    /*grid-column-start: 1;
    grid-column-end: 3;*/
    margin-bottom: 0;
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box {
    width: 100%;
    border-right: 2px solid ;
    border-left: 2px solid ;
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box h5 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box a {
    font-size: 15px;
  }
  .social-outer-wrapper .social-inner-wrapper .social-wrapper a i {
    font-size: 18px;
  }
  .social-outer-wrapper .social-inner-wrapper .social-wrapper a::before {
    content: '';
    position: absolute;
    color: #fff;
    width: 38px;
    height: 38px;
    border: 1px solid;
    border-radius: 50%;
  }
  .social-outer-wrapper .social-inner-wrapper .social-wrapper button::before {
    content: '';
    position: absolute;
    color: #fff;
    width: 38px;
    height: 38px;
    border: 1px solid;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .social-outer-wrapper .social-inner-wrapper .social-wrapper a i {
    font-size: 22px;
    margin-top: -1px;
  }
  .fa.fa-phone {
    font-size: 18px !important;
  }
  .fa.fa-whatsapp {
    font-size: 24px !important;
  }
  .fa.fa-envelope-o {
    font-size: 20px !important;
  }
  .fa.fa-download {
    font-size: 19px !important;
  }
  .fa.fa-share-alt {
    color: #fff;
    font-size: 17px !important;
  }
  .fa.fa-commenting-o {
    font-size: 23px !important;
  }
  .col-6.productbox p a {
    font-size: 16px;
  }
  

}
.why-box {
  padding: 0 20px;
}

@media (max-width: 515px) {
  .detail-outer-wrapper .detail-inner-wrapper .detail-box {
    margin-bottom: 20px;
  }
  .detail-outer-wrapper .detail-inner-wrapper .detail-box:last-child {
    margin-bottom: 0px;
  }
  .detail-outer-wrapper .detail-inner-wrapper{
    grid-row-gap: 0px;
  }
  .carousel-control-prev {
    left: -10px !important;
  }
  .carousel-control-next {
    right: -10px !important;
  }
}
.new-bro {
  padding: 0 40px;
  text-align: center;
}
.bro a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.bro a:hover {
  color: #000;
  text-decoration: none;
}
.under-box {
  border: 1px solid;
  padding: 10px 14px;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25) !important;
}
.bro {
  margin-bottom: 30px;
  text-align: left;
}
.under-box svg {
  margin-left: -5px;
  margin-right: 6px;
}
.bro:last-child {
  margin-bottom: 0;
}
.office-outer-wrapper .office-inner-wrapper {
  background-color: #fff;
  border-bottom: 2px solid ;
  padding: 30px 0;
}
.video-popup-inner {
  margin-bottom: 15px;
}
.video-popup-inner:last-child {
  margin-bottom: 0px;
}
.office-outer-wrapper .office-inner-wrapper .officebox {
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin-bottom: 0px;
  text-align: center;
}
.way img {
  width: 100%;
}
@media(max-width: 575px){
	.office-outer-wrapper .office-inner-wrapper .officebox {
  padding-left: 25px !important;
  padding-right: 25px !important;
  margin-bottom: 0px;
}
.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
}
.officebox1, .officebox1 p{
	margin-bottom: 0 !important;
}
.office-outer-wrapper .office-inner-wrapper .officebox:first-child {
  padding-right: 0;
}
.office-outer-wrapper .office-inner-wrapper .officebox:last-child {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .office-outer-wrapper .office-inner-wrapper .officebox {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .office-outer-wrapper .office-inner-wrapper .officebox {
    padding-left: 30px;
  }
  .new-bro {
    padding: 0 6px;
    text-align: center;
  }
  .bro a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  .second {
    padding-left: 0 !important;
  }
  .bro {
    margin-bottom: 20px;
    text-align: left;
  }
}
.btn {
  color: transparent !important;
}
@media (max-width: 767px) {
  .office-outer-wrapper .office-inner-wrapper .officebox p {
    font-size: 15px;
  }
}
.office-outer-wrapper .office-inner-wrapper .officebox a {
  text-transform: uppercase;
  color: ;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid ;
  transition: 0.3s ease-in-out;
}
.office-outer-wrapper .office-inner-wrapper .officebox a:hover {
  color: ;
  border-bottom: 0px solid transparent;
  /* text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3); */
}
.logo {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
}
.logo  img {
  width: 65px;
}
.baner-text {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
}
.baner-text p {
  color: #fff;
  font-weight: bold;
}
.product-outer-wrapper .product-inner-wrapper {
  padding: 20px 0 40px 0;
  background-color: #fff;
  border-bottom: 2px solid ;
}
@media (max-width: 767px) {
  .product-outer-wrapper .product-inner-wrapper {
    padding: 20px 0 20px 0;
  }
  .logo img {
    width: 35px;
  }
}
.product-outer-wrapper .product-inner-wrapper h2 {
  text-align: left;
  margin-bottom: 30px;
  color: ;
}
@media (max-width: 767px) {
    .product-outer-wrapper .product-inner-wrapper h2 {
        font-size: 20px;
        font-weight: bold;
        color: ;
      }
}
.product-outer-wrapper .product-inner-wrapper .productbox {
  
}
.new-pro {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .product-outer-wrapper .product-inner-wrapper .productbox {
    
  }
}
.product-outer-wrapper .product-inner-wrapper .productbox ul {
    padding-left: 5px;
  margin: 0;
}
.col-6.productbox p a {
    color: #000;
    text-decoration: none;
  }
.office-outer-wrapper .office-inner-wrapper .officebox p a {
     color: #000;
     font-weight: normal;
text-decoration: none;
border-bottom: 0px solid ;
text-transform: unset;
}
.brand-outer-wrapper .brand-inner-wrapper {
  background-color: #fff;
  padding: 30px 50px 30px 50px;
  border-bottom: 2px solid ;
}
@media (max-width: 767px) {
  .brand-outer-wrapper .brand-inner-wrapper {
    padding: 20px 15px 20px 15px;
  }
}
.brand-outer-wrapper .brand-inner-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
  color: ;
}
@media (max-width: 767px) {
  .brand-outer-wrapper .brand-inner-wrapper h2 {
    font-size: 28px;
  }
}
.brand-outer-wrapper .brand-inner-wrapper .brands {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .brand-outer-wrapper .brand-inner-wrapper .brands {
    margin-bottom: 15px;
    padding: 0 20px;
  }
}
.brand-outer-wrapper .brand-inner-wrapper .brands img {
  max-width: 120px;
}
@media (max-width: 767px) {
  .brand-outer-wrapper .brand-inner-wrapper .brands img {
    max-width: 65px;
  }
}
.brand-outer-wrapper .brand-inner-wrapper .brands .td-elements {
  max-width: 154px !important;
}
@media (max-width: 767px) {
  .brand-outer-wrapper .brand-inner-wrapper .brands .td-elements {
    max-width: 83px !important;
  }
}
.brand-outer-wrapper .brand-inner-wrapper .aboutlink {
  text-decoration: none;
  background-color: ;
  border-radius: 15px;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  padding: 7px 0 12px 0;
  transition: 0.3s ease-in-out;
  border: 2px solid ;
}
@media (max-width: 767px) {
  .brand-outer-wrapper .brand-inner-wrapper .aboutlink {
    font-size: 22px;
    padding: 5px 0 7px 0;
  }
}
@media (max-width: 480px) {
  .brand-outer-wrapper .brand-inner-wrapper .aboutlink {
    font-size: 16px;
  }
}
.brand-outer-wrapper .brand-inner-wrapper .aboutlink:hover {
  background-color: white;
  color: ;
  -webkit-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 3px rgba(0, 0, 0, 0.1);
}

.footer-social-wrapper .footer-inner {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 25px 0;
  border-bottom: 2px solid ;
  background: #fff;
}
.follow {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #fff;
}
.follow h2 {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: ;
}
.footer-social-wrapper .footer-inner a {
  margin-left: 30px;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  background-color: ;
}
.footer-social-wrapper .footer-inner a:first-child {
  margin-left: 0px;
}
@media (max-width: 767px) {
  .footer-social-wrapper .footer-inner a {
    margin-left: 10px;
  }
}
@media (max-width: 480px) {
  .footer-social-wrapper .footer-inner a {
    width: 30px;
    height: 30px;
  }
}
.footer-social-wrapper .footer-inner a:hover {
  background-color: #fff;
  
}
.footer-social-wrapper .footer-inner a:hover i {
  color: ;
}
.footer-social-wrapper .footer-inner a i {
  font-size: 16px;
}
.footer-social-wrapper .footer-inner a .fa-wifi {
  transform: rotate(40deg);
}
.footer-social-wrapper .footer-inner a img {
  width: 100%;
}

.copyright .copyright-inner {
  padding: 15px 0;
}
.copyright .copyright-inner p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .copyright .copyright-inner p {
    font-size: 14px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1199px) {
  .container {
    width: 50% !important;
  }
}
.share-btn {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.share-btn img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.share-btn:hover img {
  transform: scale(0.9);
}

.jssocials-share-link {
  border-radius: 50%;
}

.offcanvas-header {
  text-align: center;
}

.offcanvas {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.share-body {
  padding-top: 0px;
}

.jssocials-shares {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.jssocials-shares .jssocials-share {
  margin-bottom: 12px;
  
}

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


/*------------------------------------------------------*/

.color-scheme-text {
  color: #22AA55;
  border-color: #22AA55 !important;
}
.color-scheme-text:hover {
  color: #22AA55 !important;
}
.color-scheme-bg {
  background: #22AA55;
}
.color-scheme-bg:hover {
  background: #22AA55;
}
.color-scheme-box:hover {
  box-shadow: 0px 0px 18px 3px #22AA55;
}
.color-scheme-border {
  border-color: #22AA55 !important;
}
.color-scheme-text {
  fill: #22AA55;
  stroke: #22AA55;
}

@media (max-width: 767px) {
  .product-outer-wrapper .product-inner-wrapper {
    padding: 20px 0 20px 0;
  }
  .logo img {
    width: 30px;
  }
  .baner-text p {
    margin-bottom: 0;
    font-size: 14px;
  }
}

.under-box {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .bro a {
    font-size: 13px;
    font-weight: 600;
    color: #000;
  }
  .under-box svg {
  margin-left: -5px;
  margin-right: 0px;
  }
  .under-box {
    border: 1px solid;
    padding: 5px 10px;
    margin-bottom: 25px;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .under-box {
    padding-right: 0 !important;
  }
}

.officebox h5 {
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
.officebox h5 {
  font-weight: bold;
  font-size: 20px;
}
}
@media (max-width: 767px) {
  .officebox h5 {
    font-weight: bold;
    font-size: 20px !important;
  }
}
/*--------------------------------------------------------*/