@charset "utf-8";
/* CSS Document */

nav.navbar .navbar-brand {
    padding: 5px 0;
}
nav.navbar.divinnav ul.nav > li > a {
    position: relative;
}
nav.navbar.divinnav ul.nav > li > a:before {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    background: #000;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}
nav.navbar.divinnav ul.nav > li:last-child > a {
    padding-right: 0;
}
nav.navbar.divinnav ul.nav > li:last-child > a:before {
    content: none;
}
#icon_box_1 {
    text-align: center;
    margin-bottom: 30px;
}
#icon_box_1 h4 {
    color: #fde90a;
    font-weight: 600;
    padding: 10px 0;
}
#services {
    
    padding-bottom: 20px;
}
.sec_title {
    text-align: center;
}
.text-blue {
    color: #004da9;
}
.testimonialThree p {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
}
.testimonialThree .name {
    font-size: 16px;
    font-weight: 600;
    color: #004da9;
}
.bg-white {
    background: #fff;
}
.p-4 {
    padding: 40px;
}
/*-- Start Portfolio --*/
.portfolioTwo .ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative;
}
.portfolioTwo .ImageWrapper .ImageOverlay {
    background: none repeat scroll 0 0 #004da99c;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.portfolioTwo .ImageWrapper .Buttons_icon {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolioTwo .WhiteRounded {
    background-color: #ffffff;
    border: medium none;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(0, 0, 0, 0.1);
}
.portfolioTwo .WhiteRounded > a {
    color: #222222;
    display: block;
    font-weight: normal;
}
.portfolioTwo .ImageWrapper:hover .ImageOverlay {
    opacity: 1;
}
.portfolioTwo .ImageWrapper:hover .Buttons_icon {
    margin-top: -20px;
    opacity: 1;
    top: 40%;
    visibility: visible;
}
.portfolioTwo .ImageWrapper .item-info {
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    visibility: hidden;
    width: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.portfolioTwo .ImageWrapper:hover .item-info {
    margin-top: -20px;
    opacity: 1;
    bottom: 20%;
    visibility: visible;
}

.portfolioTwo .ImageWrapper img.img-responsive,
.portfolioTwo .ImageWrapper video {
    display: inline-block;
    width: 100%;
    height: 364px;
    object-fit: cover;
}
.portfolio-row {
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    .portfolioTwo .ImageWrapper:hover .Buttons_icon {
        top: 40%;
    }
    .portfolioTwo .ImageWrapper:hover .item-info {
        bottom: 30%;
    }
}
section#experts {
    padding-bottom: 0;
}
section#testimonials {
    padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
    .portfolioTwo .ImageWrapper {
        display: block;
        overflow: hidden;
        position: relative;
        margin-bottom: 28px;
    }
    .portfolio-row {
        margin-bottom: 2px;
    }
}
/*-- End Portfolio--*/
.copyright p {
    color: #aaaaaa;
}
.f14-500 {
    font-size: 14px;
    font-weight: 500;
}
footer .contact-line {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    float: none;
}
footer .contact-line a {
    color: #fff;
}
footer .contact-line a:hover {
    color: #fde90a;
}
footer ul.nav.navbar-nav {
    float: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}

footer ul.nav.navbar-nav > li > a {
    color: #fff;
    padding: 5px 30px;
    position: relative;
}
footer ul.nav.navbar-nav .active a,
footer ul.nav.navbar-nav a:hover {
    color: #fde90a;
    background: transparent;
}
footer ul.nav.navbar-nav a:before {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 7px);
}

footer ul.nav.navbar-nav li:last-child > a:before {
    content: none;
}

.tp-bullets {
    left: auto !important;
    transform: none !important;
    right: 10%;
}
.testimonial {
    margin-bottom: 30px;
}
.mb-3 {
    margin-bottom: 30px;
}
.mh-50vh {
    min-height: 50vh;
}
.proSlider.owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    top: calc(50% - 19px);
    width: 100%;
}
.proSlider.owl-theme .owl-nav .owl-prev {
    float: left;
}
.proSlider.owl-theme .owl-nav .owl-next {
    float: right;
}
.featuresSec {
    background: url(./../images/feature-bg.jpg)no-repeat scroll center center / cover;
}
.featuresSecz {
    background: url(./../images/feature-bg-z.jpg)no-repeat scroll center center / cover;
}
.featuresSecc {
    background: url(./../images/feature-bg-c.jpg)no-repeat scroll center center / cover;
}
.featureBox {
    background: #113c67;
    padding: 30px 30px 50px 30px;
}
.featureBox h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin-top: 0;
}
.featureList {
    list-style: none;    
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}
.featureList li {        
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    clear: both;
}
.featureList-img1 {
    list-style: url(./../images/demo-1/Engine-Displacement.png);
    padding: 0 0 0 20px;
    margin: 0;
}
.tags {
    text-align: right;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 0 20px #000000;
    margin-top: 30px;
}
.benefitsBoxes {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
}
.benefitsBox {
    background: #f2f2f2;
    padding: 20px;
    text-align: center;
    max-width: 300px;
    width: 100%;
    margin: 0 15px 30px;
}
.benefitsBox img {
    height: 90px;
}
.f34-600 {
    font-size: 26px;
    font-weight: 600;
}
.f16-600 {
    font-size: 16px;
    font-weight: 600;
}
.f16-700 {
    font-size: 16px;
    font-weight: 700;
}
.specificationsSec {
    background: url(./../images/specificationsSec.jpg)no-repeat scroll center center / cover;
}

