body {
	font-family: 'Roboto', sans-serif;
	color: #3a3f52;
}

h2 {
	font-size: 44px;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}

h5 {
	font-size: 16px;
}

p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .05em;
	color: #53627C;
}

ul {
	list-style-type: none;
	padding-left: 0px;
}

b {
	font-weight: 700;
}

section {
	padding: 70px 0px;
}

.title-block {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	text-align: center;
}

.title-block p {
	font-size: 18px;
	font-weight: 300;
	color: #8da2b5;
	margin-bottom: 0px;
}

.divider {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
    border-top: 1px solid #3c3f45;
}

.divider-light {
	padding: 2rem 0 0;
    margin: 2rem 0 0;
	border-top: 1px solid #edf1f2
}

/* ==============================================
   2. Navbar 
===============================================*/

.custom-navbar {
	background-color: #ffffff!important;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
	height: 70px;
	max-height: 70px;
}

.navbar-toggler {
	font-size: 38px;
	background-color: transparent;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	color: #ffffff;
}

.navbar-collapse {
	background-color: #ffffff;
}

.nav-custom-link {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .05em;
	margin-top: 5px;
}

.navbar a {
	color: #53627C!important;
}

.nav-right {
	float: right;
}

/* ==============================================
   3. Buttons
===============================================*/

.btn {
	font-size: 14px;
	font-weight: 400;
	border-radius: 3px!important;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.08);
}

.btn:hover {
	text-decoration: none;
}

.btn-regular {
	background-color: #003349;
	color: #ffffff;
	padding: 10px 25px;
	letter-spacing: .1em;
	margin-top: 25px;
	display: inline-block;
}

.btn-regular:hover {
	background-color: #004f71;
	color: #ffffff;
}

.btn-demo {
	color: #ffffff;
	background-color: #003349;
	letter-spacing: .1em;
	padding: 15px 48px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-demo:hover {
	color: #ffffff;
	background-color: #25d366;
}

.btn-demo-small {
	font-size: 12px;
	background-color: #003349;
	padding: 1px 4px;
}

.btn-demo-small:hover {
	background-color: #25d366;
}

.btn-demo-small a {
	color: #ffffff!important;
}

.btn-buy {
	color: #ffffff;
	background-color: #003349;
	letter-spacing: .1em;
	padding: 15px 10px;
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.btn-buy:hover {
	background-color: #004f71;
	color: #ffffff;
}

/* ==============================================
   4. Hero
===============================================*/

#hero {
	background-color: #f6f8f9;
}

#hero h1 {
	font-size: 50px;
	font-weight: 300;
}

#hero p {
	font-size: 24px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#hero span {
	font-weight: 400;
    color: #dd3026;
    letter-spacing: .05em;
}

/* ==============================================
   5. Marketing
===============================================*/
#marketing h2 {
	font-size: 34px;
}


#marketing p {
	font-size: 17px;
    font-weight: 300;
    color: #8da2b5;
    margin-bottom: 0px;
    padding: 0px;
}

#marketing span {
	font-weight: 400;
	color: #dd3026;
	text-transform: uppercase;
	letter-spacing: .05em;
}

.content-box {
	padding: 60px 20px;
}

/* ==============================================
   6. Testimonials
===============================================*/

#testimonials {
	background-color: #f6f8f9;
	border-top: 1px solid #F8F9FB;
	border-bottom: 1px solid #F8F9FB;
}

.testimonial-box {
	background-color: #ffffff;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	border-radius: 20px;
	padding: 20px 30px;
	margin-top: 30px;
}

.testimonial-box h6 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .05em;
	margin-top: 5px;
	margin-bottom: 0px;
}

.testimonial-box p {
	font-size: 14px;
	font-weight: 300;
	margin-top: 25px;
	line-height: 1.8;
	padding: 0px;
}

.testimonial-box i {
	color: #ffffff;
}

.testimonial-box small {
	color: #8da2b5;
	display: inline-block;
}

.testimonial-box span {
	font-size: 14px;
	color: #ffffff;
}

.rating {
	background-color: #dd3026;
	padding: 2px 12px;
	border-radius: 50px;
}

.profile-picture {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.review-one {
  background-image: url('images/profile-picture-one.jpg');
}

.personal-info {
	padding: 5px 0 20px 0;
	border-bottom: 1px solid #edf1f2;
}

/* ==============================================
   7. Pricing
===============================================*/

.pricing-box {
	background-color: #ffffff;
	padding: 40px 20px;
	border: 1px solid #F8F9FB;
	border-radius: 6px;
	box-shadow: 0 0 1px 0 rgba(0,12,32,0.04), 0 10px 16px 0 rgba(10,31,68,0.06);
	margin-top: 30px;
}

.pricing-box h3 {
	font-size: 15px;
	font-weight: 500;
	color: #dd3026;
}

.pricing-box h6 {
	font-size: 60px;
	font-weight: 700;
	color: #3a3f52;
	margin-bottom: 0px;
}

.pricing-box p {
	font-size: 12px;
	margin-top: 15px;
	padding: 0px;
	height: 100px;
}

.pricing-box ul {
	padding-left: 10px;
}

.pricing-box li {
	font-size: 14px;
	font-weight: 300;
	color: #8da2b5;
	letter-spacing: .1em;
}

.pricing-box span {
	font-weight: 500;
	color: #dd3026;
}

.pricing-box small {
	color: #8da2b5;
	letter-spacing: .2em;
}

.pricing-box i {
	font-size: 20px;
	color: #dd3026;
	margin-right: 10px;
}

.pricing-box .demo {
	color: #6772e5!important;
}

/* ==============================================
   8. Call to Action
===============================================*/

#call-to-action {
	background-image: url('images/call-to-action.png');
	background-repeat: no-repeat;
	background-size: cover;
}

