@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

body{
  font-family: 'Montserrat', sans-serif;
}

.top-bar{
  width: 100%;
  height: 46px;
  background-color: #00a850;
}

.tbt{
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-top: 12px;
  margin-top: auto;
  margin-bottom: auto;
}

.sticky-top{
  background: #fff;
  height: 150px;
}

.logo{
  width: 165px;
  height: auto;
  border:0;
}

.logo img{
  top: -50px;
  left: 0;
  margin: auto;
}

.top-menu{
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  margin-bottom: 0;
}

.top-menu li:first-of-type{
  white-space: nowrap;
}

.top-menu li{
  list-style: none;
  /*border-right: 1px solid rgba(204,204,204,0.5);*/
  padding-right: 25px;
  display: flex;
  align-items: center;

}

.top-menu li:last-child{
  border-right: 0;
}

.top-menu li a{
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #505050;
  text-decoration: none;

}

.top-menu .active{
  color:#016db1;
}

.mid-img{
  background-image: url('../img/image.png');
  background-size: cover;
  height: 80vh;
}

.mid-img h1{
  text-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.35);
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
}
.mid-img h3{
  text-shadow: 1.5px 2.6px 7px rgba(42, 43, 43, 0.35);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0.6px;
  color: #ffffff;
  margin-top: 10px;
}
.mid-img a{
  background-color: #00a850;
  font-size: 15px;
  line-height: 1.73;
  color: #ffffff;
  border:0;
  padding: 8px 45px 8px 45px;
  margin-top: 45px;
  color:#fff;
  text-decoration: none;
}

.mid-img a:hover{
  text-decoration: none;
}

.box1{
  height: auto;
  border: solid 1px #e1e1e1;
}

.box1 img{
  height: auto;
  width: 100%;
  padding: 2px;
}

.box1 h1{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.75px;
  color: #212121;
}
.box1 ul {
  padding-left: 22px;
}
.box1 ul li{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #505050;
  margin-bottom: 25px;
}

.box1 button{
  background-color: #016cb0;
  font-size: 15px;
  line-height: 1.73;
  color: #ffffff;
  border:0;
  padding: 8px 35px 8px 35px;
  margin-top: 25px;
}

.hb{}

.hb-inner{
    border: solid 1px #e1e1e1;
}

.hb-inner img{
  width: 100%;
}

.hb-inner h1{
  font-size: 39.5px;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #212121;
  margin-top: 18px;
  margin-bottom: 15px;
}

.hb-inner p{
  font-size: 19.5px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.03;
  letter-spacing: normal;
  text-align: left;
  color: #505050;
}

.hb a{
  background-color: #016cb0;
  font-size: 15px;
  line-height: 1.73;
  color: #ffffff;
  border:0;
  padding: 8px 35px 8px 35px;
  margin-top: 20px;
  border-radius: 0;
}

.yazilar{
  margin-top: 90px;
  background-color: #004673;
  padding-top: 45px;
  padding-bottom:45px;
}

.yazilar-top{
  margin-top: 60px;
  margin-bottom: 80px;
}

.yazilar-top h1{
  font-size: 49.5px;
  font-weight: 600;
  line-height: 0.64;
  text-align: center;
  color: #ffffff;
}

.yazilar-top p{
  font-size: 23.5px;
  text-align: center;
  line-height: 1.51;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 25px;
}

.yazilar-top hr{
  width: 227px;
  height: 3px;
  background-color: #016cb0;
  margin: auto;
  border:0;
}

.yazilar-cont{cursor:pointer;}

.yazilar-cont h1{
  font-size: 32px;
  text-align: left;
  color: #ffffff;
}

.yazilar-cont p{
  font-size: 18px;
  text-align: left;
  color: #fefefe;
}

.contact-top{
  margin-top: 60px;
  margin-bottom: 80px;
}

.contact-top h1{
  font-size: 24.5px;
  font-weight: 600;
  line-height: 1.29;
  color: #6e6e6e;
  text-align: center;
}

.contact-top p{
  font-size: 23.5px;
  line-height: 1.51;
  color: #505050;
  text-align: center;
}

.contact-top hr{
  width: 227px;
  height: 3px;
  background-color: #016cb0;
  margin: auto;
  border:0;
}

.contact-form label{
  clear: both;
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 3.31;
  letter-spacing: 0.73px;
  text-align: left;
  color: #27343e;
}

.contact-form input[type="text"]{
  border:0;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
  font-size: 12px;
  outline: none;
  line-height: 2.76;
}

.contact-form textarea{
  width: 100%!important;
  border:0;
  border-bottom: 1px solid #d6d6d6;
  outline: none;
  font-size: 12px;
  line-height: 2.76;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 2.76;
  text-align: left;
  color: rgba(95,95,95,0.6);
}

.contact-form .required{
  font-size: 18px;
  color: #ff000c;
}

.contact-info{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.60;
  letter-spacing: normal;
  color: #6e6e6e;
}

.post-container{
  background-color: #F8F8FF;
  min-height: 500px;
}

.btn-send{
  background-color: #016cb0;
  font-size: 15px;
  line-height: 1.73;
  color: #ffffff;
  border: 0;
  padding: 8px 35px 8px 35px;
  margin-top: 20px;
  border-radius: 0;
}

.btn-send:hover{
  color:inherit;
}

.h-menu-container{
  display: none;
}

.mobile-side-menu-container{
  display: none;
  position: fixed;
}

@media only screen and (max-width:600px){
  .h-menu-container{
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }
  .tbt {
    font-size: 11px;
  }
  .sticky-top{
    height: auto;
  }
  .sticky-top .top-menu{
    display: none;
  }

  .navbar-toggle{
    font-size: 38px;
    position: absolute;
    right: 5px;
    top:0;
    bottom:0;
  }
  .logo{
    width: 92px;
  }

  #section3{
    margin-bottom: 10px;
  }

  .yazilar-top h1{
    line-height: initial;
  }

  .mobile-side-menu-container{
    display: block;
    position: fixed;
    left: 0;
    top:170px;
    background-color: #016cb0;
    width: 0;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
    transition: width 1s, top .5s;
  }
  .mm-active{
    width: 100%;
  }

  .mobile-side-menu-container ul{
    padding-left: 0;
    width: 100vw;
  }

  .mobile-side-menu-container ul li{
    list-style: none;
    padding:15px;
    width: 100%;
    text-align: center;
  }
  .mobile-side-menu-container ul li a{
    color:#fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }

  .m-anim{
    top:120px;
  }

}
