﻿body {
    font-family: Raleway!important;
}
.bodyAna {
    margin-top: 40px;
    background-color: white;
    min-height: 802px;
    margin-bottom: 60px;
}
#loading {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.9;
}
.rightMenu {
    float: right;
    top: -30px;
    position: relative;
    z-index: 1000;
    /*right: 50px;*/
    display: block;
    margin-left: 92%;
}

.main-header.sml .rightMenu {
    float: right;
    top: 0px;
    position: relative;
    z-index: 1000;
    /*right: 50px;*/
    display: block;
    margin-left: 92%;
}
#loading-image {
    position: absolute;
    top: 43%;
    left: 45%;
}

#agac {
    width: 270px;
    height: 300px;
    background-image: url(../image/portfoy/portfoy_Agaci.png);
    background-repeat: no-repeat;
    margin-top: 95px;
}

#arac {
    position: absolute;
    top: 90px;
    left: 75px;
    width: 40px;
    height: 40px;
}

#ev {
    position: absolute;
    top: 56px;
    left: 138px;
    width: 40px;
    height: 40px;
}

#saglik {
    position: absolute;
    top: 161px;
    left: 80px;
    width: 40px;
    height: 40px;
}

#seyehat {
    position: absolute;
    top: 175px;
    left: 137px;
    width: 40px;
    height: 40px;
}

#hayat {
    position: absolute;
    top: 108px;
    left: 146px;
    width: 40px;
    height: 40px;
}
.icon-register {
    height: 30px;
    margin: 0 5px;
}
.margiin15Giris {
    margin: 15px auto;
}
.margintop10 {
    margin-top: 10px!important;
}
.bottom0 {
    height: 50px;
    width: 100%;
    background-color: #fff;
    bottom: 0;
    position: fixed;
    padding-top: 14px;
}
.form-control {
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    background: none;
    -webkit-appearance: none;
    height: auto;
    position: relative;
    z-index: 2;
    color: #777;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.form-control-alt {
    padding: 13px 16px;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    background: white;
    -webkit-appearance: none;
    height: auto;
    position: relative;
    z-index: 2;
    color: #777;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    float: left;
    width: 190px;
    border: none;
}

.textarea.form-control {
    height: 118px!important;
}
.height118 {
    height: 118px !important;
}
.home-bg-top-kasko {
    background-image: url('../image/home-bg-top-kasko.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    min-height: 469px;
    margin-top: -12px;
    position: relative;
}
.home-bg-top-konut {
    background-image: url('../image/home-bg-top-konut.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    min-height: 469px;
    margin-top: -12px;
    position: relative;
}
.home-bg-top-seyahat {
    background-image: url('../image/home-bg-top-seyahat.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    min-height: 469px;
    margin-top: -12px;
    position: relative;
}
.home-bg-top-ferdi {
    background-image: url('../image/home-bg-top-ferdi.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    min-height: 469px;
    margin-top: -12px;
    position: relative;
}
main {
    padding: 15px 30px;
    /*margin: 24px auto;
    background: #fff;
    float: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;*/
}
.shadowAcik {
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.29) !important;
    -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.29) !important;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,.29) !important;
    width: 650px !important;
}
.shadowKapali {
    -webkit-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.29);
    -moz-box-shadow: 0px 0px 0px 0 rgba(0,0,0,.29);
    box-shadow: 0px 0px 0px 0 rgba(0,0,0,.29);
    width: 100%;
}
.padding-top-50 {
    padding-top: 50px;
}
.image-width {
    width: 180px;
}
@media screen and (max-width:500px) {
    .image-width {
        width:94px;
    }
}
@media screen and (max-width:1000px) {
    body {
        font-size: 14px!important;
    }
    h5 {
        font-size: 14px!important;
    }
    .shadowAcik {
        -webkit-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.29) !important;
        -moz-box-shadow: 3px 3px 10px 0 rgba(0,0,0,.29) !important;
        box-shadow: 3px 3px 10px 0 rgba(0,0,0,.29) !important;
        width: 100% !important;
    }
    main {
        padding: 20px 20px !important;
        margin: 7px auto!important;
    }
    .margin-bottom-5{
        margin-bottom:5px;
    }
    .no-padding{
        padding:0!important;
    }
    #loading-image {
        position: absolute;
        top: 37%;
        left: 34%;
    }
    .sirket-logo-kapali{
        display:none;
    }
    .project-title a{
        font-size:12px;
    }
    .project-title h3 {
        font-size: 18px;
        width: 90px;
    }
    .table th, .table td {
        padding: 9px;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }
    .xs-hidden{
        display:none;
    }
    .margintop10M{
        margin-top:10px;
    }
    .ana-h1 {
        color: white;
        padding: 7px 0 27px 0px!important;
        font-family: Raleway;
        font-size: 28px;
        font-style: italic;
        font-variant: normal;
        font-weight: 900;
    }
    .bgAna1 {
        background-color: #131f73;
        height: 320px !important;
        position: relative;
        -webkit-border-bottom-left-radius: 1100px 700px;
        -khtml-border-radius-bottomleft: 1100px 700px;
        -moz-border-radius-bottomleft: 1100px 700px;
        border-bottom-left-radius: 2500px 2000px;
        -webkit-border-bottom-right-radius: 1100px 700px;
        -khtml-border-radius-bottomright: 1100px 700px;
        -moz-border-radius-bottomright: 1100px 700px;
        border-bottom-right-radius: 2500px 2000px;
    }
    .sigortaFirma {
        margin-top: 500px!important;
        height: 205px;
    }
    .margin-left-20 {
        margin-left: 0!important;
    }
    .h3-Tercih {
        font-size: 14px!important;
        padding-top: 12px!important;
    }
    .mobilCenter {
        text-align: center!important;
    }
    .footer-bg-i {
        font: normal normal 28px/47px 'FontAwesome';
    }

    .footer-bg-i {
        position: relative;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
        width: 50px;
        height: 50px;
        display: inline-block;
        color: #fff;
        text-align: center;
        border-radius: 500px;
        border: 2px solid #fff;
    }

        .footer-bg-i:hover {
            color: #141f72;
            text-decoration: none;
            background: #fff;
        }
    .margintop20 {
        margin-top: 20px;
    }
    .footer-bg {
        background-color: #141F72;
        height: 536px!important;
    }
    .image-width{
        width:95px;
    }
    /*.firmaWidth{
        width:100%;
    }*/
    }
