a{
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.sec-header h2{
    color: #051f5e;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    margin-bottom: 0;
    padding-bottom: 5px;
    position: relative;
}
.sec-header h2:after{
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: 0;
    width: 65px;
    border-top: 1px solid #5fa4d7;
}
.sec-header.text-center h2:after{
    margin: auto;
}
.mybtn{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background: #051f5e;
    padding: 8px 20px;
    box-shadow: 0 0 3px transparent;
    border-radius: 0;
}
.mybtn:hover{
    color: #fff;
    background: #4384b3;
    box-shadow: 0 0 3px rgba(255,255,255,0.2);
}
.img-hover{
    overflow: hidden;
    width: 100%;
    display: block;
}
.img-hover img{
    transition: all 0.5s ease;
    width: 100%;
}
.img-hover:hover img{
    transform: scale(1.1);
}
.parallax{
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.parallax:before{
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(0,0,0,0.75);
}
.parallax .sec-header h2{
    font-weight: 300;
}
.parallax > div{
    position: relative;
    z-index: 5;
}
p{
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #242424;
    font-size: 14px;
}
ol{
    padding-inline-start: 25px;
}
section{
    padding: 70px 0;
}
.animate {
    /*visibility:hidden;*/
}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
@keyframes scroll {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@-webkit-keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
.social-icons a{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}
.social-icons a[data-original-title="Facebook"]{
    background-color: #3b5998;
}
.social-icons a[data-original-title="Twitter"]{
    background-color: #00acee;
}
.social-icons a[data-original-title="Yelp"]{
    background-color: #c41200;
}
.social-icons a[data-original-title="Instagram"]{
    background-color: #e90070;
}
.social-icons a[data-original-title="Linkedin"]{
    background-color: #0077b4;
}
.social-icons a[data-original-title="Youtube"]{
    background-color: #c4302b;
}
.social-icons a[data-original-title="Pinterest"]{
    background-color: #e60023;
}
.social-icons a[data-original-title="Google"]{
     background-color: #3982f3;
 }
.social-icons a:hover{
    background: #b3764d;
    color: #fff;
}
.tooltip-inner{
    background: #b3764d;
}
.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before{
    border-top-color: #b3764d;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-bottom-color: #b3764d;
}
.tooltip.bs-tooltip-bottom .arrow:before{
    border-bottom-color: #b3764d;
}



header{
    position: relative;
    z-index: 10;
}
/* start logo section */
    .logo-sec{
        padding: 20px 0;
    }
    .top-info{

    }
    .top-info h5{
        color: #051f5e;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 0;
        font-weight: 600;
    }
    .top-info h5 a{
        color: #051f5e;
    }
    .top-info h6{
        color: #000;
        font-family: 'Open Sans', sans-serif;
        margin: 0;
        font-weight: 600;
    }
    .top-info h6 a{
        color: #000;
    }
    .top-info h6 a:hover{
        color: #051f5e;
    }
    .working-hours{
        background: #5fa4d7;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        color: #fff;
        padding: 4px 5px;
        text-align: center;
        display: inline-block;
        line-height: 17px;
        margin-bottom: 2px;
    }
    .working-hours small{
        display: block;
        color: #000;
    }
    .logo-sec .social-icons a{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }
/* end logo section */

/* start menu section */
    .menu-sec{
        background: #5fa4d7;
        position: relative;
        z-index: 2;
    }
    .menu-sec .navbar{
        padding: 0;
        position: relative;
    }
    .menu-sec .navbar .navbar-nav .nav-link{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        padding: 14px 15px;
        white-space: normal;
    }
    .menu-sec .navbar .navbar-nav .active .nav-link{
        background: #051f5e;
    }
    .menu-sec .navbar .navbar-nav .dropdown.show > .nav-link,
    .menu-sec .navbar .navbar-nav .nav-link:hover{
        background: #4384b3;
        color: #fff;
    }
    .menu-sec .navbar .navbar-nav .dropdown-menu{
        border: 0;
        border-radius: 0;
        padding: 0;
        /*margin-top: 10px;*/
        margin-top: 0;
        background: #5fa4d7;
    }
    .menu-sec .navbar .navbar-nav .dropdown-menu .dropdown-item{
        padding: 8px 15px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        background: #4384b3;
        margin-top: 1px;
    }
    .menu-sec .navbar .navbar-nav .dropdown-menu .dropdown-item.active,
    .menu-sec .navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
        background: #051f5e;
    }
    .menu-sec .navbar .mybtn{
        padding: 23px 20px;
        font-size: 15px;
        margin-bottom: -10px;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        border: 0 !important;
    }
    .menu-sec .navbar .navbar-toggler{
        padding: 18px 8px;
        margin-bottom: -10px;
        vertical-align: middle;
    }
    .menu-sec .navbar .navbar-toggler span{
        width: 32px;
        height: 32px;
    }
    .menu-sec .navbar .quote-btn .mybtn{
        font-size: 14px;
    }
    .menu-sec .navbar .mybtn:after{
        content: '';
        position: absolute;
        left: 100%;
        width: 0;
        height: 0;
        bottom: 0;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
        opacity: 1;
        transition: all 0.5s ease;
    }
    .menu-sec .navbar .mybtn:hover{
        background: #4384b3;
    }
    .menu-sec .navbar .mybtn:focus{
        outline: none !important;
        box-shadow: none !important;
        border: 0 !important;
    }

/* end menu section */

/* start carousel section */
    .banner-slider-sec{
        position: relative;
    }
    .banner-slider-sec  .carousel-control-prev,
    .banner-slider-sec  .carousel-control-next{
        font-size: 35px;
    }
    .banner-slider-sec .carousel-item{
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease;
        height: 500px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
    }
    .banner-slider-sec .carousel-control-prev i,
    .banner-slider-sec .carousel-control-next i{
        text-shadow: 0 0 3px #000;
    }
    .banner-content{
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
        display: flex;
        align-items: center;
    }
    .banner-text{
        background: rgba(255,255,255,0.80);
        padding: 30px;
    }
    .banner-text h1{
        color: #051f5e;
        font-family: 'Oswald', sans-serif;
    }
    .banner-text h6{
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        line-height: 24px;
    }
    #quote-body{
        background: rgba(255,255,255,0.80);
        padding: 30px;
    }
    #quote-body h5{
        color: #051f5e;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
    }
    #quote-body .form-control{
        border-radius: 0;
        border: 0;
        background: rgba(95,164,215,0.6);
    }

