/*start*/


.header {
  position:relative;
  text-align:center;
  background: linear-gradient(90deg, rgba(5,5,5,0.9840978627779237) 32%, rgba(255,255,255,1) 100%);
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

img.logo{
  height: 80px;
}


.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }

  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
/*end*/

.homespace {
    height: 60px;
}
.home {
    margin-top: 15px;
    height: 80vh;
    overflow: hidden;
    position: relative;
}
.home .slide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slide 2s ease;
}
.home .slide.active {
    display: flex;
}
@keyframes slide {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.container {
    max-width: 1170px;
    margin: auto;
}
.home .container {
    flex-grow: 1;
}
.home .caption {
    width: 50%;
    margin-left: 4%;
    font-weight: 700;
}
.home .caption h2 {
    font-size: 35px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.home .caption h1 {
    font-size: 35px;
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.home .slide.active .caption h2 {
    opacity: 0;
    animation: captionText 0.5s ease forwards;
    animation-delay: 1s;
}
.home .slide.active .caption h1 {
    opacity: 0;
    animation: captionText 0.5s ease forwards;
    animation-delay: 1s;
}
.home .caption p {
    font-size: 28px;
    margin: 15px 0 30px;
    color: #fff;
}
.home .caption a:hover{
  background-color: #cf0;
}
.home .slide.active .caption p {
    opacity: 0;
    animation: captionText 0.5s ease forwards;
    animation-delay: 1.2s;
}
.home .caption a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
}
.home .slide.active .caption a {
    opacity: 0;
    animation: captionText 0.5s ease forwards;
    animation-delay: 1.4s;
}
@keyframes captionText {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.home .controls .prev,
.home .controls .next {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    background-color: black;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.home .controls .prev:hover,
.home .controls .next:hover {
    background-color: #cf0;
    color: #000;
}
.home .controls .prev {
    left: 1%;
    width: 3%;
}
.home .controls .next {
    right: 1%;
    width: 3%;
}
.home .indicator {
    position: absolute;
    left: 50%;
    bottom: 30px;
    cursor: pointer;
    z-index: 2;
    transform: translateX(-50%);
}
.home .indicator :hover {
    background-color: #cf0;
    color: #000;
}
.home .indicator div {
    display: inline-block;
    width: 25px;
    height: 25px;
    color: #fff;
    background-color: black;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin: 0 3px;
}
.home .indicator div.active {
    background-color: #cf0;
    color: #000;
}
.homecolumn {
    background-color: #f5f5f5;
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    height: 300px;
    width: 33.33%;
}

hr {
    margin: auto;
}
body {
    background-color: #fff;
    cursor: default;
    margin: 0;
    font-family: calibri, Fallback, sans-serif;
    overflow-x: hidden;
}
@font-face {
    font-family: "Calibri";
    src: url(Calibri.eot);
    src: url("Calibri.eot?#iefix") format("embedded-opentype"), url("Calibri.svg#svgFontName") format("svg");
}
* {
    box-sizing: border-box;
}

.dropdown-content {
  float: left;
  overflow: hidden;
}


ul li i.fa.fa-chevron-down{
  font-size: 20px;
  color: white;
}

ul li i.fa.fa-chevron-down:hover{
  color: #cf0;
  }

.dropdown-content {
  display: none;
  margin-top: 9%;
  position: absolute;
  background-color: black;
  width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
li.height{
  padding-bottom: 4%;
  padding-top: 3%;
}
.dropdown-content li {
   display: block;
          text-align: left;
          padding-left: 5%;
        padding-top: 3%;
        border-bottom: 0.1px solid white;
}
.dropdown-content a{
  font-size: 18px;
  padding-bottom: 2%;
}

.dropdown-content a:hover {
  border-bottom: 3px solid #cf0;
    padding-bottom: 2%;
}

.show {
  display: block;
}
li a.active {
    color: #cf0;
}

.logo {
    float: left;
    height: 70px;
    padding: 3px;
    width: auto;
    margin-top: 0.5%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav {
    padding: 0 30px;
    background-color: black;
    
    position: fixed;
    float: right;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
}
nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    float: right;
    align-items: right;
    justify-content: right;
}
nav ul li {
    padding: 25px 15px;
    cursor: pointer;
}
nav ul li.items {
    position: relative;
    width: auto;
    margin: 0 20px;
    text-align: center;
    order: 3;
    top: 0;
    font-size: 30px;
}
nav ul li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}
nav ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 2px;
}
nav ul li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}
nav ul li a:hover {
    background: transparent;
    color: #cf0;
    text-decoration: none;
}
nav ul li i {
    font-size: 23px;
}
nav ul li.btn {
    display: none;
}
nav ul li.btn.hide i:before {
    content: "\f00d";
}
/*home*/
.feed h2{
  font-size: 40px;
  margin-left: 5%;
  color: black;
}
.feed hr{
  margin-left: 5%;
  width: 10%;
  margin-bottom: 3%;
  margin-top: 1%;
}




.homeabout {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 300px;
    border: 2px solid black;
    margin: 40px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 7%;
    margin-bottom: 7%;
}
.homeabt {
    font-size: 32px;
    padding-top: 5%;
    text-align: center;
    color: black;
}
.partition {
    width: 50%;
}
.homeac {
    margin-top: 3%;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.fa-handshake {
    font-size: 60px;
    margin-top: 5%;
}

button {
    border: none;
    padding: 10px;
    display: inline-block;
    color: #fff;
    background-color: black;
    cursor: pointer;
    width: 17%;
    border-radius: 4px;
    font-size: 19px;
    margin-bottom: 4%;
    margin-top: 4%;
    text-align: center;
}
button:hover {
    background-color: #cf0;
    color: #000;
   
}
.homecolumn1{
   margin-left: 5%;
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    height: auto;
    width: 90%;
}
.homecolumn1 h3,.homecolumn1 h1{
  font-size: 35px; color: black; margin-left: 4%;
}
.homecolumn1 h1{
    font-size: 22px; margin-left: 0%;
}
.homeinfo2 img{
  height: 300px;margin-top: -2%; margin-right: 10%;
}
.homecolumn1 i.far{
    color: black;margin-top: 2%;
}

.homecolumn10 {
    background-color: #f5f5f5;
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    height: 300px;
    width: 25%;
}
i.fas.fa-line-chart,
i.fa.fa-users,
.fa-handshake,
.fa-laptop-code,
.fa-hand-holding-usd {
    font-size: 40px;
    margin-top: 15%;
}
.homeinfo20:after {
    content: "";
    display: table;
    clear: both;
}
.homeinfo20 {
    background-color: #f5f5f5;
}
.homeinfo20 h1{
    text-align: center;
    padding-top: 4%;
    margin-bottom: 0.5%;

}
 
.separator{
  display:flex;
  align-items: center;
  max-width: 35%;
  margin: auto;
  padding-top: 3%;
}

.separator .line{
  height: 3px;
  flex: 1;
  background-color: #000;
}

.separator .line1{
  height: 3px;
  flex: 1;
  background-color: white;
}

.separator h1{
  padding: 4%;
}
.ring{
  margin-left: 5%;
  margin-bottom: 40px;
  margin-top: 6%;
  width: 90%;
  height: auto;
   background-image: linear-gradient(to left, white, #f5f5f5);
  border-radius: 30px;
  box-shadow:  5px 5px 10px #00000027, -5px -5px 10px #ffffff;

}
.ring h1{
    color: black;
    font-size: 30px;
}
.ring hr{
  width: 40%;

}
.ring .heading,.para{
  text-align: center;
padding: 25px 30px 25px 30px;
font-size: 23px;

}
.heading{
    color: #2C4981;
    margin-bottom: -1%;
}

.ring .heading{
  font-size: 30px;
}
.ser{
  height: auto;
  margin-top: 4%;
}
.ser h1{
  font-size: 35px; color:black;
}
.ser h3{
    font-size: 22px;
}

.partner{
    margin-top: 5%;
    
    margin-bottom: 5%;
    width: 100%;
    background-color: black;
}
.partner h1{
  color: white;
  font-size: 35px;
  
}
.partner hr{
    width: 9%;
    margin-top: 1%;
    margin-left: 1%;
   margin-bottom: 3%;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.clients{
    height: auto;
    background-color: white;
    margin-top: 8%;
}
.clients h2{
    color: red;
    padding-top: 5%;
    margin-left: 5%;
    font-size: 35px;
}
.clients hr{
    width: 10%; margin-left: 5%; margin-top: 1%;
}
.fade {
    width: 16%;
    height: 120px;
    display: inline-block;
    margin-left: 3%;
    margin-top: 2%;
    margin-bottom: 4%;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 300ms;
    background-size: 200px 120px;
}

.fade.img1{
    animation: slidea 12s infinite;
}

@keyframes slidea {
     0% {
        background-image: url(../client/aster.png);
    }
    25%{
       background-image: url(../client/aster.png);
    }
    55% {
        background-image: url(../client/atlas.jpg);
    }
    100% {
        background-image: url(../client/cara.png);
    }
     
}
.fade.img2{
   animation: slideb 12s infinite;
}
@keyframes slideb {
 0% {
        background-image: url(../client/dhl.png);
    }
    25%{
       background-image: url(../client/dhl.png);
    }
    55% {
        background-image: url(../client/fairmont.jpeg);
    }
    100% {
        background-image: url(../client/fatima.jpeg);
    }
}
.fade.img3{
   animation: slidec 12s infinite;
}
@keyframes slidec {
   0% {
        background-image: url(../client/lnt.jpeg);
    }
    25%{
       background-image: url(../client/lnt.jpeg);
    }
    55% {
        background-image: url(../client/jcc.png);
    }
    100% {
        background-image: url(../client/med.png);
    }
}
.fade.img4{
   animation: slided 12s infinite;
}
@keyframes slided {
     0% {
        background-image: url(../client/ms.png);
    }
    25%{
       background-image: url(../client/ms.png);
    }
    55% {
        background-image: url(../client/oilfield.jpeg);
    }
    100% {
        background-image: url(../client/rak.jpg);
    }
   
}
.fade.img5{
   animation: slidee 12s infinite;
}
@keyframes slidee {
     0% {
        background-image: url(../client/tav.png);
    }
    25%{
       background-image: url(../client/tav.png);
    }
    55% {
        background-image: url(../client/dhl.png);
    }
    100% {
        background-image: url(../client/unimed.jpg);
    }
}

.col_fourth { width: 23.5%; }


.col_fourth{
    position: relative;
    display:inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.black{width: 100%;height:200px; background-color: white; margin-top: 10%;}
.wrapper { width: auto; margin: 30px auto; position: relative; text-align: center; }
.counter { background-color: #f5f5f5; padding: 20px 0; border-radius: 5px;}
.counter-value { color: black;font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text {color: black; font-size: 17px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.col_fourth i.fa,.col_fourth i.fas{ margin: 0 auto; float: none; font-size: 45px; display: table; color: black; }



.homecolumn{
     background-color: white;
    text-align: center;
    box-sizing: border-box;
    float: left;
    padding: 10px;
    height: auto;
    width: 30%;
    margin-left: 2%;
    border-radius: 10px;
    margin-bottom: 6%;
    margin-top: 5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}


.homecolumn img{
    height: 130px;
    text-align: center;

}
.homecolumn h3{
    color: black;
    font-size: 28px;

}
.homecolumn p{
    line-height: 1.5;
    padding-top: 6%;
    text-align: center;
    padding-right: 2%;
    font-size: 17px;
}
.homeinfo1:after {
    content: "";
    display: table;
    clear: both;
}
.homeinfo1{
    margin-left: 4%;
}

button.explore{
    width: 10%;
    border-radius: 50%;
    padding: 2%;
    font-size: 17px;
    margin-left: 6%;
}

.align{
    margin-left: 8%;
}
.news{
  background-color: black; height: auto;margin-bottom: 4%;
  padding-bottom: 5%;
}
.news h1{
  margin-top: 8%;margin-left: 8%;font-size: 40px; color: white; padding-top: 4%;
}
.news hr{
  width: 10%; margin-left: 8%; margin-top: 1%;
}


 .blog-slider {
     width: 95%;
     position: relative;
     max-width: 800px;
     margin-top: 3%;
     margin-left: 20%;
     margin-bottom: 4%;
     background: #fff;
     box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
     padding: 5px;
     border-radius: 25px;
     height: auto;
     transition: all 0.3s;
}
 @media screen and (max-width: 992px) {
    .ring h1{
    font-size: 22px;
}

.ring .heading,.para{

font-size: 17px;

}
   
 .separator{
  display:flex;
  align-items: center;
  max-width: 80%;
  margin: auto;
  padding-top: 3%;
}

.separator .line{
  height: 3px;
  flex: 1;
  background-color: #000;
}
.ex{
    font-size: 23px;
}
  .fa-handshake,
  i.fas.fa-line-chart,
i.fa.fa-users,
    .fa-laptop-code,
    .fa-hand-holding-usd {
        font-size: 32px;
        margin-top: 5%;
    }
   
    .homeinfo20 {
        width: 100%;
        padding-bottom: 5%;
    }
    .homecolumn10 {
        width: 100%;
        height: auto;
        padding-bottom: 5%;
    }
  .homespace {
        height: 35px;
    }
    .home .slide {
        width: 100%;
    }
    .home .slide {
        height: 100%;
    }
    .home .caption {
        margin-left: 1%;
        margin-top: 2%;
        width: 100%;
    }
    .chotatext {
        font-size: 15px;
    }
    .home .caption h2 {
        font-size: 22px;
        font-weight: 700;
    }
    .home .caption h1 {
        font-size: 22px;
        font-weight: 700;
    }
    .home .caption p {
        font-size: 16px;
        font-weight: 400;
    }
    .home .caption a {
        font-size: 13px;
        padding: 7px 15px;
    }
    .home .indicator {
        bottom: 6px;
    }
    .home {
        height: 300px;
    }
    .controls {
        display: none;
    }
     .blog-slider {
         max-width: 680px;
         height: auto;
    }
    .news{
        height: 750px;
    }
}
 @media screen and (max-width: 768px) {
     .blog-slider {
         
         height: auto;
         margin: 180px auto;
    }
      .news{
        height: 750px;
    }
}
 @media screen and (max-height: 500px) and (min-width: 992px) {
     .blog-slider {
         height: auto;
    }
      .news{
        height: 750px;
    }
}
 .blog-slider__item {
     display: flex;
     align-items: center;
}
 @media screen and (max-width: 768px) {
     .blog-slider__item {
         flex-direction: column;
    }
}
 .blog-slider__item.swiper-slide-active .blog-slider__img img {
     opacity: 1;
     transition-delay: 0.3s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > * {
     opacity: 1;
     transform: none;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
     transition-delay: 0.3s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
     transition-delay: 0.4s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
     transition-delay: 0.5s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
     transition-delay: 0.6s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
     transition-delay: 0.7s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
     transition-delay: 0.8s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
     transition-delay: 0.9s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
     transition-delay: 1s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
     transition-delay: 1.1s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
     transition-delay: 1.2s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
     transition-delay: 1.3s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
     transition-delay: 1.4s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
     transition-delay: 1.5s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
     transition-delay: 1.6s;
}
 .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
     transition-delay: 1.7s;
}
 .blog-slider__img {
     width: 300px;
     flex-shrink: 0;
     height: 300px;
     background-image: linear-gradient(147deg, #9adef5  0%, #e3f4fa 74%);
     box-shadow: 4px 13px 30px 1px rgba(0, 32, 45, 0.2);
     border-radius: 20px;
     transform: translateX(-80px);
     overflow: hidden;
}
 .blog-slider__img:after {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: linear-gradient(147deg, grey  0%, white 74%);
     border-radius: 20px;
     opacity: 0.8;
}
 .blog-slider__img img {
     width: 100%;
     height: 100%;
     object-fit: cover;
     display: block;
     opacity: 0;
     border-radius: 20px;
     transition: all 0.3s;
}
 @media screen and (max-width: 768px) {
     .blog-slider__img {
         transform: translateY(-50%);
         width: 90%;
    }
}
 @media screen and (max-width: 576px) {
     .blog-slider__img {
         width: 95%;
    }
}
 @media screen and (max-height: 500px) and (min-width: 992px) {
     .blog-slider__img {
         height: 270px;
    }
}
 .blog-slider__content {
     padding-right: 25px;
}
 @media screen and (max-width: 768px) {
     .blog-slider__content {
         margin-top: -80px;
         text-align: center;
         padding: 0 30px;
    }
}
 @media screen and (max-width: 576px) {
     .blog-slider__content {
         padding: 0;
    }
}
 .blog-slider__content > * {
     opacity: 0;
     transform: translateY(25px);
     transition: all 0.4s;
}
 .blog-slider__code {
     color: #7b7992;
     margin-bottom: 15px;
     display: block;
     font-weight: 500;
}
 .blog-slider__title {
     font-size: 24px;
     font-weight: 700;
     color: #0d0925;
     margin-bottom: 20px;
}
 .blog-slider__text {
     color: #4e4a67;
     margin-bottom: 30px;
     line-height: 1.5em;
}
 .blog-slider__button {
     display: inline-flex;
     background-color: black;
     padding: 15px 35px;
     border-radius: 50px;
     color: #fff;
     box-shadow: 0px 14px 80px rgba(0,32,45, 0.4);
     text-decoration: none;
     font-weight: 500;
     justify-content: center;
     text-align: center;
     letter-spacing: 1px;
}
 @media screen and (max-width: 576px) {
     .blog-slider__button {
         width: 80%;
         margin-bottom: 5%;
    }

}
 .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
     bottom: 10px;
     left: 0;
     width: 100%;
}
 .blog-slider__pagination {
     position: absolute;
     z-index: 21;
     right: 20px;
     width: 11px !important;
     text-align: center;
     left: auto !important;
     top: 50%;
     bottom: auto !important;
     transform: translateY(-50%);
}
 @media screen and (max-width: 768px) {
     .blog-slider__pagination {
         transform: translateX(-50%);
         left: 50% !important;
         top: 205px;
         width: 100% !important;
         display: flex;
         justify-content: center;
         align-items: center;
    }
}
 .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
     margin: 8px 0;
}
 @media screen and (max-width: 768px) {
     .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
         margin: 0 5px;
    }
}
 .blog-slider__pagination .swiper-pagination-bullet {
     width: 11px;
     height: 11px;
     display: block;
     border-radius: 10px;
     background: #062744;
     opacity: 0.2;
     transition: all 0.3s;
}
 .blog-slider__pagination .swiper-pagination-bullet-active {
     opacity: 1;
     background: #00202D;
     height: 30px;
     box-shadow: 0px 0px 20px rgba(0,32,45, 0.3);
}
 @media screen and (max-width: 768px) {
     .blog-slider__pagination .swiper-pagination-bullet-active {
         height: 11px;
         width: 30px;
    }
}

 
/*home*/
/*client*/
.image{
    margin-left: 4%;
    margin-top: 2%;
    margin-bottom: 2%;
    width: 15%;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto;
    border: 3px solid black;
}
.image img{
    margin-top: 2%;
    height: 120px;
    width: 100%;
}
.image img:hover{
    cursor: pointer;
    transform: scale(1.4);
}
.meet2 h1{
    color: black;
    text-align: center;
    justify-content: center;
    margin-top: 3%;
    margin-bottom: 2%;
    font-size: 35px;
}
#to{
  margin-top: 3%;
}
.meet2{
  margin-top: 10%;
}
/*client*/
/*foot*/
.foot {
    background-color: black;
    text-decoration: none;
    float: left;
    height: 100%;
    display: inline-block;
    position: relative;
    width: 100%;
}
.foot:after {
    content: "";
    display: table;
    clear: both;
}
.footmiddle {
    float: left;
    width: 32.5%;
    padding: 10px;
    padding-bottom: 0;
    height: 430px;
    background-color:black;
}
.footmiddle h2 {
    margin-top: 3%;
    margin-left: 20%;
    font-size: 28px;
    color: #fff;
}
.footmiddle ul {
    margin-left: 20%;
    margin-top: 3%;
    margin-bottom: 4%;
    list-style: none;
}
.footmiddle ul li a {
    text-decoration: none;
    font-size: 21px;
    color: #fff;
}
.footmiddle ul li {
    padding-bottom: 4%;
}
.footmiddle ul li a:hover {
    color: #cf0;
}
.footright {
    float: left;
    width: 32.5%;
    padding: 10px;
    height: 430px;
    background-color: black;
}
.footright h2 {
    margin-left: 5%;
    margin-top: 3%;
    margin-bottom: 3%;
    font-size: 28px;
    color: #fff;
}

.footright h3 {
  float: right;
    margin-top: 8%;
    margin-right: 3%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}
.footright a{
  text-decoration: none;
  color: white;
}

.footright a:hover{
  color: #cf0;
}
.query2 {

    width: 90%;
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 0%;
    margin-bottom: 2%;
}
.query2 h2 {
    margin-left: 3%;
    margin-top: 2%;
    color: black;
    font-size: 26px;
    padding-bottom: 2%;
    height: auto;
}
.footright button{
  margin-top: 0%;
  margin-left: 3%;
  width: 50%;
}
.query2 input[type="text"],
input[type="email"] {
    font-size: 14px;
    padding: 8px;
    border-width: 0.7px;
    border-radius: 2px;
    width: 43%;
}
.footleft {
    float: left;
    width: 35%;
    padding: 10px;
    height: 430px;
    background-color: black;
}
.footleft img {
    height: 80px;
    margin-left: 5%;
    margin-top: 3%;
}
.footleft h2 {
    margin-top: 8%;
    color: #fff;
    font-size: 26px;
}

.footleft i.reach.fa.fa-phone,
i.reach.fab.fa-whatsapp,
i.reach.fa.fa-envelope-o,
i.reach.fa.fa-map-marker {
    margin-top: 0%;
    padding-bottom: 6%;
    margin-left: 5%;
    color: #fff;
}
.footleft a {
    margin-left: 2%;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 19px;
    padding-bottom: 10%;
}
.footleft a:hover {
    color: #cf0;
}
.footleft i.social.fa {
    margin-top: 3%;
    margin-left: 3%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 36px;
}
i.social.fa.fa-instagram {
    color: transparent;
    background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background-clip: text;
    -webkit-background-clip: text;
}
i.social.fa.fa-facebook-square {
    color: #3b5998;
}
i.social.fa.fa-twitter {
    color: #55acee;
}
i.social.fa.fa-linkedin{
   color: #0976b4;
}
i.social.fa.fa-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.footleft i.social.fa:hover {
    color: #fff;
}

.footleft h3 {
    margin-top: 12%;
    margin-left: 1%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.span{
  color: white
}
ul.sub{
  color: white; font-size: 20px; 
}
li.sublink{
  list-style: disc;
}
.sublink:hover{
    color: #cf0;
    cursor: pointer;
}
/*foot end*/
/*contact*/
.contact { 
        display: flex; 
        background: white; 
        height: 350px; 
        justify-content: center; 
        align-items: center; 
        transform: skew(0deg, 4deg) translateY(-30px); 
    } 
      
    .service1 { 
        margin: 0; 
        padding: 0; 
        position: relative; 
        max-width: 900px; 
        transform: skew(0deg, -4deg); 
        text-align: center; 
    } 
.space {
    margin-top: 5%;
}
.service1 h1 {
    font-size: 40px;
    text-align: center;
    padding-top: 0.5%;
    margin-bottom: 1%;
    padding-left: 15%;
    padding-right: 15%;
    color: black;
}
.about h1 {
    font-size: 24px;
    color: black;
    float: left;
    margin-left: 3%;
    margin-bottom: 1%;
}
.about p {
    font-size: 17px;
    color: #000;
    margin-left: 3%;
    margin-right: 3%;
    padding-bottom: 3%;
}
h1.ex2{
    color: white;
}
.about a {
    margin-left: 2%;
    text-decoration: none;
    font-size: 19px;
    margin-top: 2%;
    margin-bottom: 2%;
    color: #000;
}

.about a:hover {
    color: #cf0;
}
.about button:hover{
    background-color: #cf0;
    color: black;
}
.about button {
    border: none;
    padding: 10px;
    display: inline-block;
    color: #fff;
    background-color: black;
    cursor: pointer;
    width: 70%;
    border-radius: 4px;
    font-size: 19px;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 4%;
    margin-right: 12%;
    margin-left: 12%;
}

.query {

     background-color: white;
    width: 55%;
    float: left;
    height: auto;
    margin-left: 5%;
    margin-top: 1%;
    margin-bottom: 2%;
}
.query h2 {
    margin-left: 3%;
    margin-top: 2%;
    color: black;
    font-size: 26px;
    padding-bottom: 2%;
    height: auto;
}
.query input[type="text"],
input[type="email"] {
    font-size: 14px;
    padding: 8px;
    border-width: 0.7px;
    border-radius: 2px;
    width: 43%;
    color: black;
}
.name,
.email {
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 3%;
}
textarea {
    width: 90%;
    height: 100px;
    margin-left: 3%;
    font-size: 15px;
    padding: 8px;
}
input[type="text"]::placeholder {
    color: black;
}
input[type="email"]::placeholder {
    color: black;
}
input[type="text"]:-ms-input-placeholder {
    color: black;
}
input[type="text"]::-ms-input-placeholder {
    color: black;
}
input[type="text"]:-ms-input-placeholder {
    color: black;
}
input[type="text"]::-ms-input-placeholder {
    color: black;
}
textarea::-webkit-input-placeholder {
    color: #0cc;
}
textarea:-moz-placeholder {
    color: black;
}
textarea::-moz-placeholder {
    color: black;
}
textarea:-ms-input-placeholder {
    color: black;
}
textarea::placeholder {
    color: black;
}
h1.ex{
    color: black;
}
.contact1 {
    background-color: white;
    width: 30%;
    float: right;
    height: auto;
    margin-right: 5%;
    margin-top: 1%;
    margin-bottom: 2%;
}
.contact1 h2,
i.fa-fa-address-card {
    margin-left: 4%;
    margin-top: 3%;
    color: black;
    font-size: 28px;
    padding-bottom: 2%;
}
.contact hr {
    width: 70%;
}
.about i.fa.fa-phone-square,
i.fab.fa-whatsapp,
i.fa.fa-envelope-o,
i.fa.fa-map-marker,
i.fa.fa-fax,
i.fa.fa-building-o{
    color: black;
    margin-left: 5%;
    font-size: 20px;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 24px;
}
.service1 h2{
  color: #00CCCC; margin-top: 3%; padding-top:4%; 
}
.service1 h3{
  color: #505050;font-size: 20px; width: 45%
}
.map h2{
  margin-left: 5%;margin-top: 37%; font-size: 30px; color: black; padding-top: 4%; padding-bottom: 4%;
}
.map hr{
  width: 15%; margin-left: 0%; margin-top: 1%;
}
.map iframe{
  margin-left: 3%; margin-top: 3%;
}
/*contact end*/
/*service page*/
.service-block-container {
   display: inline-block;
   width: 30%;
   justify-content: center;
   margin-top: 2%;
   margin-left: 3%;
}

.service-block {
   width: 90%;
   height: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
   position: relative;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
   display: inline-block;
   justify-content: center;
   text-align: center;
   background-color: #fff;
   color: black;
   border: 1px solid black;
   margin-bottom: 30px;
   padding: 0 10px;
}

.service-underlay {
   position: absolute;
   height: 60px;
   bottom: 0;
   left: 0;
   right: 0;
   background-color: black;
   padding-top: 18px;
   transition: all 0.3s ease-in-out;
}

.service-icon {
   position: absolute;
   top: 10%;
   left:0; 
   right: 0;
   font-size: 45px;
   transition: all 0.3s ease-in-out;
   color: black;
}

.service-name {
   margin: 0 auto;
   display: block;
   color: white;
   font-size: 23px;
   text-transform: Capitalize;
}

.service-desc {
   display: block;
   font-size: 16px;
   margin-top: 30%;
   color: black;
}

.service-underlay .cta {
   margin-top: 30%;
   display: inline-block;
   color: #fff;
   font-size: 15px;
   text-decoration: none;
}

.service-block:hover {
   transform: scale(1.1);
   cursor: pointer;
   border: 1px solid black;
}

.service-block:hover .service-underlay {
   height: 100%;
    background-color: #cf0;

}

.service-block:hover .service-icon {
   color: #fff;
       color: black;
   transform: scale(1.5);
   top: 40%;
}

.service-block:hover .service-name {
   color: #fff;
   font-size: 30px;
       color: black;
   font-weight: bold;
}
.service-block:hover #ab{
   font-size: 26px;

}
.service-block:hover .service-desc {
   display: none;
}

.service-block .service-underlay .cta:hover {
   text-decoration: none;
   color: white;
}
.service-block .service-underlay .cta {
   color: black;
}

.product{
  margin-bottom: 0%;
}

.product h1{
  padding-left: 5%; padding-top: 4%;
  color: black; font-size: 40px;
  text-align: center;
}
.product h2{
  padding-left: 5%; margin-top: 2%; color: black; font-size: 22px;
  text-align: center;
}
.keynote{
  margin-top: 5%; font-size: 20px; margin-left: 3%;margin-right: 3%; margin-bottom: 3%;
}
#key{
    margin-top: 5%;
}
.keynote h1{
  font-size: 40px; color: black;
}
.keynote hr{
  width: 7%; margin-left: 0%; margin-top: 1%;margin-bottom: 2%;
}

.other{
    margin-left: 8%;
    margin-bottom: 4%;
    margin-top: 0%;
    display: inline-block;
    width: 14%;
}
#z{
    margin-left: 17%;
}
#y,#z,#x{
    width: 16%;
}
.other h3{
    background-color: black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    font-size: 22px;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    padding: 40px 30px;
}
.flipster img{
    height: 250px;
}
.flipster--loop .flipster__item {
     position: absolute;
}
ul.flip-items{
    list-style: none;
}
 .flipster--loop .flipster__item--past-2 {
     transform: translateX(-100%);

}
 .flipster--loop .flipster__item--future-2 {
     transform: translateX(100%);
}
 .flipster--loop .flipster__item--past-1 {
     transform: translateX(-50%);
}
 .flipster--loop .flipster__item--future-1 {
     transform: translateX(50%);
}
 .flipster--infinite-carousel .flipster__container, .flipster--infinite-carousel .flipster__item {
     transition: all 350ms ease-in-out;
     transition-timing-function: cubic-bezier(.56,.12,.12,.98);
}
 .flipster--infinite-carousel .flipster__item__content {
     transition: inherit;
}
 .flipster--infinite-carousel .flipster__item {
     position: absolute;
     opacity: 0;
     perspective: 800px;
}
 .flipster--infinite-carousel .flipster__item--past-2, .flipster--infinite-carousel .flipster__item--future-2 {
     opacity: 0.6;
     transition-delay: 90ms;
}
 .flipster--infinite-carousel .flipster__item--past-1, .flipster--infinite-carousel .flipster__item--future-1 {
     opacity: 0.8;
     transition-delay: 60ms;
}
 .flipster--infinite-carousel .flipster__item--current {
     opacity: 1;
     transition-delay: 0;
}
 .flipster--infinite-carousel .flipster__item--past .flipster__item__content, .flipster--infinite-carousel .flipster__item--future .flipster__item__content {
     transform: scale(0.4);
}
 .flipster--infinite-carousel .flipster__item--past-2 .flipster__item__content {
     transform: translateX(-75%) rotateY(45deg) scale(0.6);
}
 .flipster--infinite-carousel .flipster__item--future-2 .flipster__item__content {
     transform: translateX(75%) rotateY(-45deg) scale(0.6);
}
 .flipster--infinite-carousel .flipster__item--past-1 .flipster__item__content {
     transform: translateX(-50%) rotateY(45deg) scale(0.8);
}
 .flipster--infinite-carousel .flipster__item--future-1 .flipster__item__content {
     transform: translateX(50%) rotateY(-45deg) scale(0.8);
}
 .flipster--infinite-carousel .flipster__item--current .flipster__item__content {
     transform: translateX(0) rotateY(0deg) scale(1);
}

/*service end*/
/*sticky*/

#feedback {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
    display: block;
    background: #00202D;
    height: 52px;
    padding-top: 10px;
    width: 155px;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
#feedback a:hover {
    background: #cf0;
    color: black;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin-top: 20%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 2%;
  margin-left: 3%;
  margin-bottom: 2%;
  color: black;

}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.popup .close:hover {
  color: #786e05;
}
.popup .content {
  max-height: 30%;
  font-size: 18px;
  width: 70%;
}

.popup i.fa, .popup i.fab{
    color: #00202D;
    font-size: 40px;
}
.popup i.fa:hover, .popup i.fab:hover{
    color: #786e05;
}
.popup a{
    text-decoration: none;
    color: #00202D;
    font-size: 35px;
}
.popup a:hover{
    color: #786e05;
}


/*sticky ends*/
/*about*/



.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 1120px;
    margin: 80px auto;
    align-self: center;
}

.blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    position: relative; 
    color: black;
    font-size: 10px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}


