.sec-header{}
.sec-header h3{
    color: #000099;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sec-header span{
    display: inline-block;
    width: 165px;
    position: relative;
    text-align: center;
}
.sec-header span:before,
.sec-header span:after{
    content: '';
    position: absolute;
    bottom: 10px;
    width: 65px;
    border-top: 2px solid #a1a1a1;
}
.sec-header span:before{
    left: 0;
}
.sec-header span:after{
    right: 0;
}
.sec-header span i {
    display: inline-block;
    position: relative;
    width: 12px;
    box-sizing: content-box;
    border-width: 12px 6px 0;
    border-style: solid;
    border-color: #000099 transparent;
    vertical-align: bottom;
}
.sec-header span i:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: -22px;
    left: -6px;
    border-width: 0 12px 11px;
    border-style: solid;
    border-color: transparent transparent #000099;
}
.mybtn{
    background: #000099;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.5s ease;
    font-size: 14px;
}
.mybtn:hover{
    color: #fff;
    background: #000163;
    box-shadow: 0 0 3px rgba(255,255,255,0.5);
}
.imghover{
    overflow: hidden;
    width: 100%;
    display: block;
}
.imghover img{
    transition: all 0.5s ease;
    width: 100%;
}
.imghover:hover img{
    transform: scale(1.1);
}
.parallax{
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.parallax:before{
    content: '';
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(0,1,99,0.75);
}
.parallax .sec-header h3{
    color: #fff;
}
.parallax .sec-header span i{
    border-color: #fff transparent;
}
.parallax .sec-header span:before,
.parallax .sec-header span:after{
    border-top: 2px solid #fff;
}
.parallax .sec-header span i:before {
    border-color: transparent transparent #fff;
}
.parallax > div{
    position: relative;
    z-index: 5;
}
p{
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #000;
    font-size: 14px;
}
.animate {visibility:hidden;}
.scrollAnm {
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
section{
    padding: 70px 0;
}
.form-control{
    border-radius: 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%);
    }
}


