.sliderv3 {
    width:100%;
    height:400px;
    opacity: 1;
    display: block;
    border: solid 2px #000 !important;
}
.sliderv3 a > div {
    position:relative;
    height:400px;
    width:100%;
    left:0px;
    top:0px;
    background-size:cover !important;
}
.sliderv3 a {
    display:block;
    position:relative;
    height:400px;
    width:100%; 
    left:0px;
    top:0px;
}
.sliderv3 .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45));
    color: white;
    padding: 15px;
    font-size: 30px;
    white-space: nowrap;
    text-shadow: 0px 2px 3px #00000073;
    text-overflow: ellipsis;
    font-weight:bold;

}
.blog ul {
    transition: none!important;
    list-style-type: none;
    margin: 0px;
    padding: 0 5px;
}

@media screen and (max-width:768px) {
    .sliderv3 .title {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        background-image: linear-gradient(to bottom, rgb(0 0 0 / 0%), rgb(45 45 45));
        color: white;
        padding: 5px;
        font-size: 24px;
        white-space: initial;
        text-shadow: 0px 2px 3px #00000073;
        text-overflow: ellipsis; 

    }
}
/* page style */
a, a:focus, a:active, a:hover, object, embed { outline: none; text-decoration: none; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }
:focus { outline: 0; }
body { background: #333; }  
.navbar { border-bottom: 4px solid #888; }

.blog a {
    font-family: Dosis,serif;
    font-size: 16px !important;
    line-height: revert !important;
    position: relative;
    font-weight:bold;
    color:#ffffff !important;
}
.blog {
  background:#f72459 !important;
  border:none !important;
}
.blog .active {
  background-color: #20cbf9 !important;
}

.blog .alt-menu a {
  padding: 5px !important;
    display: block;
}
.alt-menu a:hover { 
    display: block;
    background-color: #20cbf9 !important;
    color: #fff !important;
    border-radius: 5px;
}
.mega-blog {
  display:block;
  width:150px;
  float:left;
  margin:0 5px;
  height:195px;
  overflow:hidden;
  padding:5px;
}
.mega-blog:hover {
  outline:dashed 1px #c6c6c6;
}
.mega-blog img {
  width:150px;
  height:120px;
  display:block;

}
.mega-blog .title {
  font-weight:bold;
}
.mega-blog .desc {
    font-size: 12px;
    height: 50px;
    overflow: hidden;
}


/* Disable Toggle style : Use this when using mouse over action to open dropbox
--------------------------------------- */
/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: inherit; /* Set to inherit when using mouse hover to open dropdown */
  color: inherit;
  }   
  /* Toggle off style */
  .navbar .nav li.dropdown.open.active > .dropdown-toggle,
  .navbar .nav > li.dropdown > a:focus { 
  background: inherit;
  color: inherit;
  }
         

    .navbar .nav li.dropdown > a:hover .caret, 
    .navbar .nav li.dropdown > a:focus .caret {
      border-bottom-color: #333;
      border-top-color: #333;
      }
      /* Toggle caret active */
      .navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
      .navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
      .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-bottom-color:#333;
        border-top-color: #333;
        }




