/**********FONTS***********/
/*
@font-face{
src: url(../fonts/Bluefish_Regular.otf);
font-family: 'Blue-fish';
}
*/
.font-open{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold !important;
}
.font-open-400{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}
.font-bold{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 1.3rem;
}
.font-open-600{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}
.font-light{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
}
.d-none1{
    margin-bottom: 50px;
}
.d-none1 h5{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 1.5rem;
}
.font-simi{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
}
.font-roboto-light{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.font-roboto-400{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.font-roboto-500{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.font-th th{
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
}
.top-menu1 ul li{
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    text-decoration: none;
    display: inline;
    padding: 0 15px 0 0;
}
.top-menu1 ul{
    text-align: left !important;
    margin: 0;
    padding: 0;
}
.text-sm{
    font-size: 300 !important;
}
/*
@media(max-width: 992.98px){
    .top-menu1 ul li{
        display: block;
    }
}
*/

body{
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    color: #255e8a !important ;

}
.text-700{
    font-weight: 700;
}
.para{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: .84rem;
}
.para-light{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: .8rem;
}
.para-robo{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300;
    font-size: .82rem;
}
.bold{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 1rem;
}
.color{
    color: #d8852a;
}
a:hover{
    text-decoration: none;
}
/* Nav Bar Search */
.expandSearch{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.expandSearch i{
    position: absolute;
    top: 0;
    left: 0;
    padding: 9px 4px 8px 8px ;
    color: #777;
    cursor: pointer;
    user-select: none;
    transition: 0.24s;
}
.expandSearch i:hover{
    color: #0bf;
}
.expandSearch input{
    border:none;
    background: transparent !important;
    font:14px/1.4 sans-serif;
    background:#fff;
    transition: 0.24s;
    width: 0px;
    padding: 0px 0px 8px 34px;
}
.expandSearch input:focus{
    border-color: #aaa;
    outline: none;
    width:200px;
    padding: 8px 12px 8px 34px;
    border-color: #0bf;
    border-bottom: 1px solid gray;
}
.expandSearch input:focus + i{
    /*padding: 8px 4px 8px 8px ;*/
    color: #ddd;
    pointer-events: none;
}
/* End Search Icon Code */
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border: none;
    border-color: none !important;
}
.text-bold{
    font-weight: bold !important;
    font-size: .9rem !important;
    border-bottom: 3px solid #d8852a; 
}
.text-light{
    font-weight: 300;
    font-size: 1.1rem !important;
}
@media(max-width: 400px){
    .expandSearch input:focus{
        width:100px;
    }
}
.top-menu{
    background-image: url(../images/top-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 670px;
    position: relative;
    padding: 0;
}

@media(max-width: 992px){
    .top-menu{
        min-height: 750px;
    }
    .dropdown-menu{
        position: static;
        width: 100%;
        margin-left: -12px;
    }
}
.logo{
    height: 41px;
}
.nav-link{
    font-family: 'Open Sans', sans-serif !important;
    margin-left: 10px;
    font-size: 1.08rem;
    font-weight: 700;
}
.menu{
    background-color: rgba( 255, 255, 255, .7 );
    padding: 10px 0;
}
.header-menu{
    padding: 15px 0;
}
.header-menu a{
    color: #000;
    font-family: 'Open Sans', sans-serif !important;
    font-size: .8rem;
}
.align-center{
    z-index: 100;
    position: absolute;
    left: 50%; 
    top: 40%; 
    transform: translate(-50%, -50%);
}
.yellow-bg{
    z-index: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba( 216, 133, 42, .85 );
    width: 35%;
    min-height: 200px;
    color: #fff;
    padding: 50px 0
}
.yellow-bg h4{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: 1.4rem;
}
.yellow-bg p{
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1.1rem;
}
.banner{
    padding: 0px 10%;
}
.banner a{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    color: #000;
}
.search-icon{
    font-size: 1rem;
}
@media(min-width: 768.00px){
    .container{
        padding: 0;
    }
}
@media(max-width: 768.98px){
    .h-text{
        font-size: 1rem !important;
    }
    .pd-l-2{
        padding-right: 4px
    }
    .p-x-2{
        padding: 0 4px;
    }
    .pd-r-2{
        padding-left: 4px;
    }
    .yellow-bg{
        width: 100%;   
    }
    .banner{
        padding: 0px 0%;
    }
    .align-center{
        position: relative;
        transform: translate(-0%, -0%);
        left: 0%; 
        top: 0%;
        margin-top: 50px;
    }
}
.btn-white{
    color: #fff;
    font-weight: 00 !important;
    background-color: transparent;
    padding: 12px 25px;
    margin-right: 3px;
    font-size: .9rem;
    border: none;
}
.fa-map-marker-alt{
    color: #fff;
}
.text-field{
    padding: 5px 20px;
    border: none;
}
.btn-yellow{
    background-color: #d8852a;
    padding: 12px 25px;
    font-size: .9rem;
}
.menu-bar{
    padding: 0 8%;
    min-height: 115px;
    padding: 0px 0;
}
.bg-white{
    position: relative;
    z-index: 100;
    padding: 18px 0;
    border-bottom: 4px solid #0c3657;
    margin-top: -60px;
}
.p-33{
    padding: 12px 10px !important;
}
.background-white{
    background-color: #fff;
    padding: 10px 10px;
}
.gray-text{
    font-weight: 600;
    font-size: .62rem;
    color: #ababab;
    border: none;
    border-bottom: .2px solid lightgray;
    width: 40px;
    padding: 5px 0;
    padding-left: 9px;
}
.drop-down-cus img{
    position: absolute;
    right: 18px;
    height: 20px;
}
.ul-gray{
    border-bottom: .2px solid lightgray;
    padding-bottom: 1px;
}
.location{
    height: 13px;
    margin-right: 4px;
}
.carousel-item {
    height: 40vh;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media(max-width: 992.98px){
    .carousel-item {
        height: 47vh;
    }
}
@media(max-width: 400.98px){
    .carousel-item {
        height: 42vh;
    }
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: transparent;
    margin-bottom: 20px;
}
.btn-lg-yellow{
    background-color: #d8852a;
    padding: 8px 40px;
    margin-bottom: 50px;
    color: #fff;
    font-size: .9rem;
}
.mr-bottom{
    margin-top: -150px;
}
.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}
.padd-0{
    padding: 3px;
}
.rel{
    position: relative;
}
.top-lift{
    position: absolute;
    top: 2px;
    left: 2px;
    height: 120px;
    width: 280px;
    background-color: rgba( 216, 133, 42, .8 );
    padding: 20px 30px;
}
.img-side{
    width: 100%;
    min-height: 114px;
}
.img-big{
    width: 100%;
    min-height: 350px;
}
.fonts{
    font-size: .75rem;
}
.content-center{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 43%; 
    top: 50%;
    color: #fff;
}
.position-r{
    position: relative !important;
}
.howr-effect{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(000, 000, 000, .1);
}
.p-0{
    padding: 0;
    margin: 0;
}
.sm-menu a{
    font-size: .9rem;
    color: #000;
    padding: 10px;
    font-weight: 300;
}
.sm-menu a:hover{
    text-decoration: none;
}
.sm-menu span{
    font-size: 1.2rem;
    color: #000;
    padding-right: 3px
}
.ul-items li{
    text-decoration: none;
    display: inline;
    list-style: none;
    padding-right: 10px;
}
.ul-items{
    padding: 0;
}
.ul-items a{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    font-size: .74rem
}
.img-girl{
    width: 100%;
    min-height: 230px;
}
.text-area{
    outline: none;
    box-shadow: 2px 2px 10px lightgray;
}

.img-map{
    width: 100%;
    max-height: 250px;
}
.yellow-lable{
    position: relative;
    background-color: #d8852a;
    width: 35%;
    padding: 16px 10px
}
.yellow-lable1{
    position: absolute;
    background-color: #d8852a;
    width: 35%;
    padding: 16px 10px
}
.blue-line{
    background-color: #0b3453;
    height: 3px;
    width: 80%;
    position: absolute;
    left: 0;
}
.padd-5{
    padding-right: 12%;
}
@media(max-width: 992.98px){
    .menu-bar{
        padding: 0px 5%;
        box-shadow: 2px 2px 2px whitesmoke;
    }
    .logo{
        height: 30px;
    }
    .search-icon{
        font-size: 1.4rem;
    }
    .col{
        flex-basis: 100%;
    }
    .align-center{
        position: relative;
        transform: translate(-0%, -0%);
        left: 0%; 
        top: 0%;
        margin-top: 20px;
    }
    .padd-5{
        padding-right: 15px;
    }
    .marr-5{
        padding-top: 100px;
    }
    .yellow-lable{
        position: relative;
        background-color: #d8852a;
        width: 100%;
        padding: 16px 10px;
    }
    .yellow-lable1{
        width: 100%;
        padding: 16px 10px;
    }
}
.img-card{
    position: relative;
}
.prize{
    position: absolute;
    z-index: 100;
    bottom: -2px;
    left: -2px;
    background-color: #0b3453;
    color: #fff;
    padding: 9px 10px 0 10px;
    border: none;
    box-shadow: 1px 1px 20px gray;
}

.card-view{
    overflow: hidden;
    height: 100px;
}
.img-card img{
    width: 100%;
}
.card{
    text-align: left;
    border: none;
}
@media(max-width: 1400px){
    .card h5{
        font-size: 1rem;
    }
    .card p{
        font-size: .8rem;
    }
}
.blue-btn{
    font-family: 'Open Sans', sans-serif !important;
    background-color: #0b3453;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    border: none;
    box-shadow: 2px 2px 20px lightgray;
}
.btn-1{
    opacity: 0;
}
div.card:hover div.btn-1{
    opacity: 1;
}
.btn-2{
    opacity: 0;
}
div.card:hover div.btn-2{
    opacity: 1;
}
.btn-3{
    opacity: 0;
}
div.card:hover div.btn-3{
    opacity: 1;
}
.btn-4{
    opacity: 0;
}
div.card:hover div.btn-4{
    opacity: 1;
}
.btn-5{
    opacity: 0;
}
div.card:hover div.btn-5{
    opacity: 1;
}
.blue-btn1{
    font-family: 'Open Sans', sans-serif !important;
    background-color: #0b3453;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    border: none;
}
.social-icon{
    height: 30px;
    margin: 0 5px
}

.yellow-btn{
    background-color: #d8852a;
    padding: 7px 60px;
    color: #fff;
    font-family: 'Open Sans', sans-serif !important;
    outline: none;
    border: none;
    font-size: .95rem;
}
.contact{
    background: url(../images/contact.png) no-repeat center;
    background-size: cover;
}
.contact-us{
    background-image: url(../images/lower-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-menu li{
    text-decoration: none;
    display: inline;
    list-style: none;
    padding-right: 30px;
    font-size: .9rem;
}
.footer-menu li a{
    color: lightgray;
}
.footer{
    background-color: #333333;
}
.divider{
    background-color: #ababab;
}
.footer-logo{
    height: 30px;
}
.table-border{
    border: .5px solid lightgray;
    box-shadow: 2px 2px 20px lightgray;
}
.btn-gray{
    position: relative;
    padding: 5px 10px;
    box-shadow: 2px 2px 20px lightgray;
}
.btn-gray img{
    position: absolute;
    height: 8px;
    top:2px;
    right: 2px;
}
.data{
    width: 70px;
    border: .3px solid lightgray;
    outline: none;
}
.table tbody tr td{
    padding: .75rem;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid lightgray;
}
.table thead tr th{
    border: none;
}
.btn-gray{
    font-size: .7rem;
    font-family: 'Roboto', sans-serif;
    padding: 6.5px;
    margin: 0 4px;
    border: none;
    background-color: lightgray;

}
.search{
    padding: 0px;
    border: .3px solid lightgray;
    opacity: .5;
    padding: 4px 7px;
    font-size: .95rem;
    box-shadow: 2px 2px 5px lightgray;
    margin-top: -2px;
}
.btn-yellow{
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 12px 100px;
}


input[type="checkbox"]{
    width: 15px;
    height: 15px;
    background: whitesmoke !important;
    opacity: .4;
    border: .5px solid gray;
    margin: auto;
    padding: 0;
    transform: translate(-20%, 15%)
}

.checkbox{
}
/******SLIDER*******************/
.carousel-item img{
    max-height: 270px;
}
.mobile-view{
    display: none;
}
.pad-15{
    padding: 0 7%;
}
@media(max-width: 992.98px){
    .mobile-view{
        display: block;
    }
    .dis-view{
        display: none;
    }
}
@media(max-width: 1200px){
    .pad-15{
        padding: 0 0%;
    }
    .pad-15 p{
        font-size: .8rem;
    }
    .pad-15 h1{
        font-size: 1.8rem;
    }
}
.layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(256, 256, 256, .7);
}
.layer img{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 30%;
    right: 50%;
    opacity: .7;
    transform: translate(50%, 50%);
}

@media(max-width: 992.98px){

    .padd-dis{
        padding-left: 25px;
    }
    .mbl-m-5{
        margin-bottom: 40px;
    }
}
.mobile-mt-2{
    background-color: #fff;
    padding: 12px;
    font-size: .9rem;
    border-left: 1px solid lightgray;
}
@media(max-width: 768.98px){

    .mobile-mt-5{
        padding-top: 40px;
    }
}
.team h6{
    font-size: .72rem;
}
.line{
    border: none;
    border-bottom: 1px solid lightgray;
}
.blue-line-1{
    position: absolute;
    top: 0 !important;
    width: 100%;
    border: none;
    height: 3px;
    background-color: #0b3453;
    padding: 0;
    margin: 0;
}
.yellow-line{
    position: absolute;
    bottom: -3.6px !important;
    left: -2px;
    width: 75px;
    border: none;
    height: 1.68px;
    background-color: #d8852a;
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 5px #d8852a;
}
.loc{
    height: 16px;
    margin-top: -2px;
    margin-right: 3px;
}
@media(max-width: 460px){
    .para-light{
        font-size: .7rem;
    }
    .data{
        width: 37px;
        border: .3px solid lightgray;
        outline: none;
    }
}
.mbl-form h5{
    font-size: 1rem;
    margin-top: 2px;
}
.icone-s{
    position: absolute;
    left: 36%;
    top: -48px;
}
.icone-s img{
    padding: 0 5px;
}
@media(max-width: 992px){
    .footer-menu li{
        display: block;
    }

    .desktop-view{
        display: none;
    }
    .icone-s{
        top: 20px;
    }

}
.s-text{
    position: absolute;
    z-index: 100;
    color: #fff;
    top: 30%;
    padding: 0 10px;
}
.private{
    background: url(../images/privarte.png) no-repeat center;
    background-size: cover;
    min-height: 150px;
}
/*---Contect Page---*/
.contect-body{
    background-color: #fbfbfb;
}
.top-nav{
    background-color: rgba( 255, 255, 255, .7 );
    padding: 10px 0px;
    box-shadow: 0 2px 5px -2px gray;
}
.btn-submit{
    background-color: #0b3453;
    color: #fff;
}
.form-control{
    box-shadow: 2px 2px 2px  lightgray;
}
@media(max-width: 500px){
    .contect-number h6, p{
        font-size: .7rem;
    }
}
/* --Raksts--*/
.raksts-header{
    background-image: url(../images/raksts-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.raksts-header-mobile{
    display: none;
}
.bg-mobile{
    background-image: url(../images/raksts-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    position: relative;
}
.r-bg{
    background-image: url(../images/raksts-bg-img%20-%20mobile.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 220px;
    position: relative;

}
@media(max-width: 600px){
    .raksts-header-mobile{
        display: block;
    }
    .raksts-header{
        display: none;
    }
    .bg-mobile{
        background-image: url(../images/raksts-bg-img%20-%20mobile.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 220px;
        position: relative;
    }
}
.raksts-body{
    background-color: #fbfbfb;
}
.r-link{
    border-bottom: 1px solid #0b3453;
}
.color-blue{
    color: #0b3453;
}
/* PagalPojumi */
.pakal-body{
    background-color: #fbfbfb;
}
.margin-50{
    margin-top: -50px;
}
.top-slider{
    position: relative;
    z-index: 10;
    margin-top: -88px;
}
.right {

    width: 20% ;

}

.index{
    position: relative;
    z-index: 100;
}
.btn-blue{
    color: #fff;
    border: none;
    padding: 10px 80px;
    background-color: #0b3453;
}
.padd-01{
    padding-left: 24%;
}
@media(max-width: 450px){
    .padd-01{
        padding-left: 25%;
    }

}
/*----Privatum Page ----*/
.privatum-header{
    background-image: url(../images/privatuma_politika.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
}
.pur-mum-header{
    background-image: url(../images/par-mums-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    position: relative;
}
/*--- Main BLog---*/

.blog-slider{
    
}
.yellow-btn1{
    border: none;
    background-color: #d8852a;
    padding: 12px 0px;
    width: 219px;
    font-size: .9rem;
    color: #fff;
}

@media(max-width: 600px){
    .yellow-btn1{
        border: none;
        background-color: #d8852a;
        padding: 7px 0px;
        width: 119px;
        font-size: .7rem;
        color: #fff;
    }
    .mobile-d h5{
        font-size: .8rem !important;
        padding-top: 150px !important
    }
}
.gray-line{
    margin-top: -2px;
}
.text-fix{
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: -19px;
    background-color: #fff;
    font-weight: 450;
}
@media(max-width: 992px){
    .text-fix{
        display: none;
    }
}
.pr{
    position: relative;
}
.btn-yellow2{
    border: none;
    background-color: #d8852a;
    padding: 12px 0px;
    width: 240px;
    font-size: .9rem;
    color: #fff;
}