.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid black;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid white;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}


@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 32px;
        line-height: 1.2;
   }

}


.first {
    margin-top: 10%;
}
.first img{
    height: 150px;
    margin-right: 4%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 4%;
}
.first p{
    margin-top: 4%;
   margin-right: 4%;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 8px;
}


.profiles0{
   width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 720px;
    margin-left: 20%;
    margin-right: 15%;
    margin-top: 4%;
    margin-bottom: 4%;

}

.profiles {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    max-width: 820px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 4%;
    margin-bottom: 4%;
}

.card__info h2{
  font-size: 15px;
  margin-top: -3%;
}
.card--0 .card__img, .card--0 .card__img--hover {
   background-image: url(../images/ceo.jpg);
}

.card--1 .card__img, .card--1 .card__img--hover {
   background-image: url(../images/dummy.jpg);
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url(../images/dummy.jpg);
}


.card__img {

  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:auto;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
  
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
  position: absolute;
   
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;
  
}
.card0 {
  margin-right: 25px;
  margin-left: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 50%;
    height: auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card0:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 26px 24px 24px 24px;
}


.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
}


.card__author {
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    color: black;
}
.card__author i{
    padding-bottom: 3%;
}
.card0:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card0:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card0:hover .card__info-hover {
    opacity: 1;
}


