/*
    Template name : Jojo
    Version : 1.0
    Author : Salih Unal - salhunl@yandex.com
    Designer : Metehan Akdeniz - metebu@yandex.com - www.metbi.net
*/
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&display=swap");
/*
    RESET
*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #F4F6FB;
  font-family: 'Jost', sans-serif !important;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  text-decoration: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@-webkit-keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    -o-transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
    -moz-transform: translate(10px, -5px);
    -ms-transform: translate(10px, -5px);
    -o-transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}

@keyframes movedelement {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
  }
  50% {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
    -moz-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    -o-transform: translate(5px, 5px);
  }
  75% {
    -webkit-transform: translate(10px, -5px);
    transform: translate(10px, -5px);
    -moz-transform: translate(10px, -5px);
    -ms-transform: translate(10px, -5px);
    -o-transform: translate(10px, -5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
}

@-webkit-keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  50% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
  }
  75% {
    -webkit-transform: translate(-10px, 5px);
    transform: translate(-10px, 5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
  }
  50% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  75% {
    -webkit-transform: translate(15px, -8px);
    transform: translate(15px, -8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@-webkit-keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes movedelement4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
  }
  50% {
    -webkit-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
  }
  75% {
    -webkit-transform: translate(-15px, 8px);
    transform: translate(-15px, 8px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (min-width: 700px) {
	
	.pc-gizle{
		display:none;
	}

header .navbar-collapse .navbar-nav .dropdown-menu{
	border:2px solid #F53B57 !important;
}
}

@media screen and (max-width: 700px) {
	section#main-homev2{
		border-radius:0px !important;
		min-height:200px !important;
	}
	
	.blog .item-detail .slider-title{
		margin-top:8px !important;
		font-size: 15px !important;
	}
	.footer-logo span a{
		margin-top:3px;
		float:left;
	}
	
	section#allservices .services-container .slider-item{
		margin-top:20px;
	}
	.btn-hakkimizda{
		display:none;
	}
	section#main-text .main-img .text-img{
		margin-top:20px;
	}
	section#tercih-boxes .product-item{
		margin-bottom:20px;
	}
	.mobil-gizle{
		display:none;
	}
	section#main-home .home-left-container .left-top-text h2 span{
		    font-size: 30px !important;
	}
	header .navbar-collapse .navbar-nav li a{
		color:white !important;
	}
	header .navbar-collapse .header-buttons .whatsapp-btn a, header .navbar-collapse .header-buttons a.work-content, header .navbar-collapse .header-buttons .whatsapp-btn a span, header .navbar-collapse .header-buttons a.work-content span{
		background-color:white !important;
		color:#F53B57 !important;
	}
	header .navbar-collapse .header-buttons .whatsapp-btn a, .btn-header{
		margin-left:0px !important;
		margin-top:10px;
	}
	header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item{
		color:#F53B57 !important;
	}
}
/*==============================================*/
/*                     Popup
/*==============================================*/

section#custom-comments{
	overflow:hidden;
}


