@keyframes scroll-icon {
    0% {bottom: 12px;}
    50% {bottom: 20px;}
    100% {bottom: 12px;}
}

/* ------------------ FOOTER HERE --------------------------*/
footer										{background: #034ea2; padding: 100px 0 90px 0; padding-bottom: 145px; color: #ffffff; position: relative;}

label                                       {font-weight: normal; padding: 0 0 10px 20px;}

footer .form-group                          {position: relative;}
footer .form-group .form-control            {border: 2px solid #ffffff; width: 100%; box-sizing: border-box; background: none; box-shadow: none; height: 75px; padding: 0 170px 0 40px; box-shadow: none; border-radius: 40px; color: #ffffff; font-size: 30px; font-family: 'Montserrat'; font-weight: 300;}
footer .form-group input[type=submit]       {position: absolute; top: 0; right: 0; width: 160px; background: #ffffff; text-align: center; color: #034ea2; border: 0; box-shadow: none; border-radius: 40px; height: 75px; box-sizing: border-box;}


footer .form-group .form-control::-webkit-input-placeholder { color:#ffffff; opacity: 0.4;}
footer .form-group .form-control::-moz-placeholder { color:#ffffff; opacity: 0.4;}
footer .form-group .form-control:-ms-input-placeholder { color:#ffffff; opacity: 0.4;}
footer .form-group .form-control:-moz-placeholder { color:#ffffff; opacity: 0.4;}

.footer-bottom .lt p                        {color: #ffffff; opacity: 0.5; font-size: 11px; padding: 15px 0 0 0;}
.footer-bottom .lt                          {padding: 15px 0 0 0; text-align: center; width: 132px;}
.footer-bottom .lt img                      {margin: 0 auto;}
.footer-bottom .rt                          {}
.footer-bottom .rt ul                       {border-top: 1px solid #6995c8;}
.footer-bottom .rt ul li                    {padding: 30px 0; border-bottom: 1px solid #6995c8;}
.footer-in                                  {max-width: 855px; margin: 0 auto;}
.footer-bottom .rt ul li h6                 {font-size: 14px; color: #ffffff;}
.footer-bottom .rt ul li h6 span            {position: relative; padding: 0 0 0 60px; display: inline-block;}
.footer-bottom .rt ul li h6 span::before    {content: ""; position: absolute; height: 2px; width: 50px; left: 5px; top: 7px; background: #3571b5;}
.footer-bottom .rt ul li h6 a               {color: #ffffff;}
.footer-bottom .rt ul li h6 b               {padding: 0 6px; font-weight: normal; font-family: 'Montserrat'; font-weight: 300;}
.footer-bottom .rt ul li .logo1             {display: inline-block; vertical-align: middle;}
.footer-bottom .rt ul li .logo2             {display: inline-block; vertical-align: middle; margin: 0 0 0 25px;}

.scroll-top                                 {    position: fixed;
    left: 50%;
    width: 57px;
    margin: 0 0 0 -28px;
    bottom: 12px;
    z-index: 999999;
    animation: scroll-icon 1s linear infinite;
}

.scroll-top img{
    display: inline-block;
    margin: 0 5px; 
}











@media screen and (min-width: 1025px) and (max-width: 1229px) { 
   
 
     .footer-in {padding: 0 40px;}
   
   
    
    
}


@media screen and (min-width: 992px) and (max-width: 1024px) { 
    
      .footer-in {padding: 0 40px;}
   
  
    
    
}


@media screen and (min-width: 768px) and (max-width: 991px) { 
    
    
    
     .footer-in {padding: 0 40px;}
    
    
    
     
    .footer-bottom .lt {position: absolute; bottom: -50px; left: 0; width: 100%;}
   
    
    
    .footer-bottom  {padding: 40px 0 90px 0;}
    
     .footer-bottom .col-md-3 {position: static;}
   
    .logo img{
        max-width: 129px;
    }
    
    
    
    
    
    
    
    
    
    
    
}

@media screen and (min-width: 0px) and (max-width: 767px) { 
    

    .footer-in {padding: 0 10px;}
    
    footer .form-group input[type=submit] {position: static; height: 50px; width: 130px; margin: 10px auto 0; display: block;}
    
    
    
    footer .form-group .form-control {padding: 0 20px; font-size: 16px;}
    
    
    .footer-bottom .col-md-3 {position: static;}
    
    
    
    .footer-bottom .lt {position: absolute; bottom: -50px; left: 0; width: 100%;}
    
    
    .footer-bottom  {padding: 0 0 80px 0;}
    
    .footer-bottom .rt ul li h6 span::before {display: none;}
    
    .footer-bottom .rt ul li h6 span {display: block; padding: 10px 0 0 0;}
    
    
    .footer-bottom .rt ul li {padding: 15px 0;}
    
    
    .footer-bottom .rt ul li h6 b {display: none;}
    
    .footer-bottom .rt ul li:nth-child(2) h6 a {float: left; width: 50%; padding: 10px 0 5px;}
    
    
    
    .footer-bottom .rt ul li h6::after {content: ""; clear: both; display: block;}
    
    .logo img{
        max-width: 129px;
    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
}
