/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}
html,body{
    font-family: "Vazirmatn FD",Vazirmatn !important;
    /*direction: rtl;*/
}
.separator{
    width: 90%;
    display:flex;
    align-items: center;
    margin: auto;
}

.nav-item .btn{
margin: 7px 0!important;
}
.separator .line{
    height: 3px;
    flex: 1;

    background: radial-gradient(circle, rgb(219, 241, 239) 0%, rgb(245, 250, 249) 100%) }

.separator h2{
   padding: 0 2rem;
  font-family: "Vazirmatn FD",Vazirmatn !important;
  font-size: 16px !important;
  color: #383838;
}
a:hover,a:focus {
    text-decoration: none;
    outline: none;
}
.a{
    position: relative;
    z-index: 9999;
}
.a .svg-waves {
    position: absolute;
    top: -26px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
}
.footer-text .fa{
    color: #eeeeeea6;
}
@media (max-width: 767px) {
    #hero .svg-waves {
        height: 30px;
    }
}
.svg-waves__parallax > use {
    -webkit-animation: move-forever 60s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.svg-waves__parallax > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    fill: #98cabc;
}
.svg-waves__parallax > use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    fill: rgba(255, 255, 255, 0.37);
}
.svg-waves__parallax > use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
    fill: rgba(255, 255, 255, 0.37);
}
.svg-waves__parallax > use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    fill: #5caa94;
}
@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

.parallax {
    max-width: 100%;
    height: 246px;
    background-image: url("../img/image_6487327.JPG");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    object-fit: cover;
    margin-bottom: 50px;
    margin-top: 40px;
    padding-top: 50px;
}
.aa{
    background-image: url("../img/image_6487327.JPG");
}
h1{
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
.font-right{
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
.font-right h6{
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
.text-logo{
    font-family: "Vazirmatn FD",Vazirmatn !important;
    color: #057a5f;
    font-size: 16px;
}
.text-white{
    font-family: "Vazirmatn FD",Vazirmatn !important;}

#accordion2 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 29px;
    position: relative;
    direction: rtl;
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
.more-text{
    font-family: "Vazirmatn FD",Vazirmatn !important;
    font-size: 14px;
    line-height: 28px;
    color: #0f0f0f;
}
#accordion2 .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px solid #41aa9b;
    position: absolute;
    top: 30px;
    right: 18px;
}
#accordion2 .panel:last-child:before{ display: none; }
#accordion2 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
#accordion2 .panel-title a{
    font-family: "Vazirmatn FD",Vazirmatn !important;
    display: block;
    padding: 10px 48px 10px 60px;
    margin: 0;
    background: #effdf5;
    font-size: 14px!important;
    font-weight: 700;
    color: #1d3557;
    border-radius: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.text{
    color:#457469 ;
    font-weight: 600;
}
#accordion2 .panel-title a:hover {
    padding-right: 60px;
}
#accordion2 .panel-title a:before,
#accordion2 .panel-title a.collapsed:before{
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #effdf5;
    /*border: 1px solid #00b98e;*/
    border-radius: 3px;
    font-size: 17px;
    color: #00b98e;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
#accordion2 .panel-title a.collapsed:before{
    content: "\f0d8";
    background: #fff;
    border: 1px solid #61ebcb80;
    color: #00b98e;
}
#accordion2 .panel-body{
padding: 10px 0 10px 0;
  margin-right: 1px;
  background: #fff;
  border-top: none;
  font-size: 15px;
  color: #457469 !important;
  line-height: 28px;
  font-weight: 600;
}
/*.cl::before{*/

.text:hover{
    margin-right: 5px;
    transition: all 0.3s ease-in-out;
}

.icon .fa{
    font-size: 19px;
    color: #fff;
    cursor: pointer;
}

