@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

html{
    scroll-behavior: smooth;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
body {
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl{
    width: 1170px;
    max-width: 1170px;
}

/* **** Header ***** */
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin: 0;
}
.navbar {
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    margin: 0;
    padding: 30px 0;
    z-index: 120;
}
.navbar .navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar .navbar-brand img{
    width: 250px;
}
.navbar .navbar-nav {
    margin-top: 10px;
}
.navbar .navbar-nav>li {
    margin-right: 15px;
}
.navbar .navbar-nav>li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    color: #3d4779;
    font-size: 18px;
    font-weight:300;
    font-family: 'Open Sans';
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-light .navbar-nav .nav-link i{
    margin-left: 5px;
}
.dropdown-toggle::after{display: none;}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: #333;
}
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: #333;
}
.navbar-nav .dropdown-menu{
    background: #fff;
    padding: 10px;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    box-shadow: none;
}
.navbar-nav .dropdown-menu a{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
}

/* Toggle */
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 15px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner{
    padding:150px 0 45px;
    width: 100%;
    position: relative;
    background: #faf9ff;
}
.hero-banner:after{
    position: absolute;
    content: '';
    background: url('../images/banner-shp.png') 0 0 no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;    
}
.hero-banner .container{
    position: relative;
    z-index: 5;
}
.hero-txt h6{
    font-size:18px;
    font-weight: 500;
    color: #3d4779;
    margin: 0 0 15px;
    padding: 12px 30px;
    background: #ffeedf;
    border-radius: 3px;
    display: table;
}
.hero-txt h1{
    font-size: 60px;
    font-weight: bold;
    color: #3d4779;
    margin: 0 0 25px;
}
.hero-txt p{
    font-size:18px;
    font-weight: 300;
    color: #3d4779;
    line-height: 28px;
    margin: 0;
}
.banner-img img{
    width: 100%;
}

img.banner-shp1{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
img.banner-shp2{
    position: absolute;
    right:3%;
    top: 55%;
    z-index: 1;
}
img.banner-shp3{
    position: absolute;
    bottom:-25%;
    right: 0;
    z-index: 1;
}
/* **** End Hero Banner **** */

/* **** Services **** */
.services-wrp{
    background: #fff;
    padding: 80px 0;
    width: 100%;
    position: relative;
}
.services-row{
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.services-row .row{
    align-items: center;
}
.services-img img{
    width: 100%;
    margin: 0;
}
.service-data{
}
.service-data h2{
    padding: 30px 0 0;
    font-size: 60px;
    font-weight: bold;
    color: #3d4779;
    line-height: 70px;
    margin: 0 0 25px;
    position: relative;
}
.service-data h2:before{
    position: absolute;
    content: '';
    width: 180px;
    height: 10px;
    border-radius: 15px;
    background: #ffeedf;
    top: 0;
    left: 0;
}
.service-data p{
    font-size: 24px;
    font-weight: 300;
    color: #3d4779;
    line-height: 34px;
    margin: 0 0 25px;
}
.service-data p:last-child{
    margin: 0;
}
.services-box{
    padding: 80px 0;
}
.services-box h2{
    padding: 30px 0 0;
    font-size: 60px;
    font-weight: bold;
    color: #3d4779;
    line-height: 70px;
    margin: 0 0 35px;
    text-align: center;
    position: relative;
}
.services-box h2:before{
    position: absolute;
    content: '';
    width: 180px;
    height: 10px;
    border-radius: 15px;
    background: #ffeedf;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.services-box h6{
    font-size: 24px;
    font-weight: 300;
    color: #3d4779;
    line-height: 34px;
    text-align: center;
    margin: 0 0 35px;
}
.services-bx-img{
    width: 70%;
    margin:75px auto 0;
}
.services-bx-img img{
    width: 100%;
}
/* **** End Services **** */

/* **** About **** */
.about-wrp{
    padding: 150px 0;
    width: 100%;
    position: relative;
    background: #3d4779 url('../images/about-back.png') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.about-wrp h2{
    padding: 30px 0 0;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    margin: 0 0 65px;
    text-align: center;
    position: relative;
}
.about-wrp h2:before{
    position: absolute;
    content: '';
    width: 180px;
    height: 10px;
    border-radius: 15px;
    background: #ffeedf;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-wrp p{
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 34px;
    margin: 0;
    text-align: center;
}

/* **** Products **** */
.product-wrp{
    padding: 150px 0;
    width: 100%;
}
.product-wrp h2{
    padding: 30px 0 0;
    font-size: 60px;
    font-weight: bold;
    color: #3d4779;
    line-height: 70px;
    margin: 0 0 65px;
    text-align: center;
    position: relative;
}
.product-wrp h2:before{
    position: absolute;
    content: '';
    width: 180px;
    height: 10px;
    border-radius: 15px;
    background: #ffeedf;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-wrp .row{
    justify-content: center;
}
.product-box{
    margin: 0 0 40px;
    padding-left:60px;
}
.product-dt{
    height: 120px;
    padding: 15px 30px 15px 50px;
    border: 1px solid #ffeddf;
    box-shadow: 0 24px 24px rgba(255,237,223,0.45);
    display: flex;
    align-items: center;
    position: relative;
}
.product-dt h3{
    font-size: 24px;
    font-weight: 600;
    color: #3d4779;
    line-height: 34px;
    margin: 0;
}
.pro-ic{
    position: absolute;
    left:-40px;
    top: 50%;
    transform: translateY(-50%);
}
/* **** End Products **** */

/* **** Contact **** */
.contact-wrp{
    padding: 100px 0;
    width: 100%;
    background: #f5f5fc;
}
.contact-wrp h2{
    padding: 30px 0 0;
    font-size: 60px;
    font-weight: bold;
    color: #3d4779;
    line-height: 70px;
    margin: 0 0 15px;
    text-align: center;
    position: relative;
}
.contact-wrp h2:before{
    position: absolute;
    content: '';
    width: 180px;
    height: 10px;
    border-radius: 15px;
    background: #ffeedf;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contact-wrp h6{
    font-size:24px;
    font-weight: 300;
    color: #3d4779;
    text-align: center;
    margin: 0 0 80px;
}
.mail-box {
    padding: 45px;
}
.mail-box img{
    margin: 0 auto 25px;
    display: table;
}
.mail-box a{
    font-size: 20px;
    font-weight: normal;
    color: #3d4779;
    margin: 0 auto;
    display: table;
}
.mail-box a:hover{
    color: #333;
}
/* **** End Contact **** */