html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;

 font-family: "Swis721 Cn BT";
 text-decoration: none;

}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
font-family: "Swis721 Cn BT";
font-weight: normal;
font-size:16px;
src: url('./fonts/Swiss721CondensedBT.ttf') format("truetype"),
	 url('./fonts/sw721bci.eot') format("truetype"),
	 url('./fonts/HelveticaNeueLTCom-LtCn_0.eot'),
	 url('./fonts/sw721bci.woff2') format('woff2'),
     url('./fonts/Swiss721BT-BoldCondensedItalic.woff') format('woff');
}

body {
 background: #fff;
 font-family: "Swis721 Cn BT";
 margin:0;
 padding: 0;
}
ol, ul {
 list-style: none;
 font-family: "Swis721 Cn BT";
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
 
/* remember to define focus styles! */
:focus {
 outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
 text-decoration: none;
}
del {
 text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: collapse;
 border-spacing: 0;
}


.tasiyici
  {
  margin:0 auto;
  max-width: 1100px;
  padding: 0px 20px;
  }

.tasiyici2
  {
  margin:0 auto;
  max-width: 1100px;
  padding: 0px 0px;
  }

.temizle 
{ 
clear:both; 
} 


.header {
    width: 100%;
    height: 70px;
    padding: 10px 0px;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    /* border-bottom: 2px solid #00cfff; */
}
.headersag {
    float: right;
    right: 0;
    /* width: 30%; */
    height: 80px;
}
.headersagyazi {
	color: #2f2f2f;
	margin-top: 20px;
	float:left;
}
.headersagyazi p {

	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
}
.headersagyazi span {

	font-size: 14px;
	margin-left: 10px;
}

.logo {
    float: left;
	margin-top: 0px;
}
.mailicon {
	margin-top: 15px;
    float: left;
	height: 52px;
	width: 36px;
	background: #ff2a2a;
	border-radius: 50px;
	position: relative;
	transition: all 200ms ease-in;

}

.mailicon img {
    padding-top: 13px;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 20px;
    color: #fff;
    padding-left: 7px;
}

.mailicon:hover {
    transition: all 500ms ease-out;
    transform: scale(1.2);
}
.telicon{
	margin-top: 15px;
    float: left;
	height: 52px;
	width: 36px;
	background: #00a1ff;
	border-radius: 50px;
	margin-left: -5px;
	transition: all 200ms ease-in;
}

.telicon img {
    padding-top: 15px;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: 18px;
    color: #fff;
    padding-left: 9px;
}

.telicon:hover{
    transition: all 500ms ease-out;
    transform: scale(1.2);
}
.slidertr {
    width: 100%;
	max-width:1080px;
    height: auto;
    position: relative;
    z-index: 10;
	margin: 0 auto;
	margin-top: 70px;
}



.sliderarka {
    width: 100%;
    height: 100%;
    float: left;
    padding-bottom: 60px;
    background-position: top;
    background-size: cover;
    background: url(http://exodellic.shop/wp-content/themes/f5kurumsal/images/arka-bg.png);
}

.item {
    display: block;
    width: 100%;
    height: auto; 
  
}



#owl-demo .item img {
    display: block;
  
    height: auto;
    display: table-column;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
}

/* Kavisli gölge */
.slidertr:before {
top:10px;
bottom:10px;
left:0;
right:50%;
-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
box-shadow:0 0 15px rgba(0,0,0,0.6);
-moz-border-radius:10px / 100px;
border-radius:10px / 100px;
}




#owl-demo:after, #owl-demo:before {
    background: #ff822aab;
    background: linear-gradient(22deg, rgb(0 207 255) 0%, rgb(0 207 255) 71%);
    content: '';
    height: 61px;
    position: absolute;
    top: -11px;
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 5px 10px -7px hsla(0, 0% ,0%, 0.5);
}
#owl-demo:after {
  left: -50px;
  transform: rotate(-45deg);
}
#owl-demo:before {
  right: -50px;
  transform: rotate(45deg);
}


.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 30px;
}


.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    margin-top: 80px;
    float: left;
    -ms-touch-action: pan-y;
}