.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
	 content: counter(stepNum);
	 font-family: inherit;
	 font-weight: 700;
}
.multi-steps > li.is-active ~ li:after {
	 background-color: #fff;
	 padding:3px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
 .multi-steps > li.is-active:after{
	 color: #fff;
	 background-color: #F53B57;
	 padding:3px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
 .multi-steps {
	 display: table;
	 table-layout: fixed;
	 width: 100%;
}
 .multi-steps > li {
	 counter-increment: stepNum;
	 text-align: center;
	 display: table-cell;
	 position: relative;
	 color: #F53B57;
}
 .multi-steps > li:before {
	 content: '\f00c';
	 content: '\2713';
	 content: '\10003';
	 content: '\10004';
	 content: '\2713';
	 display: block;
	 margin: 0 auto 4px;
	 background-color: #fff;
	 width: 36px;
	 height: 36px;
	 line-height: 32px;
	 text-align: center;
	 font-weight: bold;
	 border-width: 2px;
	 border-style: solid;
	 border-color: tomato;
	 border-radius: 50%;
}
 .multi-steps > li:after {
	 content: '';
	 height: 2px;
	 width: 100%; 
	 background-color: #F53B57;
	 padding:3px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	 position: absolute;
	 top: 16px;
	 left: 50%;
	 z-index: -1;
}
 .multi-steps > li:last-child:after {
	 display: none;
}
 .multi-steps > li.is-active:before {
	 background-color: #F53B57;
		color: #fff;
	 border-color: #F53B57;
}
 .multi-steps > li.is-active ~ li {
	 color: #000;
}
 .multi-steps > li.is-active ~ li:before {
	 background-color: #fff;
	 border-color: #ededed;
}
 
 .baslik{
	 color: #F53B57;
	 font-size:30px;
 }


.odemeradio:checked + a{
	    background-color: #F53B57 !important;
    border-color: #F53B57 !important;
	color:white !important;
}
.odemeradio + a{
	margin-bottom:10px;
    border-color: rgba(112, 112, 112,0.2) !important;
	color:black !important;
	padding:10px;
}
.odemeradio{
	display:none;
}

.mfp-bg {
  background: rgba(90, 88, 88, 0.8) !important;
  opacity: 1 !important;
}

.mfp-content {
  padding: 0 15px;
}

.mfp-content .order-popup {
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  max-height: 225px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.mfp-content .order-popup .popup-container {
  position: relative;
  overflow: hidden;
  max-height: 225px;
    background-color: rgba(245, 59, 87, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mfp-content .order-popup .popup-container .popup-bg {
  z-index: -1;
}

.mfp-content .order-popup .popup-container .popup-bg img {
  width: 100%;
  height: 100%;
  min-height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mfp-content .order-popup .popup-container .popup-detail {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mfp-content .order-popup .popup-container .popup-detail .form-box .form-text {
  margin-bottom: 20px;
}

.mfp-content .order-popup .popup-container .popup-detail .form-box .form-text h2 {
  font-size: 31px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.mfp-content .order-popup .popup-container .popup-detail .form-box .form-text p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.mfp-content .order-popup .popup-container .popup-detail .form-container {
  position: relative;
  width: 100%;
}

.mfp-content .order-popup .popup-container .popup-detail .form-container input {
  background: #ffffff;
  width: 351px;
  border-radius: 100px;
  border: none;
  outline: none;
  padding: 10px 20px 10px 15px;
  font-size: 15px;
  color: #777777;
  -webkit-border-radius: 100px;
}

.mfp-content .order-popup .popup-container .popup-detail .form-container button {
  position: absolute;
  top: 5px;
  right: 10px;
}

.mfp-content .order-popup .popup-container .popup-detail .form-container .sec-btn {
  padding: 8px 15px;
  background-color: #F53B57;
  border: none;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.mfp-content .order-popup .popup-container .popup-detail .form-container .sec-btn span {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.mfp-content .order-popup .mfp-close {
  width: 33px !important;
  height: 33px !important;
  top: -55px !important;
  background-color: #fff !important;
  color: rgba(90, 88, 88, 0.8) !important;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 1 !important;
  font-family: 'Jost';
}

/*==============================================*/
/*                     Header                             
/*==============================================*/
header {
  padding: 25px 0;
  background-color: #F8F7FA !important;
}

header .navbar-collapse {
  z-index: 1;
}

header .navbar-collapse .navbar-nav li {
  line-height: 30px;
}

header .navbar-collapse .navbar-nav li a {
  font-size: 18px;
  font-weight: 400;
  color: #F53B57;
}

header .navbar-collapse .navbar-nav li a:hover {
  color: #5A5858;
}

header .navbar-collapse .navbar-nav .dropdown-toggle:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar-collapse .navbar-nav .dropdown-toggle::after {
  display: none;
}

header .navbar-collapse .navbar-nav .dropdown-menu {
  z-index: 1;
  min-width: 240px;
  padding: 15px;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

header .navbar-collapse .navbar-nav .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 13px;
  margin-bottom: 14px;
}

header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #F53B57;
}

header .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.slider-img i, .product-icon i, .box-icon i, .container-icon i  {
	font-size:50px;
}
header .navbar-collapse .navbar-nav .dropdown-menu-tip-nw::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 13px;
  background-color: #fff;
  border: solid 1px #fff;
  border-bottom: none;
  border-left: none;
}

header .navbar-collapse .navbar-nav .dropdown-menu-tip-nw::after {
  top: calc(-.25rem - 1px);
  left: 40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .navbar-collapse .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.urunfiyat {
    padding: 19px 20px;
    border-radius: 10px;
    background: #F8F7FA;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    color: #2c3e50;
    font-size: 14px;
}
.urunfiyat span {
    float: right;
    font-weight: 700;
}
header .navbar-collapse .header-buttons .whatsapp-btn a {
  line-height: 40px;
  border-radius:25px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F53B57;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-left: 30px;
}

header .navbar-collapse .header-buttons .whatsapp-btn a span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

header .navbar-collapse .header-buttons .whatsapp-btn a img {
  margin-right: 7px;
}

header .navbar-collapse .header-buttons a.work-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 40px;
  border-radius:25px !important;
  background-color: #F53B57;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

header .navbar-collapse .header-buttons a.work-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

header .navbar-collapse .header-buttons a.work-content img {
  margin-left: 7px;
}

header .navbar-collapse .header-buttons a.work-content:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .navbar-collapse .offcanvas-header {
  display: none;
}

header .navbar-collapse .offcanvas-header i.fa {
  font-size: 25px;
  color: #fff;
  margin-top: 10px;
}

header .navbar-toggler {
  padding: 0;
}

header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

header .navbar .navbar-brand img.mobile-logo {
  display: none;
}

/*==============================================*/
/*                     Main Home                              
/*==============================================*/
section#main-home {
  padding: 10px 0 0px 0;
}

section#main-home .home-bg {
  position: absolute;
  background-color: #F53B57;
  width: 90%;
  height: 530px;
  left:5%;
  z-index: -1;
  border-radius:25px !important;
}
@media screen and (max-width: 992px) {
	
section#main-home .home-bg {
	
  width: 100% !important;
  left:0 !important;
}
.bghead{
	padding-top:20px;
}
}
@media screen and (min-width: 992px) {
.bghead{
	position:relative;
	top:-50px;
}
section#main-home .home-right{
	position:relative;
		top:75px !important;
	}
}
section#main-home .home-left-container .left-top-text h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
}

section#main-home .home-left-container .left-top-text h2 span {
  font-size: 45px;
  color: #fff;
  font-weight: 500;
}

section#main-home .home-left-container .left-info-text {
  padding: 29px 0;
}

section#main-home .home-left-container .left-info-text p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
}

section#main-home .home-left-container .info-box .home-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  min-width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7px 0;
  background-color: #fff;
  border-radius: 0px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: default;box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

section#main-home .home-left-container .info-box .home-box .home-box-text h4 {
  font-size: 13px;
  font-weight: 500;
  color: #F53B57;
  margin-bottom: 5px;
}

section#main-home .home-left-container .info-box .home-box .home-box-text p {
  font-size: 15px;
  font-weight: 400;
  color: #F53B57;
}

section#main-home .home-right {
  position: relative;
}

section#main-home .home-right .right-img {
  margin-left: auto;
  max-width: 600px;
  max-height: 641px;
  z-index: 3;
}

section#main-home .home-right .right-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
    top: -80px;
    position: relative;
}

section#main-home .home-right .right-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 73%;
  left: 12%;
}

section#main-home .home-right .right-boxes .box {
  width: 140px;
  padding: 17px 20px;
  text-align: center;
  cursor: default;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

section#main-home .home-right .right-boxes .box p {
  font-size: 20px;
  font-weight: 600;
  color: #F53B57;
  padding: 3px 0;
}

section#main-home .home-right .right-boxes .box p.box-info {
  font-size: 10px;
  font-weight: 500;
  color: #5A5858;
}

section#main-home .home-right .right-boxes .box.center {
  margin: 0 10px;
}

section#main-home .home-right .right-boxes .box:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

section#main-home .home-right .right-icons span.t-icn1 {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: -1;
}

section#main-home .home-right .right-icons span.t-icn1 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: movedelement2 5s linear infinite;
  animation: movedelement2 5s linear infinite;
}

section#main-home .home-right .right-icons span.t-icn2 {
  position: absolute;
  top: 10%;
  left: 62%;
}

section#main-home .home-right .right-icons span.t-icn2 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: movedelement3 5s linear infinite;
  animation: movedelement3 5s linear infinite;
}

section#main-home .home-right .right-icons span.t-icn3 {
  position: absolute;
  top: 76%;
  z-index: -1;
}

section#main-home .home-right .right-icons span.t-icn3 img {
  -webkit-animation: movedelement4 5s linear infinite;
  animation: movedelement4 5s linear infinite;
}

