body, html {
  margin: 0;
  padding: 0;
  width: 100vw !important;
  background-color: #050505; }

body {
  overflow-x: hidden;
  position: relative; }
  body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/bg.jpg");
    opacity: 0.4; }

.video-kiremit{
  width: 100% !important;
}

.section1-wrapper {
  height: 100%; }
  .section1-wrapper .image-div {
    margin-top: 80px; }
    .section1-wrapper .image-div img {
      transition: opacity 0.6s ease-in; }
  .section1-wrapper .image-div {
    height: 100vh;
    -webkit-animation: header-image-animation 4s infinite forwards;
    /* Safari 4+ */
    -moz-animation: header-image-animation 4s infinite forwards;
    /* Fx 5+ */
    -o-animation: header-image-animation 4s infinite forwards;
    /* Opera 12+ */
    animation: header-image-animation 4s infinite forwards;
    /* IE 10+, Fx 29+ */
    animation-iteration-count: 1;
    background-position-y: 50px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section1-wrapper .image-div img {
      height: 80%;
      width: auto; }
  .section1-wrapper .logo-div {
    margin-top: 100px; }
    .section1-wrapper .logo-div .header-title-div {
      margin-top: 80px; }
      .section1-wrapper .logo-div .header-title-div img {
        width: 50%; }
      .section1-wrapper .logo-div .header-title-div .section1-title-desk {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        margin-top: 30%;
        font-size: 45px;
        font-weight: 400;
        line-height: 50px;
        -webkit-animation: header-title-animation 4s infinite;
        -moz-animation: header-title-animation 4s infinite;
        -o-animation: header-title-animation 4s infinite;
        animation: header-title-animation 4s infinite;
        animation-iteration-count: 1; }
      .section1-wrapper .logo-div .header-title-div .section1-title-mob {
        display: none; }

@keyframes header-image-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes header-title-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 30%; }
  100% {
    opacity: 100%; } }
@-moz-keyframes header-title-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 30%; }
  100% {
    opacity: 100%; } }
@-o-keyframes header-title-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 30%; }
  100% {
    opacity: 100%; } }
@keyframes header-title-animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 30%; }
  100% {
    opacity: 100%; } }
@media screen and (max-width: 1440px) {
  .section1-wrapper .logo-div .header-title-div h3 {
    font-size: 35px; } }
.section2-wrapper {
  margin: 50px 0;
  padding: 150px 0;
  height: 100%;
  display: flex;
  align-items: center;
  background: #050505; }
  .section2-wrapper .section2-title-div {
    transition: opacity 0.2s linear;
    opacity: 0.2; }
    .section2-wrapper .section2-title-div h3 {
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      margin-top: 30px;
      font-size: 50px;
      font-weight: 700;
      line-height: 50px;
      text-align: center; }

/* Clip text element */
.clip-text {
  font-size: 6em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: .25em;
  padding: .5em .75em;
  /* Color fallback */
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.clip-text:before,
.clip-text:after {
  position: absolute;
  content: ''; }

/* Background */
.clip-text:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* Text Background (black zone) */
.clip-text:after {
  position: absolute;
  z-index: -1;
  top: .125em;
  right: .125em;
  bottom: .125em;
  left: .125em;
  background-color: transparent; }

.clip-text_one {
  background-image: url(../img/section2-text-bg.jpg); }

@media screen and (max-width: 1440px) {
  .section2-wrapper .section2-title-div h3 {
    font-size: 40px; } }
.section3-wrapper {
  margin: 0 0 50px 0;
  padding: 0 0 150px 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .section3-wrapper .swiper-container {
    display: none; }
  .section3-wrapper ul {
    list-style: none;
    width: 100%; }
    .section3-wrapper ul li {
      float: left;
      width: 20%;
      display: flex;
      justify-content: center;
      position: relative; }
    .section3-wrapper ul .besli-kiremit-1-li {
      left: 20%;
      opacity: 0;
      transition-property: left, opacity;
      transition-timing-function: linear;
      transition-duration: 0.4s;
      z-index: 9999; }
    .section3-wrapper ul .besli-kiremit-2-li {
      left: 20%;
      opacity: 0;
      transition-property: left, opacity;
      transition-timing-function: linear;
      transition-duration: 0.4s;
      z-index: 99999; }
    .section3-wrapper ul .besli-kiremit-3-li {
      opacity: 0.3;
      transition-duration: 0.4s;
      transform: scale(0.5);
      z-index: 999999; }
    .section3-wrapper ul .besli-kiremit-4-li {
      left: -20%;
      opacity: 0;
      transition-property: left, opacity;
      transition-timing-function: linear;
      transition-duration: 0.4s;
      z-index: 99999; }
    .section3-wrapper ul .besli-kiremit-5-li {
      left: -20%;
      opacity: 0;
      transition-property: left, opacity;
      transition-timing-function: linear;
      transition-duration: 0.4s;
      z-index: 9999; }

.kiremit-animation {
  opacity: 1 !important;
  left: 0 !important; }

@media screen and (max-width: 1440px) {
  .section3-wrapper ul li img {
    transform: scale(0.6); } }
.section4-wrapper {
  height: 100%;
  padding: 0 0 20px 0;
  display: flex;
  align-items: center; }
  .section4-wrapper img {
    opacity: 0;
    position: relative;
    transition: all .4s linear;
    transition-property: opacity; }
    .section4-wrapper img.translate {
      animation: shimmy 2s infinite;
      animation-direction: alternate;
      animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards; }
    .section4-wrapper img.translateDown {
      animation: shimmyDown 2s infinite;
      animation-direction: alternate;
      -webkit-animation-fill-mode: forwards;
      animation-iteration-count: 1; }

.section5-wrapper {
  display: flex; }
  .section5-wrapper .section5-title-div #section5-title-div {
    transition: opacity 1.2s linear;
    opacity: 0;
    background: transparent; }
    .section5-wrapper .section5-title-div #section5-title-div h3 {
      text-align: center;
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      margin-top: 0;
      font-size: 43px;
      font-weight: 700;
      line-height: 50px; }
  .section5-wrapper .clip-text {
    font-size: 4em; }

/* Clip text element */
.clip-text_two {
  background-image: url(../img/section5-text-bg.jpg); }

@media screen and (max-width: 1440px) {
  .section5-wrapper .section5-title-div #section5-title-div h3 {
    font-size: 35px; } }
