:root{
    --white: #fff;
    --black : #000000;
    --lblue : #002C41;
    --dblue : #002C41;
    --lgreen : #8FC4B5;
    --lgrey: #F1EFEA ;
    --camel : #C69C6D;
    --ff-a: 'Arboria';
    --ff-br : 'BricolageGrotesque-Regular';
    --ff-bm : 'BricolageGrotesque-Medium';
    --ff-bs : 'BricolageGrotesque-SemiBold';
    --ff-bb : 'BricolageGrotesque-Bold';
}
.mob-show{display: none;}
.desktop-show{display: block;}
.max-410{max-width: 410px;width: 100%;}
.max-480{max-width: 480px;width: 100%;}
.max-500{max-width: 500px;width: 100%;}
.max-533{max-width: 533px;width: 100%;}
.max-910{max-width: 910px;width: 100%;}
.max-1000{max-width: 1000px;width: 100%;}
/*  */
.bg-grey{background-color: var(--lgrey);}
/*  */
@font-face {
    font-family: 'Arboria';
    src: url('../fonts/Arboria-Book.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BricolageGrotesque-Regular';
    src: url('../fonts/BricolageGrotesque-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BricolageGrotesque-Medium';
    src: url('../fonts/BricolageGrotesque-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BricolageGrotesque-SemiBold';
    src: url('../fonts/BricolageGrotesque-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BricolageGrotesque-Bold';
    src: url('../fonts/BricolageGrotesque-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BricolageGrotesque-ExtraBold';
    src: url('../fonts/BricolageGrotesque-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Arboria';
    font-size: 20px;
    overflow-x: hidden;
    line-height: inherit;
    color: var(--lblue);
    font-weight: 400;

}
p{line-height:1.5;letter-spacing: 0px;margin-bottom: 25px;}
body,html {
    height: 100%;
    scroll-behavior: smooth;
}
._rel{position: relative;}
a,a:after,img,a:before,.btn-theme,.overly,.serives-list .item .header::before{
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
a{
    display: inline-block;
    text-decoration: none;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: var(--lblue);
    position: relative;
    
}
a:hover,a:focus,a:active{
    text-decoration: none;
    outline: none;
    color:var(--camel);
}

.btn-theme{
    min-width: 180px;
    text-align: center;
    border: 0px;
    font-size: 16px;
    background: var(--lgreen);
    height: 55px;
    line-height: 55px;
    padding:  0 30px;
    color: var(--lblue);
    font-size: 16px;
    font-family: 'Arboria';
    font-weight: 400;
    border-radius: 28px;
}
.btn-theme img{
    margin-left: 15px;
}
.btn-theme.camel{background-color: var(--camel);color: var(--white);}
.btn-theme:hover{
    background-color: var(--camel);
    color: var(--dblue);
}
.btn-theme.camel:hover{
    background-color: var(--dblue);
    color: var(--white);
}
img{
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6,h1>a,h2>a,h3>a,h4>a,h5>a,h6>a{}
h1,.f-60{
    font-family: var(--ff-bs);
    font-size: 60px;
    font-weight: 600 !important;
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h2,.f-50{
    font-family: var(--ff-bs);
    font-size: 50px;
    font-weight: 600 !important;
    line-height: 1.1;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h3{
    font-family: var(--ff-bs);
    font-size: 40px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h4,.f-36{
    font-family: var(--ff-bs);
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h5,.f-24{
    font-weight: 600;
    font-family: var(--ff-bs);
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
h6{
    font-family: var(--ff-bs);
    font-size: 22px;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 20px;
    
}

section {
    width: 100%;
    padding: 100px 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/*nav*/

.navbar-brand img{max-width: 280px;}
.navbar-brand img + img,
.navbar-toggler img + img{display: none;}
.mainMenu{
    padding: 40px 0px;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
}
.mainMenu._transparent{position: absolute;}
.mainMenu.sticky{
    position: fixed;
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 10px 0 25px 0 rgb(0 0 0 / 6%);
}
.mainMenu .book-btn{
    position: absolute;
    bottom: 65px;
    width: 86%;
    left: 7%;
    display: none;
}
.mainMenu.active .book-btn{display: block;}
.mainMenu.active{
    min-height: 100vh;
    overflow: auto;
    background-color: var(--lblue);
    align-items: flex-start;
}
.navbar-toggler{padding: 0;}
.mainMenu.active .navbar-toggler img{display: none;}
.mainMenu.active .navbar-toggler img + img{display: inline-block;}
.mainMenu ul{
    align-items: center;
}
.mainMenu li:not(:first-child){
    margin-left: 50px;
}
.mainMenu li a{
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-family: var(--ff-a);
    font-weight: 500 !important;
    padding: 15px 0;
    overflow: hidden;
}
.mainMenu li a::before{
    content: "";
    background-color: var(--lgreen);
    height: 9px;
    width: 9px;
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
    opacity: 0;
   

}
.mainMenu li a:hover::before,.mainMenu li.current-menu-item a::before{
    bottom: 0px;
    opacity: 1;
}
/* footer */
footer{
    background-color: var(--dblue);
    color: var(--white);
    text-align: center;
    font-weight: 500 !important;
    padding: 50px 0;
}
/* home */
.home-hero{padding-bottom: 200px;}
.our-services{padding: 200px 0;}

.serives-list{

}
.serives-list .item{
    padding: 20px 0;
}
.serives-list .item .header{
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding-right: 35px;
}
.serives-list .item .header::before{
    content: "";
    height: 30px;
    width: 30px;
    background-image: url('../images/arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.serives-list .item.active .header::before{
    transform: rotate(180deg);
}
.serives-list .item .body{
    margin-top: 20px;
    display: none;
}

/* about */
.author-image img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;

}
.autho-bio{
    position: relative;
    padding-bottom: 100px;
}
.autho-bio::before,.contact-hero::before{
    content: "";
    background-color: var(--lgrey);
    width: 100%;
    height: calc(100% - 106px);
    box-shadow: 0px 4px 54px rgba(214, 204, 189, 0.26);
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-hero{
    min-height: 100vh;
}
.contact-hero::before{
    height: 55%;
}
.autho-bio .text-holder{
    background-color: var(--white);
    position: relative;
    z-index: 10;
    padding: 100px;
    border-radius: 20px;
}

.form-box{
    background-color: var(--white);
    box-shadow: 0px 4px 54px rgba(214, 204, 189, 0.26);
    border-radius: 20px;
    padding: 80px;
}
.c-form .form-group{
    margin-bottom: 10px;
}
.c-form input{
    width: 100%;
    background-color: var(--white);
    height: 55px;
    border: 1px solid var(--camel);
    border-radius: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: var(--dblue);
}
.z10{z-index: 10;}
.contact-info{
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-info li{
    margin-bottom: 15px;
}
.contact-info li a{
    position: relative;
    padding-left: 35px;
    color: var(--dblue);
    font-family: var( --ff-bs);

}
.contact-info li a i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: var(--camel);
}
.contact-info li a:hover{
    color: var(--camel);
}

.our-services .shape{
    max-width: 40%;
    position: absolute;
    left: 0;
    bottom: 0;
}