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

@font-face {
    font-family: 'Karla-Regular';
    src: url(../fonts/Karla-Regular.ttf);
}
@font-face {
    font-family: 'Karla-Light';
    src: url(../fonts/Karla-Light.ttf);
}
@font-face {
    font-family: 'Karla-Medium';
    src: url(../fonts/Karla-Medium.ttf);
}
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: 'Karla-Regular';
}
.intellyze-right{
    width: 15%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 50px 25px;
    flex-direction: column;
}
.intellyze-left{
    position: relative;
    width: 85%;
    min-height: 100vh;
    height: 100%;
    background: #fff;
    padding: 25px;
    padding-left: 150px;
}
.intellyze-right .address{
    font-size: 11px;
    color: #333;
    font-family: 'Karla-Medium';
    margin-right: 25px;
}
.intellyze-right a{
    font-size: 10px;
    color: #222;
    font-family: 'Karla-Medium';
}
/*.intellyze-right .info img{
    max-width: 20px;
    margin-right: 15px;
}*/
/*.social h2{
    font-family: 'Karla-Medium';
    font-size: 15px;
    margin-bottom: 15px;
}
.social ul li img{
    max-width: 30px;
}
.social ul li{
    margin-right: 10px;
}*/
.intellyze-left .nav{
    padding: 25px 0;
    margin-bottom: 100px;
}
.intellyze-left .nav li{
    padding-left: 20px;
}
.intellyze-left .nav li a{
   color: #333;
   font-size: 10px;
   text-align: center;
}
.project .image-block{
    overflow: hidden;
    transition: all 0.5s ease;
    margin:90px 47px;
    display: block;
}
.project .image{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 400px;
    transition: all 0.5s ease;
}

.h-450{
    height:450px !important;
}
.h-350{
    height: 350px !important;
}

.hamburger-menu {
    position: fixed;
    top: 50px;
    /* r: 0; */
    width: 25px;
    height: 25px;
    left: 40px;
    z-index: 99999;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    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: 10px;
}

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

.hamburger-menu.open span:nth-child(1) {
  top: 14px;
  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: 14px;
  width: 0;
  left: 50%;
}

.studio-nav{
    position: fixed;
    top: 0;
    padding: 50px 25px;
    left: -110px;
    height: 100%;
    width: 100%;
    max-width: 110px;
    display: block !important;
    background: #f7f7f7;
    margin: 0;
    z-index: 9999;
    transition: all 0.5s ease;
    text-align: center;
}
.studio-nav.show {
    left: 0;
}
.studio-nav h2{
    color: #222;
    margin: 75px 0 25px 0;
    font-family: 'Karla-Medium';
    font-size: 17px;
}
.studio-nav ul li{
    margin-bottom: 15px;
}
.studio-nav ul li a{
    color: #fff;
    font-size: 14px;
}
.studio-nav ul li a span{
    font-size: 9px;
    color: #000;
    display: block;
    text-align: center;
}
.studio-nav ul li a img{
    max-width: 35px;
    opacity: .9;
}
.studio-nav ul li:nth-child(2) a img{
    max-width: 32px;
}
.hamburger-menu.open span{
    background: #626262;
}
.about{
    padding: 15px;
}
.about-info img{
    max-width: 375px;
}
.about-info p{
  font-size: 12px;
  line-height: 12px;
  max-width: 400px;
  text-align: justify;
  padding-bottom: 15px;
}
.our-team{
    padding: 75px 0;
}
.our-team h2{
      font-family: 'Karla-Bold';
      font-size: 12px;
      color: #333;
}
.our-team .block{
    margin:10px;
}
.our-team .img-block{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 450px;
    transition: all 0.5s ease;
}
.our-team .team h2 {
    font-size: 12px;
    margin: 15px 0 5px 0;
    font-family: 'Karla-Bold';
    text-align: left;
    color: #000;

}
.our-team h3 {
    font-size: 10px;
    font-family: 'Karla-Medium';
    margin-bottom: 25px;
    color: #898484;
    margin-left: 15px;
}
.our-team p {
    font-size: 10px;
    line-height: 12px;
}
.contact-info{
    margin: 100px 0;
}
.contact-info h2{
      font-family: 'Karla-Bold';
      font-size: 19px;
      color: #333;
      margin-bottom:15px;
}
.contact-info p{
    font-size: 15px;
    margin-bottom: 15px;
}
.contact-info h3 {
    font-size: 17px;
    font-family: 'Karla-Medium';
    margin-top: 25px;
    margin-bottom: 7px;
}
.request .form-control {
    color: #333;
}
.request .form-control {
    border-radius: 2px;
    border-color: #222;
    background: transparent;
}
.request label {
    font-size: 12px;
    padding-bottom: 5px;
    color: #222;
}