.profile-heading{
    position: relative; 
    justify-content: center;
    padding-top: 12%;
    padding-bottom: 8%;
    display: flex;
    text-align: center;
    font-size: 26px;
  
}
.profile-heading::before {
    content: "";
        background-image: url(../images/team1.jpg);
        background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.9;
}
.profile-heading h1{
    position: relative;
 color: white;
 font-weight: 900;  
  line-height: 0.9;
  text-align: center;
}


.us h1{
  font-size: 40px; color: black;text-align: left;margin-left: 5%; margin-top: 4%;
}
.us hr{
  width: 20%; margin-left: 5%; margin-top: 1%;
}
.intro p{
  width: 50%; font-size: 26px; margin-left: 5%; margin-top: 2%;
}
.introb {
  width: 30%;margin-left: 25%;margin-top: 10%;
}
.intro img{
  margin-top: -1%;height: 400px; margin-right: 3%;width: 40%; margin-bottom: 5%;
}
.note1, .note2{
  float: left; background-color: black;
}
.vision{
  float: left;
}
.vision h1{
  font-size: 40px; color: #cf0;margin-left: 5%;margin-top: 2%;
}
.vision hr{
  width: 6%; margin-left: 5%; margin-top: 1%;margin-bottom: 2%; color: white;
}
.vision p{
  width: 40%; font-size: 20px; margin-left: 5%; color: white;
}
.exp{
  float: right;
}
#upar{
  margin-top: -2%;
}
.exp h1{
  font-size: 40px; color: #cf0;margin-left: 55%; margin-top: -22%;
}
.exp hr{
  width: 10%; margin-left: 55%; margin-top: 1%;margin-bottom: 2%;color: white;
}
.exp p{
  width: 40%; font-size: 20px; margin-left: 55%; color: white;
}
.team h2{
  margin-top: 60%;margin-left: 5%;font-size: 40px;color: black;margin-left: 40%;
}
.team hr{
  width: 5%; margin-left: 5%; margin-top: 1%;margin-bottom: 2%;color: white;
}
.rowa{
  margin-left: 20%;
}
.columna{
  width: 40%;
}
#card1{
  margin-left: 16%;
}
.columna{
  margin-left: 4%;
}


