 body {
        background-image: url("/assets/img/background.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-family: "Roboto", sans-serif;
    }

    .accordion .accordion-item {
        border-bottom: 1px solid #e5e5e5;
        background: rgba(255, 255, 255, 0.5); border-radius: 10px;"



    }

    .accordion .accordion-item button[aria-expanded='true'] {
        border-bottom: 1px solid #03b5d2;
        background: rgba(255, 255, 255, 0.5); border-radius: 10px;"
    }

    .accordion button {
        position: relative;
        display: block;
        text-align: left;
        width: 100%;
        padding: 1em 0;
        color: #7288a2;
        font-size: 15px;
        font-weight: 400;
        border: none;
        background: none;
        outline: none;
        margin: 3px;
        background: transparent;
    }

    .accordion button:hover,
    .accordion button:focus {
        cursor: pointer;
        color: #03b5d2;
    }

    .accordion button:hover::after,
    .accordion button:focus::after {
        cursor: pointer;
        color: #03b5d2;
        border: 1px solid #03b5d2;
    }

    .accordion button .accordion-title {
        padding: 1em 1.5em 1em 0;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
        margin: 5px;
    }

    .accordion button .icon::before {
        display: block;
        position: absolute;
        content: '';
        top: 9px;
        left: 5px;
        width: 10px;
        height: 2px;
        background: currentColor;
    }

    .accordion button .icon::after {
        display: block;
        position: absolute;
        content: '';
        top: 5px;
        left: 9px;
        width: 2px;
        height: 10px;
        background: currentColor;
    }

    .accordion button[aria-expanded='true'] {
        color: #03b5d2;
    }

    .accordion button[aria-expanded='true'] .icon::after {
        width: 0;
    }

    .accordion button[aria-expanded='true']+.accordion-content {
        opacity: 1;
        max-height: 9em;
        transition: all 200ms linear;
        will-change: opacity, max-height;
    }

    .accordion .accordion-content {
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: opacity 200ms linear, max-height 200ms linear;
        will-change: opacity, max-height;
        font-size: 14px;
        text-align: center;
    }

    .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 300;
        margin: 2em 0;
    }

    .container-faq {
        margin: 0 auto;
        padding: 4rem;
        width: 48rem;
    }

    .navbar-toggler:focus {
        outline: none;
        /* Removes the default outline */
        box-shadow: none;
        /* Removes any box-shadow (background frame) */
    }

    .navbar-toggler {

        background: transparent;
        /* Removes the background color */
        outline: none;
        border: none;

    }

    .float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 40px;
        right: 40px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
    }

    .my-float {
        margin-top: 16px;
    }

    .scroll-margin-top {
        scroll-margin-top: 130px;
        /* Adjust this value based on the total height of your sticky headers */
    }
a
{
    text-decoration: none;
    color:#ffffff;
}



/* General styles for the contact section */
#contact .info-wrap {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 30px;
}

#contact .info {
    text-align: center;
}

#contact .info i {
    font-size: 32px;
    color: #0ea2bd;
    float: left;
}

#contact .info h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    padding-left: 45px;
}

#contact .info p {
    padding-left: 45px;
    margin-bottom: 0;
    font-size: 14px;
    color: #777;
}

#contact .php-email-form .form-group {
    margin-bottom: 15px;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
    border-radius: 8px;
    box-shadow: none;
    font-size: 14px;
}

#contact .php-email-form button[type="submit"] {
    background: #0ea2bd;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 8px;
}

#contact .php-email-form button[type="submit"]:hover {
    background: #0c8ca1;
}

/**Clients Table**/
.clients-table tbody tr:nth-child(even) {
    background: #770888 !important;
}

.clients-table tbody tr td{

font-weight: bold;
}

/* About Section */

.about-card {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}

.icon-bg {
    background: rgb(226, 58, 16);
    background: linear-gradient(
        90deg,
        #770888 0%,
        hsl(308, 97%, 44%) 51%,
        hsl(308, 97%, 44%) 100%
    );
    text-shadow: linear-gradient(
        90deg,
        rgba(226, 58, 16, 1) 0%,
        rgba(245, 94, 2, 1) 31%,
        rgba(230, 76, 25, 1) 51%,
        rgba(255, 89, 0, 1) 85%,
        rgba(219, 135, 0, 1) 100%
    );
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
}

.about-desc {
    background: rgb(226, 58, 16);
    background: linear-gradient(
        90deg,
        #770888 0%,
        hsl(308, 97%, 44%) 51%,
        hsl(308, 97%, 44%) 100%
    );
    text-shadow: linear-gradient(
        90deg,
        rgba(226, 58, 16, 1) 0%,
        rgba(245, 94, 2, 1) 31%,
        rgba(230, 76, 25, 1) 51%,
        rgba(255, 89, 0, 1) 85%,
        rgba(219, 135, 0, 1) 100%
    );
    background-clip: text;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}


/* Footer */

