@import url('https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
*{
    margin: 0;
    padding: 0;
}

.topbar {
    background: #d3e3e3;
    padding: 5px 0px;
}
.contact-box {
    text-align: right;
    padding-top: 3px;
}
.contact-box ul {
    display: inline-flex;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #5db1c9;
}
.contact-box ul li {
    list-style: none;
    padding: 4px 7px;
}
.bordleft {
    border-left: 1px solid #fff;
}
.social-box {
    float: right;
    margin-left: 10px;
}
.social-box ul {
    display: inline-flex;
}
.contact-box ul li i{
    color: #fff;
}
.contact-box ul li a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.social-box ul li {
    list-style: none;
    border: 1px solid #5db1c9;
    padding: 7px 7px;
    border-radius: 50%;
    width: 40px;
    margin-right: 5px;
    text-align: center;
    background: #fff;
    height: 40px;
}
.social-box ul li i{
    color: #5db1c9;
}
.rightbox {
    padding-top: 15px;
}
.slider-sec {
    position: relative;
}
.slider-data {
    position: absolute;
    top: 92px;
    width: auto;
    left: 5%;
    height: 56%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
   /* background: #5db1c99e;*/
    padding: 50px;
}

.form-css {
    width: 350px;
    background-color: #ffffffa3;
    padding: 20px 25px;
    border: 0px solid #d57883;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
    position: absolute;
    top: 50px;
    right: 30px;
}
.slider-data h3 {
    color: #fff;
    font-size: calc(10px + 3.5vw);
    text-align: left;
    text-shadow: 1px 2px #000;
    font-family: 'Lobster Two', cursive;
    font-style: italic;
}
.abtwel{
    padding: 70px 0px;
     
    background: url(../img/02.png) no-repeat left bottom, url(../img/03.png) no-repeat right top; 
}
 
.abtwel h2{
    font-family: 'Playfair Display', serif;
    color: #8d9999;
    margin-bottom: 20px;
}
.abtwel p{
    font-family: 'Poppins', sans-serif;
    color: #687578;
        line-height: 30px;
}
.contact-button{
        width: 100%;
    background: #5db1c9;
    border-radius: 0px;
    color: #fff;
}
.form-control {
    background-color: #ffffffc9;
    border-radius: 0;
}
.abrimg{
    background: #d3e3e3;
    padding: 10px;
}
.loac{
    background: #D3E3E3;
    padding: 50px 0px 70px;
}
.form-css p{
        color: #435d64;
    font-weight: 600;
    font-size: 18px;
}
.locbox{
    background: #fff;
    padding: 10px;
        margin-bottom: 15px;
}
.locbox img{
    width: 100%;
}
.loactext p{
    text-align: center;
        font-family: 'Lobster Two', cursive;
    font-style: italic;
    color: #8d9999;
    font-size: 26px;
    padding: 7px;
    margin: 0px;
    letter-spacing: 1px;
}
.reach-us-bg {
    background: url(../img/reach-us-bg.jpg) center top no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.bottom-reach-us {
    text-align: center;
    color: #fff;
        font-family: 'Poppins', sans-serif;
}
.location h6{
    font-size: 30px;
    margin-top: 20px;
}
.location p{
    font-size: 24px;
}
.bottom-reach-us a{
    margin-top: 30px;
    font-size: 22px;
    color: #fff;
}
.bottom-reach-us  p{
    margin-top: 30px;
}
.bottom_sec {
    width: 100%;
    background: #147d9b;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
}
.bottom_sec p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.copyright {
    text-align: right;
}
.powered_by p a{
    color: #fff;
}
.tille{
        font-family: 'Playfair Display', serif;
    color: #8d9999;
    margin-bottom: 30px;
    text-align: center;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity .5s ease-out;
    opacity: 0;
}
.slider-sec img{
    width: 100%;
}
.mob{
  display: none;
}
.tyhandiv {
    height: 90vh;
    background: #f2f2f2;
    display: flex;
    text-align: center;
    align-items: center;
}
.tyhandiv h2 {
    font-size: calc(20px + 4.5vw);
}
.tyhandiv p {
    font-size: calc(14px + 1.5vw);
}