/*---------------------------
HERO
---------------------------*/
#hero{
    position: relative;
}

#hero .container-fluid{
    padding: 0;
}

#hero .inner{
    width: 100%;
    background: #F1F9FF;
    padding: 100px 100px 20px 200px;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

#hero .wrap{
    position: absolute;
    top: 30px;
    right: 0;
    z-index: -1;
}

#hero h1 {
    font-size: 60px;
    color: #0C0D63;
    line-height: 55px;
}

#hero .click{
    display: flex;
    margin: 60px 0 140px;
}

#hero .btn-main{
    margin-right: 20px;
}

#hero p{
    color: #13123D;
    font-size: 25px;
    font-weight: 300;
    margin-top: 30px;
    max-width: 700px;
}

#hero .accreditations img{
    margin: 0 10px;
}

@media(max-width:1660px){
    #hero .inner{
        padding: 100px 100px 20px 120px
    }
}

@media(max-width:1530px){
    #hero .inner{
        padding: 100px 70px 20px 70px
    }
}

@media(max-width:1400px){
    
    #hero .accreditations{
        width: 400px;
    }
    
    #hero .click{
        margin: 60px 0 100px
    }
}

@media(max-width:1200px){
    #hero .inner{
        clip-path: none;
        padding: 50px 50px 20px;
        text-align: center;
    }
    #hero p{
        max-width: 100%;
    }
    #hero .click{
        justify-content: center;
    }
	#hero .wrap{
		display: none;
	}
    
    #hero .accreditations{
        width: 100%;
        justify-content: center;
    }
    
    #hero .accreditations img{
        width: auto;
    }
    
    #hero .click{
        margin: 50px 0;
    }
    
    #banner{
        height: 300px;
        background-size: cover;
        background-position: center; 
    }
}

@media(max-width:500px){
    #hero .inner{
        padding: 50px 15px 20px;
    }
    
    #hero .click{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
	#hero h1{
		font-size: 40px;
		line-height: 40px;
	}
    
    #hero .btn-main{
        margin: 0 0 20px;
    }
	#hero .accreditations img{
        margin: 0 10px 10px;
		width: 33%;
    }
}

@media(max-width:430px){
	#hero .accreditations img{
		width: 40%;
    }
}

/*---------------------------
ABOUT
---------------------------*/

#about{
    padding: 75px 0;
}

#about h2{
    color: #0C0D63;
    margin-bottom: 30px;
}

#about p {
    color: #0C0D63;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.3;
    font-weight: 300;
}

#about p strong{
    font-size: 22px;
    font-weight: 400;
}

#about .click{
    display: flex;
    margin-top: 50px
}

#about .btn-main{
    width: 300px;
    margin-right: 20px;
}

#about h3{
    color: #0C0D63;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
}

#about .wrap{
    display: flex;
    align-items: center;
    background: #0C0D63;
    margin-bottom: 20px;
    padding: 30px 30px 30px 0;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

#about .wrap h6{
    color: #fff;
    font-weight: 600;
}

#about .wrap p{
    color: #fff;
    margin: 0;
}

#about .wrap .icon{
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about .left{
    padding-right: 50px;
}

@media(max-width:1200px){
    #about .left{
        padding-right: 0px;
    }
}

@media(max-width:576px){
    #about .wrap{
        display: flex;
        flex-direction: column;
        padding: 20px;
        clip-path: none;
        text-align: center;
    }
    
    #about .wrap .icon{
        width: 100%;
        margin: 0 0 20px;
    }
    
    #about .click{
        flex-direction: column;
        align-items: center;
    }
    
    #about .btn{
        width: 300px;
    }
    
    #about .btn-main{
        margin: 0 0 20px 0;
    }
}

/*---------------------------
SERVICES
---------------------------*/

#services{
    padding: 0px 0 20px;
}

#services .image img{
    width: 100%;
}

#services .header p{
    text-align: center;
}

#services .inner{
    margin-bottom: 30px
}

#services .inner .wrap{
    border: 1px solid #AEAEAE;
    padding: 20px;
    position: relative;
}

#services a{
    text-decoration: none;
    color: #0C0D63;
}

#services h3{
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

#services hr{
    border-top: 3px solid #FEC402;
    width: 100px;
    margin: 20px auto;
    opacity: 1;
}

#services .content{
    margin-bottom: 70px;
    min-height: 112px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

#services .btn-block{
    position: absolute;
    right: 0;
    bottom: 0;
}

#services .header h2{
    text-align: center;
    color: #0D0B6C;
}

