
/*
		General
					*/

@font-face {
  font-family: stylishedFont;
  src: url(../fonts/DancingScript-Regular.otf);
}

@font-face {
  font-family: MainTitle;
  src: url(../fonts/SpaceGrotesk-Bold.ttf);
}

@font-face{
    font-family: contentFont1;
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face{
    font-family: contentFont2;
    src: url(../fonts/SpaceGrotesk-Regular.ttf);
}

body{
	background: #f5f5f5;
	overflow-x: hidden;
}

.row-padding{
	padding-top: 60px;
	padding-bottom: 40px;
}

.row-footer-padding{
	padding-top: 15px;
	padding-bottom: 15px;
}

.row-white{
	background: white;
}

.row-green{
	/*background: rgba(27,170,160,.08);*/
	background-color: rgba(174,74,27,.01);
}

ul{
	padding: 0;
	margin: 0;
}

p{
	font-family: contentFont1;
	font-size: 15px;
}

h1,h2,h3,h4,h5,h6{
	font-family: MainTitle;
}

.div-100{
	width: 100%;
	height: auto;
}

.div-img-100 img, .div-img img{
	width: 100%;
	height: auto;
}

.div-title h2{
	font-family: MainTitle;
	color: #262835;
	font-weight: bold;
	font-size: 42px;
	display: inline-block;
	margin: 30px 0;
}

.div-title ul{
	display: block;
	text-align: center;
	margin-bottom: 90px;
}

.div-title ul li{
	display: inline-block;
	margin-right: 40px;
}

.div-title ul li a{
	text-decoration: none;

}

.div-title ul li:last-child{
	margin-right: 0;
}

.div-title-center h2{
	margin: 30px auto !important;
	display: block;
	text-align: center;
}

.div-title-center h2 strong, .div-title h2 strong{
	font-family: stylishedFont;
}

.div-title-center p{
	text-align: center;
	width: 92%;
	margin: 0 auto 60px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
}

.title-inner p{
	width: 100% !important;
}

.div-title span{
	display: inline-block;
	width: 17px !important;
	height: 17px;
	background-color: #e9570a;
	border-radius: 50%;
	border: #fff solid 2px;
	-webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
}

.empty-top-title{
	width: 2px;
	height: 2px;
	margin: 40px 0;
}

.row-content p{
	color: #666;
	font-size: 15px;
	line-height: 30px;
}

.row-content a{
	border-radius: 5px;
	margin-top: 30px;
	padding: 15px 35px;
	border: none;
	color: #fff;
	text-decoration: none;
}

.row-content a:hover{
}

.hr-style{
	margin: 40px auto;
}

/*
		HEADER
					*/

.header-top-top{
	padding: 0px 0;
	background-color: #fff;
	/*background: linear-gradient(to right, #fff 40%,rgba(204,204,204,0.5));*/
	border-bottom: rgba(204,204,204,0.5) solid 1px;
	position: relative;
}

.header-top-top:before{
	position: absolute;
	content: "";
	width: 30%;
	height: 110%;
	background-color: #fff;
	left: 0;
	top: 0;
	bottom: -10px;
}

.header-top-top ul{
	float: right;
}

.header-top-top ul li{
	display: inline-block;
}

.header-top-top ul li:first-child a{
	border-left: rgba(204,204,204,.3) solid 1px;
}

.header-top-top ul li a{
	padding: 10px 20px;
	line-height: 45px;
	color: #262835;
	border-right: rgba(204,204,204,.3) solid 1px;
	font-size: 15px;
}

.header-top-top ul li a:hover{
	color: #e9570a;
}

.header-top{
	padding-top: 40px;
	padding-bottom: 30px;
	background: #fff;
}

.header-inner ul li{
	position: relative;
}

.header-inner ul li:after{
	height: 70%;
	top: 10%;
	content: "";
	position: absolute;
	background-color: rgba(204,204,204,.5);
	right: -50px;
	width: 1px;
	display: none;
}

.header-inner ul li div{
	float: right;
	width: 80%;
	text-align: right;
	position: relative;
}

@keyframes pulse2 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

@keyframes pulse1 {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(233, 87, 10, 0.7);
    }
    
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(233, 87, 10, 0);
    }
    
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(233, 87, 10, 0);
    }
}

.bulb{
	position: absolute !important;
	width: 17px !important;
	height: 17px;
	background-color: #e9570a;
	top: -3px !important;
	right: -10px !important;
	border-radius: 50%;
	border: #fff solid 2px;
	-webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
}

.header-inner ul li div:first-child{
	width: 15%;
}

.header-inner ul li div > i{
	width: 45px;
	height: 45px;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-left: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	font-size: 48px;
	color: rgba(106,124,146,.5);
}