.h3-Tercih {
    font-size: 16px;
    padding-top: 24px;
}
.nav-link {
    color: #FFFFFF !important;
    font-size: 16px;
}
.bgAna {
    background: url(../image/Header_Background.jpg);
    background-position: 50% -110px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 766px;
    position: relative;
}
.padding-right19 {
    padding-right: 16px;
}
.bgAnaUst {
    background-color: #131f73;
}
.bgAna1 {
    background-color: #131f73;
    height: 600px;
    position: relative;
    -webkit-border-bottom-left-radius: 1100px 700px;
    -khtml-border-radius-bottomleft: 1100px 700px;
    -moz-border-radius-bottomleft: 1100px 700px;
    border-bottom-left-radius: 1100px 700px;
    -webkit-border-bottom-right-radius: 1100px 700px;
    -khtml-border-radius-bottomright: 1100px 700px;
    -moz-border-radius-bottomright: 1100px 700px;
    border-bottom-right-radius: 1100px 700px;
    margin: -50px 0 0 0;
}
.ana-h1 {
    color: white;
    padding: 100px 0 27px 0px;
    font-family: Raleway;
    /* font-size: 18px; */
    font-style: italic;
    font-variant: normal;
    font-weight: 900;
}
.ana-imgTop {
    margin-top: -110px;
}
.navbar a {
    font-family: Raleway;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}
.baslik-h3 {
    color: #A0D334;
}
.margin-left-20 {
    margin-left: 35px;
}
.footer-bg {
    background-color: #141F72;
    height: 400px;
}
.footer-Alt-bg {
    background-color: #141F72;
    height: 152px;
    border-top: 1px solid #525252;
    padding-top: 40px;
}
    .footer-bg h4 {
        color: white;
        font-weight: bold;
    }
    .footer-bg a{
        color: white;
    }
.footer-Alt-bg a {
    color: white;
}
.padding10 {
    padding: 10px 0;
}
.soc_icons {
    position: relative;
    display: block;
    margin-top: 15px;
    white-space: nowrap;
    text-align: center;
    margin-left: -44px;
    margin-bottom: 43px;
}

    .soc_icons > li {
        position: relative;
        display: inline-block;
        margin-right: 4px;
    }

    .soc_icons i {
        font: normal normal 28px/47px 'FontAwesome';
    }

    .soc_icons > li > a {
        position: relative;
        line-height: 1em;
        -webkit-transition: 0.4s all ease;
        transition: 0.4s all ease;
        width: 50px;
        height: 50px;
        display: inline-block;
        color: #fff;
        text-align: center;
        border-radius: 500px;
        border: 2px solid #fff;
    }

        .soc_icons > li > a:hover {
            color: #141f72;
            text-decoration: none;
            background: #fff;
        }

.footerAlt i {
    font: normal normal 17px/36px 'FontAwesome';
}

.footerAlt i {
    position: relative;
    -webkit-transition: 0.4s all ease;
    transition: 0.4s all ease;
    width: 40px;
    height: 40px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 500px;
    border: 2px solid #fff;
}

    .footerAlt i:hover {
        color: #141f72;
        text-decoration: none;
        background: #fff;
    }

.navbar-custom .icon-bar {
    border: 1px solid #fff;
}
.sigortaFirma {
    margin-top: 120px;
    height: 205px;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.main-header-wrap .main-header .logo {
    width: 230px !important;
    margin-left: -105px!important;
}
.main-header-wrap.header-mobile .main-header .logo img {
    width: 100% !important;
    margin-top: -10px !important;
    height: 50px !important;
}
.hosgeldiniz{

}
.sigortahakkinda {
    font-size: 25px;
    margin-bottom: 15px;
}
.hp-section section-1{
    background-size:contain !important;
}
@media (max-width:767px) {
    .hp-section.section-1 > .inner {
        margin-top: 120px !important;
       
    }
    .hp-section.section-1 {
        background-image: url(../images/bg-istanbul2.png) !important;
    }  
    .footer-bg {
        height: 800px !important;
    }
    .hosgeldiniz {
       
        margin-bottom: 15px !important;
    }

    .sigortahakkinda {
        font-size: 20px!important;
        margin-bottom: 25px !important;
    }
}

@media (max-width:1024px){
    .UyeGiris {
        display: none;
    }
    .rightMenu{
        display:none;
    }
    .main-header.sml.rightMenu {
        display: none;
    }
}

@media (min-width:768px) and (max-width: 1000px) {
    .footer-bg {
    background-color: #141F72;
    height: 436px!important;
}
@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

