/*!* General Styles *!*/
/*body, html {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow-x: hidden;*/
/*}*/
/*textarea {*/
/*    resize: none;*/
/*}*/

/*.text {*/
/*    color: white;*/
/*    font-size: 20px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    white-space: nowrap;*/
/*}*/

/*@charset "UTF-8";*/

/*.svg-inline--fa {*/
/*    vertical-align: -0.200em;*/
/*}*/

/*.rounded-social-buttons {*/
/*    text-align: center;*/
/*}*/

/*.rounded-social-buttons .social-button {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    width: 3.125rem;*/
/*    height: 3.125rem;*/
/*    border: 0.125rem solid transparent;*/
/*    padding: 0;*/
/*    text-decoration: none;*/
/*    text-align: center;*/
/*    color: #fefefe;*/
/*    font-size: 1.5625rem;*/
/*    font-weight: normal;*/
/*    line-height: 2em;*/
/*    border-radius: 1.6875rem;*/
/*    transition: all 0.5s ease;*/
/*    margin-right: 0.25rem;*/
/*    margin-bottom: 0.25rem;*/
/*}*/

/*.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {*/
/*    -webkit-transform: rotate(360deg);*/
/*    -ms-transform: rotate(360deg);*/
/*    transform: rotate(360deg);*/
/*}*/

/*.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {*/
/*    font-size: 25px;*/
/*}*/

/*.rounded-social-buttons .social-button.facebook {*/
/*    background: #3b5998;*/
/*}*/

/*.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {*/
/*    color: #3b5998;*/
/*    background: #fefefe;*/
/*    border-color: #3b5998;*/
/*}*/

/*.rounded-social-buttons .social-button.twitter {*/
/*    background: #55acee;*/
/*}*/

/*.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {*/
/*    color: #55acee;*/
/*    background: #fefefe;*/
/*    border-color: #55acee;*/
/*}*/

/*.rounded-social-buttons .social-button.linkedin {*/
/*    background: #007bb5;*/
/*}*/

/*.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {*/
/*    color: #007bb5;*/
/*    background: #fefefe;*/
/*    border-color: #007bb5;*/
/*}*/

/*.rounded-social-buttons .social-button.tiktok {*/
/*    background: #000000;*/
/*}*/

/*.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {*/
/*    color: #000000;*/
/*    background: #fefefe;*/
/*    border-color: #000000;*/
/*}*/

/*.rounded-social-buttons .social-button.youtube {*/
/*    background: #bb0000;*/
/*}*/

/*.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {*/
/*    color: #bb0000;*/
/*    background: #fefefe;*/
/*    border-color: #bb0000;*/
/*}*/

/*.rounded-social-buttons .social-button.instagram {*/
/*    background: #125688;*/
/*}*/

/*.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {*/
/*    color: #125688;*/
/*    background: #fefefe;*/
/*    border-color: #125688;*/
/*}*/

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    /*background: #151414;*/
    position: relative;
}
.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}
.cta-text {
    padding-left: 15px;
    display: inline-block;
}
.cta-text h4 {
    color: #ff5e1b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cta-text span {
    color: #000102;
    font-size: 13px;
    font-weight: 700;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: black;
    font-weight:700;
    line-height: 28px;
}
.footer-social-icon span {
    color: #ff5e1b;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}
.footer-social-icon a {
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.facebook-bg{
    background: #3B5998;
}
.twitter-bg{
    background: #55ACEE;
}
.google-bg{
    background: #DD4B39;
}
.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}
.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover{
    color: #ff5e14;
}
.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}
.subscribe-form {
    position: relative;
    overflow: hidden;
}
.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}
.copyright-area{
    background: #202020;
    padding: 25px 0;
}
.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}
.copyright-text p a{
    color: #ff5e14;
}
.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
    color: #ff5e14;
}
.footer-menu li a {
    font-size: 14px;
    color: #878787;
}
.linkedin-bg {
    color: #0077B5; /* LinkedIn blue */
}

.youtube-bg {
    color: #FF0000; /* YouTube red */
}
.social-media-footer i {
    font-size: 30px;
    float: left;
    margin-top: 8px;
    padding-left: 10px;
}
.footer-widget a {
    display:inline-block;
}

@media (max-width: 480px) {
    .footer-cta {
        text-align: center;
    }
    .single-cta i {
        float:none;
    }
    .footer-content {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}