body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

* {
    transition: all 0.2s;
}

/* header area css*/

.nav {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link {
    color: #000;
}

.navbar a.nav-link:hover {
    color: #3D489D;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

.b-one {
    margin-top: 140px;
}

.b-two {
    color: #3D489D;
}

.button-one {
    padding: 12px 30px;
    background-color: #3D489D;
    color: #fff;
    font-weight: 500;
    border: 0;
    border-radius: 10px;
}

.button-one:hover {
    background-color: #fff;
    transition: all 0.2s;
    color: #3D489D;
}

.button-two {
    padding: 12px 20px;
    background-color: #fff;
    color: #3D489D; 
    border: 0;
    font-weight: 500;
    border-radius: 10px;
}

.button-two:hover {
    background-color: #3D489D;
    transition: all 0.2s;
    color: #fff;
}

.b-image {
    background: rgba(0, 0, 0, 0.33) url(image/01.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.a-image {
    border-radius: 50%;
}

.a-three {
    color: #3D489D;
}

.ad-two {
    background-color: #ffffff0d;
    padding: 15px;
    border-radius: 10px;
}

.c-three {
    color: #3D489D;
}

.c-bg {
    background-color: #f3f7fa;

}

.card-one {
    overflow: hidden;
    transition: 0.3s;
    border-radius: 10px;
}

 .img-box {
    overflow: hidden;
    transition: all 0.3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.c-image {
    transition: 0.3s;
}

.card-one:hover .c-image{
    transform: scale(1.1);
    transition: 0.3s;
}
 
.e-four {
    background-color: #3D489D;
}

.h-one {
    width: 250px;
}

.e-image {
    background: rgba(0, 0, 0, 0.33) url(image/03.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.ad-image {
    background: rgba(0, 0, 0, 0.33) url(image/04.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.t-three {
    color: #3D489D;
}

.t-four {
    color: #555555;
}

.t-five {
    overflow: hidden;
    transition: 0.3s;

}

.t-image:hover {
    transform: scale(1.1);
    transition: 0.3s;
    overflow: hidden;
}

.test-imagee {
    border-radius: 50%;
}

.testi-four {
    margin-bottom: 50px;
}
.testi-image {
    background: rgba(0, 0, 0, 0.33) url(image/04.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}
.bg-color-two{
    background: rgba(0, 0, 0, 0.33) url(image/05.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}
.n-two{
    color: #3D489D;
}
.h-two{
    width: 100px;
   border-width: 3px;
    color: #3D489D;
}
.n-three{
    margin-top: 165px;
    padding-left: 20px;
}
.n-four{
    margin-top: 210px;
}
.n-five{
    padding-left: 20px;
}
.con-one{
     color: #3D489D;
}
.con-bg{
    background-color: #000;
}
.icon a {
    width: 50px;
    height: 50px;
    background-color:  #3D489D;
    border-radius: 6px;
    font-size: 24px;
    margin: 10px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: #fff;
    transition: 0.3s all ease-in-out;
}
.ft-two ul li{
    font-size: 18px;
    color: #000;
}
.ft-bg{
    background-color: #f4f4f4;
}
.ft-three{
     background-color: #f4f4f4;
}

.ft-bg li a {
    color: #212121;
    transition: all 0.3s;
}

.ft-bg li:hover a {
    color: #3D489D;
    padding-left: 10px;
    transition: all 0.3s;
}


.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #3D489D;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #3D489D;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}

@media screen and (max-width: 900px) {
    
    .container {
        overflow-x: hidden;
    }
    
    .navbar-toggler:focus {
        box-shadow: none;
    }
    
    .b-one {
        margin-top: 40px;
    }
    
    .navbar-nav { 
        background-color: rgba(0, 0, 0, 0.96);
        border-radius: 10px;
        padding: 10px 0;
    }
    
    .navbar-toggler {
        border: 0;
        color: #fff;
    }
    
    .sticky .navbar-toggler {
        border: 0;
        color: #000;
    }
    
    .sticky .navbar-nav {
        background-color: #fff;
    }
    
    .n-four {
        margin-top:  100px;
    }
    
    .n-three {
        margin-top: 65px;
        
    }
    
    .icon a {
        margin: 10px 6px;
    }
}


