.designed-hero{
    /*background-color: #0a1238;*/
    padding-top: 2%;

    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 9%, rgba(10,18,56,1) 10%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 9%, rgba(10,18,56,1) 10%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 9%, rgba(10,18,56,1) 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0a1238",GradientType=1);

}
.designed-hero .container{
    padding: 0;
}
.home-title{
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    padding-top: 15%;
    line-height: 47px;
}
.header-sub-title p{
    color: #fff;
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 20px;
}
a.header-button{
    background-color: #f26e25;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 13px;
}
.hero-content{
    margin-bottom: 50px;
}
.featured-triangle{
    clear: both;
    text-align: center;
    border-radius: 20px;
    /*clip-path: polygon(100% 0%, 100% 60%, 50% 100%, 50% 100%, 0 60%, 0 0);*/
    /*background-color: #f26e25;*/
    background-image: url("../../../images/orange-triangle.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 7%;
    padding-top: 20px;
    /*z-index: 9999;*/
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 1%;
}
.featured-triangle .slick-dots{
    margin-top: 0;
}
.featured-triangle .slick-dots li.slick-active button:before{
    background-color: #d26224;
    border: 1px solid #d26224;
    background: #d26224;

}
.featured-triangle .slick-dots li button:before{
    width: 12px;
    height: 12px;
    border-color: #d26224;
}

.orange-tri{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 100%;
}
.blue-tri{
    margin-top: -12%;
}
.featured-title{
    color: #fff;
    font-size: 21px;
    font-weight: 400;
}
.featured-sub-title{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
}
a.featured-btn{
    border: solid 1px #0c0c24;
    color: #0c0c24;
    font-size: 12px;
    padding: 4px 15px;
    font-weight: 600;
}
#new-slider .slick-slide img {
    max-width: 220px;
    margin-left: 20%;
}
#new-slider{
    margin-top: 20px;
}
section.slider-section{
    margin-top: 50px;
}
#main-slider .slick-dots li button:before{
    background-color: #fce2d3;
    border: none;
}
#main-slider .slick-dots li.slick-active button:before{
    background-color: #f8b692;
    border: none;
}
.slider-section .slider-title{
    color: #144d80;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
}
.slider-section .slider-desc{
    color: #231f20;
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    margin-top: 30px;
}
.slider-section .slider-desc p{
    line-height: 24px;
}
.slider-section a.slider-readmore{
    background-color: #f26e25;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 13px;

}
.slider-section .readmore-container{
    margin-top: 50px;
}
.customer-benifits{
    margin-top: 70px;
    margin-bottom: 70px;
}
.benefits-container{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-direction: row;*/
}
.home-main-title{
    color: #002749;
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
}
.each-benefit img{
    max-width: 80%;
    max-height: 100%;
}
.each-benefit{
    /*flex: 1;*/
    /*margin: 15px;*/
}
.benefit-image-container{
    height: 240px;
    vertical-align: bottom;
    display: table-cell;
}
.benefit-title{
    color: #144d80;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
}
.benefit-text{
    color: #5d5d5d;
    font-size: 16px;
    padding-right: 8%;
}
.benefit-text p{
    line-height: 26px;
    font-weight: 500;
}
.autonomous-section{
    background-image: url(../../../images/bluebg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 180px;
}
.autonomous-section .container{
    padding-top: 11%;
}
.autonomous-title{
    text-align: center;
    color: #f26e25;
    font-size: 36px;
    text-transform: uppercase;
}
.autonomous-text-container{
    color: #fff;
    margin-top: 120px;
    font-size: 16px;
}
section.spotlight{
    margin-top: 50px;
}
.spotlights{
    background-color: #fff;
    flex:1;
    margin:15px;
}
.spotlights{
    border-radius: 15px;
    border:1px solid;
    padding: 35px 30px 35px;
    box-shadow: 2px 10px 18px rgba(51, 51, 51, 0.25);
    margin-bottom: 100px;
    margin-top: 40px;
    background-color: #fff;

}
.spotlight1 .sl-inner, .spotlight3 .sl-inner{
    border-color: #175987;
}
.spotlight2{
     border-color: #f27732;
 }
.spotlight-title{
    color: #f26e25;
    text-transform: uppercase;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}
.spl-text{
    margin-top: 20px;
    font-size: 15px;
    color: #5d5d5d;
}
a.spl-readmore{
    background-color: #f26e25;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 8px 15px;
    font-weight: 500;
    font-size: 13px;
    margin-top: 30px;
}
.spotlights .readmore-container{
    margin-top: 25px;
}
.meetus-text{
    color: #5d5d5d;
    font-size: 27px;
    font-weight: 400;
    text-align: left;
}
.meetus-text p{
    line-height: 40px;
}
.meetus .readmore-container{
    font-size: 15px;
    text-align: left;
}
.sl-container{
    display: flex;
    justify-content: space-between;
    flex-direction:row;
}
.news-date{
    font-weight: 600;
    color: #5d5d5d;
    padding-top: 10px;
}
.news-each{
    font-size: 15px;
    border-bottom: 1px solid #f26e25;
    padding-bottom: 15px;
}
.news-each:last-of-type{
    border:none;
}
.news-each a{
    color: #f26e25;
    font-weight: 600;
}
.partner-btn-container{
    text-align: center;
    margin: 60px 0 0;
}
.partner-btn{
    background-color: #f26e25;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 12px 50px;
    font-weight: 600;
    font-size: 18px;
}
a.partner-btn:hover{
    color: #fff;
    opacity: .8;
}
section.testimonials{
    background-image: url(../../../images/orange-tri.jpg);
    padding-top: 16%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    margin-top: -5%;
}
.testi-title{
    text-align: center;
    color:#fff;
    text-transform: uppercase;
    font-size: 40px;
}
.testimonial-text{
    color: #fff;
    font-size: 23px;
    font-weight: 300;
}
.testimonial-title{
    color: #fff;
    font-size: 23px;
    margin-top: 20px;
    line-height: 35px;
}
.testimonials .slick-dots{
    margin: -50px 0 0px;
}
.testimonials .slick-dots li.slick-active button:before{
    background: #f9b792;
    border: 1px solid #f9b792;
}
.testimonials .slick-dots li button:before{
    border: 1px solid #f9b792;
}
.new-clients ul#HomeClients{
    display: block;
}
.new-clients{
    padding-top: 50px;
    padding-bottom: 50px;
}
.clients-text{
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 60px;
}