.will-fadeIn h4 {
  font-size: 28px;
  padding: 2%2% 2% 2%;
  text-align: center;
}

#top{
    margin-top: 10%; margin-bottom: 8%;
}
#a{
    display: none;
}

.will-fadeIn {
  display: block;
  width: 90%;
  margin-left: 5%;
  margin-top: 3%;
  margin-bottom: 3%;
  height: auto;
  background-color: grey;
  padding: 10px;
}
.will-fadeIn:nth-child(odd) {
  background: lightgrey;
}
.will-fadeIn:first-child {
  height: auto;
  background-color: #edffff;
}

.fadeInRight {
  -webkit-animation: fadeInRight .5s ease .4s both;
  -moz-animation: fadeInRight .5s ease .4s both;
  -ms-animation: fadeInRight .5s ease .4s both;
  -o-animation: fadeInRight .5s ease .4s both;
  animation: fadeInRight .5s ease .4s both;
}
@media (prefers-reduced-motion) {
  .fadeInRight .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.fadeInLeft {
  -webkit-animation: fadeInLeft .5s ease .4s both;
  -moz-animation: fadeInLeft .5s ease .4s both;
  -ms-animation: fadeInLeft .5s ease .4s both;
  -o-animation: fadeInLeft .5s ease .4s both;
  animation: fadeInLeft .5s ease .4s both;
}
@media (prefers-reduced-motion) {
  .fadeInLeft .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/*about end*/
/*single*/

:root {
  --base-grid: 8px;
  --colour-body-background: #cf0;
  --colour-background: black;
  --colour-background-folded: #f5f5f5;
  --colour-background-stripes: rgba(255,255,255,.5);
  --colour-text: white;
}

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
}



.articles {
  margin: calc(var(--base-grid)*2) auto calc(var(--base-grid)*5);
  display: grid;
  grid-row-gap: calc(var(--base-grid)*8);
  grid-column-gap: calc(var(--base-grid)*1);
  grid-template-columns: repeat(auto-fit,minmax(calc(var(--base-grid)*18),1fr));
  justify-items: center;
}

.articles__article {
  cursor: pointer;
  display: block;
  position: relative;
  perspective: 1000px;
  animation-name: animateIn;
  animation-duration: .35s;
  animation-delay: calc(var(--animation-order)*100ms);
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.articles__article:before {
  content: "";
  position: absolute;
  top: calc(var(--base-grid)*-2);
  left: calc(var(--base-grid)*-2);
  border: 2px dashed var(--colour-background);
  background-image: repeating-linear-gradient(-24deg,transparent,transparent 4px,var(--colour-background-stripes) 0, var(--colour-background-stripes) 5px);
  z-index: -1;
}

.articles__article,
.articles__article:before {
  width: calc(var(--base-grid)*22);
  height: calc(var(--base-grid)*18);
}

.articles__link {
  background-color: var(--colour-body-background);
  border: 2px solid var(--colour-background);
  display: block;
  width: 100%;
  height: 100%;
}

.articles__link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(var(--base-grid)*3);
  width: calc(var(--base-grid)*2);
  height: calc(var(--base-grid)*2);
  margin-top: calc(var(--base-grid)*-1);
  clip-path: polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);
  -webkit-clip-path: polygon(75% 0,100% 50%,75% 100%,0 100%,25% 50%,0 0);
  background-color: var(--colour-background);
  opacity: 0;
  transition: opacity .5s ease-in,transform .3s ease-in-out 0ms;
}

