*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

li{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
body {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  background: #f5f5f5;
}
.intro-bg:before{
  content:'';
  display: block;
  width: 100%;
  z-index: 2;
  position: absolute;
  right: 0px;
  top:0px;
  height: 100vh;
  background: transparent url('../images/pirloheader.png') 500px top no-repeat;
  background-size: 70%;
}

.header-wrap{
  position: absolute;
  top: 0px;
  width: 100%;
  padding-top:30px;
}
/* --------------------------------

Main components

-------------------------------- */
html, body {
  height: 100%;
}

div.wrapper {
  padding: 0px 0;
  /*background-image: url(../lines/line-1.png);*/
  background-position: right top;
  background-size: 34% 40vw;
  background-repeat: no-repeat;
}
.contentside,
#intro .content-slide-wrap {
  padding-left: 80px;
  padding-right: 80px;
}
header div.logo {
  position: absolute;
  z-index: 20;
}
header div.rightside {
  position: absolute;
  padding-top: 30px;
  right: 15px;
  z-index: 20;
}
header .cd-nav-trigger:active, .cd-nav-trigger:focus {
  text-decoration: none;
}
header .cd-nav-trigger span {
  color: #555555;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header .cd-icon {
  display: inline-block;
  width: 12px;
  margin-left: 6px;
}


ul.nav-footer li.search {
  position: absolute;
  bottom: 5%;
}
ul.nav-footer li.search i {
  font-size: 16px;
  color: #555555;
  position: absolute;
  bottom: 6px;
}
ul.nav-footer li.search:hover {
  cursor: pointer;
}
ul.nav-footer li.search:hover .hoverinput {
  display: inline-block
}
ul.nav-footer li.search .hoverinput {
  display: none;
  margin-left: 20px;
}
ul.nav-footer li.search .hoverinput:focus {
  outline: none;
}
ul.nav-footer li.social {
  float: right;
  word-spacing: 20px;
  position: absolute;
  bottom: 5%;
  right: 80px;
}
ul.nav-footer li.social a {
  font-weight: 300;
  font-size: 16px;
  color: #555555;
}
.cd-primary-nav a {
    text-transform: uppercase;
    color: #555555;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  color: red;
}
.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 68px;
  right: -30px;
  height: 4px;
  width: 4px;
}
.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 2;
}
.cd-overlay-nav span {
  background-color: #73bfd9;
}

.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 4;
}
.cd-overlay-content span {
  background-color: #73bfd9;
}

#intro {
  padding: 0px 0px 305px;
  height: 100vh;
  background-image:  url(../lines/line-2.png);
  background-position: left 100%;
  background-size: 24% 24vw;
  background-repeat: no-repeat;
  font-weight: 100;
  color: #ccc;
  position: relative;
  z-index: 2;
}



#intro .content-slide-wrap{
  position: absolute;
  top: 30% !important;
  left: 0px;
  height: auto;
  width: 100%;
  /*padding-left: 160px;*/
  display: block;
}

#intro h2 {
  font-size: 60px;
  color: #060606;
  font-weight: 100;
  padding-bottom: 12px;
}
#intro span,
#intro p{
  color: #000;
  font-size: 80px;
  font-size: 100;
}
#intro p{
  font-size:42px;
}

#intro a.introlink {
  display: block;
  text-align: center;
  width: 166px;
  padding: 8px 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #555555;
  position: relative;
  z-index: 2;
}
#intro a.introlink:hover {
  color: #fff;
  background-color: #73BFD9;
}

#intro h2.headline.rotate span.words-wrapper {
  display: block;
  perspective: 300px;
}
#intro h2.headline.rotate span.rotatetext {
  opacity: 0;
  font-weight: 700;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#intro h2.headline.rotate span.is-visible {
  position: relative;
  opacity: 1;
  transform: rotateX(0deg);
  animation: rotate-in 1.2s;
  color: #373736;
}
#intro h2.headline.rotate span.is-hidden {
  transform: rotateX(180deg);
  animation: rotate-out 1.2s;
}
@keyframes rotate-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}

