.footer-top .anim-01 {
  position: absolute;
  left: 15%;
  border-radius: 50%;
  background-color: rgb(248, 248, 248);
width: 92px;
  height: 92px;
  top: 30%;
}
.footer-top .anim-02 {
  position: absolute;
right: 18.3%;
border-radius: 50%;
background-color: rgb(248, 248, 248);
width: 239px;
height: 239px;
top: 15%;
z-index: 0;
}

.footer-top .f-logo{
    margin-bottom: 30px;
}
.footer-top .f-logo img
{
    height: 24px;
}

.footer-top-heiding {
    
    margin-top: 20px;
}
.footer-top-heiding .f-contact {
border: 1px solid;
padding: 25px;
align-items: center;
margin-bottom: 30px;
}
.f-contact {
display: flex;
}
.f-contact i {
  width: 40px;
  height: 40px;
 background-image: -moz-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}


.f-contact a{
    color:#fffc  !important;
}
.f-contact a:hover{
    color: #fffc!important;
}

.f-contact span{
    color:#fffc ;
}
.f-contact h3 {
    color: #fff;
    font-size: 18px;
}
.footer-top-heiding h2{
    color: #fff;
}
.footer-bg {
    color:#777;
    background-position: -180px center!important;
    background-size: cover;
    position: relative;
z-index: 1;
}
.f-cta-area.gray-bg {
	background: #f4f4fe;
	border-top: 3px solid #df2919;
}
.footer-text p {
	color: #ddd;
	margin-bottom: 0;
}

.footer-social span {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	display: inline-block;
	margin-right: 20px;
}
.footer-social a {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 50px;
  color: #000 !important;
}
.footer-social a:hover{    
  background: #df2919;
    color: #fff !important;
}
.footer-bg .info .red{
    color: #df2919;
    margin-right: 5px;
}
.footer-widget .info ul {
padding:0px;
margin-top:30px;
position:relative;
}
.footer-widget .info ul li {
list-style-type:none;
position:relative;
padding-left:26px;
color:#fff;
}
.footer-widget .info ul li span {
position:absolute;
	left:0px;
	top:0px;
}
.f-widget-title h2,.footer-widget .widgettitle  {
font-size: 18px;
position: relative;
padding-bottom: 10px;
color: #FFF;
margin-bottom: 0;
}
.f-widget-title h2::before,.footer-widget .widgettitle::before {
content: "";
position: absolute;
left: 0;
bottom: 20px;
height: 1px;
width: 54px;
background: #df2919;
    display: none;
}
.f-widget-title img {
    width: 50%;
}
.footer-link ul {
padding:0px;
margin:0px;
}
.footer-link ul li {
list-style-type:none;
}
.footer-link ul li i {
    color: #df2919;
    margin-right: 5px;
}
.footer-link ul li a {
	color:#abadb7 ;
	display: inline-block;
}
.footer-link ul li a::before {
  content: "+";
  margin-right: 8px;
  color: #df2919;
  font-size: 18px;
    display: none;
}
.footer-link ul li a:hover{color: #df2919;}
.footer-link ul li {
margin-bottom: 10px;
}
.footer-link ul li:last-child{margin-bottom: 0;}
.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 9px;
    width: 30% !important;
}

.footer .social-box.style-oval ul li a:not(:hover) {
    border-color: var(--color-white-fixed);
    color: var(--color-white-fixed);
}


.copyright-wrap{
    padding: 30px 0px;
    background: #1A1A1A;
color: #fff;
}
.copyright-wrap a{
    color: #df2919;
}
.copyright-wrap strong {
  color: #000;
}
.copyright-wrap li {
    display: inline;
    padding-left: 15px;
    margin-left: 40px;
    position: relative;
}
.copyright-wrap li::before {
background-color: #000000;
width: 8px;
height: 8px;
content: "";
position: absolute;
left: -4px;
top: 5px;
border-radius: 50px;
}
.copyright-wrap li a{
    color: #fff;
}

/* Totop */
.totop {
    position: fixed;
    right: 30px;
    bottom: 62px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-base);
}
.totop.show {
    opacity: 1;
    visibility: visible;
}

.totop a {
    width: 44px;
    height: 44px;
    background: var(--color-one);
    color: var(--color-white-fixed);
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border-radius: 4px;
    box-shadow: 0px 0px 3px var(--color-one);
}