section#main-home .home-right .right-icons span.t-icn4 {
  position: absolute;
  top: 80%;
  left: 80%;
  z-index: -1;
}

section#main-home .home-right .right-icons span.t-icn4 img {
  -webkit-animation: movedelement 5s linear infinite;
  animation: movedelement 5s linear infinite;
}
.titlecizgi {
overflow: hidden;
text-align: center;
font-weight: 500;
}
.titlecizgi:before,
.titlecizgi:after {
background-color: #707070;
content: "";
display: inline-block;
height: 1px;
position: relative;
vertical-align: middle;
width: 10%;
}
.titlecizgi:before {
right: 0.5em;
margin-left: -50%;
}
.titlecizgi:after {
left: 0.5em;
margin-right: -50%;
}
.titlerenk{
	color: #F53B57 !important;
}
/*==============================================*/
/*                     All Services                            
/*==============================================*/
section#all-services, section#product-boxes {
  background-color: #F4F6FB;
  padding: 50px 0;
}

section#all-services .title, section#product-boxes .title {
  text-align: center;
  padding-bottom: 50px;
}

section#all-services .title h3, section#product-boxes .title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #F53B57;
  margin-bottom: 10px;
}

section#all-services .title p, section#product-boxes .title p {
  font-size: 17px;
  color: #5A5858;
  font-weight: 500;
}

section#all-services .services-container .slider-item ,section#all-services .services-container .slider-item {
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#all-services .services-container .slider-item .item-detail, section#product-boxes .services-container .slider-item .item-detail {
  padding: 42px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
}

section#all-services .services-container .slider-item .item-detail .slider-img, section#product-boxes .services-container .slider-item .item-detail .slider-img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
}

section#all-services .services-container .slider-item .item-detail .slider-img img {
  max-width: 100%;
  max-height: 100%;
}

section#all-services .services-container .slider-item .item-detail .slider-title {
  font-size: 25px;
  font-weight: 600;
  color: #5A5858;
  margin-bottom: 8px;
  margin-top: 18px;
}

section#all-services .services-container .slider-item .item-detail .slider-info {
  font-size: 15px;
  line-height: 21px;
  color: #5A5858;
  font-weight: 400;
  margin-bottom: 18px;
}

section#all-services .services-container .slider-item .item-detail .slider-icn svg circle {
  transition: all 0.3s ease-in-out;
  fill: #F3F5F7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section#all-services .services-container .slider-item .item-detail .slider-icn svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section#all-services .services-container .slider-item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

section#all-services .services-container .slider-item:hover .slider-icn svg circle {
  fill: #F53B57;
}

section#all-services .services-container .slider-item:hover .slider-icn svg path {
  fill: #fff;
}

section#all-services .services-btn, section#product-boxes .product-boxes {
  margin-top: 50px;
}

section#all-services .services-btn a.all-services, section#product-boxes .services-btn a.all-services {
  max-width: 223px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #F53B57;
  line-height: 40px;
  border-radius: 25px;
}

section#all-services .services-btn a.all-services img, section#product-boxes .services-btn a.all-services img {
  margin-right: 7.5px;
}

/***************************************/

section#tercih-boxes {
  background-color: #F4F6FB;
  padding: 50px 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

section#tercih-boxes .title {
  text-align: center;
  padding-bottom: 50px;
}

section#tercih-boxes .title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #1A1415;
  margin-bottom: 10px;
}

 section#tercih-boxes .title p {
  font-size: 17px;
  color: #5A5858;
  font-weight: 500;
}



 section#tercih-boxes .services-container .slider-item .item-detail {
  padding: 42px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
}

section#tercih-boxes .services-container .slider-item .item-detail .slider-img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
}

section#tercih-boxes .services-container .slider-item .item-detail .slider-img img {
  max-width: 100%;
  max-height: 100%;
}

section#tercih-boxes .services-container .slider-item .item-detail .slider-title {
  font-size: 25px;
  font-weight: 600;
  color: #5A5858;
  margin-bottom: 8px;
  margin-top: 18px;
}

section#tercih-boxes .services-container .slider-item .item-detail .slider-info {
  font-size: 15px;
  line-height: 21px;
  color: #5A5858;
  font-weight: 400;
  margin-bottom: 18px;
}

section#tercih-boxes .product-boxes {
  margin-top: 50px;
}
 section#tercih-boxes .services-btn a.all-services {
  max-width: 223px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #F53B57;
  line-height: 40px;
  border-radius: 25px;
}

section#tercih-boxes .services-btn a.all-services img {
  margin-right: 7.5px;
}

section#tercih-boxes .product-item .product-detail {
  text-align: center;
 // padding: 40px 24px;
  border-radius: 25px;
  padding-bottom:10px;
  height:180px;
  background-size:cover;
}
.tercihtitle{
	background-color:#F53B57;
	height:50px;
	border-radius:0px 0px 25px 25px;
	color:white;
	padding-top:15px;
	font-size:20px;
}
.tercihbg{
	    background-image: linear-gradient(to bottom,rgba(0, 0, 0,0),rgba(38, 26, 54,1));
		height:180px;
  border-radius: 25px;
}
section#tercih-boxes .product-item .product-detail .product-icon {
width:60px;
  margin: 0 auto;
  //margin-bottom: 20px;
  padding:5px;
  border-radius:15px;
}
section#tercih-boxes .product-item .product-detail .tercihbg .product-info p {
padding:20px;
text-align:left;
  position: absolute;
  bottom: 0;
color:white;
}

section#tercih-boxes .product-item .product-detail .product-title {
  margin-bottom: 4px;
}

section#tercih-boxes .product-item .product-detail .product-title h1 {
	margin-top:10px;
  font-size: 20px;
  font-weight: 600;
  color: #5A5858;
}

section#tercih-boxes .product-item .product-detail .product-text span {
  font-size: 15px;
  color: #5A5858;
}

section#tercih-boxes .product-item .product-detail .product-info ul {
  border-bottom: 2px solid #F4F6FB;
  border-top: 2px solid #F4F6FB;
  margin: 15px 0;
  padding: 39px 0;
}

section#tercih-boxes .product-item .product-detail .product-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

section#tercih-boxes .product-item .product-detail .product-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

section#tercih-boxes .product-item .product-detail .product-info ul li img {
  margin-right: 11px;
}

section#tercih-boxes .product-item .product-detail .product-info ul li span {
  font-size: 17px;
  color: #5A5858;
  font-weight: 600;
}

