/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    padding: 50px 0px 0px;
    background-color: rgb(31, 30, 30);
    background-position: center center;
    background-repeat: no-repeat;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: var(--margin-bottom-30);
    margin-left: 10px;
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: var(--padding-bottom-50);
}

.main-footer .logo-widget {
    position: relative;
}

.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: var(--margin-bottom-25);
}

.main-footer .logo-widget .text {
    position: relative;
    font-weight: 400;
    line-height: 1.7em;
    font-size: var(--font-16);
    color: var(--color-twentyseven);
    margin-bottom: var(--margin-bottom-30);
}

.main-footer .logo-widget .about-btn {
    position: relative;
    padding: 9px 30px;
    font-weight: 700;
    margin-top: 0px;
    display: inline-block;
    color: var(--white-color);
    background: var(--color-two);
    background: orangered;
}

.main-footer .footer-widget h4 {
    font-weight: 700;
    margin-top: 10px;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: var(--margin-bottom-30);
    padding-bottom: var(--padding-bottom-10);
}

.main-footer .footer-widget h4:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 40px;
    background: var(--color-two);
    background: orangered;
}

.main-footer .footer-widget .text {
    position: relative;
    font-weight: 400;
    text-align: justify;
    line-height: 1.7em;
    font-size: var(--font-16);
    color: var(--color-twentyseven);
    margin-bottom: var(--margin-bottom-30);
}

/* Email Box */

.main-footer .email-box {
    position: relative;
    margin-bottom: 22px;
}

.main-footer .email-box .form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
}

.main-footer .email-box .form-group input[type="text"],
.main-footer .email-box .form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    padding: 10px 55px 10px 25px;
    background-color: rgba(255, 255, 255, 0.05);
    display: block;
    font-size: 14px;
    height: 50px;
    width: 100%;
    color: var(--white-color);
    box-shadow: inherit;
    border-radius: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-footer .email-box .form-group input::placeholder,
.main-footer .email-box .form-group textarea::placeholder {
    color: var(--white-color);
}

.main-footer .email-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 64px;
    display: block;
    font-size: 16px;
    color: var(--white-color);
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background: var(--color-two);
    background: linear-gradient(to top right, var(--color-two) 0%, var(--color-seven) 100%);
}

.main-footer .email-box .form-group button:hover {
    color: var(--white-color);
    background: var(--color-two);
    background: linear-gradient(to top right, var(--color-seven) 0%, var(--color-two) 100%);
}

.newsletter-widget .social-box {
    position: relative;
    float: right;
}

.newsletter-widget .social-box ul{
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.newsletter-widget .social-box ul a {
    position: relative;
    opacity: 0.30;
    color: var(--white-color);
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: 'Font Awesome 5 Brands';
}

.newsletter-widget .social-box li a:hover {
    opacity: 1;
}

.main-footer .contact-widget .contact-list {
    position: relative;
}
.main-footer .contact-widget .contact-list .leftt span{
    margin-left: -30px;
    color: rgb(255, 69, 0);
}
.main-footer .contact-widget .contact-list li {
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.8em;
    color: var(--color-twentyseven);
}
.main-footer .contact-widget .contact-list a{
    position: relative;
    font-size: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    line-height: 1.8em;
    color: var(--color-twentyseven);
}
.main-footer .contact-widget .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: orangered;
}

.main-footer .contact-widget .contact-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .contact-widget .timing {
    position: relative;
    font-size: 15px;
    margin-top: 20px;
    line-height: 1.8em;
    color: var(--color-twentyseven);
}

.main-footer .contact-widget .timing strong {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-decoration: underline;
}

.main-footer .instagram-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}

.main-footer .instagram-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0px 3px;
    margin-bottom: 6px;
}

.main-footer .instagram-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .instagram-widget .image-box img:hover {
    opacity: 0.70;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 18px 0px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer .footer-bottom .social-box a{
    color: white;
    float: right;
 
}
.main-footer .footer-bottom .copyright {
    position: relative;
    color: var(--color-twentyseven);
}

.main-footer .footer-bottom .copyright a {
    color: orangered;
}