/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat:wght@300;400;600&display=swap');
@import url("preloader.css");
@import url("privacy-policy.css");

html {
  background-color: #e2e2e2;
}
body {
  font-family: 'PT Serif', serif;
  font-weight: normal;
  background-color: #e2e2e2;
  line-height: 1.5rem;
  color: #181818;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: calc(16px + (26 - 16) * ((100vw - 300px) / (1600 - 300)));
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 5.9vw;
}
h2 {
  font-size: 4.0vw;
}
h3 {
  font-size: 2.8vw;
}
p {
  font-size: 2.5vw;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}
.clearfix{ float: none; clear: both; }

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #062a44 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

a {
  color: #181818;
  text-decoration: none;
  transition: color 0.3s ease-in;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
}
a:hover{
  color: #0153F9;
}
a.btn-light-blue{
  text-align: left;
  font-size: 1.1rem;
  min-width: 230px;
  font-weight: bold;
  padding: 10px;
  border: #0153F9 solid 3px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #0153F9;
  text-decoration: none;
  background: linear-gradient(to left, transparent 50%, #0153F9 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
}
a.btn-light-blue span:after {
  content: ' \003E';
  font-weight: bold;
  float: right;
}
a.btn-light-blue:hover {
  color: #fff;
  background-position: left;
}
a.btn-dark-blue{
  text-align: left;
  font-size: 1.1rem;
  min-width: 230px;
  font-weight: bold;
  padding: 10px;
  border: #011d41 solid 3px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #011d41;
  text-decoration: none;
  background: linear-gradient(to left, transparent 50%, #011d41 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
}
a.btn-dark-blue span:after {
  content: ' \003E';
  font-weight: bold;
  float: right;
}
a.btn-dark-blue:hover {
  color: #fff;
  background-position: left;
}
a.btn-general{
  width: 222px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: #4a5a75 solid 4px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #4a5a75;
  text-decoration: none;
  transition: color 0.5s ease-in;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  transition: border 0.5s ease-in;
  -webkit-transition: border 0.5s linear;
  -moz-transition: border 0.5s linear;
}
a.btn-general span:last-child:after {
  content: ' \003E';
  font-weight: bold;
  float: right;
}
a.btn-general:hover{ color: #808080;  border: #808080 solid 4px; }
a.btn-white{
  text-align: left;
  padding: 13px;
  border: #efefef solid 3px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #efefef;
  text-decoration: none;
  background: linear-gradient(to left, transparent 50%, white 50%) right;
  background-size: 200%;
  transition: .3s ease-out;
  font-weight: bold;
  font-size: 0.8rem;
}
a.btn-white span:after {
  content: ' \003E';
  font-weight: bold;
  float: right;
  margin-left: 20px;
  margin-top: 1px;
}
a.btn-white:hover {
  color: #0156fe;
  background-position: left;
}
a.link{
  color: #d4d4d4;
  text-decoration: none;
}
a.link:hover{ color: #22304A; }
a.link-white{
  color: #FFFFFF;
  text-decoration: none;
}
a.link-white:hover{ color: #0156fe; }
a.link-red, button.link-red{
  color: #e32423;
  text-decoration: none;
  background-color: transparent;
  border:none;
}
a.link-red:hover, button.link-red:hover{ color: #4a5a75; }
a.link-gray, button.link-gray{
  color: #808080;
  text-decoration: none;
  background-color: transparent;
  border:none;
}
a.link-gray:hover, button.link-gray:hover{ color: #4a5a75; }
a.link-blue, button.link-blue{
  color: #0153F9;
  text-decoration: none;
  background-color: transparent;
  border:none;
}
a.link-blue:hover, button.link-blue:hover{ color: #4a5a75; }
a.link-blue span:after, button.link-blue span:after {
  content: ' \003E';
  font-weight: bold;
  margin-left: 20px;
  margin-top: 1px;
}
a.btn-call-center{
  text-align: left;
  font-size: 1.1rem;
  max-width: 230px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 7px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  text-decoration: none;
  background: rgb(0,64,214);
  background: linear-gradient(90deg, rgba(0,64,214,1) 0%, rgba(0,74,233,1) 35%, rgba(1,86,254,1) 93%);
  transition: box-shadow 0.3s ease-in;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
}
a.btn-call-center span:after {
  content: url(../img/icon-call-center.svg);
  float: left;
  width: 15px;
  margin-right: 11px;
  margin-top: 1px;
}
a.btn-call-center:hover {
  box-shadow: 0px 0px 21px -3px rgba(1, 83, 249, 0.8);
}

a.btn-hero-blue{
  text-align: left;
  font-size: 1.1rem;
  min-width: 200px;
  font-weight: bold;
  padding: 10px 10px 10px 15px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  text-decoration: none;
  background: rgb(0,64,214);
  background: linear-gradient(90deg, rgba(0,64,214,1) 0%, rgba(0,74,233,1) 35%, rgba(1,86,254,1) 93%);
  transition: box-shadow 0.3s ease-in;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  margin-right: 20px;
}
a.btn-hero-blue:hover {
  box-shadow: 0px 0px 21px -3px rgba(1, 83, 249, 0.8);
}

a.btn-hero-orange{
  text-align: left;
  font-size: 1.1rem;
  min-width: 200px;
  font-weight: bold;
  padding: 10px 10px 10px 15px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  text-decoration: none;
  background: rgb(255,103,29);
  background: linear-gradient(90deg, rgba(255,103,29,1) 30%, rgba(255,155,47,1) 85%);
  transition: box-shadow 0.3s ease-in;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  margin-right: 20px;
}
a.btn-hero-orange span:after, a.btn-hero-blue span:after {
  content: ' \003E';
  font-weight: bold;
  float: right;
  margin-top: 1px;
}
a.btn-hero-orange:hover {
  box-shadow: 0px 0px 21px -3px rgba(255,103,29, 0.8);
}

address{
  line-height: 33px;
}
address, address h3 a{
  font-size: 28px;
}

.bold{
  font-weight: bold;
}
.font-size-48{
  font-size: 48px;
}

.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-30{
  margin-top: 30px;
}
.mt-40{
  margin-top: 40px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mr-10{
  margin-right: 10px;
}
.mr-20{
  margin-right: 20px;
}
.mr-30{
  margin-right: 30px;
}
.mr-40{
  margin-right: 40px;
}
.ml-10{
  margin-left: 10px;
}
.ml-20{
  margin-left: 20px;
}
.ml-30{
  margin-left: 30px;
}
.ml-40{
  margin-left: 40px;
}
.min-height-400{
  min-height: 400px;
}
.min-height-250{
  min-height: 250px;
}
.padding-60{
  padding: 60px;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.no-padding{
  padding: 0 !important;
}
.no-radius{
  border-radius: unset !important;
}
.bg-color-light-green{ background-color: #eef9f9; }
.bg-color-white{ background-color: #FFFFFF; }
.left-border-radius{
  border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}
.right-border-radius{
  border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  -webkit-border-radius: 0px 10px 10px 0px;
}
.border-radius{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
}

.animate-bottom{position:relative;-webkit-animation-name:animatebottom;-webkit-animation-duration:1s;animation-name:animatebottom;animation-duration:1s}
@-webkit-keyframes animatebottom{from{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}
@keyframes animatebottom{from{bottom:-100px;opacity:0}to{bottom:0;opacity:1}}
#allDiv{display:none}
.text-left{ text-align: left; }

body._fixed {
  position: fixed;
  max-width: 100%;
  width: 100%;
}

/*Search Box*/
header #btn-search{
  border-left: 1px solid rgba(255, 255, 255, .5);
  padding-left: 14px;
}
header #btn-search img{
  width: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -4px;
}
.search-box{
  display: none;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0px;
  color: #757575;
  background-color: #FFFFFF;
  height: 90px;
  font-size: 1.25rem;
  padding-left: 48px;
  animation: slideInDown;
  animation-duration: 1s;
  -webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
  box-shadow: 0 3px 15px rgb(0 0 0 / 40%);
}
.search-box-group{
  position: relative;
}
.search-box-group input{
  width: 80%;
  padding: 0 108px 0 5%;
  margin: 0;
  overflow: hidden;
  z-index: 1;
  border: 0;
  outline: none;
  height: 80px;
}
.search-box-group input:placeholder-shown {
  color: #757575;
}
.search-box-group input:focus{
  border: 0;
  outline: none;
}
.search-box-group .close {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 25px;
  right: 120px;
  height: 0;
  width: 50px;
  z-index: 1;
}
.search-box-group .close:before, .search-box-group .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.search-box-group .close:before {
  transform: rotate(45deg);
}
.search-box-group .close:after {
  transform: rotate(-45deg);
}
.search-nav-submit{
  background: url("../img/icon-search.svg") no-repeat transparent;
  font-size: 2rem;
  display: block;
  position: absolute;
  top: 28px;
  right: 89px;
  height: 30px;
  width: 30px;
  border: none;
  z-index: 1;
  filter: brightness(0) saturate(100%) invert(18%) sepia(2%) saturate(4%) hue-rotate(12deg) brightness(100%) contrast(94%);
}
input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*Search Box*/

/* Menu Icon*/
.hamburger{
  z-index: 11;
  width: 50%;
  position: relative;
  max-width: 40px;
}
.hamburger .line{
  width: 20px;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  display: block;
  margin: 9px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.hamburger .line:nth-child(1){
  width: 50%;
  margin-left: 0;
}
.hamburger .line:nth-child(2){
  width: 100%;
}
.hamburger .line:nth-child(3){
  width: 50%;
  margin-right: 0;
}
.hamburger:hover{
  cursor: pointer;
}
.hamburger.is-hamburger-active .line:nth-child(3), .hamburger.is-hamburger-active .line:nth-child(2), .hamburger.is-hamburger-active .line:nth-child(1){
  width: 94%;
}
.hamburger.is-hamburger-active .line:nth-child(2){
  opacity: 0;
}
.hamburger.is-hamburger-active .line:nth-child(1){
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.hamburger.is-hamburger-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

/*Menu Icon*/

.dark-curtain{
  display: none;
  z-index: 1;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

/*
Header
 */

header{
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), url("../img/bilirkisirapor-hero-bg@300x-100.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100vw;
  height: 85vh;
  color: #FFFFFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}


.header{
  background-image: url(../img/bilirkisirapor-hero-bg@300x-100.jpg);
  height: 25vh;
  background-position-y: -223px;
}


header .inner-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-menu{
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  margin-bottom: 40px;
}
header .logo {
  height: 100%;
  max-height: 60px;
}
header .top-nav{
  float: left;
  margin-top: 5px;
  margin-right: 14px;
}
header .top-nav li{
  float: left;
  font-weight: bold;
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
header .top-nav li:last-child{
  padding-right: 0;
}
header .top-nav li:first-child{
  padding-left: 0;
}
header .top-nav li a{
  font-size: 16px;
}
header .hero{
  margin-top: -120px;
}
header .hero .bottom{
  position: absolute;
  bottom: 40px;
  text-align: center;
  border-top: solid 1px #FFFFFF;
  border-bottom: solid 1px #FFFFFF;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .hero .bottom ul{
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}
header .hero .bottom ul li{
  float: left;
  list-style: none;
  padding-right: 20px;
  padding-left: 20px;
  border-left: solid 1px #FFFFFF;
}
header .hero .bottom ul li a{
  font-weight: lighter;
  font-size: 20px;
}
header .hero .bottom ul li:last-child{
  padding-right: 0;
  border-right: none;
}
header .hero .bottom ul li:first-child{
  padding-left: 0;
  border-left: none;
}
header .hero .bir-bilene-sor{
  text-align: right;
  padding-right: 30px;
  margin-right: 30px;
  border-right: solid 1px #FFFFFF;
  float: left;
}
header .hero .bir-bilene-sor li{
  margin-bottom: 36px;
  font-size: 56px;
  font-weight: bolder;
  list-style: none;
}
header .hero .bir-bilene-sor li:last-child{
  margin-bottom: 0;
}
header .hero h1{
  /*font-size: 44px;
  line-height: 46px;
  margin-bottom: 14px;*/
  font-size: 38px;
  line-height: 37px;
  margin-bottom: 14px;
  margin-top: -10px;
}

.full-menu{
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  background-image: url("../img/menu-bg.jpg");
  position: absolute;
  background-color: #6929c4;
  color: #fff;
  z-index: -1;

  transition: all .5s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
}
.full-menu ul {
  padding: 0;
}
.full-menu ul li {
  padding: 15px !important;
  display: block;
  border-bottom: 1px dashed hsla(0,0%,100%,.1);
  text-align: left;
  background: url("../img/arrow-white.svg") no-repeat 100%;
}
.full-menu ul li a {
  text-shadow: 1px 1px rgb(0 0 0 / 30%);
  color: #fff;
  font-size: 30px;
  transition: all .3s ease;
  display: block;
  letter-spacing: -.5px;
}
.full-menu.is-active{
  opacity: 1 !important;
  z-index: 10 !important;
  transform: scaleY(1);
}
.full-menu .close {
  width: 60px;
  height: 60px;
  padding: 5px;
  position: relative;
  cursor: pointer;
}
.full-menu .close:after {
  content: '';
  height: 40px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(45deg);
  left: 28px;
}
.full-menu .close:before {
  content: '';
  height: 40px;
  border-left: 2px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
  left: 28px;
}
.full-menu .link-white:hover{
  color: #062a44;
}

.full-menu address, .full-menu address a h3 {
  font-size: 26px;
}
.full-menu address p {
  font-size: 20px;
}
.full-menu .link-white{
  margin-bottom: 40px;
}
/*
Header
 */

/*
Box
 */
.box{
  padding: 60px;
}
.box .headline{
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.box-content{
  padding: 80px;
}
.box-content .headline{
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.box-content p{
  font-size: 28px;
  line-height: 36px;
}
.icon-item{
  width: 125px;
  margin: 20px;
  float: left;
  text-align: center;
}
.icon-item img{
  height: 80px;
}
.icon-item p{
  margin-top: 5px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.blue-side{
  padding: 80px;
  background: rgb(0,64,214);
  background: linear-gradient(90deg, rgba(0,64,214,1) 0%, rgba(0,74,233,1) 35%, rgba(1,86,254,1) 90%);
  color: #FFFFFF;
}
.blue-side .headline, .orange-side .headline{
  font-size: 48px;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}
.blue-side p{
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 60px;
}
.orange-side{
  padding: 80px;
  background: rgb(255,103,29);
  background: linear-gradient(90deg, rgba(255,103,29,1) 76%, rgba(255,155,47,1) 100%);
  color: #FFFFFF;
  font-size: 14px;
}
.orange-side h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
/*
Box
 */

/*
Customers
 */
#owl-partners .item img {
  filter: grayscale(100%);
}
/*
Customers
 */

/*
Bir Bilen Block
 */
.box-bir-bilene-danisin{
  padding-top: 120px;
  padding-bottom: 100px;
}
.box-bir-bilene-danisin .content{

}
.box-bir-bilene-danisin .content .blue-box{
  width: 50%;
  float: right;
  background: rgb(0,64,214);
  background: linear-gradient(90deg, rgba(0,64,214,1) 0%, rgba(0,74,233,1) 35%, rgba(1,86,254,1) 90%);
  border-radius: 107px 0px 0px 89px;
  -moz-border-radius: 107px 0px 0px 89px;
  -webkit-border-radius: 107px 0px 0px 89px;
  min-height: 300px;
  padding: 65px;
  text-align: center;
}
.box-bir-bilene-danisin .content .blue-box h3{
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
.icon-boxes{
  position: relative;
  top: -250px;
  left: -510px;
}
.icon-boxes .icon-box-1{
  width: 140px;
  height: 140px;
  top: 20px;
  left: 20px;
}
.icon-boxes .icon-box-2{
  width: 100px;
  height: 100px;
  top: 76px;
  left: 190px;
}
.icon-boxes .icon-box-3{
  width: 180px;
  height: 180px;
  top: 5px;
  left: 320px;
}
.icon-boxes .icon-box-4{
  width: 140px;
  height: 140px;
  top: 215px;
  left: 390px;
}
.icon-boxes .icon-box-5{
  width: 120px;
  height: 120px;
  top: 205px;
  left: 200px;
}
.icon-boxes .icon-box-6{
  width: 150px;
  height: 150px;
  top: 215px;
  left: -30px;
}
.icon-boxes .icon-box{
  position: absolute;
  padding: 25px;
  border-radius: 30px 30px 30px 30px;
  -moz-border-radius: 30px 30px 30px 30px;
  -webkit-border-radius: 30px 30px 30px 30px;
  -webkit-box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
  background-color: #FFFFFF;
}
/*
Bir Bilen Block
 */

/*
Footer
 */
footer{
  border-top: #151515 solid 7px;
  border-bottom: #151515 solid 50px;
  padding: 60px;
  position: relative;
}
footer .container{
  position: relative;
}
footer:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url("../img/footer-bg.svg");
  background-repeat: repeat-x;
}
footer .sub-footer p, footer .sub-footer a{
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 12px;
}
.newsletter-collector{
  width: 90%;
  padding: 18px;
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.2);
  box-shadow: 3px 3px 5px -2px rgba(0,0,0,0.2);
  height: 60px;
}
.newsletter-collector input{
  width: 80%;
  border: none;
  border-right: #aaaaaa;
  border-right-width: 1px;
  border-right-style: solid;
  border-radius: 0px;
  -moz-border-radius: 0px;
  float: left;
}
.newsletter-collector input[type=button], .newsletter-collector button{
  width: 20%;
  border: none;
  cursor: pointer;
  color: #e32423;
  background-color: transparent;
  float: right;
  padding: 0px;
  font-size: 18px;
  font-weight: bold;
}
.newsletter-collector input[type=button]:hover, .newsletter-collector button:hover{
  color: #4a5a75;
}
.newsletter-collector .form-control{
  padding: 0;
}
.social-icons{
  padding: 0;
}
.social-icons li{
  float: left;
  list-style: none;
  margin-right: 40px;
}
.social-icons .icon{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
}
.social-icons .icon.icon-facebook{
  background-image: url("../img/icon-facebook.svg");
}
.social-icons .icon.icon-ig{
  background-image: url("../img/icon-IG.svg");
}
.social-icons .icon.icon-linkedin{
  background-image: url("../img/icon-linkedin.svg");
}
.social-icons .icon.icon-youtube{
  background-image: url("../img/icon-youtube.svg");
}
/*
Footer
 */


/*
Contact Form
*/
:focus {
  outline: none!important;
  outline: 0!important;
}
p.mini{
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  color: #857796;
  margin: 0;
}
.input-wrapper {
  padding: 10px 0 9px;
  font-weight: 700;
  text-align: left;
}
.input-wrapper span {
  font-size: 15px;
  line-height: 1.5;
  color: #4c3769;
}
#form input, #form select {
  outline: none;
  color: #857796;
  margin-top: 10px;
  padding: 20px 10px;
}
#form input, #form select, #form textarea {
  border: none;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
}
#form textarea {
  min-height: 300px;
}
#form input:focus, #form textarea:focus {
  border: 1px solid rgba(0,0,0,.3)!important;
}

/*
Contact Form
*/