.tpnav {
    top: 0;
    width: 100%;
    position: relative;
    z-index: 999;
    background: #ffffff;
}

.topbg {
    width: 100%;
    position: relative;
    z-index: 999;
    background: #0064b4;
}

.top-nav-block {
    background: #0064b4;
    padding: 13px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-list {
    list-style-type: none;
    display: inline-block;
    margin: 0px;
    padding: 0;
}

.top-list li {
    float: left;
    padding-right: 16px;
    list-style: none;
}

.top-list li a {
    padding: 5px 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.top-nav-block .fa {
    font-size: 16px;
    color: #fff;
    padding: 0 12px;
}

.socialicon {
    padding-left: 10px;
}

.socialicon>li {
    padding: 0 !important;
}

.socialicon>li>a {
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.top-nav-block .socialicon>li a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 26px;
    background-color: #fff;
}

.top-nav-block .socialicon>li a.s-linkedin:last-child:after {
    content: none !important
}

form.search-form {
    font-size: 14px;
    padding-top: 3px;
}

#search-form-1 {
    width: 172px;
    height: 22px;
    outline: none;
}

.search-submit {
    padding: 0 6px;
    font-size: 14px;
    line-height: 18px;
}

header {
    left: 0;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #00a651;
    justify-content: center;
    align-items: center;
    display: flex
}

nav {
    left: 36px;
    width: 100%;
    margin: auto
}

.navbar-default {
    width: 100%;
    display: flex;
    padding: 0
}

.navbar-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menu-menycheckbox {
    display: none
}

.hidedesktop {
    display: none!important
}

.navbar .menu-items {
    width: 100%;
    display: inline-flex;
    list-style: none;
    align-items: center
}

.navbar .nav-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center
}

.navbar .nav-container ul li>a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c;
    text-transform: uppercase;
    padding: 10px 13px;
}

.navbar .nav-container ul li>a.active {
    background: #65a14c;
    border-radius: 22px;
    color: #fff;
}

.navbar .nav-container ul li>.menu-li-one img {
    margin-top: -5px
}


/* .navbar .nav-container ul li>.menu-li-one {
    background: url(../images/home-icon-active.png) no-repeat;
    width: 16px;
    height: 16px;
} */


/* .navbar .nav-container ul li>.menu-li-one:hover {
    background: url(../images/home-icon-active.png) no-repeat;
    width: 16px;
    height: 16px;
} */

.navbar .nav-container .menu-items a:active,
.navbar .nav-container .menu-items a:focus,
.navbar .nav-container .menu-items a:hover {
    background: #65a14c;
    border: none;
    border-radius: 22px;
    color: #fff;
    padding: 10px 13px;
}


/* 
.hidemobile img {
    width: 105px
} */

.mobile-menu-hide {
    display: none !important;
}

.carousel-control-prev {
    width: 50px;
    height: 50px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    left: 6.7%;
    top: 48%;
    opacity: 1;
}

.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: green;
    border-radius: 50%;
    position: absolute;
    right: 6.7%;
    top: 48%;
    opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.5;
}

.carousel-control-prev-icon {
    content: " ";
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    cursor: pointer;
    display: block;
    background-image: none;
    margin-left: 8px;
}

.carousel-control-next-icon {
    content: " ";
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    width: 18px;
    height: 18px;
    transform: rotate(-140deg);
    cursor: pointer;
    display: block;
    background-image: none;
    margin-right: 8px;
}

.carousel-caption p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    line-height: normal;
    font-weight: 100;
    color: #fff;
    line-height: normal;
}

.know-more {
    display: inline-block;
    background: #65a14c;
    border: 0;
    border-radius: 22px;
    padding: 10px 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
}

.cir-arrw {
    margin-left: 14px;
    margin-top: -3px;
}

.carousel-caption {
    top: 14%;
}

.carousel-caption-1 {
    left: 12.1%;
    width: 42%;
    text-align: left;
}

.carousel-caption-2 {
    left: 50%;
    width: 35%;
    text-align: left;
}

.carousel-caption-3 {
    left: 12.7%;
    width: 38%;
    text-align: left;
    margin-bottom: 10px;
}

.carousel-caption-4 {
    left: 12.1%;
    width: 36%;
    text-align: left;
}

.carousel-caption h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #fff !important;
    text-shadow: 2px 2px #000;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.carousel-caption-3 .know-more,
.carousel-caption-4 .know-more {
    margin-top: 1.5rem;
}

.carousel-caption-4 h3,
.carousel-caption-4 p {
    color: #054c85 !important;
    text-shadow: none;
    margin-bottom: 10px;
}

.m-banner,
.carousel-indicators {
    display: none !important;
}