*:focus {
  outline: none !important;
}

:root {
  --coler-pink: #d01b7e;
  --coler-blue: #07a7e1;
  --coler-yellow: #f8d021;
}

html,
body {
  overflow-x: hidden;
}


.swiper-4 {
  width: 100%;
  height: 100%;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.swiper-4 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.swiper-4 .swiper-pagination {
  text-align: left;
  bottom: 10%;
  left: 5%;
}

.swiper-4 .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 37px;
  font-size: 20px;
  font-weight: 600;
  color: #3a3a3a;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  border: 2px solid #ffffff00;
}

.swiper-4 .swiper-pagination-bullet-active {
  border: 2px solid #00000050;
}

.banner-link {
  position: absolute;
  right: -1%;
  bottom: 50%;
  z-index: 9;
  transform: rotate(-90deg);
}

.banner-link li {
  transform: rotate(90deg);
}

#app .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#app .filter {
  font-family: arial;
  padding: 6px 6px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.35s;
}

#app .filter:hover {
  background: lightgray;
}

#app .projects {
  margin-bottom: 50px;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#app .project {
  transition: all 0.35s ease-in-out;
  margin: 10px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#app .project-image-wrapper {
  position: relative;
}

#app .project-image {
  width: 100%;
}

.ttl {
  font-weight: 100;
}

.ttl span {
  font-weight: 900;
  color: var(--coler-blue);
  text-transform: uppercase;
}

.blockquote-footer {
  color: #000000;
}

.blockquote-footer h6 {
  color: var(--coler-pink);
}

/* Bootstrap-style columns */
.suffle .column {
  position: relative;
  float: left;
  min-height: 1px;
  width: 25%;
  padding-left: 4px;
  padding-right: 4px;

  /* Space between tiles */
  margin-top: 8px;
}

.suffle .col-span {
  width: 50%;
}

.suffle .my-sizer-element {
  width: 8.33333%;
}

.suffle img {
  width: 100%;
  height: auto;
}

.prints {
  padding: 10px 30px;
  color: #fff;
  background: no-repeat;
  border: none;
  text-transform: uppercase;
  transition: 1s ease-in-out;
}

.prints:hover {
  background: #08a8de;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
}
.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: transparent;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
@media (max-width: 786px) {
  .suffle .column {
    position: relative;
    float: left;
    min-height: 1px;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;

    /* Space between tiles */
    margin-top: 8px;
  }
}


.letterhead-link .letter-link-to {
      font-weight :900;
    color: #07a7e1!important;
    font-size: 20px;
}

 img.w-100 {
    margin-top: 25px;
}

.col-md-12.font-size-lg.text-gray-500 {
    margin-top: 25px;
}

.col-md-6.font-size-lg.text-gray-500.m-auto {
    line-height: 30px;
}

.booklets {
    margin-top: -35px;
}

.booklet-section {
  margin-top: -25px!important;
}



