body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Oswald', sans-serif; 
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    background-color:rgba(255, 255, 255, 0.25);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    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 li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #212121;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link {
    color: #212121; 
}

.navbar a.nav-link:hover {
    color: #0071bd;
    transition: all 0.2s;
}


.navbar-nav {
    align-items: center;
}

a {
    color: #0071bd;
}


.navbar-brand {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #212121;
}

.sticky .navbar-brand { 
    color: #212121;
}

.banner {
    background:  url(img/slider-1.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay; 
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.banner h1 {
    font-weight: 500;
}


.banner .bg-white.p-5 {
    border-left: solid 4px  #0071bd;
}



.btn-one {
    padding: 15px 45px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    background-color: #0071bd;
    transition: all 0.3s;
}

.btn-one:hover { 
    color: #0071bd;  
    background-color: #fff;
    transition: all 0.3s;
}

/*about area css start*/

.about .img-box {
    position: relative;
}

.about .img-box .one { 
    width:  80%;  
    transform: rotate(45deg);
}

.about .img-box .two{
    position: absolute;
    top:  -7%;
    right: 20%;  
    width: 80%; 
    border-radius: 8px;
    animation: alltuchtopdown 5s infinite linear;
}

.about .img-box-two {
    position: relative;
}

.about .img-box-two img {
    border-radius: 8px;
}

.about .img-box-two .two{
    width: 50%;
    right: -100px;
    bottom: -100px;
    position: absolute; 
    border-left: solid 20px #fff;
    border-top: solid 20px #fff;
    border-radius: 8px;
}

.bor {
    border-bottom: solid 2px #110050;
    width: 70px;
    display: inline-block;
}

.cor2 {
    color: #110050;
}

.cor {
    color: #0071bd;
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-30px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}



/*about area css end*/


.s-card {
    padding: 34px 15px 34px 24px;
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    border-radius: 10px;
    height: 90%;
}

.s-card .text {
    display: table-cell;
    vertical-align: top;
}

.text-color {
    color: #0071bd ;
}

.s-card:hover {
    background: #0071bd ;
    -webkit-box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 38%);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 38%);
    color: #fff;
}

.s-card:hover i {
    color: #fff;
}

.bg-grey {
    background-color: #f4f4f4;
}

.call-to-action {
    background: rgba(0, 0, 0, 0.7) url(img/bg-1.jpg);
    background-position: top center;
    background-size: cover;
    background-blend-mode: overlay;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}


section.footer {
    background-color: #212121;
    padding: 100px 0 50px 0;
    color: #fff;
}

.footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social ul li {
    display: inline-block;
    margin: 6px 2px;
}

.footer .social i {
    background-color: #fff;
    color: #0071bd;
    border-radius: 50px;
    padding: 14px;
    margin: 0px;
    font-size: 18px;
}

.footer .footer-menu li {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer .footer-menu li a {
    display: inline;
    font-size: 16px;
    color: #ddd;
    transition: all 0.5s;
}

.footer .footer-menu li:hover {
    margin-left: 10px;
    color: #0680bd;
}

.footer .footer-menu li:hover a {
    color: #0680bd;
}

.footer .footer-menu li img {
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    color: #ddd !important;
    transition: all 0.5s;
    float: left;
}

.footer-desc {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.footer h4 {
    color: #dddddd;
}

/* home two*/

.top-head {
    background-color: #0071bd;
    padding: 15px 0;
    color: #fff;
}

.top-head a {
    color: #fff;
}

.nav-two {
    padding: 0;
    background-color: #f4f4f4;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.nav-two li.nav-item {
    padding: 20px;
}

.nav-two li.nav-item:hover {
    background-color:#0071bd ;
    color: #fff;
}

.nav-two li.nav-item a:hover {
    color: #fff; 
}

.banner-two {
    background:rgba(0, 0, 0, 0.6) url(img/01.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    color: #fff;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn-two {
    padding: 0 60px 0 60px;
    background-color:#0071bd ;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    line-height: 75px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

 

.btn-two:hover {
    background-color: #fff;
    color: #0071bd;
}
 

.services {
    background-image: url(img/bg-1.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.contact {
    background-color:rgba(5, 111, 183, 0.25) ;
}