body{
    font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size:20px;
  font-size: 1.25rem;;
}
b, strong{
    font-weight: 500;
}
.container{
    max-width: 100%;
}
.white-text{
	color:#fff!important;
}
.page-wrap{
    display:flex;
}
.page-wrap > *{

}
.page-wrap .main-header{
    left:0;
    width:175px;

}
.page-wrap .main-header header{
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    width:175px;
    background:#1D437C;
    height: 100vh;
}
.page-wrap .main-content{
    flex-grow: 1;
    min-height: 100vh;
    width: calc(100% - 175px);
    
}
.pt-150{
    padding-top:150px;
    overflow: hidden;
}
.top-slide-image{
    position: relative;
    padding-top:300px;
    width: 100%;
    height: 70vh;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom:60px;
}
.top-slide-image.home-slide{
    height: 100vh;
}

.logo-wrap{
    max-width:600px;
    position: absolute;
    right: 0;
    z-index: 1;
    filter: drop-shadow(10px 5px 10px rgba(0, 0, 0, 0.5));
    
}
.logo-wrap .box{
    padding: 30px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 80px 100%, 0 calc(100% - 80px));
}
.logo-wrap img{
    width:100%;
    height:auto;
}
/*Slider Cat Icon*/
.slider-cat-icon{
    position: absolute;
    right: 100px;
    bottom: -140px;
    max-width: 45vw;
}

