footer {
    float: left;
    width: 100%;
    /*background-color:#202529;*/
	 background-color:#0a0b0c;	
}
.footer-inner {
    float: left;
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box;
}
.footer-leftside {
    float: left;
    width: 100%;
    border-right: 1px solid #232528;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}
.footer-top-left {
    float: left;
    width: 100%;
}
.footer-bottom-left {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
}
.footer-top-left ul {
    float: left;
    width: 100%;
}
.footer-top-left ul li {
    float: left;
    padding: 0 20px 0 0;
}
.footer-top-left ul li a {
    float: left;
    font-size: 18px;
    color: #fff;
}
.footer-top-left ul li a:hover{
	 color:#3dce5e;
}
.footer-bottom-left p {
    color: #dcdcdc;
	text-align: justify;
}
.footer-rightside {
    float: left;
    width: 100%;
}
.footer-rightside strong {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.footer-top-right ul {
    float: left;
    width: 100%;
    padding: 20px 0 0;
    box-sizing: border-box;
}
.footer-top-right ul li {
    float: left;
    width: auto;
    line-height: 11px;
    border-right: 1px solid #ccc;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.footer-top-right ul li:last-child{
	 border-right:none;
}

.footer-top-right ul li a {
    color: #dcdcdc;
}
.footer-copyright {
    float: left;
    width: 100%;
    background-color: #000;
    padding: 6px 0;
    box-sizing: border-box;
}
.footer-copyright-inner {
    float: left;
    width: 100%;
    text-align: center;
}
.footer-copyright-inner p {
    color: #fff;
}
.footer-top-right ul li a:hover {
    color: #3dce5e;
}

.footer-links-repective-cites {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.footer-links-repective-cites ul {
    float: left;
    width: 100%;
}
.footer-links-repective-cites ul li {
    float: left;
    width: auto;
    position: relative;
    padding: 0 20px 0 0;
    box-sizing: border-box;
	font-style: italic;
}
.footer-links-repective-cites ul li a {
    float: left;
    color: #dcdcdc;
}
.footer-links-repective-cites ul li a:hover {
    color:#3dce5e;
}
.footer-links-repective-cites ul li:after {
    content: "/";
    color: #fff;
    position: absolute;
    right: 7px;
}

.footer-services-links {
    float: left;
    width: 100%;
}
.footer-services-links span {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.footer-services-links span a {
    color: #fff;
}
.footer-services-links span a:hover {
    color: #3dce5e;
}
.footer-services-links p {
    float: left;
    width: 100%;
    color: #dcdcdc;
    margin: 5px 0 0;
}
.footer-registration-socialicon-section {
    float: left;
    width: 100%;
    background-color:#16191d;
    padding: 13px 0;
    box-sizing: border-box;
}
.footer-registration-section-inner {
    float: left;
    width: 100%;
}
.footer-registration-section {
    float: left;
    width: 100%;
}
.footer-registration-section .register-sec {
    float: left;
    width: auto;
    margin: 0 20px 0 0;
}
.footer-registration-section .register-sec span {
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 6px 10px 0 0;
    box-sizing: border-box;
}
.footer-registration-section .register-sec a {
    float: left;
    width: auto;
    background-color:#f5be00;
    color: #000;
    padding: 7px 20px;
    border-radius: 5px;
    box-sizing: border-box;
}
.footer-registration-section .register-sec a:hover {
	background-color:#0a96ff;
}
.footer-registration-section .register-sec a.for-business {
    background-color: #eae003;
}
.footer-registration-section .register-sec a.for-business:hover {
   background-color:#0a96ff;
}
.footer-social-icon-section {
    float: left;
    width: 100%;
}
.footer-social-icon-section ul {
    float: right;
}
.footer-social-icon-section ul li {
    float: left;
    padding: 0 4px;
    box-sizing: border-box;
}
.footer-social-icon-section ul li a {
    float: left;
}
.footer-social-icon-section ul li span {
    float: left;
    color: #fff;
    font-size: 18px;
    padding: 6px 2px 0 0;
    box-sizing: border-box;
}











@media screen and (min-width: 992px) and (max-width: 1199px) {
.footer-social-icon-section ul li a img {
    float: left;
    height: 30px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px) {
.footer-rightside strong {
font-size: 16px;}
.footer-top-right ul {
    padding: 10px 0 0;
}
.footer-bottom-left {
    padding: 10px 0 0;
}	
.footer-top-left ul li {
    padding: 0 10px 6px 0;
}	
.footer-top-left ul li a {
    font-size: 15px;
}
.footer-inner {
    padding: 25px 0;
}	
.footer-top-right ul li {
    width: 50%;
    padding: 0;
    border: none;
}
.footer-leftside {
    padding: 0 10px 0 0;
}
.footer-registration-section .register-sec {
    width: 50%;
    margin: 0;
	text-align: center;
}
.footer-registration-section .register-sec span {
    padding: 0 0 7px;
    width: 100%;
}
.footer-registration-section .register-sec a {
    float: none;
    display: inline-block;
}
.footer-social-icon-section ul li span {
    float: none;
    display: inline-block;
    padding: 0 0 6px 0;
}
.footer-social-icon-section ul {
    text-align: center;
}
.footer-social-icon-section ul li:first-child {
    width: 100%;
}
.footer-social-icon-section ul li {
    float: none;
    padding: 0 4px;
    display: inline-block;
}



}

@media screen and (min-width: 481px) and (max-width: 767px) {
.footer-inner {
    margin: 20px 0;
	padding: 10px 0;
}	
.footer-top-left ul li {
    padding: 0 15px 0 0;
    width: auto;
}
.footer-bottom-left {
    padding: 10px 0;
}
.footer-top-right ul {
    padding: 7px 0 0;
}	
.footer-top-right ul li {
    width: 50%;
}	
.footer-copyright-inner p {
    line-height: 17px;
}	
.footer-copyright {
    padding: 6px;
}	
.footer-top-left ul li a {
    display: inline-block;
    padding: 2px 0;
    box-sizing: border-box;
    font-size: 16px;
}	
.footer-bottom-left p {
    line-height: 18px;
    text-align: justify;
}
.footer-rightside {
    padding: 10px 0 0;
    box-sizing: border-box;
}
.footer-top-right ul li {
    width: auto;
    padding: 0 10px 2px 0;
    box-sizing: border-box;
}
.footer-top-right ul li a {
    color: #fff;
    text-decoration: underline;
}
	
	
	
	
.footer-leftside {
    border-right: none;
    padding: 0;
}	
.footer-links-repective-cites {
    margin: 10px 0;
}
.footer-services-links {
    margin: 0 0 10px;
}
.footer-registration-section .register-sec {
    width: 50%;
    text-align: center;
	margin: 0;
}
.footer-registration-section .register-sec span {
    float: none;
    padding: 0 0 5px;
    display: inline-block;
	    width: 100%;
}
.footer-registration-section .register-sec a {
    float: none;
    display: inline-block;
}
.footer-social-icon-section {
    text-align: center;
    margin: 15px 0 0;
}
.footer-social-icon-section ul {
    float: none;
    width: 100%;
    display: inline-block;
}
.footer-social-icon-section ul li {
    float: none;
    display: inline-block;
}
.footer-rightside strong {
    font-size: 16px;
}
.footer-services-links span {
    font-size: 16px;
}
.footer-services-links p {
    line-height: 17px;
}
.footer-top-right ul li {
    width: 33%;
    border-right: 0;
    padding: 0;
}	
.footer-leftside {
    border-right: none;
    padding: 0;
	}
	.footer-links-repective-cites ul li {
    width: 100%;
    padding: 3px 0 3px 12px;
    border-bottom: 1px solid #1e1e1f;
}
.footer-links-repective-cites ul li:after{content: none;}
.footer-links-repective-cites ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 70px;
}
footer {
    margin: 0 0 47px;
}


}
@media screen and (min-width: 320px) and (max-width: 480px) {
	.footer-leftside {
    border-right: none;
    padding: 0;
	}
.footer-inner {
    margin: 0;
	padding: 10px 0;
}	
.footer-top-left ul li {
    padding: 0;
    width: 50%;
}
.footer-bottom-left {
    padding: 25px 0;
}
.footer-top-right ul {
    padding: 7px 0 0;
}		
.footer-copyright-inner p {
    line-height: 17px;
}	
.footer-copyright {
    padding: 6px;
}	
.footer-top-left ul li a {
    display: inline-block;
    padding: 2px 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 18px;
}	
.footer-bottom-left p {
    line-height: 16px;
    text-align: justify;
    font-size: 14px;
}

footer {
    margin: 0 0 55px;
}
.footer-links-repective-cites {
    margin: 15px 0 25px;
}
.footer-services-links {
    margin: 0 0 10px;
}
.footer-registration-section .register-sec {
    width: 50%;
    text-align: center;
	margin: 0;
}
.footer-registration-section .register-sec span {
    float: none;
    padding: 0 0 5px;
    display: inline-block;
	    width: 100%;
}
.footer-registration-section .register-sec a {
    float: none;
    display: inline-block;
    padding: 4px 6px;
    font-size: 13px;
}
.footer-social-icon-section {
    text-align: center;
    margin: 15px 0 0;
}
.footer-social-icon-section ul {
    float: none;
    width: 100%;
    display: inline-block;
}
.footer-social-icon-section ul li {
    float: none;
    display: inline-block;
}
.footer-rightside strong {
    font-size: 16px;
}
.footer-services-links span {
    font-size: 16px;
}
.footer-services-links p {
    line-height: 17px;
}
.footer-top-right ul li {
    width: 33%;
    border-right: 0;
    padding: 0;
}
.footer-links-repective-cites ul li {
    width: 100%;
    padding: 3px 0 3px 12px;
    border-bottom: 1px solid #1e1e1f;
}
.footer-links-repective-cites ul li:after{content: none;}
.footer-links-repective-cites ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 70px;
}
}

@media screen and (max-width: 320px) {
.footer-registration-section .register-sec a {
    padding: 5px 5px;
    font-size: 12px;
}	
.footer-social-icon-section ul li {
    padding: 0 1px;
}

}