.articles__content {
  background-color: var(--colour-background);
  color: var(--colour-text);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: calc(var(--base-grid)*2);
  display: flex;
  flex-direction: column;
  border: 2px solid var(--colour-background);
}

.articles__content--lhs {
  clip-path: polygon(0 0,51% 0,51% 100%,0 100%);
  -webkit-clip-path: polygon(0 0,51% 0,51% 100%,0 100%);
}

.articles__content--rhs {
  clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
  -webkit-clip-path: polygon(50% 0,100% 0,100% 100%,50% 100%);
  transition: transform .5s ease-in-out,background-color .4s ease-in-out;
}

.articles__title {
  font-size: calc(var(--base-grid)*3.5);
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: -.02em;
}


.articles__link:hover .articles__content--rhs {
  background-color: var(--colour-background-folded);
  transform: rotateY(-50deg);
}

.articles__link:hover:after {
  opacity: 1;
  transform: translateX(calc(var(--base-grid)*1.5));
  transition: opacity .5s ease-in,transform .3s ease-in-out .25s;
}

.spaces{
    margin-top: 8%;
}

.otherservices h2{
  font-size: 35px; color: black;margin-left: 5%; margin-top: 5%;
}
.otherservices hr{
  width: 10%; margin-left: 5%; margin-top: 1%;margin-bottom: 5%;
}