@media (max-width:1200px){
    .designed-hero{
    }
    .autonomous-section .container {
        padding-top: 21%;
    }
}

@media (max-width:1161px) {
    #new-slider .slick-slide img{
        margin-left: 15%;
    }
    .featured-triangle{
        background-size: cover;
        background-position: 47% 100%;
    }
    .blue-tri {
        margin-top: -7%;
    }
}
@media (max-width:991px){
    .designed-hero{
        background: rgb(255,255,255);
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(10,18,56,1) 6%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(10,18,56,1) 6%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(10,18,56,1) 6%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0a1238",GradientType=1);
    }
    #new-slider .slick-slide img{
        margin-left: 0;
    }
    section.testimonials{
        padding-top: 30%;
    }
}

@media (max-width: 767px) {
    .designed-hero .slick-slide img {
        display: initial;
    }
    .featured-triangle{
        padding-bottom: 100px;
        background-position: 48.5% 100%;
        margin-bottom: 25px;
    }
    .designed-hero {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(10,18,56,1) 6%);
        background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(10,18,56,1) 6%);
        background: linear-gradient(0deg, rgba(255,255,255,1) 7%, rgba(10,18,56,1) 6%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#0a1238",GradientType=1);
        padding-bottom: 6%;
    }
    .autonomous-section .container {
        padding-top: 320px;

    }
    .sl-container {
        display: block;
    }
    section.testimonials {
        padding-top: 345px;
    }
    .testi-title{
        font-size: 31px;
    }
    #NewHomeTestimonials img{
        margin-bottom: 15px;
    }
    #NewHomeTestimonials{
        padding-left: 15px;
    }
    .slider-section .slider-title{
        font-size: 32px;
    }
    .slider-section .readmore-container{
        margin-bottom: 50px;
    }
    .home-main-title{
        font-size: 45px;

    }

    @media (max-width: 580px){
        .blue-tri {
            margin-top: -10%;
        }
    }

    @media (max-width: 500px){
        .blue-tri {
            margin-top: -10%;
        }
        .designed-hero{
            padding-bottom: 9%;
        }
    }
    @media (max-width: 450px){
        .designed-hero{
            padding-bottom: 15%;
            margin-bottom: -13%;
        }
    }
}