ul.warninglist li .icon  {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #FFFFFF;
    padding: 9px 15px;
    font-size: 21px;
    border: solid 5px #fff!important;
    position: absolute;
   right: -27px;
  top: -5.5px;
    text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    -webkit-text-shadow: none;
 background: #b3b3b3 !important;

}
/*.text{*/
/*    color: #0d2243;*/
/*    font-size: 12px;*/
/*    text-decoration: none;*/
/*    letter-spacing: initial;*/
/*    cursor: pointer;*/
/*}*/
.title span{
    font-size: 12px;
}
.title h1{
    font-size: 13px;
}
li .icon.black i:nth-child(1) {
 background: #b3b3b3 !important;
}
section.box {
    width: 100%;
    min-height: auto;
    background: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}
section.box .body {
    padding: 25px 10px;
    box-sizing: border-box;
}
.center {
    margin: 0 auto;
    width: 100%;
}
.warninglist {
 
    padding: 0 27px;
}
ul.warninglist li:first-child {
    margin: 0 !important;
}
ul.warninglist li {
    text-align: right;
    list-style: none;
    font-size: 12px;
    display: block;
    background: #f8f8f8;
    box-shadow: rgba(227, 227, 227, 0.3) 0px 1px 2px 0px, rgba(103, 107, 111, 0.15) 0px 1px 3px 1px;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    width: 100%;
    min-height: 45px;
    float: right;
    position: relative;
    padding: 13px 40px 13px 5px;
    text-shadow: 1px 1px 0px #FFFFFF;
    -moz-text-shadow: 1px 1px 0px #FFFFFF;
    -ms-text-shadow: 1px 1px 0px #FFFFFF;
    -o-text-shadow: 1px 1px 0px #FFFFFF;
    -webkit-text-shadow: 1px 1px 0px #FFFFFF;
    margin-top: 20px;
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
a{
    color: #0d2243;
    font-size: 12px;
    text-decoration: none;
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
.seven h5{
    text-align: center;
    font-size:20px; font-weight:600; color: #868686;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
    width: 80%;
    margin: auto;
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
h3{
    font-family: "Vazirmatn FD",Vazirmatn !important;
}h6{
     font-family: "Vazirmatn FD",Vazirmatn !important;
     font-size:35px!important;
 }


.seven h5:after,.seven h5:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #f0f0f0;
    height: 5px;
    background-color:#f8f8f8;
}
#accordion .card-header {
    margin-bottom:18px;
}
#product .slider-box .owl-carousel {
    height: 100%;
    display: flex;
    align-items: center;
    margin-top: 29px;
}
.slider-box {
    background-color: #ffffff;
    height: 460px;
    width: 90%;
    margin-right: auto;
    display: flex;
    align-items: center;
    overflow: hidden;}
