@import url("https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic");
@import url("../assets/bootstrap/css/bootstrap.min.css");
@import url("../assets/owl.carousel-2/assets/owl.carousel.css");
@import url("../assets/owl.carousel-2/assets/owl.theme.default.min.css");
@import url("../assets/animate.min.css");

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
img {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}


/* ==============================
   3. Header styles
   ============================== */
.top-bar {
	background: #FFF;
	background-image: linear-gradient(to right, rgba(240,200,30,1), rgba(240,200,30,.5));
	padding: 10px 0;
	color: #FFF!important;
}

.top-bar .top-info {
  display: inline-block;
}
.top-bar .top-info ul,
.top-bar .top-info li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar .top-info ul li {
  display: inline-block;
  color: #6B6B6B;
  font-weight: 300;
  font-size: 14px;
  margin-left: 45px;
  line-height: 43px;
}
.top-bar .top-info i {
  font-weight: normal;
  font-size: 18px;
  margin-right: 5px;
}
.top-bar .top-info span {
  color: #efc41f;
}
.top-bar .social {
  margin-left: 50px;
  display: inline-block;
}
.top-bar .social ul,
.top-bar .social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-bar .social ul li {
	float: left;
}
.top-bar .social ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  transition: all 0.5s ease;
}
.top-bar .social ul li a i {
	line-height: 40px;
}
.top-bar .social ul li a:hover {
  color: #3b3b3b;
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
}
header.header .logo {
  position: relative;
}
.header .logo h1, .header .logo p {
	width: 329px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	display: block;
	background: url(../img/logo.png) no-repeat;
	background-size: 100% auto;
	text-indent: -9999px;
}
.header .logo h1 a, .header .logo p a {
	width: 350px;
	height: 100px;
	display: block;
}
.header-right {
	margin-top: 20px;
}
.header .single-header-right {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
header.header .single-header-right:first-child {
  margin-left: 0;
}
header.header .single-header-right .icon-box,
header.header .single-header-right .content-box {
  display: table-cell;
  vertical-align: middle;
}
header.header .single-header-right .icon-box {
  height: 50px;
  text-align: center;
}
header.header .single-header-right .icon-box i {
  font-size: 40px;
  line-height: 50px;
  color: #efc41f;
  position: relative;
}
header.header .single-header-right .content-box {
  padding-left: 20px;
}
header.header .single-header-right .content-box b {
  	font-size: 16px!important;
  	line-height: 20px;
  	color: #40454A;
	margin: 0;
	font-weight: 300;
}
header.header .single-header-right .content-box p {
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  color: #40454A;
  margin: 0;
}

header.header .single-header-right .thm-btn {
  display: inline-block;
  vertical-align: top;
}
.mainmenu-wrapper {
  background: #1E1E1E;
}
.mainmenu-wrapper.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.mainmenu-wrapper.stricky-fixed.static {
  position: relative;
}
.mainmenu-wrapper .nav-header {
  background: #1E1E1E;
}
.mainmenu-holder .nav-header,
.mainmenu-holder .nav-footer {
  display: inline-block;
}
.mainmenu-holder .nav-header > ul,
.mainmenu-holder .nav-footer > ul,
.mainmenu-holder .nav-header > ul > li,
.mainmenu-holder .nav-footer > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainmenu-holder .nav-footer > ul > li,
.mainmenu-holder .nav-header > ul > li {
  display: inline-block;
}
.mainmenu-holder .nav-header > ul > li {
  position: relative;
  line-height: 50px;
  padding: 15px 0;
  margin-left: -4px;
}
.mainmenu-holder .nav-header > ul > li > a {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
  transition: all 0.3s ease;
  font-weight: 900;
  position: relative;
}
.mainmenu-holder .nav-header > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
}
.mainmenu-holder .nav-header > ul > li:last-child > a:before {
  display: none;
}
.mainmenu-holder .nav-header > ul > li.active > a {
  background: #efc41f;
  color: #fff !important;
}
.mainmenu-holder .nav-header > ul > li.active > a:before {
  display: none;
}
.mainmenu-holder .nav-header > ul > li:hover > a {
  color: #efc41f;
}
.mainmenu-holder .nav-header > ul > li > a i {
  font-size: 14px;
  line-height: 0;
}
.mainmenu-holder .nav-header > ul > li.dropdown > a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro"; font-weight: 900;
  font-size: 14px;
  margin-left: 5px;
}
.mainmenu-holder .nav-header > ul > li > ul,
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 295px;
  background: #fff;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 9999;
}
.mainmenu-holder .nav-header > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.mainmenu-holder .nav-header > ul > li:hover > ul,
.mainmenu-holder .nav-header > ul > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.mainmenu-holder .nav-header > ul > li > ul li {
  display: block;
  position: relative;
  line-height: 50px;
}
.mainmenu-holder .nav-header > ul > li > ul li:last-child {
  border-bottom: 0;
}
.mainmenu-holder .nav-header > ul > li > ul li a {
  display: block;
  text-align: left;
  color: #272727;
  font-size: 16px;
  text-transform: none;
  padding: 0px 23px;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
  border-bottom: 1px solid #F4F4F4;
  font-weight: bold;
}
.mainmenu-holder .nav-header > ul > li > ul li:hover > a {
  background: #efc41f;
  color: #fff;
}
.mainmenu-holder .nav-header .navigation .dropdown-expander {
  width: 35px;
  height: 35px;
  background: #efc41f;
  color: #012f5d;
  border: none;
  outline: none;
  line-height: 35px;
  position: absolute;
  top: 7px;
  right: 20px;
}
.mainmenu-holder .nav-footer {
  margin-left: 20px;
}
.mainmenu-holder .nav-footer > ul > li {
  position: relative;
  padding-bottom: 10px;
}
.mainmenu-holder .nav-footer > ul > li > button {
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  background: none;
  color: #fff;
  background: #efc41f;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.mainmenu-holder .nav-footer > ul > li > button:hover {
  background: #efc41f;
  color: #fff;
  border-color: #efc41f;
}
.mainmenu-holder .nav-footer > ul > li > button i.fa-search {
  position: relative;
  top: -2px;
}
.mainmenu-holder .nav-footer > ul > li .search-box {
  position: absolute;
  width: 250px;
  background: #efc41f;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.mainmenu-holder .nav-footer > ul > li:hover .search-box {
  opacity: 1;
  visibility: visible;
}
.mainmenu-holder .nav-footer > ul > li .search-box form {
  background: #fff;
}
.mainmenu-holder .nav-footer > ul > li .search-box li {
  list-style: none;
}
.mainmenu-holder .nav-footer > ul > li .search-box li input {
  width: 78%;
  background-color: transparent;
  border: none;
  outline: none;
  height: 40px;
}
.mainmenu-holder .nav-footer > ul > li .search-box li button {
  background: none;
  outline: none;
  color: #A9A9A9;
  border: none;
  width: 30px;
  height: 40px;
  margin-right: 5px;
}
.mainmenu-wrapper .search-box {
  width: 330px;
  padding: 15px 0;
}
.mainmenu-wrapper .search-box form {
  width: 100%;
  height: 50px;
  border: 1px solid #2A2A2A;
  background: #252525;
}
.mainmenu-wrapper .search-box form input {
  border: none;
  outline: none;
  text-transform: none;
  background-color: transparent;
  width: 70%;
  float: left;
  line-height: 48px;
  color: #efc41f;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
  height: 100%;
}
.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
  color: #efc41f;
}
.mainmenu-wrapper .search-box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #efc41f;
}
.mainmenu-wrapper .search-box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #efc41f;
}
.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
  color: #efc41f;
}
.mainmenu-wrapper .search-box form button {
  background: none;
  outline: none;
  border: none;
  background: #efc41f;
  width: 50px;
  height: 100%;
  color: #fff;
  float: right;
}