.header-inner ul li div > span{
	font-weight: bold;
	font-family: contentFont2;
	font-size: 13px;
	color: #262835 !important;
}

.header-inner ul li div > p{
	font-size: 13px;
	color: #6a7c92;
	font-family: contentFont2;
}

.logo-header{
	width: 80px;
	position: relative;
}

.logo-header img{
	position: absolute;
	top: -55px;
	left: 20px;
}

.nav-bar{
	border-radius: 0;
	margin: 0;
	border: none;
	background: #262835;
	box-shadow: none;
	border-top: rgba(106,124,146,.2) solid 1px;
}

.navbar-default .navbar-nav > li{
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
}

.navbar-default .navbar-nav > li:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 50%;
	top: 25%;
	left: 0px;
	background: #333546;
}

.navbar-default .navbar-nav > li > a{
	padding: 25px 20px;
	text-transform: capitalize;
	font-size: 14px;
	font-family: contentFont2;
	letter-spacing: 0.4px;
	color: #ccc;
	position: relative;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #fff;
}

.navbar-default .navbar-nav > li:last-child:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 50%;
	top: 25%;
	right: 0px;
	background: #333546;
}

.navbar-default .navbar-nav > .active > a{
	background: transparent;
	/*box-shadow: none;*/
	color: #e9570a;
}

.navbar-default .navbar-nav > .active > a:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: -2px;
	left: 0;
	background-color: #e9570a;
}

.navbar-default .navbar-nav > .active > a:after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: -6px;
	left: 75%;
	transform: translateX(-50%);
	/*background-color: #e9570a;*/
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-animation: pulse1 1s linear infinite;
    -moz-animation: pulse1 1s linear infinite;
    -ms-animation: pulse1 1s linear infinite;
    animation: pulse1 1s linear infinite;
}

.dropdown-menu{
	background: #16171f !important;
}

.navbar-default .navbar-nav > .open > a{
	background-image: none !important;
	box-shadow : none !important;
	background: transparent !important;
	color: #e9570a !important;
}

.dropdown-menu > li > a{
	padding: 15px 25px;
	border-bottom: #262835 solid 1px;
	color: #ccc;
}

.dropdown-menu > li > a:hover{
	background-image: none !important;
	background-color: #262835 !important;
	color: #fff;
}

.quote-button:before, .quote-button:after{
	display: none;
}

.quote-button a{
	background: #e9570a;
	color: #fff !important;
	font-weight: bold;
}

.quote-button a:hover{
	background-color: #ce4d09 !important;
	box-shadow: inset 0 3px 9px rgba(0,0,0,.3);
}

/*
		CONTENT
					*/

.row-relative{
	position: relative;
}

.banner{
	height: 500px;
	background: #ccc;
}

.signature h4{
	margin: 0;
	color: #263566;
}

.signature span{
	color: #999;
}

.features-wrapper{
	margin-bottom: 40px;
	text-align: center;
	float: left;
}

.features-wrapper > div > div img{
	display: block;
	margin-top: 30px;
}

.features-wrapper > div h3{
	color: #333;
	text-align: center;
}

.features-wrapper > div p{
	line-height: 25px;
	color: #777;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.item{
	width: auto;
	height: auto;
}

.item img{
	width: 40%;
	height: auto;
	display: block;
	margin: auto;
}

.owl-theme .owl-controls .owl-page span{
	display: none;
}


/*
Team Style
*/