section#tercih-boxes .product-item .product-detail .product-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F8F9;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
  border-radius: 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#tercih-boxes .product-item .product-detail .product-btn a svg {
  margin-left: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#tercih-boxes .product-item .product-detail .product-btn a:hover {
  background-color: #F53B57;
  color: #fff;
}

section#tercih-boxes .product-item .product-detail .product-btn a:hover svg path {
  fill: #fff;
}


/***************************************/

section#blog-boxes {
  background-color: #F4F6FB;
  padding: 50px 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);

}

section#blog-boxes .title {
  text-align: center;
  padding-bottom: 50px;
}

section#blog-boxes .title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #1A1415;
  margin-bottom: 10px;
}

 section#blog-boxes .title p {
  font-size: 17px;
  color: #5A5858;
  font-weight: 500;
}



 section#blog-boxes .services-container .slider-item .item-detail {
  padding: 42px 20px;
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 5s ease-in-out;
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
}

section#blog-boxes .services-container .slider-item .item-detail .slider-img {
  max-width: 70px;
  max-height: 70px;
  margin: 0 auto;
}

section#blog-boxes .services-container .slider-item .item-detail .slider-img img {
  max-width: 100%;
  max-height: 100%;
}

section#blog-boxes .services-container .slider-item .item-detail .slider-title {
  font-size: 25px;
  font-weight: 600;
  color: #5A5858;
  margin-bottom: 8px;
  margin-top: 18px;
}

section#blog-boxes .services-container .slider-item .item-detail .slider-info {
  font-size: 15px;
  line-height: 21px;
  color: #5A5858;
  font-weight: 400;
  margin-bottom: 18px;
}

section#blog-boxes .product-boxes {
  margin-top: 50px;
}
 section#blog-boxes .services-btn a.all-services {
  max-width: 223px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #F53B57;
  line-height: 40px;
  border-radius: 25px;
}
.blogic{position:relative;top:-20px; padding-top:20px;
	z-index:0;
	border:3px solid #F53B57;
	border-top:0px;
  border-radius: 0px 0px 25px 25px;
}
section#blog-boxes .services-btn a.all-services img {
  margin-right: 7.5px;
}

section#blog-boxes .product-item .product-detail {  

  text-align: left;
  border-radius: 25px;
  padding-bottom:0px;
}

section#blog-boxes .product-item .product-detail .product-icon {
height:200px;
width:100%;
  margin: 0 auto;
  padding:5px;
  border-radius:25px 0px 25px 0px;
  background-size:cover;
  border:3px solid #272727;
	z-index:20;
}

section#blog-boxes .product-item .product-detail .product-title {
  margin-bottom: 4px;
  padding-left:15px;
}

section#blog-boxes .product-item .product-detail .product-title h1 {
	margin-top:10px;
  font-size: 25px;
  font-weight: 600;
  color: #F53B57;
}

section#blog-boxes .product-item .product-detail .product-text  {

  padding-left:15px;
  padding-right:5px;
  padding-bottom:15px;
}
section#blog-boxes .product-item .product-detail .product-text span {
  font-size: 15px;
  color: #5A5858;
}

section#blog-boxes .product-item .product-detail .product-info ul {
  border-bottom: 2px solid #F4F6FB;
  border-top: 2px solid #F4F6FB;
  margin: 15px 0;
  padding: 39px 0;
}

section#blog-boxes .product-item .product-detail .product-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

section#blog-boxes .product-item .product-detail .product-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

section#blog-boxes .product-item .product-detail .product-info ul li img {
  margin-right: 11px;
}

section#blog-boxes .product-item .product-detail .product-info ul li span {
  font-size: 17px;
  color: #5A5858;
  font-weight: 600;
}

section#blog-boxes .product-item .product-detail .product-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F8F9;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
  border-radius: 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#blog-boxes .product-item .product-detail .product-btn a svg {
  margin-left: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#blog-boxes .product-item .product-detail .product-btn a:hover {
  background-color: #F53B57;
  color: #fff;
}

section#blog-boxes .product-item .product-detail .product-btn a:hover svg path {
  fill: #fff;
}


/*==============================================*/

section#allservices {
    background-color: #F4F6FB;
  padding-bottom: 50px;
}

section#allservices .title {
  text-align: center;
  padding-bottom: 50px;
}

section#allservices .title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #F53B57;
  margin-bottom: 10px;
}

section#allservices .title p {
  font-size: 17px;
  color: #5A5858;
  font-weight: 500;
}

section#allservices .services-container .slider-item {
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
      padding-right: 0px !important;
    padding-left: 0px !important;
}

section#allservices .services-container .slider-item .item-detail {
 max-width:90%;
 margin-left:5%;
  background-color: #fff;
  text-align: center;
  border-radius: 25px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

section#allservices .services-container .slider-item .item-detail .slider-img {
background-color:#F53B57;
border-radius:20px;
  margin: 0 auto;
  padding:20px;
  height:100%;
  width:100%;
}

section#allservices .services-container .slider-item .item-detail .slider-img img {
  max-width: 100%;
  max-height: 100%;
}

section#allservices .services-container .slider-item .item-detail .slider-title {
  font-size: 25px;
  font-weight: 600;
  color: #F53B57;
  margin-bottom: 8px;
  margin-top: 38px;
}

section#allservices .services-container .slider-item .item-detail .slider-info {
  font-size: 15px;
  line-height: 21px;
  color: #5A5858;
  font-weight: 400;
  margin-bottom: 18px;
}

section#allservices .services-container .slider-item .item-detail .slider-icn svg circle {
  transition: all 0.3s ease-in-out;
  fill: #F3F5F7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section#allservices .services-container .slider-item .item-detail .slider-icn svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

section#allservices .services-container .slider-item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

section#allservices .services-container .slider-item:hover .slider-icn svg circle {
  fill: #F53B57;
}

section#allservices .services-container .slider-item:hover .slider-icn svg path {
  fill: #fff;
}

section#allservices .services-btn {
  margin-top: 50px;
}

section#allservices .services-btn a.all-services {
  max-width: 223px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #F53B57;
  line-height: 55px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section#allservices .services-btn a.all-services img {
  margin-right: 7.5px;
}

/*==============================================*/
/*                     Main Text                          
/*==============================================*/
section#main-text {
  padding: 60px 0;
}

section#main-text .main-img {
//  overflow: hidden;
}
.fiyatyazi{
	font-size: 13px;
    font-weight: 800;
}
section#main-text .main-img .text-img {
  max-width: 600px;
  height: 100%;
	background-color:#F53B57 !important;
	border-radius:50px !important;
}

