.hermes.tp-bullets, .tp-leftarrow, .tp-rightarrow {
    display: none !important;
}

.icon-extra-medium {
    color: #fff !important;
}

.text-deep-pink, .btn.text-deep-pink, .list-style-4.list-style-color li:before {
    color: #0a2f6a !important;
}

.bg-deep-pink {
    /*background-color: #0a2f6a !important;*/
    background-color: #fff !important;
}

.btn.btn-dark-gray, .btn.btn-dark-gray-bottom, .btn.btn-dark-gray-send {
    background: #0a2f6a !important;
    border-color: #0a2f6a !important;
}

.btn.btn-dark-gray:hover {
	background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}

.btn.btn-dark-gray-send:hover {
	background: transparent !important;
    color: #0a2f6a !important;
    border-color: #0a2f6a !important;
}

.btn.btn-dark-gray-bottom:hover {
	background: transparent !important;
    color: #0a2f6a !important;
}

.btn.btn-dark-gray:hover {
	background: transparent !important;
    color: #fff !important;
}

.bg-custom {
    background-color: #000 !important;
}

header a.logo img {
    max-height: 85px !important;
}

.footer-logo {
    max-height: 90px !important;
}

.alt-font-custom{
    font-size: 15px !important;
}

.swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {
    margin: 0 0 0 0 !important;
}

.skills-custom {
    height: 335px;
}

.padding-eight-custom-all {padding:8% 8% 4% 8%;}

.icon-custom {
    border-radius: 100%;
    display: table-cell;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    font-size: 32px;
}

.fa-round {
    background: #0a2f6a;
    border: .1em solid #fff;
    border-radius: 1.5em;
    padding: 0.55em 0.58em 0.55em 0.58em;
}

.test-mobile {
    font-size: 19px !important;
}

.bg-testimonial {
    padding: 5px 20px 5px 20px;
    background: #fff;
    height: 50%;
}

@media (max-width: 767px) {
    .only-mobile {
        margin-bottom: -20px;
    }

    .bg-testimonial {
        padding: 0px 10px 0px 10px;
        background: #fff;
        height: 100%;
    }

    .carousel-inner {
        position: relative;
        width: 130%;
        left: -30px;
        overflow: hidden;
    }

    .testimonial-custom {
        height: 265px;
    }

    .testimonial-custom-height {
        margin-bottom: 0px;
    }

    .padding-testimonial {
        padding: 8% 8% 4% 8% !important;
    }

    .carousel .item {
        color: #999;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        min-height: 290px;
    }

    .test-mobile {
        font-size: 17px !important;
    }

    .test-mobile-sub {
        font-size: 12px !important;
    }

    .carousel-control i {
        font-size: 30px !important;
    }

    .carousel-control-next {
        right: 0 !important;
    }

    .carousel-control-prev {
        left: 0 !important;
    }

}


/*Carousel*/

.carousel-control-next {
    right: 40;
}

.carousel-control-prev {
    left: 40;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 0px;
}
.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 30px 0 10px;
}
.carousel .overview {   
    font-style: italic;
}
.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}
.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}
.carousel-control i {
    font-size: 40px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {   
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {    
    background: #555;       
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.btn-block {
    display: block !important;
    width: 100% !important;
}

.modal-open .modal {
    background: #000;
    opacity: 1;
}

.close {
    opacity: 1 !important;
    color: #0a2f6a !important;
}

..modal-content {
    border-radius: 0px;
}

.btn.btn-large-custom {
    font-size: 16px !important;
    padding: 10px 20px !important;
    line-height: 25px !important;
}

@media (max-width: 1199px) {
    .lg-padding-seven-all {
        padding: 0 !important;
    }
}


.jumbotron {
  position: relative;
  overflow: hidden;
  background-color:black;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}