.section6-wrapper {
  height: 925px;
  margin: 0;
  padding: 0;
  margin-top: 200px; }
  .section6-wrapper img {
    height: auto;
    width: 1920px; }

.section7-wrapper {
  min-height: 330%;
  padding: 50px 0 150px 0;
  background-color: #000000; }
  .section7-wrapper #section7-text-div {
    margin-top: 500px;
    position: relative;
    text-align: left; }
    .section7-wrapper #section7-text-div h3 {
      position: relative;
      font-family: 'Montserrat', sans-serif;
      left: 27%;
      width: 30%;
      color: #fff;
      font-size: 38px;
      font-weight: 300 !important;
      opacity: 0;
      transition: opacity .5s linear;
      margin-bottom: 250px; }
  .section7-wrapper #section7-img-div {
    width: 100vw;
    display: flex;
    justify-content: center; }
    .section7-wrapper #section7-img-div img {
      transform: translate(80px, 50px) scale(0.3);
      transition: all 0.6s linear;
      max-height: 70%;
      opacity: 0; }

.addWebkitSticky {
  position: -webkit-sticky; }

.section8-wrapper {
  min-height: 250vh;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #050505; }
  .section8-wrapper img,.section8-wrapper video {
    height: 100vh;
    width: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    transition: all .3s linear; }
  .section8-wrapper .oneone {
    transform: scale(1.2);
    clip-path: inset(1% 0 1% 0) !important;
    -webkit-clip-path: inset(1% 0 1% 0) !important; }
  .section8-wrapper .twotwo {
    transform: scale(1.3);
    clip-path: inset(20% 0 20% 0) !important;
    -webkit-clip-path: inset(20% 0 20% 0) !important; }
  .section8-wrapper .threethree {
    transform: scale(1.4);
    clip-path: inset(25% 0 25% 0) !important;
    -webkit-clip-path: inset(25% 0 25% 0) !important; }
  .section8-wrapper .fourfour {
    transform: scale(1.5);
    clip-path: inset(30% 0 30% 0) !important;
    -webkit-clip-path: inset(30% 0 30% 0) !important; }
  .section8-wrapper .fivefive {
    transform: scale(1.6);
    clip-path: inset(35% 0 35% 0) !important;
    -webkit-clip-path: inset(35% 0 35% 0) !important; }
  .section8-wrapper .sixsix {
    transform: scale(1.7);
    clip-path: inset(40% 0 40% 0) !important;
    -webkit-clip-path: inset(40% 0 40% 0) !important; }
  .section8-wrapper .sevenseven {
    transform: scale(1.8);
    clip-path: inset(45% 0 45% 0) !important;
    -webkit-clip-path: inset(45% 0 45% 0) !important; }
  .section8-wrapper .eighteight {
    transform: scale(1.9);
    clip-path: inset(49.5% 0 49.5% 0) !important;
    -webkit-clip-path: inset(49.5% 0 49.5% 0) !important; }

.section9-wrapper {
  min-height: 100%;
  padding: 0; }
  .section9-wrapper .section9-img-div {
    float: left;
    margin-top: 250px;
    opacity: 0;
    transition: opacity 0.5s ease-in; }
  .section9-wrapper .section9-text-div {
    float: left;
    margin-top: 250px;
    opacity: 0;
    transition: opacity 0.5s ease-in; }
    .section9-wrapper .section9-text-div h3 {
      font-size: 40px;
      color: #fff;
      margin-bottom: 20px;
      font-family: 'Montserrat', sans-serif !important; }
    .section9-wrapper .section9-text-div h4 {
      font-size: 38px;
      color: #fff;
      font-family: 'Montserrat', sans-serif !important; }
    .section9-wrapper .section9-text-div p {
      font-size: 11px;
      color: #dedede;
      margin-top: 10px;
      font-family: 'Montserrat', sans-serif !important; }
  .section9-wrapper .clip-text_three {
    padding: 0;
    margin: 0;
    background-position: 40% 60%;
    background-size: 200%;
    background-image: url(../img/section9-text-bg.jpg); }
  .section9-wrapper .clip-text_four {
    padding: 0;
    margin: 0;
    background-position: 60% 50%;
    background-size: 200%;
    background-image: url(../img/section9-text-bg.jpg); }
  .section9-wrapper .clip-text_five {
    padding: 0;
    margin: 0;
    background-position: 80% 70%;
    background-size: 200%;
    background-image: url(../img/section9-text-bg.jpg); }
  .section9-wrapper .clip-text_six {
    padding: 0;
    margin: 0;
    background-position: 70% 50%;
    background-size: 200%;
    background-image: url(../img/section9-text-bg.jpg); }

#section9-div4-mobile {
  display: none !important; }