@keyframes rotate-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
#about-us {
  padding-top: 120px;
  background-color: #f5f5f5;
  margin-bottom: 240px;
  margin-top: 0px;
}
#about-us div.about-us-left {
  margin-top: -20px;
}
#about-us div.parallax-borderbox {
  position: relative;
  border: 13px solid #e5e5e5;
  padding: 0px 20px;
  height: 500px;
  background-color: #f5f5f5;
}
#about-us div.parallax-box {
  position: relative;
  bottom: 60px;
  height: 750px;
}
#about-us div.parallax-box div.parallax {
  box-shadow: 10px 14px 30px 2px #d9dada;
  padding: 30px 30px 10px;
  background-color: #eff0f1;
}
#about-us div.parallax-box div.parallax-content {
  text-align: center;
  padding: 20px 30px;
}
#about-us div.parallax-box div.parallax-content img {
  display: inline-block;
  width: 70px;
}
#about-us div.parallax-box div.parallax-content h4 {
  color: #555555;
  font-size: 20px;
}
#about-us div.parallax-box div.parallax-content p {
  color: #555555;
  font-weight: 300;
  font-size: 14px;
}
#about-us div.parallax-box div.ux {
  border-bottom: 1px solid #acd9f0;
}
#about-us div.parallax-borderbox div.vertical-line {
  border: 1px solid #bababa;
  transform: rotate(90deg);
  width: 200px;
  margin: auto;
  position: relative;
  top: 161px;
}
#about-us div.parallax-borderbox div.circle {
  background-color: #73bfd9;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 259px;
  margin: auto;
}
#about-us span.bg-header {
  color: #e5e5e5;
  display: block;
  font-size: 115px;
  font-weight: 700;
  position: absolute;
  margin: 0px 0px;
  letter-spacing: 5px;
}
#about-us div.about-right {
  font-size: 16px;
  font-weight: 300;
  width: 95%;
  position: relative;
  margin: 0 0px;
  padding: 10px 5px;
}
#about-us div.about-right h4 {
  color: #73BFD9;
  font-weight: 700;
  font-size: 28px;
  padding: 0px 30px 30px 30px;
  letter-spacing: 2px;
}
#about-us div.about-right h5 {
  color: #484848;
  font-size: 24px;
  padding-bottom: 20px
}
#about-us div.about-right p {
  color: #929292;
  font-weight: 300;
  padding-bottom: 12px
}
#portfolio {
  background-image: url(../lines/line-3.png), url(../lines/line-4.png), url(../lines/line-5.png);
  background-repeat: no-repeat;
  background-position: right top, left 42%, left 80%;
  background-size: auto 39%, auto, auto;
}
#portfolio div.portfolio-header h4 {
  font-family: 'Playfair Display', serif;
  color: #484848;
  font-size: 25px;
  text-transform: uppercase;
}
#portfolio div.portfolio-header h4 span {
  color: #73bfd9;
}
#portfolio div.projects {
  margin: 33px 0px 0;
  box-shadow: 5px 10px 20px 2px #d9dada;
}
#portfolio div.projects div.projects-img-leftside{
  padding: 40px 10px 50px 0px;
  background-color: #dfdfdf;
  float: left;
  margin-right: 20px;
}
#portfolio div.projects div.projects-img-leftside img {
  height: 270px;
}
#portfolio div.projects div.projects-content {
  background-color: #f0f0f0;
  text-align: center;
  padding: 40px 0px 0px 0px;
}
#portfolio div.projects div.projects-content h5 {
  color: #929292;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Roboto';
  font-weight: 700;
}
#portfolio div.projects div.projects-content h4 {
  color: #484848;
  font-family: 'Roboto Constend', serif;
  text-transform: uppercase;
  font-size: 20px;
}
#portfolio div.projects div.projects-content p {
  color: #484848;
  font-weight: 300;
  padding-left: 50%;
  padding-right: 40px;
  padding-top: 20px;
}
#portfolio div.projects div.projects-content a {
  color: #73bfd9;
  float: right;
  text-transform: uppercase;
  margin-top: 6%;
  margin-right: 25px;
}
#portfolio div.projects div.left-to-right {
  width: 56%;
  display: inline-block;
  padding: 60px 20px 0px;
  height: 360px;
}
#portfolio div.projects div.left-to-right p {
  padding: 20px 0px 0px;
  width: 90%;
}
#portfolio div.projects div.left-to-right a {
  float: left;
  margin-top: 9%;
}
#portfolio div.projects div.projects-img-rightside {
  float: right;
  padding: 25px 40px;
  background-color: #dfdfdf;
  width: 44%;
  text-align: right;
}
#portfolio div.projects div.projects-img-rightside img {
  height: 310px;
  display: inline-block;
}
#portfolio div.vertical-header span.vertical-right {
  font-size: 87px;
  font-weight: 700;
  font-family: 'Roboto';
  text-transform: uppercase;
  color: #e5e5e5;
  transform: rotate(90deg);
  position: absolute;
  margin-top: 200px;
  right: -158px;
}
#titleofwhatwedo{
  background-color: #f5f5f5;
  padding-top: 80px;
  background-image: url('../lines/line-6.png');
  background-repeat: no-repeat;
  background-position: 68%;
  background-size: 22%;
  padding-bottom: 1px;
}

#titleofwhatwedo div.title h4{
font-weight: 900;
font-size: 24px;
text-transform: uppercase;
color: #929292;
z-index: 2;
margin-top: 57px;
position: absolute;
}

