/*html {
  position: relative;
  padding-top: 70px;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
a:hover {
  text-decoration: none;
}*/

.ewm {
    width: 150px;
    float: left;
    margin-right: 15px;
}

.tkp {
    margin-top: 150px;
}

.abadge {
    margin: 0;
}

.navbar-uni {
    border-width: 0;
    color: #1CAD59;
    background-color: white;
    box-shadow: 0 1px 2px 0 rgba(182, 182, 182, 0.50);
}

.sub {
    color: #818181;
}

.navbar-uni a {
    color: #1CAD59;
}

.navbar-toggle .icon-bar {
    background-color: #1CAD59;
}

.navbar-brand {
    margin: 9px 0 -9px;
    padding: 0;
}

.navbar-brand img {
    left: 20px;
    position: relative;
    height: 30px;
}

.navbar-nav>li>a {
    border-radius: 25px;
    padding: 2px 20px 3px;
    margin-top: 10px;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
    background-color: #1CAD59;
    color: white;
}

.uni-button {
    background-color: #1CAD59;
    color: white;
    border-radius: 25px;
    padding: 8px 22px 9px;
    font-size: 16px;
}

.uni-button a {
    color: white;
    text-decoration: none;
}

a.uni-button:hover {
    color: #b5b5b5;
}

a.uni-button:active {
    color: #fff;
}

.anchor {
    background-color: red;
    height: 20px;
    padding-top: 120px;
    position: absolute;
    top: -60px;
    width: 20px;
}


/*content*/

.c-holder {
    position: relative;
}

.phone {
    margin: 0 auto;
}

.carousel {
    left: 8%;
    position: absolute;
    top: 13.3%;
    width: 83%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    margin: 0 auto;
}

.txtk {
    color: #3385FF;
    font-size: 50px;
    letter-spacing: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #3385FF;
}

h1 {
    color: #3385FF;
    font-size: 50px;
    letter-spacing: 0;
    margin: 100px 0 0 -5px;
    padding: 0;
}

h2 {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 30px;
}

.desc {
    color: #818181;
    font-size: 27px;
    line-height: 35px;
    margin-top: 20px;
    /*border-top: 2px solid #3385FF;*/
    margin-bottom: 20px;
    font-weight: 300;
}

.uni {
    margin-top: 50px;
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: center;
    background-color: #1CAD59;
    color: white;
}

.row.icons {
    margin-top: 20px;
    margin-bottom: 40px;
}

.press {
    background-color: #b5b5b5;
    padding-top: 30px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 50px;
}

.press-title h2 {
    border-bottom: 1px solid #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

body.download {
    text-align: center;
}

body.download h1 {
    margin-bottom: 20px;
}

body.download .uni-button {
    text-transform: lowercase;
}

.container.dl {
    min-height: 400px;
}


/*.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: white;
  padding-top: 10px;
}
.footer a {
    color: #1CAD59;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul > li {
  display: inline;
  list-style: none;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}
.footer .social-icons ul {
  float: right;
  position: relative;
  top: -5px;
}
.footer .social-icons ul > li {
  margin-left: 20px;
  font-size: 23px;
}*/

.gap {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    /*  body {
    text-align: center;
  }*/
    .ewm {
        width: 150px;
        float: left;
        margin-left: 150px;
        margin-right: 0;
    }
    .carousel {
        left: 16.65%;
        position: absolute;
        top: 13.3%;
        width: 66%;
    }
    .abadge {
        margin: 0 auto 40px;
    }
}

@media (max-width: 750px) {
    /*  body {
    text-align: center;
  }
  body.about footer {
    height: 90px;
  }
  body.about {
    margin-bottom: 90px;
  }*/
    .app-badge {
        margin-left: 30%;
    }
    .tkp {
        margin-top: 50px;
        margin-left: 15%;
    }
    .dload {
        display: none;
    }
    .ewm {
        width: 150px;
        float: left;
        margin-left: 27%;
        margin-bottom: 10px;
    }
    .content h1 {
        margin-top: 30px;
        text-align: center;
    }
    .uni h2 {
        font-size: 28px;
    }
    .desc {
        margin-bottom: 30px;
        font-size: 20px;
        margin-left: 15%;
        color: #fff;
    }
    .carousel {
        left: 22.3%;
        position: absolute;
        top: 13.3%;
        width: 55%;
    }
    .carousel2 {
        left: 8.65%;
        position: absolute;
        top: 65.3%;
        width: 82%;
    }
    .c-holder {
        float: none;
        margin: 20px auto !important;
        position: relative;
        width: 300px !important;
    }
    .navbar-nav>li>a {
        border-radius: 0;
        border-top: 1px solid #ccc;
        color: white;
        display: block;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 8px 0;
        text-align: center;
        text-transform: uppercase;
        background-color: #1CAD59;
    }
    .navbar-nav>li>a:hover {
        color: white;
        display: block;
        font-size: 13px;
        font-weight: 500;
        margin: 0;
        padding: 8px 0;
        text-align: center;
        text-transform: uppercase;
        background-color: white;
        color: #1CAD59;
    }
    .sub {
        font-size: 13px;
    }
    .phone {
        width: 300px;
    }
    .row.icons {
        margin-top: 0;
    }
    .icons img {
        margin-bottom: 10px;
    }
    .uni {
        padding-top: 0;
    }
    .gap {
        margin-top: 40px;
    }
    .footer ul {
        margin-top: 10px;
        float: none!important;
    }
    .footer ul>li {
        float: none!important;
    }
}

@media (max-width: 375px) {
    .carousel {
        left: 11.3%;
        position: absolute;
        top: 13.3%;
        width: 77.4%;
    }
}

.dse ul li {
    float: left;
    margin-right: 15px
}

.dse {
    margin-top: 10%;
}

.dse-font {
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    height: 170px;
}

.dse-font p {
    width: 245px;
    font-size: 17px;
    margin-top: 5px;
}