/*
Theme Name: Industing
Theme URI: http://themewar.com/html/industing
Author: themewar
Author URI: http://themewar.com/
Description: Industing - Industry & Factory Business HTML5 Template
Version: 1.0
License:
License URI:
*/
/*=======================================================================
[Table of contents]
=========================================================================
1. Preset
*/

/*------------------------------------------------------------------------------
/ 1. Preset
------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

body, html{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #959ba9;
    font-weight: 400;
    letter-spacing: 0;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #06163a;
    margin: 0 0 15px;
}
.barlow{
    font-family: 'Barlow Condensed', sans-serif;
}

a{
    color: #ff5e14;
    text-decoration: none;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
a:hover, a:focus{
    text-decoration: none;
    outline: 0;
}
.ind_btn{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: transparent;
    display: inline-block;
    color: #FFF;
    height: 60px;
    min-width: 200px;
    padding: 25px 25px;
    text-align: center;
    line-height: .9;
    margin-bottom: 6px;
}
.ind_btn:hover{
    color: #ff5e14;
}
.ind_btn.ib_dark:hover{
    color: #FFF;
}
.ind_btn.id_dark2:hover{
    color: #FFF;
}
.ind_btn.id_light:hover{
    color: #06163a;
}
.ind_btn span{
    position: relative;
    z-index: 4;
}
.ind_btn:before{
    width: 100%;
    height: 100%;
    background: #ff5e14;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.ind_btn.ib_dark:before{
    background: #06163a;
}
.ind_btn:hover:before{
    left: 6px;
    top: 6px;
}
.ind_btn:after{
    width: 100%;
    height: 100%;
    background: #FFF;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.ind_btn.ib_dark:after{
    background: #ffe6db;
}
.ind_btn.id_gray:after{
    background: #edf3ff;
}
.ind_btn.id_dark2:after{
    background: #162c5f;
}
.ind_btn.id_light:after{
    background: #ffe0d2;
}
.ind_btn:hover:after{
    left: 0;
    top: 0;
    z-index: 3;
}
.ind_btn.ib_dark:hover:after{
    background: #ff5e14;
}
.ind_btn_2{
    height: 60px;
    background: #ff5e14;
    min-width: 170px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.ind_btn_2 span{
    position: relative;
    z-index: 2;
}
.ind_btn_2:after{
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    background: #06163a;
    
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.ind_btn_2:hover{
    color: #FFF;
}
.ind_btn_2:hover:after{
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}
input:focus, textarea:focus, select:focus, button:focus{
    outline: 0;
    box-shadow: none;
}

.fa{
    line-height: inherit;
}

.commonSection{
    padding: 120px 0;
    position: relative;
    background: #FFF;
}
.commonSection.bgtp, .bgtp{
    background: transparent;
}
.graySection{
    background: #f5f5f5;
}
.graySection2{
    background: #f8f7ff;
}
.noPadding{
    padding: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.noPaddingBottom{
    padding-bottom: 0;
}

.mrm15{
    margin-right: -15px;
}

.sub_title{
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #c3c8d4;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: .8;
}
.sub_title.gray_sub_title{
    color: #959ba9;
}
.sub_title.dark_sub_title{
    color: #ff5e14;
}
.sub_title.light_sub_title{
    color: #FFF;
}
.sec_title{
    font-size: 80px;
    line-height: 90px;
    letter-spacing: -2.4px;
    margin: 0 0 80px;
    position: relative;
}
.sec_title.dark_sec_title{
    color: #FFF;
}
.sec_title.light_sec_title{
    color: #FFF;
}
.sec_title span{
    position: relative;
}
.sec_title span i{
    font-size: 120px;
    line-height: 90px;
    color: #e9edf6;
    letter-spacing: -3.6px;
    position: absolute;
    bottom: -2px;
    left: -70px;
    z-index: 1;
}
.sec_title span span{
    z-index: 2;
    position: relative;
}
.sec_title.with_bar{
    padding-bottom: 29px;
}
.sec_title.with_bar:after{
    width: 60px;
    height: 2px;
    background: #ff5e14;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.sec_title.dark_sec_title.with_bar:after{
    background: #203259;
}
.sec_title.light_sec_title.with_bar:after{
    background: rgba(255, 255, 255, .3);
}
.text-left .sec_title.with_bar:after{
    right: auto;
    left: 0;
    margin: 0;
}
.ind_lead{
    font-size: 18px;
    line-height: 30px;
    color: #ff5e14;
    margin: 0;
}

.bgDiv{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 100%;
}
.imgDiv{
    position: relative;
    overflow: hidden;
}
.imgDiv img{
    width: 100%;
    height: auto;
}
.imgDiv2{
    position: relative;
    overflow: hidden;
}
.imgDiv2 img{
    width: auto;
    height: auto;
}


.page_banner{
    position: relative;
    background: url(../images/bg/basak-telsiz-hakkimizda.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.page_banner:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.page_banner .container{
    position: relative;
    z-index: 2;
	
}
.page_banner h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.referans{
    position: relative;
    background: url(../images/bg/referanslar.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.referans:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.referans .container{
    position: relative;
    z-index: 2;
	
}
.referans h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}


.dmr{
    position: relative;
    background: url(../images/bg/dmr.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.dmr:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.dmr .container{
    position: relative;
    z-index: 2;
	
}
.dmr h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.lisansiz{
    position: relative;
    background: url(../images/bg/lisansiz.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.lisansiz:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.lisansiz .container{
    position: relative;
    z-index: 2;
	
}
.lisansiz h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.poc{
    position: relative;
    background: url(../images/bg/poc.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.poc:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.poc .container{
    position: relative;
    z-index: 2;
	
}
.poc h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.kirisun{
    position: relative;
    background: url(../images/bg/kirisun.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.kirisun:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.kirisun .container{
    position: relative;
    z-index: 2;
	
}
.kirisun h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.atex{
    position: relative;
    background: url(../images/bg/atex.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.atex:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.atex .container{
    position: relative;
    z-index: 2;
	
}
.atex h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.lte{
    position: relative;
    background: url(../images/bg/lte.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.lte:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.lte .container{
    position: relative;
    z-index: 2;
	
}
.lte h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.tetra{
    position: relative;
    background: url(../images/bg/tetra.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.tetra:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.tetra .container{
    position: relative;
    z-index: 2;
	
}
.tetra h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.arac{
    position: relative;
    background: url(../images/bg/arac.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.arac:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.arac .container{
    position: relative;
    z-index: 2;
	
}
.arac h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.metal-kapi{
    position: relative;
    background: url(../images/bg/metal-kapi.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.metal-kapi:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.metal-kapi .container{
    position: relative;
    z-index: 2;
	
}
.metal-kapi h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.xray{
    position: relative;
    background: url(../images/bg/xray.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.xray:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.xray .container{
    position: relative;
    z-index: 2;
	
}
.xray h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.xraymcd{
    position: relative;
    background: url(../images/bg/xraymcd.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.xraymcd:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.xraymcd .container{
    position: relative;
    z-index: 2;
	
}
.xraymcd h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.el-dedektoru{
    position: relative;
    background: url(../images/bg/el-dedektoru.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.el-dedektoru:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.el-dedektoru .container{
    position: relative;
    z-index: 2;
	
}
.el-dedektoru h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.arac-alti{
    position: relative;
    background: url(../images/bg/arac-alti.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.arac-alti:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.arac-alti .container{
    position: relative;
    z-index: 2;
	
}
.arac-alti h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.bariyer{
    position: relative;
    background: url(../images/bg/bariyer.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.bariyer:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.bariyer .container{
    position: relative;
    z-index: 2;
	
}
.bariyer h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.serit-bariyer{
    position: relative;
    background: url(../images/bg/serit-bariyer.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.serit-bariyer:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.serit-bariyer .container{
    position: relative;
    z-index: 2;
	
}
.serit-bariyer h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.protokol-bariyer{
    position: relative;
    background: url(../images/bg/protokol-bariyer.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.protokol-bariyer:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.protokol-bariyer .container{
    position: relative;
    z-index: 2;
	
}
.protokol-bariyer h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.demir-bariyer{
    position: relative;
    background: url(../images/bg/demir-bariyer.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.demir-bariyer:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.demir-bariyer .container{
    position: relative;
    z-index: 2;
	
}
.demir-bariyer h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.devriye-tur{
    position: relative;
    background: url(../images/bg/devriye-tur.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.devriye-tur:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.devriye-tur .container{
    position: relative;
    z-index: 2;
	
}
.devriye-tur h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.role{
    position: relative;
    background: url(../images/bg/role.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.role:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.role .container{
    position: relative;
    z-index: 2;
	
}
.role h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.bina-ici{
    position: relative;
    background: url(../images/bg/bina-ici.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.bina-ici:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.bina-ici .container{
    position: relative;
    z-index: 2;
	
}
.bina-ici h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.tunel-ici{
    position: relative;
    background: url(../images/bg/tunel-ici.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.tunel-ici:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.tunel-ici .container{
    position: relative;
    z-index: 2;
	
}
.tunel-ici h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.maden-ici{
    position: relative;
    background: url(../images/bg/maden-ici.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.maden-ici:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.maden-ici .container{
    position: relative;
    z-index: 2;
	
}
.maden-ici h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.avm-guvenlik{
    position: relative;
    background: url(../images/bg/avm-guvenlik.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.avm-guvenlik:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.avm-guvenlik .container{
    position: relative;
    z-index: 2;
	
}
.avm-guvenlik h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.havaalani-guvenlik{
    position: relative;
    background: url(../images/bg/havaalani-guvenlik.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.havaalani-guvenlik:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.havaalani-guvenlik .container{
    position: relative;
    z-index: 2;
	
}
.havaalani-guvenlik h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.otel-guvenlik{
    position: relative;
    background: url(../images/bg/otel-guvenlik.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.otel-guvenlik:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.otel-guvenlik .container{
    position: relative;
    z-index: 2;
	
}
.otel-guvenlik h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.kamu-guvenlik{
    position: relative;
    background: url(../images/bg/kamu-guvenlik.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.kamu-guvenlik:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.kamu-guvenlik .container{
    position: relative;
    z-index: 2;
	
}
.kamu-guvenlik h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.otogar-guvenlik{
    position: relative;
    background: url(../images/bg/otogar-guvenlik.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.otogar-guvenlik:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.otogar-guvenlik .container{
    position: relative;
    z-index: 2;
	
}
.otogar-guvenlik h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.devriye-tur{
    position: relative;
    background: url(../images/bg/devriye-tur.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.devriye-tur:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.devriye-tur .container{
    position: relative;
    z-index: 2;
	
}
.devriye-tur h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.kiralama-bakim{
    position: relative;
    background: url(../images/bg/kiralama-bakim.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.kiralama-bakim:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.kiralama-bakim .container{
    position: relative;
    z-index: 2;
	
}
.kiralama-bakim h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.yazilim-hizmetleri{
    position: relative;
    background: url(../images/bg/yazilim-hizmetleri.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.yazilim-hizmetleri:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.yazilim-hizmetleri .container{
    position: relative;
    z-index: 2;
	
}
.yazilim-hizmetleri h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.iletisim {
    position: relative;
    background: url(../images/bg/iletisim.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.iletisim:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.iletisim .container{
    position: relative;
    z-index: 2;
	
}
.iletisim h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}

.kvkk {
    position: relative;
    background: url(../images/bg/kvkk.jpg) no-repeat center center / cover;
    padding: 270px 0 120px;
	height: 650px;
	
}
.kvkk:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(6, 22, 58, .8);
}
.kvkk .container{
    position: relative;
    z-index: 2;
	
}
.kvkk h2{
    font-size: 100px;
    line-height: .8;
    text-transform: capitalize;
    letter-spacing: -3px;
    margin: 0 0 50px;
    color: #FFF;
}
.breadcrumbs{
    position: relative;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    color: #949bac;
    line-height: .8;
}
.breadcrumbs a{
    color: inherit;
}
.breadcrumbs a:hover{
    color: #ff5e14;
}
.breadcrumbs span{
    color: #FFF;
}
.breadcrumbs i{
    font-style: normal;
    margin: 0 8px 0 7px;
}