.navbarmenu {
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-radius: 0px 0px 3px 3px;
    position: relative;
    z-index: 15;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
      padding-top: 2px;
	color:#fff;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
   font-family: "Swis721 Cn BT";
  float: left;
  height: 70px;

}
#cssmenu > ul > li {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  padding-bottom: 8px;
  transition: all 200ms ease-in;
}
#cssmenu > ul > li:hover{
 border-bottom: 4px solid #fff;
 transition: all 300ms ease-out;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
    padding: 11px;
    font-size: 16px;
    text-decoration: none;
    color: #010130;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 27px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;

}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    background: #000;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
        margin-top: 10px;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

.anasayfa1 {
	width: 100%;
	background: #2f375b url(http://exodellic.shop/wp-content/themes/f5kurumsal/images/slider-arka-svg.svg);
    float:left;
    margin-top:50px;
    margin-bottom: 50px;
	background-size: cover;
  }


.anasayfaikilikutu {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    height: 120px;
    background: #fff;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    transition: all 200ms ease-in;
     color: #282828;
}


.anasayfaikilikutu:hover{
transition: all 200ms ease-out;
    transform: scale(1.05);
}
.anasayfaikilikutu2 span,.anasayfaikilikutu span{
    float: left;
    font-size: 23px;
    font-weight: bold;
    margin-left: 95px;
    margin-top: 25px;
    position: relative;
}
.anasayfaikilikutu2 p, .anasayfaikilikutu p{
	float: left;
    padding-left: 95px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    top: 0;
    width: 70%;
}
.anasayfaikilikutuicon{
    margin-top: -30px;
    margin-left: 20px;
    float: left;
    height: 125px;
    width: 55px;
    background: #00a1ff;
    border-radius: 50px;
    transition: all 200ms ease-in;
    position: absolute;
    /* display: block; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}


.anasayfaikilikutuicon img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    
    width: 32px;
    color:#fff;
}



.anasayfaikilikutu2 {
    width: 49%;
    margin-left: 1%;
    height: 120px;
    background: #fff;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
}

.anasayfabaslik {
    width: 100%;
    height: 50px;
    float: left;
    font-size: 30px;
    margin:50px 0px;
    background: url(images/anasayfabaslik.png) no-repeat 0px 10px;
    padding-left: 20px;
	
}

.anasayfa3lu {
    float: left;
    width: 29.8%;
    height: 305px;
    background-size: cover;
    background: #fff;
    border-radius: 10px;
    margin-right: 1.75%;
    margin-left: 1.75%;
    margin-bottom: 3.5%;
    color: #282828;
    position: relative;
    display: block;
    transition: all 200ms ease-in;
    overflow: hidden;
}

.anasayfa3lu:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(47 55 91 / 88%) 100%);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.anasayfa3lu span {
    width: 86%;
    font-size: 22px;
    font-weight: bold;
    float: left;
    bottom: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 7%;
    /* background: #282828b3; */
}


.anasayfa3lu i {
    float: right;
    /* width: 30px; */
    /* height: 30px; */
    border-right: 30px solid #00a1ff;
    border-top: 30px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 100;
    bottom: 0;
    right: 0;
    position: absolute;
}
.anasayfa3lu i img {
    float: right;
    width: 8px;
    /* height: 30px; */
    position: absolute;
    margin-top: -13px;
    margin-left: 17px;
}


.anasayfa3lu:hover:after {
    background: #00a1ff;
	transition: all 500ms ease-out;
    transform: scale(1.1);
    opacity: 0.8;
}





.anasayfa3luresim {
  
    width: 100%;
    height: 305px;
    overflow: hidden;
}
.anasayfa3luresim img {
    display: table-column;
    height: 305px;
    width: 100%;
     background-position: center center;
    background-repeat: no-repeat;
    background-size: fill;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    -o-object-fit: cover;
}



.anasayfa3luresim img {
 &__image-container {
  width: 100%; // the same width and height as for the <img>
  height: 100%;
  &.compat-object-fit {
   background-size: cover;
   background-position: center center;
   .post__featured-image { // hide image if object fit is not supported - opacity to 0 for the link area
    opacity: 0;
   }
  }
 }
 &__featured-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
}




.anasayfa2 {
	width: 100%;
	background: #fff;;
    float:left;
    padding-bottom: 50px;
  }



  .duyurusol {
    float: left;
    width: 45%;
    height: 320px;
    background-size: cover;
    background: #fff;
    border-radius: 10px;
    margin-right: 0.75%;
    margin-left: 0.75%;
    margin-bottom: 1.5%;
    color: #282828;
    position: relative;
    display: block;
    transition: all 200ms ease-in;
    overflow: hidden;
}