.specificationsSecz {
    background: url(./../images/specificationsSec-z.jpg)no-repeat scroll center center / cover;
}
.specificationsSecx {
    background: url(./../images/specificationsSec-x.jpg)no-repeat scroll center center / cover;
}
.specificationsSecc {
    background: url(./../images/specificationsSec-c.jpg)no-repeat scroll center center / cover;
}
.whitebgLine {
    background: #ffffff;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1px;
}
.panel-body {
    padding: 2px 0 0;
}
.copyright a {
    color: #aaaaaa;
}
.copyright a:hover {
    color: #fde90a;
}

.productSlider a {
    display: block;
}
.productSlider a:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.portfolioTwo.productSlider .ImageWrapper img.img-responsive {
    height: auto;
}
.portfolioTwo.productSlider .ImageWrapper:hover .Buttons_icon {
    top: 50%;
}
.d-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: flex-start;
}
.pl-2 {
    padding-left: 20px;
}

.owl-theme .owl-nav [class*="owl-"] {
    width: 40px;
    height: 40px;
    font-size: 22px;
    background: #004da9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #033c81;
}
/* .page_title_ctn {
    background: #004da9;
} */
.productSlider.owl-theme .owl-nav {
    position: absolute;
    top: -80px;
    right: calc(50% - 570px);
}
.testimonialsSlider.owl-theme .owl-nav {
    position: absolute;
    top: -90px;
    right: 0;
}
@media screen and (max-width: 1680px) {
    div#rev_slider_480_1,
    div#rev_slider_480_1_wrapper,
    div#rev_slider_480_1_forcefullwidth {
        height: 740px !important;
    }
}
@media screen and (max-width: 1440px) {
    div#rev_slider_480_1,
    div#rev_slider_480_1_wrapper,
    div#rev_slider_480_1_forcefullwidth {
        height: 630px !important;
    }

    .testimonialsSlider.owl-theme .owl-nav {
        top: -80px;
    }
    .page_title_ctn {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 1199px) {
    .portfolioTwo .ImageWrapper img.img-responsive,
    .portfolioTwo .ImageWrapper video {
        height: 230px;
    }
    div#rev_slider_480_1,
    div#rev_slider_480_1_wrapper,
    div#rev_slider_480_1_forcefullwidth {
        height: 460px !important;
    }
    .productSlider.owl-theme .owl-nav {
            right: calc(50% - 470px);
    }
}
@media screen and (max-width: 992px) {
    .specificationsSec {
        margin-bottom: 30px;
    }
    footer .navbar-nav .open .dropdown-menu {
        background: #ffffff;
        position: absolute;
        min-width: 140px;
        right: 0;
        left: auto;
    }
    nav.navbar.divinnav ul.nav > li > a:before {
        content: none;
        background: none;
    }
    section {
        padding: 30px 0px 30px 0px;
    }
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        margin-top: 0;
    }
    section#testimonials {
        padding-bottom: 30px;
    }
    section#portfolio-2 {
        padding-bottom: 0;
    }
    div#rev_slider_480_1,
    div#rev_slider_480_1_wrapper,
    div#rev_slider_480_1_forcefullwidth {
        height: 340px !important;
    }
    .productSlider.owl-theme .owl-nav {
        right: calc(50% - 360px);
    }
}
@media screen and (max-width: 767px) {
    .footerThree .footer-bottom-section .copyright {
        text-align: center;
    }
    .footerThree .footer-bottom-section .copyright.text-right {
        padding-top: 0;
    }
    .footerThree .footer-widget h4 {
        font-size: 14px;
    }
    .f14-500 {
        font-size: 12px;
        font-weight: 500;
    }
    .dart-fs-36,
    h1,
    .h1 {
        font-size: 20px;
    }
    .top-container {
        height: auto;
    }
    .top-column-right,
    .top-column-left {
        float: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    #icon_box_1 img {
        width: 50px;
    }
    .featureBox h2 {
        font-size: 24px;
    }
    .featureList li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .tags {
        text-align: right;
        font-size: 20px;
    }
    .f34-600 {
        font-size: 24px;
    }
    .f16-600,
    .f16-700 {
        font-size: 14px;
    }
    .tabOne .nav-tabs > li > a {
        font-size: 14px;
        margin-right: 6px;
        line-height: 20px;
    }
    .tabOne .nav-tabs > li::after {
        font-size: 14px;
        padding-right: 6px;
    }
    .whitebgLine {
        padding: 10px 15px;
        font-size: 14px;
    }
    .accordionstyle_1 .panel .panel-heading a {
        font-size: 16px;
    }
    .accordionstyle_1 .panel .panel-heading a:after,
    .accordionstyle_1 .panel .panel-heading a.collapsed:after {
        font-size: 24px;
    }
    .owl-theme .owl-nav [class*="owl-"] {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .testimonialsSlider.owl-theme .owl-nav {
        top: -70px;
    }
    .productSlider.owl-theme .owl-nav {
        top: -70px;
        right: 15px;
    }
    .page_title_ctn {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page_title_ctn h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) {
    div#rev_slider_480_1,
    div#rev_slider_480_1_wrapper,
    div#rev_slider_480_1_forcefullwidth {
        height: 200px !important;
    }
}


.column-left {float: left;padding-top: 7px;}

.column-right {float: left; padding-left: 20px; margin-bottom: 20px; width: auto; clear: right;}
.column-right span{color: #fde90a;}
.column-right b{font-size: 20px;}
.min-height {min-height: 500px;}