body {
    font-family: 'Source Sans Pro', sans-serif;
}
#footer {
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;   
}
@media screen and (max-width: 992px) {
    #footer {
        position: static;
    }
}
#footer .container {
    width: 85vw !important;
}
#footer h4 {
    color: #ffffff !important;
    font-size: 17px;
    line-height: 19px;
    font-weight: 600;
    margin: 20px 0px;
}
#footer h4{
    margin-top: -10px;
    margin-bottom: 22px;
    line-height: 37px;
    padding: 0;
    position: relative;
    text-align: left;
}
#footer .about-us{
    margin-bottom: 10px;
}
#footer ul {
    list-style: none;
}
.footer-inner {
    padding-top: 77px;
    background-image: url('../images/background-image-newFooter.jpg');  
    background-size: cover;
    background-position: center;
    z-index: 1;
    width: 100%;
    height: 94%;
}
#footer .footer-inner ul {
    padding: 0 !important;
}
#footer .footer-inner ul>li {
    padding: 4px 0px;
}
#footer .footer-inner ul>li>a {
    display: inline-block;
    text-decoration: none;
    color: #cccccc;
    font-size: 16px;
    transition: all 0.2s ease;
}
#footer .footer-inner ul>li>a:hover {
    color: #ffb42a;
}
 #footer .container .footer-underline::before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
}
#footer .container .footer-underline::before{
    background-color: #333;
}

.second-container {
    margin-top: 12px;
    padding-top: 30px !important;
    /* margin-bottom: 25px !important; */
}
.second-container .logo-wrap{
    margin-top: 50px;
}
.second-container .middle-section p{
    font-size: 16px;
    color: #ffffff;
}
.second-container .middle-section .paragraph {
    overflow: hidden;
}
.second-container .middle-section .paragraph-one{
    float: left;
}
.second-container .middle-section .paragraph-second {
    float: right;
}
.second-container .middle-section .paragraph-second a {
    color: #ffb42a;
}
.second-container .middle-section .paragraph-second a:hover{
    text-decoration: none;
    color: #f9ab1b;
}

.follow-us-section{
    display: flex;
    width: 70%;
    justify-content: space-between;
}
.follow-us-section .social-media {
    margin: 5px 10px 10px 0px;
    border: 1px solid #525254;
    padding: 10px 0px;
    cursor: pointer;
    display: inline-block;
    flex-basis: 40px;
    text-align: center;
}
.follow-us-section .social-media {
    color: #ffffff;
   
}
.follow-us-section .social-media:hover{
    transition: 0.25s ease-in-out;
}
.follow-us-section .facebook-icon:hover {
    color: #3b5998 !important;
}
.follow-us-section .linkedin-icon:hover {
    color: #0077B5;
}
.follow-us-section .twitter-icon:hover {
    color: #38A1F3;
}
.follow-us-section .youtube-icon:hover {
    color: #c4302b;
}
.follow-us-section .social-media .twitter{
    margin-right: 0px;
}





.second-container-row::before {
    content: '';
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    top: -30px;
    width: 80%;
    left: 50%;
    margin-left: -40%;
}




.copyright {
    background-color: #211f1f;
}
.copyright .container {
    display: flex;
    position: relative;
    /* padding-bottom: 20px; */
}
.copyright .container .copyright-text span {
    margin: 5px 0px;
    font-size: 12px;
    font-weight: 200;
    color: #ffffff;
}
.copyright .container .copyright-text {
    margin-bottom: 8px;
    margin-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
}





@media screen and (max-width: 680px) {
    .copyright .container {
        display: flex;
        flex-direction: column;
    }
    
}

/* media query */
@media only screen and (max-width: 991px){
    #footer  .container .row .section-one {
        margin-bottom: 20px;
    }
    #footer  .container .row .section-second {
        margin-bottom: 20px;
    }
    #footer  .container .row .section-third {
        margin-bottom: 20px;
    }
    /* .follow-us-section {
        width: 25%;
    } */
    .second-container .section {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .second-container .logo-wrap {
        text-align: center;
    }
    
    .second-container {
        padding-top: 0px !important; 
    }
    .about-us {
        text-align: center;
    }
    #footer .about-us {
        text-align: center;
    }
    #footer .follow-us {
        text-align: center;
        margin-bottom: 10px;
    }
    
}


@media only screen and (max-width: 1360px){
    .second-container {
        margin-top: 10px !important;
        padding: 30px !important;
    }
}
@media only screen and (max-width:1311px) and (min-width: 1250px){
    .second-container {
        padding: 30px !important;
    }
}
@media only screen and (max-width: 1250px) and (min-width: 1040px) {
    #footer .footer-underline {
        margin-bottom: 10px;
    }
    .follow-us-section {
        width: 90%;
    }
}
@media only screen and (max-width : 1040px) and (min-width: 991px){
    .follow-us-section {
        width: 100%;
    }
}
@media only screen and (max-width: 991px){
    .follow-us-section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* @media only screen and (max-width: 1060px) and (min-width: 991px){
    .second-container {
        width: 90vw !important;
    }
} */
@media only screen and (max-width: 1035px) and (min-width:991px) {
    .second-container .middle-section p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 600px){
    .second-container .middle-section .paragraph-one {
        margin-right: 10px;
    }
    .second-container .middle-section .paragraph-second {
        float: left;
    }
}


@media only screen and (min-width: 1290px){
    .middle-section p{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width:850px){
    .second-container .logo-wrap {
        text-align: left;
        padding-left: 0px;
    }   
    #footer .about-us {
        text-align: left;
    }
}
@media only screen and (min-width:1024px){
    .mobile-footer
    {
    display: none;
    }
}

@media only screen and (max-width:1023px){
    .desktop-footer
    {
    display: none;
    }
}
.btn-primary {
    color: #fff;
    background-color: transparent  !important;
    border-color: transparent  !important;
}
.mobile-footer
{
    padding-top: 40px !important;
}
.card-body-footer
{
    border: none !important;
    border-radius: 10px;
    padding: 0px 10px 10px 13px;
    height: 300px;
    width: 205px; 
    box-shadow: none !important;

}
@media only screen and (max-width: 1024px)
{
.card-body-footer {
    
    margin-top: 10px !important;
    width: 250px !important;
    height: 206px !important;
}
}

.footer-below-line
{

margin-top: -10px;
margin-bottom: 22px;
line-height: 37px;
padding: 0;
/* width: 300px; */
position: relative;
text-align: left;
opacity: 0.3;
border: 1px solid white;
}
.centilytics-footer-icon,
.centilytics-footer-icon1,
.centilytics-footer-icon2{
    transform: scale(1.4);
    margin-left: 8px;
    margin-top: -4px;
    transform: scale(1.4) rotate(180deg);
}
a[aria-expanded='false'] > .centilytics-footer-icon,
a[aria-expanded='false'] > .centilytics-footer-icon1,
a[aria-expanded='false'] > .centilytics-footer-icon2 {
    transform: scale(1.4) rotate(0deg);
}