.single-sidebar-box {
  margin-bottom: 50px;
}
.single-sidebar-box.service-link-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-sidebar-box.service-link-widget ul li {
  list-style: none;
  margin-bottom: 5px;
}
.single-sidebar-box.service-link-widget ul li.active a {
  background: #012f5d;
  border-color: #efc41f;
  color: #fff;
}
.single-sidebar-box.service-link-widget ul li a {
  display: block;
  background: #F4F4F4;
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  line-height: 60px;
  padding-left: 23px;
  border-left: 4px solid transparent;
  transition: all 0.5s ease;
}
.single-sidebar-box.service-link-widget ul li a:hover {
  background: #efc41f;
  border-color: #000;
  color: #fff;
}

/* ==============================
   14. Footer styles
   ============================== */
.footer {
  background: #1b1b1b;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 105px;
  position: relative;
}


.footer-widget ul,
.footer-widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget .dtc {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget.contact-widget ul {
  margin-top: 31px;
}
.footer-widget.contact-widget li {
  border-bottom: 1px solid #252525;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.footer-widget.contact-widget li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-widget.contact-widget .icon-box i {
  font-size: 29px;
  color: #efc41f;
}
.footer-widget.contact-widget .content {
  padding-left: 30px;
}
.footer-widget.contact-widget .content p {
  margin: 0;
  color: #F4F4F4;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}
.bottom-footer {
  background: #0b0b0b;
  padding: 23px 0;
  position: relative;
}

.bottom-footer h2, .bottom-footer h2 a {
  font-size: 13px!important;
  color: #F4F4F4;
  line-height: 30px!important;
  font-weight: 300!important;
  margin: 0!important;
  padding: 0px!important;
}

/* ==============================
   15. Inner banner styles
   ============================== */
.inner-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
  position: relative;
}
.inner-banner .container {
  position: relative;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.85);
}
.inner-banner h2, .inner-banner h1, .inner-banner h1 a {
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0;
  color: #fff;
  
}