#footer {
  background: rgb(104, 57, 90);
 
    padding: 0 0 30px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
  background: rgb(104, 57, 90);

    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #ecf5ff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #007bff;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #0067d5;
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
    color: #74b5fc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
    line-height: 26px;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
    outline: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
    background: rgb(11, 67, 149);
    background: -moz-linear-gradient(
        0deg,
        rgba(11, 67, 149, 1) 0%,
        rgba(14, 84, 188, 1) 48%,
        rgba(12, 92, 210, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(11, 67, 149, 1) 0%,
        rgba(14, 84, 188, 1) 48%,
        rgba(12, 92, 210, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(11, 67, 149, 1) 0%,
        rgba(14, 84, 188, 1) 48%,
        rgba(12, 92, 210, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b4395",endColorstr="#0c5cd2",GradientType=1);
    border: 0;
    width: 35%;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 800;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
    background: #0062cc;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #f1f7ff;
}

#footer .credits a {
    color: #bfddfe;
}

#footer .credits a:hover {
    color: #f1f7ff;
}


.footer-design {
    font-weight: 800;
}


.footer-social
{
    display: flex;
}

.social-li{
    text-decoration:none;
    list-style: none;
    margin:2px;
    height: 48px;
    width: 50px;
    color: rgb(255, 255, 255);;
    border: 1px solid #ffffff;
    border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    transition: all ease 0.3s;
}

.social-li:hover {
    
    color:rgb(247, 200, 233);
    border: 3px solid #ffffff;
 
    cursor: pointer;
  }





/*joinUs */
/* Subscribe Box */
#subscribe-css {
    position: relative;
    padding: 20px 0;
    background: #374760;
    overflow: hidden;
    border-top: 4px solid #fffbfb;
}
.subscribe-wrapper {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    width: 100%;
}
.subscribe-form {
    clear: both;
    display: block;
    overflow: hidden;
}
form.subscribe-form {
    clear: both;
    display: block;
    margin: 0;
    width: auto;
    overflow: hidden;
}
.subscribe-css-email-field {
    background: #fff;
    color: #000000;
    margin: 10px 0;
    padding: 10px 20px;
    width: 55%;
    border-radius: 5px;
    border: 2px solid #ccc;
    outline: none;
}
.subscribe-css-email-button {
    position: relative;
    left: -20px;
    background: rgb(56, 169, 229);
    background: -moz-linear-gradient(
        0deg,
        rgba(56, 169, 229, 1) 0%,
        rgba(18, 125, 183, 1) 48%,
        rgba(12, 86, 126, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(56, 169, 229, 1) 0%,
        rgba(18, 125, 183, 1) 48%,
        rgba(12, 86, 126, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(56, 169, 229, 1) 0%,
        rgba(18, 125, 183, 1) 48%,
        rgba(12, 86, 126, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38a9e5",endColorstr="#0c567e",GradientType=1);
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 12px 20px;
    margin-left: 15px;
    text-transform: none;
    font-size: 16px;
    border: 0;
    border-radius: 3px;
    transition: all 0.6s;
}

#subscribe-css p.subscribe-note {
    margin: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 180%;
    font-weight: 400;
    line-height: normal;
}
#subscribe-css p.subscribe-note span {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    transition: all 0.5s;
}
#subscribe-css p.subscribe-note span.itatu {
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6);
    text-transform: lowercase;
}
#subscribe-css p.subscribe-note span.itatu:before,
#subscribe-css p.subscribe-note span.itatu:after {
    display: none;
}
#subscribe-css p.subscribe-note span:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 3px;
    margin: 10px 0 0;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s;
}
#subscribe-css:hover p.subscribe-note span:before {
    width: 100%;
}

.join-us-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.join-us-img {
    position: relative;
    top: -10px;
    left: -10px;
    rotate: 5deg;
}

.join-us-container {
   border-radius:13px;
}

@media (max-width: 768px) {
    .subscribe-css-email-field {
        margin: 10px 0;
        padding: 10px 20px;
        width: 100%;
        border-radius: 5px;
        border: 2px solid #ccc;
        outline: none;
    }
    .subscribe-css-email-button {
        position: relative;

        background: rgb(56, 169, 229);
        background: -moz-linear-gradient(
            0deg,
            rgba(56, 169, 229, 1) 0%,
            rgba(18, 125, 183, 1) 48%,
            rgba(12, 86, 126, 1) 100%
        );
        background: -webkit-linear-gradient(
            0deg,
            rgba(56, 169, 229, 1) 0%,
            rgba(18, 125, 183, 1) 48%,
            rgba(12, 86, 126, 1) 100%
        );
        background: linear-gradient(
            0deg,
            rgba(56, 169, 229, 1) 0%,
            rgba(18, 125, 183, 1) 48%,
            rgba(12, 86, 126, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#38a9e5",endColorstr="#0c567e",GradientType=1);
        color: #fff;
        cursor: pointer;
        font-weight: 700;
        width: 100%;
        text-transform: none;
        font-size: 16px;
        border: 0;
        border-radius: 3px;
        transition: all 0.6s;
    }
}


.faq-container{


    background: rgb(205, 230, 243);
    background: -moz-linear-gradient(
        0deg,
        rgba(205, 230, 243, 1) 0%,
        rgba(136, 203, 240, 1) 48%,
        rgba(92, 149, 179, 1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgb(158, 202, 225) 0%,
        rgba(136, 203, 240, 1) 48%,
        rgba(92, 149, 179, 1) 100%
    );
    background: linear-gradient(
        0deg,
        rgba(205, 230, 243, 1) 0%,
        rgb(98, 157, 189) 48%,
        rgba(92, 149, 179, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cde6f3",endColorstr="#5c95b3",GradientType=1);
    border-radius: 13px;
}




/*Why Us*/

#why-us .section-header h3,
#why-us .section-header p {
  color: #fff;
}

#why-us .card {
    background: rgb(155, 83, 133);
 border:none;
    border-radius: 10px;
  margin: 0 15px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#why-us .card:hover {
  background: rgb(104, 57, 90);
  border:none;
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #ffffff;
}

#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}

#why-us .card p {
  font-size: 15px;
  color: #ffffff;
}

#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}
.main-logo-content{

    font-size: 36px;}
    .main-logo-content-slug{

        font-size: 15px;
    
}
/* Whatsapp API LInk*/
@media (max-width: 420px) {




    .main-logo-content{

        font-size: 30px;

    }

    .main-logo-content-slug{

        font-size: 12px;
    }
}