::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #b9b7b7;
    border-radius: 25px;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #989797;
  }
  html {
    scroll-behavior: smooth;
    overflow: auto;
}
html,
body{
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

header .header-top-bg{
    position: relative;
    width:100%;
    height: 40px;
    background-color: #ffffff;
    z-index: 2;
}
header .header-top{
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: flex-end;
    margin-left: 10px;
}
header .header-top-bg .languages{
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 40px;
    margin-left: 15px;
}
header .header-top-bg .languages .item{
    position: relative;
    margin-right: 15px;
}
header .header-top-bg .languages .item a{
    color: #414142;
    font-size: 16px;
    text-decoration: none;
}
header .header-top-bg .languages .item img{
    position: relative;
}
header .icon{
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9c9d9d;
    display: inline-block;
    margin-right: 9px;
}
header .text{
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9c9d9d;
    display: inline-block;
    margin-right: 11px;
}
header .text p{
    margin:0;
}
header .phone a{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9c9d9d;
    display: inline-block;
    text-decoration:none;
    margin-right: 10px;
}
header .phone p{
    margin:0;
}
header.fixed .header-center-bg{
    position:fixed;
  top:0;
  width:100%;
  z-index:999;
}
header .header-center-bg{
    height: 120px;
    background-color: #ffffff;
    border-bottom: 3px solid #a5a5a5;
}
header .header-center .logo{
    width: 101.3%;
    height: 92px;
    position: relative;
    display: block;
    background: url(../images/logo.png) no-repeat;
    background-size: contain;
    margin-top: 14px;
}
header .header-center .logo h1{
    font-size: 0;
}
header .header-center-right{
    position:relative;
    display:flex;
    height:120px;
    justify-content: flex-end;
    align-items: center;
}
header .header-center-right ul{
    margin-bottom: 0 !important;
}
header .header-center-right ul li:nth-child(1),
header .header-center-right ul li:nth-child(2),
header .header-center-right ul li:nth-child(3),
header .header-center-right ul li:nth-child(4){
    margin-right: 19px;
}
header .header-center-right ul li{
    position:relative;
    display:inline-block;    
}
header .header-center-right ul li a:hover{
    color:#1a3351;
}
header .header-center-right ul li a:hover:after{
    transform: translateY(0);
    opacity: 1;
}
header .header-center-right ul li a:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1a1a18;
    left: 0;
    top: 45px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    z-index: 3;
}
header .header-center-right ul li a{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a18;
    text-transform: uppercase;
    text-decoration: none;
}
header .header-center-right ul li a.active{
    color: #f49714;
}
header .header-center-right ul li a.active:after{
    background-color: #f49714;
    opacity:1;
}
.slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .slider .carousel-inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto!important;
  }
  .slider .carousel-indicators {
    bottom: 10px;
  }
  .slider .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 14px !important;
    height: 14px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #d0c3c3 !important;
    border-radius: 50%;
    background-color: transparent;
  }
  .slider .carousel-indicators li.active {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 14px !important;
    height: 14px !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    background: #ffffff !important;
    border-radius: 50%;
  }
  .slider .carousel-indicators li:before {
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }
  .slider .carousel-inner .carousel-caption {
    position: absolute;
      right: 0 !important;
      padding: 0px 30px !important;
      text-align: left;
      transition: 0.5s;
      bottom: 220px !important;
      z-index: 10;
  }
  .slider .carousel-inner .carousel-caption h5 {
    position: absolute;
    text-transform: uppercase;
    width: 70%;
    transition: 0.5s;
    text-shadow: 9px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 53px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
  }
