.blog-single .col-md-9 ul li{
    list-style-type: disc !important;
}
.blog-single .col-md-9 ol li{
    list-style-type: auto !important;
}
.blog-single .main ol li {
    margin-top: 12px;
    margin-left: 40px;
}
@keyframes swing {
    0% { transform: rotate(10deg); }
    100% { transform: rotate(-10deg); }
}
.right-btn-new img{
    animation: swing ease-in-out 1s infinite alternate;
    width: 35px;
    margin-right: 5px;
    filter: brightness(0);
}
.right-btn-new{
    background-size: 300% 300%;
    background:#a2f42f;
    position: fixed;
    top:35%;
    color:#020202;
    z-index: 99999;
    right: 0;
    font-size: 20px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    color: #020202;
    padding: 8px 20px;
    transform-origin: bottom right;
    border-radius:30px 30px 0 0 ;
    animation:pulse2 1.5s infinite;

}
@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.5);
        box-shadow: 0 0 0 0 rgb(0 0 0/ 50%);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255,255,255,0);
        box-shadow: 0 0 0 30px rgb(0 0 0 / 0%);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
        box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    }
}
.right-btn-new a{
    color:#020202;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
@keyframes AnimateBG {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@media(max-width: 768px){
    .right-btn-new, .ref-carousel .owl-dots{
        display: none;
    }
}
*{
    margin:0;
    padding: 0;
    list-style-type: none !important;
    outline: none !important;
    text-decoration: none !important;
}
/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}
.right-contact-btn{
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -125px;
    display: block;
    z-index: 9;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    transition: all cubic-bezier(.42,0,.17,1.03) .6s;
    background-color: #383938;
}

.blog-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
#whatsapp-chat {
    box-sizing: border-box !important;

    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}
a.blantershow-chat {
    background: #4caf50;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius:50%;
    height: 60px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
a.blantershow-chat svg {
    transform: scale(1.8);
}
.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}
.header-chat h3 {
    margin: 0 0 10px;
}
.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.info-avatar {
    position: relative;
}
.info-avatar img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    background: #fff;
    padding: 3px;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}
a.informasi:hover {
    background: #f1f1f1;
}
.info-chat span {
    display: block;
}
#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}
#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}
#get-label,
#get-nama {
    color: #fff;
}
span.my-number {
    display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    line-height: 35px;
    padding: 0 20px;
    height: 35px;
    outline: none;
    resize: none;
    font-weight: 100;
    font-size: 14px;
}
textarea#chat-input::placeholder{
    font-weight: 400;
}
a#send-it {
    width: 30px;
    font-weight: 700;
    padding: 10px 10px 0;
    background:#eee;
    border-radius: 10px;

svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
}
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
& span {
      background: #e2e2e2;
      color: #333;
      font-size: 14.2px;
      line-height: 1.7;
      border-radius: 10px;
      padding: 15px 20px;
      display: inline-block;
  }
}

.start-chat .blanter-msg {
    display: flex;
}
#get-number {
    display: none;
}
a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;

}

@keyframes ZpjSY{
    0% {
        background-color: rgb(182, 181, 186);
    }
    15% {
        background-color: rgb(17, 17, 17);
    }
    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }
    25% {
        background-color: rgb(17, 17, 17);
    }
    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }
    35% {
        background-color: rgb(17, 17, 17);
    }
    45% {
        background-color: rgb(182, 181, 186);
    }
}


