@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lobster');

@media (max-width:500px){ 
.insaat1_kadro_banner .banner_bg {
    position: absolute;
    width: 100%;
    background: transparent;
    height: auto;
    top: 0px;
}

.insaat1_kadro_banner .swiper-slide .aciklama{
    margin-top:0px;
    z-index: 999;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    opacity: 0;
    text-align: left;
    display: inline-grid;
    float: left;
    width: 80%;
    padding: 20px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama{
    opacity: 1!important;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 {
    color:#fff;
    font-size: 15px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    display:inline-block;
    float: left;
    width: auto;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 span {
    font-weight: 600;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h3{
    display: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h2 {
    color:#ffffffb8;
    font-size:9px;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu {
    width: 100px;
    height:20px;
    text-align: center;
    line-height: 20px;
    background: #b51204;
    border-radius:30px;
    font-size:8px;
    font-weight: 600;
    margin-top: 0px;
    color:#fff;
    float: left;
    text-decoration: none;
    margin-right: 12px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu i {
    margin-left:15px;
    margin-right:5px;
    padding-top: 5px;
    font-size: 10px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.randevu {
    background: #fff;
    color:#6f6f6f;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim {
    width: 160px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: transparent;
    border:solid 1px #ffffff38;
    border-radius:30px;
    font-size:15px;
    font-weight: 600;
    margin-top: 0px;
    color:#ffffffe3;
    float: left;
    text-decoration: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim i {
    margin-left:27px;
    margin-right:15px;
    padding-top: 0px;
    font-size: 22px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.iletisim {
    background: #fff;
    color:#6f6f6f;
}


.insaat1_kadro_banner {
    width: 100%;
    height: auto;
    padding: 0px 0px;
} 

.insaat1_kadro_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insaat1_kadro_banner .swiper-slide img {
    opacity: 1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b51204!important;
}


.insaat1_kadro_banner .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

.insaat1_kadro_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

 
.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px!important;
    width: 100%!important;
}


.insaat1_kadro_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff5c;
    opacity: 1;
}


.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

}


@media (min-width:501px) and (max-width:768px){ 

.insaat1_kadro_banner .banner_bg {
    position: absolute;
    width: 100%;
    background: transparent;
    height: auto;
    top: 50px;
}

.insaat1_kadro_banner .swiper-slide .aciklama{
    margin-top:0px;
    z-index: 999;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    opacity: 0;
    text-align: left;
    display: inline-grid;
    float: left;
    width: 80%;
    padding: 20px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama{
    opacity: 1!important;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 {
    color:#fff;
    font-size: 25px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    display:inline-block;
    float: left;
    width: auto;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 span {
    font-weight: 600;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h3{
    display: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h2 {
    color:#ffffffb8;
    font-size:18px;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu {
    width: 100px;
    height:20px;
    text-align: center;
    line-height: 20px;
    background: #b51204;
    border-radius:30px;
    font-size:8px;
    font-weight: 600;
    margin-top: 0px;
    color:#fff;
    float: left;
    text-decoration: none;
    margin-right: 12px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu i {
    margin-left:15px;
    margin-right:5px;
    padding-top: 5px;
    font-size: 10px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.randevu {
    background: #fff;
    color:#6f6f6f;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim {
    width: 160px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: transparent;
    border:solid 1px #ffffff38;
    border-radius:30px;
    font-size:15px;
    font-weight: 600;
    margin-top: 0px;
    color:#ffffffe3;
    float: left;
    text-decoration: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim i {
    margin-left:27px;
    margin-right:15px;
    padding-top: 0px;
    font-size: 22px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.iletisim {
    background: #fff;
    color:#6f6f6f;
}


.insaat1_kadro_banner {
    width: 100%;
    height: auto;
    padding: 0px 0px;
} 

.insaat1_kadro_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insaat1_kadro_banner .swiper-slide img {
    opacity: 1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b51204!important;
}


.insaat1_kadro_banner .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

.insaat1_kadro_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

 
.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px!important;
    width: 100%!important;
}


.insaat1_kadro_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff5c;
    opacity: 1;
}


.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
}


@media (min-width:768px) and (max-width:1024px){ 

.insaat1_kadro_banner .banner_bg {
    position: absolute;
    width: 100%;
    background: transparent;
    height: auto;
    top: 28%;
}

.insaat1_kadro_banner .swiper-slide .aciklama{
    margin-top:0px;
    z-index: 999;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    opacity: 0;
    text-align: left;
    display: inline-grid;
    float: left;
    width: 80%;
    padding: 20px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama{
    opacity: 1!important;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 {
    color:#fff;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    display:inline-block;
    float: left;
    width: auto;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 span {
    font-weight: 600;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h3{
    display: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h2 {
    color:#ffffffb8;
    font-size:18px;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu {
    width: 130px;
    height:30px;
    text-align: center;
    line-height: 30px;
    background: #b51204;
    border-radius:30px;
    font-size:8px;
    font-weight: 600;
    margin-top: 0px;
    color:#fff;
    float: left;
    text-decoration: none;
    margin-right: 12px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu i {
    margin-left:15px;
    margin-right:5px;
    padding-top: 5px;
    font-size: 14px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.randevu {
    background: #fff;
    color:#6f6f6f;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim {
    width: 160px;
    display: none;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: transparent;
    border:solid 1px #ffffff38;
    border-radius:30px;
    font-size:17px;
    font-weight: 600;
    margin-top: 0px;
    color:#ffffffe3;
    float: left;
    text-decoration: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim i {
    margin-left:27px;
    margin-right:15px;
    padding-top: 0px;
    font-size: 22px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.iletisim {
    background: #fff;
    color:#6f6f6f;
}


.insaat1_kadro_banner {
    width: 100%;
    height: auto;
    padding: 0px 0px;
} 

.insaat1_kadro_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insaat1_kadro_banner .swiper-slide img {
    opacity: 1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b51204!important;
}


.insaat1_kadro_banner .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

.insaat1_kadro_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

 
.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px!important;
    width: 100%!important;
}


.insaat1_kadro_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff5c;
    opacity: 1;
}


.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
}


@media (min-width:1025px) and (max-width:1366px){ 

.insaat1_kadro_banner .banner_bg {
    position: absolute;
    width: 1170px;
    background: transparent;
    height: auto;
    top: 32%;
}

.insaat1_kadro_banner .swiper-slide .aciklama{
    margin-top:0px;
    z-index: 999;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    opacity: 0;
    text-align: left;
    display: inline-grid;
    float: left;
    width: 500px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama{
    opacity: 1!important;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 {
    color:#fff;
    font-size: 55px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -5px;
    padding: 0px;
    display:inline-block;
    float: left;
    width: auto;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 span {
    font-weight: 600;
    float: left;
    width: 100%;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h2 {
    color:#ffffffb8;
    font-size:16px;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu {
    width: 170px;
    height: 43px;
    text-align: center;
    line-height:43px;
    background: #b51204;
    border-radius:30px;
    font-size:13px;
    font-weight: 600;
    margin-top: 0px;
    color:#fff;
    float: left;
    text-decoration: none;
    margin-right: 12px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu i {
    margin-left:22px;
    margin-right:15px;
    padding-top: 15px;
    font-size: 18px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.randevu {
    background: #fff;
    color:#6f6f6f;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim {
    width: 160px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    background: transparent;
    border:solid 1px #ffffff38;
    border-radius:30px;
    font-size:13px;
    font-weight: 600;
    margin-top: 0px;
    color:#ffffffe3;
    float: left;
    text-decoration: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim i {
    margin-left:27px;
    margin-right:15px;
    padding-top: 0px;
    font-size: 22px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.iletisim {
    background: #fff;
    color:#6f6f6f;
}


.insaat1_kadro_banner {
    width: 100%;
    height: auto;
    padding: 0px 0px;
} 

.insaat1_kadro_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insaat1_kadro_banner .swiper-slide img {
    opacity: 1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b51204!important;
}


.insaat1_kadro_banner .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

.insaat1_kadro_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

 
.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px!important;
    width: 100%!important;
}


.insaat1_kadro_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff5c;
    opacity: 1;
}


.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

}

@media (min-width:1367px){ 

.insaat1_kadro_banner .banner_bg {
    position: absolute;
    width: 1170px;
    background: transparent;
    height: auto;
}

.insaat1_kadro_banner .swiper-slide .aciklama{
    margin-top:0px;
    z-index: 999;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
    opacity: 0;
    text-align: left;
    display: inline-grid;
    float: left;
    width: 500px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama{
    opacity: 1!important;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 {
    color:#fff;
    font-size: 70px;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: -5px;
    padding: 0px;
    display:inline-block;
    float: left;
    width: auto;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h1 span {
    font-weight: 600;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama h2 {
    color:#ffffffb8;
    font-size:18px;
    font-weight: 300;
    margin-top: 16px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu {
    width: 196px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #b51204;
    border-radius:30px;
    font-size:15px;
    font-weight: 600;
    margin-top: 0px;
    color:#fff;
    float: left;
    text-decoration: none;
    margin-right: 12px;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.randevu i {
    margin-left:32px;
    margin-right:15px;
    padding-top: 15px;
    font-size: 22px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.randevu {
    background: #fff;
    color:#6f6f6f;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: transparent;
    border:solid 1px #ffffff38;
    border-radius:30px;
    font-size:15px;
    font-weight: 600;
    margin-top: 0px;
    color:#ffffffe3;
    float: left;
    text-decoration: none;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim span {
    float: left;
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a.iletisim i {
    margin-left:27px;
    margin-right:15px;
    padding-top: 0px;
    font-size: 22px;
    float: left;  
}

.insaat1_kadro_banner .swiper-slide-active .aciklama a:hover.iletisim {
    background: #fff;
    color:#6f6f6f;
}


.insaat1_kadro_banner {
    width: 100%;
    height: auto;
    padding: 0px 0px;
} 

.insaat1_kadro_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.insaat1_kadro_banner .swiper-slide img {
    opacity: 1;
}


.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b51204!important;
}


.insaat1_kadro_banner .swiper-button-next{
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

.insaat1_kadro_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 35px;
    background: rgba(0, 0, 0, 0.72);
    text-align: center;
}

 
.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0px!important;
    width: 100%!important;
}


.insaat1_kadro_banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff5c;
    opacity: 1;
}


.insaat1_kadro_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}

}