@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

body {
    background: #f4f4f4;
}

#togglePassword {
    margin-left: -30px;
    cursor: pointer;
    z-index: 1;
    padding-top: 10px;
}

body label {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 25px;
}

body input[type='checkbox'],
body input[type='radio'] {
    position: absolute;
    right: 9000px;
}

body input[type='radio']+.label-text:before {
    content: '\f10c';
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

body input[type='radio']:checked+.label-text:before {
    content: '\f192';
    color: #003399;
    animation: effect 250ms ease-in;
}

body input[type='radio']:disabled+.label-text {
    color: #aaa;
}

body input[type='radio']:disabled+.label-text:before {
    content: '\f111';
    color: #ccc;
}

body input[type='checkbox']+.label-text:before {
    content: '\f096';
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

body input[type='checkbox']:checked+.label-text:before {
    content: '\f14a';
    color: #003399;
    animation: effect 250ms ease-in;
}

body input[type='checkbox']:disabled+.label-text {
    color: #aaa;
}

body input[type='checkbox']:disabled+.label-text:before {
    content: '\f0c8';
    color: #ccc;
}

#upbutton .row .col-lg-1 a i {
    color: #000 !important;
}

#headerhome {
    /* border-bottom: 1px solid #6C757D; */
    box-shadow: 0 4px 2px -2px gray;
}

#headerhome .logo .media img {
    width: 60px;
}

#headerhome .logo .media a {
    font-size: 23px;
    text-decoration: none;
}

#headerhome .logo .media a .and {
    color: #003399;
}

#headerhome .logo .media .law {
    font-size: 18px;
}

#headerhome .logo .media a:hover strong {
    color: #003399;
}

#headerhome .menu .navbar .navbar-collapse .navbar-nav .nav-item {
    border: 2px solid transparent;
}

#headerhome .menu .navbar .navbar-collapse .navbar-nav .nav-item:hover {
    border: 2px solid #003399;
}

#headerhome .menu .navbar .navbar-collapse .navbar-nav .nav-item a {
    color: #000;
    font-size: 20px !important;
    font-weight: 500;
}

#homeslider {
    min-height: 500px;
}

#homeslider .row #slider .carousel-inner {
    border-bottom: 2px solid #000;
}

#homeslider .row #slider .carousel-inner .btn:hover {
    background: #003399;
    cursor: pointer;
}

#homeslider .row #slider .carousel-inner .btn {
    color: #fff;
    text-decoration: none;
}

#homeslider #first-caption {
    top: 25% !important;
    left: 150px;
    padding-right: 15px;
    text-align: left !important;
}

#homeslider #first-caption .btn {
    background: transparent;
    margin-left: 250px;
    margin-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #fff !important;
}

#homeslider #second-caption {
    top: 35% !important;
}

#homeslider #second-caption .btn {
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #fff !important;
}

#homeslider #myimg {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 153, 0.7);
}

#about .row .col-lg-8 {
    border-top: 5px solid #000;
}

#about .row .col-lg-8 h1 {
    color: #003399;
}

#about .row .col-sm-4:hover {
    text-decoration: none;
    cursor: pointer;
    background: #003399 !important;
    opacity: 0.8;
}

#about .row .criminal {
    background: #262626;
}

#about .row .buisness {
    background: #333333;
}

#about .row .family {
    background: #404040;
}

#choice .row .submit a {
    background: #003399;
    color: white;
}

#choice .row .submit a:hover {
    background: transparent;
    color: #003399;
    border: 1px solid #003399;
}
 
#choice .row h1 {
    border-bottom: 3px solid #003399;
}

#choice .row .col-sm-8 .input-group .input-group-append .search {
    background: transparent !important;
    color: #6c757d !important;
}

#choice .row .col-sm-8 .input-group .input-group-append .input-group-text {
    color: white;
    background: #003399;
    border: none !important;
}

#choice .row .col-sm-8 .input-group .input-group-append:hover {
    cursor: pointer;
}

#choice .row .col-sm-8 .input-group .input-group-append:hover .input-group-text {
    color: #000;
}

#choice .row .col-sm-8 .collapse li {
    list-style: none;
}

#myModal .modal-footer #btnmodal {
    background: transparent;
    border: 1px solid #003399;
    color: #003399;
}

