@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
#intro {
    /*color: #fff;*/
    /*font-family: 'Exo', sans-serif;*/
    position: relative;
}
body {
    font-family: 'Poppins', sans-serif;
    overflow-x:hidden !important;
}

.navbar-header {
    width: 100%;
    clear: both;
    height: auto;
    text-align: center;
}
.navbar-brand {
    width: 100%;
    text-align: center;
    margin: 15px auto;
  /*  padding: 10px;*/
}
.color_logo 
{
    width: 240px;
    height: auto;
    text-align: center;
}
.navbar-brand img
{
    display: unset !important;
    height: 100%;
}
.slogan
{
    font-family: Poppins;
    font-size: 33px;
    font-weight: 400;
    line-height: 106px;
    text-align: center;
    width: 100%;
    display: block;
    color: #4D4D4D;
}

.heading h2::before
{
    border-left: 55px solid #b9b9b9;
    border-right: 55px solid #b9b9b9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -66px;
    position: absolute;
    width: 130px;
}

.heading h2::after {
    background: #405260 none repeat scroll 0 0 padding-box content-box;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    bottom: -7px;
    content: "";
    height: 15px;
    left: 50%;
    margin-left: -8px;
    padding: 0 0 4px 4px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
}
.heading h2 {
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 65.6px;
    text-align: center;
}
.dwn-load {
    margin: 25px 0 30px auto;
    width: 100%;
    text-align: center;
}
.dwn-load img {
    width: 334px;
    height: 110px;
    padding: 5px;
}
.about-content {
    font-family: Poppins;
    margin: 25px auto;
    padding: 0 70px;
}
.about-content p
{
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin: 0px auto;
    white-space-collapse: preserve-breaks;
}
.heading h2
{
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 65.6px;
    text-align: center;
    color: #5F5F5F;
}
.image-banner {
    width: 100%;
    clear: both;
    height: auto;
}
.content-img img 
{
    width: 100%;
}
.col-md-6.content-img {
    padding: 0;
}
/*
.heading.left-align h2
{
    text-align: left;
    float: left;
}

.heading.left-align h2
{
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 65.6px;
    text-align: left;
    color: #5F5F5F;
}

.heading.left-align h2::before 
{
    border-left: 55px solid #b9b9b9;
    border-right: 55px solid #b9b9b9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 15px;
    margin-left: 0;
    position: absolute;
    width: 130px;
}

.heading.left-align h2::after
{
    background: #405260 none repeat scroll 0 0 padding-box content-box;
    border-bottom: 1px solid #b9b9b9;
    border-left: 1px solid #b9b9b9;
    bottom: -7px;
    content: "";
    height: 15px;
    left: 9%;
    margin-left: 16px;
    padding: 0 0 4px 4px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 15px;
}*/

.about-inner-conente ul 
{
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #4D4D4D;
    margin-left: -13px;
}

.about-inner-conente p {
    padding: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #4D4D4D;
}
.about-inner-conente li {
    padding: 5px 0;
}
.about-inner-conente li::before 
{
    content: "\2022"; /* Unicode for bullet character */
    color: #4D4D4D; /* Use CSS variable for marker color */
    display: inline-block;
    width: 1em;
    margin-left: -1em; /* Move marker to the left to align with text */
}
ul li 
{
  list-style: none; /* Remove default marker */
}
.about-inner-conente 
{
    margin-top: 25px;
    text-align: left;
}
.row.bg-color-gr {
    background-color: #F5F5F5;
}
.contact .contact-form form 
{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}
.contact .contact-form form .form-group input[type="text"]
{
    width: 100%;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #405260;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: none;
}
.contact .contact-form form .form-group input[type="email"] {
    width: 100%;
    height: 50px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #405260;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    box-shadow: none;
}
.contact .contact-form form .form-group textarea 
{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #405260;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    resize: none;
    box-shadow: none;
}
.contact-form 
{
    padding-top: 20px;
    margin-bottom: 40px;
}
/* logos-app 6 */

.contact .contact-form form .form-group .form-btn button 
{
    color: #fff;
    font-size: 20px;
    border: 1px solid #405260;
    padding: 10px 30px;
    border-radius: 3px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background: rgb(121,237,156);
    background: #405260;
    
}
.contact .contact-form #form-messages {
    margin-top: 10px;
    text-align: center;
    display: none;
    padding: 15px;
}
.contact .contact-form form .form-group .form-btn {
    text-align: center;
    /*font-family: "Exo", sans-serif;*/
}
.contact .contact-form form .form-group .form-btn {
    text-align: center;
    margin-top: 50px;
    /*font-family: "Exo", sans-serif;*/
}
.footer {
    padding: 50px 0;
    background: #282828;
    background-image: linear-gradient(#000, #000);
}
.footer .footer-content {
    text-align: center;
    color: #fff;
}
.embed_svg {
    height: 40px;
}
.footer .footer-content p {
    font-size: 16px;
    color: #fff;
    /*font-family: "Roboto", sans-serif;*/
    font-weight: 300;
    margin-bottom: 20px;
}

.content-box .heading h2::before 
{
    left: 0;
    margin-left: 0;
}
.content-box .heading h2::after 
{
    left: 0;
    margin-left: 58px;
}
.content-box .heading h2
{
    text-align: left;
}
.heading.left-align 
{
    margin: 0px;
    padding: 0;
}
.about-content-right
{
    padding: 0;
}
.image-banner 
{
    width: 100%;
    height: auto;
}
.js.websockets.history.no-applicationcache.localstorage.sessionstorage.no-websqldatabase.audio.rgba.canvas.cssgradients.multiplebgs.opacity.inlinesvg.webworkers.postmessage.svg.video.webgl.hsla.supports.svgclippaths.smil.fontface.generatedcontent.textshadow.indexeddb.indexeddb-deletedatabase.cssanimations.backgroundsize.borderimage.flexbox.borderradius.boxshadow.csscolumns.csscolumns-width.csscolumns-span.csscolumns-fill.csscolumns-gap.csscolumns-rule.csscolumns-rulecolor.csscolumns-rulestyle.csscolumns-rulewidth.no-csscolumns-breakbefore.no-csscolumns-breakafter.no-csscolumns-breakinside.no-cssreflections.csstransforms.csstransforms3d.csstransitions.hashchange.geolocation.canvastext {
    overflow-x: hidden;
}
.res-mobile-nav 
{
    display: none;
}

.is-sticky .navbar {
    /* background: #fff; */
    background: white;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: unset !important;
}
.banner-page {
  /*  height: 100vh;*/
    width: 100%;
}
#banner-page {
  position: relative;
  width: 100%;
  overflow: hidden;
}