#section9-div8-mobile {
  display: none !important; }

.section10-wrapper {
  height: 100%;
  background-image: url("../img/section10-bg.png");
  background-size: 100% 100%;
  margin-top: 200px; }

.section11-wrapper {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #050505; }
  .section11-wrapper h3 {
    font-size: 40px;
    margin: .25em;
    padding: .5em .75em 0 .75em;
    font-family: 'Montserrat', sans-serif !important; }
  .section11-wrapper h4 {
    font-size: 38px;
    font-family: 'Montserrat', sans-serif !important; }

.section12-wrapper {
  height: 100%; }

.section12-wrapper-mob {
  display: none; }

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media screen and (max-width: 1024px) {
  html {
    overflow-x: hidden !important; }

  .logo-div {
    background: #000 !important;
    position: fixed;
    opacity: 1;
    z-index: 99999999999999999999 !important;
    top: 0;
    width: 100%;
    height: 103px !important; }
    .logo-div .kilicoglu-logo {
      width: 50%;
      opacity: 1; }
    .logo-div .mikrokil-kucuk-logo {
      width: 35%;
      opacity: 1 !important; }

  .section1-wrapper {
    position: relative;
    z-index: 999999999; }
    .section1-wrapper .image-div {
      height: initial; }
      .section1-wrapper .image-div img {
        transform: translateY(80px);
        opacity: 0.4 !important;
        width: 90%;
        margin-left: 5%; }
    .section1-wrapper .logo-div {
      position: absolute;
      margin-top: 0; }
      .section1-wrapper .logo-div .header-title-div img {
        display: none; }
      .section1-wrapper .logo-div .header-title-div .section1-title-desk {
        display: none; }
      .section1-wrapper .logo-div .header-title-div .section1-title-mob {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        -webkit-animation: header-title-animation 4s infinite;
        -moz-animation: header-title-animation 4s infinite;
        -o-animation: header-title-animation 4s infinite;
        animation: header-title-animation 4s infinite;
        animation-iteration-count: 1;
        text-align: center;
        margin-top: 34%;
        font-size: 56px;
        line-height: 73px;
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important; }

  .section2-wrapper {
    margin-top: 160px !important;
    padding: 0 0 !important;
    opacity: 1 !important; }
    .section2-wrapper .section2-title-div {
      opacity: 1 !important; }
      .section2-wrapper .section2-title-div h3 {
        text-align: center;
        font-size: 47px;
        line-height: 59px;
        opacity: 1 !important; }

  #section3-title {
    font-size: 47px !important;
    margin-bottom: 50px !important;
    line-height: 59px;
    margin-top: 150px;
    color: #f5f5f5;
    opacity: 1 !important;
    transition-duration: .5s !important; }

  .section3-wrapper .swiper-container {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    display: block; }
    .section3-wrapper .swiper-container .swiper-slide {
      display: flex;
      justify-content: center; }
  .section3-wrapper ul {
    display: none;
    padding: 0 !important;
    margin: 0 !important; }
    .section3-wrapper ul li {
      width: 100%;
      display: flex;
      left: 0 !important;
      transform: scale(1) !important;
      margin-top: -125px !important; }
      .section3-wrapper ul li img {
        transform: scale(0.9) !important; }
    .section3-wrapper ul .besli-kiremit-li {
      left: 0 !important;
      right: 0 !important;
      position: initial;
      opacity: 1 !important; }

  .section4-wrapper {
    display: none; }

  .section5-wrapper {
    margin-top: 60px; }
    .section5-wrapper #section5-title-div .section5-title-1 {
      font-size: 47px !important;
      line-height: 59px !important; }
    .section5-wrapper #section5-title-div .section5-title-2 {
      font-size: 47px !important;
      line-height: 59px !important;
      margin-top: 10px !important; }

  .section6-wrapper {
    display: none; }

  #section7-wrapper #section7-img-div {
    display: none !important; }
  #section7-wrapper #section7-text-div {
    margin-top: 0 !important; }
    #section7-wrapper #section7-text-div h3 {
      font-size: 47px !important;
      line-height: 59px !important;
      left: 5%;
      width: 90%;
      text-align: center;
      margin-bottom: 0px;
      margin-top: 160px; }

  .section8-wrapper {
    display: none; }

  .section9-wrapper .section9-img-div {
    margin-top: 180px !important;
    opacity: 0.8 !important; }
  .section9-wrapper .section9-text-div {
    text-align: center !important;
    margin-top: -50px !important; }
    .section9-wrapper .section9-text-div h3 {
      font-size: 47px;
      line-height: 54px; }
    .section9-wrapper .section9-text-div h4 {
      font-size: 47px;
      line-height: 54px; }
    .section9-wrapper .section9-text-div p {
      font-size: 16px; }
  .section9-wrapper #section9-div4 {
    display: none !important; }
  .section9-wrapper #section9-div4-mobile {
    display: block !important;
    transform: scale(0.9);
    padding: 0 !important; }
  .section9-wrapper #section9-div5 {
    width: 380px;
    height: 512px !important;
    margin-left: 25%; }
  .section9-wrapper #section9-div8 {
    display: none !important; }
  .section9-wrapper #section9-div8-mobile {
    display: block !important;
    margin-left: 25%; }

  .section10-wrapper {
    display: none; }

  .section11-wrapper {
    margin-top: 70px; }
    .section11-wrapper h3 {
      font-size: 47px;
      line-height: 54px; }
    .section11-wrapper h4 {
      font-size: 47px;
      line-height: 54px; }

  .section12-wrapper-desk {
    display: none; }

  .section12-wrapper-mob {
    display: flex;
    height: 400px;
    width: 100%;
    background-image: url("../img/footer-single.png");
    background-size: 100%;
    background-position: top 100px !important;
    align-items: center;
    position: relative; }
    .section12-wrapper-mob img {
      height: 60px;
      width: auto;
      position: absolute;
      bottom: 50px;
      display: none; }
    .section12-wrapper-mob .kilicoglu-footer-logo {
      height: 70px; }
    .section12-wrapper-mob .mikrokil-footer-logo {
      right: 25px; } }
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 767px) {
  .logo-div {
    background: #000 !important;
    position: fixed;
    opacity: 1;
    z-index: 99999999999999999999 !important;
    top: 0;
    width: 100%;
    height: 38.2px !important; }
    .logo-div .kilicoglu-logo {
      width: 50%;
      opacity: 1; }
    .logo-div .mikrokil-kucuk-logo {
      margin-top: -5px !important;
      width: 35%;
      opacity: 1 !important; }

  .section1-wrapper {
    position: relative;
    z-index: 999999999; }
    .section1-wrapper .image-div {
      height: initial; }
      .section1-wrapper .image-div img {
        transform: translateY(80px);
        opacity: 0.4 !important;
        width: 90%;
        margin-left: 5%; }
    .section1-wrapper .logo-div {
      position: absolute;
      margin-top: 0; }
      .section1-wrapper .logo-div .header-title-div img {
        display: none; }
      .section1-wrapper .logo-div .header-title-div .section1-title-desk {
        display: none; }
      .section1-wrapper .logo-div .header-title-div .section1-title-mob {
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        -webkit-animation: header-title-animation 4s infinite;
        -moz-animation: header-title-animation 4s infinite;
        -o-animation: header-title-animation 4s infinite;
        animation: header-title-animation 4s infinite;
        animation-iteration-count: 1;
        text-align: center;
        margin-top: 50%;
        font-size: 25px;
        line-height: 29px;
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important; }

  .section2-wrapper {
    margin-top: 120px !important;
    padding: 0 0 !important;
    opacity: 1 !important; }
    .section2-wrapper .section2-title-div {
      opacity: 1 !important; }
      .section2-wrapper .section2-title-div h3 {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        opacity: 1 !important; }

  #section3-title {
    font-size: 20px !important;
    margin-bottom: -50px !important;
    line-height: 24px;
    margin-top: 50px;
    color: #f5f5f5;
    opacity: 1 !important;
    transition-duration: .5s !important; }

  .section3-wrapper .swiper-container {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    display: block; }
    .section3-wrapper .swiper-container .swiper-slide {
      display: flex;
      justify-content: center; }
      .section3-wrapper .swiper-container .swiper-slide img {
        -webkit-transform: scale(0.9) !important;
        -moz-transform: scale(0.9) !important;
        -ms-transform: scale(0.9) !important;
        -o-transform: scale(0.9) !important;
        transform: scale(0.9) !important; }
  .section3-wrapper ul {
    display: none;
    padding: 0 !important;
    margin: 0 !important; }
    .section3-wrapper ul li {
      width: 100%;
      display: flex;
      left: 0 !important;
      transform: scale(0.7) !important;
      margin-top: -125px !important; }
      .section3-wrapper ul li img {
        transform: scale(0.9) !important; }
    .section3-wrapper ul .besli-kiremit-li {
      left: 0 !important;
      right: 0 !important;
      position: initial;
      opacity: 1 !important; }

  .section4-wrapper {
    display: none; }

  .section5-wrapper {
    margin-top: -80px; }
    .section5-wrapper #section5-title-div .section5-title-1 {
      font-size: 20px !important;
      line-height: 24px !important; }
    .section5-wrapper #section5-title-div .section5-title-2 {
      font-size: 22px !important;
      line-height: 26px !important;
      margin-top: 10px !important; }

  .section6-wrapper {
    display: none; }

  #section7-wrapper #section7-img-div {
    display: none !important; }
  #section7-wrapper #section7-text-div {
    margin-top: 0 !important; }
    #section7-wrapper #section7-text-div h3 {
      font-size: 22px !important;
      line-height: 26px !important;
      left: 5%;
      width: 90%;
      text-align: center;
      margin-bottom: 0px;
      margin-top: 120px; }

  .section8-wrapper {
    display: none; }

  .section9-wrapper .section9-img-div {
    margin-top: 80px !important;
    opacity: 0.8 !important; }
  .section9-wrapper .section9-text-div {
    text-align: center !important;
    margin-top: -50px !important; }
    .section9-wrapper .section9-text-div h3 {
      font-size: 20px;
      line-height: 24px; }
    .section9-wrapper .section9-text-div h4 {
      font-size: 20px;
      line-height: 24px; }
    .section9-wrapper .section9-text-div p {
      font-size: 10px; }
  .section9-wrapper #section9-div4 {
    display: none !important; }
  .section9-wrapper #section9-div4-mobile {
    display: block !important;
    transform: scale(0.8);
    padding: 0 !important; }
  .section9-wrapper #section9-div5 {
    width: 320px;
    height: 431px !important;
    margin-left: 0 !important; }
  .section9-wrapper #section9-div8 {
    display: none !important; }
  .section9-wrapper #section9-div8-mobile {
    display: block !important;
    margin-left: 0 !important; }
    .section9-wrapper #section9-div8-mobile img {
      width: 50%;
      margin-left: 25%; }

  .section10-wrapper {
    display: none; }

  .section11-wrapper {
    margin-top: 70px; }
    .section11-wrapper h3 {
      font-size: 20px;
      line-height: 24px; }
    .section11-wrapper h4 {
      font-size: 20px;
      line-height: 24px; }

  .section12-wrapper-desk {
    display: none; }

  .section12-wrapper-mob {
    display: flex;
    height: 200px;
    width: 100%;
    background-image: url("../img/footer-single.png");
    background-size: 100%;
    background-position: top 100px !important;
    align-items: center;
    position: relative; }
    .section12-wrapper-mob img {
      height: 20px;
      width: auto;
      position: absolute;
      bottom: 30px; }
    .section12-wrapper-mob .kilicoglu-footer-logo {
      height: 30px; }
    .section12-wrapper-mob .mikrokil-footer-logo {
      right: 25px; } }
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

/*# sourceMappingURL=main.css.map */
