@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;700&display=swap');

body {
    font-family: 'Source Sans Pro', sans-serif;
}

.darkHeader {
    background: #333 !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255, 108, 0);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
}

.hvr-sweep-to-right::before {
    background: #FFF !important;
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #000 !important;
}

.bg-dark {
    background-color: #1e1e1e !important;
}

header {
    background-image: url(../images/top-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.welcome {
    font-size: 3rem;
}

.btn-warning {
    padding: 13px 3rem;
    border: 4px solid #ca9072 !important;
    background: #ca9072 !important;
    border-radius: 4px !important;
    text-transform: uppercase;
}

.getaquote {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #000;
}

.getaquote h1 {
    font-size: 48px;
    font-weight: 700;
}

.getaquote-image {
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    top: 0;
    left: 0;
    right: 0;
}

.getaquote .container {
    position: relative;
    z-index: 99;
}

.logo {
    max-height: 50px;
}

.heading {
    font-weight: 700;
}

#services .card:hover .fa {
    color: #FF9800;
    margin-top: -5px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
}

#services .card:hover h4 {

    margin-bottom: 1rem !important;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    cursor: pointer;
}

#services .card:hover .card-text {
    display: inline-block;
    margin-bottom: 1rem !important;
    cursor: pointer;
    height: auto;
    position: absolute;
    height: auto;
    background: #fff;
    padding: 0 1rem 1rem 1rem;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    padding: 0 1.5rem 1.5rem;
    border-radius: 5px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

#services .card {
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;

}

#services .card:hover .card-body {
    /*left: -2rem;
    right: -2rem;*/
    /*box-shadow: 0px 0px 14px 10px #0000001a;*/
    /*position: absolute;*/
    background: #ffffff;
    z-index: 999;
    padding-bottom: 1rem !important;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    border-radius: 5px;
}

#services .card:hover {

    box-shadow: 0px 0px 14px 10px #0000001a;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;


}

#services .card-body {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;

    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

/*#services .card:hover{
    padding-top: 1rem !important;
}
*/
.card-text {
    top: -400px;
    height: 100px;
    overflow: hidden;
    color: #999999;
    display: none;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}

.content {
    position: relative;
    /* width: 90%;
  max-width: 400px;*/
    margin: 0 0 2rem;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.content:hover .content-overlay {
    opacity: 1;
    z-index: 9;
}

.content:hover .content-image {

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1.2, 1.2);
}

.content-image {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform: scale(1, 1);
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 999;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    /* letter-spacing: 0.15em;*/
    margin-bottom: 0em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

.hovereffect1 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;

    border-radius: 3px;
    height: 150px;
    display: flex;
    justify-content: space-around;
}

.hovereffect1 .overlay {
    padding: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(4, 6, 10, 0.88);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hovereffect1 img {
    display: block;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.hovereffect1 p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s,
        -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.hovereffect1 h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translatey(-100px);
    -ms-transform: translatey(-100px);
    transform: translatey(-100px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 10px;
}

.hovereffect1 a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px;
}

.hovereffect1 a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect1:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.hovereffect1:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hovereffect1:hover h2,
.hovereffect1:hover p,
.hovereffect1:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-transform: translatey(0);
    -webkit-transform: translatey(0);
    transform: translatey(0);
}

.hovereffect1:hover a.info {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#contact {
    background: #222;
    padding: 0;
    color: #ffffff;
}

.contact .dl-horizontal dt {
    width: 25px;
    text-align: left;
    float: left;
}

.contact a {
    color: #FF9800;
    text-decoration: none;
}

.contact .dl-horizontal h4 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

.contact .dl-horizontal dd {
    margin-left: 0px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 85%;
    border-bottom: 1px solid #151515;
    box-shadow: 0 1px 0 0 #2b2b2b;
}

.contact .form-control {
    background: none;
    border-radius: 1px;
    color: #ffffff;
}

.address {
    background: #0b0d13;
    padding: 30px 0;
    margin-bottom: -20px;
}

.address address {
    padding: 10px;
    display: block;
    color: #fff;
    min-height: 75px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
    margin: 0 0 5px;
}

.address address p,
.address address h4 {
    margin: 0;
}

.back-top {
    position: fixed;
    bottom: 4em;
    right: 2em;
    text-align: center;
    color: #fff;
    background: #333;
    font-size: 13px;
    padding: 5px 10px;
    display: none;
    z-index: 1111;
    font-weight: 600;
    height: auto;
    -webkit-transition: .2s all linear;
    -moz-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    transform: scaleY(5px);
    border-radius:3px;
}

a {
    color: #FF9800;
    text-decoration: none;
}

.back-top:focus,
.back-top:hover {
    background: orange;
    text-decoration: none;
    color: #fff
}

.copyright a:hover,
.copyright a:focus {
    color: #ffffff;
}

.copyright {
    background: #151515;
    padding: 15px 0 0;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}