/*pop-up*/
section#sp-section-1 {
    min-height: 0px !important;
    height: 0px !important;
}

/*home-feature-border*/

@media (min-width: 768px) {
.home-feature-border { 
    border-right: 1px solid #000; }
} 

/*home-icon-001*/
.home-icon-001 img {
    width: 60px;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    border: unset;
}
@media(max-width:768px){
.home-icon-001 img {
    width: 45px;
}
.home-icon-001 h5 {
    font-size: 10px !important;
}
.home-icon-001 .sppb-addon-text {
    font-size: 10px !important;
}}

/*feature-box*/
.owl-carousel .owl-controls .owl-dots .owl-dot.active span, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    border-color: unset !important;
}
.major-bgcolor, .spectrum-title-border .sppb-addon-title:after, .btn.btn-link:hover:after, .sppb-btn.btn-link:hover:after, .btn.sppb-btn-link:hover:after, .sppb-btn.sppb-btn-link:hover:after, .btn.btn-link:focus:after, .sppb-btn.btn-link:focus:after, .btn.sppb-btn-link:focus:after, .sppb-btn.sppb-btn-link:focus:after, .sp-page-title h2:after, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover, .sppb-progress .sppb-progress-bar-primary, .sppb-addon-ajax-contact form .sppb-btn-wrap button, .tags a:hover, .tags a:focus, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, #sp-right .sp-module .tagspopular ul li a:hover, #sp-right .sp-module .tagspopular ul li a:focus, .customNavigation > a:hover, .customNavigation > a:focus, .owl-carousel .owl-controls .owl-dots .owl-dot.active span, .spectrum-contact-info .sppb-icon .sppb-icon-inner, .error-page .btn, .sp-simpleportfolio .sp-simpleportfolio-filter ul li a:after, .search .page-title:after, #sp-bottom .sppb-addon-gallery ul > li a:hover {
    background: unset !important;
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover {
    color: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature {
    padding: unset !important;
}
.sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-text, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-addon-title.sppb-feature-box-title, .sppb-section:not(.spectrum-faq-list) .sppb-addon-feature:hover .sppb-icon span i {
    color: unset !important;
}

/*slideshow*/
.videoslide-btn.sppb-btn.sppb-btn-primary.sppb-btn-rounded.sppb-btn-flat{
    display: block;
    margin-top: 20px;
    max-width: 170px;
    font-size: 15px;
    padding: 10px 25px !important;
}
.sppb-carousel-pro-text h2 {
    color: #000;
    font-size: 46px;
    font-weight: 900;
}
@media(max-width:991px){
.videoslide-btn.sppb-btn.sppb-btn-primary.sppb-btn-rounded.sppb-btn-flat{
    display: block;
    width: 100px!important;
    font-size: 10px;
    margin-top: 10px;
    padding: 8px !Important;
}
.sppb-carousel-pro-text h2 {
    color: #000;
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1;
}
.sppb-carousel-pro-text.videoslide-pro-text {
    font-size: 9px;
    line-height: 1;
}
.videoslide-item-inner-wrapper {
    padding: 0px 15px;
}
.videoslide-item-inner-wrapper > div {
    width: 45%;
}}
.sppb-carousel-pro-text.videoslide-pro-text {
    color: #000;
}
.videoslide-btn.sppb-btn.sppb-btn-primary.sppb-btn-rounded.sppb-btn-flat{
    color: #000 !Important;
    border-color: #000 !Important;
}
.videoslide-btn.sppb-btn.sppb-btn-primary.sppb-btn-rounded.sppb-btn-flat:hover {
    color: #fff !important;
}
.sppb-panel-collapse .sppb-addon-content {
    font-size: 14px;
}
.sppb-addon.sppb-addon-feature.sppb-text-left i {
    color: #000 !important;
}

@media screen and (max-width: 546px){
.title {
    font-size: 14px;
  }}

/*slideshow-override*/
.slick-dots li button:before {
    transition: 0.3s;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 5px;
    background: #000;
    border-radius: 100px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .slick-next {
    right: 22px;
}
.slick-prev {
    left: 0px;
    z-index: 999;
}
.slick-next:before {
    content: '>';
    background: #00000040;
    padding: 0px 10px;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    opacity: 0.3;
    transition: 0.3s;
}
.slick-prev:before {
    content: '<';
    background: #00000040;
    border: 2px solid #ffffff;
    padding: 0px 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 30px;
    opacity: 0.3;
    transition: 0.3s;
}
.slick-prev:hover:before, .slick-next:hover:before {
    opacity: 1;
}
.slick-dots {
    bottom: 10px;
}
@media(max-width:991px){
    .slick-next:before {
    font-weight: 400;
    font-size: 30px;
    padding: 0px 5px;
}
.slick-prev:before {
    font-weight: 600;
    font-size: 30px;
    padding: 0px 5px;
}
.slick-next {
    right: 10px;
}
.videoslide-pro-text {
    padding-left: 50px;
}
.slick-dots {
    bottom: 0px;
}}


.Modern-Slider .slick-slide {
    height: auto;
    font-family: Roboto, sans-serif;
}

.Modern-Slider .videoslide_background .img-fill {
    height: auto !important;
}

.Modern-Slider .videoslide_background .img-fill img {
    filter: none !important;
}

.Modern-Slider .videoslide_background .img-fill .info {
    background: none !important;
} 

.Modern-Slider .videoslide_background h3, .Modern-Slider .videoslide_background h5 {
    animation: none !important;
    height: auto !important;
    line-height: 1.3 !important;
    font-family: Roboto, sans-serif !important;
}

.Modern-Slider .videoslide_background h3 {
    color: #003461 !important;
    font-weight: 600 !important;
}

.Modern-Slider .videoslide_background h5 {
    padding-top: 5px !important;
    color: #2b2b2b !important;
}

.Modern-Slider .videoslide_background .img-fill .info {
    line-height: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Modern-Slider .videoslide_background .img-fill .info>a {
    width: 100%;
    height: 100%;
    position: absolute;
}

.Modern-Slider .videoslide_background .img-fill .info div a {display: block;padding: 0;}

.Modern-Slider .videoslide_background .img-fill .info div {
    background: rgb(255 255 255 / 85%);
    padding: 30px 40px;
    border-radius: 10px;
    z-index: 1;
    max-width: 600px;
    display: none !important;
}


.Modern-Slider .videoslide_background .img-fill .info button {
    color: #fff;
    background-color: #003461;
    border-radius: 20px!important;
    padding: 12px 20px!important;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    transition: 0.5s;
    margin-top: 15px;
}

.Modern-Slider .videoslide_background .img-fill .info button:hover,
.Modern-Slider .videoslide_background .img-fill .info button:focus {
    background: #14446e;
}

.button-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background: rgb(255 255 255 / 85%); */
    padding: 15px;
}

.Modern-Slider .videoslide_background .img-fill .button-link a {
    line-height: 1;
}

.Modern-Slider .videoslide_background .img-fill .button-link button {
    color: #fff;
    background-color: #003461;
    border-radius: 20px!important;
    padding: 12px 20px!important;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    margin: 0 !important;
    border-radius: 30px !important;
    transition: 0.5s;
}

.Modern-Slider .videoslide_background .img-fill .button-link button:hover,
.Modern-Slider .videoslide_background .img-fill .button-link button:focus {
    background: #14446e;
}

.Modern-Slider .PrevArrow,
.Modern-Slider .NextArrow {
    background: rgba(0,0,0,.10) !important;
}


@media (max-width: 767px) {
    .Modern-Slider .videoslide_background h3 { font-size: 18px !important; }
    .Modern-Slider .videoslide_background h5 { font-size: 12px !important; }
    .button-link { padding: 5px; }
    .img-fill img { margin-left: -5px; }
    .Modern-Slider .videoslide_background .img-fill .info button { font-size: 12px; padding: 8px 15px !important; }
    .Modern-Slider .videoslide_background .img-fill .button-link button { font-size: 12px; padding: 8px 15px !important; }
    .Modern-Slider .videoslide_background .img-fill .info div { max-width: unset; padding: 15px 20px; margin: 0 50px; }
}






