*{
    margin:0;
    padding:0;
    font-family: 'Lato', sans-serif;
}

body {
    overflow-x: hidden !important;
}

.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

.material-icons.home{
    padding:0px;
    text-align: center;
    font-weight: bold;
}

.main-carousel .trump-card{
    padding:10px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    margin:0px 1px;
    border-radius: 30px;
}

.main-carousel{
    border-radius: 30px;
}

.main-carousel .trump-card.current{
    background-color: ghostwhite;
    color: #000;
}


.client-carousel img{
    border-radius: 30px;
}

.sub-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag{
    display: none;
    opacity: 0;
    transition: visibility 0s, opacity 1s linear;
}

.sub-carousel.owl-carousel.owl-theme.owl-loaded.owl-drag.current{
    display: block;
    opacity: 1;
}

.sub-carousel>div img{
    border-radius: 30%;
}

.clickable{
    cursor:pointer;
}

#nav-menu{
    background-color: #fff;
    color:#000;
    position:fixed;
    width:100%;
    top:0;
    z-index: 100;
    max-height: 80px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

#nav-menu ul{
    float:right;
    height:80px;
    margin:0px;
    position: relative;
}

#nav-menu *{
    display: inline-block;
}

.under-constr{
    width:145px;margin:17.7px 0px;
    text-align: center; 
    background-color: #f8f8ff;
    color:#298bdb;
    font-weight: bolder; 
    font-size: 15px;
    padding:52px 0px;
    border: 2px solid #f8f8ff;
    border-radius:30%    
}
#nav-menu ul li{
    list-style: none;
    display: inline-block;
    padding:27px 20px;
    border-top:4px solid #fff;
}

#nav-menu ul li:hover{
    border-top:4px solid #298bdb;
    color:#298bdb;
    cursor: pointer;
}

a .material-icons{
    vertical-align: middle;
    margin-top: -6px;
    margin-right:4px;
    font-size: 20px;
}

a li{
    text-decoration: none;
    color:#000;
    text-transform: uppercase!important;
    font-size: 15px;
}

a li:hover{
    text-decoration: none;
    color:#fff;
}

#header-logo,#mobile-logo{
    width:80px;
    height:auto;
    margin:5px 10px;
}

.clearfix{
    clear:both;
}

#nav-mobile i{
    position:absolute;
    right:20px;
    top:27px;
    font-size:28px;
    cursor: pointer;
}
.container{
    width:100%;
    margin-bottom: 40px;
    padding:0;
}

.owl-item div{
    min-width: 203px;
}

.owl-item a{
text-align: center;
color: #fff;
text-decoration: none;
}

.desc{
    text-align:justify;
}

.abc{
    background: #0e3877;
    padding-bottom:10px;
  /*  min-height: 300px;*/
}


.banner{
    background-color: #fff;
    padding-top:80px;
    padding-bottom:10px;
    margin:25px 25px 0px 25px;
}

.banner_two{
    background-color: #fff;
    padding-top:10px;
    padding-bottom:15px;
    margin:25px 25px 0px 25px;
}

.showcase-list{
    background-color: #000;
    color:#fff;
}

.showcase-list *{
    text-align: center;
}

.showcase-list > div{
    padding: 35px 15px;
}

.showcase-list>div img{
    padding: 15px;
    background-color: #fefefe;
}

.showcase-list>div{
    border-radius: 100%;
}

.site-title{
    color:#2243ad;
    font-size: 40px;
    display: block;
    padding:10px 0px;
    font-weight:bold;
    text-align: left;
}
.site-subtitle{
    color:gray;
}
.owl-carousel{
    z-index: 0;
}

.main-carousel .material-icons{
    padding-top:2px;
    font-weight: bolder;
}

.sub-carousel.owl-theme .owl-nav [class*=owl-],.sub-carousel.owl-theme .owl-nav [class*=owl-]:hover,.client-carousel.owl-theme .owl-nav [class*=owl-],.client-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: transparent;
    color:#fff;
    font-weight: bolder;
    padding-bottom:0px;
    position:absolute;
    top: 65px;
}

.sub-carousel.owl-theme .owl-nav [class*=owl-]:hover,.client-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
    color: #fff;
}