.services-master-welcome {
    padding: 20px 0px 40px 0px;
}
.services-master-welcome h1 {
    color: #07a7e1;
    font-size: 35px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0.7em;
}
.services-content-box {
    background-color: #ececec14;
    margin: 1.5em 0.5em 0.5em 0.5em;
}
.services-content-box img {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.services-content-box h5 {
    color: #222;
    margin: 15px 0 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 5px 0px 5px;
}
.services-content-box p {
    color: #111;
    font-size: 16px;
    line-height: 27px;
    font-weight: normal;
    font-family: Jost;
    padding: 0px 5px 0px 5px;
    margin: 10px 0;
    text-align: justify;
}
.services-content-box .btn-success {
    background-color: #d01b7e;
    border-color: #d01b7e;
    padding: 4px 22px 4px 22px;
    height: auto;
    width: 100%;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    color: #fff;
}
.services-content-box:hover .btn-success {
    background-color: #1c0d5e;
    border-color: #1c0d5e;
}
.services-content-box .fas {
    font-size: 20px;
}
.services-content-box:hover .fas {
    -webkit-animation:spin 1.5s linear infinite;
    -moz-animation:spin 1.5s linear infinite;
    animation:spin 1.5s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }





.services-inner-welcome {
    position: relative;
    padding: 60px 0;
}
.services-inner-side-one img {
    margin: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 880px!important;
    max-width: 100%;
}
.services-inner-content-box h1 {
    font-size: 32px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}
.services-inner-content-box p {
    text-align: justify;
    margin: 0px;
}
.services-inner-image-one img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.services-inner-specs {
    padding: 40px 0;
    background-color: #f1bc7d59;
}
.services-inner-specs h2 {
    text-transform: uppercase;
    font-size: 32px;
}
.services-inner-specs .tab {
    overflow: hidden;
    border: none;
    background-color: #fff;
}
.services-inner-specs .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.services-inner-specs .tab button:hover {
  background-color: #f8d021;
}
.services-inner-specs .tab button.active {
  background-color: #f8d021;
}
.services-inner-specs .tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
  background-color: #fbfbfb;
}
.services-inner-specs .tabcontent h3 {
    font-size: 22px;
    margin-top: 0.5em;
    margin-bottom: 0.4em;
}
.services-inner-portfolio .row > .column {
  padding: 0 8px;
}
.services-inner-portfolio .row:after {
  content: "";
  display: table;
  clear: both;
}
.services-inner-portfolio .column {
  float: left;
  width: 25%;
}

.services-inner-portfolio .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
.services-inner-portfolio .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}
.services-inner-portfolio .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.services-inner-portfolio .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.services-inner-portfolio .mySlides {
  display: none;
}
.services-inner-portfolio .cursor {
  cursor: pointer;
}
.services-inner-portfolio .prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.services-inner-portfolio .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.services-inner-portfolio .prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.services-inner-portfolio .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.services-inner-portfolio .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.services-inner-portfolio .column {
  margin-bottom: 15px;
}
.services-inner-portfolio .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.services-inner-portfolio .demo {
  opacity: 0.6;
}
.services-inner-portfolio .active,
.demo:hover {
  opacity: 1;
}
.services-inner-portfolio img.hover-shadow {
    transition: 0.3s;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.services-inner-portfolio .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.services-inner-portfolio {
    padding: 40px 0;
}
.services-inner-portfolio h3 {
    font-size: 32px;
    text-transform: uppercase;
}
.services-inner-decription {
    background: url(../image/bg/companies-bg.webp);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.services-inner-decription p {
  margin: 0;
}
.services-inner-decription h5 {
    font-size: 18px;
    line-height: 26px;
}
.services-inner-decription h2 {
    font-size: 31px;
}


.this-text-black {
  color: #000;
}

#footer-whatsapp {
    position:fixed;
    left:10px;
    bottom:10px;
}
#footerback-whatsapp {
    text-align: center;     
    width: 44px;
    float: left;
    border: none;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}
#footer-whatsapp img {
  animation: zoominoutsinglefeatured 3s infinite;
}


.seven-things-section {
    padding: 30px 0;
}
.seven-things-section h3 {
    font-size: 24px;
    margin-top: 1em;
}




@media only screen and (max-width: 767px) {

  .services-master-welcome h1 {
    font-size: 22px;
    margin: 0em;
  }
  .services-content-box h5 {
    font-size: 13px;
    margin: 10px 0 0px;
  }
  .services-content-box p {
      color: #111;
      font-size: 14px;
      line-height: 21px;
      font-weight: normal;
      font-family: Jost;
      padding: 0px 5px 0px 5px;
      margin: 5px 0px 10px 0px;
      text-align: justify;
  }
  .services-content-box .btn-success {
    padding: 2px 10px 2px 10px;
    font-size: 12px;
  }
  .services-content-box .fas {
    font-size: 12px;
  }
  .services-content-box {
    margin: 0em;
  }
  .services-inner-content-box h1 {
    font-size: 19px;
    line-height: 30px;
  }
  .services-inner-content-box p {
      font-size: 14px;
      line-height: 25px;
  }
.navbar-dark .navbar-brand img {
    width: 144px;
}
.navbar-dark .navbar-toggler img {
    width: 22px;
} 


}

.seven-things-section li {
  padding: 5px;
}

.visit {
 
 margin-top: -60px;
 }  