*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: urbanist,sans-serif;
}
.fw
{
    font-weight: 600;
}
img
{
    width: 100%;
    transition: all 0.5s;
}
.fw-l
{
    font-weight: 100;
}
ul,li
{
    list-style: none;
}
.f-s
{
    font-size: 14px;
}
a
{
    text-decoration: none;
}
.img-f
{
    width: 150px !important;
}
.img-f-2
{
    width: 300px !important;
}
.six-img
{
    background-image: url(../img/banner-33.jpg);
    height: 700px;
    background-size: cover;
}
.mc
{
    margin-right: 10px;
}
.f-s-2
{
    font-size: 10px;
}
footer .col-md-3 .btn:hover
{
    background-color: #4E7661;
    border-color: #4E7661;
}
.c-btn
{
    padding: 0px 10px !important;
    position: absolute;
    left: 10px;
    top: 15px;
}
.w-30
{
    width: 40%;
    text-align: center;
    margin-left: 100px;
}
.third-bg-1
{
    background-image: url(../img/banner-01.jpg);
    background-size: cover;
    background-position: 100%;
    
}
.third-bg-2
{
    background-image: url(../img/banner-02.jpg);
    background-size: cover;
    background-position: 100%;
}
.header-img
{
    margin-right: 120px;
}
.round-2
{
    right: 20px;
    top: 12px;
}
.round-1
{
    right: 156px;
    bottom: 28px;
}
.btn-close
{
    position: absolute;
    right: 25px;
    top: 30px;
}
.nav-item:hover .dropdown-1
{
    display: block;
    visibility: visible;
}
.slider-bg-1
{
    background-image: url(../img/bg-slider-01.jpg);
    background-size: cover;
    background-position: 100%;
}
.slider-bg-2
{
    background-image: url(../img/bg-slider-02.jpg);
    background-size: cover;
    background-position: 100%;
}
.slider-bg-3
{
    background-image: url(../img/bg-slider-03.jpg);
    background-size: cover;
    background-position: 100%;
}
.carousel-item
{
    transition: 0.5s ease-in-out !important;
}
.i-color
{
    color: #4e7661;
}
.five-bg
{
    background-color: #edf1f0
}
.btn-y
{
    background-color: #d3bf0b;
    border-color: #d3bf0b;
}
.nav-item:hover .dropdown-2
{
    
    visibility: visible;
}
.h-bg
{
    background-color: #4E7661;
}
.nav-item:hover .dropdown-3
{
    
    visibility: visible;
}
.nav-item:hover .dropdown-4
{
    
    visibility: visible;
}
.col-md-3
{
    transition: all 0.5s;
}
.eight-section .col-md-3:hover
{
    transform: translateY(-15px);
}
.seven-section .col-md-6 img:hover
{
    transform: translateY(-15px);
}
.col-md-6
{
    transition: all 0.5s;
}
.third-section .col-md-6:hover
{
    transform: translateY(-15px);
}
.h-btn
{
    transition: all 0.5s;
}
.h-btn:hover
{
    background-color: black;
    border-color: black;
    color: white;
}
.h-btn-1
{
    transition: all 0.5s;
}
.h-btn-1:hover
{
    background-color: #4e7661;
    border-color: #4E7661;
}