/* end carousel section */

/* start service section */
    .service-sec{
    }
    .service-sec:before{
        background: rgba(5,21,53,0.70);
    }
    .service-item{
        background-color: #e5e3e3;
        height: 100%;
        text-align: center;
    }
    .service-thumb{
        height: 235px;
    }
    .service-content{
        padding: 20px;
    }
    .service-content h5{
        color: #000;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
    }
    .service-content p{
        overflow: hidden;
        max-height: 70px;
    }
/* end service section */


/* START: Why Choose Section */
    .why-choose-sec{
        background-image: url("../img/why-choose-bg.jpg");
        overflow: hidden;
    }
    .why-choose-sec:before {
        background: rgba(0,0,0,0.45);
    }
    .why-choose-sec .bg-shadow{
        position: absolute;
        left: 0;
        width: 42%;
        top: 0;
        bottom: 0;
        background: rgba(95,164,215,0.75);
    }
    .why-choose-sec .bg-shadow:after{
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 0;
        height: 0;
        border-top: 430px solid rgba(95,164,215,0.75);
        border-right: 125px solid transparent;
    }
    .why-body .sec-header h2{
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
    }
    .why-body .sec-header h2:after{
        border-color: #051f5e;
    }
    .why-body ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .why-body li{
        position: relative;
        padding-left: 25px;
        font-family: 'Open Sans', sans-serif;
        color: #000;
    }
    .why-body li:before{
        content: '\f14a';
        font-family: "Font Awesome 5 Free", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0
    }
    .why-quote{
        color: #fff;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        margin: 0;
    }
/* END: Why Choose Section */

/* start welcome section */
    .welcome-sec{}
/* end welcome section */

/* START: call us section */
    .call-us-sec{}
    .call-us{
        background: #acabab;
        padding: 30px;
    }
    .call-us .col-lg-9{
        border-right: 1px solid #909090;
    }
    .call-us h5{
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        padding-right: 30px;
        line-height: 26px;
        text-transform: uppercase;
    }
    .call-us h6{
        color: #333;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
    }
    .call-us h6 a{
        color: #051f5e;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-size: 20px;
    }
    .call-us .mybtn{
        width: 160px;
    }
/* END: call us section */

/* start gallery section */
    .gallery-img{
        height: 200px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #d6d3d3;
    }
/* end gallery section */

/* START: ft-banner section */
    .ft-banner{
        border-top: 1px solid #b8e1ff;
        padding-top: 45px;
    }
    .ft-banner h5{
        color: #222222;
        font-family: "Montserrat", sans-serif;
    }
    .ft-banner h4{
        color: #051f5e;
        font-family: "Montserrat", sans-serif;
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
    }
/* END: ft-banner section */