section#main-text .main-img .text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
 overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
@media screen and (min-width: 992px) {
 
section#main-text .main-img .text-img img {
    position:Relative;
	left:-70px;
  height: 115%;
  -o-object-fit: contain;
     object-fit: contain;
 overflow: hidden;
  }
  section#main-text .main-img .text-img {
  max-width: 600px;
  height: 80%;
  }
}
section#main-text .text-container .disabled-btn button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #5A5858;
  line-height: 35px;
  padding: 0 28px;
  border: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section#main-text .text-container .disabled-btn button img {
  margin-right: 6.1px;
}

section#main-text .text-container .text-title {
  padding: 27px 0;
}

section#main-text .text-container .text-title h1 {
  font-size: 40px;
  font-weight: 600;
  color: #717171;
  line-height: 46px;
  border-bottom:3px solid  #F53B57;
    width: 250px;
}

section#main-text .text-container .text-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #F53B57;
  line-height: 46px;
}

section#main-text .text-container .text-info {
  padding-bottom: 19px;
}

section#main-text .text-container .text-info p {
  font-size: 15px;
  color: #5A5858;
  line-height: 21px;
  font-weight: 400;
}

section#main-text .text-container .services-btn a.all-services {
  max-width: 223px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #F53B57;
  line-height: 40px;
  border-radius: 25px;
}

section#main-text .text-container .services-btn a.all-services img {
  margin-right: 7.5px;
}

/*==============================================*/
/*                     Custom Comment                          
/*==============================================*/
section#custom-comments {
  background-color: #ffff;
  padding: 50px 0;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

section#custom-comments .title {
  text-align: center;
  padding-bottom: 50px;
}

section#custom-comments .title h3 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

section#custom-comments .title p {
  font-size: 17px;
  color: #5A5858;
  font-weight: 500;
}

section#custom-comments .comment-slider {
  padding: 20px 0;
}

section#custom-comments .comment-slider .comment-box {
  margin: 0 15px;
  text-align: center;
  background-color: #F53B57;
  padding: 31px 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  //opacity: 0.4;
}

section#custom-comments .comment-slider .comment-box .comment-profile {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  //overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
	 position:Relative;
	 top:-60px;
}

section#custom-comments .comment-slider .comment-box .comment-profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	 border:2px solid #F53B57;
	 border-radius:100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

section#custom-comments .comment-slider .comment-box .comment-name {
  padding: 6px 0;
  position:Relative;
  top:-50px;
}
.btn-hakkimizda{
	border: 2px solid #F53B57;
	width:220px;
	position:relative;
	left:-190px;
	top:-2px;
	    text-align: right;
		color: #F53B57;
		font-size:25px;
		z-index:-1;
}
.btn-primary{
	background-color: #F53B57;
	border-color: #F53B57;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	background-color: #F53B57;
	border-color: #F53B57;
}
section#custom-comments .comment-slider .comment-box .comment-name span {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 20px;
  min-width:100px;
  border-bottom:2px solid white;
}
.slick-list{
	overflow: visible !important;
}
section#custom-comments .comment-slider .comment-box .comment-text {
	
  position:Relative;
  top:-30px;
}
section#custom-comments .comment-slider .comment-box .comment-text p {
  font-size: 15px;
  color: #fff;
  line-height: 19px;
}

section#custom-comments .comment-slider .comment-box.slick-center {
  opacity: 1;
}

section#custom-comments .comment-slider .comment-box:hover {
  opacity: 1;
}

section#custom-comments .carousel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#custom-comments .carousel-nav button {
  margin: 0 10px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F53B57;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*==============================================*/
/*                     Accordion                       
/*==============================================*/
section#accordion {
  padding: 50px 0 0 0;
  padding-bottom: 100px;
  background-color:#FFFFFF;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
}

section#accordion .title {
  text-align: center;
  margin-bottom: 30px;
}
section#accordion .title .titlecizgi {
	color:#F53B57;
}

section#accordion .title h3 {
  font-size: 40px;
  color: #1A1415;
  font-weight: 500;
  margin-bottom: 15px;
}

section#accordion .title p {
  font-size: 15px;
  color: #5A5858;
  font-weight: 500;
}

section#accordion .accordion-wrapper .accordion {
  width: 100%;
  margin-top: 20px;
}

section#accordion .accordion-wrapper .accordion .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 45px;
  background-color: #F53B57;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section#accordion .accordion-wrapper .accordion .accordion-title p {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

section#accordion .accordion-wrapper .accordion .accordion-title span {
  width: 60px;
  font-size: 16px;
  background-color: #F53B57;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

section#accordion .accordion-wrapper .accordion .accordion-title span .fa-angle-up {
  display: none;
  font-size: 27px;
}

section#accordion .accordion-wrapper .accordion .accordion-title span .fa-angle-down {
  font-size: 27px;
}

section#accordion .accordion-wrapper .accordion .accordion-title.active {
  background-color: #F53B57;
}

section#accordion .accordion-wrapper .accordion .accordion-title.active span {
  background-color: #F53B57;
}

section#accordion .accordion-wrapper .accordion .panel {
  padding: 20px;
  display: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	
}

section#accordion .accordion-wrapper .accordion .panel p {
  font-size: 15px;
  font-weight: 400;
  color: #5A5858;
  line-height: 21px;
}

/*==============================================*/
/*                     Urun Kategory Page                       
/*==============================================*/
section#main-homev2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 90%;
  left:5%;
  min-height: 300px;
  border-radius:50px;
  background-image: url(../img/ic-bg.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
section#main-homev2 {
  background-size: cover;
  }
}
@media screen and (min-width: 992px) {
section#main-homev2 {
  background-size: 100% 100%;
  }
}


section#main-homev2 .homev2-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
	section#main-homev2 .homev2-bg {
  width: 100% !important;
  left:0% !important;
	}
	section#main-homev2 {
  width: 100% !important;
  left:0% !important;
	}
}
section#main-homev2 .homev2-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius:50px;
}

section#main-homev2 .home-container {
  text-align: center;
  margin-bottom: 25px;
}

section#main-homev2 .home-container .container-icon {
  margin: 0 auto;
  width: 58px;
  height: 58px;
  margin-bottom: 17px;
}

section#main-homev2 .home-container .container-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#main-homev2 .home-container .container-text h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.box-sh{
	    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 0%) !important;
}
section#main-homev2 .home-container .container-text p {
  font-size: 20px;
  margin-top:10px;
  font-weight: 400;
  color: #fff;
}

