/*
Font Family
=========================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600");






[data-bs-padding-right] {
  padding: 0 !important;
}







/* Typography 
=========================== */
html, body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
}
body {
    color: #6a6a6a;
    background: #fff;
   font-family: 'Prompt', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
a {
    outline: 0;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus {
    outline: 0;
}
a:hover {
    text-decoration: none;
}
a.link {
    color: #6a6a6a;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    margin: 0 0 15px 0;
    font-size: 48px;
   font-family: 'Prompt', sans-serif;
    font-weight: 500;
    line-height: 52px;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    line-height: 48px;
}
h3 {
    font-size: 30px;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6 {
    font-size: 14px;
    line-height: 18px;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}

.bg-primary {
    background-color: #418cdd!important;
}
.material-icons-outlined, .material-icons{
    vertical-align: sub;
}

.btn .material-icons-outlined, .btn .material-icons{
    vertical-align: bottom;
}







.bg-parallax {
    -webkit-transform: translate3d(0, 0, 0);
}

.bg-parallax:before {
    z-index: 0;
}








.text-primary {
    color: #418cdd!important;
}


.section{
    padding: 100px 0;
    border-top: solid 1px #efefef;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 768px;
   }
}
@media (min-width: 992px) {
    .container {
        width: 992px;
   }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
   }
}




@media (min-width: 1400px){
    .core-nav .nav-container {
        width: 1400px;
        padding-right: 15px;
        padding-left: 15px;
    }
}



@media (min-width: 1500px){
    .core-nav .nav-container {
        width: 1500px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container,  .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100%;
    }
}



@media (min-width: 1600px){
    .core-nav .nav-container {
        width: 1600px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container,  .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}


@media (min-width: 1700px){
    .core-nav .nav-container {
        width: 1700px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container,  .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1700px;
    }
}


@media (min-width: 1800px){
    .core-nav .nav-container {
        width: 1800px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .container,  .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
}