#titleofwhatwedo div.title h5{
  font-weight: 700;
  font-size: 115px;
  text-transform: uppercase;
  color: #e5e5e5;
  z-index: 1;
  letter-spacing: 5px;
  margin-top: 20px;
  height: 92px;
}

#whatwedo{
  padding: 100px 0px 20px 0px;
  box-shadow: 0 10px 40px 0 #d8d9d9;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
#whatwedo div.info-group{
  text-align: left;
  /*padding: 40px 40px 80px 40px;*/
  transition: 300ms;
  height: 300px;
  padding: 0 40px;
  margin: 10px 0;
  position: relative;
}

#whatwedo div.info-group h4{
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 900;
  color: #73BFD9;
  position: relative;
  z-index: 99;
  padding-left: 3px;
}

#whatwedo div.info-group p{
  font-weight: 300;
  color: #929292;
  position: relative;
  z-index: 99;
}
#whatwedo div.info-group p.number{
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
  color: #f9f9f9;
  font-size: 220px;
  line-height: 180px;
  font-weight: 700;
  z-index: 0px;
  user-select:none;
}
#clients{
  margin-top: 20px
}
#clients .col-md-10{
  margin-top: 100px
}
#clients div.titleofclients {
  position: relative;
}

.clients-wrap{
  position: relative;
  overflow: hidden;
}
.clients-wrap-in{
  padding: 50px 0px 0px 200px;
}
.clients-wrap::after{
  content: 'REFERANSLAR';
  transform: rotate(-90deg);
  font-weight: 900;
  font-size: 4vw;
  text-transform: uppercase;
  color: #e5e5e5;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -100px;
  line-height: 100%;
  overflow: hidden;
  user-select:none;
}
#clients div.titleofclients h4{
  font-weight: 900;
  font-size: 21px;
  text-transform: uppercase;
  color: #929292;
  z-index: 2;
  /*padding-left: 275px;*/
  /*margin-top: 45px;*/
  position: absolute;
}

#clients div.titleofclients h5{
  transform: rotate(270deg);
  font-weight: 900;
  font-size: 100px;
  text-transform: uppercase;
  color: #e5e5e5;
  z-index: 1;
  position: absolute;
  left: 0px;
  top:0px;
  height: 100%;
  /*width: 1000px;*/
}

#clients div.logox img{
display: block;
margin: auto;
}
section#clients .midflex {
    display: flex;
    align-items: center;
}
section#clients div.logox{
  margin-left:-15px;
  margin-right:-15px;
}
section#clients div.logox.border-all{
  border:1px solid #b7b7b7;
}

section#clients div.logox.border-top{
  border-top:1px solid #b7b7b7;
}
section#clients div.logox.border-bottom{
  border-bottom:1px solid #b7b7b7;
}
section#clients div.logox.border-left-right{
  border-left:1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;
}

section#start-typing-section{
  margin-top: 80px;
  background: rgba(115, 191, 217, 1);
  height: 140px;
  width: 100%;
  box-shadow: 0px 10px 20px 0px #dbdbdc;
  border-top: 1px #b7b7b7;
  position: static;
}

section#start-typing-section #typing-button{
  text-align: center;
  font: 900 20px 'Roboto',sans-serif;
  text-transform: uppercase;
  color: #fff;
  height: inherit;
  line-height: 140px;
  transition: all 800ms;
  cursor: pointer;
}

section#start-typing-section div#start-typing-form-container{
  height: 100vh;
  width: 100vw;
  background: rgba(115, 191, 217, 0.98);
  background-size: contain;
  padding: 40px;
  left: 0px;
  z-index: -1;
  transition: all 0.6s;
  display: none;
  position: fixed;
}
#start-typing-form-container::after{
  /*content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: -300px;
  background: transparent url('../images/iletisim_bg.png') right center no-repeat;
  background-size: contain;
  z-index:0;
  opacity: .5;*/
}
div#start-typing-form-container form,
div#start-typing-form-container .close{
  position: relative;
  z-index: 2;
}

section#start-typing-section div#start-typing-form-container.active{
  opacity: 1;
  z-index: 140;
  height: inherit;
  display: block;
}
.close{
  color: #fff !important;
  position: relative;
  z-index: 302 !important;
  font-size: 40px;
  font-weight: 100;
}
.close:focus, .close:hover {
  outline: none;
}

}


.typing-content{
  display: none;
  transition: all 0.5s;

}
.show-content .typing-content{
  display: block;
}
.show-content .typing-content .btn {
  text-transform: uppercase;
  border: none;
}
.show-content .typing-content .btn:hover {
  background-color: none;
}
.show-content .typing-content .btn:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
form.flowform {
  position: relative;
  padding: 80px 0px;
}