/* start footer section */
    .top-footer{
        background-color: #5fa4d7;
        padding: 35px 0;
    }
    .top-footer h5{
        color: #051f5e;
        font-family: 'Montserrat', sans-serif;
        text-transform: capitalize;
    }
    .top-footer h6{
        color: #000;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .top-footer h6 a{
        color: #000;
    }
    .top-footer h6 a:hover{
        color: #051f5e;
    }
    .top-footer .col-md-4{
        border-left: 1px solid rgba(255,255,255,0.33);
    }
    .top-footer .col-md-4:first-child{
        border-left: 0;
    }
    .btm-footer{
        background-color: #051f5e;
        padding: 35px 0;
    }
    .btm-footer .nav{
        padding: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.33);
        margin-bottom: 20px;
    }
    .btm-footer .nav .nav-link{
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
    }
    .btm-footer .nav .nav-link:hover{
        color: #5fa4d7;
    }
    .btm-footer p {
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
    }
    .btm-footer p a {
        color: #fff;
    }
    .btm-footer p a:hover {
        color: #5fa4d7;
    }
/* end footer section */

/* start page header & body section */
    .page-header-sec{
        background-image: url("../img/page-header-bg.jpg");
        height: 350px;
    }
    .page-header-sec:before{
        background: rgba(0,0,0,0.20);
    }
    .page-header{
        text-align: center;
        background-color: rgba(255,255,255,0.8);
        padding: 20px 30px;
    }
    .page-header h2{
        color: #051f5e;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }
    .page-body-sec h6,
    .page-body-sec h5,
    .page-body-sec h4,
    .page-body-sec h3{
        font-family: 'Montserrat', sans-serif;
    }
    .page-body-sec .form-control{
        border-radius: 0;
    }
/* end page header & body section */

/* START: About page section */
    .about-page .sec-header h2{
        font-size: 24px;
        font-family: 'Open-sans', sans-serif;
        font-weight: 600;
    }
    .about-page .img-hover img{
        width: auto;
    }
/* END: About page section */


/* start service page section */
    .service-row{
        margin-bottom: 30px;
    }
    .service-row .service-thumb{
        height: 300px;
        overflow: hidden;
        transition: all 0.5s ease;
    }
    .service-row h5{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 10px;
        background: #5fa4d7;
        padding: 8px 15px;
    }
/* end service page section */

/* start gallery page section */
    .gallery-body{
    }
    .gallery-body .gallery-item{
        margin: 0 2px;
        height: 260px;
    }
    .gallery-body .gallery-item img {
        min-height: 100%;
    }
/* end gallery page section */

/* START: Testimonials page section */
    .all-testimonials-body .strong-view p{
        text-align: center;
    }
    .all-testimonials-body .strong-view .testimonial-content p:before,
    .all-testimonials-body .strong-view .testimonial-content p:after{
        color: #a60000;
    }
    .all-testimonials-body .strong-view .testimonial-field {
        text-align: center !important;
    }
    .all-testimonials-body .strong-view .testimonial-field.testimonial-name{
        color: #a60000;
        font-family: 'Montserrat', sans-serif;
    }
/* END: Testimonials page section */

/* START: faqs page section  */
    .faqs-page #accordion .card{
        border: 0;
    }
    .faqs-page #accordion .btn {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 15px 8px 40px;
        color: #161616;
        text-decoration: none;
        border: 0;
        border-radius: 0;
        background: #a5a3a3;
        font-family: 'Poppins', sans-serif;
    }
    .faqs-page #accordion .btn[aria-expanded="true"] {
        color: #a60000;
    }
    .faqs-page #accordion .card-body {
        background: #e8e6e6;
    }
    .faqs-page #accordion .card-body p{
        margin-bottom: 0;
    }
    .faqs-page #accordion .btn:before {
        content: '\f0fe';
        font-family: "Font Awesome 5 Free Solid", sans-serif;
        font-weight: 900;
        position: absolute;
        left: 15px;
        top: 8px;
    }
    .faqs-page #accordion .btn[aria-expanded="true"]:before {
        content: '\f146';
    }
/* END: faqs page section  */


/* start contact page section */
    .contact-form{
        background-color: #dbdcdc;
        padding: 30px;
    }
    .contact-form .form-control{
        border-radius: 0;
        min-height: 40px;
    }
    .contact-form textarea.form-control{
        max-height: 120px;
    }
    .contact-map{
        height: 100%;
    }
    .contact-map iframe{
        height: 100%;
        width: 100%;
        min-height: 300px;
        border: 1px solid #c1c3c3;
    }
/* end contact page section */

    #toTop {
        position: fixed;
        bottom: 10px;
        right: 10px;
        border-color: rgba(255,255,255,0.2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        z-index: 9999;
        text-align: center;
        padding: 0;
    }

/* start responsive section */

/* end responsive section */

