body {
    background: #fff none repeat scroll 0 0;
    color: #444;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

.arka {

    position: relative;
}

.arka:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 636px;
    background: #000;
    opacity: .6;
    content: "";
}

.arka1 {

    position: relative;
}

.arka1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 297px;
    background: #000;
    opacity: .6;
    content: "";
}


.sayfala {
    padding: 15px;
    background-color: #ededed;
    width: max-content;
}

.sayfala font {
    margin-right: 10px;
}

.sayfala a {
    margin-right: 10px;
}

.padding0 {
    padding: 0px !important;
}

.padding5 {
    padding: 5px !important;
}

.colormavi {
    color: #199cdb;
}

.colorsiyah {
    color: #333333;
}




#menuback .btn {
    text-align: center;
    margin-top: 15px;


}

#menuback .btn a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #63c672;
    border: 1px solid #63c672;
    padding: 15px 20px;
    text-decoration: none;
}

#menuback .btn a:hover {
    color: #63c672;
    background: #fff;
    border: 1px solid #63c672;

}

#menuback .logo img {
    float: left;
    width: 100%;
    max-width: 207px;
    padding: 10px 0px;
}


#ustgenel {
    border: none;
    background: transparent;
    text-align: center;
    margin: 0px auto;
    z-index: 2;
}

#menuback {
    background: #ffffff;
}

#menuback .icon {
    padding: 22px 5px;
    background: transparent;
    text-align: center;
}

#menuback .icon i {
    color: #63c672;
    font-size: 34px;



}

#menuback .icerik {
    text-align: left;
    padding-top: 10px;
}

#menuback .baslik {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}

#menuback .detay {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.navbar-brand img {
    max-width: 207px !important;
    padding: 15px 0px;
}

#menuback .iletisimust {
    padding: 10px 0px;
}


#menuust {
    border-top: solid 1px #ccc;


}

#menuust ul {
    padding: 0px;

}

#menuust ul.navbar-nav li a {
    padding: 15px 25px;
    color: #fff;
}

#menuust ul.navbar-nav li {
    float: left;
    position: relative;
}

#menuust ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding: 22px 0px;
    text-transform: uppercase;
    margin: 0px 15px;
    position: relative;
}

#menuust ul.navbar-nav>li>a::before {
    background: #63c672;
    content: "";
    height: 2px;
    position: absolute;
    top: 0;
    width: 0;
    transition: .5s;
}

#menuust ul.navbar-nav>li:hover>a:before {
    width: 100%;
}

#menuust ul.navbar-nav li a:hover {
    color: #333;
}

#menuust ul.navbar-nav li.active>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#menuust ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #63c672;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
    list-style-type: none;
}

#menuust li a:hover,
#menu li a:focus {}

#menuust ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;

}

#menuust ul.nav li ul.sub-menu li:last-child {
    border-bottom: none;
}

#menuust ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

#menuust ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 15px;
    text-transform: uppercase;
}

#menuust ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #63c672;
}

/*----------------------------------------*/
/*  4  - Slider
/*----------------------------------------*/

#slider {
    padding: 0px;
}

#slider .intro-content {
    position: relative;
    z-index: 1;
}

#slider .slider-images img {
    width: 100%;

}

#slider .intro-content::after {
    background: rgba(10, 24, 40, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

#slider .slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 99;
    left: 0;
    margin: 0 auto;
    margin-top: -180px;
}

#slider .layer-1 {
    margin: 20px 0;
}

#slider .layer-2 p {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.60px;
    line-height: 30px;
}

#slider .layer-1 h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    max-width: 900px;
}

#slider .ready-btn {
    border: 1px solid #63c672;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #63c672;

    border-radius: 3px;
}

#slider .ready-btn:hover {
    color: #fff;
    background: #63c672;
    border: 1px solid #63c672;
    text-decoration: none;
}

#slider .ready-btn.right-btn {
    margin-left: 15px;
    background: #252525;
    border: 1px solid #252525;
}

#slider .ready-btn.right-btn:hover {
    background: #63c672;
    border: 1px solid #63c672;
}

#slider .ready-btn.left-btn:hover {
    background: #252525;
    border: 1px solid #252525;
}


/*----------------------------------------*/
/*  5 - Orta Üçlü
/*----------------------------------------*/


#ortauclu {
    position: relative;
    margin-top: -200px;
    z-index: 9;
    padding: 60px 0px;
}

