
@font-face {
    font-family: 'Manrope-Bold';
    src: url(../fonts/Manrope-Bold.ttf);
}

@font-face {
    font-family: 'Manrope-Regular';
    src: url(../fonts/Manrope-Regular.ttf);
}
@font-face {
    font-family: 'Manrope-SemiBold';
    src: url(../fonts/Manrope-SemiBold.ttf);
}
@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url(../fonts/Manrope-ExtraBold.otf);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}

body{
     font-family: 'Manrope-Regular';
}
.intellyze-left{
    width: 20%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    padding: 25px 75px 35px 25px;
    flex-direction: column;
    text-align: right;
}
.intellyze-right{
    position: relative;
    width: 80%;
    height: 100%;
    left: 20%;
    background: #000;
    padding: 25px;
    overflow: hidden;
}
.intellyze-left .logo img{
    max-width: 150px;
}
.navigation li{
    margin-bottom: 15px;
    position: relative;
}

.navigation li a{
    font-size: 15px;
    letter-spacing: 1px;
    color: #eee;
}
.navigation li:after{
    background-size: 100% !important;
    width: 12px;
    height: 12px;
    background: url(../img/right-chevron.png);
    content: "";
    position: absolute;
    right: -15px;
    top: 5px;
    opacity: 0;
    transition: all 0.5s ease;
}
.navigation li:hover:after{
    opacity: 1;
    right: -25px;
}
.intellyze-left h2{
    font-size: 21px;
    color: rgb(255, 233, 75);
}
.intellyze-left p{
  font-size: 17px;
  color: #eee;
  padding: 15px 0;
  margin-bottom: 25px;
}
.intellyze-left .interest a{
  border: 1px solid #f2f2f2;
  border-radius: 25px;
  padding: 9px 35px;
  font-size: 19px;
  letter-spacing: 3px;
  color: #fff;
  transition: all 0.5s ease;
}
.intellyze-left .interest a:hover{
    background: #fff;
    color: #333;
}

.project-banner h1{
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding-left: 25px; 
     font-family: 'Manrope-Bold';
}
.project-banner h2{
    color: #fff;
    font-size: 75px;
    line-height: 90px;
    padding-left: 25px;
    letter-spacing: 2px;
    position: relative;
    padding-left: 90px;
}
.project-banner h2:after{
    content: "";
    position: absolute;
    left: 25px;
    top: 55%;
    width: 50px;
    height: 5px;
    background: #fff;
}
.project-banner h1 span{
    color: rgb(255, 233, 75);
}
.project-list .image-block{
    overflow: hidden;
    transition: all 0.5s ease;
}
.project-list .image{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 475px;
    transition: all 0.5s ease;
    width: 100%;
}
.project-list .image-block:hover .image{
    width: 105%;
}
.project-list .content h2{
    font-size: 25px;
    color: #f2f2f2;
    line-height: 35px;
    margin: 25px 0 15px 0;
}
.project-list .content p{
    font-size: 17px;
    color: #a7a3a3;
    line-height: 35px;
}
.project-list .block{
    padding: 25px;
}
.project-idea{
    margin-top: 125px;
    padding-left: 25px;
    position: relative;
    z-index: 2;
}
.project-idea h3{
    font-size: 75px;
    line-height: 90px;
    color: #f2f2f2;
    margin-bottom: 50px;
}
.project-idea .info img{
    max-width: 50px;
}
.project-idea .info a{
    font-size: 21px;
    color: #fff;
}
.info-img{
    min-width: 50px;
    text-align: right;
    margin-right: 25px;
}


