/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
    overflow: hidden;
}

footer {
    margin: 50px 0;
}

.marquee {
    height: 32px;
    overflow: hidden;
    position: relative;
    color: white;
}

.myfooter {
    height: 42px;  
    width: 100%;
    overflow: hidden;
    position: relative;
}
.myfooter p {
    font-size: 14px;
    color: white;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 38px;
    text-align: center;
}

.copyrights {
    border-top: 1px solid white;
    background-color: #1E90FF;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    overflow: hidden;
}

.heading-home {
    line-height: 20px;
    left: -5px;
    position: absolute;
    top: -10px;
}

.base {
    background-color: #0070FF;
    color: #FFF;
    display: inline-block;
    margin: 0px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.base2 {
    background-color: #bc2a8d;
    color: #FFF;
    display: inline-block;
    margin: 0px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.base3 {
    background-color: #32CD32;
    color: #FFF;
    display: inline-block;
    margin: 0px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.base4 {
    background-color: #4267B2;
    color: #FFF;
    display: inline-block;
    margin: 0px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.base1 {
    background-color: #ff5500;
    color: #FFF;
    display: inline-block;
    margin: 0px;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.heading-home2 {
    line-height: 20px;
    left: -5px;
    position: absolute;
    top: 390px;
    z-index: 2;
}

.arrow2 {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -5px;
    top: 450px;
    border-right: 17px solid #092A37;
    border-bottom: 17px solid transparent;
}

.arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: -5px;
    top: 50px;
    border-right: 17px solid #092A37;
    border-bottom: 17px solid transparent;
}

.home-post-2 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    /*margin: 40px 20px 10px;*/
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
}

.mmargin{
    padding-top:70px;
}

hr {
    border-color: #1E90FF;
    border-width: 3px;
    max-width: 37%;
}

a#top {
    position: fixed;
    border: 0 none;
    bottom: 30px;
    color: white;
    font-size: 3em;
    font-weight: 300;
    right: 30px;
    z-index: 1040;
    cursor: pointer;
    background-color: #1a98e9;
    padding-left: 15px;
    padding-right: 15px;
}

a#top:hover{
    background-color: #8e44ad;
    color: #d8d8d8;
}

.share-buttons img {
    width: 35px;
    display: inline;
}

#myfont {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.kotak img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
 
.zoom-effect:hover .kotak img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}