#ortauclu .uclu1 {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 30px 15px;
    background: #fff;
    margin-bottom: 48px;
}

#ortauclu .uclu {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    display: block;
    padding: 30px 15px;
    background: #fff;
    margin-bottom: 48px;
}

#ortauclu .servisresim {
    display: inline-block;
    margin-bottom: 30px;
}

#ortauclu .ucluaciklama h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #444;
}

#ortauclu .ucluaciklama p {
    margin: 0 0 15px;
    color: #666;
    padding-left: 15px;
    padding-right: 15px;
}

#ortauclu .servisresim a {
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 99px;
    border: 1px solid #63c672;
    color: #63c672;
    transition: 0.4s;
}

#ortauclu .uclu:hover .ucluaciklama h4 {
    color: #70f183;
}

#ortauclu .uclu:hover .servisresim a {
    color: #fff;
    background: #70f183;
    transition: 0.4s;
}

#ortauclu .uclu1:hover .ucluaciklama h4 {
    color: #f7121d;
}

#ortauclu .uclu1:hover .servisresim a {
    color: #fff;
    background: #f7121d;
    transition: 0.4s;
}



/*----------------------------------------*/
/*  6 - Kurumsal
/*----------------------------------------*/


#kurumsal {
    background: #ececec;
    padding: 40px 0px;
}

#kurumsal .kurumsalresim {
    position: relative;
    display: block;

}

#kurumsal .kurumsalresim img {
    width: 100%;

}

#kurumsal .kb {
    font-weight: 600;
    line-height: 30px;
    font-size: 24px;
    padding-bottom: 15px;
}

#kurumsal .kurumsalbaslik p {
    line-height: 25px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

#kurumsal .kurumsaldetay {
    overflow: hidden;
    display: block;
    padding: 0px;
}

#kurumsal .kurumsaltekil {
    width: 48%;

    margin-right: 10px;
    padding-top: 40px;
}

#kurumsal .kurumsaltekil p {
    text-align: left;
    color: #666;
    line-height: 25px;
}

#kurumsal .kurumsaltekil a {
    font-size: 40px;
    color: #63c672;
    float: left;
    line-height: 49px;
}

#kurumsal .kurumsaltekil h5 {
    font-size: 18px;
    color: #666;
    float: left;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}

#kurumsal .icontitle {
    display: block;
    overflow: hidden;
}


/*----------------------------------------*/
/*  7 - Neden Biz
/*----------------------------------------*/


#nedenbiz {
    padding: 40px 0px;

}

#nedenbiz .dortlu {
    box-shadow: none;
    display: block;
    padding: 30px 30px;
    background: #f6f6f6;
    border: 1px solid #63c672;
}

#nedenbiz .servisresim {
    display: inline-block;
    margin-bottom: 30px;
}

#nedenbiz .dortluaciklama h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

#nedenbiz .dortluaciklama p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

#nedenbiz .servisresim span {
    border-radius: 50%;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    line-height: 99px;
    border: 1px solid #63c672;
    color: #fff;
    transition: 0.4s;
    background: #63c672;
}

#nedenbiz .dortlu:hover .dortluaciklama h4 {
    color: #63c672;

}

#nedenbiz .dortlu:hover .servisresim a {
    color: #fff;
    background: #63c672;
    border: 1px solid #63c672;
    transition: 0.4s;
}

#nedenbiz .nedenbizbaslik {
    margin-bottom: 60px;
    position: relative;
}

#nedenbiz .nedenbizbaslik h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#nedenbiz .nedenbizbaslik .white-headline h3 {
    color: #fff;
}

#nedenbiz .nedenbizbaslik .text-left {
    margin-bottom: 30px;
}

#nedenbiz .nedenbizbaslik::after {
    border: 1px solid #63c672;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

#nedenbiz .nedenbizbaslik .text-left h3::after {
    border: 2px solid #63c672;
    left: 0;
    right: auto;
}

#nedenbiz .nedenbizbaslik p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

/*----------------------------------------*/
/*  8 - servislerimiz
/*----------------------------------------*/


#servislerimiz {
    background: #ececec;
    padding: 40px 0px;

}

#servislerimiz .sevislerimizbaslik {
    margin-bottom: 35px;
    position: relative;
}

#servislerimiz .sevislerimizbaslik h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#servislerimiz .sevislerimizbaslik .white-headline h3 {
    color: #fff;
}

