.section-title{
    text-align: center;
    font-size: 25px;
    margin-bottom: 40px;
    color: #0A6DB7;
    font-family: hk_groteskmedium;
}
.section-homepage-slider {
    background-image: url("../img/homepage-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 126px);
}
.section-homepage-slider .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
}
.section-homepage-slider input{
    height: 60px;
    width: 100%;
    font-size: 20px;
    padding: 15px 20px;
    padding-right: 60px;
}
.section-homepage-slider .inner-wrap{
    text-align: center;
}
.section-homepage-slider .inner-wrap .search-wrap{
    display: inline-block;
    position: relative;
    width: calc(100% - 60px);
}
.section-homepage-slider .inner-wrap .search-wrap .icon-magnifying-glass{
    position: absolute;
    font-size: 30px;
    right: 20px;
    top: 15px;
    cursor: pointer;
    color: #757389;
}
.section-homepage-slider .inner-wrap .caption{
    color: #fff;
    margin-top: 60px;   
}
.section-homepage-slider .inner-wrap .caption h3{
    font-family: hk_grotesksemibold; 
    font-size: 36px;
}
.section-homepage-slider .inner-wrap .caption p{
    font-size: 25px; 
    font-family: hk_groteskmedium;
}
.section-solutions {
    padding: 50px 0;
}

.section-solutions .solution-block{
    border: 2px solid #E2E2E2;
    border-radius: 5px;
    padding: 40px 15px;
    text-align: center;
    margin-top: 10px;
    transition: all .2s linear;
}
.section-solutions .solution-block:hover{
    box-shadow: 2px 2px 5px #d4d4d4;
}
.section-solutions .solution-block:hover .icon{
    transform: rotateX(60deg);
    transition: .3s all ease;
}
.section-solutions .solution-block .icon{
    font-size: 57px;
    color: #0A6DB7;
}
.section-solutions .solution-block p{
    font-size: 20px;
    font-weight: 600;
    color: #646464;
    margin-top: 20px;
    min-height: 60px;
}
.section-solutions .solution-block .btn-outline-primary{
    color: #0A6DB7;
    border-color: #0A6DB7;
    min-width: 90%;
    background:#fff;
}
.section-solutions .solution-block .btn-outline-primary:hover{
    background-color: #0A6DB7;
    border-color: #0A6DB7;
    color: #fff;
}
.section-research {
    background: #F0F4F8;
    padding: 50px 0;
}

.section-research .research-icons ul{
    padding: 0;
    list-style: none;
    text-align: center;
}
.section-research .research-icons ul li{
    display: inline-block;
    margin: 0 35px;
    margin-top: 30px;
}
.section-stories {
    padding: 50px 0;
}
.section-stories .story-block{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    width: 300px;
    height: 375px;
    padding: 60px 35px;
    margin: 10px;
    cursor: pointer;
}
.section-stories .story-block:hover{
    transform: translateY(-10px);
    transition: .5s all ease;
    box-shadow: 0px 5px 13px #000;
}
.section-stories .justify-content-lg-center{
    justify-content: center!important;
}
.section-stories .story-block p{
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
}
.section-stories .story-block a{ color:#fff;}
.section-stories .story-block a:hover{text-decoration:none;}
.section-stories .story-block.one1,
.section-stories .story-block.one6{
    background-image: url("../img/Rpt.png");
}
.section-stories .story-block.one2{
    background-image: url("../img/Rpt2.jpg");
}
.section-stories .story-block.one3,
.section-stories .story-block.one4{
    background-image: url("../img/Rpt3.jpg");
}
.section-stories .story-block.one5{
    background-image: url("../img/Rpt4.jpg");
}

.section-partner {
    padding: 50px 0;
    background: #0A6DB7;
}
.section-partner .section-title{
    color: #fff;
}
.section-partner ul{
    list-style: none;
    padding: 0;
}
.section-partner ul.first{
    margin-bottom: 0;
}
.section-partner ul.second{
    text-align: right;
}
.section-partner ul li{
    display: inline-block;
    width: 150px;
}
.section-partner ul li img{
    border-radius: 5px;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.section-partner ul li img:hover{
    transform: translateY(-8px);
}
.section-partner ul.first li {
    margin-right: 25px;
    margin-top: 25px;
}
.section-partner ul.second li {
    margin-left: 25px;
    margin-top: 25px;
}
.section-contact {
    padding: 50px 20px 80px;
    background-image: url(../img/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 350px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-attachment: fixed;
}
.section-contact .title{
    font-size: 36px;
    font-family: hk_groteskmedium;
}
.section-contact .caption{
    font-size: 16px;
    font-family: hk_grotesksemibold;
}
.section-contact button{
    color: #fff;
    border: 1px solid #ffffff8c;
    background: #ffffff1a;
    padding: 7px 40px;
    font-size: 15px;
    font-weight: 600;
    align-self: center;
}
.section-contact button:hover{
    background: #ffffff61;
    color: #fff;
}




@media only screen and (max-width: 767px) {
    .section-contact {
        height: 300px;
    }
    .section-homepage-slider .inner-wrap .caption h3 {
        font-size: 25px;
    }
    .section-homepage-slider .inner-wrap .caption p {
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px) {
    .section-partner ul {
        text-align: center !important;
    }
    .section-partner ul.second li {
        margin-right: 25px;
        margin-left: 0;
    }
    .section-partner ul li {
        width: 130px;
    }
}
