@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

header {
    background: #BDB4AA;

}

.nav-link {
    font-weight: 600;
    font-size: 14px;
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.btn-outline {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    border-radius: 30px;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 14px;
}

.btn-outline:hover {
    background: #000;
    color: #fff;
    font-size: 14px;
}

#banner {
    background-color: #BDB4AA;
    height: 100vh;
    position: relative;
}

.captionbanner {
    color: #000;
    font-size: 44px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 600;
}

.scrolld {
    position: absolute;
    left: 50%;
    bottom: 20px;

    z-index: 2;
}

.scrolld img {
    width: 14px;
}

#about {
    background-image: url(../images/aboutbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.ttile {
    color: #000;
    font-size: 48px;
    font-weight: 600;
}

.textabout {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    margin-top: 40px;
}

#services {
    background-color: #EAE7E3;
    padding: 60px 0;
}

.serviceslist {
    margin-top: 80px;
}

.service {
   
    border: 1px solid #000;
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 60px;
}

.serviceimg img {
    border-radius: 32px;
    overflow: hidden;
}

.sertitle {
    padding: 20px 25px 20px;
    border-bottom: 1px solid #000;

    font-weight: bold;
}

.servcontainer {
    padding: 0 25px;
    border-bottom: 1px solid #000;

}

.st1 {

    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.st2 {
    margin-top: 5px;
    font-size: 18px;

}

.bookline {

    margin-top: 30px;
}

.service .servcontainer:last-child {
    border-bottom: 0 !important;
}



#insurserv {
    background: #D5D5D5;
    padding: 90px 0;
}

.istitle {
    color: #000;
    font-weight: bold;
    font-size: 54px;
    line-height: 1;

}

.undel {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 2px solid #EAE7E3;
}

.undel2 {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;

}

.ask a {
    text-decoration: none !important;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.ask a:hover {

    color: #BDB4AA;

}

#contact {
    background: #EAE7E3;
    padding: 90px 0;
}

.formcontainer {
    margin-top: 60px;
}

.form-control {
    background: transparent !important;
    margin-bottom: 30px;
    color: #fff;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding-left: 0 !important;
    padding-bottom: 20px;

}

footer {
    padding: 60px 0 30px;
    background: #EAE7E3;
}

.listfooter a {
    color: #000;
    text-decoration: none !important;
    font-weight: 600;
    margin-left: 30px;
}


.listfooter a:hover {
    color: #BDB4AA;

}

.ftbase {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

.cp {
    color: #EAE7E3;
    font-weight: 600;
    -webkit-text-stroke: 1px #000;
    letter-spacing: 3px;
    font-size: 20px;
}

.navbar-nav .dropdown-menu {
    top: -10px;
    width: 100%;
    padding-top: 70px;
    background: #EAE7E3;
    text-align: center;
    border-radius: 18px;
    padding-bottom: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    position: relative;
    z-index: 9999;
}

.dropdown-item {

    font-weight: 600;
    font-size: 12px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: #BDB4AA !important;
}

.imgmenu {
    width: 100%;
    border-radius: 17px;
    margin-top: 20px;
}

.navbar-nav .nav-link.active {
    color: #EAE7E3;
}

.navbar-nav .nav-link.show {
    color: #000;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #BDB4AA !important;
}

@media only screen and (max-width: 600px) {

    #banner {
        height: auto;
        background: #BDB4AA;
        padding-top: 140px;
        padding-bottom: 20px;
    }
    .service {

    align-items: center;
    }

    .captionbanner {
        font-size: 22px;
        line-height: 1.3;
    }

    .scrolld {
        margin: auto;
        display: block;
        text-align: center;
        margin-top: 30px;
        position: initial;
    }

    .scrolld img {
        width: 9px;
    }

    header {
        border-bottom: 1px solid #000;
    }

    #about {

        padding: 68px 0;
    }

    .ttile {
        font-size: 34px;
    }

    .textabout {
        font-size: 14px;
    }

    .service {

        flex-direction: column;
    }

    .serviceimg img {
        width: 100%;
    }

    .servcontainer {
        padding: 25px;
    }

    .st1 {
        font-size: 16px;
    }

    .st2 {
        font-size: 14px;
    }

    #services .btn-outline {
        font-size: 10px;
    }

    .istitle {

        font-size: 30px;
        margin-bottom: 30px;

    }

    .undel {
        font-size: 20px;
    }

    .undel2 {
        font-size: 20px;
    }

    .ask a {

        font-size: 13px;
    }
    .ftbase {
       
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .listfooter{
        display: flex;
        margin-top: 25px;
        width: 100%;
        justify-content: space-between;
    }
    .listfooter a{
        margin-left: 0;
        font-size: 10px;
        font-weight: bold;
    }
    #contact{
        padding-bottom: 30px;
    }
    footer{
        padding-top: 30px;
    }
    .nav-link{
        padding: 10px !important;
      
    }
    .navbar-nav{
        margin-top: 20px;
    }
    .navbar-nav .dropdown-menu{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .dropdown-item{
        text-align: left;
        font-size: 14px;
    }
    .imgmenu{
        display: none;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1250px;
}
}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1460px !important;
}
.pss{
    padding-left:60px;
}
.captionbanner{
    font-size:50px;
}
}
 .serviceimg .owl-dots {
    margin-top: -28px !important;
    z-index: 5;
    position: relative;
}