.contact-close{
  background: transparent;
  color: #fff !important;
  position: fixed !important;
  z-index: 302 !important;
  font-size: 16px;
  border-radius: 0px;
  font-weight: 100;
  border: 0px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.contact-close:focus, .contact-close:hover {
  outline: none;
}

.form-wizard{

}
.form-wizard li {
  display: none;
  position: relative;
  /*transition: all 2s;*/
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: .6s;
  animation-name: animatetop;
  animation-duration: .3s;
}
.form-wizard li.active,
.form-wizard li:first-child{
  display: block;
}

.wizard-button-group{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: block;
  padding: 40px 20px;
}
.wizard-button-group button{
  font-family: 'Roboto Condensed';
  padding: 0px 0px;
  font-size: 18px;
  font-weight: 300;
  background: transparent;
  color: #fff;
  border: 0px;
  letter-spacing: 2px;
  transition: all .6s;
  margin: 0px 40px;
  display: block;
}

.wizard-button-group button:hover{
  color: #238fb3;
  margin: 0px 30px;
}
.wizard-button-group button:disabled,
.wizard-button-group button:disabled:hover{
  color: #fff;
  margin: 0px 40px;
  opacity: .3;
}
#submitbtn{
  display: none;
}



.typing-content .form-question {
  position: absolute;
  width: 100%;
  padding: 40px 0px !important;
}
.typing-content div.form-question.visible {
  /*visibility: visible;*/
}
.typing-content div.form-question label {
  font-size: 40px;
  font-weight: 900;
  text-transform: capitalize;
  color: #fff;
  display: block;
  padding: 20px 0px;
  margin-bottom: 5%;
}
.typing-content textarea.form-control {
  height: 100px;
}
.typing-content .form-control {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  margin-bottom: 10%;
  padding: 20px 0px !important;
  color:#fffed8;
  letter-spacing: 3px;
  height: auto !important;
  border-bottom: 1px solid #4fafcf !important;
  margin: 0px;

  /*border-bottom: 1px solid #73BFD9 !important;*/
}
.inputarea{
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 400 !important;
}
.helper-text{
  display: none;
  padding: 20px;
  color: #fff;
  background: #4fafcf;
  font-size: 30px;
}
.helper-text.active{
  display: block;
}
.typing-content .form-control::-webkit-input-placeholder{
  color: #222;
  opacity: .3;
}
.typing-content .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.flowbutton{
  border-radius: 30px;
  padding: 16px 40px;
  border: 0px solid #fffed8 !important;
  background: #333;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}

.footer-wrap{
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 12px;
}
.footer-list li{
  float: left;
  border-right: 1px solid #ccc;
  line-height:40px;
  margin-left: 20px;
  padding-right: 20px;
}
.footer-logo{
  max-width: 180px;
  margin: 5px 0px;
}
.footer-list li.last{
  border-right: 0px solid #ccc;
  margin-left: 20px;
  padding-right: 0px;
}
.footer-wrap p {
  margin: 0px;
  line-height: 22px;
}
 /*project detail start*/
 #projects-details {
   background-image: url(../lines/line-2.png),url(../lines/line-pd-3.png),url(../lines/line-pd-2.png);
   background-repeat: no-repeat;
   background-position: left 275px, 100% 100%,left 84%;
   background-size: 24% 24vw, 44% 18%, 9.5%;
 }
 #projects-details div.project-details-header {
   text-align: center;
   padding-bottom: 30px;
 }
 div.parallax-header {
   display: inline-block;
   padding-top: 154px;
   background-color: #f5f5f5;
 }
 #projects-details div.project-details-header h3 {
   color: #555555;
   font-size: 42px;
   font-weight: 900;
 }
 #projects-details div.project-details-header h4 {
   color: #70beda;
   font-size: 18px;
   font-weight: 400;
 }