.quote-wrapper {
  width: 300px;
  height: 300px;
  position: relative;
  margin-left: 35%;
  margin-top: 4%;
  margin-bottom: 5%;
/*OPTIONAL MARGIN*/
}
.perk{
  margin-left: 25%; width: 100%;font-size: 22px;padding-top: 23%; line-height: 1.5;
}
.text {
  width: 100%;
  height: 100%;
  /*BLUE BG*/ 
  background-color: black;
  border-radius: 20px;
  );
  /*RED BG
  background: radial-gradient(
    ellipse at center,
    rgba(210, 20, 20, 1) 0%,
    rgba(210, 20, 20, 1) 70%,
    rgba(210, 20, 20, 0) 70.3%
  );*/
  position: relative;
  margin: 0;
  color: white;
}



.text::before {
  content: "";
  width: 50%;
  height: 100%;
  float: left;
  shape-outside: polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );
  shape-margin: 7%;
}



.quote-wrapper blockquote footer {
  width: 100%;
  position: absolute;
  bottom: 25px;
  font-size: 17px;
  text-align: center;
  font-style: italic;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.3);
}

.quote-wrapper::before {
  content: "\201C";
  font-size: 270px;
  height: 82px;
  line-height: 0.78;
  line-height: 1;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 1;
  font-family: sans-serif, serif;
  color: #ccc;
  opacity: 0.9;
}


  .quote-wrapper {
    width: 370px;
    height: 370px;
  }

  .quote-wrapper::before {
    font-size: 300px;
  }

  .text p {
    font-size: 26px;
  }

  .quote-wrapper blockquote footer {
    bottom: 32px;
  }


.data h1{
  font-size: 40px; color: black;text-align: center;
}
.data hr{
  width: 10%;  margin-top: 1%;margin-bottom: 5%;
}
.single h2{
  width: 90%; font-size: 20px; margin-left: 5%;padding-right: 5%; padding-top: 2%;
}
.single img{
  margin-top: -5%;height: 400px; margin-right: 0%;width: 40%; margin-bottom: 5%;
}
.single{
    margin-bottom: 25%;
}
.benefit h2{
  font-size: 35px; color: black;margin-left: 5%; margin-top: 15%;
}
.benefit hr{
  width: 6%; margin-left: 5%; margin-top: 1%;margin-bottom: 2%;
}


/*single end*/



@media all and (max-width: 900px) {

    nav {
        padding: 5px 30px;
    }
    li a.active {
    border-bottom: 2px solid black;
    padding-bottom: 3%;
}
    nav ul li.items {
        width: 100%;
        display: none;
        text-align: left;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 20px;
        font-size: 18px;
    }
    nav ul li.items.show {
        display: block;
    }
    nav ul li.btn {
        display: block;
    }
    nav ul li.items:hover:after {
        opacity: 0;
    }
    .dropdown-content{
        margin-top: 5%;
    }
    /*home page*/
    .slideshow{
    height: auto;
    width: 100%;
}
span.title-text{
    font-size: 18px;
}


#container {
    height: 50%;
}

.slide h2{
  font-size: 24px;
}


#slides .slide .title {
    top: 37%;
    width: 70%;
}

#slides .slide .title .title-text {
    transform: translateY(8.2em);

}

#slide-select {
    left: 25%;
}

#slide-select .selector {
    height: 17px;
    width: 17px;
}

.homecolumn1{
   margin-left: 5%;
    width: 90%;
}
.homecolumn1 h3{
  font-size: 22px;margin-left: -4%;
}
.homecolumn1 h1{
    font-size: 20px;
    margin-top: -10%;
    margin-left: -5%;
    margin-bottom: 10%;
}
.homeinfo2 img{
  height: 150px;margin-top: 4%; margin-right: 18%;
  margin-bottom: 3%;

}
.homeinfo2{
    margin-top: 80%;
}
.homecolumn1 i.far{
    margin-top: 1%;
    font-size: 30px;
    margin-bottom: 4%;
    color: black;
    margin-left: -5%;
}

.card:before {
  border-top: 20px solid #006767;
  border-right: 20px solid #006767;
  border-left: 20px solid white;
  border-bottom: 20px solid white;
}

.card h2 {
  font-size: 23px;
  font-weight: 700;
}
.card p {
  font-size: 15px;
  margin-bottom: 9%;
}



.col_fourth{
    margin-left: 5%;
    margin-bottom: 20px;
    width: 40%;
}



.black{height: auto;}
.wrapper { 
    width: auto; margin: 30px auto;
     position: relative; 
     text-align: center;
      }
.counter { 
    padding: 20px 0;
     border-radius: 5px;
 }
.counter-value { 
    font-size: 25px; 
     margin-top: 10px;
 }
.count-text { font-size: 12px;
  margin-top: 10px; 
  }
.col_fourth i.fa,.col_fourth i.fas { 
 font-size: 30px;
}
.ser{
  height: auto;
  margin-top: 4%;
}
.ser h1{
  font-size: 30px; 
}
.ser h3{
    font-size: 18px;
    width: 80%;
    margin-top: -4%;
}
.clients{
    margin-top: 5%;
    margin-bottom: 5%;
}
.clients h2{
   text-align: center;
    font-size: 28px;
    padding-bottom: 5%;
}
.clients hr{
   display: none;
}
.partner{
    margin-top: 100%;
}
.partner h2{
  font-size: 33px;
  text-align: center;
  margin-bottom: 5%;
}
.partner hr{
    display: none;
}
.feed h2{
 font-size: 33px;
  text-align: center;
  margin-bottom: 5%;
  padding-top: 7%;
}
.feed hr{
 display: none;
}
.homecolumn{
    height: auto;
    width: 90%;
    margin-left: 2%;
    margin-bottom: 6%;
    margin-top: 5%;
}

#shift{
    margin-left: 3%;
}
.homecolumn img{
    height: 120px;
}
.homecolumn h3{
    font-size: 22px;
    margin-left: 10%;
}

.homecolumn p{
    padding-top: 2%;
    text-align: justify;
    line-height: 1.2;
    height: auto;
    padding-right: 2%;
    font-size: 16px;
}
.homeinfo1{
    margin-left: 4%;
}


.homeabout {
    height: auto;
    width: 90%;
    border: 2px solid black;
    margin-left: 5%;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 10%;
    margin-bottom: 7%;
}
.homeabt {
    font-size: 25px;
    padding-top: 5%;

}


.homeac {
    margin-top: 1%;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
    padding-left: 1%;
    padding-bottom: 5%;
}