.item{
    width: 100%;
    height: 404px;
    border-radius: 0;
}
.item .card {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0!important;
    border-radius: 0!important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.card .img {
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#product .owl-carousel .owl-item img{
    width: 316px;
    height: 404px!important;
}
.owl-carousel .owl-dots {
    background-color: #fff!important;
    box-shadow: none!important;
}



#product {
    height: 64vh;
    background-image: url("../img/SliderBackgorund2.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
#accordion .accordion-title {
    position: relative;
    display: block;
    padding: 8px 50px 8px 50px;
    background:#00b98e;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    width: 100%;
    text-align: right;
    transition: all 0.4s ease-in-out;
    font-family: "Vazirmatn FD",Vazirmatn !important;
}
#accordion .accordion-title i {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    color: #fff;
    background: #00b98e;
    text-align: center;
    border-left: 1px solid transparent;
}
#accordion .accordion-title:hover {
    padding-right: 80px;
    background: #00b98e;
    color: #fff;
}
.datepick {
    height: 44px;
    padding-top: 9px;
    color: #1d1f23;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.head{
    margin: 0!important;
    /*border-bottom: solid 2px #4a5c77;*/
}
.main{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#myInput{
    border: none;
    width: 170px;
    background: transparent;
    font-family: "Vazirmatn FD",Vazirmatn !important;
    font-weight: bold;
    color: #06295c;
}
#myInput:focus {
    outline: none;
    box-shadow: none;
}
.owl-carousel .owl-item img {
    height: 690px!important;

}
#accordion .accordion-title:hover i {
    border-left: 1px solid #fff;
}
#accordion [aria-expanded=true] {
    background:#00b98e;
    color: #ffffff;
}
#accordion [aria-expanded=true] i {
    color: #ffffff;
    background:#00b98e;
}
#accordion [aria-expanded=true] i:before {
    content: "\f0d8";
}
#accordion .accordion-body {
    padding: 10px 10px;
}
@media screen and (max-width: 445px) {
    .owl-carousel .owl-item img {
        height: 429px !important;
    }
    #accordion2 .panel-title a {
        font-family: "Vazirmatn FD",Vazirmatn !important;
        display: block;
        padding: 13px 48px 10px 17px!important;
        margin: 0;
        background: #effdf5;
        font-size: 11px !important;
        font-weight: 700;
        color: #1d3557;
        border-radius: 0;
        position: relative;
        transition: all 0.4s ease-in-out;
    }
    .property-item img {
        transition: .5s;
        width: 100%;
        height: 289px!important;
        border: 3px solid #fff;
    }
    body{
        background-color: #fff!important;
    }
    section.box .Logo-m4 .title{
        padding: 0!important;
        border-bottom: 0!important;
        text-align: center!important;
    }
    section.box .Title-m4 .title span{
        margin-right: 0!important;
    }
    section.box .Title-m4 .title span {
        font-size: 10px;
        text-align: center;
    }
    .head
    {
        text-align: center!important;
    }
    section.box .Logo-m4 {
        width: 110%;
    }
    .main{
        margin:0!important;
    }
    section.box .body {
        padding: 25px 0px!important;
    }
    /*a{*/
    /*    font-size: 12px;*/
    /*}*/
    .text{
        font-size: 11px;
    }
    footer span{
        font-size: 12px;
    }
    #accordion .accordion-title {
        font-size: 11px!important;
    }

}

.a{
    position: relative;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height:40px;
        min-height:40px;
    }
    .content {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}
@media (max-width: 800px) {
    #product .slider-box .owl-carousel {
        height: 100%;
        display: flex;
        align-items: center;
        margin-top: 28px;
    }

    #product {
        height: 48vh;
    }
    .item {
        width: 100%;
        height: 379px;
        border-radius: 0;
    }
    .slider-box {
        background-color: #ffffff;
        height: 367px;
        width: 90%;
        margin-right: auto;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
}
.logo {
    width:50px;
    fill:white;
    padding-right:15px;
    display:inline-block;
    vertical-align: middle;
}

.waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:100px;
    max-height:150px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-size: 14px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0!important;
    margin-bottom: 0;
    list-style: none;
}
/*** Navbar ***/
.nav-bar {
    position: sticky;
    /*margin-top: 45px;*/
    /*padding: 8px 3rem;*/
    transition: .5s;
    z-index: 1;
    top:0;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
@media (max-width: 400px) {
    .separator h2 {
        padding: 0 2rem;
        font-family: "Vazirmatn FD",Vazirmatn !important;
        font-size: 12px !important;
        color: #6b6a6a;
    }
    .about-img img {
        position: relative;
        z-index: 2;
        height: 349px!important;
        object-fit: cover;
    }
    .font-right {
        padding:1rem !important;
    }
    .font-right h6{
        font-size: 16px!important;
    }
    .accrdoni-box{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .container{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .text-co{
        font-size: 14px;
    }
    .footer-text{
        font-size: 14px;
        color: #fff!important;
    }
    .footer-style{
        padding:1rem !important;
    }
    .discription-text p{
        font-size: 14px;
    }
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -5px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 36%;
    right: -27px;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #00b98e;
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}
@media (max-width: 330px) {
    .text-logo {
        color: #057a5f;
        font-size: 14px;
    }

}


.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
    height: 484px;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    right: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(-20deg);
    z-index: 1;
}


/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}

.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}
.footer-1{
    background: #5CAA94  !important;
}
.footer-text{
    color: #fff!important;
}
.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
    width: 100%;
    height: 370px;
    border: 3px solid #fff;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (max-width: 576px) {
    .nav-item a {
        font-size: 11px;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