/********/

.blog .item-detail {
    max-width: 90%;
    margin-left: 5%;
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.blog .item-detail .slider-img img {
    border-radius: 20px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
}
.blog .item-detail .slider-title {
    font-size: 20px;
    font-weight: 300;
    color: #F53B57;
    margin-top: 20px;
}
.blog .item-detail i {
    font-size: 25px;
    color: #F53B57;
    margin-top: 25px;
}

.hizmet .item-detail {
    max-width: 90%;
    margin-left: 5%;
    transition: all 5s ease-in-out;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -ms-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
	margin-bottom:20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.hizmet .item-detail .slider-img  {
background-color: #F53B57;
    margin: 0 auto;
    padding: 20px;
    height: 100%;
    width: 70px;
	text-align:center;
}
.hizmet .item-detail .slider-img i {

    margin-top: 0px;
	font-size:30px !important;
}
.hizmet .item-detail .slider-title {
    font-size: 20px;
    font-weight: 300;
    color: #F53B57;
    margin-top: 30px;
}
.hizmet .item-detail i {
    font-size: 25px;
    color: #F53B57;
    margin-top: 25px;
}

.menuheader{
    position: relative;
    padding: 20px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #fff;
    background-color: #F53B57;
	text-align:center;
	font-size:20px;
}

section#main-homev5 {

		
  position: relative;
  min-height: 300px;
  width: 90%;
  left:5%;
  border-radius:50px;
  background-color: rgba(245, 59, 87, 0.8);
}

section#main-homev5 .container-text {
float:left;
margin-left:40px;
width:90%;
}


section#main-homev5 .homev2-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

section#main-homev5 .homev2-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius:50px;
}

section#main-homev5 .home-container {

  margin-bottom: 25px;
}

section#main-homev5 .home-container .container-icon {
  margin: 0 auto;
  width: 58px;
  height: 58px;
  margin-bottom: 17px;
}
.blogdate{
	display: inline-block;
    padding: 5px 20px;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 15px;
	    color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
section#main-homev5 .home-container .container-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#main-homev5 .home-container .container-text h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-top:100px;
}
section#main-homev5 .home-container .container-text .headeralt {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
margin-top:120px;
}
/**********************/
section#packet-boxes {
  position: relative;
  top: -20px;
  padding-bottom: 30px;
}

section#packet-boxes .boxes-container .box-item .box-detail {

 padding-bottom:10px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

section#packet-boxes .boxes-container .box-item .box-detail .row {
	 margin-right:0px;
    margin-left: 0px;
}
section#packet-boxes .boxes-container .box-item .box-detail .box-icon {
background-color: #F53B57;
    border-radius: 25px 25px 25px 0px;
    margin: 0 auto;
    padding: 20px;
    height: 110px;
    width: 110px;
	text-align:center;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-icon i {
color:white;
font-size:60px;
margin-top:5px;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-title {
  padding: 20px 0;
  font-size: 25px;
  font-weight: 600;
  color: #F53B57;
  padding-left:15px;
  padding-top:40px;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-info {
  font-size: 15px;
  font-weight: 400;
  color: #5A5858;
  line-height: 21px;
  padding:10px;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-btn a {
  margin:10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 95%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #F7F8F9;
    justify-content: end;
    padding: 4px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
    background-color: #F53B57;
    border-color: #F53B57;
}
section#packet-boxes .boxes-container .box-item .box-detail .box-btn a svg {
    margin-left: 25%;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-btn a svg {
  margin-right: 15px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-btn a:hover {
  background-color: #F53B57;
  color: #fff;
}

section#packet-boxes .boxes-container .box-item .box-detail .box-btn a:hover svg path {
  fill: #fff;
}

section#text {
  background-color: #EFF1F6;
  padding: 50px 0 135px 0;
}

section#text .text-img {
  max-width: 495px;
  max-height: 376px;
}

section#text .text-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#text .top {
  margin-bottom: 50px;
}

section#text .top .img-top {
  z-index: 2;
  position: relative;
}

section#text .top .img-top::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 5px;
  background-color: #F1E3D3;
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section#text .top .text-top {
  padding-left: 45px;
}

section#text .bottom .img-bottom {
  z-index: 2;
  position: relative;
}

section#text .bottom .img-bottom::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #F2DBE1;
  transform: rotate(357deg);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: rotate(357deg);
  -moz-transform: rotate(357deg);
  -ms-transform: rotate(357deg);
  -o-transform: rotate(357deg);
}

section#text .bottom .text-bottom {
  padding-right: 45px;
}

section#text .text-title {
  margin-bottom: 20px;
}

section#text .text-title h1 {
  font-size: 25px;
  font-weight: 800;
  color: #5A5858;
}

section#text .text-info p {
  font-size: 15px;
  font-weight: 400;
  color: #5A5858;
  line-height: 22px;
}

/*==============================================*/
/*                     Product Page                       
/*==============================================*/
section#product-boxes {
  position: relative;
  top: -20px;
  padding-bottom: 50px;
}

section#product-boxes .product-item .product-detail {
  text-align: center;
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 25px;
  border-top:35px solid black;
  padding-bottom:10px;
}

section#product-boxes .product-item .product-detail .product-icon {
width:60px;
  margin: 0 auto;
  //margin-bottom: 20px;
  padding:5px;
  border-radius:15px;
}

section#product-boxes .product-item .product-detail .product-title {
  margin-bottom: 4px;
}

section#product-boxes .product-item .product-detail .product-title h1 {
	margin-top:10px;
  font-size: 20px;
  font-weight: 600;
  color: #5A5858;
}

section#product-boxes .product-item .product-detail .product-text span {
  font-size: 15px;
  color: #5A5858;
}

section#product-boxes .product-item .product-detail .product-info ul {
  border-bottom: 2px solid #F4F6FB;
  border-top: 2px solid #F4F6FB;
  margin: 15px 0;
  padding: 39px 0;
}

section#product-boxes .product-item .product-detail .product-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
}

section#product-boxes .product-item .product-detail .product-info ul li:not(:last-child) {
  margin-bottom: 20px;
}

section#product-boxes .product-item .product-detail .product-info ul li img {
  margin-right: 11px;
}

section#product-boxes .product-item .product-detail .product-info ul li span {
  font-size: 17px;
  color: #5A5858;
  font-weight: 600;
}