/*home end*/
/*footer*/

.footmiddle {
    width: 50%;
    padding: 10px;
    padding-bottom: 0;
    height: auto;
}
.footmiddle h2 {
    margin-top: 3%;
    margin-left: 3%;
    font-size: 23px;
}
.footmiddle ul {
    margin-left: 3%;
    margin-top: 3%;
    margin-bottom: 2%;
}
.footmiddle ul li a {
    font-size: 16px;
}

ul.sub{
  font-size: 16px;
  margin-left: 10%; 
}
.footright {
    width: 50%;
    height: auto;
}
.footright h2 {
    margin-left: 3%;
    font-size: 23px;
    margin-bottom: 0%;
}

.footright h3 {
  float: right;
    margin-top: 8%;
    margin-right: 10%;
    font-size: 14px;
    
}



.query2 {
    margin-left: 0%;
    margin-top: 0%;
    margin-bottom: 2%;
    width: 100%;
}
.query2 h2 {
    margin-left: 3%;
    margin-top: 2%;

}
.query2 input[type="text"],
input[type="email"] {
    font-size: 11px;
    padding: 6px;
}
.query2 textarea{
  width: 91%;
  height: 100px;
}
.footright button{
  margin-top: 0%;
  margin-left: 4%;
  width: 90%;
  font-size: 15px;
  padding: 7px;
}

.footleft {
    width: 100%;
    height: auto;
}
.footleft img {
    height: 40px;
    margin-left: 3%;
    margin-top: 3%;
}
.footleft h2 {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-left: 0%;
    font-size: 23px;
}
.footleft .delete{
  display: none;
}
.footleft i.reach.fa.fa-phone,
i.reach.fab.fa-whatsapp,
i.reach.fa.fa-envelope-o,
i.reach.fa.fa-map-marker {
    margin-top: 1%;
    padding-bottom: 3%;
    margin-left: 5%;
    font-size: 16px;
}
.footleft a {
    margin-left: 2%;
    font-size: 16px;
    padding-bottom: 10%;
}

.footleft i.social.fa {
    font-size: 27px;
    margin-top: 4%;
}
.footleft i.social.fa.fa-instagram{
    margin-left: 10%;
    padding-left: 0%;
}
.footleft h3 {
    margin-top: 5%;
    margin-left: 1%;
    font-size: 14px;
}


/*footer end*/
/*about*/



.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 300px;
    margin: 40px auto;
    align-self: center;
}

.blockquote h1 {
    font-family: 'Abril Fatface', cursive;
    position: relative; 
    color: black;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 20px;
}

.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid black;
    border-radius: 0 50px 0 0;
    width: 50px;
    height: 50px;
    bottom: -50px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid white;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

 .blockquote h1 {
    font-size: 20px;
     line-height: 1.2;
   }

.first {
    margin-top: 10%;
}

.first img{
    height: 100px;
    margin-top: 10%;
    margin-bottom: 5%;
    margin-left: 9%;
}

.first p{
    margin-top: 4%;
   margin-left: 2%;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: 8px;
}

.profiles0{
   width: 95%;
   margin-left: 3%;
    margin-top: 4%;
    margin-bottom: 3%;
}

.profiles {
    width: 90%;
    margin-left: 3%;
    margin-top: 2%;
    display: block;
    margin-bottom: 4%;
}
.card__info h2{

  margin-top: -6%;
}


.card--0 .card__img, .card--0 .card__img--hover {
   background-image: url(../images/ceo.jpg); 
}

.card--1 .card__img, .card--1 .card__img--hover {
   background-image: url(../images/dummy.jpg);
}

.card--2 .card__img, .card--2 .card__img--hover {
    background-image: url(../images/dummy.jpg);
}

.card__img {
  visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height:400px;
  border-top-left-radius: 12px;
border-top-right-radius: 12px;
}

.card__info-hover {
    position: absolute;
    padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}

.card__img--hover {
  transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
  position: absolute;
   border-top-left-radius: 12px;
border-top-right-radius: 12px;
top: 0;  
}

.card0 {
  margin-right: 25px;
  margin-left: 25px;
  margin-bottom: 10%;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
    width: 90%;
    height: auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);
}
.card0:hover {
  box-shadow: 0px 30px 18px -8px rgba(0, 0, 0,0.1);
    transform: scale(1.10, 1.10);
}

.card__info {
z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
   padding: 26px 24px 24px 24px;
}

.card__title {
    margin-top: 5px;
    margin-bottom: 10px;
}

.card__author {
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    color: black;
}
.card__author i{
    padding-bottom: 3%;
}
.card0:hover .card__img--hover {
    height: 100%;
    opacity: 0.3;
}

.card0:hover .card__info {
    background-color: transparent;
    position: relative;
}

.card0:hover .card__info-hover {
    opacity: 1;
}

.spacea{ margin-top: 15%; }

.profile-heading{
    position: relative; 
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
    text-align: center;
    font-size: 15px;
  
}
.profile-heading::before {
    content: "";
        background-image: url(../images/team1.jpg);
        background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.9;
}
.profile-heading h1{
    position: relative;
 color: white;
 font-weight: 600;  
  line-height: 0.9;
  text-align: center;
}

.us h1{
  font-size: 25px; color: black;text-align: center; margin-top: -10%; 
}
.us hr{
  width: 20%; margin-left: 40%; margin-top: 1%;
}
.intro p{
  width: 86%; font-size: 14px; margin-left: 7%; margin-top: 2%; margin-right: 7%; margin-bottom: -65%; text-align:center;
}

.intro img{
  margin-top: 5%;height: 220px; margin-right: 15%;width: 70%; 
}
.note2{
   margin-bottom: 10%;
}
.vision h1{
  font-size: 21px;margin-top: 2%; text-align: center;
}
.vision hr{
  width: 8%; margin-left: 48%; margin-top: 1%;margin-bottom: 2%; color: white;
}
.vision p{
  width: 86%; font-size: 16px; margin-left: 7%; color: white; margin-right: 7%;text-align: center;
}
.exp{
  float: right;
}
.exp h1{
  font-size: 21px; text-align: center; margin-top: 2%; margin-left: 0%;
}
.exp hr{
  width: 8%; margin-left: 46%; margin-top: 1%;margin-bottom: 2%;color: white;
}
.exp p{
  width: 86%; font-size: 16px; margin-left: 7%; margin-right: 7%; color: white;text-align: center;
}
.team h2{
  margin-top: 60%;text-align: center;font-size: 25px;color: black; margin-left: 0%;
}
.team hr{
  width: 9%; margin-left: 48%; margin-top: 1%;margin-bottom: 10%;color: white;
}
.rowa{
  margin-left: 20%;
}
.columna{
  width: 40%;
}
#card1{
  margin-left: 16%;
}
.columna{
  margin-left: 4%;
}

.will-fadeIn h4 {
  font-size: 16px;
  padding: 2%2% 2% 2%;
  text-align: center;
}

#top{
    margin-top: 75%; margin-bottom: 8%;
}
#a{
    display: none;
}

.will-fadeIn {
  display: block;
  width: 90%;
  margin-left: 5%;
  margin-top: 3%;
  margin-bottom: 3%;
  height: auto;

  padding: 10px;
}


.fadeInRight {
  -webkit-animation: fadeInRight .5s ease .4s both;
  -moz-animation: fadeInRight .5s ease .4s both;
  -ms-animation: fadeInRight .5s ease .4s both;
  -o-animation: fadeInRight .5s ease .4s both;
  animation: fadeInRight .5s ease .4s both;
}
@media (prefers-reduced-motion) {
  .fadeInRight .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.fadeInLeft {
  -webkit-animation: fadeInLeft .5s ease .4s both;
  -moz-animation: fadeInLeft .5s ease .4s both;
  -ms-animation: fadeInLeft .5s ease .4s both;
  -o-animation: fadeInLeft .5s ease .4s both;
  animation: fadeInLeft .5s ease .4s both;
}
@media (prefers-reduced-motion) {
  .fadeInLeft .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



/*about end*/

/*service page*/
.service-block-container {
   width: 90%;
   margin-left: 0%;
}
#shift-left{
     margin-left: 8%;   
}
.service-block {
   width: 90%;
   height: 180px;
}

.service-underlay {
   height: 50px;
   padding-top: 12px;
}
.service-name {
   font-size: 20px;

}

.service-desc {
   font-size: 15px;
   margin-top: 30%;
}

.service-underlay .cta {
   margin-top: 33%;
   font-size: 18px;
}

.service-block:hover .service-name {
   font-size: 24px;
}
.service-block:hover #ab{
   font-size: 22px;
}
.service-block:hover .service-icon {
   font-size: 30px;
}