.get-a-enquiry .btn {
  display: inline-block;
  color: #ffffff;
  padding: 32px;
  position: relative;
  letter-spacing: 1px;
}
.btn__circle, .btn__text, .btn__white-circle {
  position: absolute;
}
.btn__circle {
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 100%;
  width: 100%;
  box-shadow: 0 0 1px 1px #fff;
  transition: 0.3s linear;
}
.btn__white-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background: #ffffff;
  display: flex;
  transition: 0.3s ease-in-out;
}
.btn__white-circle svg {
  width: 24px;
  height: 24px;
  margin: auto;
}
.btn__text {
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  z-index: 2;
  padding: 24px 8px;
  transition: 0.3s linear;
  font-size: 17px;
}
.get-a-enquiry .btn:hover .btn__circle {
  transform: scale(0);
}
.get-a-enquiry .btn:hover .btn__white-circle {
  transform: translate(-50%, -50%) scale(1);
}
.get-a-enquiry .btn:hover .btn__text {
  transform: translate(40px, -50%);
}
footer{
    margin-top: 75px;
    padding: 50px 0 25px 25px;
    border-top: 1px solid #7a7a7e;
    position: relative;
    z-index: 2;
}
.copyright {
    font-size: 17px;
    color: #7a7a7e;
    letter-spacing: 2px;
}
.f-nav li{
    margin: 0 15px;
}
.f-nav li a{
    font-size: 17px;
    color: #7a7a7e;
    letter-spacing: 2px;
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height:100%;
  max-height: 500px;
  margin: auto;
  width:80%; 
  max-width:700px;
}

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

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
.project-list{
    overflow: hidden;
    background: rgb(31 31 31);
    z-index: 9;
    position: relative;
}
.inner-content{
    overflow: hidden;
    background: rgb(31 31 31);
    z-index: 9;
    position: relative;
}
.about-banner{
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
}
.about-content p{
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 25px;
    padding:0 25px;
    text-align: justify;
}
.vision{
  padding: 100px 0;
  position: relative;
}