.duyurusol:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ff9870;
    background: rgb(255,192,0);
    background: linear-gradient(22deg, rgb(255 179 0) 0%, rgb(255 145 2) 71%);
    transition: all 200ms ease-in;
    transform: scale(1);
    opacity: 1;
}

.duyurusol img {
    position: relative;
    margin-top: -60%;
}
.duyurusol span {
    width: 80%;
    padding: 10%;
    font-size: 30px;
    font-weight: bold;
    float: left;
    bottom: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 10%;
    display: table-cell;
    vertical-align: middle;
}

.duyurusol p {
    display: table;
    width: 90%;
    padding: 0% 5%;
    font-size: 14px;
    font-weight: normla;
    float: left;
    bottom: 0;
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: 0.85;
    text-align: center;
    /* top: 45%; */
    /* display: table-cell; */
    vertical-align: middle;
}

/*.duyurusol i {
    float: right;
    border-right: 60px solid #fff;
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 100;
    bottom: 0;
    right: 0;
    position: absolute;
}*/


.duyurusol i img {
    float: right;
    width: 8px;
    /* height: 30px; */
    position: absolute;
    margin-top: -24px;
    margin-left: 38px;
}


.duyurusag {
    float: right;
    width: 50%;
 
    background-size: cover;
    background: #fff;
    border-radius: 3px;
    margin-right: 0.75%;
    margin-left: 0.75%;
    margin-bottom: 1.5%;
    color: #282828;
    position: relative;
    display: block;
    transition: all 200ms ease-in;
    overflow: hidden;

}


.anasayfa2sol {
    float: left;
    width: 100%;
   
}


.anasayfa2sol li {
    float: left;
    color: #fff;
    font-size: 19px;
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
    background: #2f375b;
    border-radius: 10px;
}

.anasayfa2sol li:hover {
    transition: all 500ms ease-out;
    background: #465b7e;
    color:#fff;
}


.anasayfa2sol li a {
    float: left;
    color: #fff;
    font-size: 23px;
    width: 100%;
    padding-top: 27px;
    padding-bottom: 10px;
    /* padding-right: 2%; */
    margin-left: 98px;
    line-height: 22px;
    transition: all 0.4s ease;
    position: absolute;
    /* background: #2f375b; */
}

.anasayfa2sol ul li span {
    float: left;
    border-right: 3px solid #00a1ff;
    /* width: 50px; */
    /* background: #00a1ff; */
    width: 65px;
    height: 60px;
    padding-top: 10px;
    /* padding-left: 0px; */
    /* padding-right: 10px; */
    /* padding-bottom: 30px; */
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    color: #ffffff;
    margin-left: 10px;
    margin-top: 14px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}


.anasayfa2sol ul li p {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.anasayfa2sol ul li a span {
    float: left;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: 82%;
    margin-left: 0px;
    line-height: 15px;
    text-align: left;
    display: block;
    height: 30px;
    background: none;
    margin-top: 10px;
    padding: 0;
    box-shadow: none;
    opacity: 0.8;
}
.anasayfa3 {
	width: 100%;
	background: #fff;;
    float:left;
    margin-top:50px;
    margin-bottom: 50px;
  }


.anasayfaikilikutumavi {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    height: 120px;
    background: #fff;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    transition: all 200ms ease-in;
}
.anasayfaikilikutumavi:hover{
transition: all 200ms ease-out;
    transform: scale(1.05);
}

.anasayfaikilikutumavi span{
    float: left;
    font-size: 23px;
    font-weight: bold;
    margin-left: 95px;
    margin-top: 25px;
    position: relative;
    color:#282828;
}
.anasayfaikilikutumavi p{
	float: left;
    padding-left: 95px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    top: 0;
    width: 70%;
    color:#282828;
}
.anasayfaikilikutumaviicon {
    margin-top: -30px;
    margin-left: 20px;
    float: left;
    height: 125px;
    width: 55px;
    background: #fff;
    border-radius: 50px;
    transition: all 200ms ease-in;
    position: absolute;
    /* display: block; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.anasayfaikilikutumaviicon img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
   
    width: 32px;
    color:#fff;
}

.anasayfaikilikutukirmiziicon{
    margin-top: -30px;
    margin-left: 20px;
    float: left;
    height: 125px;
    width: 55px;
    background: #ff2a2a;
    border-radius: 50px;
    transition: all 200ms ease-in;
    position: absolute;
    /* display: block; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.anasayfaikilikutukirmiziicon img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
   
    width: 32px;
    color:#fff;
}
.gallery-renk{
	width: 10px; 
  fill: #36c3e6; 
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;

  
}
.gallery-renk :hover {
  fill: #fff; 
      display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;

}

.dokuman-renk{
  fill: #fff;  
}
.gdokuman-renk :hover {
  fill: #ff2a2a; 
}

.tanis-renk{
  fill: #fff;  
}
.tanis-renk :hover {
  fill: #ff2a2a; 
}








.footer {
    float: left;
    width: 100%;
    /* height: 125px; */
    /* position: relative; */
    padding: 25px 0px;
    background: #2f375b;

}
.footersol {
  float:left;
  width: 70%;
}
.footersol span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    /* float: left; */
    display: block;
   
}
.footersol ul li {
    float: left;
    width: 31%;
    font-size: 15px;
    color: #fff;
    list-style-type: disc;
    opacity: 01;
    padding-top: 3%;
    margin-left: 2%;
    transition: all 0.2s ease;

}
.footersol ul li a {
    color: #fff;
    margin-left: -5px;
    opacity: 0.8;
        transition: all 400ms ease-in;
}
.footersol ul li a:hover {
    opacity: 1;
    background: #fff;
    border-radius: 3px;
    color:#00a1ff;
        transition: all 200ms ease-out;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
            padding:3%;
}