section#product-boxes .product-item .product-detail .product-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
 /* -webkit-box-pack: center;
      -ms-flex-pack: center;*/
          align-items: center;
  background-color: #F7F8F9;
  justify-content: end;    
-webkit-justify-content: end;
  padding: 4px 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#product-boxes .product-item .product-detail .product-btn a svg {
  margin-left: 25%;
  transition: 400ms;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
}

section#product-boxes .product-item .product-detail .product-btn a:hover {
  background-color: #F53B57;
  color: #fff;
}

section#product-boxes .product-item .product-detail .product-btn a:hover svg path {
  fill: #fff;
}

/*==============================================*/
/*                     Sozlesme Page                       
/*==============================================*/
section#sozlesme-text {
  padding: 50px 0;
}

section#sozlesme-text .text-container h2 {
  font-size: 25px;
  font-weight: 800;
  color: #5A5858;
}

section#sozlesme-text .text-container p {
  font-size: 15px;
  font-weight: 400;
  color: #5A5858;
  line-height: 22px;
}

/*==============================================*/
/*                     Contact                       
/*==============================================*/
section#contact-form {
 
  padding-bottom: 50px;
}

section#contact-form .form-container {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

section#contact-form .form-container .form-box {
  margin-bottom: 35px;
}

section#contact-form .form-container .form-box h4 {
  font-size: 14px;
  font-weight: 600;
  color: #5A5858;
  margin-bottom: 13px;
}

section#contact-form .form-container .form-box input,
section#contact-form .form-container .form-box select,
section#contact-form .form-container .form-box textarea {
  font-size: 12px;
  font-weight: 500;
  color: #AEA8A8;
  width: 100%;
  background-color:#F8F7FA;
  padding: 15px 20px;
  border: 1px solid #D1D1D1;
  border-radius: 10px;
}

section#contact-form .form-container .form-box input::-webkit-input-placeholder,
section#contact-form .form-container .form-box textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #AEA8A8;
}

section#contact-form .form-container .form-box input:-ms-input-placeholder,
section#contact-form .form-container .form-box textarea:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #AEA8A8;
}

section#contact-form .form-container .form-box input::-ms-input-placeholder,
section#contact-form .form-container .form-box textarea::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #AEA8A8;
}

section#contact-form .form-container .form-box input::placeholder,
section#contact-form .form-container .form-box textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #AEA8A8;
}

section#contact-form .form-container .form-box input:focus, section#contact-form .form-container .form-box input:active,
section#contact-form .form-container .form-box textarea:focus,
section#contact-form .form-container .form-box textarea:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section#contact-form .form-container .form-box textarea {
  min-height: 135px;
}

section#contact-form .form-container .form-box button.sec-btn {
display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 200px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #F7F8F9;
    justify-content: end;
    padding: 4px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
	background-color: #F53B57;
	border-color:#F53B57;
}
section#contact-form .form-container .form-box button.sec-btn svg, section#contact-form .form-container .form-box button.sec-btn i {
    margin-left: 25%;
    transition: 400ms;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    -o-transition: 400ms;
	height:30px;
	font-size:25px;
}
section#contact-form .form-container .form-box button.sec-btn i {
 padding:3px;
}
}

section#form-info {
  background-color: #EFF1F6;
  padding: 50px 0 110px 0;
}

section#form-info .info-left h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 25px;
  color: #5A5858;
  line-height: 36px;
}

section#form-info .info-left h4 span {
  font-weight: 600;
}

section#form-info .button-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section#form-info .button-boxes a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 285px;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

section#form-info .button-boxes a img {
  margin-right: 10px;
}

section#form-info .button-boxes a.whatsapp-btn {
  margin-right: 15px;
  background-color: #8DC47D;
}

section#form-info .button-boxes a.contact-btn {
  margin-left: 15px;
  background-color: #5A5858;
}

.sorubilgi {
  padding-bottom: 50px;
  font-size: 14px;
  color: #fff;
}

.sorubilgi .container {
  position: relative;
}