.sub-carousel .owl-nav .owl-next,.client-carousel .owl-nav .owl-next{
    right: -30px;
}

.sub-carousel .owl-nav .owl-prev,.client-carousel .owl-nav .owl-prev{
    left: -30px;
}

.main-carousel.owl-theme .owl-nav [class*=owl-]{
    background-color: transparent;
    color:#fff;
    padding-bottom:0px;
    padding:4px;
}

.main-carousel.owl-theme .owl-nav [class*=owl-]:hover{
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
    color: #fff;
}

@media only screen and (max-width:960px){
    #header-logo{
        display:none;
    }
    
    #footer{
        margin-bottom: 10px;
    }
    .owl-carousel .owl-item img{
        width:145px;
        margin:10px auto;
        padding:20px;
        background-color: #fff;
    }

    .owl-carousel{
        width:100%;
        margin:20px auto;
    }
    
    #nav-menu{
        position:fixed;
        height:100%;
        z-index: 100;
        background-color:transparent;
        overflow-y: auto;
        width:100%;
        top:80px;
        max-height: 100%;
    }
    
    #nav-menu ul li{
        display: block;
        text-align: left;
    }
    
    #nav-menu ul a{
        text-decoration: none;
        width:100%;
    }

    #nav-menu ul{
        width:100%;
        background-color:#fff;
        z-index: 101;
        float:left;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        height: auto;
        opacity: 1;
    }
    
    #nav-menu ul li{
        border: none;
        background-color:#fff;
    }
    
    #nav-menu ul li:hover{
        border: none;
    }

    #nav-mobile{
        display: block;
        background-color: #fff;
        color:#000;
        position:fixed;
        width:100%;
        min-height: 66px;
        top:0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    #nav-menu.menu-close{
        width:0px !important;
    }

    .menu-close *{
        display: none
    }
}



@media only screen and (min-width:960px){
    #nav-mobile{
        display: none;
    }
    
    .desc{
    padding:5px 60px;
    }
    
    .owl-stage-outer{
        margin:0;
        padding:0;
    }
    
	.main-carousel .owl-nav .owl-next{
        position: fixed;
        top:-5px;
        right:-50px;
        padding:6px;
        border-radius: 0px;
    }
	
	.main-carousel .owl-nav .owl-prev{
        position: fixed;
        top:-5px;
        left:-50px;
        padding:6px;
        border-radius: 0px;
    }
    
    .main-carousel .trump-card:hover{
        background-color: ghostwhite;
        color: #000;
    }
    
    .owl-carousel .owl-item img{
        width:145px;
        margin:20px auto;
        padding:20px;
        background-color: #fff;
    }
    
    .owl-item a img{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .owl-carousel{
       width:90%;
       margin:0px auto;
    }

}

.sub-carousel .owl-dots.disabled,.client-carousel .owl-dots.disabled, .client-carousel .owl-nav.disabled{
    display: none;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

 .owl-item a img:hover{
        -webkit-box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.75);
           -moz-box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.75);
                box-shadow: 0px 0px 35px 2px rgba(255,255,255,0.75);
    }

@media only screen and (max-width:600px){
    .owl-item.active.center img{
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover{
        background-color: #298bdb;
}

.backbtn{
    position: relative;
    width:100%;
}

.backbtn a{
    position: absolute;
    text-decoration: none;
    padding:10px 15px;
    background-color: #f8f8ff;
    color: #428bca;
    bottom:0px;
    right:15px;
    font-weight: bolder;
    border-radius: 30px;
}

.backbtn a:hover{
    text-decoration: none;
    color:#000;
}

.navnotifications{
    float:left;
    position: absolute;
    min-width: 200px;
    top:85px;
    background:#fff;
    border: 1px solid #eee;
    right:0;
}

.navnotifications .navnotification{
    display:block;
    padding: 10px;
    color:#595959;
    border:1px solid #eee;
    min-width:290px;
    max-width:290px;
    width:290px;
    text-align: left;
    font-weight: bold;
}

.navnotification-date{
    padding-right: 140px;
    float:left;
    font-weight: normal;
}

.navnotification-link{
    margin-top:10px;
}


#nav-menu .navnotifications.hide{
    display: none;
}