.inner-banner ul {
  margin: 0;
  padding: 0;
}
.inner-banner ul li {
  display: inline-block;
  list-style: none;
}
.inner-banner ul li a {
  display: block;
  font-size: 16px;
  color: #EFEFEF;
  line-height: 60px;
  font-weight: 300;
}
.inner-banner ul li a:after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  color: #EFEFEF;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 10px;
}
.inner-banner ul li:last-child a:after {
  content: ''!important;
  color: #EFEFEF;
  margin-right: 0px!important;
}
.fbox p {
	font-size: 16px;
	color: rgba(255,255,255,0.5);
	font-weight: lighter!important;
}
.fbox h5 {
	font-size: 30px;
	font-weight: 900;
	color: #EFEFEF;
	letter-spacing: -0.5px;
	margin-bottom: 50px!important;
}
.fbox ul, .fbox ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.fbox ul li {
	border-bottom: 1px dashed rgba(255,255,255,0.1);
}
.fbox ul li:last-child { border-bottom: 0px!important;}
.fbox ul li a {
	font-size: 16px!important;
	line-height: 44px!important;
	font-weight: 300!important;
	display: block;
	padding: 0px 10px;
	color: rgba(255,255,255,0.50)!important;
}
.fbox ul li a:hover {
	color: #efc41f!important;
}
.hizmetbuton {
	padding: 0px 35px!important;
	margin: 0px!important;
	background: #3b3b3b;
	display: inline-block;
	border-radius: 3px;
}
rs-sbg:before {
	position: absolute;
	content: "";
	width: 75%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(240,200,30,1), rgba(255,255,255,0));
}




.iletisim { padding: 75px 0px;}
.iletisim h3 {
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -2px;
	position: relative;
	color: #3b3b3b;
	margin-bottom: 50px;
}
.iletisim h3:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 6px;
	left: 0px;
	bottom: -5px;
	background: #00468a;
}
.iletisim input, .iletisim textarea {
	width: 100%;
	padding: 10px 15px;
	line-height: 30px;
	border: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 25px;
	border-radius: 5px;
}

.buton {
	color: #FFF;
	background: #efc41f;
	font-weight: 900;
	letter-spacing: 0.5px;
	line-height: 50px!important;
	border: 0px;
	border-radius: 3px;
}
.sube h4 {
	font-size: 26px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.sube p {
	padding: 0px;
	margin: 2px 0px;
	line-height: 48px;
	font-size: 18px;
	font-weight: 900;
	
}
.sube p:before {
	content: ""!important;
}
.sube .fa-home {
	line-height: 20px;
	font-size: 17px!important;
}
.sube .fa-home i {
	line-height: 44px!important;
}
.sube p i {
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #efc41f;
	color: #FFF;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
	font-size: 24px;
}

.sayfa {
	padding: 75px 0px;
}

.phonewidget {
	background: #efc41f url(../img/phn.png) left bottom no-repeat;
	background-size: 55%;
	color: #FFF;
	padding: 40px 40px;
	margin-bottom: 50px;
	border-radius: 3px;
}
.phonewidget h5 {
	font-size: 28px;
	font-weight: 900;
	color: #EFEFEF;
	letter-spacing: 0px;
	margin-bottom: 30px;
}
.phonewidget p {
	margin-bottom: 30px;
}
.phonewidget a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 38px;
	font-weight: 900;
	color: #FFF;
	letter-spacing: -1.5px;
}
.evdeneve {
	padding: 75px 0px;
	position: relative;
	z-index: 1;
}
.evdeneve h2 {
	font-size: 48px!important;
	font-weight: 900!important;
	letter-spacing: -1px!important;
	margin-bottom: 25px;
	position: relative;
}
.evdeneve h2:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: #efc41f;
	bottom: -20px;
	left: 50%;
	margin-left: -7px;
	
}
.evdeneve .col-md-12 p {
	font-size: 17px!important;
	line-height: 24px!important;
	margin-bottom: 50px;
	font-weight: 300!important;
}
.evdeneve .col-md-3 p {
	font-size: 15px!important;
	line-height: 18px!important;
	font-weight: 300!important;
}
.evdeneve h4 {
	font-size: 20px;
	font-weight: 900;
	line-height: 22px;
	margin: 35px 0px 15px;	
}
.imgbox {
	position: relative;
	margin: 0px auto;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 10px solid rgba(240,200,30,1);
}
.imgbox:before {
	position: absolute;
	content: '';
	width: 170px;
	height: 170px;
	border: 10px solid rgba(240,200,30,0.5); 
	left: -20px;
	top: -20px;
	border-radius: 50%;
}
.imgbox:after {
	position: absolute;
	content: '';
	width: 190px;
	height: 190px;
	border: 10px solid rgba(240,200,30,0.2); 
	left: -30px;
	top: -30px;
	border-radius: 50%;
}
.imgbox i {
	width: 130px;
	height: 130px;
	text-align: center;
	line-height: 130px;
	font-size: 70px;
	border-radius: 50%;
	padding: 0px!important;
	margin: 0px!important;
}