#call-to-action h2 {
	color: #ffffff;
}

#call-to-action p {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	opacity: .8;
	margin-bottom: 40px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

#call-to-action .btn-regular {
	background-color: #ffffff!important;
	color: #003349!important;
	padding: 15px 45px;
}

#call-to-action .title-block {
	margin-bottom: 0px;
}

/* ==============================================
   9. Footer
===============================================*/

footer {
	background-color: #292c31;
    padding: 60px 0;
    color: #62656a;
}

footer h5 {
	color: #aeb3bd;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 20px;
}

footer p {
	font-size: 12px;
	font-weight: 300;
	color: #62656a;
	text-align: justify;
	padding: 0px;
}

footer li {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1.5;
	margin-bottom: 10px;
}

footer a {
	color: #62656a;
}

footer a:hover {
	color: #dd3026;
	text-decoration: none;
}

footer i {
	font-size: 25px;
	color: #62656a;
	margin-right: 10px;
}

footer i:hover {
	color: #dd3026;
}

footer small {
	color: #62656a;
	float: right;
}

.external-links {
	color: #dd3026;
}

/* ==============================================
   9. Media Queries
===============================================*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	h2 {
		font-size: 34px!important;
		margin-bottom: 20px;
	}
	.title-block h2, p {
		text-align: left;
		padding: 0px 20px;
	}

	#call-to-action h2, p {
		text-align: left!important;
		padding: 0 20px;
	}

	#call-to-action {
		background-image: none;
		background-color: #dd3026;
	}

	footer {
		padding: 60px 25px;
	}
	footer h5 {
		font-size: 18px;
		margin-top: 30px;
	}
	footer li {
		font-size: 16px;
		margin-bottom: 15px;
	}
	footer p {
		font-size: 16px;
	}
	footer i {
		font-size: 30px;
		margin-right: 20px;
	}
	footer small {
		float: left;
		margin-top: 20px;
	}
	.btn {
    width: 100%!important;
	}
	.btn-regular {
    width: 100%;
	}
	.fEZcxc {
		height: 55% !important;
	}
}

@media (max-width: 768px) {
	section#hero {
		padding-bottom: 20px!important;
	}	
	#marketing .content-box{
		padding-top: 5px!important;
	}
	#hero h1 {
		font-size: 34px!important;
		margin-bottom: 20px;
	}
	#hero p {
		font-size: 20px!important;
	}
	
	.pricing-box h3 {
	font-size: 20px;
	font-weight: 500;
	color: #dd3026;
	}

	.pricing-box h6 {
		font-size: 60px;
		font-weight: 700;
		color: #3a3f52;
		margin-bottom: 0px;
	}

	.pricing-box p {
		font-size: 16px;
		margin-top: 15px;
		padding: 0px;
	}
	.top-phone {
		border: 0px;
		padding: 10px;
		color:#FFF!important;
		background-color: #003349;
	}
	.top-phone a {
		color: #FFF!important;
	}
		.btn {
    width: 100%!important;
	}
	.btn-regular {
    width: 100%;
	}

}

@media (max-width: 991px) { 
	.nav-right {
		float: left;
	}
	.nav-custom-link {
		border-bottom: 1px solid #EEE;
	}
	.navbar-nav{
		width: 100%;
	}
	.navbar-nav .nav-link {
		padding: 20px 0;
		text-align: left;
	}

	.btn-demo-small {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small:hover {
		background-color: #ffffff;
		border: 0px;
		padding: 0px;
		box-shadow: none;

	}
	.btn-demo-small a {
		color: #53627C;
	}
	.nav-custom-link {
		font-size: 13px;
	}

	.icon-mobile {
		font-size: 18px;
		float: right;
	}

	.navbar-collapse {
		border-bottom: 1px solid #efefef;
	}

	.nav-logo-mobile {
		margin: auto;
		padding-right: 50px;
	}

	.nav-logo-desktop {
		display: none;
	}
	.fEZcxc {
		height: 55% !important;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.icon-mobile {
		display: none;
	}
	.nav-logo-mobile {
		display: none;
	}
	.fEZcxc {
		height: 45% !important;
	}	
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.hero-content {
		margin-top: 40px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.pricing-box h3 {
		font-size: 17px;
	}
	.pricing-box p {
		font-size: 14px;
	}
	.pricing-box li {
		font-size: 12px;
	}
	.btn-buy {
		font-size: 12px;
		padding: 15px 20px;
	}
	.btn-demo {
		font-size: 12px;
		padding: 15px 20px;
	}
	.profile-picture {
		width: 50px;
		height: 50px;
	}
	.testimonial-box h6 {
		font-size: 14px;
		margin-left: 10px;
	}
	.testimonial-box span {
		font-size: 12px;
	}
	.testimonial-box small {
		font-size: 12px;
		margin-top: 4px;
		margin-left: 10px;
	}
}

.top-phone {
    display: block;
    color: #e3e3e3;
    margin: 5px;
}
.top-phone a{
	font-weight:600;
	text-decoration:none;
}

.form-container{
	padding:20px 30px 5px;
	position:relative;
	z-index:2;/*+border-radius: 5px;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	background:rgb(230,60,47);
	background:-moz-linear-gradient(141deg,rgba(230,60,47,1) 0%,rgba(200,19,18,1) 100%);
	background:-webkit-linear-gradient(141deg,rgba(230,60,47,1) 0%,rgba(200,19,18,1) 100%);
	background:linear-gradient(141deg,rgba(230,60,47,1) 0%,rgba(200,19,18,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e63c2f",endColorstr="#c81312",GradientType=1);}
	
.contact_form ul{
	margin:0 auto;
	padding:0;}
.form-heading{
	font-weight:600;
	font-size:29px;
	margin-bottom:25px;
	padding:0;margin:1px 0 20px;
	color:#FFFFFF;}
.contact_form li.form-row{
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	font-size:8pt;
	position:relative;
	text-align:center;}
.contact_form .form-text,.contact_form .form-textarea{
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;-ms-box-sizing:border-box;
	box-sizing:border-box;
	height:50px;
	line-height:normal;
	background-color:#FFFFFF;
	font-family:BlissPro;
	font-size:14px;
	letter-spacing: 1;
	font-family:'Roboto',sans-serif;
	padding-left:18px;
	background-size:auto 35px;
	background-repeat:no-repeat;
	background-position:15px center;
	color:#000000;/*+border-radius: 10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	border:1px solid #FFFFFF;}
.contact_form .form-text.error,.contact_form .form-textarea.error{
	background-color:#FF9F9F;
	border-color:#073349;}
.error_Msg{
	background:#003349;
	color:#FFF;
	padding:5px;
	display:block;
	margin-top:6px;/*+border-radius: 5px;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;}
.error_Msg i{
	position:relative !important;
	font-size:14px;top:2px !important;
	color:#CB1715 !important;
	padding:0;
	margin:0;}
.contact_form .form-textarea{
	height:90px;
	font-family:'Roboto',sans-serif;
	background-position:20px top;}
.contact_form label{
	height:15px;}
.form-row i{
	position:absolute;
	color:#A4A6A7;
	top:8px;
	right:8px;
	z-index:2;}
.form-submit{
	width:100%;
	font-family:'Roboto',sans-serif;
	height:50px;
	margin-top:30px;
	border:0;
	background-color:#dd3026;
	text-align:center;
	font-size:18px;
	color:#FFF;
	margin:0 auto auto;
	font-weight:700;
	letter-spacing:1px;/*+border-radius: 10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;}
.form-submit:disabled{
	background:url(../img/loading.svg) center no-repeat #003349;
	text-indent:-9999px;}
.form-submit:disabled:hover{
	cursor:not-allowed;}

.language-selector > .dropdown-toggle img {
    display: inline-block;
    line-height: 1;
}
.language-selector .dropdown-menu > li.active a {
    background: rgba(235, 235, 235, 0.9);
    color: #737881;
}
.language-selector .dropdown-menu > li a {
    margin: 0;
    display: block;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    padding: 10px 20px;
    color: #8d929a;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #949494;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #7d8086;
    white-space: nowrap;
}
.language-selector.open > .dropdown-toggle {
    -webkit-border-radius: 3px 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 3px 3px 0 0;
    background-clip: padding-box;
}
.language-selector.open > .dropdown-toggle {
    background: #f5f5f6;
}
.language-selector > .dropdown-toggle {
    display: inline-block;
    padding: 7px 12px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
}
.language-selector .dropdown-menu > li a img {
    margin-right: 5px;
}
.language-selector img {
    width: 22px;
    height: 22px;
}
.form-submit:hover{opacity:0.7;cursor:pointer;}
.iti{width:100%;}

/* Sadece Elfsight altındaki link, logo ve toolbarı kaldır */
a[href*="elfsight.com/instagram-feed-instashow"],
.eapps-widget-toolbar,
a[href*="elfsight.com/google-reviews-widget"],
div[title="Remove Elfsight logo"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    overflow: hidden !important;
    pointer-events: none !important;
    opacity: 0 !important;
}
#eapps-instagram-feed-1 > a.eleman[href*="elfsight.com/instagram-feed-instashow"] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.hcgYBp {
    height: auto !important;
}
.cjAcxZ {
    min-height: 0 !important;
}