.our-team{
    overflow: hidden;
    position: relative;
}
.our-team:after{
    content: "";
    width: 100%;
    height: 100%;
    /*background: rgba(43, 193, 234, 0.6);*/
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: -100%;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.our-team:hover:after{
    top: 0;
    opacity: 1;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    top: -50%;
    left: 0;
    z-index: 1;
    transform: translateY(-50%) rotate(-12deg);
    transition: all 0.8s ease 0s;
}
.our-team:hover .social{ top: 50%; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #e9570a;
    font-size: 15px;
    color: #fff;
    margin: 0 5px;
}
.our-team .team-content{
    width: 100%;
    padding: 20px 25px;
    background: #fff;
    border-bottom: 3px solid #e9570a;
    text-transform: uppercase;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100px;
}
.our-team:hover .team-content{ background: #f9f9f9; }
.our-team .team-content:before{
    content: "";
    width: 100%;
    border-right: 420px solid #fff;
    border-top: 60px solid transparent;
    position: absolute;
    top: -60px;
    left: 0;
}
.our-team:hover .team-content:before{ border-right-color: #f9f9f9; }
.our-team .team-content:after{
    content: "";
    width: 3px;
    height: 50%;
    background: #e9570a;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.our-team .title{
    font-size: 18px;
    color: #333;
    margin: 0;
    font-family: MainTitle;
    text-transform: capitalize;
}
.our-team .post{
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 3px;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


/*
		FOOTER
					*/


.footer{
	min-height: 300px;
	background: #262835;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.footer-hr{
	border-top: rgba(106,124,146,.3) solid 1px;
	margin-top: 60px;
}

.row-newsletter-outter{
	width: 100%;
	height: auto;
	padding: 0 120px;
	float: left;
}

.row-newsletter{
	padding: 70px 0 80px;
	background: url(../images/footer-subscribe-style.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: -150px;
	box-sizing: border-box;
}

.newsletter-wrapper h3{
	font-size: 42px;
	font-family: MainTitle;
	color: #262835;
	margin-top: 20px;
}

.newsletter-wrapper p{
	color: #666;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}

.newsletter-wrapper > div{
	position: relative;
	margin-top: 40px;
}

.newsletter-wrapper > div > input{
	color: #555;
	width: 100%;
	height: 60px;
	border: rgba(204,204,204,.8) solid 1px;
	padding: 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 14px 33px -3px rgba(0,0,0,.078);
    transition: .2s cubic-bezier(.5,0,.35,1);
    border: solid 1px rgba(106,124,146,.3);
    background: rgba(106,124,146,.1);
}

.newsletter-wrapper > div > button{
	position: absolute;
	right: 10px;
	top: 10px;
	height: 40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

.footer-wrapper {
	margin-top: -50px;
}

.footer-wrapper h4{
	font-size: 20px;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}

.footer-h4{
	margin-bottom: 8px !important;
}

.footer-wrapper h4 > span{
	background: #e9570a;
	font-weight: bold;
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
}

.footer-wrapper p, .footer-wrapper ul > li > a{
	color: #fff;
	font-size: 14px;
}

.logo-footer{
	width: 80%;
	margin: 25px 0 30px;
}

.logo-footer img{
	width: 75%;
	height: auto;
}

.footer-wrapper ul > li > a{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}

.services-list{
	margin-left: 10px;
}

.services-list > li{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 40%;
}

.services-list > li:before{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../images/icons/ico.png);
	left: -25px;
	background-position: center left;
    background-repeat: no-repeat;
}

.list-contacts div{
	float: left;
	width: 80%;
}

.list-contacts div:first-child{
	width: 10%;
	margin-right: 10px;
	margin-top: 5px;
}

.list-contacts div i{
	font-size: 28px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	display: inline-block;
	color: rgba(106,124,146,1);
}

.list-contacts div span{
	color: rgba(255,255,255,.5);
}

.list-contacts li{
	border: rgba(255,255,255,.2) dashed 1px;
	padding-bottom: 7px;
	padding-top: 13px;
}

.list-contacts li:nth-child(2){
	border-top: none;
	border-right:none;
}

.list-contacts li:nth-child(3){
	border-top: none;
}

.list-contacts li:nth-child(2n){
	padding-left: 20px;
}

.copyright h5{
	margin: 0;
	color: #fff;
}

.copyright p{
	font-size: 13px;
	color: rgba(255,255,255,.7);
}

.copyright p a{
	color: #e9570a;
}

.copyright ul{
	float: right;
}

.copyright ul li{
	display: inline-block;
}

.copyright ul > li:first-child{
	margin-right: 10px;
}

.copyright ul > li a{
	color: #fff;
	line-height: 30px;
}

.zeynep{
	background: #fff !important;
	padding: 60px 30px;
}

.side-logo{
	width: 100px;
	height: auto;
	margin: 10px auto 60px;
}

.side-logo img{
	width: 100%;
	height: auto;
}

.zeynep > div > h4{
	color: #263566;
}

.zeynep > div{
	color: #6a7c92;
}

.zeynep ul{
	padding-left: 0 !important;
}

.zeynep ul li{
	display: inline-block !important;
	width: 49%;
}

.zeynep > div > ul li a{
	border-bottom: rgba(294,204,204,.5) solid 1px !important;
	position: relative;
	display: block; 
}

.zeynep > div > ul li:nth-child(3) a, .zeynep > div > ul li:nth-child(4) a{
	border-bottom: none !important;
}

.zeynep > div > ul li:nth-child(2n+1) a:after{
	position: absolute;
	content: "";
	width: 2px;
	background-color: rgba(294,204,204,.5);
	height: 70%;
	top: 15%;
	right: -2.5px;
}

.zeynep > div > ul li a i{
	display: block;
	margin-right: 20px;
	color: #e9570a;
}

.main-slider .tp-bullets.preview3 .bullet, 
.main-slider .tp-bullets.preview3 .bullet{
	display: none;
}

.main-slider h2{
	margin-bottom: 60px !important;
}

.theme-btn{
	padding: 20px 25px;
	border: #ccc solid 2px;
	text-transform: uppercase;
	border-radius: 0 !important;
	font-family: MainTitle !important;
}

.btn-style-one{
	background: #e9570a !important;
	border: #e9570a solid 2px !important; 
	color: #fff;
}

.btn-style-one:hover{
	background: transparent !important; 
	color: #e9570a !important;
	border: #e9570a solid 2px !important;
}

.btn-style-two:hover{
	background: #e9570a !important; 
	color: #fff !important;
	border: #e9570a solid 2px !important;
}

.zeynep{
	width: 350px !important;
}

.video-presentation{
	border-radius: 20px;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}

.video-presentation-inner{
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	top: 0;
	left: 0;
	border-radius: 10px;
	text-align: center;
}

.video-presentation-inner a {
	color: #fff;
	background: red;
	width: 80px;
	height: 80px;
	display: block;
	margin: 180px auto;
}

.video-presentation-inner a i{
	vertical-align: middle;
	line-height: 80px;
	font-size: 34px;
}

/*
INNER STYLE
*/

.inner-banner{
	height: 250px;
	background: url(../images/main-slider/old3.jpg) 71% 90%;
}

.inner-banner h4{
	line-height: 180px;
	font-size: 42px;
}

.inner-banner h4 strong{
	font-family: stylishedFont;
	color: #e9570a;
}

.our-technologies {
}

.our-technologies i{
	font-size: 42px;
	color: #999;
	text-align: center;
	display: block;
}

.contact-list {
	margin-bottom: 60px;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
	border-bottom: rgba(204,204,204,.2) solid 1px;
}

.contact-list li{
	position: relative;
	color: #262835;
	display: inline-block;
	margin-right: 60px;
}

.contact-list li:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	background: rgba(204,204,204,.3);
	top: 0;
	right: -35px;
}

.contact-list li:last-child:after{
	display: none;
}

.contact-list li:last-child{
	margin-right: 0;
}

.contact-list li i{
	font-size: 24px;
	color: #e9570a;
}

.contact-list li h4{
	margin: 0;
	margin-top: 10px;
	color: #444;
}

.contact-list li p{
	color: #999;
}

.contact-wrapper input, .contact-wrapper textarea{
	width: 100%;
	background: #f5f6f7;
	border: none;
	margin-bottom: 20px;
	color: #111;
	padding: 20px 30px 15px;
	border-radius: 30px;
}

.contact-wrapper textarea{
	padding-top: 30px;
}

.contact-wrapper button{
	display: block;
	margin: auto;
}

.work-process{
	padding: 100px;
	background: url(../images/work_process.png);
}

.work-process-inner{
	position: relative;
}

.work-process-inner > div{
	position: absolute;
}

.work-process-inner > div img{
	display: block;
	margin: auto;
}

.work-process-inner > div h4{
	color: #262835;
	text-align: center;
}

.div-1, .div-3{
	top: -80px;
}
.div-2{
	top: 5px;
}
.div-4{
	top: -25px;
}
.div-5{
	top: -100px;
}
.div-6{
	top: 10px;
}

.services-inner-wrapper {
	margin-bottom: 60px;
}

.services-inner-wrapper p{
	color: #666;
	line-height: 30px;
}

.services-inner-wrapper a{
	color: #fff;
	text-decoration: none;
}

.service-title h2{
	margin: 10px 0 !important;
}

.row-bg{
	background: url(../images/row-bg.jpg) no-repeat;
	background-size: 100%;
	background-position: 30% 70%;
	padding-top: 60px;
	position: relative;
}

.row-bg .div-title{
	position: relative;
	z-index: 10;
	color: white;
}

.row-bg .div-title h2{
	color: #fff;
}

.row-bg .div-title ul li a{
	color: #fff;
}

.row-bg .div-title p{
	color: #f9f9f9;
}

.row-bg-top{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(38,40,53,.9);
	top: 0;
	z-index: 0;
}

.row-bg > div h4{
	color: #fff !important;
	font-family: contentFont2;
}

.store-wrapper i{
	color: #777;
	font-size: 142px;
	text-align: center;
	display: block;
	margin: 0px auto 40px;
}

.store-wrapper ul{
	text-align: center;
	display: block;
}

.store-wrapper ul li{
	display: inline-block;
}

.store-wrapper ul li{
	margin-right: 20px;
}

.store-wrapper ul li:last-child{
	margin-right: 0;
}

.branches-logos{
    width: 180px;
    height: 180px;
    margin:0 auto 0px;
    overflow: hidden;
    border-radius: 50% !important;
    box-shadow: rgba(204,204,204,.2) 1px 1px 10px 10px;
}

.branches-logos img{
    width: 100%;
    margin-top:0 !important;
}

.slide-overlay{
    background: rgba(0,0,0,.4) !important;
}
























