@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 24px;
  color: #232121;
  font-weight: 300;
}
ul {
  margin: 0;
  padding-left: 0;
}
section {  padding: 70px 0;}
::-moz-selection {
  background: #0a2c4e;
  color: #fff;
  /* WebKit/Blink Browsers */
}
::selection {
  background: #0a2c4e;
  color: #fff;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #0a2c4e;
  color: #fff;
  /* Gecko Browsers */
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 30px 2px 2px;
  border: none;
}
.custom-select {
  background: url(images/icon/down.png) no-repeat;
  background-position: -webkit-calc(100% - 15px) 17px;
  background-position: calc(100% - 15px) 17px;
  -webkit-background-size: 10px auto;
          background-size: 10px auto;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.custom-select:focus {
  border-color: #0a2c4e !important;
}
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* ==========================================================================
   Bootstrap Custom
   ========================================================================== */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
/* Main Button Style
----------------------------------------------------------*/
/*button*/
.ot-btn {
  font-size: 13px;
  text-align: center;
  padding: 0 22px;
  line-height: 42px;
  outline: none;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  display: inline-block;
}
.ot-btn:hover,
.ot-btn:focus {
  text-decoration: none;
}
/*Style*/
.btn-rounded {
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.btn-pill {
  -webkit-border-radius: 25px;
          border-radius: 25px;
}
.block-btn {
  display: block;
}
/*Size*/
.btn-main-color {
  background: #0a2c4e;
  color: #fff;
}
.btn-main-color:hover,
.btn-main-color:focus {
  background: #222;
  color: #fff;
}
.btn-sub-color {
  background: #ffb600;
  color: #fff;
}
.btn-sub-color:hover,
.btn-sub-color:focus {
  background: #222;
  color: #fff;
}
.btn-dark-color {
  background: #222;
  color: #fff;
}
.btn-dark-color:hover,
.btn-dark-color:focus {
  background: #ffb600;
  color: #fff;
}
.btn-border-dark-color {
  background: transparent;
  color: #222;
  border: 2px solid #222;
  padding: 0 20px;
  line-height: 42px;
}
.btn-border-dark-color:hover,
.btn-border-dark-color:focus {
  background: #ffb600;
  color: #fff;
  border-color: #ffb600;
}
.btn-border-white-color {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 0 20px;
  line-height: 42px;
}
.btn-border-white-color:hover,
.btn-border-white-color:focus {
  background: #0a2c4e;
  color: #fff;
  border-color: #0a2c4e;
}
.btn-border-main-color {
  background: transparent;
  color: #0a2c4e;
  border: 2px solid #0a2c4e;
  padding: 0 20px;
  line-height: 42px;
}
.btn-border-main-color:hover,
.btn-border-main-color:focus {
  background: #ffb600;
  color: #fff;
  border-color: #ffb600;
}
.btn-border-sub-color {
  background: transparent;
  color: #ffb600;
  border: 2px solid #ffb600;
}
.btn-border-sub-color:hover,
.btn-border-sub-color:focus {
  background: transparent;
  color: #0a2c4e;
  border-color: #0a2c4e;
}
.border-dark-2 {
  line-height: 38px;
  background: transparent;
  color: #222;
  border: 2px solid #222;
}
.border-dark-2:hover,
.border-dark-2:focus {
  background: #222;
  color: #fff;
  border-color: #222;
}
.ot-btn i {  margin-left: 5px;}
/* ==========================================================================
   Top bar
   ========================================================================== */
.tb-transparent {  background: transparent;}
.tb-dark {  background: #222;}
.tb-main-bg {  background: #0a2c4e;}
.tb-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#0a2c4e), color-stop(80%, #0a2c4e), color-stop(80%, #ffb600), to(#ffb600));
  background: -webkit-linear-gradient(left, #0a2c4e 0%, #0a2c4e 80%, #ffb600 80%, #ffb600 100%);
  background: linear-gradient(to right, #0a2c4e 0%, #0a2c4e 80%, #ffb600 80%, #ffb600 100%);
}
.tb-md {  height: 72px;}
.tb-sm-50 {  height: 50px;}
.tb-sm {  height: 40px;}
/* tb-contact */
.tb-contact {  font-size: 12px;}
.tb-contact ul { list-style: none;}
.tb-contact li {
  display: inline-block;
  margin-right: 15px;
}
.tb-contact i {
  font-size: 16px;
  color: #ffb600;
}
.tb-contact.tb-oneline i {  margin-right: 5px;}
.tb-transparent .tb-contact a {
  color: #fff;
  line-height: 72px;
  opacity: .6;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.tb-transparent .tb-contact a:hover {  opacity: 1;}
.tb-iconbox {  padding: 18px 0;}
.tb-iconbox li {  min-width: 150px;}
.tb-iconbox li a {  color: #fff;}
.tb-iconbox > ul > li > a > i {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 2px solid #ffb600;
  color: #ffb600;
  line-height: 28px;
  text-align: center;
}
.tb-iconbox > ul > li > a > span {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin-left: 10px;
  opacity: .6;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.tb-iconbox > ul > li > a > span > i {
  display: table;
  width: 100%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
}
.tb-iconbox > ul > li:hover a > span { opacity: 1;}
/* tb-social-lan */
.tb-social-lan {  font-size: 13px;}
.tb-social-lan ul {}
.tb-social-lan li {  display: inline-block;}
.tb-social-lan a {
  color: #fff;
  line-height: 72px;
  opacity: .6;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.tb-social-lan a:hover {
  opacity: 1;
  color: #ffb600;
}
.tb-social-lan .tooltip {  margin-left: 7.5px;}
.tb-social-lan .tooltip .tooltip-inner {  background: #0a2c4e;}
.tb-social-lan .tooltip .tooltip-arrow {  border-bottom-color: #0a2c4e;}

/* topbar home 2 */
.topbar-home2 .tb-contact { float: left;
}.topbar-home2 .tb-social-lan {  float: right;}
.topbar-home2 .tb-social-lan a {  padding-left: 15px;}
.topbar-home2 .tb-social-lan ul {  display: inline-block;}
.topbar-home2 .fancy-select {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

/* ==========================================================================
   Main Navi
   ========================================================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 35px, 0);
            transform: translate3d(0, 35px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.navi-level-1 li {
  display: inline-block;
  position: relative;
}
.navi-level-1 a {
  display: block;
  position: relative;
}
.navi-level-1 .fadeInUp {
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
}
.navi-level-1 li:last-child ul.navi-level-2 {
  right: 0;
  left: auto;
}
.navi-warp-home-1 .navi-level-1 > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 82px;
  color: #fff;
  padding: 0 19px;
}
.navi-level-1 > li > a:after {
  display: block;
  content: "";
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  background: transparent;
}
.active-subcolor > li.active > a:after {
  background: #ffb600;
  width: 80%;
  left: 10%;
}
.active-subcolor > li:hover > a:after {
  background: #ffb600;
  width: 80%;
  left: 10%;
}
.navi-level-2 {
  height: auto;
  min-width: 200px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  display: none;
  background: #0a2c4e;
}
.navi-level-2 li {
  display: block;
  position: relative;
  width: 100%;
}
.navi-level-2 li a {
  display: block;
  padding: 8px 20px;
  width: 100%;
  -webkit-transition: all all 0.3s ease-in-out;
          transition: all all 0.3s ease-in-out;
  font-size: 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 500;
}
.navi-level-2 li a:hover {
  background: #ffb600;
  color: #fff;
}
.navi-level-2 li:last-child {
  border-bottom: none;
}
.navi-level-3 {
  height: auto;
  min-width: 215px;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 99999;
  display: none;
}
.navi-level-3 li {
  display: block;
  position: relative;
  width: 100%;
}
.navi-level-3 li a {
  display: block;
  padding: 8px 20px;
  width: 100%;
  -webkit-transition: all all 0.3s ease-in-out;
          transition: all all 0.3s ease-in-out;
  background: #0c345c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navi-level-3 li a:after {
  display: none;
}
.navi-level-3 li a:hover {
  background: #ffb600;
  color: #fff;
}
.navi-level-3 li:last-child {
  border-bottom: none;
}
.open-navi-2,
.open-navi-3 {  display: block;}
.navi-level-2 > li.active > a {  background: #ffb600;}

.subnavi {  list-style: none;}
.subnavi li { display: inline-block;}
.subnavi li a {
  color: #fff;
  font-size: 16px;
}

/* Header home 2 style */
.nav-warp-h2 { background: #fff;}
.navi-warp-home-2 {
  display: table;
  position: relative;
  width: 100%;
}
.navi-warp-home-2 .logo {
  display: table-cell;
  vertical-align: middle;
}
.navi-warp-home-2 nav {
  float: right;
  display: inline-block;
}
.navi-warp-home-2 .navi-level-1 > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 82px;
  color: #222;
  padding: 0 19px;
}
.navi-warp-home-2 .subnavi {
  display: table-cell;
  vertical-align: middle;
  float: none;
  text-align: right;
}
.navi-warp-home-2 .subnavi a {
  line-height: 82px;
  -webkit-transition: all all 0.3s ease-in-out;
          transition: all all 0.3s ease-in-out;
  line-height: 36px;
  height: 36px;
  width: 36px;
  display: block;
  text-align: center;
  color: #fff;
  background: #0a2c4e;
}
.navi-warp-home-2 .subnavi a:hover { background: #ffb600;}

.header-1-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header-3-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.mm-menu {  z-index: 9;}

#page {
  background: #fff;
}
.warp-full-width {
  width: 100%;
  display: inline-block;
}
.relative { position: relative;}

.bg-light-grey {  background: #f6f6f6;}
.bg-lighten-grey {  background: #f8f8f8;}
.bg-light-dark {}
.bg-mid-dark {  background: #222;}
.bg-dark {  background: #161616;}
.bg-lighten-theme {  background: #10457b;}

.btn-menu-mobile {
  display: none;
  float: right;
  font-size: 18px;
  color: #fff;
}

.no-padding {  padding: 0;}
.padding-lg {  padding: 100px 0;}
.no-mgb {  margin-bottom: 0;}
.desk-pdb-60 {  padding-bottom: 60px;}
.desk-pdb-30 {  padding-bottom: 30px;}
.space-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
  clear: both;
}
.space-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
  clear: both;
}
.desk-pdt-100 {  padding-top: 100px;}
.desk-pdt-60 {  padding-top: 60px;}
.desk-pdt-30 {  padding-top: 30px;}

.title-block {
  display: inline-block;
  width: 100%;
}
.title-block h2 {
  margin: 10px 0 4px 0;
  font-weight: 700;
}
.title-block .top-title {
  display: block;
  width: 70px;
  height: 24px;
  border: 4px solid #ffb600;
  border-bottom: 0;
}
.title-block .sub-title {
  clear: both;
  color: #636161;
  line-height: 13px;
  margin-bottom: 16px;
}
.title-block .bottom-title {
  clear: both;
  display: block;
  width: 70px;
  height: 4px;
  background: #ffb600;
}
.title-block.text-center .top-title,
.title-block.text-center .bottom-title {
  margin: 0 auto;
}
.title-pd { padding: 100px 0 60px 0;}
.title-on-dark h4,
.title-on-dark h2 {
  color: #fff;
}
.title-on-dark .sub-title {  color: #bababa;}
h3.title-mix {  font-weight: 300;}
/* Sub HEader */
.breadcrumb > li + li::before {
  padding: 0 8px;
  color: #ccc;
  content: ">";
}
.sub-header {
  height: 150px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.sub-header span {
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  line-height: 48px;
}
.sub-header h3 {
  font-size: 60px;
  line-height: 62px;
  color: #fff;
  margin-bottom: 35px;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb > li > a {
  color: #fff;
  opacity: .6;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.breadcrumb > li > a:hover {  opacity: 1;}
.breadcrumb > li.active {
  opacity: 1;
  color: #fff;
}
.breadcrumb > li > a i {
  color: #ffb600;
  margin-right: 8px;
}
.title-xs {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}
.title-xs span.bottom-title {
  width: 26px;
  height: 3px;
}
.title-xs h4 {  margin-bottom: 6px;}

ul.list-style-star {
  display: inline-block;
  width: 100%;
  list-style: none;
}
ul.list-style-star li {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0px;
}
ul.list-style-star li:before {
  content: "\f005";
  font-family: FontAwesome;
  font-size: 12px;
  color: #ffb600;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
blockquote {
  background: #f6f6f6;
  padding: 35px;
  line-height: 32px;
  font-size: 18px;
  color: #222;
  margin: 30px 0;
}
blockquote footer {
  padding: 0;
}
blockquote.main-bq {
  border-left-color: #0a2c4e;
}
blockquote.second-bq {
  border-left-color: #ffb600;
}
.list-check-icon ul {
  list-style: none;
  line-height: 30px;
  color: #727272;
}
.list-check-icon li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.list-check-icon li:before {
  display: inline-block;
  content: "\f00c";
  top: 0;
  left: 0;
  line-height: 30px;
  color: #ffb600;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
  font-family: FontAwesome;
  margin-right: 5px;
}

body.royal_loader {
  background: none;
  visibility: hidden;
}

.sitelogo{max-height:90px; max-width:300px;}
.kucukyuvarlakresim{height:100px;width:100px;border-radius: 50px;}
.kucukyuvarlakresim2{height:100px;width:100px;border-radius: 50px;}
.hizmetresim{height:200px!important;;width:auto;border-radius: 5px;}
.ickutu{width: 100%;height: 100%;float: left;}
.ickutu2{width: 90%;height: 90%;float: center;text-align:center;}
.slaytkucuk{max-width:500px;border-radius: 5px;}
h4{color: #E91E63;}
.kirmizi1{color: #E91E63;}
	@media only screen and (max-width:560px){
.sitelogo{max-height:55px; max-width:300px;margin-top:-9px}
.sayfaresim{width:98%}
	}
.anasayfailkkutu{min-height:350px;}
.ickutu1{margin:5px;border:1px;border-style;}
.ustikon{border:0px!important;}
.service-feature-box .service-media img {
    width: 100%;
    transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    opacity: 1;
}
	.arama
{
z-index:9998;
position:fixed;
_position:absolute;
bottom:25px;
right:5px;
clip:rect(0 100 85 0);
_top:expression(document.documentElement.scrollTop +document.documentElement.clientHeight-this.clientHeight);
_left:expression(document.documentElement.scrollLe ft + document.documentElement.clientWidth - offsetWidth);
/*background-color:#ffffff;*/
 opacity: 0.8;
border-radius:  1px/1px;
border: 0px solid red;
}
.arama:hover
{
z-index:9998;
position:fixed;
_position:absolute;
bottom:25px;
right:5px;
clip:rect(0 100 85 0);
_top:expression(document.documentElement.scrollTop +document.documentElement.clientHeight-this.clientHeight);
_left:expression(document.documentElement.scrollLe ft + document.documentElement.clientWidth - offsetWidth);
/*background-color:#ffffff;*/
 opacity: 1;}
 
@media only screen and (max-width:560px){
/*.sayfaresim{display:none;}*/
.arama{ opacity: 0.9;}
}