/* start topbar section */
    .topbar-sec{}
    .top-phone-email{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .top-phone-email li{
        display: inline-block;
        font-family: 'Open Sans', sans-serif;
        color: #545454;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #545454;
        line-height: 15px;
    }
    .top-phone-email li:last-child{
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
    }
    .top-phone-email li a{
        color: #545454;
        text-decoration: none!important;
        transition: all 0.5s ease;
    }
    .social-icons a{
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        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: #3f729b;
    }
    .social-icons a[data-original-title="Linkedin"]{
        background-color: #0073b0;
    }
    .social-icons a[data-original-title="Youtube"]{
        background-color: #c4302b;
    }
    .social-icons a:hover{
        background: #000099;
        color: #fff;
    }
    .tooltip-inner{
        background: #000099;
    }
    .tooltip.bs-tooltip-top .arrow:before,
    .tooltip.bs-tooltip-bottom .arrow:before{
        border-top-color: #000099;
    }
    .tooltip.bs-tooltip-top .arrow:before {
        border-bottom-color: #000099;
    }
    .tooltip.bs-tooltip-bottom .arrow:before{
        border-bottom-color: #000099;
    }
/* end topbar section */

/* start menu section */
    .menu-sec{
        background: #e0e0e0;
        padding: 10px 0;
    }
    .menu-sec .navbar{
        padding: 0;
    }
    .menu-sec .navbar-nav .nav-item{}
    .menu-sec .navbar-nav .nav-link{
        color: #222;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding: 10px 15px;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }
    .menu-sec .navbar-nav .dropdown-menu{
        border-radius: 0;
        background: #e0e0e0;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }
    .menu-sec .navbar-nav .dropdown-menu .dropdown-item{
        color: #222;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        padding: 10px 15px;
        text-transform: uppercase;
        transition: all 0.5s ease;
    }
    .menu-sec .navbar-toggler {
        background: #000099;
        border: 0;
        border-radius: 0;
        outline: none !important;
    }
    .menu-sec .fas{
        font-size: 30px;
        vertical-align: middle;
        cursor: pointer;
    }
/* end menu section */

/* start carousel section */
    .banner-slider-sec{
    }
    .banner-slider-sec .carousel-fade  .carousel-item.active,
    .banner-slider-sec .carousel-fade  .carousel-item-next.carousel-item-left,
    .banner-slider-sec .carousel-fade  .carousel-item-prev.carousel-item-right {
        opacity: 1;
    }
    .banner-slider-sec .carousel-fade .active.carousel-item-left,
    .banner-slider-sec .carousel-fade  .active.carousel-item-right {
        opacity: 0;
    }
    .banner-slider-sec .carousel-fade  .carousel-item-next,
    .banner-slider-sec .carousel-fade .carousel-item-prev,
    .banner-slider-sec .carousel-fade .carousel-item.active,
    .banner-slider-sec .carousel-fade .active.carousel-item-left,
    .banner-slider-sec .carousel-fade  .active.carousel-item-prev {
        transform: translateX(0);
        transform: translate3d(0, 0, 0);
    }
    .banner-slider-sec  .carousel-control-prev,
    .banner-slider-sec  .carousel-control-next{
        font-size: 35px;
    }
    .banner-slider-sec .carousel-control-prev i,
    .banner-slider-sec .carousel-control-next i{
        text-shadow: 0 0 3px #000;
    }
    .banner-slider-sec .carousel-indicators li{
        box-shadow: 0 0 3px #000;
        height: 5px;
        border: 0;
        opacity: 8;
    }
    .banner-slider-sec .carousel-indicators li.active{
        background: #000099;
    }
    .carousel-fade .carousel-item {
        opacity: 0;
        transition-duration: .6s;
        transition-property: opacity;
    }
    .banner-slider-sec .carousel-item{
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 500px;

    }
    .banner-slider-sec .carousel-caption{
        bottom: 0;
    }
    .carousel-text{
        background: rgba(0,0,0, 0.52);
        padding: 30px;
    }
    .banner-slider-sec .carousel-caption h1,
    .banner-slider-sec .carousel-caption h2{
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        margin-bottom: 0;
        text-shadow:
                -1px -1px 0 #000,
                1px -1px 0 #000,
                -1px 1px 0 #000,
                1px 1px 0 #000;
    }
/* end carousel section */

/* START: service section */
    .service-sec{
    }
    .service-item{
        background: #ebebeb;
        height: 100%;
    }
    .service-thumb{
        height: 170px;
    }
    .service-content{
        padding: 20px;
    }
    .service-content h5{
        color: #000099;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        text-transform: uppercase;
    }
    .service-content p{
        overflow: hidden;
        max-height: 70px;
        color: #717171;
        margin-bottom: 15px;
    }
    .service-content .mybtn{
        color: #000099;
        border: 1px solid #000099;
        background: transparent;
    }
    .service-content a:hover{
        background: #000099;
        color: #fff;
    }
/* END: service section */

/* start welcome section */
    .welcome-sec{
        color: #fff;
    }
    .welcome-sec p,
    .welcome-sec h2,
    .welcome-sec h3,
    .welcome-sec h4,
    .welcome-sec h5,
    .welcome-sec h6{
        color: #fff;
    }
/* end welcome section */

/* START: gallery section */
    .projects-sec{
    }
    .project-item{
        height: 250px;
        display: flex;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center center;
        justify-content: center;
        align-items: center;
        text-decoration: none !important;
        padding: 20px;
    }
    .project-item h5{
        color: #000099;
        background-color: rgba(255,255,255,0.85);
        padding: 10px 15px;
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 600;
        transition: all 0.5s ease;
        position: relative;
        text-align: center;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .project-item:hover h5{
        opacity: 0;
    }
/* END: gallery section */

/* start why choose section */
    .why-choose-sec{}
    .why-header{
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        color: #555555;
        text-transform: capitalize;
        position: relative;
    }
    .why-header span{
        display: inline-block;
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 0 10px;
    }
    .why-header:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        border-bottom: 1px solid #d7d5d5;
    }
    .why-choose-item{
        background: #e4e4e4;
        padding: 20px;
        height: 100%;
        text-align: center;
    }
    .why-choose-item h5{
        color: #000099;
        font-family: 'Open Sans', sans-serif;
        text-transform: uppercase;
        font-weight: 600;
    }
    .why-choose-item p{
        color: #5d5d5e;
        margin-bottom: 0;
    }
/* end why choose section */


/* start footer section */
    footer{
        background: #000163;
    }
    .footer-top{
        padding: 40px 0;
        position: relative;
    }
    .ft-col{
    }
    .ft-col h5{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        margin-bottom: 10px;
        text-transform: uppercase;
    }
    .ft-col h6{
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #c3c3c3;
    }
    .ft-col p{
        font-family: 'Open Sans', sans-serif;
        color: #c3c3c3;
        margin-bottom: 14px;
    }
    .ft-col p a{
        color: #c3c3c3;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .ft-col p a:hover{
        color: #fff;
    }
    .ft-col ul{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .ft-col ul li{
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #c3c3c3;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .ft-col ul li:last-child{
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .ft-col ul li a{
        color: #c3c3c3;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .ft-col ul li a:hover{
        color: #fff;
    }
    .ft-services li{
    }
    .ft-hours span{
        display: inline-block;
        width: 100px;
    }
    .footer-btm{
        border-top: 1px solid #c3c3c3;
        padding: 20px 0;
    }
    .footer-btm p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #9c9c9c;
    }
    .footer-btm p a{
        color: #9c9c9c;
        text-decoration: none;
        transition: all 0.5s ease;
    }
    .footer-btm p a:hover{
        color: #fff;
    }
/* end footer section */

/* start page header section */
    .page-header-sec{
        height: 300px;
        background-attachment: initial !important;
    }
    .page-header-sec:before{
        background: rgba(0,1,99,0.90);
    }
    .page-header-body{
        text-align: center;
    }
    .page-header-body h6{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        margin-bottom: 0;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 400;
    }
    .page-header-body h2{
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        text-transform: capitalize;
    }
/* end page header section */


#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #000099;
    border-color: rgba(255,255,255,0.2);
    width: 40px;
    cursor: pointer;
    z-index: 9999;
}