#servislerimiz .sevislerimizbaslik .text-left {
    margin-bottom: 30px;
}

#servislerimiz .sevislerimizbaslik::after {
    border: 1px solid #63c672;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

#servislerimiz .sevislerimizbaslik .text-left h3::after {
    border: 2px solid #63c672;
    left: 0;
    right: auto;
}

#servislerimiz .sevislerimizbaslik p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

#servislerimiz .serviskutu {
    padding: 30px;
    box-shadow: none;
    overflow: hidden;
    background: #fff;
    text-align: center;
    margin-top: 15px;
}

#servislerimiz .serviskutu img {
    width: 100%;
}

#servislerimiz .serviskutu:hover .servisresim img {
    transform: scale(1);
    transition: 1s;
}

#servislerimiz .servisaciklama h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

#servislerimiz .servisaciklama p {
    margin: 0 0 15px;
    color: #666;
}

#servislerimiz .servisresim {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

#servislerimiz .servisresim img {
    transform: scale(1.1);
    transition: 1s;
}

#servislerimiz .servislink {
    font-weight: 700;
    text-transform: uppercase;
    color: #666;
    position: relative;
    font-size: 13px;
    z-index: 2;
    text-decoration: none;
}

#servislerimiz .servislink ::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -12px;
    top: -2px;
}

/*----------------------------------------*/
/*  9 - Faaliyet Alanları 
/*----------------------------------------*/
#falanlari {
    padding-top: 30px;
    padding-bottom: 40px;
}

#falanlari .falanlaribaslik {
    margin-bottom: 35px;
    position: relative;
}

#falanlari .falanlaribaslik h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#falanlari .falanlaribaslik .white-headline h3 {
    color: #fff;
}

#falanlari .falanlaribaslik .text-left {
    margin-bottom: 30px;
}

#falanlari .falanlaribaslik::after {
    border: 1px solid #63c672;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

#falanlari .falanlaribaslik .text-left h3::after {
    border: 2px solid #63c672;
    left: 0;
    right: auto;
}

#falanlari .falanlaribaslik p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

#falanlari .faaliyetkutu {
    margin-top: 50px;
    text-align: center;

}

#falanlari .faaliyetkutu img {
    width: 100%;
}

/*----------------------------------------*/
/*  9 - Sayaç
/*----------------------------------------*/
#sayac {
    padding: 50px 0px;
    background: url(../images/sayac.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    width: 100%;
    height: auto;
}

#sayac .sayicon>i {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 76px;
    width: 80px;
    height: 80px;
    border: 1px solid #63c672;
    border-radius: 50%;
    background: #63c672;
}

#sayac .sayicon {

    width: 25%;
    text-align: center;
}

#sayac .counter {
    color: #fff;
    display: block;
    font-size: 40px;
    padding: 15px 0px 20px;
    font-weight: 800;
    line-height: 40px;
}

#sayac .sayicon>h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

/*----------------------------------------*/
/*  9 - Referanslarımız
/*----------------------------------------*/
#referans {
    padding: 40px 0px;
}

#referans .refbaslik h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#referans .refbaslik .white-headline h3 {
    color: #fff;
}

#referans .refbaslik .text-left {
    margin-bottom: 30px;
}

#referans .refbaslik::after {
    border: 1px solid #63c672;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

#referans .refbaslik .text-left h3::after {
    border: 2px solid #63c672;
    left: 0;
    right: auto;
}

#referans .refbaslik p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

#referans .referanskutu {
    margin-top: 60px;
    text-align: center;

}

#referans .referanskutu img {
    width: 100%;
    max-height: 260px;
}

#referans .referanskutu a {

    text-decoration: none;
}

#referans .katadi {
    text-decoration: none;
    color: #000;
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
}

/*----------------------------------------*/
/*  10 - İletişim
/*----------------------------------------*/

#iletisim {
    padding: 90px 0px;
    background: url(../images/iletisim.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#iletisim .iletisimust {
    margin-bottom: 20px;
    overflow: hidden;
}

#iletisim .iletisimicon {
    display: block;
    padding: 30px 0px;
}

#iletisim .iletisimicon i {
    color: #fff;
    float: left;
    font-size: 30px;
    border: 1px solid #63c672;
    background: #63c672;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

#iletisim .iletisimicon span {
    color: #fff;
    display: block;
    padding-left: 70px;
    line-height: 24px;
    font-size: 17px;
}

