body{
    font-family: 'Poppins', sans-serif;
}
.banner {
    min-height: 90vh;
    background: url(../img/banner-img.png) center center;
    background-size: cover;
    position: relative;
}
.navbar-brand img{width:200px;}
.banner .hero-content {
    padding-top: 30%;
}
.bg-dark {background-color: #fff !important; padding: .5rem 2rem !important;}
    .navbar-dark .navbar-nav .nav-link {
        color: #000;
    }
    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color: #2352b4;}
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
.banner h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 72px;
    font-weight: 600;
}
.banner p.intro {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 80px;
}
.down-arrow {
    color: #fff;
    font-size: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.floating-arrow {
    -webkit-animation-name: floating-arrow;
    animation-name: floating-arrow;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.banner .down-arrow a {
    color: #fff;
}



.about{
    padding: 7rem;
}
.about h1 {
    color: #000;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}
.about h1 span {
    color: #2352B4;
}
.about p.intro {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 36px;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    padding: .5rem 2rem .5rem 2rem !important;
  }
  .about:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    margin-top: 40px;
    min-height: 150px;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    width: 100%;
    z-index: 1;
    left: 0px;
}


.product-services{
    padding: 15rem 10rem;
    background: url(../img/banner3.png) center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-services h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}
.product-services h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 27px;
    text-transform: uppercase;
}
.product-services p.intro {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 36px;
}

.product-services:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    margin-top: 160px;
    min-height: 175px;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    width: 100%;
    z-index: 1;
    left: 0px;
}


.regulatory-compliance{
    padding: 6rem;
}

.regulatory-compliance h1 {
    color: #000;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}
.regulatory-compliance p.intro {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 36px;
}
.card{
    display: block;
    padding-top: 30px;
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
}
.regulatory-compliance:after {
    background: none repeat scroll 0 0 #fff;
    content: "";
    margin-top: 10px;
    min-height: 150px;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    width: 100%;
    z-index: 1;
    left: 0px;
}

.contact{
    padding: 15rem 10rem 7rem;
     background: url(../img/contact-bg.png) center center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.contact h1 {
    color: #fff;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}
.contact p.intro {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 80px;
    line-height: 36px;
}
.form-control{line-height: 2.5 !important;}
.contact form label{color: #fff;}
.btn-submit{background-color: #2352B4; color: #fff; padding: 12px 30px;}
address a{color: #a3c0e0;} 
address a:hover{color: #a3c0e0;} 
.contact address{color: #fff; }
address span{min-height: 100px;}
address p{color: #d2d2d2;}
footer{
    background-color: #fff;
    padding: 2rem;
}
.card2{background-color: #eee;}
.navbar-dark .navbar-toggler{color: #2352b4 !important; border-color: #2352b4 !important; background-color: #2352b4;}
@media (min-width: 768px) and (max-width:1024px){
   .product-services{padding: 8rem 0rem ;} 
   .product-services .col-6{display: block; max-width: 100%; flex: auto;}
.about:after{    margin-top: 0px !important;}
.product-services:after{margin-top: 0px;}
.regulatory-compliance{padding: 3rem;}
.card{min-width: 100%; margin-bottom: 10px;}
.contact{padding:  13rem 3rem 7rem;}
.contact .col-4{min-width: 100%; margin-bottom: 20px;}
}
@media (max-width:768px){
    .product-services{padding: 8rem 0rem ;} 
    .product-services .col-6{display: block; max-width: 100%; flex: auto;}
 .about:after{    min-height: 62px !important;}
 .product-services:after{margin-top: 0px;}
 .regulatory-compliance{padding: 3rem 1rem;}
 .card{min-width: 100%; margin-bottom: 10px;}
 .contact{padding: 10rem 1rem 1rem}
 .contact .col-4{min-width: 100%; margin-bottom: 20px;}
 .banner h1{margin-top: 5rem; font-size: 36px;}
 .about{padding: 3rem 0rem;}
 }