.rowis-flex {
    display: flex;
    flex-wrap: wrap;
}
.rowis-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.rowis-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rowis-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.about-us-area{
  position: relative;
}
.about-us-area .image-column {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0!important;
  position: relative;
  margin: 0px!important;
}
.about-us-area .content-column {
  background: #2b2b2b none repeat scroll 0 0;
  color: #FFF!important;
  overflow: hidden;
  padding: 80px 50px!important;
  margin: 0px!important;
  position: relative;
}
.ana-urunler {
	padding: 75px 0px;
	position: relative;
}
.urun-item {
	padding: 0px 10px;
}
.urun-item h3 {
	margin: 15px 0px!important;
	padding: 0px;
	font-size: 24px;
	line-height: 23px;
	color: #efc41f;
	font-weight: 900;
	letter-spacing: -0.5px;
}
.urun-item img {
	width: 100%;
	border-radius: 5px;
}
.urun-item p {
	font-size: 16px;
	line-height: 20px!important;
	font-weight: 300!important;
	color: #7b7b7b;
}
.resimler .col-md-4 {
	padding: 5px!important;
	margin: 0px!important;
}
.galeri {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden!important;
  background: #efc41f;
  
}
.galeri:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	left: 0px;
	top: 0px;
	background: #FFF;
	transition: all 0.3s;
}
.galeri:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	background: #FFF;
	transition: all 0.3s;
}
.galeri:hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	left: 0px;
	top: 0px;
	background: #FFF;
}
.galeri:hover:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 40px;
	left: 0px;
	bottom: 0px;
	background: #FFF;
}
.galeri .image {
  display: block;
  width: 100%;
  height: auto;
}
.galeri:hover .image {
	opacity: 0.1;
}
.galeri .overlay {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
  height: calc(100% - 80px);
  width: 100%;
  opacity: 0;
  transition: .3s ease;
}

.galeri:hover .overlay {
  opacity: 1;
}

.galeri .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%-50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center!important;
}
.galeri .text a {
	font-size: 22px;
	color: #FFF;
	font-weight: 900!important;
	letter-spacing: -0.5px;
	line-height: 24px!important;
}

.urundetay {
	display: block;
	width: 100%;
}
.urundetay img {
	border-radius: 5px;
	margin-bottom: 30px;
}
.urundetay h2 {
	font-weight: 900!important;
	font-size: 36px!important;
	letter-spacing: -1px;
}
.urundetay p {
	font-size: 16px;
	line-height: 30px;
	color: #8b8b8b;
	font-weight: 300;
}
.urunresim, .urunler {
	margin: 50px 0px 0px 0px!important;
	padding: 0px!important;
}
.urunresim .col-md-4 {
	padding: 0px!important;
	margin: 0px!important;
}
.urunresim .resim, .urunler .urun {
	margin: 5px;
	border-radius: 5px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.urunler .urun h3 {
	font-size: 18px!important;
	font-weight: 900;
}
.urunler .urun h3 a {
	color: #4b4b4b;
}