body{
    font-family: "Raleway", sans-serif !important;
}
.Logo{
    width: 15em;
}
.navbar{
    background: white;
    padding: 0 !important;
    border-bottom: 3px solid #EEEEEE;
    /*box-shadow: 0px 2px 5px #EEEEEE;*/
}
.navbar-brand h2{
    color: #0F63AC;
}
a{
    text-decoration: none !important;
}
p{
    color: #3A424A;
}
.btn{
    border-radius: 2px !important;
}
.btn-danger{
    background: #F21041;
}
.pop{
    transition: transform .2s;
}
.pop:hover{
    transform: scale(1.03);
}
.nav-link{
    color: #000 !important;
    padding-top: 1.2em !important;
    padding-bottom: .2em !important;
    margin-bottom: 1em !important;
    padding-left: 0 !important;
    padding-right: 2.7em !important;
    font-weight: 600 !important;
    transition: transform .2s;
    font-size: 1em !important;
    text-transform: uppercase;
}
.nav-link:hover{
    color: #E5B807 !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #E5B807 40%, #fff 40%) 2;
}
.nav-item .active{
    color: #000 !important;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #E5B807 40%, #fff 40%) 2;
}
.carousel{
    background: black;
}
.carousel-item img{
    height: 43em;
    width: 100%;
    object-fit: cover;
    object-position: top;
    opacity: 0.4;
}
.carousel-caption{
    top: 33%;
    z-index: 2;
    left: 7% !important;
    text-align: left;
}
.carousel-caption h1{
    text-align: left;
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 4.5em;
    font-weight: 700;
    /*margin-bottom: .3em;*/
    text-shadow: 0px 0px 2px #000;
}
.carousel-caption p{
    width: 55%;
    text-align-last: left;
    color: white;
    letter-spacing: 1.1px;
}
.carousel-control-next, .carousel-control-prev {
    width: 7% !important;
}
.About-Us{
    background: #0C155D;
}
.About-Us .col-sm-7{
    padding-top: 6em;
}
.About-Us .col-sm-7 h1{
    color: white;
}
.About-Us .col-sm-7 h5{
    color: white;
}
.About-Us .col-sm-7 p{
    color: #EEEEEE;
    font-size: 16px;
    font-weight: 300;
}
.About-Us .col-sm-7 h1 span{
    color: #E5B807;
}
.About-Us::before{
    opacity: 0.2;
}
.Services{
    background: url("../img/Background/services.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
.Services h5{
    color: black;
}
.Services .col-sm-4 div{
    /*opacity: 0.9;*/
    background: #EEEEEE;
    /*padding: .3em .3em;*/
    margin-top: 3em;
    min-height: 30em;
    /*box-shadow: 0px 0px 5px #EEEEEE;*/
    border-radius: .3em;
}
.Services .col-sm-4 h4{
    margin-top: 1em;
    margin-bottom: .7em;
    font-weight: 600;
    color: #212529;
    padding-left: 1.2em;
    padding-right: 1.2em;
    font-size: 1.5em;
}
.Services .col-sm-4 .pop p{
    padding-left: 1.2em;
    padding-right: 1.2em;
    /*padding-bottom: 1.2em;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.Services .col-sm-4 .pop .btn-warning{
    margin-top: .8em;
    border-radius: 4em !important;
    padding: .6em 1.7em;
    font-weight: 400;
    border: none;
    background: #0C155D;
    color: white;
    font-size: 14px;
}
.Services .col-sm-4 img{
    height: 14em;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: .3em;
    border-top-right-radius: .3em;
    /*margin-top: 5em;*/
}
.Why-Us{
    padding: 5em 0em;
    background: #FFFFFF;
}
.Why-Us .Tile{
    box-shadow: 0px 0px 40px #e6e6e6;
    padding: 2em 2em;
    margin: .8em;
}
.Why-Us .Tile h4{
    font-size: 1.3em;
    font-weight: 700;
}
.Why-Us .Tile img{
    width: 50%;
}
.Why-Us .Content{
    padding: 3em 3em;
}
.Footer{
    padding: 4em 0em;
    background: #001129;
    /*background: #0F63AC;*/
    color: white !important;
}
.Footer .about img{
    width: 70%;
    margin-bottom: 1em;
}
.Footer .col-sm-3 a{
    color: white;
    /*text-transform: capitalize;*/
    line-height: 2;
}
.Footer .col-sm-4 a{
    color: white;
    /*text-transform: uppercase;*/
    line-height: 2;
}
.Footer .col-sm-2 a{
    color: white;
    text-transform: capitalize;
    line-height: 2;
}
.SocialLinks i{
    font-size: 2em;
    color: #fff;
    margin-right: 1em;
    margin-top: 1em;
}
.ContactUs{
    margin-top: 8em;
}
.ContactUs .col-sm-6 a{
    text-decoration: none;
    color: black;
}
.ContactUs .col-sm-6 b{
    color: #0C155D;
}
.Breadcrumb{
    background: url('../img/Background/breadcrumb-2.jpg');
    background-position: top;
    background-size: cover;
}
.Breadcrumb .overlay{
    width: 100%;
    height: 26em;
    background: rgba(0,0,0,0.6);
    text-align: center;
}
.overlay h1{
    color: white;
    font-size: 3.5em;
    font-weight: 700;
    padding-top: 3em;
}
.About{
    padding: 2em 0em;
}
.ServicesN{
    padding: 2em 0em;
}
.ServicesN .row h1{
    margin-top: 2em;
}
.Gallery{
    padding: 3em 0em;
}
.Gallery .col-sm-3 img{
    height: 14em;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 1.3em;
}
@media only screen and (max-width: 576px) {
    .Logo{
        width: 12em;
    }
    .navbar-brand h2{
        font-size: 1.2em;
        padding: .5em 0em;
    }
    .nav-link{
        padding: .5em .8em !important;
    }
    .carousel-item img{
        height: 30em;
    }
    .carousel-caption{
        top: 26%;
        z-index: 2;
        left: 8% !important;
        text-align: left;
    }
    .carousel-caption h1{
        font-size: 2.9em;
    }
    .carousel-caption p{
        font-size: .8em;
        font-weight: 300;
        text-align: left;
        width: 100%;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .About-Us{
        padding: 2em 0em;
    }
    .About-Us .col-sm-7 {
        padding-top: 0em;
    }
    .Services{
        background-size: cover;
    }
    .Services .col-sm-4 img{
        height: 11em;
    }
    .Services .col-sm-4 div{
        min-height: 27em;
    }
    .Why-Us .Tile{
        padding: 1.2em .5em;
        margin: .8em 0em;
        /*margin-bottom: 1em;*/
    }
    .Why-Us .Tile img{
        width: 55%;
    }
    .Why-Us .Tile h4{
        font-size: .9em;
    }
    .Why-Us .Content{
        padding: 1em;
    }
    .Breadcrumb .overlay{
        height: 19em;
    }
    .overlay h1 {
        font-size: 2.8em;
    }
}