.footersag {
    float: right;
    width: 25%;
    /* height: 135px; */
    background-size: cover;
 
    border-radius: 3px;
    color: #282828;
    position: relative;
    display: block;
    transition: all 200ms ease-in;
}
.footersag span {
    /* border-right: 3px solid #fff; */
    margin-bottom: 10px;
    /* padding-right: 10px; */
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: normal;
    /* margin-left: 80px; */
    /* margin-top: 20px; */
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    background: #00a1ff;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12); */
    /* border-radius: 3px; */
    color: #fff;
}
.footersag p {
    top: 0;
    float: left;
    font-size: 16px;
    font-weight: normal;
    width: 80%;
    background: #fbfbfb;
    text-align: center;
    padding: 10% 10%;
    color: #2c2c2c;
    border-radius: 3px;
    margin-bottom: 10px;
}
.footeralt {
    width: 100%;
    float: left;
    background: #fff;
    position: absolute;  
}
.footeralt span {
    width: 70%;
    float: left;
    background: #fff;
    font-size: 15px;
    padding: 10px 0px;
}
.footeralt p {

    float: right;
    right: 0;
    background: #fff;
    font-size: 13px;
    padding: 10px 0px;
}



.kategoribaslik {
    width: 93%;
    height: 50px;
    float: left;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    background: url(images/anasayfabaslik.png) no-repeat 10px 13px;
    padding: 0% 2% 1% 4%;
    border-radius: 3px;
}
.kategorisol {
	width: 70%;
	background: #f3f3f3;;
    float:left;
    margin-top:0px;
    margin-bottom: 50px;
  }


.kategorisag {
	width: 28%;
	background: #fff;;
    float:right;
    margin-top:0px;
    margin-bottom: 50px;
  }
.konuicisol {
    padding: 4%;
    width: 62%;
    background: #fff;
    float: left;
    margin-top: 0px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    /* border: 2px solid #f1f1f1; */
}

.kategorisagwidget {
    margin-top: 0px;
    padding: 4%;
    width: 92%;
    margin-left: 0%;
    /* height: 120px; */
    background: #fff;
    float: left;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    transition: all 200ms ease-in;
    color: #282828;
    margin-top: 15%;
    border-radius: 10px;
}


.kategorisagwidget img {
    max-width: 100%;
}



.kategori3lu {
    float: left;
    width: 48%;
    height: 205px;
    background-size: cover;
    background: #fff;
    border-radius: 3px;
    margin-right: 2%;
    /* margin-left: 0.75%; */
    margin-bottom: 2%;
    color: #282828;
    position: relative;
    display: block;
    transition: all 200ms ease-in;
    overflow: hidden;
}

.kategori3lu:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgb(0, 0, 0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgb(0, 0, 0) 100%);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.kategori3lu span {
    width: 86%;
    font-size: 22px;
    font-weight: bold;
    float: left;
    bottom: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    padding: 7%;
    /* background: #282828b3; */
}


