﻿body
{
    margin:0px;
    padding:0px;
    background-color:#ffffff;
}
header
{
    width:100%;/*100% her monitöre uygun*//*genişlik*/
    height:100px;
    /*position:relative;*/
    float:left;
    background-color:#ffffff;
}
.header-container
{
    width:250px;
    height:100px;
    float:left;
    background-color:#ffffff;
    position:absolute;
    top:10px;
    left:120px;
}
.header-container-two
{
    width:250px;
    height:100px;
    float:right;
    background-color:#ffffff;
    position:absolute;
    top:10px;
    right:50px;
}
.logo
{
    width:100px;
    height:100px;
    margin:10px 0px;
    float:left;
    position:absolute;
    left:120px;
}
.logo2
{
    width:100px;
    height:130px;
    float:right;
    position:absolute;
    right:0px;
}
nav
{
  width:80%;
  margin:0 auto;
  background:#ffffff;
  padding:100px 0;
  /*box-shadow:0px 5px 0px #dedede;*/
}
nav ul 
{
  list-style:none;
  text-align:center;
}
nav ul li 
{
  display:inline-block;
}
nav ul li a 
{
  display:block;
  padding:15px;
  text-decoration:none;
  color:#43A047;  
  font-weight:800;
  margin:0 0px;
  font-size:20px;
}
/*nav.blend ul li ul
{
    display:none;
    width:15px;
    position:absolute;
    left:775px;
}*/
/*nav.blend ul li ul a
{
  font-size:18px;
  text-align:center;
}*/
nav.blend ul li:hover ul
{
    display:block;
}
/*nav.blend ul li ul li
{
    width:250px;
    float:left;
}*/
nav ul li a,
nav ul li a:after,
nav ul li a:before 
{
  transition:all .9s;
}
nav.blend ul li a 
{
  position:relative;
  border-radius:15px 50px;
  overflow:hidden;
  z-index:1;
}
nav.blend ul li a:hover 
{
  color:#43A047;
}
nav.blend ul li a:before,
nav.blend ul li a:after 
{
  position:absolute;
  width:0px;
  height:100%;
  top:0;
  bottom:0;
  /*background:#0A3C47;*/
  background:#d0c9c9;
  transition:all .9s;
  margin:auto;
  content:'.';
  color:transparent;
  z-index:-1;
  opacity:0.75;
}
nav.blend ul li a:before 
{
  left:0;
}
nav.blend ul li a:after 
{
  right:0;
}

nav.blend ul li a:hover:after,
nav.blend ul li a:hover:before 
{
    width:100%;
}
#section
{
    width:100%;
    float:left;
    background-color:#43A047;
}
.section-container
{
    width:400px;
    height:400px;
    position:absolute;
    top:200px;
    left:40px;
    bottom:100px;
    background-color:#ede9e9;
    border-style:solid;
    border-color:#43A047;
}
.section-container-2
{
    width:1010px;
    height:400px;
    position:absolute;
    top:200px;
    left:470px;
    bottom:100px;
    background-color:#ffffff;
    border-style:solid;
    /*border-color:#0A3C47;*/
    border-color:#43A047;
    border-radius:10px 10px;
}
/*ul
{
    list-style-type:none;

}*/
#footer
{
    width:100%;
    height:160px;
    /*background-color:#4e4646;*/
    /*background-color:#0A3C47;*/
    background-color:#43A047;
    position:absolute; 
    top:650px;
    float:left;
}
.footer-text-header
{
    text-decoration:none;
    text-align:left;
    font-family:Arial;
    font-size:15px;
    color:#ffffff;
    list-style:none;
    /*position:absolute;
    left:200px;*/
}
.footer-text
{
    text-decoration:none;
    text-align:left;
    font-family:Arial;
    font-size:15px;
    color:#ffffff;
    list-style:none;
    /*position:absolute;
    top:35px;
    left:200px;*/
}
.footer-text-header-two
{
    text-decoration:none;
    text-align:left;
    font-family:Arial;
    font-size:15px;
    color:#ffffff;
    list-style:none;
    /*position:absolute;
    top:85px;*/
}
.footer-text-two
{
    text-decoration:none;
    text-align:left;
    font-family:Arial;
    font-size:15px;
    color:#ffffff;
    list-style:none;
    /*position:absolute;
    top:115px;
    left:200px;*/
}
.logo-social-media-ins
{
    width:64px;
    height:64px;
    float:right;
    position:absolute;
    top:15px;
    right:15px;
}
.logo-social-media-ins :hover
{
    background-color:#808080;
    border-radius:100%;    
}
.logo-social-media-facebook
{
    width:64px;
    height:64px;
    float:right;
    position:absolute;
    top:15px;
    right:75px;
}
.logo-social-media-facebook:hover
{
    background-color:#808080;
    border-radius:100%; 
}
.logo-social-media-twitter
{
    width:64px;
    height:64px;
    float:right;
    position:absolute;
    top:15px;
    right:135px;
}
.logo-social-media-twitter:hover
{
    background-color:#808080;
    border-radius:100%; 
}
.logo-social-media-linked
{
    width:64px;
    height:64px;
    float:right;
    position:absolute;
    top:15px;
    right:198px;
}
.logo-social-media-linked:hover
{
    background-color:#808080;
    border-radius:100%; 
}

.p
{
    font-family:Arial;
    font-size:15px;
    position:absolute;
    left:10px;
    right:10px;
    color:#000000;
    text-indent:20px;
    text-align:justify;
}
.p2
{
    font-family:Arial;
    position:absolute;
    font-size:15px;
    top:95px;
    left:10px;
    right:10px;
    color:#000000;
    text-indent:20px;
    text-align:justify;
}
.p3
{
    font-family:Arial;
    font-size:15px;
    position:absolute;
    left:10px;
    right:10px;
    color:#000000;
    top:210px;
    text-indent:20px;
    text-align:justify;
}
.p2-4
{
    font-family:Arial;
    font-weight:bold;
    position:absolute;
    top:140px;
    left:10px;
    color:#43A047;
}
.p5
{
    font-family:Arial;
    font-size:15px;
    position:absolute;
    left:10px;
    right:10px;
    color:#000000;
    top:270px;
    text-indent:20px;
    text-align:justify;
}