#services .header p{
    color: #0D0B6C;
    font-size: 22px;
    font-weight: 27px;
    margin-bottom: 40px;
}

@media(max-width:1400px){
    #services h3{
        min-height: 75px
    }
}

@media(max-width:1200px){
    #services .content{
        min-height: 100px
    }
}

@media(max-width:991px){
    #services .content{
        min-height: 140px
    }
}


@media(max-width:767px){
    #services .content{
        min-height: 0px
    }
        #services h3{
        min-height: 0px
    }
}

/*---------------------------
View
---------------------------*/

#view{
    background: #0F0C53;
    padding: 30px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#view .inner{
    display: flex;
    align-items: center;
}

#view p{
    color: #fff;
    font-family: futura-pt,sans-serif;
    font-size: 34px;
    margin: 0 20px 0 0;
}
#view .background{
    height: 120px;
    width: 700px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

@media(max-width:1400px){
    #view .background{
        top: 0;
        right: -200px;
    }
}

@media(max-width:1200px){
    #view .background{
        top: 0;
        right: -350px;
    }
}

@media(max-width:991px){
    #view .background{
        display: none;
    }
}

@media(max-width:767px){
    #view .inner{
        flex-direction: column;
    }
    
    #view p{
        margin: 0 0 20px 0;
        text-align: center;
    }
}



/*---------------------------
SAY
---------------------------*/

#say .content{
    margin-bottom: 50px
}

#say .container-fluid{
    padding: 0;
}

#say h2{
    color: #fff;
}

#say .content p{
    font-size: 22px;
    color: #E0EEF7;
}

#say .left{
    height: 100%;
    position: relative;
    z-index: 0;
    padding: 100px 
}

#say .click{
    display: flex;
}

#say .btn-main{
    width: 250px;
    margin-right: 20px;
}

#say .left::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #13123D;
    opacity: .9;
    z-index: -1;
}

#say .right{
    padding: 100px;
    position: relative;
    background: #E0EEF7;
    height: 100%;
}

#say .columns{
    padding: 0;
}

#say .review{
    margin-bottom: 60px;
}

#say .right::before{
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f10d";
    left: 30px;
    top: 80px;
    color: #FEC402;
    font-size: 50px;
}

#say .right::after{
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f10e";
    right: 300px;
    bottom: 220px;
    color: #FEC402;
    font-size: 50px;
}

#say .right .review p{
    color: #0C0D63;
    font-size: 25px;
    max-width: 500px
}

#say .right .details p{
    color: #13123D;
    font-size: 20px;
}

.slick-next .slick-next-icon:before{
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f054";
    color: #0C0D63;
    font-size: 50px;
    opacity: 1;
    right: 100px
}

.slick-dots li button{
    background: #fff;
    opacity: 1;
    border: 1px solid #0C0D63;
    border-radius: 50%;
}

.slick-dots li.slick-active button{
    background: #FEC402;
}

.slick-dots li button .slick-dot-icon{
    display: none;
}

.slick-prev{
    display: none!important;
}

@media(max-width:1650px){
    #say .right::after{
        right: 200px
    }
    .slick-next .slick-next-icon:before{
        right: 0;
    }
}

@media(max-width:1500px){
    #say .right::after{
        right: 100px
    }
    .slick-next .slick-next-icon:before{
        right: -50px;
    }
}

@media(max-width:1350px){
    #say .right{
        padding: 50px;
    }
    
    #say .right::after{
        right: 100px;
        bottom: 150px
    }
    
    #say .right::before{
        left: 10px;
        top: 0;
    }
    .slick-next .slick-next-icon:before{
        right: 0px;
    }
}

@media(max-width:1200px){
    .slide{
        width: fit-content!important;
        margin: 0 auto;
        display: block!important;
        position: relative;
    }
    #say .slide::before{
        position: absolute;
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        content: "\f10d";
        left: -60px;
        top: 0px;
        color: #FEC402;
        font-size: 50px;
    }
    #say .slide::after{
        position: absolute;
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900; 
        content: "\f10e";
        right: -30px;
        bottom: 50px;
        color: #FEC402;
        font-size: 50px;
    }
    #say .right::before{
        display: none
    }   

    #say .right::after{
        display: none;
    }
}
@media(max-width:1200px){
    #say .slide::before{
        display: none;
    }
    #say .slide::after{
        display: none;
    }
}

@media(max-width:600px){
    #say .left{
        padding: 50px;
    }
    #say .left .click{
        flex-direction: column;
    }
    #say .btn-main{
        margin-bottom: 20px;
    }
}