/* Mega menu
-------------------------------------- */
.mega-menu {
  padding: 10px 0px !important;
  width: 570px;
  border-radius: 0;
  margin-top: 0px;
  }

  .mega-menu li {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 3px 0px;
    }

    .mega-menu li.mega-menu-column {
      margin-right: 20px;
      width: 150px;
      height: 400px;
      border-right: solid 1px #f6f6f6;
  }

      .mega-menu .nav-header {
      padding: 0 !important;
      margin-bottom: 10px;
      display: inline-block;
      width: 100%;
      border-bottom: 1px solid #ddd;
      }

      .mega-menu img { padding-bottom: 10px;}
      .mobile-menu {
    display:none !important;
}
@media screen and (max-width:768px) {
    .navbar.blog,.navbar-toggle {
        display:none;
    }
    .mobile-menu {
        position: fixed;
        display:block !important;
        transition: all 0.5s;
        top: 0px;
        left: 0px;
        border: none;
        width: 100%;
        height: 100%;
        z-index: 10000;
        background: rgb(255,255,255);
        background: linear-gradient(180deg, rgb(255 105 144) 0%, rgb(0 212 255) 100%);
        box-shadow: 1px 1px 10px #00000069;
        padding: 20px 10px;
    }
    .mobile-menu > img {
        width: 250px;
        display: block;
        margin: 20px auto;
        filter: brightness(10);
    }
    .mobile-menu > ul {
        list-style-type:none;
        padding:0px;
        margin:0px;
        height: calc(100% - 200px);
        overflow:auto;
    }
    .mobile-menu > ul > li > a:hover, .alt > li > a:hover {
        background: #fff;
        color: #fd6a91;
        border-radius: 5px;
        box-shadow: 0px 2px 3px #0000005c;
    }
    .mobile-menu > ul > li > a {

        color: white;
        font-weight: bold;
        font-size: 26px;
        padding: 10px;
        display: block;
    }
    .mobile-menu > ul > li {
        font-size:20px;
        position:relative;
    }
    .mobile-menu > ul > li > .fa {
        position: absolute;
        right: 15px;
        top: 18px;
        color: white;
        transition:all .5s;
    }
    .mobile-menu > h2 {
        text-align: center;
        position: relative;
        top: -31px;
        font-size: 30px;
        color: white;
        font-weight: bold;
}

    .mobile-search {
        font-size: 26px !important;
    border: solid 1px #fff !important;
    color: #fff !important;
    background: transparent !important;
        }
    }
    .mobile-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #fff !important;
        opacity: 1; /* Firefox */
        }

        .mobile-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff !important;
        }

        .mobile-search::-ms-input-placeholder { /* Microsoft Edge */
        color: #fff !important;
        }
        .close {
            font-size: 40px !important;
            color: #fff !important;
            position: absolute;
            right: 10px;
            top: 5px;
            opacity: 1 !important;
        }
        .kapat {
            left:-102%;
        }
        .open {
            position: fixed;
            right: 30px;
            top: 18px;
            z-index: 1000;
            font-size: 30px;
            color: #f95b83;
            background: white;
            padding: 10px;
            margin: 0px;
            line-height: normal;

        }
        .overflow {
            overflow:hidden;
        }
        li > .alt {
            list-style-type:none;
            
        }
        
        li > .alt a {
            color: white;
            font-weight: bold;
            font-size: 22px;
            padding: 10px;
            display: block;
        }
        .turn {
            transform:rotate(90deg);
            color:#fd6a91 !important;
        }
        
    
   
    .mobile-menu {
        display:none !important;
    }
    @media screen and (max-width:768px) {
        .navbar.blog,.navbar-toggle {
            display:none;
        }
        .mobile-menu {
            position: fixed;
            display:block !important;
            transition: all 0.5s;
            top: 0px;
            left: 0px;
            border: none;
            width: 100%;
            height: 100%;
            z-index: 10000;
            background: rgb(255,255,255);
            background: linear-gradient(180deg, rgb(255 105 144) 0%, rgb(0 212 255) 100%);
            box-shadow: 1px 1px 10px #00000069;
            padding: 20px 10px;
        }
        .mobile-menu > img {
            width: 250px;
            display: block;
            margin: 20px auto;
            filter: brightness(10);
        }
        .mobile-menu > ul {
            list-style-type:none;
            padding:0px;
            margin:0px;
            height: calc(100% - 200px);
            overflow:auto;
        }
        .mobile-menu > ul > li > a:hover, .alt > li > a:hover {
            background: #fff;
            color: #fd6a91;
            border-radius: 5px;
            box-shadow: 0px 2px 3px #0000005c;
        }
        .mobile-menu > ul > li > a {
    
            color: white;
            font-weight: bold;
            font-size: 26px;
            padding: 10px;
            display: block;
        }
        .mobile-menu > ul > li {
            font-size:20px;
            position:relative;
        }
        .mobile-menu > ul > li > .fa {
            position: absolute;
            right: 15px;
            top: 18px;
            color: white;
            transition:all .5s;
        }
        .mobile-menu > h2 {
            text-align: center;
            position: relative;
            top: -31px;
            font-size: 30px;
            color: white;
            font-weight: bold;
    }
    
        .mobile-search {
            font-size: 26px !important;
        border: solid 1px #fff !important;
        color: #fff !important;
        background: transparent !important;
            }
        }
        .mobile-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff !important;
            opacity: 1; /* Firefox */
            }
    
            .mobile-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff !important;
            }
    
            .mobile-search::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff !important;
            }
            .close {
                font-size: 40px !important;
                color: #fff !important;
                position: absolute;
                right: 10px;
                top: 5px;
                opacity: 1 !important;
            }
            .kapat {
                left:-102%;
            }
            .open {
                position: fixed;
                right: 30px;
                top: 18px;
                z-index: 1000;
                font-size: 30px;
                color: #f95b83;
                background: white;
                padding: 10px;
                margin: 0px;
                line-height: normal;
    
            }
            .overflow {
                overflow:hidden;
            }
            li > .alt {
                list-style-type:none;
                
            }
            
            li > .alt a {
                color: white;
                font-weight: bold;
                font-size: 22px;
                padding: 10px;
                display: block;
            }
            .turn {
                transform:rotate(90deg);
                color:#fd6a91 !important;
            }
            
        
       

        .blog-item {
            display:block;
            height: 200px;
            overflow:hidden;
            /* border: solid 1px #f6f6f6; */
        }
        .blog-item2 {
            height: 150px;
            display: block;
        }
        .head	{
            border-bottom: 1px solid #e8e8e8;
            width: 100%;
        }

        h2 {
            color: #232327;
            font-size: 20px;
            display: inline-block;
            padding-bottom: 2px;
            font-weight: bold !important;
            border-bottom: solid 3px #f72459;
            margin: 30px 0 10px !important;
        }
         h3 {
            color: #232327;
            font-size: 24px !important;
            display: inline-block;
            padding-bottom: 2px;
            font-weight: bold !important;
            border-bottom: solid 3px #20cbf9;
            margin: 30px 0 10px !important;
        }
        h2 span {
            content: "";
            display: block;
            width: 100%;
            height: 5px;
            background-color: #eb2737;
            position: relative;
            top: 5px;

        }
        .blog-img {
            width:100%;
            height: 100px;
            background-size: contain !important;
            background-repeat: no-repeat !important;
            background-position: center !important;
            transition:all .5s !important;
            transform:scale(1);
            border: solid 1px #d8d8d8;
        }
        a:hover .blog-img {
          transform:scale(1.1);
        }
        .blog-title {
            font-weight: normal;
            font-size: 14px;
            line-height: 18px;
            padding-top: 8px;
            height: 65px;
            overflow: hidden;
        }
        .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
            color: #555;
            background-color: #20cbf9 !important;
        }
        .blog .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 1000;
            display: none;
            float: left;
            min-width: 160px;
            padding: 5px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #f72459d1;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: none;
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }
        .container p {
            font-size: 22px;
        }
        .footer_area p {
          font-size:14px
        }
        .label-primary {
            background-color: #5b5b5b !important;
            font-size: 16px !important;
            font-weight: 500 !important;
            margin: 10px 5px !important;
            text-transform: capitalize;
            line-height: 37px !important;
        }
        h1, h2, h3, h4, h5, h6 {
            margin: 16px 0px !important;
            font-family: Dosis,serif !important;
            display:block;
        }
        .yazar {
            font-weight: bold;
            font-size: 16px;
            color: #f72459;
        }   
        .videoplay {
            position: absolute;
            font-size: 40px !important;
            color: white;
            background: red;
            width: 60px;
            border-radius: 100%;
            height: 60px;
            padding: 10px 17px;
            left: calc(50% - 30px);
            top: calc(50% - 30px);
        } 