.project-detail-main-img{
  text-align: center;
}
.project-detail-main-img img{
  margin: 0px auto;
}
.project-description{
  padding: 30px 0px;
  width: 60%;
  font-size: 18px;
  font-weight: 100;
  margin: 0px auto;
}
.prodect-detail-list li{
  padding: 5px 10px 5px 20px;
  background: url('../images/bullet.png') left center no-repeat;

}


 .project-details-header .vertical-line {
   border-left: 1px solid #bababa;
   width: 0;
   height: 210px;
   margin: auto;
 }
 .project-details-header .circle {
   background-color: #73bfd9;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   margin: auto;
 }
 #projects-details div.project-details-header p {
   color: #555555;
   font-weight: 300;
   line-height: 30px;
   padding-top: 20px;
 }
 #projects-details div.projects-details-images-box {
   background-color: #fff;
   margin: 15px 0px;
   box-shadow: 6px 12px 20px 0px #dadadb;
 }
 #projects-details div.projects-details-images {
   padding: 40px 20px;
 }
 #projects-details h1 {
   color: #e5e5e5;
   text-transform: uppercase;
   text-align: center;
   font-size: 120px;
   font-weight: 700;
 }
 #projects-details div.projects-details-bottom {
   padding: 100px 0px 220px;
 }
 #projects-details div.projects-details-bottom ul {
   /*padding: 43px 0;
   width: 60%;*/
   position: relative;
   z-index: 1;
 }

 #projects-details div.projects-details-bottom  div.bg-line9 {
   border: 1px solid #c9c9c9;
   transform: rotate(6deg);
   width: 130px;
   margin-left: -82px;
   margin-top: -65px;
 }
 #projects-details div.projects-details-bottom div.bottom-right-border {
   border: 12px solid #e5e5e5;
   margin-left: 20%;
 }
 #projects-details div.projects-details-bottom div.bottom-right {
   background-color: #73bfd9;
   position: relative;
   z-index: 2;
   right: 15%;
   bottom: 30px;
   width: 110%;
   height: 140%;
   padding: 20px;
   box-shadow: 10px 10px 22px 0 #dbdbdc;
 }
 #projects-details div.projects-details-bottom div.bottom-right img {
   margin: auto;
   max-height: 450px;
 }
 #projects-selection {
   margin: 40px 0;
 }
 #projects-selection a.select-side {
   color: #555555;
   font-weight: 300;
   text-transform: uppercase;
 }
 #projects-selection a.middle {
   font-weight: 700;
 }
 #projects-selection div.middle {
   text-align: center;
 }
 #projects-selection a.right {
   float: right;
 }

 /*Contact*/

 #contact {

 }
 #contact h1 {
     font-size: 20px;
     text-transform: uppercase;
 }
 #contact h2 {
     font-size: 18px;
     text-transform: uppercase;
 }
 #contact .contact-info {
     padding: 50px 0;
 }
 #contact .contact-info h3 {
     margin: 0;
 }
 #contact .contact-info .adress {
     padding: 20px 0;
 }
 #contact .contact-info .adress p {
     line-height: 20px;
 }
 #contact .contact-right {
 }
 #contact .contact-right #contactForm {

 }
 #contact .contact-right #contactForm .form-control {
     border-radius: 0;
     border-color: #000;

 }
 #contact .contact-right #contactForm .form-control:focus {
     outline: none;
     border-color: #000;
     box-shadow: none;
 }
 #contact .contact-right #contactForm .btn-contact {
     width: 100%;
     display: block;
     background-color: #73bfd9;
     border:none;
     color: #fff;
     font-size: 16px;
     font-weight: 600;
 }
 #contact .contact-right #contactForm .btn-contact:focus {
     outline: none;
 }



.content-title{
  max-width: 60%;
  margin: 0px auto;
  text-align: center;
  padding: 60px 0px;
  font-size: 32px;

}
.content-title h3{
  font-size: 48px;
  line-height: 140%;
  font-weight: 900;
  letter-spacing: 5px;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 6px solid #73BFD9;
}
.content-title p{
  padding: 20px;
  font-size: 18px;
}


.project-list{

  margin-bottom: 30px;

}
.project-list li {
  display: block;
  padding: 0px;
  height: 500px;
  box-shadow: 5px 10px 20px 2px #d9dada;
  margin-bottom: 80px;
}



.project-list li .image-wrap,
.project-list li .content-wrap{
  width: 50%;
  float: left;
  height: inherit;
  background: #ccc;
}