.home-slide .slider-cat-icon{
    width: 40vw;
}
.slider-cat-icon img{
    width: auto;
    height: 50vh;
    max-width: 100%;
}
.home-slide .slider-cat-icon img{
    height: auto;
    max-width: 100%;
}
.top-slide-text{
    display:inline-block;
    width: 100%;
}
.top-slide-text .custom-title{
    max-width: 35vw;
    min-width: 350px;
    padding:30px 40px;
    background-color: #fff;
    position: relative;
}
.top-slide-text .custom-title:after{
    width:80px;
    height:80px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    content:'';
    display: block;
    background-color: #fff;
    right:-80px;
    top:50%;
    transform:translateY(-50%);
}
.top-slide-text .custom-title h1{
    margin: 0;
    color:#264C81;
    font-size: 2.5rem;
    font-weight: 900;
}
.top-slide-text .box-wrap{
    
    background:#71BFE7;
    display:inline-block;
    padding:10px 30px;
    max-width: 545px;
}
.top-slide-text .box-wrap h1{
    font-size: 3.2rem;
    color:#fff;
    font-weight: 700;
    margin:0;
}
.first-content{
    padding:100px 0;
}
.have-subtitle{
position: relative;
overflow: hidden;
}
.have-subtitle:before{
    content: '';
    display: block;
    height: 100%;
    width: 110%;
    position: absolute;
    background: #F9F1EB;
    opacity: .6;
    z-index: -1;
    top: 0;
    transform: rotate(3deg);
    left:-5%;
}
.have-subtitle:after{
    content: '';
    display: block;
    height: 100%;
    width: 110%;
    position: absolute;
    background: #F9F1EB;
    opacity: .6;
    z-index: -1;
    top: 0;
    transform: rotate(-3deg);
    left:-5%;
}
.content-subtitle{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.content-subtitle .subtitle-box{
    display: inline-flex;
    background: #fff;
    padding: 25px 45px 10px 30px;
    position: relative;
    clip-path: polygon(0 10%, 90% 0, 100% 100%, 0% 113%);
    max-width: 55%;
}
.content-subtitle .subtitle-box:before{
   
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    height: 15px;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    top: -15px;
}
.content-subtitle .subtitle-box:after{

clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
background: #fff;
    position: absolute;
    width: 15px;
    right: -15px;
    height: calc(100% + 15px);
    bottom:0;
}
.content-subtitle .subtitle-box h3{
    color:#71BFE7;
    font-size:3rem;
    font-weight: 300;
    margin:0;
}
/*Footer*/
.footer{
    height:100vh;
    background-image: url('../images/footer_bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    margin-top:40px;
    position: relative;
    padding-top:100px;
}
.footer .text-box{
    margin-left:9rem;
    color:#1D437C;
    font-size: 1.86rem;
    font-weight: 400;
}
.footer .nav a{
    color:#71BFE7;
    text-decoration: none;
    font-weight: 500;
    padding:2px;
}
.footer .nav li{
    padding:5px 10px;
    position: relative;
}
.footer .nav li:first-child{
    margin-left:-10px;
}
.footer .nav li:first-child:after{
    content:'';
    position: absolute;
    display:block;
    right:0px;
    height:30px;
    background:#71BFE7;
    width:1px;
    top:14px;
}
/*Box Box*/
.box-box{
    align-items: center;
}
.box-box .image{
    padding: 40px;
}
.box-box .image img{
    width:100%;
    height: auto;
}
.box-box .description{
    padding:40px;
}
.box-box h3.title{
    color:#71BFE7;
    font-size:3rem;
    font-weight: 300;
    margin:0;
}

.box-box .text{
    padding:60px 0;
}
.btn-link{
    text-decoration: none;
    color:#1D437C;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    transition: all .3s;
}
.btn-link:hover{
    color:#71BFE7;
}
.btn-link span:after{
    content: '';
    display: block;
    width: 35px;
    height: 35px;
    background-color: #71BFE7;
    background-image: url('../images/white_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    border-radius: 100%;
    position: absolute;
    top:-7px;
    right:-55px;
    transition: all .3s;
}
.btn-link:hover span:after{
    right:-60px;

}
/*Box with background*/
.with-bg{
    position: relative;

}
.with-bg.bg-style-1{
    margin:80px 0;
padding:150px 0;
}
.with-bg.bg-style-1:before{
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #F9F1EB;
    opacity: .6;
    z-index: -1;
    top: 0;
    transform: rotate(2deg);
    left:-5%;
}
.with-bg.bg-style-1:after{
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #F9F1EB;
    opacity: .6;
    z-index: -1;
    top: 0;
    transform: rotate(-3deg);
    left:-5%;
}

.with-bg.bg-style-2{
    margin:50px 0;
    padding:80px 0;
}
.with-bg.bg-style-2:before{
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #F9F1EB;
    opacity: .6;
    z-index: -1;
    top: 0;
    transform: rotate(2deg);
    left:-5%;
}
.with-bg.bg-style-2:after{
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #F9F1EB;
    opacity: .6;
    z-index: -1;
    top: 0;
    transform: rotate(-3deg);
    left:-5%;
}
.with-list ul{
    list-style: none;
    display: flex;
    flex-direction: column;
}
.with-list ul li{
    padding:7px 50px;
    background-color: #B1DCF2;
    margin:10px 0;
}

.bg-blue{
    margin:50px 0;
    padding:20px 0;
    position: relative;
    margin-bottom:250px;
}

.bg-blue:before{
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #71BFE7;
    opacity: .3;
    z-index: -1;
    top: 0;
    transform: rotate(2deg);
    left:-5%;
}
.bg-blue:after{
    content: '';
    display: block;
    height: 100%;
    width: 120%;
    position: absolute;
    background: #71BFE7;
    opacity: .3;
    z-index: -1;
    top: 0;
    transform: rotate(-3deg);
    left:-5%;
}
.row-blue{
    position: relative;
    display:flex;
    flex-direction: row;
    gap:50px;
}
.box-box.row-blue > div{
    flex:1 1 auto;
}
.box-box.row-blue .image {
    padding: 5px 0px;
    max-width: 400px;
    width:30%;

}
.box-box.row-blue .description {
    padding: 0 40px;
}
.box-box.row-blue .image img{
    width:300px;

   
}
.box-box.row-blue .link{
    width: 100px;
    position: relative;
}
.btn-link-style span:after{
    content: '';
    display: block;
    width: 87px;
    height: 87px;
    background-color: #71BFE7;
    background-image: url('../images/white_arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px;
    border-radius: 100%;
    position: absolute;
    top:50%;
    right:20px;
    transition: all .3s;
    transform: translateY(-50%);
}
.btn-link-style:hover span:after{
    right:0;
}
/*Mobile*/
@media screen and (max-width:767px){
    .pt-150{
        padding-top: 50px;
    }
    .page-wrap{
        display: flex;
        flex-direction: column;
    }
    .page-wrap .main-content{
        width:100%;
    }
    .image img{
        width: 100%;
        height: auto;
    }
    .home-slide .slider-cat-icon {
        bottom: -35px;
        right: 30px;
    }
    .top-slide-text .custom-title h1{
        font-size: 1.5rem;
    }
    .top-slide-image {
        padding-top: 200px;

        height: 80vh;
    }
    .top-slide-image.home-slide {
        height: 500px;
    }
    .top-slide-text .box-wrap h1 {
        font-size: 2.2rem;
    }
    .content-subtitle .subtitle-box{
        max-width: 70%;
    }
    .content-subtitle .subtitle-box h3{
        font-size:1.1rem;
    }
    .slider-cat-icon {
        position: absolute;
        right: 0px;
        bottom: -60px;
        max-width: 50-vw;
    }
    .content-box, .box-box .description{
        padding:0 20px;
    }
    .box-box .text{
        padding:20px 0;
        text-align: left;
    }
    .box-box .text p{
        text-align: left!important;
    }
    .with-bg.bg-style-2, .with-bg.bg-style-1 {
        margin: 30px 0;
        padding: 40px 0;
    }
    .box-box .image {
        padding: 40px;
        display: flex    ;
        justify-content: center;
    }
    .box-box .image img{
        max-width: 200px;
    }
    .first-content {
        padding: 50px 0 150px 0;
        position: relative;
        overflow: hidden;
    }
    .first-content > div{
        background: #f9f1eb;
    }
    .first-content.have-subtitle:before, .first-content:before {
        content: '';
        display: block;
        height: 100px;
        width: 110%;
        position: absolute;
        background: #F9F1EB;
        opacity: 1;
        z-index: -1;
        top: 21px;
        transform: rotate(3deg);
        left: -20px;
    }
    .first-content.have-subtitle:after, .first-content:after{
        content: '';
        display: block;
        height: 178px;
        width: 150%;
        position: absolute;
        background: #f9f1eb;
        opacity: 1;
        z-index: -1;
        top: auto;
        transform: rotate(6deg);
        left: -25px;
        bottom: 28px;
    }
    .box-box h3.title{
        font-size: 1.5rem;
    }
}
@media screen and (max-width:575px){
    body{
        font-size:1rem;
    }
    .top-slide-text .custom-title h1 {
        font-size: 1.2rem;
    }
    .top-slide-text .custom-title {
        max-width: 30vw;
        min-width: 250px;
        padding: 20px 15px;
        background-color: #fff;
        position: relative;
    }
    .top-slide-image.home-slide, .top-slide-image {
        height: 435px;
    }
    .footer .text-box{
        margin-left:0;
        font-size: 1.1rem;
    }
    .footer {
        height: 80vh;

        background-size: contain;
        background-position: bottom center;
        margin-top: 40px;
        position: relative;
        padding-top: 100px;
    }
    .row-blue{
        flex-direction: column;
    }
    .box-box.row-blue > div{
        flex:0 0 auto;
        
    }
}
.slider-banner{
	    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
}
/*C0ntact Page*/
.page-id-278{

}
.page-id-278 .top-slide-image{
    margin-bottom:0;
}
.page-id-278 .first-content{
    background:#1d437c;
}
.page-id-278 .first-content form{
    color:#fff;
}
.page-id-278 .first-content form label{
    display:block;
}
.page-id-278 .first-content form input, .page-id-278 .first-content form textarea{
    padding:10px;
    border-radius:10px;
	width:100%;
}
@media screen and (max-width: 767px) {
    .page-id-278 .first-content > div {
         background:#1d437c;
    }
}