.product {
  margin-top: 10%;
}
.product h1{
  padding-left: 1%;
 text-align: center;
   font-size: 26px;
}
.product h2{
  padding-left: 2%; 
 font-size: 16px; text-align: center;
}
.keynote{
  margin-top: 4%; font-size: 16px; margin-left: 4%; text-align: center;
}
#key{
    margin-top: 5%;
}
.keynote h1{
  font-size: 29px; text-align: center; padding-bottom: 3%;
}
.keynote hr{
  display: none;
}

.other{
    margin-left: 3%;
    margin-bottom: 4%;
    margin-top: 2%;
    width: 40%;
}
.flipster{
    width: auto;
    margin-left: 15%;
}
ul.flip-items{
    width: 80%;
}
.flipster img{
    height: 150px;
}
#z{
    margin-left: 2%;
}
#y,#z,#x{
    width: 40%;
}
#x{
    margin-left: 27%;
}
.other h3{
    font-size: 17px;
    text-align: center;
    padding: 40px 30px;
    border-radius: 10px;
}
/*service end*/
/*sticky*/

#feedback {
    height: 0px;
    width: 60px;
    top: 60%;
}
#feedback a {
    height: 30px;
    padding-top: 5px;
    width: 155px;
    font-size: 20px;
}


.popup {
    margin-top: 50%;
  width: 90%;
}

.popup .close {
  top: 10px;
  right: 15px;
  font-size: 40px;
}


.popup i.fa, .popup i.fab{
    font-size: 25px;
}

.popup a{
    font-size: 25px;
}
/*sticky end*/
/*client*/
.image{
    margin-left: 6%;
    width: 25%;
}
.image img{
    height: 70px;
}

.meet2 h1{
    font-size: 30px;
}
.meet2{
  margin-top: 25%;
}
/*client*/
/*single*/

.articles {
  margin: calc(var(--base-grid)*6) auto calc(var(--base-grid)*5);
  grid-row-gap: calc(var(--base-grid)*5);
  grid-column-gap: calc(var(--base-grid)*0.1);
  grid-template-columns: repeat(auto-fit,minmax(calc(var(--base-grid)*18),1fr));
}

.articles__article,
.articles__article:before {
  width: calc(var(--base-grid)*16);
  height: calc(var(--base-grid)*13);
}

.articles__title {
  font-size: 17px;
}

.spaces{
    margin-top: 17%;
}

.otherservices h2{
  font-size: 28px; color: black;text-align: center; margin-top: 5%;mar
}
.otherservices hr{
  width: 20%; margin-left: 45%; margin-top: 1%;margin-bottom: 5%;
}

.quote-wrapper {
  width: 300px;
  height: 300px;
  margin-left: 15%;
  margin-top: 7%;
  margin-bottom: 7%;
}
.perk{
  margin-left: 15%; width: 100%;font-size: 16px;padding-top: 21%; line-height: 1.5;
}


.quote-wrapper::before {
  font-size: 220px;
  height: 42px;
  top: -20px;
}

  .quote-wrapper {
    width: 250px;
    height: 250px;
  }

  .quote-wrapper::before {
    font-size: 150px;
  }

  .text p {
    font-size: 26px;
  }

  .quote-wrapper blockquote footer {
    bottom: 32px;
  }


.data h1{
  font-size: 30px; color: black;text-align: center;
}
.data hr{
  width: 20%;  margin-top: 1%;margin-bottom: 5%;
}
.single h2{
  width: 85%; font-size: 17px; margin-left: 10%; margin-right: 5%; padding-top: 2%;
}
.single img{
  margin-top: 1%;height: 250px; width: 80%; margin-bottom: 5%; margin-left: 10%;margin-right: 10%;
}
.benefit h2{
  font-size: 28px; color: black;text-align: center; margin-top: 15%;
}
.benefit hr{
  width: 15%; margin-left: 45%; margin-top: 1%;margin-bottom: 2%;
}
/*single end*/


/*contact*/

.contact { 
        height: 350px;  
    } 
.space {
    margin-top: 10%;
}
.service1 h2{
margin-top: 2%; padding-top:4%;
font-size: 20px; 
}
.service1 h3{
font-size: 16px; width: 90%
}
.service1 h1 {
    font-size: 26px;
    padding-left: 5%;
    padding-right: 5%;
}

.about p {
    font-size: 15px;
    color: #000;
    padding-bottom: 2%;
}


.about button {
    padding: 10px;
    width: 50%;
    font-size: 17px;
    margin-top: 2%;
    margin-bottom: 6%;
    margin-left: 20%;
}


.query {
    width: 90%;
    margin-left: 5%;
    margin-top: -8%;
    margin-bottom: 8%;
}
.query h2 {
    margin-left: 3%;
    margin-top: 3%;
    font-size: 24px;
    padding-bottom: 2%;
}
.query input[type="text"],
input[type="email"] {
    font-size: 12px;
}
.name,
.email {
    margin-left: 5%;
}
textarea {
    margin-left: 5%;
    font-size: 13px;
}


.contact1 {
    width: 90%;
    margin-bottom: 6%;
}
.contact1 h2,
i.fa-fa-address-card {
    margin-left: 4%;
    margin-top: 4%;
    font-size: 24px;
}

.about i.fa.fa-phone-square,
i.fab.fa-whatsapp,
i.fa.fa-envelope-o,
i.fa.fa-map-marker,
i.fa.fa-fax,
i.fa.fa-building-o{
    font-size: 18px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.about a {
    font-size: 17px;
}

.map h2{
  margin-top: 0%; font-size: 24px; 
}
.map hr{
  width: 15%;
}
.map iframe{
  margin-left: 1%; margin-top: 5%;
  height: 250px;
  width: 93%;
  margin-bottom: 5%;
}
/*contact end*/


    }
@media (max-width: 650px) {
    .fade {
        width: 16%;
        margin-left: 2%;
        height: 50px;
        background-size: 60px 50px;
    }
    .fade.img1{
        margin-left: 4%
    }
}

@media (max-width: 500px) {
    .fade {
        height: 50px;
        background-size: 60px 50px;
    }
}

@media (max-width: 380px) {
    .fade {
        height: 50px;
        background-size: 60px 50px;
    }
}
@media screen and (max-width: 375px) {
#slides .slide .title {
    top: 27%;
    width: 70%;
}
.homespace1{
   height: 84px;
}
    .slide h2{
  font-size: 20px;
}
.homeinfo2{
    margin-top: 55%;
}
.homeinfo2 img{
  height: 150px;margin-top: 4%; margin-right: 12%;
  margin-bottom: 3%;
}
.homecolumn1 h3{
  font-size: 22px;margin-left: 0%;
}
.homecolumn1 h1{
    font-size: 20px;
    margin-top: -10%;
    margin-left: -2%;
    margin-bottom: 10%;
}
.homecolumn1 i.far{
    margin-top: 1%;
    font-size: 30px;
    margin-bottom: 4%;
    color: black;
    margin-left: 0%;
}
.ser{
    margin-top: 8%;
}
.partner h2{
  font-size: 28px;
}

#ab{
    font-size: 18px;
}
.service-block:hover .service-name {
   font-size: 24px;
}
.service-block:hover #ab{
   font-size: 22px;
}
.service-block:hover .service-icon {
   font-size: 30px;
}

.flipster{
    margin-top: 5%;
    width: auto;
    margin-left: 18%;
}
#special{
    font-size: 12px;
}
}