.project-list li .image-wrap{
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

.project-list li .image-wrap img {
  margin: 0px auto;
  width: auto;
  max-height: 100%;
}

.project-list li .content-wrap{
  background: #fff;
  padding: 80px;
  position: relative;
  overflow: hidden;

}

.project-list li .content-wrap h3,
.project-list li .content-wrap h4,
.project-list li .content-wrap h5{
  font-size: 22px;
  color: #73BFD9;
  text-transform: uppercase;
}

.project-list li .content-wrap h4{
  color: #ccc;
  font-size: 52px;
  font-weight: 900;
}


.detail-url{
  padding-top: 20px;
  text-align: center;
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 200px;
  height: 200px;
  background-color: #f1f1f1;
  border: 0px dashed #73BFD9;
  transform: rotate(-45deg);
  color: #999;
  letter-spacing: 3px;
}

.detail-url.left{
  left: -100px;
  right: auto;
  transform: rotate(45deg);

}

.detail-url:hover{
  background: #73BFD9;
  color: #fff;
}







.cd-stretchy-nav {
  position: absolute;
  z-index: 102;
  top: 40px;
  right: 5%;
  pointer-events: none;
}
.cd-stretchy-nav .stretchy-nav-bg {
  /* this is the stretching navigation background */
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;

}


.cd-stretchy-nav.nav-is-visible {
  pointer-events: auto;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
  height: 100%;
  /*box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);*/
}

.cd-nav-trigger {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  height: 32px;
  width: 60px;
  color: #000 !important;
  /*border-radius: 50%;*/
  /* replace text with image */
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  pointer-events: auto;
}
.cd-nav-trigger span, .cd-nav-trigger span::after, .cd-nav-trigger span::before {
  /* this is the hamburger icon */
  position: absolute;
  width: 16px;
  height: 2px;
  color: #000;
  /*background-color: #ffffff;*/
}
.cd-nav-trigger span {
  /* middle line of the hamburger icon */
  color: #000;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
  /*box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);*/
}
.nav-is-visible .cd-nav-trigger span {
  /*background-color: transparent;*/
  color: #000;
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-stretchy-nav ul {
  position: relative;
  z-index: 2;
  padding: 60px 0 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  -moz-transition: visibility 0.3s;
  transition: visibility 0.3s;
  text-align: right;


}
.cd-stretchy-nav ul a {
  position: relative;
  display: block;
  /*color: #fff;*/
  font-size: 1.4rem;
  color: #666;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  padding: 10px;
  min-width: 200px;
}

.cd-stretchy-nav ul a:hover{
  font-weight: bold;
}

.cd-stretchy-nav ul li:first-of-type a::after {
  /* change custom icon using image sprites */
  background-position: -32px 0;
}
.cd-stretchy-nav ul li:nth-of-type(2) a::after {
  background-position: -64px 0;
}
.cd-stretchy-nav ul li:nth-of-type(3) a::after {
  background-position: -48px 0;
}
.cd-stretchy-nav ul li:nth-of-type(4) a::after {
  background-position: 0 0;
}
.cd-stretchy-nav ul li:nth-of-type(5) a::after {
  background-position: -16px 0;
}
.cd-stretchy-nav ul span {
  /* navigation item labels */
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-25px);
  -moz-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  -o-transform: translateX(-25px);
  transform: translateX(-25px);
}

.cd-stretchy-nav.nav-is-visible ul {
  visibility: visible;
}
.cd-stretchy-nav.nav-is-visible ul a::after {
  /* navigation item icons */
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-animation: scaleIn 0.15s backwards;
  -moz-animation: scaleIn 0.15s backwards;
  animation: scaleIn 0.15s backwards;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(3) span {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(4) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) a::after,
.cd-stretchy-nav.nav-is-visible ul li:nth-of-type(5) span {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

/* --------------------------------

main content basic style

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 100px 0;
  background-color: #003c5d;
}




.project-detail-modal{
  width: 100%;
  height: 100% !important;
  min-height: 100%;

  height: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 200;
  background: transparent;
  display: none;
  border: 60px solid rgba(115, 191, 217, 0.4);
  /*padding: 80px;*/
  overflow-y: scroll;
  /*transition: all 2s;*/
  /*-webkit-animation-name: animatetop;
  -webkit-animation-duration: .6s;
  animation-name: animatetop;
  animation-duration: .6s;*/
}

.project-detail-modal::-webkit-scrollbar {
  width: 8px;
  background-color: #ccc; }

.project-detail-modal:-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px red; }

.project-detail-modal::-webkit-scrollbar-thumb {
  background-color: #73BFD9;
  height: 20px;
  /*outline: 1px solid slategrey;*/ }

.project-detail-modal-bg{
  background-color: #f5f5f5 !important;
}
.project-detail-modal.active{
  display: block;
}

.modal-close{
  position: fixed;
  right: -64px;
  top: -64px;
  width: 128px;
  height: 128px;
  z-index: 101;
  font-size: 24px;
  font-weight: 300;
  padding-top:4px;
  padding-left: 16px;
  background: #73BFD9;
  color: #fff;
  /*border-radius: 50%;*/
  text-align: left;
  line-height: 128px;
  cursor: pointer;
  transform: rotate(-45deg);
}
.modal-close:hover{
  background: #000;
  color: #fff;
}

.title-big{
  position: relative;
  font-weight: 900;
  font-size: 5.5vw;
  /*text-transform: uppercase;*/
  color: #e5e5e5;
  z-index: 1;
  letter-spacing: 2px;
  line-height: 100%;
  overflow: hidden;
  user-select:none;
}
.title-big span{
    font-weight: 700;
    font-size: 1.5vw;
    /*line-height: 100%;*/
    text-transform: uppercase;
    color: #929292;
    z-index: 2;
    top:10%;
    position: absolute;
    left: 0px;
    /*left: 5px;*/
}

.d-block{
  display: block !important;
  position: fixed !important;
  left: 0px !important;
  top: 0px !important;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 301 !important;
  overflow: hidden !important;
}
.d-block .typing-content{
  display: block;
}
/* --------------------------------

keyframes

-------------------------------- */
@-webkit-keyframes animatetop {
    from {bottom: -1200px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@keyframes animatetop {
    from {bottom: -1200px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
  }
}
@-moz-keyframes scaleIn {
  from {
    -moz-transform: translateY(-50%) scale(0);
  }
  to {
    -moz-transform: translateY(-50%) scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  to {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideIn {
  from {
    opacity: 0;
    -moz-transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    -o-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}





.cd-section {
  padding: 2em 5%;
  text-align: center;
  background-color: #03bb91;
}
.cd-section p {
  margin: 2em 0;
  line-height: 1.6;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .cd-section {
    padding: 4em 10%;
  }
  .cd-section p {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-section {
    padding: 4em 20%;
  }
}

.cd-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
}
.cd-modal::after {
  /* gradient overlay at bottom of modal window */
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background: transparent;
  background: -webkit-linear-gradient( bottom , #34383c, rgba(52, 56, 60, 0));
  background: linear-gradient(to top, #34383c, rgba(52, 56, 60, 0));
}
.cd-modal .cd-modal-content {
  height: 100%;
  width: 100%;
  padding: 3em 5%;
  text-align: left;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-modal p {
  color: #ffffff;
  line-height: 1.6;
  margin: 2em 0;
}
.modal-is-visible .cd-modal {
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
}
.modal-is-visible .cd-modal .cd-modal-content {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-modal .cd-modal-content {
    padding: 4em 10%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-modal .cd-modal-content {
    padding: 6em 20%;
  }
  .cd-modal p {
    font-size: 2rem;
    line-height: 2;
  }
}

.cd-modal-action {
  position: relative;
}
.cd-modal-action .btn, .cd-modal-action .cd-modal-bg {
  display: inline-block;
  height: 4em;
  background-color: #34383c;
}
.cd-modal-action .btn {
  width: 12.5em;
  border-radius: 5em;
  color: #ffffff;
  line-height: 4em;
  white-space: nowrap;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
  -moz-transition: color 0.2s 0.3s, width 0.3s 0s;
  transition: color 0.2s 0.3s, width 0.3s 0s;
}
.cd-modal-action .btn.to-circle {
  width: 4em;
  color: transparent;
  -webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
  -moz-transition: color 0.2s 0s, width 0.3s 0.2s;
  transition: color 0.2s 0s, width 0.3s 0.2s;
}
.cd-modal-action .cd-modal-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 4em;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0s 0.5s;
  -moz-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.cd-modal-action .cd-modal-bg.is-visible {
  opacity: 1;
  visibility: visible;
}

.cd-modal-close {
  position: fixed;
  z-index: 1;
  top: 20px;
  right: 5%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3) url(../img/cd-icon-close.svg) no-repeat center center;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
}
.no-touch .cd-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-is-visible .cd-modal-close {
  visibility: visible;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-modal-close {
    top: 70px;
  }
}




@media (min-width:1920px) {
  .cd-primary-nav li {
    margin: 4.6em auto;
    text-transform: capitalize;
  }
  ul.nav-footer li.social {
    right: 160px;
  }
  .contentside,
  #intro .content-slide-wrap {
    padding-left: 160px;
    padding-right: 160px;
  }
  #intro {
    padding: 0px 0px 540px;
  }
  #about-us div.about-us-left {
    margin-top: -35px;
  }
  #about-us div.about-us-right {
    margin-top: -15px;
  }
  #portfolio {
    background-position: right top, left 42%, left 87%;
    background-size: auto 52%, auto, auto;
  }
  #portfolio div.vertical-header span.vertical-right {
    font-size: 95px;
    margin-top: 250px;
    right: -115px;
  }
}
@media (max-width:1024px) {
  #intro h2 {
    font-size: 55px;
  }
  #about-us div.parallax-borderbox div.vertical-line {
    top: 150px;
    width: auto;
  }
  #about-us div.parallax-borderbox div.circle {
    top: 235px;
  }
  #clients div.titleofclients h5 {
    font-size: 60px;
    margin-top: 400px;
  }
  #clients div.titleofclients h4 {
    font-size: 14px;
    margin-top: 26px;
    padding-left: 160px;
  }
  #projects-details h1 {
    font-size: 90px;
  }
  #projects-details div.projects-details-images {
    text-align: center;
  }
  #projects-details div.projects-details-images img {
    display: inline;
  }
}
@media (max-width:768px) {
  .contentside,
  #intro .content-slide-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hoverinput {
    width: 40%;
  }
  ul.nav-footer li.social {
    right: 20px;
  }
  #intro {
    padding: 0px 0 160px;
  }
  #intro h2 {
    font-size: 50px;
  }
  #about-us {
    margin: 0;
  }
  #about-us div.parallax-borderbox div.vertical-line {
    top: 138px;
    width: 154px;
  }
  #about-us div.parallax-borderbox div.circle {
    top: 210px;
  }
  #about-us div.about-us-right {
    margin-top: 150px;
  }
  #about-us span.bg-header {
    margin: 0;
    font-size: 12vw;
  }
  #about-us div.about-right {
    padding: 35px 0 0;
    margin: 0;
  }
  #about-us div.about-right h4 {
    font-size: 15px;
    margin-left: 10px;
  }
  #portfolio div.vertical-header span.vertical-right {
    position: inherit;
    font-size: 60px;
    transform: none;
    text-align: center;
    display: block;
    margin: 0;
  }
  #portfolio div.projects div.projects-img-leftside {
    float: none;
    margin: 0;
  }
  #portfolio div.projects div.projects-content p {
    padding: 20px 10px;
    width: 100%;
  }
  #portfolio div.projects div.left-to-right {
    width: 100%;
    padding: 20px 10px;
  }
  #portfolio div.projects div.left-to-right a {
    margin-top: -3%;
  }
  #portfolio div.projects div.projects-img-rightside {
    width: 100%;
  }
  #titleofwhatwedo div.title h5 {
    font-size: 12vw;
    height: 51px;
  }
  #titleofwhatwedo div.title h4 {
    font-size: 15px;
    margin-top: 38px;
  }
  #clients .col-md-10 {
    margin-top: 0;
  }
  #clients div.titleofclients {
    transform: none;
  }
  #clients div.titleofclients h5 {
    margin: 0;
    font-size: 48px;
    width: 100%;
  }
  #clients div.titleofclients h4 {
    text-align: center;
    padding-left: 134px;
    font-size: 12px;
    margin-top: 18px;
  }
  #start-typing-section div#start-typing-form-container{
    padding: 0px !important;
  }
  .typing-content div.form-question label {
    height: auto !important;
    font-size: 18px !important;
  }
  .helper-text{
    font-size: 16px;
  }
  .wizard-button-group{
    padding: 40px 5px;
  }

  #start-typing-section div#start-typing-form-container .typing-content .form-control{
    font-size: 20px;
    letter-spacing: 0px;
  }
  #projects-details h1 {
    font-size: 40px;
  }
  #projects-details div.projects-details-bottom {
    padding-top: 0;
  }


  .footer-list li{
    float: none;
    display: block;
    border-right: 0px solid #ccc;
    line-height:28px;
    margin: 0px !important;
    padding: 0px !important;
  }

  #projects-details div.projects-details-bottom div.bottom-right img {
    margin: auto;
    height: auto !important;
  }


  #projects-details div.projects-details-bottom div.bottom-right-border{
    margin-left: 30px;
    margin-top: 40px;
  }

}
@media (max-width:767px) {
  #about-us div.parallax-box div.parallax-content {
    padding: 0;
  }

  .project-list li {
    border-bottom: 10px solid #73BFD9;
    margin: 1px 0px;
    display: block;
    height: auto !important;
    clear:both;
  }
  .project-list li .image-wrap,
  .project-list li .content-wrap{
    width: 100%;
    float: none;
    display: block;
    float: left;
    height: auto;
  }
  .project-list li .content-wrap{
    padding: 20px;
  }
  .detail-url,
  .detail-url.left{
    padding: 10px 20px;
    text-align: center;
    position: relative;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    display: block;
    height: auto;
    background-color: #f1f1f1;
    transform: rotate(0);
  }

  .project-detail-modal{
    width: 100%;
    height: 100% !important;
    min-height: 100%;
    border: 0px ;
  }
  .project-description{
    padding: 20px;
    width: 100%;
    font-size: 14px;
  }
  #whatwedo div.info-group{
    padding: 0 0px;
  }


  .clients-wrap-in{
    padding: 100px 0px 0px 0px;
  }
  .clients-wrap::after{
    content: 'REFERANSLAR';
    transform: rotate(0deg);
    font-size: 45px;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }

  .logox{
    border: 0px !important;
  }

}
@media (max-width:360px) {
  ul.nav-footer li.social {
    word-spacing: 10px;
  }
  ul.nav-footer li.social a {
    font-size: 14px;
  }
  #about-us div.parallax-borderbox div.vertical-line {
    top: 138px;
    width: auto;
  }
  #about-us div.parallax-borderbox div.circle {
    top: 210px;
  }
}
@media (max-width:320px) {
  #about-us div.parallax-box div.parallax {
    padding: 20px;
  }
  #about-us div.parallax-borderbox div.vertical-line {
    top: 128px;
    width: auto;
  }
  #about-us div.parallax-borderbox div.circle {
    top: 200px;
  }
  #clients div.titleofclients h5 {
    font-size: 42px;
  }
  #clients div.titleofclients h4 {
    font-size: 10px;
    padding-left: 116px;
    margin-top: 16px;
  }
  #projects-details h1 {
    font-size: 30px;
  }
}
