input.error, select.error {
    border: 1px dotted #ff0000;
}
.errorContainer {
    color: #ff0000;
    display: none;
    text-align: left;
}
.text-dark {
    color: #333;
}
.login .card{
    background-color: #fff;
    width:250px;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
}
.login .card-header{
    background-color: #002b50;
}
.login .card-body{
    border: 1px solid #29a745;
}
.login .card-body {
    padding: 0 10px;
}
.login .card-body li a {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.title-footer {
    color: #fff;
    display: block;
    margin: 12px 10px;
}
.footer{
    background: #002b50 !important;
}
.footer .latest-post-content.media-body{
    text-align: justify;
}
.title2 {
    position: relative;
    margin-top: 10px;
}
.title2 .title-desc {
    padding-top: 15px;
}
.title2:after {
    background: #1d9308;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 80%;
    height: 3px;
    position: absolute;
}
section {
    padding: 20px 0;
    position: relative;
}
.heading {
    padding-bottom: 25px;
    margin-top: 20px;
}
.header-solid {
    position: initial;
}
.title{
    line-height: 30px;
}
.panel-heading-footer{
    background-color: #00192b !important;
    color: #fff !important;
    padding: 10px 3px !important;
}
.panel-title-footer{
    padding-left: 20px !important;
    font-size: 15px;
}
.panel-title-footer a:hover{
    color: #fff;
    text-decoration: underline;
    text-underline-position: under;
}
.panel-footer-bg{
    background-color: #191919;
}
.copyright p {
    color: #959595;
}
.copyright-info, .copyright-info a {
    color: #959595;
}
#copyright {
    padding: 14px 0 19px 0;
    background-color: #1f2426;
    border-top: 1px solid #353f42;
}
.copyright .widget-tab .nav-tabs>li {
    margin-right: 5px; 
}
.copyright .widget-tab .nav-tabs>li:first-child {
    margin-left: 0px;
}
.copyright .widget-tab .nav-tabs {
    border: none;
    margin-left: 8%;
}
.copyright .widget-tab .nav-tabs>li>a{
    text-transform: uppercase !important;
    background-color: #131212;
    color: #646464;
    border: none;
    padding: 15px 50px;
}
.copyright .widget-tab .nav-tabs>li.active>a {
    background-color: #252525;
    color: #338A41;
}
.call-to-action .btn.btn-primary.white:hover {
    background: #002b50;
}
.btn-registrate-ya{
    position: absolute;
    width: 100%;
    z-index: 3;
    display: flex;
    bottom: 0px;
}
.flexslider .slides img, .ts-flex-slider .flexSlideshow {
    height: auto;
}
#main-slide .slider-content h2 {
    text-shadow: 2px 2px #191919;
}
.slider.btn{
    margin-top: 30px;
    text-shadow: 1px 1px #191919c4;
    border-radius: 6px;
    padding: 10px 50px;
    font-size: 16px;
}
.slider.btn.solid {
    margin-left: 0px;
}
#banner-area{
    min-height: 100px;
}
.call-to-action-blue {
    background: #002b50;
}
.call-to-action-blue a:hover {
    text-decoration: underline;
    color: #ddd;
}
.parallax {
    padding: 5px 0;
}
.service-content.plan-price{
    min-height: 320px;
}

/*** Ipad ***/
@media (max-width: 991px) {
}

/*** Mobile ***/
@media (max-width: 767px) { 
    .copyright .widget-tab .nav-tabs>li>a{
        margin: 5px;
        width: 275px;
        padding: 10px 15px;
    }
    #main-slide .slides img {
        position: relative;
        height: 160px;
    }
    .btn-registrate-ya img{
        width: 60%;
    }
    #main-slide .slider-content h5 {
        text-shadow: 2px 2px #191919;
        line-height: 15px;
    }
    .login .form-control {
        width: 100%;
    }
    .login .form-inline .btn-primary{
        width: 100%;
    }
    .login .card{
        width:100%;
    }
    .navbar-collapse2 {
        height: auto;
        max-height: 340px;
        background: #333333;
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
        box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    }    
    .navbar-toggle-form{
        font-size: 14px;
        color: #fff;
        padding: 4px 12px;
    }
    #banner-area {
        min-height: 40px;
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {    

}