.request .block{
    margin: 7px;
}

.request{
    background-size: cover !important;
    background-position: bottom !important;
}
.project-detail{
    padding: 100px 0;
}
.project-info {
    margin-left: 65px;
}
.project-info h1{
       font-family: 'Karla-Bold';
    font-size: 13px;
    color: #333;
    margin-bottom: 15px;
    font-family: 'Karla-Bold';
    color: #000;
}
.project-info h3{
        font-size: 11px;
        line-height: 17px;
    margin-bottom: 15px;
}
.project-info p{
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
    max-width: 400px;
}
.project-info .content{
    padding-left: 75px;
}
.project .image{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    transition: all 0.5s ease;
}

.project-img .block{
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin:65px;
    cursor:url(../img/cursor.png), default;
}
.project-img .block.h-700{
    height: 700px;
}
.project-img .block.h-500{
    height: 600px;
}
.project-img .block.h-350{
    height: 350px;
}
.about-info img{
    max-width: 100%;
}
.about-info p{
    padding-left: 25px;
}
.project-img .block.h-900{
    height: 900px;
}
.social li{
    line-height: 12px;
}
.social li a{
    font-size: 11px;
    color: #a1a1a1;
}
.intellyze-right .logo{
    margin-bottom: 100px;
    display: block;
}
.intellyze-right .logo img{
    width: 175px;
    max-width: 100%;
}
.about{
    max-width: 1000px;
    margin: auto;
}
.our-team .img-block{
    max-width: 400px;
}
.ab-image{
    max-width: 500px;
}
.project-img .block.h-900{
    height: 900px;
}
.cover-image{
    max-width: 700px;
}
.content-about h2{
    font-family: 'Karla-Bold';
    font-size: 19px;
    color: #333;
    margin:15px 0;
    padding-left: 25px;
}
.contact-info ul li{
    font-size: 14px;
    color: #222;
    font-family: 'Karla-Medium';
    max-width: 1000px;
    position: relative;
    margin-bottom: 15px;
}
/*.contact-info ul li:before {
    content: "";
    position: absolute;
    top:1px;
    left: -25px;
    width: 12px;
    height: 12px;
    background-image: url(../img/right-arrow.png);
    background-size: contain !important;
    background-repeat: no-repeat !important;
}*/
.contact-info ul li span{
    font-size: 17px;
     font-family: 'Karla-Bold';
}

.menuinner {
    margin: 30px 30px 0;
    position: fixed;
    z-index: 99999;
}

.menuinner>ul {
    background: #fff;
    /* background: rgba(215, 228, 227, .94); */
    list-style: none;
    padding: 27px 25px;
    margin: 0;
    width: 180px;
    position: absolute;
    top: 0;
    left: -15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    display: none;
}
.menuinner>ul li a{
    color: #333;
    font-size: 14px;
}
#nav-icon{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
}
.menuinner #nav-icon img{
    max-width: 30px;
}
.menuinner:hover ul{
    display: block;
}

.contact-studio {
    margin:75px auto;
    max-width: 800px;
}
.contact-studio img{
   max-width: 17px;
   margin-right: 10px;
}
.contact-studio a{
    font-size: 13px;
    color: #333;
}
.project-detail  p, .project-img p{
    font-size: 17px;
    text-align: left;
    margin-left: 75px;
}
.project-img .block.pln-bck{
    background-size: contain !important;
}
.tp1{
        margin-top: -75px;
    }