@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}
@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}
.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}
.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
&::before {
     display: block;
     position: absolute;
     content: "";
     left: 0px;
     top: 0px;
     height: 100%;
     width: 100%;
     z-index: 0;
     opacity: 0.08;
     background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
 // background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
 }
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
&::before {
     position: absolute;
     background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
     background-position: 50% 50%;
     background-repeat: no-repeat;
     background-size: contain;
     content: "";
     top: 0px;
     left: -12px;
     width: 12px;
     height: 19px;
 }
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    font-weight: 400;
    color: rgb(17, 17, 17);
}
.info-avatar + p small{
    font-size: 77%;
    font-weight: 400;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color:
            rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.mobile-bar{
    display: none;
}
.color-white{
    color: #fff;
}

@font-face {
    font-family: 'product_sansregular';
    src: url('../fonts/product_sans_regular-webfont.woff2') format('woff2'),
    url('../fonts/product_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* width */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #666;
    cursor: pointer;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Helper */
.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}
.font-product-sans{
    font-family: "product_sansregular";
}
.font-roboto{
    font-family: "Roboto", sans-serif;
}
.font-opensans{
    font-family: 'Open Sans', sans-serif;
}
.font-raleway{
    font-family: 'Raleway', sans-serif;
}
.breadcrumb{
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 0px;
}
.breadcrumb li a{
    color: #444;
}
.breadcrumb li.active{
    color: #000;
}

#basvurButonu{
    width: 40px;
    height: 220px;
    overflow: hidden;
    display: block;
    position: fixed;
    right: 0px;
    letter-spacing: 2px;
    top: 40%;
    z-index: 999;
    background-color: transparent;
    background-image: url("../img/hemen_basla.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 0px 20px;
    cursor: pointer;
}
#basvurButonu:hover{
    background-image: url("../img/hemen_basla_hover.png");
}

/* Topbar */
.top-bar{
    background: #fff !important;
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 5px;
}
.top-bar ul li{
    float: left;
}
.top-bar ul li a{
    line-height: 30px;
}
.top-bar .contact ul li:after{
    content: " - ";
    display: inline-block;
    margin: 0px 10px;
}
.top-bar .contact ul li:last-child:after{
    display: none;
}
.blog-box{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
}
.blog-box img{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.blog-box:hover img{
    transform: rotate(5deg) scale(1.1);
}
.top-bar .social-list li{
    background: #ffffff;
    width: 26px;
    border: 1px solid #353635;
    height: 26px;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.blog-box-title{
    background: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 5px #00000052;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    color: #353635;
    border-radius: 0 0 5px 5px;
    /*white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;*/
}
.blog-box-img{
    border-radius: 5px 5px 0 0;
}
.top-bar .social-list li:hover{
    background:#a4f543;
}
.top-bar .social-list li a{
    color: #353635;
    line-height: 26px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: block;
}

.top-bar .language-list{
    margin-right: 15px;
}
.top-bar .language-list li {
    margin-left: 5px;
}
.flag-icon{
    background-repeat: repeat-y;
}
/* Navbar */
.navbar-default{
    min-height: 80px;
    background: #fff !important;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
}
.social-list.pull-right, .language-list.pull-right{
    margin-bottom: 0;
}
.navbar-default.navbar-fixed-top{
    box-shadow: 0px 1px 3px #999999;
    border: none;
}

.navbar-default .navbar-brand{
    padding: 0;
    margin-left: 0px !important;
}

.navbar-default .navbar-nav > li > a{
    padding: 0px 0px 0px 20px;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
.dropdown-menu{
    border-radius: 0px;
    box-shadow: none;
    border:none;
    padding: 0;
    border-top: 2px solid #77b72a;
}
.services .service{
    transition: 0.3s;
    cursor: pointer;
}
.services .service:hover{
    box-shadow: 0px 3px 6px #ccc;
}
.services .service .img{
    width: 64px;
    height: 64px;
    margin: 0 auto;
    position: relative;
    transition: 0.3s;
}
.services .service .title{
    clear: both;
    margin-top: 15px;
    font-weight: bold;
}
.services .service a{
    color: #353635;
    display: block;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}
.services .service a:hover{
    color: #353635;
}
.services-box img, .ref-carousel img{
    border-radius:10px;
}

@media only screen and (min-width: 768px) {
       .navbar-default .navbar-nav > li:hover > a{
        color: #77b72a;
    }
    .navbar-default .navbar-nav > li:hover > .dropdown-menu:before{
        position: absolute;
        top: -10px;
        left: 10px;
        content: '';
        border-bottom: 10px solid #77b72a;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: none;
    }
    .navbar-default .navbar-nav > li:hover > a + .dropdown-menu{
        left: 15px;
    }
    .navbar-default .navbar-nav li:hover > a + .dropdown-menu{
        display: block;
    }
    .dropdown-menu .dropdown-menu{
        top: -4px;
        left: 100%;
    }
    .navbar-nav .dropdown-menu li a{
        height: 40px;
        line-height: 40px;
        padding:0 15px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 12px;
    }
    ul.navbar-nav li.dropdown:nth-child(3) ul li:first-child{
        display: none !important;
    }
    .navbar-nav > .dropdown > a{
        background: transparent !important;
    }
    .navbar-nav .dropdown-menu li:hover > a{
        background: #eee;
    }
    .navbar-nav .dropdown-menu li a .fa{
        line-height: 40px;
    }
}

/* Video Backgorund */
.video-background{
    width: 100%;
    height: 523px;
    background: none;
    overflow: hidden;
    position: relative;
}
.video-background #videoBg{
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 0;
}
.video-background .title{
    color: #FFF;
    text-shadow: 0px 1px 3px #444444;
    font-size: 50px;
    font-weight: bold;
    margin-top: 100px;
}
.video-background p{
    color: #FFF;
    /*text-shadow: 0px 0px 6px #000;*/
    font-size: 40px;
    font-weight: bold;
    margin: 30px 0;
}
.video-background .link{
    display: block;
    width: 250px;
    border:3px solid #fff;
    padding:10px;
    clear: both;
    margin: 30px auto;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s;
}
.video-background .link:hover{
    background:#fff;
    color: #000;
}

.last-topics{
    clear: both;
    overflow: hidden;
}

.last-topics .topic{
    height: 200px;
    border:none;
}
.last-topics .topic .panel-body{
   /* background: rgba(0,0,0,0.3);*/
    overflow: hidden;
    height: 100%;
    transition: 0.3s;
}
.last-topics .topic .panel-body .title{
    margin-left: 15px;
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.last-topics .topic .panel-body .title a{
    color: #fff;
}
.last-topics .topic .panel-body .title a:hover{
    color: #FFFF00;
}
.last-topics .topic .panel-body:hover{
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    height: 100%;
}
.last-topics .topic .link{
    position: absolute;
    bottom: 50px;
    left: 50px;
    background: #000;
    color: #fff;
    padding: 7px 10px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    transition: 0.3s;
}
.last-topics .topic .link:hover{
    background: #FF3D00;
}


.owl-nav{
    text-align: center;
    margin-top: 10px;
}
.owl-nav button{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background: #000 !important;
    color: #FFF !important;
    margin: 5px;
    display: inline-block;
}
.owl-nav button:hover{
    background: #FF3D00 !important;
}

#SWW .owl-nav button{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    background: transparent !important;
    color: #FFF !important;
    margin: 5px;
    display: inline-block;
    border: 0px !important;
}

#SWW .owl-next {
    position: absolute;
    right: -45px !important;
    outline: none;
    border-radius: 50%;
    border: 1px solid black !important;
}

.footer-banner{
    background:#FAFAFA;
    color: #000;
    border-bottom: 1px solid #222;
}
.footer-banner img{
    margin-top: 5px;
}
.footer-banner p{
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
}
.footer-portfolio img{
    opacity: 0.6;
    transition: 0.3s;
}
.footer-portfolio img:hover{
    opacity: 1;
}
.footer{
    background: url("https://mutluev.top/public/Uploads/slider/slider-bg.jpg") no-repeat;
    background-size: cover;
    padding: 55px 0px 10px 0px;
    background-attachment: fixed;
    background-position: center;
}
.footer ul li.title,
.footer ul li a.title{
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-size: 18px !important;
    border-bottom: 2px solid #a4f543;
    display: inline-block;
}
.footer ul li a.title{
    line-height: 18px;
}
.footer ul li a{
    color: #ccc;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0px;
    display: block;
}
.footer ul li a:hover{
    color: #fff;
}
.footer .footer-btn{
    display: block;
    padding: 10px 0px;
    border: 3px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    margin-left: 4px;
}
.footer .footer-btn:hover{
    background: #fff;
    color: #000;
}
.footer .social-list{
    text-align: left;
}
.footer .social-list li{
    display: inline-block;
}
.footer .social-list li a{
    font-size: 20px;
    margin: 3px ;
}
.footer .social-list li a:hover{
    color: #FF3D00;
}
.copyright{
    line-height: 40px;
    background:#111;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border-top: 1px solid #222;
    overflow: hidden;
}

#basvuruFormu .modal-content{
    border-radius: 0px;
    box-shadow: none;
    background: none;
    background-size: cover;
    color: #000;
    padding: 0;
}
#basvuruFormu .modal-content .title{
    background: transparent;
    padding: 0.521vw 0.781vw;
    color: #000;
    margin: 0;
    font-size: 1.3vw;
    font-weight: bold;
}
#basvuruFormu .modal-content .description{
    color: #fff;
    display: inline-block;
    background: #000;
}
#basvuruFormu .form-control{
    margin-bottom: 0.521vw;
    border-radius: 5px;
    border:2px solid #fff;
    box-shadow: 0px 0px 5px #ddd;
    color: #000;
    resize: none;
    height:2.604vw;
    background: #fff;
}
#basvuruFormu .form-control:focus{
    border-color: #FF3D00;
    background: rgba(255,255,255,1);
}
#basvuruFormu .btn{
    border-radius: 30px;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    padding: 10px 0px;
}
#basvuruFormu .btn:hover{
    background: #FF3D00;
    color: #fff;
}
#basvuruFormu textarea{
    min-height: 7.813vw;
}
.intl-tel-input{
    width: 100%;
    margin-bottom: 0.521vw;
    color: #000;
}
#basvuruFormu .intl-tel-input{
    width: 100%;
    margin-bottom: 0.521vw;
    color: #000;
    text-shadow: none;
}
#basvuruFormu .modal-close{
    position: absolute;
    right: 0;
    margin: 0 auto;
    top: -1.563vw;
    text-align: center;
    width: 1.563vw;
    font-family: "Montserrat", sans-serif;
    font-size: 1.250vw;
    z-index: 999;
    cursor: pointer;
    font-weight: bold;
    color: white;
    background-color: red;
    height: 1.563vw;
    border-top-left-radius: 5px;
}