.kategori3lu i {
    float: right;
    /* width: 30px; */
    /* height: 30px; */
    border-right: 30px solid #00a1ff;
    border-top: 30px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 100;
    bottom: 0;
    right: 0;
    position: absolute;
}
.kategori3lu i img {
    float: right;
    width: 8px;
    /* height: 30px; */
    position: absolute;
    margin-top: -13px;
    margin-left: 17px;
}


.kategori3lu:hover:after {
    background: #00a1ff;
	transition: all 500ms ease-out;
    transform: scale(1.1);
    opacity: 0.8;
}

.kategori3luresim {
    width: 100%;
overflow: hidden;

position: unset;
	
}
.kategori3luresim img {
    display: table-column;
    height: 205px;
    width: 100%;
     background-position: center center;
    background-repeat: no-repeat;
    background-size: fill;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    -o-object-fit: cover;
}


.saghaberduyuru {
    float: right;
    width: 100%;
    margin-top: 8%;
}



.saghaberduyuru li {
    float: left;
    color: #fff;
    font-size: 16px;
    height: 80px;
    width: 100%;
    margin-bottom: 0px;
    background: #00a1ff;
    border-radius: 10px;
    margin-top: 15px;
}

.saghaberduyuru li:hover {
    transition: all 500ms ease-out;
    background: #465b7e;
    color:#fff;
	margin-top:10px;
}


.saghaberduyuru li a {
    float: left;
    color: #fff;
    font-size: 17px;
    /*width: 74%;*/
    padding-top: 17px;
    padding-bottom: 10px;
    /* padding-right: 2%; */
    margin-left: 85px;
    line-height: 22px;
    transition: all 0.4s ease;
}

.saghaberduyuru ul li span {
    float: left;
    width: 17%;
    background: #fff;
    width: 60px;
    height: 65px;
    padding-top: 15px;
    padding-left: 0px;
    /* padding-right: 10px; */
    /* padding-bottom: 30px; */
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    color:#00a1ff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
	border-radius:10px;
}


.saghaberduyuru ul li p {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

.saghaberduyuru ul li a span {
    float: left;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: 78%;
    /* margin-left: 85px; */
    line-height: 15px;
    text-align: left;
    display: block;
    height: 30px;
    background: none;
    margin-top: 10px;
    padding: 0;
    box-shadow: none;
    opacity: 0.8;
}




.sagduyuru2 {
    float: left;
    width: 100%;
    height: 315px;
    background-size: cover;
    background: #f3f3f3;
    border-radius: 3px;
    /* margin-right: 0.75%; */
    /* margin-left: 0.75%; */
    margin-bottom: 1.5%;
    color: #282828;
    position: relative;
    display: block;
    transition: all 200ms ease-in;
    overflow: hidden;
    margin-bottom: 5%;
	border-radius: 10px;
}



.sagduyuru2:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background:#ff2a2a;
    transition: all 200ms ease-in;
    transform: scale(1);
    opacity: 0.85;
}

.sagduyuru2 span {
    width: 80%;
    padding: 10%;
    font-size: 30px;
    font-weight: bold;
    float: left;
    bottom: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 10%;
    display: table-cell;
    vertical-align: middle;
}

.sagduyuru2 p {
    width: 80%;
    padding: 10%;
    font-size: 14px;
    font-weight: normal;
    float: left;
    bottom: 0;
    position: absolute;
    z-index: 1;
    color: #fff;
	opacity: 0.85;
    text-align: center;
    top: 45%; display: table-cell; vertical-align: middle;
}


.sagduyuru2 i {
    float: right;
    /* width: 30px; */
    /* height: 30px; */
    border-right: 60px solid #ff2a2a;
    border-top: 60px solid transparent;
    border-bottom: 0px solid transparent;
    z-index: 100;
    bottom: 0;
    right: 0;
    position: absolute;
}
.sagduyuru2 i img {
    float: right;
    width: 8px;
    /* height: 30px; */
    position: absolute;
    margin-top: -24px;
    margin-left: 38px;
}

.konuicisol img {
    max-width: 100%;
    height: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
}


.konuicisol p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 20px;
}

.konuicisol h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;

width: 100%;
}
.konuicisol h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;

width: 100%;
}
.konuicisol h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;

width: 100%;
}

