*{
    /*background-color: #b67575;*/
    
    margin: 0;
    padding: 0;
}
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Playfair+Display&family=Montserrat:ital,wght@0,400;1,700&display=swap');

body{
    background-color: #f8f7ff;
    font-family: 'Arvo', 'Playfair Display', Helvetica,'Montserrat', sans-serif, serif;
}
#top-header{
    background-color: #087ca7ff;
    padding: 8px 0px !important;
}

#top-header .container h5{
    margin: 0;
    padding: 0;
}

#top-header{
    margin: 0;
    padding: 0;
}
#top-header .container .row a{
    text-decoration: underline;
    color:#9cf6f6ff;
    font-weight: 700;
}

#top-header .container .row a:hover{
    color: #f8f7ff;
    font-weight: 800;
}
#top-header .container .row i{
    color: #f8f7ff;
}
.navbar{
    padding: 0 !important;
}



.dropdown-menu .dropdown-item:hover{
    font-weight: 600 !important;
}
.dropdown:hover .dropdown-menu {
    display: block;   
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}


.navbar-nav { 
    margin-left: auto; 
    margin-top: 0px;
    margin-bottom: 0px;
    
} 

.dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: visible;
    margin-top: -1px;
    
}
#services{
    background: rgb(248,247,255);
    background: radial-gradient(circle, rgba(248,247,255,1) 0%, rgba(255,255,252,1) 50%);   
}

#services h2 {
    padding: 20px 0px;
    color: #171a21;
    font-weight: bolder;
    margin: 0px;
}


.card{
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    
}
.card-img-top{
    margin-bottom: 10px;
    
}

.card .card-body a{
    position: absolute;
    left: 30%;
    right: 30%;
    bottom: 5px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: #087ca7ff;;
    border-color: #087ca7ff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.card-body, .card-body h5, .card-body p{
    background-color: #ffffff;
}

.card .card-body a:hover{
    font-weight: 600;
    color: #f8f7ff;
}
#about{
    padding-top: 40px;
    padding-bottom: 20px;
    margin-top: -40px;
    
}
#about p{
    font-weight: 500;
    font-family: 'Playfair Display';
    font-size: 18px;
    text-align: justify;
    
}
#about h2 {
    padding: 20px 0px;
    color: #171a21;
    font-weight: bolder;
    margin: 0px;
}
#about li{
    font-family: Helvetica ;
}
#list-red{
    color: red;
    font-weight: 500;
}
#about a{
    text-decoration: none;
    font-weight: bold;
    color: inherit;
}
#about a:hover{
    text-decoration: underline;
}

#clients h2{
    padding: 20px 0px;
    color: #171a21;
    font-weight: bolder;
    margin: 0px;
}
.owl-carousel{
    padding-top: 15px;
    padding-bottom: 30px;
}

.footer{
    padding: 25px 0px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(192, 192, 192, 0.3) !important;
    
}
.map{
    overflow: hidden;
    
    z-index: 99;
    height: 230px;
    width: 100%;
}

.map iframe {   
    top: 0;
    left: 0; 
    z-index: 50;
    border-radius: 25px;
    border: solid 1px black;
}

#footer h4{
    color: #171a21;
    font-weight: bolder; 
    padding-top: 15px;
}

.footer-col-1{
    text-align: end;
}
.footer-col-2{
    text-align: start;
}
.footer-col-2 a{
    text-decoration: none;
    color: #171a21;
    font-weight: 500;
}
.footer-col-2 a:hover{
    color: #087ca7ff;
    font-weight: 700;
}
.form{
    
    max-width: 100%;
    margin: 0;
    padding: 7px;
}
.form input{
    margin: 0px;
    width: 100%;
}

.form textarea{
    width: 100%;
    height: 75px;
}

form .btn-primary{
    background-color: #087ca7ff !important;
    border-color: #087ca7ff !important;
}
form .btn-primary:hover{
    font-weight: 600;
}
.gallery{
    padding-top: 30px;
    padding-bottom: 30px;
}
.gallery img{
    padding: 5px;
    filter: grayscale(60%);
    transition: ls;
}
.gallery img:hover{
    filter: grayscale(0%);
    transform: scale(1.1);
    cursor: zoom-in;
}

.copyright {
    background-color:#171a21ff;
    font-size: 14px;
    color: aqua;
}
.copyright a{
    text-decoration: none;
    color: rgb(255, 255, 255);
}
.copyright a:hover{
    text-decoration: none;
    color: chartreuse;
}