﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 0;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    #CoName {
        display: none;
    }

    .carousel-caption {
        display: none;
    }

    .tbcol-1 {
        width: 40%;
    }

    .tbcol-2 {
        width: 60%;
    }
}

@media screen and (min-width: 768px) {

    #CoName {
        font-size: smaller;
        display: inline;
    }

    .tbcol-1 {
        width: 15%;
    }

    .tbcol-2 {
        width: 85%;
    }
}

@media screen and (min-width: 992px) {

    #CoName {
        font-size: small;
        display: inline;
    }

    .tbcol-1 {
        width: 15%;
    }

    .tbcol-2 {
        width: 85%;
    }
}
.MohrStyle {
    border: medium solid !important;
    font-family: Arial !important;
    font-size: 20px !important;
    padding: 1px 3px !important;
}

#HomeNav li a :hover {

    background-color:#17BBB0 !important;
}
body {
    background-color: #FBFBFB !important;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.bg-gradient {
    background-image: linear-gradient(to right,#fd8f4d,#2749F1) !important;
}
.bg-top {
    background-image: linear-gradient(to right,#41BEF3,#014d6d) !important;
}
.bg-butom {
    background-image: linear-gradient(to right,#41BEF3,#01293a ) !important;
}
.btn-outline-home {
    color: #2749F1;
    background-color: transparent;
    background-image: none;
    border-color: #2749F1;
}

.btn-outline-home:hover {
    color: #fff;
    background-color: #2749F1;
    border-color: #2749F1;
}
.btn-outline-home.focus, .btn-outline-home:focus {
    -webkit-box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
    box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
}

.btn-outline-home.disabled, .btn-outline-home:disabled {
    color: #2749F1;
    background-color: transparent;
}

.btn-outline-home:not(:disabled):not(.disabled).active, .btn-outline-home:not(:disabled):not(.disabled):active, .show > .btn-outline-home.dropdown-toggle {
    color: #fff;
    background-color: #2749F1;
    border-color: #2749F1;
}

.btn-outline-home:not(:disabled):not(.disabled).active:focus, .btn-outline-home:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-home.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
    box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
}
.rounded-home {
    border-radius: 25rem !important;
}
/* Pic*/
.img-fill {
    width: 100%;
    height:20%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
}

    .img-fill img {
       
        min-width: 100%;
        position: relative;
        display: inline-block;
        max-width: none;
    }

.slick-slider {
    margin: 0;
    padding: 0 !important;
}

.slick-slide {
    float: left;
    padding: 0;
}

.Modern-Slider .item .img-fill {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 95vh;
}

.Modern-Slider .item-1 .img-fill {
    background-image: url(../images/slide_01.jpg);
}

.Modern-Slider .item-2 .img-fill {
    background-image: url(../images/slide_02.jpg);
}

.Modern-Slider .item-3 .img-fill {
    background-image: url(../images/slide_03.jpg);
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 30px;
    border: 0 none;
    background-color: transparent;
    text-align: center;
    font-size: 36px;
    font-family: 'FontAwesome';
    color: #FFF;
    z-index: 5;
    outline: none;
    cursor: pointer;
}

    .Modern-Slider .NextArrow:before {
        content: '\f105';
    }

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 30px;
    border: 0 none;
    background-color: transparent;
    text-align: center;
    font-size: 36px;
    font-family: 'FontAwesome';
    color: #FFF;
    z-index: 5;
    outline: none;
    cursor: pointer;
}

    .Modern-Slider .PrevArrow:before {
        content: '\f104';
    }

ul.slick-dots {
    display: none !important;
}

.Modern-Slider .text-content {
    text-align: left;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
    margin-bottom: 15px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #a4c639;
    animation: fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 2.5px;
    color: #FFF;
    overflow: hidden;
    animation: fadeOutLeft 1s both;
}

.Modern-Slider .item p {
    max-width: 570px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

.Modern-Slider .item a {
    margin: 0 5px;
}

.Modern-Slider .item.slick-active h6 {
    animation: fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4 {
    animation: fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
    position: relative;
}

.Modern-Slider {
    background: #000;
}


/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left /* If RTL Make This Right */;
    height: 100%;
    min-height: 1px
}

    .slick-slide.dragging img {
        pointer-events: none
    }

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

/*   */

.btn-outline-first {
    color: #014d6d;
    background-color: transparent;
    background-image: none;
    
}

    .btn-outline-first:hover {
        color: #c85a17;
        /*background-color: #f3f3f3;*/
    }

    .btn-outline-first.focus, .btn-outline-home:focus {
        -webkit-box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
        box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
    }

    .btn-outline-first.disabled, .btn-outline-home:disabled {
        color: #c85a17;
        background-color: transparent;
    }

    .btn-outline-first:not(:disabled):not(.disabled).active, .btn-outline-home:not(:disabled):not(.disabled):active, .show > .btn-outline-home.dropdown-toggle {
        color: #c85a17;
    }

    .btn-outline-first:not(:disabled):not(.disabled).active:focus, .btn-outline-home:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-home.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
        box-shadow: 0 0 3px 1px .2rem rgba(66,165,245,.5);
    }

.sidelink {
    /*box-shadow: 0px 1px 0px 0px gray;*/
    vertical-align: middle;
    text-align: right;
    width: 100%;
    padding: 15px 10px;
    /*border-bottom: 1px solid #eac3ab;*/
}
    .sidelink:hover {
        box-shadow: 4px 4px 4px 4px rgba(188, 220, 246, 0.50);
        border-right:4px solid #5994fc;
    }
.nav-link {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
#HomeNav li a:hover {
    /*box-shadow: 2px 2px 2px 2px rgba(137, 198, 247, 0.50);*/
    border-bottom: 1px solid #5994fc;
    /*border-right: 2px solid #5994fc;
    border-left: 2px solid #5994fc;*/
    color: #c85a17 !important;
    /*background-color: #004a74 !important;
    color: white !important;*/
}
/*.nav-link:hover {
    box-shadow: 4px 4px 4px 4px rgba(188, 220, 246, 0.50);
    border-right: 4px solid #5994fc;
}*/