.konuicisol h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;

width: 100%;
}

.konuicisol blockquote {
    display: block;
    /* background: #88888808; */
    padding: 15px 20px 15px 25px;
    margin: 0 0 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    text-align: justify;
    border-left: 3px solid #00a1ff;
    border-right: 3px solid #00a1ff;
    -moz-box-shadow: 2px 2px 15px #ccc;
    /* -webkit-box-shadow: 2px 2px 15px #ccc; */
    box-shadow: 2px 2px 15px #cccccc5c;
    transition: all 300ms ease-in;
    border-radius: 10px;
}
.konuicisol blockquote:hover {
    display: block;
    background: #00a1ff;
    padding: 15px 20px 15px 25px;
    margin: 0 0 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-align: justify;
    border-left: 8px solid #00a1ff;
    border-right: 2px solid #00a1ff;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    transition: all 500ms ease-out;
	border-radius: 10px;
}


.konuicisol blockquote a {
    color:#f84647;
}
.konuicisol blockquote a:hover {
    color:#fff;
}


.sayfalama{width:100%;text-align:center;float:left;margin-top:10px;}.sayfalama a{color:#2842ca ;font-size:18px;width:30px;height:30px;text-decoration:none !important;display: inline-table; line-height: 30px; border-radius: 3px;margin-right:5px;}.sayfalama a:hover{color:#fff; background:#2842ca ;}.sayfalama .active{color:#fff !important; background:#2842ca ;}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.konuicisol ul li {
position: relative;
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 3%;
}




.konuicisol ol > li {
    counter-increment: item;
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    display: inline-flex;
}



.konuicisol ol > li:before {
    margin-right: 10px;
    content: counter(item);
    /* background: #00a1ff; */
    border-radius: 100%;
    color: #ff2626;
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-table;
    line-height: 20px;
    float: left;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid #ff2626;
}

.konuicisol ol {
    counter-reset: li; /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.konuicisol ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

table {
background: #fff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
border: 1px solid #ddd;
margin:auto;
  }


tr td strong{
    font-size:18px;
}

 table thead, table tfoot { background: #f5f5f5; }
 table thead tr th,
 table tfoot tr th,
 table tbody tr td,
 table tr td,
 table tfoot tr td { font-size: 16px; line-height: 18px; text-align: left; }
 table thead tr th,
 table tfoot tr td { padding: 8px 10px 9px; font-size: 16px; font-weight: bold; color: #222; }
 table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
 table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	  table tbody tr.even,
	  table tbody tr.alt { background: #f9f9f9; }
	  table tbody tr:nth-child(even) { background: #f9f9f9; }
	  table tbody tr td { color: #333; padding: 15px 15px; vertical-align: top; border: none; }





#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 31%;
    margin: 1%;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 23%;
    margin: 1%;
}

#gallery-1 img {
    border: 0px solid #000000; !important
}

.f5link {
    background: #2f375b;
    float: left;
    width: 100%;
	padding:10px 0px;
    /* margin: 0 auto; */
}
.f5link span a {
    color:#2dcdff;
}


.f5link span {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: normal;
    color: #b5b5b5;
    padding: 7px;
}

.gebelik {
    border-radius: 10px;
    color: #fff;
    float: left;
    margin-top: 4%;
    margin-left: 1%;
    height: 100%;
    width: 96%;
    padding: 1%;
    background: #00a1ff;
    /* background: linear-gradient(to right,rgb(255, 69, 198) 0,rgb(124, 33, 224) 100%); */
    transition: all 200ms ease-in;
	margin-bottom:60px;
}

.gebelik p {
    float: left;
  
    margin-top: 10px;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    top: 0;
    width: 63%;
}


.gebelik span {
    float: left;
    font-size: 30px;
    font-weight: bold;
  
    margin-top: 11px;
    position: relative;
}

.gebelikicon {
    margin-right: 4%;
    margin-left: 3%;
    /* margin-left: 5%; */
    float: left;
    height: 120px;
    width: 156px;
    /* background: #ff2a2a; */
    /* border-radius: 50px; */
    transition: all 200ms ease-in;
    /* position: absolute; */
    /* display: block; */
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12); */
}

.gebelik:hover {
    transition: all 400ms ease-out;
    transform: scale(0.9);
}

.img1 img {
    width: 48%;
	float:left;
}
.img2 img {
    width: 48%;
	float:left;
}