#basvuruFormu.left .modal-dialog,
#basvuruFormu.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    display: table;
}

#basvuruFormu.left .modal-content,
#basvuruFormu.right .modal-content {
    height: auto;
    overflow-y: auto;
    display: table-cell;
    vertical-align: middle;
}

#basvuruFormu.left .modal-body,
#basvuruFormu.right .modal-body {
    padding: 15px 15px;
    width: calc(100% - 15px);
    /*background: url(../img/basvuru-form-bg.jpg);*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f2f2f2;
}

/*Left*/
#basvuruFormu.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

#basvuruFormu.left.fade.in .modal-dialog{
    left: 0;
}

/*Right*/
#basvuruFormu.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

#basvuruFormu.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
#basvuruFormu .modal-content {
    border-radius: 0;
    border: none;
}

#basvuruFormu .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.iti-flag {background-image: url("../../plugins/intl-tel-input/img/flags.png");}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {background-image: url("../../plugins/intl-tel-input/img/flags@2x.png");}
}

.subscribe-container{
    height: 5.208vw;
    background-image: url("../img/subscribe-bg.jpg");
    background-size: cover;
}

.g-recaptcha {
    transform:scale(0.94);
    transform-origin:0 0;
}

.wp-btn{
    position: fixed;
    bottom: 0;
    right: 2.5vw;
}

.m-off {
    display: block;
}

.m-on {
    display: none;
}

@media only screen and (max-width: 768px) {
    .m-on, .m-off, .blog-info {
        display: block !important;
    }

}

.modal-open {
    overflow: auto !important;
}

.font-w-500{
    font-weight:500;
}
.geo-table td, .geo-table th{
    padding: 8px;
}