@charset "utf-8";
/* CSS Document */
body{font-family: 'Outfit';}
.navbar-collapse {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  background-color: #000000;
}
.navbar-toggler,
.navbar-brand {
  z-index: 1;
}
.navbar-brand {
  font-size: 1.8em;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-collapse .nav-link {
  font-size: 1.5em;
  letter-spacing: 2px;
  color: #fff; transition: 0.3s;
}
.navbar-collapse .nav-link:hover,
.navbar-collapse .nav-link.active {
  color: #ff9800; padding-left: 30px;
}
.nav-item:not(:last-child) {
  border-bottom: 1px solid #000000;
  padding: 0.2em 4em;
}
@media screen and (min-width: 768px) {
  .nav-item:not(:last-child) {
    padding: 0.5em 8em;
  }
}
.navbar-collapse.show {
  transition: all 0.5s;
}
.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(121,121,121, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#herosection{width: 100%; height: 100vh;  background: #020202 url(../images/poligon.gif) no-repeat right center; padding-top: 6rem; padding-bottom: 4rem;}
#herosection h1{color: #ffffff;}
#herosection span{font-weight: 900;}
#herosection p{color: #a8a8a8; font-size: 18px;}
#homeabout{width: 100%; height:auto; padding-top: 6rem; padding-bottom: 4rem; background: url(../images/bg-1.gif) no-repeat center center fixed; background-size:25%; background-position: top;
background-position: right;
background-position: center;
background-position: 30% 70%;
background-position: top right;
background-position: right 30% bottom 20%;}
#homeabout span{font-weight: 900;}
#homeabout h1{color: #000000;}
#homeabout p{color: #848484;}
#homeabout strong{color: #000000;}
#homeservices{width: 100%; height: auto; padding-top: 4rem; padding-bottom: 4rem; background: #000000 url(../images/poligon.gif) no-repeat right center; background-size:40%; background-position: right -30% bottom 30%; }
#homeservices h1{color: #ffffff;}
#homeservices span{font-weight: 900;}
#hometeam{width: 100%; height:auto; padding-top: 6rem; padding-bottom: 4rem; background: url(../images/bg-1.gif) no-repeat center center fixed; background-size:25%; background-position: top;
background-position: right;
background-position: center;
background-position: 30% 70%;
background-position: top right;
background-position: right 30% bottom 20%;}
#hometeam span{font-weight:400;}
#hometeam h1{color: #000000;}
#hometeam p{color: #848484;}
#hometeam strong{color: #000000;}
.btn-warning{border-radius: 20px; padding: 15px 30px; font-size: 10pt; background: #ff9800 !important;}
.btn-warning:hover{background: #ffd800 !important;}
.btn-dark{border-radius: 20px; padding: 15px 30px; font-size: 10pt; border-color: #191919; background: #191919 !important;}
.btn-dark:hover{background: #000000 !important;}
.lefthome{position: fixed; bottom: 100px; left: 8px;}
.lefttext{transform: rotate(-90deg);}
.dsw1{ color: #787878; text-decoration: none;}
.dsw1:hover{color: #ff9800;}
.dsw2 a{color: #ff9800; text-decoration: none; font-size: 10pt; transition: 0.3s}
.dsw2 a:hover{color: #ffffff; padding-top: -20px;}
.dsw3{width: 100px; height: 100px; float: left; margin: 0px 20px 0px 0px; border-radius: 50%;}
.dsw4{color: #676767; text-decoration: none; font-size: 10pt; text-align: center;}
.dsw5{background: url(../images/line.gif) repeat-x center center;}
.dsw5a{background: url(../images/line2.gif) repeat-x center center;}
.dsw6{color: #555555;}
.dsw7{color: #797979; text-decoration: none;}
.dsw7:hover{color: #000000;}
.dsw8 .card{background: #000000; border-color: #1a1a1a; border-radius: 0px; padding:35px 10px; color: #000000; transition: 0.3s;}
.dsw8 .card:hover{color: #585858; border-top-color: #ff9800;}
.dsw8 h4{color: #ffffff; font-size: 18px; line-height: 30px;}
.dsw8 i{color: #333333; margin-top: 30px;}
.dsw8 i:hover{color: #ff9800;}
.dsw11{color: #ffffff; font-weight: bold;}
.profile-card{
            position:relative;
            overflow: hidden;
            margin-bottom:10px;
            
          
        }
        .profile-card:hover .profile-img img
        {
            transform: scale(1.2);
        }
        .profile-card .profile-img img{
            width:100%;
            height:auto;
            transition: transform 1s;
        }
        .profile-card .profile-content::before{
            content: "";
            position:absolute;
            top:0;
            left:0;
            width:50%;
            height:40%;
            
            
            transform: scale(1,1);
            transition: all 0.50s linear;
        }
        .profile-card .profile-content::after{
            content: "";
            position:absolute;
            bottom:0;
            right:0;
            width:50%;
            height:40%;
            
            transition: all 0.50s linear;
            
        }
        .profile-card:hover .profile-content:before{
            top:20px;
            left:20px;
        }
        .profile-card:hover .profile-content:after{
            bottom:20px;
            right:20px;
        }
       
        .profile-card .profile-content{
            position: absolute;
            top:0;
            left:0;
            width:100%;
            height:100%;
            padding:50% 4%;
            text-align: center;
           
        }
        .profile-card .profile-content:hover{
            background-color: rgba(0, 0, 0, 0.5);
        }
        .profile-card .profile-content .title{
            font-size:24px;
            color:#ffffff;
            opacity:0;
            letter-spacing:2px;
            text-transform:uppercase;
            transform: translateY(-100px);
            transition:all 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
        }
        .profile-card:hover .title{
            opacity:1;
            transform: translateY(0);
        }
        .profile-card:hover .title::after{
            content:"";
            display:block;
            width:50%;
            margin:10px auto;
            border-bottom:2px solid #ff9800;
        }
        .profile-card .profile-content .title > span{
            display:block;
            margin:5px 0;
            font-size: 14px;
            text-transform: capitalize;
        }
        .profile-card .profile-content .social-link{
            margin:20px 0;
            padding:0;
            opacity:0;
            transform: translateY(100px);
            transition:all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.20s;
        }
        .profile-card:hover .social-link{
            opacity:1;
            transform: translateY(0);
        }
        .profile-card .profile-content .social-link li{
            display: inline-block;
            list-style: none;
            margin:0 4px;
        }
        .profile-card .profile-content .social-link li a{
            color:#333;
            width:30px;
            height:25px;
            line-height:24px;
            text-align: center;
            border-radius:5px;
            background-color: #fff;
        }
#popolarsection{width: 100%; height: auto; padding-top: 6rem; padding-bottom: 6rem;}
#popolarsection h2{color: #000000;}
#popolarsection span{color: #ff9800;}  
#footer{width: 100%; height:100vh; background: #000000; padding-top: 6rem;} 
#footer h3{color: #ffffff; font-weight: bold;}
#footer p{color: #757575;}
.footermenu{list-style:none;}
.footermenu2{color:#ffffff; text-decoration:none; line-height:50px; font-size:25px; transition:0.3s; }
.footermenu2:hover{color:#ff9800; text-decoration:none; margin-left:10px; }
.footermenu2a{color:#757575; text-decoration:none; line-height:35px; font-size:14px; transition:0.3s; }
.footermenu2a:hover{color:#ff9800; text-decoration:none; margin-left:10px; }
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
#testimonial-area span{font-weight: 900;}
#testimonial-area { background: #f2f2f2; padding-top: 4rem;
  
  .section-heading h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.testi-wrap {
  position: relative;
  height: 725px;
  margin-top: -80px;
}

.client-single {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.client-info,
.client-comment {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.client-single {
  &.inactive {
    .client-comment,
    .client-info {
      display: none;
    }
    .client-comment,
    .client-info {
      opacity: 0;
      visibility: hidden;
    }
  }
  &.position-1 {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
  &.position-2 {
    left: -40px;
    top: 105px;
  }
  &.position-3 {
    left: -60px;
    top: 240px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.position-4 {
    left: 55px;
    top: 380px;
  }
  &.position-5 {
    top: 30px;
    right: 55px;
  }
  &.position-6 {
    top: 225px;
    right: -40px;
  }
  &.position-7 {
    top: 400px;
    right: 45px;
    -webkit-transform: scale(0.4) !important;
    transform: scale(0.4) !important;
  }
  &.active {
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 70%;
    .client-comment,
    .client-info {
      -webkit-transition-delay: 0.6s;
      transition-delay: 0.6s;
    }
  }
  &:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    z-index: 99;
  }
  &.active .client-img {
    width: 160px;
    height: 160px;
    margin: 0 auto 24px;
    position: relative;
    &:before {
      border-radius: 100%;
      content: '';
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(157, 91, 254)), to(rgb(56, 144, 254)));
      background-image: linear-gradient(180deg, rgb(157, 91, 254) 0%, rgb(56, 144, 254) 100%);
      padding: 5px;
      width: 160px;
      height: 160px;
      top: -4px;
      left: 0px;
      position: absolute;
      z-index: -1;
    }
  }
  .client-img img {
    width: 150px;
    border-radius: 50%;
    border: 8px solid #d1e9ff;
    cursor: pointer;
  }
  &.active .client-img img {
    max-width: 160px;
    margin: 0 auto 24px;
    border: 0;
  }
}

.client-comment {
  padding: 0 30px;
  h3 {
    font-size: 22px;
    line-height: 32px;
    color: #505b6d;
  }
  span i {
    font-size: 60px;
    color: #0084ff;
    margin: 40px 0 24px;
    display: inline-block;
  }
}

.client-info {
  h3 {
    color: #000;
    font-weight: 600;
    margin-bottom: 4px;
  }
  p {
    color: #0084ff;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.30) !important;
    transform: scale(.30) !important;
  }
  .client-single.active .client-img img {
    max-width: 100px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 108px;
    height: 108px;
    top: -4px;
    left: 6px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 580px;
  }
  #testimonial-area {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 60%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.55);
    transform: scale(0.35);
  }
  .client-single.position-5,
  .client-single.position-7 {
    right: 0;
  }
  .client-single.position-4 {
    left: 0;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.30) !important;
    transform: scale(.30) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 630px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 479px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
    line-height: 40px
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 600px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px) {
  #testimonial-area .section-heading h2 {
    font-size: 30px;
  }
  .client-comment h3 {
    font-size: 14px;
    line-height: 26px;
  }
  .client-single.active {
    width: 80%;
  }
  .client-comment span i {
    font-size: 40px;
  }
  .client-single:not(.active) {
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
  }
  .client-single.position-5,
  .client-single.position-7,
  .client-single.position-6 {
    right: -70px;
  }
  .client-single.position-4 {
    left: -60px;
  }
  .client-single.position-3 {
    left: -75px;
  }
  .client-single.position-3,
  .client-single.position-7 {
    -webkit-transform: scale(.25) !important;
    transform: scale(.25) !important;
  }
  .client-single.active .client-img img {
    max-width: 80px;
  }
  .client-single.active .client-img::before {
    padding: 5px;
    width: 88px;
    height: 88px;
    top: -4px;
    left: 16px;
  }
  .client-single.active .client-img {
    width: 120px;
    height: 100px;
  }
  .testi-wrap {
    height: 550px;
  }
}        
.zoom-img {
  width: 250px;
  height:100px;
  overflow: hidden; border-radius:35%;
}

.zoom-img  img {
  width: 100%; 
  transition: all .3s ease-in-out;
}

.zoom-img img:hover   {
  transform: scale(1.2);
}
.zoom-img2 {
  width: 450px;
  height:auto;
  overflow: hidden;
}

.zoom-img2  img {
  width: 100%; 
  transition: all .3s ease-in-out;
}

.zoom-img2 img:hover   {
  transform: scale(1.2);
}
#button {
  display: inline-block;
  width: 50px;
  height: 50px;
  
  position: fixed;
  bottom: 100px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  
}
#button:active {
  
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@font-face {
        font-family: Roboto-Regular;
        src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
        font-family: Roboto-Bold;
        src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
        font-family: Teko-Bold;
        src: url(../fonts/Teko-Bold.ttf);
}
@font-face {
        font-family: Teko-Light;
        src: url(../fonts/Teko-Light.ttf);
}
@font-face {
         font-family:Oswald-SemiBold;
        src: url(../fonts/Oswald-SemiBold.ttf);
}
@font-face {
         font-family:Futura-CondensedLight;
        src: url(../fonts/Futura-CondensedLight.otf);
}
@font-face {
         font-family:Anton-Regular;
        src: url(../fonts/Anton-Regular.ttf);
}

p {
    font-size: 16px; line-height: 25px; font-weight: normal !important; margin-bottom: 10px;
    margin-top: 5px; color:#535b69; font-family: 'Roboto-Regular' sans-serif;
    
}
::-moz-selection { /* Code for Firefox */
  color: #000000;
  background: #ffffff;
}
::selection {
  color: #000000;
  background: #ffffff;
}
@media (max-width: 768px) { 

}