.sorubilgi .container .footer-logo {
	margin-top:50px;
  padding: 25px 35px;
  width: 100%;
  font-size:20px;
  background-color: #F53B57;
  border-radius:25px;
}
.btn-default {
    color: #F53B57;
    background-color: #fff;
    border-color: #fff;
}
.btn-circle{
	border-radius:25px;
}
.sorubilgi .container .footer-logo .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-efekt{
	
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}
.btn-header{
	padding: .3rem .1rem;
	margin-left:15px;
}
.header-aktif{
	background-color:#F53B57;color:white; padding:5px;
}
.header-aktif i{
width:25px;
}
.header-pasif{
	padding:5px;
}
.footer{
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 20%);
	background-color: white;
	color:#F53B57;
	padding-top:50px;
	padding-bottom:50px;
}
.footer-bas{
	font-size:25px;
}
.footer-alt{
	font-size:3px;
	background-size: 1000px 10px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25'  xmlns='http://www.w3.org/2000/svg'%3e%3crect width='10%25' height='100%25' fill='none' stroke='red' stroke-width='9' stroke-dasharray='14%2c20%2c4' stroke-dashoffset='7' stroke-linecap='square'/%3e%3c/svg%3e");
}
.footer-menu li a{
	color:#434343;
	font-size:17px;
}
.footeralt{
	background-color:#F53B57;
	color:white;
	padding:10px;
}
.footer-menu li {
	padding:5px;
}
/*==============================================*/
/*                     Footer                       
/*==============================================*/
footer {
  padding-bottom: 50px;
  background: linear-gradient(91.31deg, #F53B57 21.92%, #5A5858 143.34%);
  font-size: 14px;
  color: #fff;
}

footer .container {
  position: relative;
}

footer .container .footer-logo {
  position: relative;
  top: -50px;
  padding: 20px 35px;
  width: 80%;
  margin: 0 auto;
  background-color: #F53B57;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

footer .container .footer-logo .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .container .footer-item {
  text-align: center;
}

footer .container .footer-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .container .footer-item ul li {
  margin: 0 40px;
}

footer .container .footer-item ul li a {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

footer .container .footer-icons span.f-icn1 {
  position: absolute;
  top: 10px;
}

footer .container .footer-icons span.f-icn1 img {
  -webkit-animation: movedelement2 5s linear infinite;
  animation: movedelement2 5s linear infinite;
}

footer .container .footer-icons span.f-icn2 {
  position: absolute;
  top: 25px;
  right: 5px;
}

footer .container .footer-icons span.f-icn2 img {
  -webkit-animation: movedelement 5s linear infinite;
  animation: movedelement 5s linear infinite;
}

footer .container .footer-icons span.f-icn3 {
  position: absolute;
  bottom: -35px;
  left: 0;
}

footer .container .footer-icons span.f-icn3 img {
  -webkit-animation: movedelement2 5s linear infinite;
  animation: movedelement2 5s linear infinite;
}

footer .container .footer-icons span.f-icn4 {
  position: absolute;
  right: 0;
  bottom: -20px;
}

footer .container .footer-icons span.f-icn4 img {
  -webkit-animation: movedelement 5s linear infinite;
  animation: movedelement 5s linear infinite;
}

/*==============================================*/
/*                     Responsive                       
/*==============================================*/
@media (min-width: 1366px) {
  header .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
  }
  .container {
    max-width: 1230px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn a {
    padding: 16px 16px;
    width: 50px;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn a img {
    margin-right: 0;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn a span {
    display: none;
  }
  header .navbar-collapse a.work-content {
    width: 50px !important;
    margin-left: 15px !important;
    padding: 15px 15px !important;
  }
  header .navbar-collapse a.work-content img {
    margin-right: 0 !important;
  }
  header .navbar-collapse a.work-content span {
    display: none;
  }
  section#main-home .home-right .right-icons span.t-icn2 {
    left: 57%;
  }
  section#main-home .home-right .right-icons span.t-icn4 {
    left: 77%;
  }
  section#main-home .home-right .right-boxes {
    left: 7%;
  }
  section#all-services .services-container .slider-item {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .navbar-collapse {
    z-index: 99999;
  }
  header .navbar-collapse .header-buttons a.register-btn span {
    display: none;
  }
  header .navbar-collapse .header-buttons a.register-btn img {
    display: block;
    padding: 7px 15px;
    background-color: #E89F04;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  section#main-home .home-left-container .info-box .home-box {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 20px;
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  header .navbar-collapse .navbar-nav li:last-child {
    border: none;
  }
  header .navbar-collapse .navbar-nav .dropdown-menu-tip-nw::after {
    top: calc(2.75rem - 1px);
    left: 25px;
  }
  header .navbar-collapse .navbar-nav .dropdown-toggle {
    position: relative;
  }
  header .navbar-collapse .navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 2px;
    content: "";
    padding: 3px;
    border-width: 0px 0px 0 0;
    border: solid;
    border-top: 0 solid;
    border-left: 0 solid transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  header .navbar-collapse .offcanvas-header {
    display: block;
  }
  header .navbar-collapse .header-buttons {
    margin-left: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn {
    margin-bottom: 15px;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn a {
    padding: 0 37px !important;
    width: 180px;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn a span {
    display: block;
  }
  header .navbar-collapse .header-buttons .whatsapp-btn a img {
    margin-right: 6px !important;
  }
  header .navbar-collapse .header-buttons a.work-content {
    width: 180px !important;
    padding: 0 20px !important;
    margin-left: 0 !important;
  }
  header .navbar-collapse .header-buttons a.work-content img {
    margin-right: 6px !important;
  }
  header .navbar-collapse .header-buttons a.work-content span {
    display: block;
  }
  header .navbar .navbar-brand img.mobile-logo {
    display: block;
  }
  header .navbar .navbar-brand img.main-logo {
    display: none;
  }
  header .navbar .navbar-toggler-icon {
    height: 21px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #F53B57;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
  }
  .navbar-collapse.show {
    visibility: visible;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 9;
  }
  .navbar-collapse.show .navbar-nav {
    padding: 20px 0;
  }
  section#main-home .home-right .right-img {
    display: none;
  }
  section#main-home .home-right .right-icons span.t-icn2 {
    z-index: -1;
  }
  section#main-home .home-right .right-boxes {
    position: unset;
    margin-top: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    z-index: 1;
  }
  section#main-home .home-right .right-boxes .box {
    min-width: 220px;
  }
  section#main-text .main-img {
    margin-bottom: 40px;
  }
  section#main-text .main-img .text-img {
    overflow: hidden;
    border-radius: 5px;
    max-width: 100%;
    height: 260px;
  }
  section#main-text .main-img .text-img img {
    -o-object-position: top;
       object-position: top;
  }
  section#packet-boxes .boxes-container .box-item .box-detail {
    margin-bottom: 20px;
  }
  section#text .top .text-top {
    padding-top: 20px;
    padding-left: 15px;
  }
  section#text .bottom .text-bottom {
    padding-right: 15px;
    padding-top: 25px;
  }
  section#product-boxes .product-item .product-detail {
    margin-bottom: 20px;
  }
  footer .container .footer-item ul li {
    margin: 0;
  }
  section#custom-comments .comment-slider .comment-box {
    opacity: 1;
  }
  section#form-info .info-container {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section#form-info .info-container .button-boxes {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 766px) and (max-width: 992px) {
  footer .container .footer-item a {
    margin: 0 22px;
  }
  section#main-home .home-right .right-icons span.t-icn4 {
    top: 63%;
  }
}

@media (max-width: 766px) {
  section#main-home .home-bg {
    height: 1300px;
  }
  section#main-home .home-right .right-boxes {
    position: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    z-index: 1;
  }
  section#main-home .home-right .right-boxes .box {
    min-width: 100%;
  }
  section#main-home .home-right .right-boxes .box.center {
    margin: 15px 0;
  }
  section#main-homev2::after {
    display: none;
  }
  section#product-boxes .product-item {
    max-width: 400px;
  }
  footer .container .footer-item ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-item ul li {
    margin-bottom: 15px;
  }
}

@media (max-width: 574px) {
  section#main-home {
    padding: 20px 0 45px 0;
  }
  section#main-home .home-right .right-icons {
    display: none;
  }
  section#main-home .home-left-container .left-top-text h2 {
    line-height: 50px;
    font-size: 28px;
  }
  section#main-text .text-container .text-title h1 {
    font-size: 25px;
    line-height: 34px;
  }
  footer .container .footer-logo .logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container .footer-icons {
    display: none;
  }
  section#main-homev2 .home-container .container-text h4 {
    font-size: 35px;
  }
  .mfp-content .order-popup .popup-container .popup-detail .form-container input {
    width: 100%;
  }
  section#form-info .info-container .info-left h4 {
    font-size: 23px;
  }
  section#form-info .info-container .button-boxes {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section#form-info .info-container .button-boxes a {
    margin: 0;
  }
  section#form-info .info-container .button-boxes a.whatsapp-btn {
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */