.logo-size{
    max-height: 80px;
}
.nepops-template a, 
.nepops-template .nav-link{
    color: #001F3F;
    font-weight: 600;
}
.nepops-template .btn-primary{
    background:  #001F3F;
    color: #ffffff;
}
.header-banner{
    background-image: url("../img/");
}
.nepops-template{
    background-color: #D3D3D3;
}
.nepops-template header{
    background-image: url(../../img/website/bg-blur.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
} 
.nepops-template .primary-background{
    background: #001F3F;
}
.hire-talent-box{
    background-image: url(../../img/website/icon-park-outline_target.png);
    background-repeat: no-repeat;
    background-position: 50% 90%;
    padding-bottom: 240px; 
    font-weight: bold;
}
.hire-talent-box p{
    font-size: 1.35rem;
    font-weight: 700;
}
.bg-offshore{ 
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.bg-offshore button {
    padding: 0.5rem 2.5rem;
}
.elevate-bussines { 
    color: white;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #001F3F;
}
.elevate-bussines h1{ 
    font-size: 35px;
    font-weight: 700;
    color: white !important;
}

.nepops-template .btn-primary{
    background-color: #001F3F;
}
.elevate-bussines p{
    font-size: 1.5rem;
    font-weight: 400;
}
.nepops-template .our-services .card,
.nepops-template .primary-color{
    color: #001F3F;
}
.box-border-bottom{
    border-bottom: 2px solid #001F3F;
}
.our-services .card {
    background-color: #F5F5F5;
}
.our-services .card .card-body h3,
.our-services .card .card-body p{
    font-size: 2.3rem;
}
.key-benefits ul li {
    font-size: 2rem;
    background: #FFFCFC;
    padding: 1rem; 
    list-style: none;
    margin-bottom: 2rem;
    border-radius: 10px;
} 
.key-benefits {
    padding-bottom: 7rem !important;
}
.schedule {
    font-size: 2rem;
    color: #fff;
    margin-top: -90px;
    font-weight: 600;
    padding-left: 2rem;
    padding-right: 2rem;
}
.schedule .btn-primary{
    background-color: #fff;
    color: #001F3F;
    left: 25%;
    top: 25%;
}
.schedule p{
    font-size: 30px;
    font-weight: 500;
}
footer ul{
    padding: 0;
}
footer ul li {
    list-style: none;    
    margin-bottom: 1rem;
}
footer ul li a{
    text-decoration: none !important;
    font-weight: 300;
}
img{
    max-width: 100%;
}
.hire-talent-box h1.display-4{
    font-weight: 600;
}
/* min width 1200px */
@media only screen and (min-width: 1200px) {
    .bg-offshore{
        background-image: url(../../img/website/box1.png);
        background-repeat: no-repeat;
        background-position: 100% 100%;
        background-size: contain;
    }
    }
    .elevate-bussines {
        background-image: url(../../img/website/Rectangle3.png);
        background-position: 0 100%;
        background-repeat: no-repeat;
        
        padding-left: 600px; 
    }
    .key-benefits ul li { 
        max-width: 70%; 
    }  
    .hire-talent-box {
        text-align: left;
        padding-left: 2rem;
    }
    .nepops-template  .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

/* max width 768px */
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
      width: 100%;
    }
    .schedule .btn-primary{
        position: relative !important;
        left: 0%;
    }
    footer{
        text-align: center;
    }
  }
  /* max width 1199px */
@media only screen and (max-width: 1199px) {
    .bg-offshore .col-5{
        width: 100%;
    }
  }