.vision{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.vision .wave{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(../img/wave.png);
    background-size: 1000px 100px;
}
.vision .wave.wave1{
    animation: animate 30s linear infinite;
    z-index: 1000;
    opacity: 1;
    animation-delay: 0s;
    bottom: 0;

}
.vision .wave.wave2{
    animation: animate2 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
    
}
.vision .wave.wave3{
    animation: animate3 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: 2s;
    bottom: 15px;
    
}
.vision .wave.wave4{
    animation: animate2 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 10px;

}
@keyframes animate{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: 1000px;
    }
}
@keyframes animate2{
    0%{
        background-position-x: 0;
    }
    100%{
        background-position-x: -1000px;
    }
}
.vision-block{
    background: #414040;
    padding-bottom: 100px;
}
.vision-block .image-block{
   margin-top: 50px;
   text-align: center;
   position: relative;
   width: 125px;
   height: 125px;
   margin:50px auto 0 auto;
}
.vision-block .user{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.vision-block .user img{
    max-width: 60px;
}
.vision-block .image {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.vision-block img{
    max-width: 125px;
}
.vision-block h3{
font-size: 25px;
    line-height: 35px;
    padding-top:25px;
    text-transform: uppercase;
    color: #c7c7c7;
    text-align: center;
}
.vision-block h4{
    font-size: 50px;
     font-family: 'Manrope-Bold';
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
.vision-block p{
    font-size: 17px;
    color:#c7c7c7;
    text-align: center;
    padding: 25px;
}
.vision-block h2{
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    color: #c7c7c7;
    padding-top: 50px;
    margin-bottom: 25px;
}
.vision-block h6{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 50px;
    text-align: center;
    color: #c2c2c2;
    max-width: 750px;
    margin: auto;
}
.request .form-control {
    color: #c7c7c7;
}
.request .form-control {
    border-radius: 0;
    border-color: #c7c7c7;
    background: transparent;
}
.request label {
    font-size: 12px;
    padding-bottom: 5px;
    color: #c8c8c8;
}

.request .block{
    margin: 7px;
}

.request{
    padding: 25px;
    background-size: cover !important;
    background-position: bottom !important;
}
.appointment-btn .btn {
    background-color: #c7c7c7;
    border: unset;
    border-radius: unset;
    color: #1a355b;
    font-size: 17px;
    padding: 10px 45px;
    margin-top: 25px;
}
.banner-content{
    padding: 100px 25px 50px 25px;
    position: relative;
    z-index: 2;
}
.banner-content .info{
    border-left: 1px solid #fff;
    padding-left: 50px;
}
.banner-content h2{
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 25px;
}
.banner-content h1{
      font-size: 19px;
    color: #f2f2f2;
    line-height: 27px;
    margin: 10px 0 15px 0;
    font-family: 'Manrope-SemiBold';
    }
    .banner-content .content img{
        max-width: 350px;
    }
    .banner-content .info{
        margin-top: 10px;
    }
   .intellyze-list li{
     font-size: 15px;
    letter-spacing: 1px;
    color: #dadada;
    margin-right: 15px;
    margin-bottom: 10px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
   } 
   .intellyze-list li:nth-child(odd):hover{
     color: #e03939;
   }
    .intellyze-list li:nth-child(even):hover{
     color: #f6bf41;
   }
    .intellyze-list li:nth-child(3):hover, .intellyze-list li:nth-child(6):hover, .intellyze-list li:nth-child(9):hover{
     color: #43a6e3;
   }
   .project-info{
    margin: 50px 0 50px 0;
    position: relative;
    z-index: 9;
   }
   
   .project-detail-page{
    padding: 25px;
   }
   .project-detail-page .top-content{
      margin: 100px 0 100px 75px;
      max-width: 750px;
   }
   .project-detail-page h1{
    position: relative;
    font-size: 50px;
    color: #f2f2f2;
    line-height: 65px;
    margin-bottom: 25px;
    font-family: 'Manrope-SemiBold';
   }
   .project-detail-page h1:before{
    content: "";
    width: 5px;
    height: 100px;
    background: #3eadf1;
    position: absolute;
    top: 15px;
    left: -50px;
   }
   .project-detail-page p{
    font-size: 19px;
    line-height: 25px;
    color: #f2f2f2;
   }
   .project-img{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
   }
   .project-img.h-500{
    height: 500px;
   }
   .project-img.h-700{
    height: 700px;
   }
   .project-detail-page .discover{
    padding: 50px 0 0 0;
   }
   .project-detail-page .discover h2{
     color: #f15757;
     font-size: 21px;
     line-height: 25px;
     text-align: right;
      font-family: 'Manrope-SemiBold';
   }
   .project-detail-page .discover p{
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    padding-left: 75px;
    max-width: 700px;
    text-align: justify;
   }
   .project-image-sec .image-sec{
    margin: 15px;
   }
   .project-image-sec{
    background: rgb(251 193 61 / 05%);
    padding: 25px;
    margin: 75px 0;
   }
   .d-promise{
     background: rgb(131 131 131 / 25%);
    padding: 25px 75px;
    margin: 75px 0;
    height: 200px;
   }
   .d-promise h2{
    font-size: 45px;
    line-height:53px;
     font-family: 'Manrope-SemiBold';
    color: #fff;
    padding-top: 25px;
    
   }
   .d-promise .content{
      position: relative;
      top: 50px;
      background: #fbc13d;
      padding:50px;
   }
   .d-promise p{
        font-size: 19px;
    line-height: 27px;;
    text-align: justify;
    color: #000;
}
.about,.contact{
    padding-top: 100px;
}
.about h1,.contact h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding-left: 25px;
    font-family: 'Manrope-Bold';
    padding-bottom: 50px;
    }
    .intellyze-right:before{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-size: 100% !important;
        background-repeat: no-repeat;
        height: 500px;
        width: 100%;
        background-image: url(../img/bg-top.gif);
        z-index:0;
    }
    .intellyze-right:after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-size: 100% !important;
        background-repeat: no-repeat;
        background-position: bottom !important;
        height: 500px;
        width: 100%;
        background-image: url(../img/bg-bottom.gif);
        z-index:0;
    }
.hamburger-menu {
        position: fixed;
    top:30px;
    right: 15px;
    width: 35px;
    height: 50px;
    display:none;
    z-index:999999;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 3px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 14px;
}

.hamburger-menu span:nth-child(4) {
    top: 25px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
} 
.duke-top{
    margin-top: 175px;
}