#iletisim .iletisimbaslik h4 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 30px;
    font-weight: 700;
}

#iletisim .iletisimbaslik h4::after {
    border: 2px solid #63c672;
    bottom: 0px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 20%;
}

#iletisim .iletisimbaslik p {
    color: #fff;
    font-size: 17px;
    margin-top: 20px;
    line-height: 26px;
}

#iletisim .color {
    color: #63c672;

}

#iletisim .single-contact span {
    color: #fff;
}

#iletisim .form {
    padding: 0px;
}

#iletisim .form #contactForm input,
#iletisim .form #contactForm select {
    border: none;
    border-radius: 0;
    height: 46px;
    margin-bottom: 20px;
    width: 100%;
    padding: 6px 12px;
    color: #555;
}

#iletisim .form .contact-form textarea#message {
    height: 180px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

#iletisim .form .quote-btn {
    background: #63c672;
    border: 1px solid #63c672;
    color: #fff;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: 0.4s;
}

#iletisim .form .quote-btn:hover {
    background: #fff;
    border: 1px solid #63c672;
    color: #63c672;
    transition: 0.4s;
}

#iletisim .g-recaptcha {
    width: 100%;
}

/*----------------------------------------*/
/*  10 - Haber
/*----------------------------------------*/
#haber {
    padding: 60px 0px;

}

#haber .haberbaslik h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#haber .haberbaslik .white-headline h3 {
    color: #fff;
}

#haber .haberbaslik .text-left {
    margin-bottom: 30px;
}

#haber .haberbaslik::after {
    border: 1px solid #63c672;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: 0;
}

#haber .haberbaslik .text-left h3::after {
    border: 2px solid #63c672;
    left: 0;
    right: auto;
}

#haber .haberbaslik p {
    max-width: 650px;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 auto;
    line-height: 26px;
}

#haber .image-scale {
    position: relative;
    transform: scale(1.1);
    display: block;
    transition: 0.5s;
}

#haber .image-scale::after {
    position: absolute;
    content: "";
    background: rgba(0, 46, 91, 0.30);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#haber .haberyazi a h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #666;
    line-height: 24px;
}

#haber .blogmeta {
    position: relative;
    top: -40px;
    background: #63c672;
    width: 168px;
    padding: 5px 10px;
    left: 10px;
}

#haber .blogmeta span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}

#haber .blog-title {
    margin-top: -10px;
}

#haber .haberkutu:hover .image-scale {
    transform: scale(1);
    transition: 0.5s;
}

#haber .haberkutu:hover .image-scale::after {
    background: rgba(0, 46, 91, 0);
}

#haber .haberkutu {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}

#haber .haberkutu.b-mar {
    margin-top: 20px;
}

#haber .haberyazi a h4:hover {
    color: #63c672;
}

#haber .haberbtn {
    display: inline-block;
    font-weight: 700;
    color: #666;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
}

#haber .haberbtn::after {
    position: absolute;
    content: "\e87a";
    right: 10px;
    top: 0px;
    font-family: cleaning;
    font-size: 13px;
    opacity: 0;
    transition: 0.5s;
}

#haber .haberbtn:hover {
    color: #63c672;
}

#haber .haberbtn:hover.haberbtn::after {
    right: -20px;
    opacity: 1;
    transition: 0.5s;
}

#haber .haberresim {
    overflow: hidden;
    display: block;
}

#haber .haberresim img {
    width: 100%;

}

/*----------------------------------------*/
/*  11 - Footer
/*----------------------------------------*/
#footer {
    padding-top: 40px;
    padding-bottom: 70px;
    background: #113540;
}

#footer .fkolonb p {
    color: #fff;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 22px;
}

#footer .fkolonb h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer .fkolonb h5 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer .fkolon a {

    text-decoration: none;
    color: #fff;
    line-height: 30px
}

#footer .footersosyal {
    display: inline-block;
    padding: 20px 0px;
}

#footer .footersosyal h4 {

    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

#footer .footersosyal a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
}

#footer .footersosyal a i {
    padding-top: 5px;

}

#footer .footersosyal a:hover {
    color: #fff;
    border: 1px solid #63c672;
    background: #63c672;
}

#footer .footersosyal {
    margin-top: 30px;
}

#footer .filetisimbilgi p span {
    color: #63c672;
    font-weight: 700;
}