.content {
    position:relative;
    display:block;
}
.content .hakkimizda{
    position:relative;
    display:block;
}
.content .hakkimizda h4{
    background: #f1f1f1;
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 70px;
}
.content .urunlerimiz{
    position:relative;
    display:block;
}
.content .urunlerimiz h4{
    background: #f1f1f1;
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 70px;
}
.content .urunlerimiz .item {
  position:relative;
  display:block;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #eee;
  margin-bottom: 25px;
}
.content .hakkimizda p {
  padding:0 10px;
}
.content .urunlerimiz .item .small{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.contact .contact-area{
    min-height: 55em;
    background: url(../images/page-bg.jpg) no-repeat;
}
.contact .contact-area .map-title{
    margin-top: 40px;
}
.contact .contact-area .map-title h4{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a18;
    text-transform: uppercase;
}
.contact .contact-area .map{
    margin-top: 21px;
}
.contact-form textarea:focus,
.contact-form input:focus{
    outline:none;
}
.contact-form textarea{
    position: relative;
    display: block;
    border: 1px solid #eee;
    background-color: #ffffff;
    
    margin:10px 0;
    width: 100%;
    resize:
    none;
}
.contact-form input{
    position: relative;
    display: block;
    border: 1px solid #eee;
    background-color: #ffffff;
    height: 40px;
    
    margin:10px 0;
    width: 100%;
    text-indent: 16px;
}
.contact-form textarea{
    text-indent: 14.5px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{    
    opacity: 0.5;
}
.contact-form .inputs{
    margin: 21px 0 0 17px;
}
.contact-form .title{
    margin-top: 40px;
    margin-left: 17px;
}
.contact-form .title h4{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a18;
    text-transform: uppercase;
    text-align: center;
}
.contact-form .button{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 23px;
}
.contact-form .button button{
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #414142;
    padding: 15px 60px;
    border-radius: 8px;
    border: solid 1px #414142;
    background-color: rgba(216, 216, 216, 0);
    transition: .5s;
    margin-bottom: 60px;
}
.contact-form .button button:focus{
    outline: none;
}
.contact-form .button button:hover{
    background-color: #414142;
    color:#fff;
}
.contact-form .contact-adress-title{
    margin: 64px 0 0 17px;
}
.contact-form .contact-adress-title h4{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f69714;
    text-transform: uppercase;
}
.contact-form .contact-adress-top{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 193px;
    box-shadow: 0 3px 10px 0 rgba(215, 215, 215, 0.5);
    background-color: #ffffff;
    margin-left: 17px;
    margin-top: 15px;
}
.contact-adress .location p{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a1a18;
    margin: 0;
    margin-left: 26px;
}
.contact-adress .location i{
    color: #1a1a18;
    float:left;
    margin-top: 3px;
}
.contact-adress .phone {
    margin-top:12px;
}
.contact-adress .phone a{
    color: #1a1a18;
    text-decoration:none;
}
.contact-adress .phone p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3351;
    margin: 0;
    margin-left: 26px;
}
.contact-adress .phone i{
    color: #1a1a18;
    float:left;
    margin-top: 3px;
}
.contact-adress .mail{
    margin-top:12px;
}
.contact-adress .mail a{
    color: #1a1a18;
    text-decoration: none;
}
.contact-adress .mail p{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1a3351;
    margin: 0;
    margin-left: 26px;
}  
.contact-adress .mail i{
    color: #1a1a18;
    float:left;
    margin-top: 3px;
}
/*footer css*/
.footer-top {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 72px;
  }
  .footer-top .footer-logo {
    position: relative;
    display: block;
    background: url(../images/footer-logo.svg) no-repeat;
    width: 100%;
    height: 60px;
    object-fit: contain;
    background-position: center;
  }
  .footer-top .adres {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 28px;
  }
  .footer-top .adres i {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    margin-right: 6px;
  }
  .footer-top .adres p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    text-align: center;
  }
  .footer-top .telefon {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .footer-top .telefon i {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    margin-right: 6px;
  }
  .footer-top .telefon p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
  }
  
  .footer-top .mail {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }
  .footer-top .mail i {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    margin-right: 6px;
  }
  .footer-top .mail a {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    text-decoration: none;
    transition: 0.5s;
  }
  .footer-top .mail a:hover {
    color: #e7381e;
  }
  .footer-bottom {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #f6f5f5;
  }
  .footer-bottom .copyright {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-bottom .copyright p {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    padding-top: 15px;
  }
  .footer-bottom .nano-logo {
    position: absolute;
    right: 0;
    background: url(../images/nano-logo.svg) no-repeat;
    width: 80px;
    height: 45px;
  }
/* mobil menu */
.mobile-menu-open {
    position: absolute;
    display: none;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a!important;
    background: #fff;
    padding: 10px 10px;
    margin-right: 24px;
    float: right;
    z-index: 3;
    border-radius: 5px;
    text-transform: uppercase;
    top: 65px;
    right: 30px;
    border: 1px solid #4a4a4a!important;
  }
.mobile-menu-open i {
    display:none;
     text-align:center;
  }
.mobile-menu-close {
    position: absolute;
    display: none;
    right: 20px;
    top: 27px;
    font-size: 18px;
    border-radius: 5px;
    background-color: transparent;
    color: #4a4a4a!important;
  }
.mobile-menu-close i {
    font-size: 24px;
    display: block;
    text-align:center;
    color: #4a4a4a!important;
  }
.mobile-menu {
    display: none;
    position: fixed;
    overflow-x: hidden !important;
    overflow-y: auto;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 100px;
    animation: slide-down 0.6s;
    z-index: 99999;
  }
.mobile-menu .mobile-logo {
      background: url(../images/logo.png) no-repeat;
      width: 275px;
      height: 80px;
      margin-left: 20px;
      margin-top: 24px;
      margin-bottom: 115px;
      background-size: contain;
    }
.mobile-menu .mobile-logo h1 {
      font-size:0;
    }
.mobile-menu img {
      position:absolute;
      width:100%;
      height:100%;
      object-fit:cover;
  } 
.mobile-menu .corporate-mobil-menu {
      position:relative;
      width: auto;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent!important;
      color: #34516c!important;
      border: 0;
      outline: 0!important;
      box-shadow: none!important;
      margin-bottom: 21px;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
  }
.mobile-menu .tek-link li {
      list-style:none!important;
      margin-bottom: 40px;
  }
  .mobile-menu .tek-link li a {
      position: relative;
      width: auto;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #4a4a4a;
      text-decoration: none;
      text-transform: capitalize;
  }

/* MEDIA SCREEN */
@media only screen and (max-width: 1366px) and (min-width:1025px) {
    .content .page .item .child-item img {
        height: 70px;
    }
}
@media only screen and (max-width: 1024px) and (min-width:992px) {
    .content .page .item .child-item img {
        height: 50px;
    }
}
@media only screen and (max-width: 991px) {
    
    .content {
        height: auto!important;
    }
    .content .homePage {
        position: fixed;
        height: 80%;
        background-size: cover;
    }
    .references{
    position: fixed;
    width: 100%;
    height: 80%;
    background: url(../images/page-bg.jpg) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .content .page {
        position: relative;
        background: #fff;
    }
    .content .page .item {
        margin: 0;
    }
}
@media only screen and (max-width: 1199px) and (min-width:1153px) {
header .header-center-right ul li:nth-child(1),
header .header-center-right ul li:nth-child(2),
header .header-center-right ul li:nth-child(3),
header .header-center-right ul li:nth-child(4){
    margin-right: 17px;
}
header .header-center-right ul li a{
    font-size:13px;
}
header .header-center .logo{
    margin-top: 25px;
}
.content .services-swiper .swiper-slide{
    height: 24em;
}
.corporate .corporate-1 .text p{
    font-size: 15px;
}
.corporate .corporate-2 .item .text p{
    font-size: 14px;
}
.contact .contact-area .map iframe{
    width: 450px;
    height: 600px;
}
.projects .item{
    height: 435px;
}
.projects-area{
    min-height: 37em;
}
.projects .item .text p{
    font-size: 12px;
}
.content .services-swiper .item .text p{
    font-size: 12px;
}
}/*media screen*/
@media only screen and (max-width: 1153px) and (min-width:993px) {
header .header-center-right ul li:nth-child(1),
header .header-center-right ul li:nth-child(2),
header .header-center-right ul li:nth-child(3),
header .header-center-right ul li:nth-child(4){
    margin-right: 17px;
}
header .header-center-right ul li a{
    font-size:13px;
}
header .header-center .logo{
    margin-top: 25px;
}
.content .services-swiper .swiper-slide{
    height: 24em;
}
.content .services-swiper .item .text p{
    font-size: 12px;
}
.slider img{
    height: 400px;
}
.content .who-we-are .title h4{
    font-size: 24px;
}
.content .who-we-are .button a,
.content .who-we-are .text p{
    font-size: 13px;
}
.content .film .title h4,
.content .services .services-title h4{
    font-size: 24px;
}
.corporate .corporate-1 .text p{
    font-size: 15px;
}
.corporate .corporate-2 .item .text p{
    font-size: 13px;
}
.map iframe{
    width: 450px;
    height: 600px;
}
.projects .item{
    height: 435px;
}
.projects-area{
    min-height: 37em;
}

.projects .item .text p{
    font-size: 12px;
}
}/*media screen*/
@media only screen and (max-width:992px) {
    header .header-top{
        justify-content: center;
    }
    header .languages{
        width: 100%;
        justify-content: center;
    }
    header .header-top-bg .languages .item a{
        font-size: .9rem;
    }
    header .header-top-bg{
        height: 50px;
    } 
.header-center-right{
    display: none !important;
}
.mobile-menu-open{
    display: block;
    top: 85px;/**/
}
.mobile-menu-open i {
    display:block;
}
.mobile-menu-close{
    display: block;
}
footer .right-footer .work-hours i{
    margin-left: 4px;
}
.slider img{
    height: auto;
}
  .slider .carousel-inner .carousel-caption{
    bottom:180px!important;
  }
  .slider .carousel-inner .carousel-caption h5{
    font-size: 32px;
  }
header .header-center .logo{
    top: 1rem;/**/
    width: 150px;
    margin-top: 18px;
}

footer .right-footer .work-hours p,
footer .contact .location p,
footer .contact .phone p,
footer .contact .mail p
{
    font-size:12px;
    padding-top: 3px;
}
footer .logo{
    width: 166px;
    height: 70px;
}

.map iframe{
    width: 350px;
    height: 600px;
}
.contact-adress .location i,
.contact-adress .phone i,
.contact-adress .mail i{
    margin-left: 15px;
}
.contact-adress .location p,
.contact-adress .phone p,
.contact-adress .mail p{
    text-align: center;
}
.contact-form .button button{
    padding: 10px 40px;
}

}/*media screen*/
@media only screen and (max-width:767px) {
header .phone a{
    font-size: 14px;
}
footer .logo{
    width: 100%;
    background-position: center;
}
footer .right-footer .work-hours p,
footer .contact .location p,
footer .contact .phone p,
footer .contact .mail p{
    text-align: center;
    margin-right: 0;
    margin-left: 0;
}
footer .right-footer .work-hours i{
    display: none;
}
footer .footer-bg{
    height: 310px;
}
footer .contact{
    margin-top: 35px;
}
.slider img{
    height: auto;
}

.contact .contact-area .map iframe{
    width: 100%;
    height: 510px;
}
.contact .contact-area .map-title h4,
.contact .contact-form .title h4,
.contact .contact-form .contact-adress-title h4{
    text-align: center;
    font-size: 20px;
}
.contact .contact-form .contact-adress-top{
    margin-left: 8.5px;
}
.contact-form{
    margin-bottom: 5em;
    width: 100%;
    margin: 0;
    padding: 0;
}
.contact-form .inputs {
  margin:0;
}
.contact-adress .location i, .contact-adress .phone i, .contact-adress .mail i{
    margin-left: -10px;
}
.content .services-swiper .item .text{
    padding: 0 6px;
}
footer .contact .location i{
    position: relative;
    left: 5em;
}
footer .contact .phone i{
    position: relative;
    left: 11.5em;
}
footer .contact .mail i{
    position: relative;
    left: 9.5em;
}
.projects .item{
    width: 240px;
    height: 440px;
}
.projects .col-md-3{
    width: 50%;
}
.projects-area{
    min-height: 67em;
}
.projects .item .text{
    padding: 0 11px;
}
.projects .item .title p{
    font-size: 17px;
}
.contact-adress .location i{
    left: 1em;
    position: relative;
}
.contact-adress .phone i{
    left: 9em;
    position: relative;
}
.contact-adress .mail i{
    position: relative;
    left: 6.3em;
}

}/*media screen*/
@media only screen and (max-width:575px){
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    display: none !important;
}
footer .contact .location i{
    position: relative;
    left: 4em;
}
footer .contact .phone i{
    position: relative;
    left: 10.5em;
}
footer .contact .mail i{
    position: relative;
    left: 8.5em;
}
.container{
    max-width: 500px;
}
}/*media screen*/
@media only screen and (max-width:414px){
   .slider .carousel-inner .carousel-caption{
    bottom:90px!important;
  }
  .slider .carousel-inner .carousel-caption h5{
    font-size: 16px!important;
  }
.mobile-menu-open{
    right:0px;
}
.slider img{
    height: auto;
}
.content .who-we-are-bg{
    height: 540px;
}
.content .who-we-are .title{
    margin-top: 5em;
}
.container{
    max-width: 400px;
}
.content .services-swiper .swiper-container{
    height: 400px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    display: block !important;
    margin-right: 160px;
    margin-left: 160px;
    margin-top: 213px!important;
}
.content .film .video-area iframe{
    width: 350px;
    height: 210px;
    padding: 9px;
    margin-top: 0;
}
.content .film .video-area .video-area-bg{
    height: 210px;
}
.content .film-bg{
    height: 450px;
}
.content .film .video-area{
    margin-top: 50px;
}
.content .services-swiper .swiper-container{
    height: 560px;
}
.content .services{
    height: 49em;
}
.content .film .title h4, .content .services .services-title h4, .content .who-we-are .title h4{
    font-size: 25px;
}
footer .footer-bottom .footer-bottom-logo{
    height: 17px;
}
header .icon{
    font-size: 16px;
}
header .phone a{
    font-size: 11px;
}
header .icon{
    margin-bottom: -1px;
}
.corporate .corporate-banner .title h4{
    font-size: 30px;
}
.corporate .breadcrumb a{
    font-size: 10px;
}
.corporate{
    min-height: 90em;
}
.corporate .corporate-1 .image{
    margin-top: 50px;
}
.references .references-banner .title h4{
    font-size: 30px;
}
.references .breadcrumb a{
    font-size: 10px;
}
.contact .contact-form .contact-adress-top,
.contact-adress .location p, .contact-adress .phone p, .contact-adress .mail p,
.contact .contact-form .contact-adress-title,
.contact .contact-form .inputs,
.contact .contact-form .title{
    margin-left: 0;
}
.contact-adress .location i, .contact-adress .phone i, .contact-adress .mail i{
    position: absolute;
    margin-left: 2em;
}
.contact .contact-form .title{
    margin-top: 3em;
}
.contact .contact-banner .title h4{
    font-size: 30px;
}
.contact .breadcrumb a{
    font-size: 10px;
}
footer .contact .location i{
    left: 1em;
}
footer .contact .phone i{
    left: 7.5em;
}
footer .contact .mail i{
    left: 5.5em;
}
.projects .col-md-3{
    width: 100%;
}
.projects .item{
    margin: 0 auto;
    margin-top: 4em;
}
.projects-area{
    min-height: 130em;
}
.projects .projects-banner .title h4{
    font-size: 30px;
}
.projects .breadcrumb a{
    font-size: 10px;
}
.contact-adress .location i{
    left: 0em;
    position: relative;
}
.contact-adress .phone i{
    left: 3.6em;
    position: relative;
}
.contact-adress .mail i{
    position: relative;
    left: 3em;
}
}/*media screen*/
@media only screen and (max-width:375px){
    .mobile-menu-open{
    right:-8px;
}
footer .contact .location i{
     left: 0em;
    }
footer .contact .phone i{
     left: 6.5em;
    }
footer .contact .mail i{
     left: 4.2em;
}
.contact-adress .location i{
    left: 0em;
    position: relative;
}
.contact-adress .phone i{
    left: 4em;
    position: relative;
}
.contact-adress .mail i{
    position: relative;
    left: 2.2em;
}
.corporate{
    min-height: 93em;
}
}/*media screen*/
@media only screen and (max-width:360px){
    .contact-adress .location i{
        left: 0em !important;
        position: relative;
    }
    .contact-adress .phone i{
        left: 4.5em;
        position: relative;
    }
    .contact-adress .mail i{
        position: relative;
        left: 1.7em;
    }
}/*media screen*/
@media only screen and (max-width:320px){
header .header-center .logo{
    width: 115px;
    margin-top: 29px;
}
.content .who-we-are-bg{
    height: 630px;
}
.content .who-we-are .title{
    margin-top: 10em;
}
.content .services-swiper .swiper-container{
    height: 460px;
}
.content .services{
    height: 43em;
}
.content .film .video-area .video-area-bg{
    height: 175px;
}
.content .film .video-area iframe{
    width: 300px;
    height: 200px;
    padding: 13px;
    margin-top: -13px;
}
footer .footer-bg{
    height: 325px;
}
.mobile-menu .mobile-logo{
    margin-bottom: 90px;
}
.contact-adress .location i, .contact-adress .phone i, .contact-adress .mail i{
    margin-left: 1em;
}
footer .contact .location i{
    left: 3em;
   }
footer .contact .phone i{
    left: 5em;
   }
footer .contact .mail i{
    left: 2.9em;
}
.contact-adress .location i{
    left: 1em;
    position: relative;
}
.contact-adress .phone i{
    left: 3.5em;
    position: relative;
}
.contact-adress .mail i{
    position: relative;
    left: 3em;
}
}/*media screen*/