#myModal .modal-footer #btnmodal:hover {
    background: #003399;
    color: #fff;
}

#copyright {
    border-top: 2px solid #000;
    background: rgba(230, 115, 0, 0.8);
}

@media (max-width: 576px) {
    #headerhome .logo .media {
        display: flex;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    #headerhome .logo .media img {
        width: 60px;
    }
    #headerhome .logo .media a {
        font-size: 20px;
    }
    #headerhome .logo .media .law {
        font-size: 13px;
    }
    #homeslider {
        display: none;
    }
    #about #lawsmain {
        display: none !important;
    }
    #upbutton {
        display: none !important;
    }
    #choice .row .col-sm-8 .input-group .input-group-append {
        display: none;
    }
}

@media (min-width: 576px) {
    #homeslider {
        min-height: 220px;
    }
    #homeslider #first-caption {
        top: 0% !important;
        left: 150px;
        padding-right: 15px;
    }
    #homeslider #first-caption .btn {
        background: transparent;
        margin-left: 85px;
        margin-top: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #homeslider #first-caption h1 {
        font-size: 20px;
    }
    #homeslider #second-caption {
        top: 20% !important;
    }
    #homeslider #second-caption h1 {
        font-size: 35px;
    }
    #homeslider #second-caption .btn {
        background: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    #homeslider #first-caption {
        top: 10% !important;
        left: 150px;
        padding-right: 15px;
    }
    #homeslider #first-caption h1 {
        font-size: 35px;
    }
    #homeslider #first-caption .btn {
        background: transparent;
        margin-left: 250px;
        margin-top: 10px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #homeslider #second-caption {
        top: 35% !important;
    }
    #homeslider #second-caption .btn {
        background: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }
    #homeslider #second-caption h1 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    #homeslider #first-caption {
        top: 25% !important;
        left: 150px;
        padding-right: 15px;
    }
    #homeslider #first-caption .btn {
        background: transparent;
        margin-left: 250px;
        margin-top: 10px;
        padding-left: 50px;
        padding-right: 50px;
    }
    #homeslider #first-caption h1 {
        font-size: 3.5rem;
    }
    #homeslider #second-caption {
        top: 35% !important;
    }
    #homeslider #second-caption .btn {
        background: transparent;
        padding-left: 10px;
        padding-right: 10px;
    }
    #homeslider #second-caption h1 {
        font-size: 3.5rem;
    }
}

ul#menulanguage {
    list-style: none!important;
}

.input-group input:focus:active,
input:focus,
input:active {
    outline: 0px !important;
    -webkit-box-shadow: none!important;
    -webkit-appearance: none!important;
    box-shadow: none!important;
}

ul#documentslanguage {
    list-style: none!important;
}

ul#documentslanguage .input-group input:focus:active,
input:focus,
input:active {
    outline: 0px !important;
    -webkit-box-shadow: none!important;
    -webkit-appearance: none!important;
    box-shadow: none!important;
}

ul#country {
    list-style: none!important;
}

ul#country .input-group input:focus:active,
input:focus,
input:active {
    outline: 0px !important;
    -webkit-box-shadow: none!important;
    -webkit-appearance: none!important;
    box-shadow: none!important;
}

ul#fieldsoflaws {
    list-style: none!important;
}

ul#fieldsoflaws .input-group input:focus:active,
input:focus,
input:active {
    outline: 0px !important;
    -webkit-box-shadow: none!important;
    -webkit-appearance: none!important;
    box-shadow: none!important;
}

button.btn-outline-secondary:focus,
button.btn-outline-secondary:active,
button.btn-outline-secondary:focus:active {
    outline: 0px !important;
    -webkit-box-shadow: none!important;
    -webkit-appearance: none!important;
    box-shadow: none!important;
}
.content {
	background-color: #343A40!important;
}
footer {
	border-top: 2px solid white;
}

ul.second-ul li.list-group-item a {
    padding-left: 2.5rem!important;
}

@media screen and  (min-width: 1200px) and (max-width: 1500px) {
    .input-group.pl-xl-5 {
        padding-left: 0px!important;
    }
    .nav-item-choose.pl-xl-5 {
        padding-left: 0px!important;
    }
    .nav-item-choose.ml-xl-5 {
        margin-left: 0px!important;
    }
    .ml-xl-5 {
        margin-left: 0px!important;
    }
}