#footer .hizmetlist {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#footer .hizmetlist li a {
    color: #fff;
    padding: 5px 0px;
    display: block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
}

#footer .hizmetlist li a:hover {
    color: #63c672;
}

#kalbelge {
    background: #113540;
    color: #63c672;
    font-weight: 700;
    padding: 10px 0px;
}

#kalbelge a {
    text-decoration: none;
    color: #63c672;

}

#kalbelge a:hover {

    color: #f7121d;

}

/*----------------------------------------*/
/*  12 - Footer Alt
/*----------------------------------------*/
#footeralt {
    background: #173c47 none repeat scroll 0 0;
    padding: 25px 0;
}

#footeralt .copyright {
    color: #fff;
    font-weight: 500;
    padding: 10px 0px;
    font-size: 16px;
}

#footeralt .color {
    color: #63c672;
}

#footeralt .tuyan {
    text-align: right;
    padding: 10px 0px;
}

@media (max-width: 1200px) {}

@media (max-width: 996px) {}


@media (max-width: 767px) {

    #ustbar {
        display: none;
    }

    #lgiletisim .iletisimust {
        display: none;
    }

    .navbar-default .navbar-toggle {
        border-color: #199cdb !important;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #199cdb !important;
    }

    #mobilbutton {
        height: 35px;
        width: 35px;
    }

    .navbar-brand img {
        width: 100%;
    }

    #menuust ul.navbar-nav>li:hover>a:before {
        width: 0;
    }

    #menuust ul.navbar-nav li {
        text-align: center;
        padding:0px;
        width: 100%;
    }

    #menu li a {
        font-size: 16px;
        line-height: 20px;

    }

    #slider {}

    #ortauclu .uclu {
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        display: block;
        padding: 30px 15px;
        margin-bottom: 10px;
        background: #fff;

    }

    #ortauclu {
        position: relative;
        margin-top: 0px;
        z-index: 9;
    }

    #nedenbiz .dortlu {
        margin: 10px 0px;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
        display: block;
        padding: 30px 15px;
        background: #fff;
        border: none;
    }

    #kurumsal {
        text-align: center;
        padding: 0px;
    }

    #kurumsal .kurumsaltekil {
        text-align: center;
        width: 100%;
    }

    #kurumsal .kurumsaldetay {
        text-align: center;
    }

    #footer {
        text-align: center;
    }

    #footer .fkolon {
        padding: 0px;
    }

    #footer .fkolonb {
        padding-top: 20px;
        text-align: center;
    }

    #footer .fkolonb p {

        text-align: center;
    }

    #footer .filetisimbilgi p {
        text-align: center;
    }


    #footeralt .copyright {
        width: 100%;
        text-align: center;
    }

    #footeralt .tuyan {
        width: 100%;
        text-align: center;
    }
}
.slayt_cerceve{
    position: absolute;
    top: 300px;
    text-align: left;
    width: 600px;
    padding: 15px;
    right: 300;
    background: transparent;
    border:1px solid transparent;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}.slayt_baslik{
  position: relative;
  font-size: 75px;  
  z-index: 1;
  color: #fefefe;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #fff;
}.yerle{
  text-align: left;
}.slayt_aciklama{
  position:relative;
  text-align: left;
  width:550px;
  z-index:0;
  margin-bottom: 15px;
  font-size:24px;
  color:#ffffff;
}.slayt_link{
  position:relative;
  text-align: left;
  left: calc(50% - 100px);
  display: inline-block;
  width:auto;
  z-index:5;
  font-weight: 600;
  font-size:20px;
  color:#ffffff;
  padding: 10px 30px;
  top: 80;
  border: 1px solid #fff;
  border-radius: 10px;
}.slayt_link a,.slayt_link a:hover,.slayt_link a:focus{
  color: #fff;
  text-decoration: none;
}
  .jssorl-oval img {
            animation-name: jssorl-oval;
            animation-duration: 1.2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-oval {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            overflow: hidden;
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }

        @media (max-width: 768px) {
.slayt_cerceve{
  width: 1800px;
  left: 10%;
  top: 60%;
}.slayt_baslik{
  width: auto;
  font-size: 80px;
}.slayt_aciklama{
  font-size: 50px;
  width: auto;
}.slayt_link a{
  font-size: 50px;
}.slayt_link{
  border:5px solid #fff;
  border-radius: 2em;
}
}




