@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
font-family: "Outfit", sans-serif;
font-family: "DM Sans", sans-serif;
color:#000000;
}
#slider{
	height:100vh;
}
.carousel-inner{
	height:100%;
}
.carousel-item{
	height:100%;
}
.carousel-item::after{
	content:'';
	width:100%;
	height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
    background:linear-gradient(90deg, RGBA(109,185,0, 0.6) 0%, RGBA(109,185,0, 0.6) 25.9%, RGBA(109,185,0, 0) 100%);
    background:linear-gradient(90deg, RGBA(0,0,0, 0.85) 0%, RGBA(0,0,0, 0.75) 25.9%, RGBA(0,0,0, .15) 100%);
}
.carousel-item .carousel-caption{
 z-index: 1;
 left:15%;
 top:50%;
 transform: translateY(-50%);
 bottom:auto;
 right:auto;
 text-align: left;
 width:60%;
}
#slider img{
	width: 100%;
    object-fit: cover;
    object-position: left;
    height: 100%;
}
h1{
	font-size: 60px;
    font-weight: 700;
    margin-bottom:0px;
}
h2{
	font-size:48px;
	font-weight:600;
}
h3{
	font-size:32px;
	font-weight:500;
}
a{
	text-decoration: none;
	color:#81b000;
}
.text-color1{
color:#9edb00;
}
.text-color2{
color:#81b000;
}
.bgimage1{
background-image:url(../images/bg3.jpg);
background-size:cover;
background-position:left;
}
.bgimage2{
background-image:url(../images/bg.jpg);
background-size:cover;
background-position:left;
}
.bgimage3{
background-image:url(../images/bg2.jpg);
background-size:cover;
background-position:left;
}
.bgimage4{
background-image:url(../images/bg4.jpg);
background-size:cover;
background-position:left;
}
.bg-color1{
 background-color:#9edb00;
}
.bg-color2{
 background-color:#81b000;
}
.bg-color3{
	background-color:#F6F8FA;
}
.bg-gr1{
	background: radial-gradient(at top left, #9edc00  0%,#9edb00 100%);

}
.carousel-item .carousel-caption h2{
	font-size:60px;
	font-weight:700;
	margin-bottom:30px;
}
.carousel-item .carousel-caption h4{
	color:#9edb00;
	font-size:16px;
	text-transform: uppercase;
	font-weight:600;
	margin-bottom:15px;
	padding-left:25px;
	position:relative;
}
.carousel-item .carousel-caption h4::before {
    content: '';
    width: 20px;
    height: 3px;
    background:#9edb00;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-item .carousel-caption p{
	font-size:18px;
}
.carousel-indicators [data-bs-target]{
	border: 0px;
    opacity: 1;
    width: 30px;
    height:5px;
    border-radius: 3px;
    background:transparent;
    border:1px solid #ffffff;
}
.carousel-indicators .active{
	background:#9edb00;
	border:1px solid #9edb00;
}
.carousel-control-next, .carousel-control-prev{
    width: 40px;
    height: 40px;
    right:20px;
    left:auto;
    top:auto;
    border-radius:100%;
    border:1px solid #ffffff;
}
.carousel-control-prev{
	bottom:160px;
}
.carousel-control-next{
	bottom:100px;
}
.navigation{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	z-index:111;
	padding-top:15px;
	padding-bottom:15px;
/*	background-color:transparent !important;*/
   background:rgb(0, 0, 0,0.25) !important;
   transition:all .3s;
}
.navigation.scrolled{
	background:#ffffff !important;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
}
.navigation .nav-link.show{
    color:#9edb00 !important;
}
.navigation.scrolled .nav-link.show{
    color:#81b000 !important;
}
.navigation .nav-link{
  font-size:16px;
  font-weight:400;
  text-transform:capitalize;
  color:#000000;
  color:#ffffff;
}
.navigation.scrolled .nav-link{
	color:#000000;
}
.navigation .nav-link.active{
	color:#9edb00 !important;
}
.navigation.scrolled .nav-link.active{
	color:#81b000 !important;
}
.navigation .nav-link:hover{
color:#81b000;
color:#9edb00;
}
.navigation.scrolled .nav-link:hover{
	color:#81b000;
}
.navbar-brand img{
	width:120px;
}
.navigation .btn-login{
     background:#9edb00;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left:20px;
    padding:10px 20px;
    border-radius:3px;
    color:#000000;
    cursor: pointer;
}
.navigation .btn-login::before{
	    position: absolute;
    bottom: 0;
    left: 0;
    width:51%;
    height: 0;
    content: "";
    background: #00060c;
    background:#ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation .btn-login::after{
position: absolute;
    top: 0;
    right: 0;
    width:51%;
    height: 0;
    content: "";
    background: #00060c;
    background:#ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navigation .btn-login:hover:before{
	height:100%;
}
.navigation .btn-login:hover:after{
	height:100%;
}
.navigation .btn-login i {
    transform: rotate(-45deg);
    transition: .3s ease-in-out;
    margin-left:5px;
}
.navigation .btn-login:hover{
	background:#81b000;
/*	color:#ffffff;*/
color:#000000;
}
.navigation .btn-login:hover i {
    transform: rotate(0deg);
}
.navigation.scrolled .btn-login:hover{
	color:#ffffff;
}
.navigation.scrolled .btn-login::before{
	background:#000000;
}
.navigation.scrolled .btn-login::after{
	background:#000000;
}
a.btn-1,button.btn-1{
     background:#9edb00;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding:10px 20px;
    border-radius:3px;
    color:#000000;
    width:fit-content;
    text-decoration: none;
    border:0px;
}
a.btn-1.btn-black,button.btn-1.btn-black{
	background:#000000;
	color:#ffffff;
}
a.btn-1::before,button.btn-1::before{
	    position: absolute;
    bottom: 0;
    left: 0;
    width:51%;
    height: 0;
    content: "";
    background: #00060c;
    background:#ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn-1::after,button.btn-1::after{
position: absolute;
    top: 0;
    right: 0;
    width:51%;
    height: 0;
    content: "";
    background: #00060c;
    background:#ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.btn-1:hover:before,button.btn-1:hover:before{
	height:100%;
}
a.btn-1:hover:after,button.btn-1:hover:after{
	height:100%;
}
a.btn-1 i ,button.btn-1 i{
    transform: rotate(-45deg);
    transition: .3s ease-in-out;
    margin-left:5px;
}
a.btn-1:hover,button.btn-1:hover{
	background:#81b000;
/*	color:#ffffff;*/
color:#000000;
}
a.btn-1:hover i,button.btn-1:hover i {
    transform: rotate(0deg);
}
.section-padding{
	padding-top:80px;
	padding-bottom:80px;
    position:relative;
}
.place-holder-cover{
	position: relative;
	margin-right:50px;
	z-index: 1;
	margin-top:40px;
}
.place-holder-cover-invert{
	margin-right:0px;
	margin-left:50px;
}
.place-holder{
	margin: 0px 150px 0px 0px;
    background-color: transparent;
    background-image: radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
    border-radius: 10px 10px 10px 10px;
    height:450px;
    z-index: 1;
}
.place-holder-invert{
	margin: 0px 0px 0px 150px;
}
.place-holder img.place-holder-image{
	width:100%;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
	left:2px;
	z-index: 1;
}
.position-relative{
	overflow: hidden;
}
.shape1{
	position: absolute;
    top:0px;
    left: 172px;
    z-index: 0;
    width: 200px;
}
.shape2{
    top: 0px;
    left: auto;
    right: 172px
}
.card-item{
	padding:25px;
	background:radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
	background:#9edb00;
}
.services-item-cover{
	margin-bottom:16px;
}
.services-item{
    background-color: #FFFFFF;
    border-radius:5px;
    box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
    margin: 0px -10px 0px 0px;
    padding:25px;
    position: relative;
    height:100%;
    padding-bottom:70px;
}
.services-item .btn-1{
 position: absolute;
 bottom:25px;
}
a.btn-1.btn-effect-black::before,button.btn-1.btn-effect-black:before{
background:#000000;
}
a.btn-1.btn-effect-black::after,button.btn-1.btn-effect-black:after{
background:#000000;
}
a.btn-1.btn-effect-black:hover,button.btn-1.btn-effect-black:hover{
color:#ffffff;
}
.services-item h3{
	font-size:28px;
}
.services-item .icon-cover{
	position: relative;
	width:80px;
	height:80px;
	background:#9edb00;
	padding:12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:5px;
	margin-bottom:15px;
	background:radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
}
.services-item .icon-cover .icon-image{
    width:100%;
    filter: invert(0%) sepia(100%) saturate(15%) hue-rotate(79deg) brightness(99%) contrast(102%);
}
.fixed-banner{
padding-top: 80px;
padding-bottom: 120px;
 background-size:cover;
 background-position:center;
 text-align: center;
 position:relative;
 color:#ffffff;
}
.fixed-banner .container{
	position:relative;
z-index: 1;
}
.fixed-banner::after{
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	 background:rgb(0, 0, 0,.75);
	 background:linear-gradient(90deg, RGBA(0,0,0, 0.85) 0%, RGBA(0,0,0, 0.75) 25.9%, RGBA(0,0,0, .15) 100%);
     background: linear-gradient(90deg, RGBA(0,0,0, 0.7) 0%, RGBA(0,0,0, 0.75) 25.9%, RGBA(0,0,0, .7) 100%);
}
.fixed-banner h1{
	margin-top:84.1px;
}
.fixed-banner.about-banner{
background-image:url(../images/ecommerce.jpg);
}
.fixed-banner.contact-banner{
background-image:url(../images/contact.jpg);
}
.fixed-banner.priv-banner{
    background-image:url(../images/privacy-policy.jpg);
}
.fixed-banner.error-banner{
    background-image:url(../images/error.jpg);
}
.fixed-banner.single-service-banner{
background-image:url(../images/single-service.jpg);
}
.fixed-banner.business-loans-banner{
background-image:url(../images/business_loans.jpg);
}
.border-left-card{
	border-left: 3px solid #81b000;
    padding: 20px;
    background: #F6F8FA;
}
ul.checklist{
	margin-bottom: 0px;
    list-style-type: none;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: capitalize;
}
ul.checklist li {
    margin-bottom:15px;
    font-size: 16px;
    width:50%;
    display: flex;
    align-items: start;
}
ul.checklist li i {
    margin-right: 10px;
    color: #000;
    background: #9edb00;
    background:radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
    padding: 5px;
    border-radius: 3px;
}
.custom-service-item-cover{
	    margin-bottom:80px;
}
.custom-service-item{
	background:radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
	background:#F4F4F9;
	background:#ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 30px;
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
    box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
    box-shadow:1px 1px 22px 0px rgba(162, 162, 162, 0.5);
    box-shadow:0px 9px 30px 2px #edf0f2;
    height:100%;
}
.custom-service-item .custom-service-icon{
	width:80px;
	height:80px;
	background:#ffffff;
	background: radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
	padding:15px;
	border-radius:100%;
	margin:0 auto;
	margin-bottom:20px;
}
.custom-service-item .custom-service-icon img{
	width:100%;
}
.custom-service-item h3 {
    font-size: 18px;
    font-weight:600;
    margin-bottom:30px;
}
.custom-service-item a.btn-1{
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.video-cover{
margin:0px;
}
.video-cover iframe{
    width: 100%;
    height: 315px;
    border-radius: 5px;
    border:5px solid #81b000;
}
.contact-form,.contact-info{
    margin:0px;
    padding: 30px 15px;
    border-radius: 6px;
    background:#ffffff;
    box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
    box-shadow: 1px 1px 22px 0px rgba(162, 162, 162, 0.5);
    box-shadow: 0px 9px 30px 2px #edf0f2;
}
.form-control{
    height: 50px;
    border:1px solid #dde6ef;
    margin-bottom:30px;
    box-shadow: none;
    background: #fbfdff;
    font-size: 14px;
    color: #6b7c8a;
    padding: 6px 18px;
    font-weight: 500;
    border-radius:3px;
}
.form-control:hover, .form-control:focus {
    border:1px solid #81b000;
    -webkit-box-shadow: 0 1px 1px rgb(7 177 7 / 8%);
    box-shadow: 0 1px 1px rgb(7 177 7 / 8%);
    outline: none;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.height-120{
    height: 120px;
}

.contact-item a{
    display: flex;
    justify-content: flex-start;
    padding:10px 0px;
    color: #000000;
    width: fit-content;
}
.contact-item .icon-cover{
        width: 40px;
    height: 40px;
    border:2px solid #81b000;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:20px;
    color:#81b000;
    flex: 0 0 40px;
}
.contact-item .icon-cover:hover{
    border:2px solid #000000;
    color:#ffffff;
    background:#000000;
}
.social-icons ul{
    list-style-type: none;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    margin-bottom:0px;
    width: fit-content;
}
.social-icons ul li{
    float:left;
}
.social-icons ul li a{
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
    border-radius: 4px;
    display: block;
     background:#81b000;
     margin-right: 10px;
     display: flex;
    align-items: center;
    justify-content: center;
}
.social-icons ul li a:hover{
    background:#000000;
}
.contact-item h4{
    font-size: 20px;

}
.form-group label{
    display: block;
}
.contact-left-card{
padding:15px;
margin-bottom:20px;
}
.contact-form-left-card{
    margin-bottom:30px;
}

/*.dropdown-menu {
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 480px;
}
.dropdown-menu.show{
    display: flex;
}
.dropdown-menu li{
    padding:0px 10px;
}
.dropdown-menu-left{
 width:43%;
}
.dropdown-menu-right{
width:57%;
}
.dropdown-menu a.dropdown-item {
    white-space:normal;
}*/
.custom-dropdown .dropdown-toggle {
    cursor: pointer;
}
.custom-dropdown .dropdown-menu.show{
    display: flex;
}
.custom-dropdown .dropdown-item{
    padding:0px;
}
.custom-dropdown .dropdown-item.active,.custom-dropdown .dropdown-item:active{
    background-color:transparent !important;
}
.custom-dropdown .dropdown-menu[data-bs-popper]{
    top:60px;
    margin-top:0px;
}
.custom-dropdown-menu{
    cursor: pointer;
    position: absolute;
    list-style: none;
    width:600px;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    padding:15px 30px;
    top:60px;
    display: none;
    left: 0px;
    z-index: 999;
    box-shadow: 0px 0px 12px rgb(58 181 144 / 20%);
    border-radius: 12px;
    transition: 0.3s;
    transform: translateX(-35%);
    transform: translateX(-50%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top:0px;
    border-radius:5px;
}
.custom-dropdown-menu.width-400{
 width:400px;
}
.custom-dropdown-menu li {
    background: #ffffff;
    width:50%;
    padding: 0 0 0px 0;
}
.custom-dropdown-menu li a.dropdown-item .card {
    border: 0px;
    /*padding-top:10px;
    padding-left:10px;
    padding-right:10px;*/
    transition:.3s all;
    background-color: #ffffff;
    padding:3px 5px;
    font-size:16px;
    border-radius:0px;
}
.custom-dropdown-menu li a.dropdown-item .card .row{
    align-items:center;
}
/*.custom-dropdown-menu li a.dropdown-item .card:hover{
  background-color: #F7F8FA;
  background-color: #3ab590;
}*/
.custom-dropdown-menu li a.dropdown-item .card .card-body{
 padding:0px 0px 10px 10px;
 padding:0px;
}
.custom-dropdown-menu .nav-icon {
    display: flex;
    justify-content: center;
}
.custom-dropdown-menu li a.dropdown-item .card .nav-icon img {
    height:35px;
/*    filter: invert(57%) sepia(52%) saturate(466%) hue-rotate(111deg) brightness(95%) contrast(91%);*/
}
.custom-dropdown-menu li a.dropdown-item .card:hover .nav-icon img{
/*  filter:invert(1);*/
}
.custom-dropdown-menu li a.dropdown-item .card .card-body p.card-title {
    margin-bottom: 0;
    color:#000000;
    margin-bottom:0px;
}
.custom-dropdown-menu li a.dropdown-item .card:hover .card-body p.card-title{
  color:#81b000;
}
.custom-dropdown-menu li a.dropdown-item .card.dropdown-header{
    color: #81b000;
    border-left: 2px solid #81b000;
    margin: 10px 0px;
    padding: 0px;
    padding-left: 10px;
}
.custom-dropdown-menu li a.dropdown-item .card.dropdown-header:hover .card-body p.card-title{
  color:#000000;
}
.custom-dropdown-menu li a.dropdown-item .card .card-body p.card-text {
    line-height: 19px;
    font-size: 14px;
     color:#000000;
     white-space: initial;
}
.custom-dropdown-menu li a.dropdown-item .card:hover .card-body p.card-text{
  color: #ffffff;
}
.single-service-section-left{
    position:relative;
}
.single-service-section-left::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 5000px;
    left: 18px;
    margin-top: -80px;
    margin-bottom: -80px;
    background:#F6F8FA;
    left: auto;
    right:-6px;
}
.custom-items-list{
 list-style-type:none;
 padding:0px;
 margin-bottom:0px;
}
.custom-items-list li{

}
.custom-items-list li a{
    display:flex;
    align-items: center;
    justify-content: start;
    padding: 15px 20px;
    margin: 0 0 10px 0;
    position: relative;
    background-color: #fff;
    border: none;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border:1px solid #dce4ed;
    color:#000000;
    position: relative;
}
.custom-items-list li a:before{
    content:'';
    position: absolute;
    left:0px;
    top:0px;
    height:100%;
    width:3px;
    opacity:0;
    background: #81b000;
    background:#81b000;
}
.custom-items-list li a:hover{
color:#81b000;
}
.custom-items-list li.active a{
    color:#81b000;
}
.custom-items-list li a:hover:before{
    opacity:1;
}
.custom-items-list li.active a:before{
    opacity:1;
}
.custom-items-list li a i{
position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.services-details{
padding:0px 12px;
}



.rs-footer {
/*    background: url(assets/images/bg/footer-bg.png);*/
    background-color: #F5F6F9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rs-footer ul{
	list-style-type:none;
	padding:0px;
	margin-bottom:0px;
}
.rs-footer .footer-top {
    padding: 92px 12px 80px;
}
.rs-footer .footer-top .footer-logo img {
    height: 40px;
}
.footer-logo.mb-30{
 margin-bottom:30px;
}
.rs-footer .footer-top p {
    margin: 30px 0 0;
    position: relative;
}
.rs-footer .footer-top .footer-social{
	margin-top:20px;
}
.rs-footer .footer-top .footer-social li {
    display: inline;
    margin-right: 5px;
}
.rs-footer .footer-top .footer-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-size: 15px;
    transition: all .8s ease;
    background: rgba(255, 255, 255, 0.9);
    margin-bottom:12px;
}
.rs-footer .footer-top .footer-social li a i {
    line-height: 35px;
}
.pl-45 {
    padding-left: 45px;
}
.rs-footer .footer-top .widget-title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 25px;
}
.rs-footer .footer-top .site-map li {
    margin-bottom: 12px;
}
.rs-footer .footer-top .site-map li a {
    font-size: 16px;
    color: #000000;
}
.rs-footer .footer-top .site-map li a:hover{
	color:#81b000;
}

.rs-footer .footer-top form{
	position:relative;
	margin:30px 0 0;
}
input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}
.rs-footer .footer-top form input[type=email] {
    border: none;
    width: 91%;
    font-size: 13px;
    padding: 16px 60px 16px 20px;
    margin: 0;
    color: #0a0a0a;
    overflow: hidden;
    border-radius: 30px 0 0 30px;
    background: #fff;
    box-shadow: 0 0 25px #eeeeee;
}
.rs-footer .footer-top form button[type="submit"] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%);
    border-radius: 50%;
/*    padding: 15px 28px 15px;*/
    border: none;
    width:51.5px;
    height:51.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#000000;
    background:radial-gradient(at top left, #e2f2b9  0%,#9edb00 100%);
}
.rs-footer .footer-top form button[type="submit"]:hover{
	background:#9edb00;
}

.rs-footer .footer-bottom {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.4);
    background:#000000;
    color:#ffffff;
}
.rs-footer .footer-bottom .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 10px;
}
.rs-footer .footer-bottom .copy-right-menu li:last-child{
	padding-right:0px !important;
}
.rs-footer .footer-bottom .copy-right-menu li a {
    color:#ffffff;
}
.rs-footer .footer-bottom .copy-right-menu li a:hover {
    color:#9edb00;
}
.rs-footer .footer-bottom .copyright p {
    margin: 0;
}
#loginForm .modal-content{
    background:#F5F5F5;
}
#loginForm .btn-close:focus{
    box-shadow: none;
    opacity: 1;
}