html {
	box-sizing: border-box;
}

*,
*:after,
*:before {
	box-sizing: inherit;
}

body {
	background-color: #d53c61;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	left: 0;
	position: relative;
}

h1 {
	font-size: 55px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -3px;
}

h1 > span {
	font-weight: 300;
}

.lead {
	font-size: 16px;
	line-height: 1.44;
	max-width: 260px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

main {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-open {
	background-color: #fd698d;
	border: 0;
	border-radius: 27.5px;
	box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 25px;
	min-width: 150px;
	outline: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	cursor: pointer;
}

.btn-open:active {
	box-shadow: inset 0 3px 5px 0px rgba(0, 0, 0, .1);
}

/* zeynepjs menu styles */
html.zeynep-opened {
	overflow-x: hidden;
}

html.zeynep-opened body {
	position: fixed;
	width: 100%;
}

html.zeynep-opened .zeynep {
	pointer-events: auto;
}

@media(min-width:1024px) {
	html.zeynep-opened .zeynep,
	html .zeynep {
		top: 90.5px;
	}
	body .zeynep-overlay {
		/* background-color: transparent; */
		top: 90.5px;
	}
  .zeynep-opened #hamburgerMenuBar {
		visibility: hidden;
	}
	/* .zeynep-opened .zeynep-overlay {
		margin: 0 auto;
		max-width: 960px !important;
		width: 100%;
	} */
}

/* @media(min-width:1200px) {
	.zeynep-opened .zeynep-overlay {
		max-width: 1170px !important;
	}
} */


.zeynep {
	background-color: #ffffff;
	bottom: 0;
	color: #404143;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	pointer-events: none;
	position: fixed;
	top: 0;
	transform: translateX(-100%);
	z-index: 1011;
	width: 0;
	-webkit-overflow-scrolling: touch;
}

html:not(.no-transition) body,
.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
	transition: all 375ms;
	transition-property: left, right, transform;
}

.zeynep-overlay {
	background-color: rgba(0, 0, 0, .42);;
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1010;
}

.zeynep-opened .zeynep-overlay {
	display: block;
}

.zeynep ul {
  list-style-type: none;
	padding: 0;
	padding-left: 20px;
	-webkit-overflow-scrolling: touch;
}

.zeynep ul > li {
	display: block;
}

.zeynep ul > li > a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 18px 20px;
	text-decoration: none;
	transition: all 150ms;
}

/* .zeynep ul > li > a:hover {
	background-color: #efefef;
	border-radius: 3px;
} */

/* .zeynep ul > li:not(:last-child) > a {
	border-bottom: 1px solid #efefef;
} */

/* .zeynep ul>li:focus .submenu-nav:focus, 
.zeynep ul>li:focus .submenu-nav:hover, 
.zeynep ul>li:hover .submenu-nav:focus, 
.zeynep ul>li:hover .submenu-nav:hover {
	background-image: url(../images/submenu-arrow.svg);
}
.zeynep ul > li.has-submenu > .submenu-nav {
	background-image: url("../images/submenu-arrow.svg");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
} */

.zeynep ul > li.has-submenu:hover > .submenu-nav {
} 
.zeynep ul > li.has-submenu > .submenu-nav:hover {

	background-image: url(../images/circle-default.svg);
	/*background-color: #ececec; */
}
.zeynep ul > li.has-submenu > a {
	width: 86% !important;
}

.zeynep ul > li.has-submenu > .submenu-nav {
	background-image: url(../images/circle-hover.svg);
	/* background-position: right 20px center; */
	background-repeat: no-repeat;
	/* background-size: 24px 64px; */

	background-position: center;
}

.zeynep ul .social-link-li {
	border-bottom: 0;
}

.zeynep ul .social-link-li:hover {
	background-color: transparent;
}

/* .zeynep ul > li.has-submenu > a:hover {
	background-image: url("../images/submenu-arrow-active.svg");
} */

/* zeynepjs submenu styles */
.zeynep .submenu {
	background-color: #ffffff;
	bottom: 0;
	left: 100%;
	min-height: 100%;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #efefef;
}

.zeynep .submenu.opened {
	left: 0;
}

.zeynep .submenu-header {
	/* background-image: url(../images/circle-default.svg); */
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 8px 14px;
	border-bottom: solid 1px #efefef;
	cursor: pointer;
	position: relative;
}

.zeynep .submenu-header > a {
	color: inherit;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 18px 20px;
	padding-left: 40px;
	text-decoration: none;
}

.zeynep .submenu-header > a:before {
	background-image: url(../images/circle-hover.svg);
	background-position: left 0px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	content: "";
	height: 100%;
	left: 6px;
	position: absolute;
	transform: rotate(-180deg);
	width: 30px;
	top: -1px;
}

.zeynep .submenu-header > a:hover:before {

	background-image: url(../images/circle-default.svg);
}

.zeynep .submenu > label {
	color: #e77691;
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 19px;
	opacity: .5;
	padding-left: 40px;
	width: 100%;
}
.search-icon .inner-input input {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0 !important;
    position: absolute;
    right: 1.75rem;
    background-color: #FFF;
    width: 0;
    transition: width 0.5s ease 0s;
    border-bottom: .0625rem solid #b7b7b7;
    height: 2.5rem;
    z-index: 9;
}

.search-icon .inner-input .header-search-btn {
    background-position: top 0 right 0;
    border: 0;
    background-position-x: 98%;
    background-color: #FFF;
    height: 1.875rem;
    width: 1.875rem;
    position: absolute;
    z-index: 99;
    transition: all 0.5s ease 0s;
    transform: translateX(0px);
    visibility: hidden;
}

.header_wrapper .header-right-widg #custom_html-3 .search-icon .header-search-btn  i{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}
.header_wrapper .header-right-widg #custom_html-3 .search-icon .header-search-btn
{
    background: #fff;
    border-bottom: .0625rem solid #b7b7b7;    
    height: 2.5rem;
}

.zeynep-opened {


}

.zeynep-opened ul>li:last-child .header-social a i.fa-facebook:before,
.zeynep-opened ul>li:last-child .header-social a i.fa-linkedin:before, 
.zeynep-opened ul>li:last-child .header-social a i.fa-twitter:before {

	line-height: unset !important;
}