.welcome-section {float: left;width: 100%;padding: 80px 0px;background-color: #fff;}
.welcome-section .container {padding-top: 0px;padding-bottom: 0px;}
.home-title {
    color: #474747;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 0.876;
    margin: 0;
    padding-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
}
.white {color: #fff;}
.home-title:after {
    content: '';
    display: block;
    clear: both;
    width: 150px;
    height: 3px;
    margin: 0px auto;
    background: #d9d9d9;
    bottom: -14px;
    position: relative;
}
.our-portfilio-section .home-title:after {background: #fff;}
.welcome-one-left {float: left;width: 59%;margin-right: 1%;}
.welcome-one-left h2,
.welcome-one-left h1.sub-title,
.sub-title {
    color: #474747;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;  
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
    width: 80%;
    display: block;
    line-height: 32px;
}
.welcome-one-list {float: left;width: 100%;}
.welcome-one-list .welcome-one-list-left {
	width: 49%;
    margin-top: 10px;
    float: left;
    position: relative;
}
.welcome-one-list .welcome-one-list-left:before {
    background-image: url(../images/home-sprite.png);
    background-repeat: no-repeat;
    display: block;
    width: 37px;
    height: 114px;
    background-position: -568px -5px;
    content: '';
    position: absolute;
    float: right;
    right: 15px;
}
.welcome-one-list .welcome-one-list-left ul li {
    position: relative;
    padding-left: 40px;
    line-height: 29px;
    margin-bottom: 16px;
    counter-increment: step-counter;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #474747;
}
.welcome-one-list .welcome-one-list-left ul {margin-bottom: 0;}
.welcome-one-list .welcome-one-list-left ul li:last-child {margin-bottom: 0;}
.welcome-one-list .welcome-one-list-left ul li:before {
    content: counter(step-counter, decimal-leading-zero);
    left: 0;
    position: absolute;
    text-align: left;
    top: 0;
    color: #474747;
    width: 45px;
    font-size: 22px;
    cursor: default;
}
.welcome-one-list .welcome-one-list-right {
    float: left;
	width: 49%;
	text-align: left;
}
.welcome-one-list .welcome-one-list-right h2 {
    margin: 0px;
    font-size: 34px;
    color: #474747;
    line-height: 34px;
    padding-bottom: 0;
}
.welcome-one-list .welcome-one-list-right img {float: left;margin-bottom: 8px;}
/* Second-section NEW */
.packages-area {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width:576px) {
	.packages-area .packages {
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
}
.packages-area .packages {
    width: 100%;
    text-align: center;
}
.packages-area .hiring-pack {
    border: 1px solid #ef672f;
    padding: 50px 20px;
    position: relative;
}
.packages-area .hiring-pack:before, .packages-area .hiring-pack:after {
    content: "";
    width: 24px;
    height: 33px;
    position: absolute;
    right: -25px;
}
.packages-area .hiring-pack:before {
    top: 4px;
    background-image: url(../images/round-cut-img.png);
}
.packages-area .hiring-pack:after {
    bottom: 4px;
    background-image: url(../images/round-cut-img2.png);
}
.packages-area .support-pack {
    background-color: #ef672f;
    padding: 36px 20px;
}
.pack-title span {
    font-size: 17px;
    text-transform: uppercase;
    color: #474747;
}
.pack-title h3 {
    margin: 4px 0;
    text-transform: uppercase;
    color: #ef672f;
    font-size: 28px;
    font-weight: 700;
}
.packages-area .hiring-pack img, .packages-area .support-pack img {
    margin: 30px 0;
}
.packages-area .hiring-pack p, .packages-area .support-pack p {
    line-height: 22px;
}
.packages-area .hiring-pack a, .packages-area .support-pack a {
    font-weight: 500;
    text-decoration: underline;
    color: #ef672f;
}
.support-pack .pack-title h3, .support-pack .pack-title span, .support-pack p, .packages-area .support-pack a  {
    color: #fff;
}
.packages-area .hiring-pack a:hover, .packages-area .support-pack a:hover {
    text-decoration: none;
}
/* /Second-section NEW */
.welcome-one-right {
    float: right;
    width: 39%;
    text-align: center;
    margin-left: 1%;
}
.my-home-slider-area {
    margin: 0px;
    width: 100%;
    float: left;
    padding: 0px 30px;
}
.my-custom-home-slider {
    padding: 0px;
    width: 100%;
    margin: 0;
}
.my-custom-home-slider .slick-list {
    width: 100%;
}
.portfolio-section-area {
    float: left;
    width: 100%;
    background: url(../images/portfolio-bg.jpg) top center;
    padding: 80px 0px;
}
.portfolio-section-area #mcs-slider>ul>li div.image-post a h3 {
    z-index: 9;
}
.portfolio-section-area h2 {
    color: #fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
    text-align: center;
    line-height: 26px;
}
.portfolio-section-area p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 28px;
}
.portfolio-section-area .port-slider {
    margin-bottom: 20px;
}
.portfolio-section-area #mcs-slider {
    border: none;
}
.portfolio-section-area #demo .container {
    padding-left: 5px;
    padding-right: 5px;
    width: 100% !important;
}
#home-portfolio .item {
    margin: 0 5px;
}
.portfolio-section-area .owl-controls .owl-buttons {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.portfolio-section-area .owl-controls .owl-buttons .owl-next {
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    top: 40%;
    width: 60px;
    text-align: center;
    background: #0985f8;
    float: left;
    position: absolute;
    left: 0;
}
.portfolio-section-area .owl-controls .owl-buttons .owl-prev {
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    top: 40%;
    width: 60px;
    text-align: center;
    background: #0985f8;
    float: right;
    position: absolute;
    right: 0;
}
.portfolio-section-area .owl-controls .owl-buttons .owl-next:hover,
.portfolio-section-area .owl-controls .owl-buttons .owl-prev:hover {
    background: #0b6b6e none repeat scroll 0 0;
}
.portfolio-section-area .owl-carousel .owl-item .icon-hover {
    background: rgba(10, 26, 42, 0.7) none repeat scroll 0 0 !important;
    height: 100%;
    line-height: 420px;
    padding: 0 !important;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 99999;
}
.portfolio-section-area .owl-carousel .owl-item .item:hover .icon-hover {
    display: block;
}
.portfolio-section-area .owl-carousel .owl-item .item .icon-hover {
    display: none;
}
.portfolio-img-section {
    float: left;
    width: 100%;
    padding: 0 1%;
    margin: 40px 0px 20px 0px;
}
.portfolio-img-section li {
    width: 15.4%;
    background: #333;
    margin: 0% 0.5%;
    display: inline-block;
    position: relative;
    overflow: hidden !important;
}
.portfolio-img-section li .icon-hover {
    position: absolute;
    width: 100%;
    background: rgba(10, 26, 42, 0.7) !important;
    z-index: 99999;
    padding: 0px !important;
    text-align: center;
    line-height: 444px;
    display: none;
}
.portfolio-img-section li:hover .icon-hover {
    display: block;
}
.portfolio-img-section li .port-image {
    width: 100%;
    float: left;
    min-height: 362px;
}
.portfolio-img-section li .view-more {
    position: absolute;
    width: 100%;
    background: rgba(10, 26, 42, 0.7) !important;
    text-align: center;
    height: 100%;
}
.portfolio-img-section li .view-more a.mcs-btn-5 {
    position: relative;
    top: 180px;
}
.ideas-services-section {
    float: left;
    width: 100%;
    background: #0f1215;
    padding: 80px 0px;
}
.ideas-services-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.ideas-servicer-one-left {
    float: left;
    width: 30%;
    padding-right: 20px;
}
.ideas-servicer-one-left h2 {
    margin: 0;
    padding-bottom: 60px;
}
.ideas-servicer-one-left h2 span {
    color: #f3851a;
    font-size: 30px;
    font-weight: 900;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display: block;
    line-height: 0.987;
}
.ideas-servicer-one-left h2 small {
    float: left;
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
    width: 100%;
}
.ideas-servicer-one-left p {
    color: #fff;
}
.ideas-servicer-one-right {
    float: right;
    width: 70%;
}
.ideas-servicer-one-right ul {
    margin: 0;
    padding: 0;
}
.ideas-servicer-one-right li {
    display: inline-block;
    padding: 0 10px;
    width: 49%;
    vertical-align: top;
    margin-bottom: 25px;
}
.ideas-servicer-one-right ul li:nth-child(9),
.ideas-servicer-one-right ul li:nth-child(10) {
    margin-bottom: 0;
}
.home-sprite {
    background-image: url(../images/home-sprite.png);
    background-repeat: no-repeat;
    display: block;
}
.services-icon {
    float: left;
    margin-right: 10px;
    position: relative;
    opacity: 0.5;
}
.services-icon:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(239, 97, 52, 0.2);
    border-radius: 100%;
}
.sprite-special-icon01 {
    width: 60px;
    height: 60px;
    background-position: -274px -143px;
}
.sprite-special-icon02 {
    width: 60px;
    height: 60px;
    background-position: -344px -143px;
}
.sprite-special-icon03 {
    width: 60px;
    height: 60px;
    background-position: -414px -143px;
}
.sprite-special-icon04 {
    width: 60px;
    height: 60px;
    background-position: -484px -143px;
}
.services-text {
    float: left;
    width: 80%;
}
.services-text h3 { 
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}	
.services-text h3 a {
    color: #f3851a;
}
.services-text h3 a:hover {
    color: #fff;
}
.services-text p {
    color: #fff;
    margin-bottom: 0;
    line-height: 22px;
    font-size: 14px;
}
.our-stranth-section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0px;
}
.our-stranth-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.our-stranth-one-left {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.our-stranth-one-left h2 {
    width: 86%;
    line-height: 50px;
    font-size: 35px;
    margin: 0;
    color: #474747;
    padding-bottom: 40px;
    font-weight: 100;
}
.stranth-list {
    padding-bottom: 30px;
    padding-left: 20px;
}
.stranth-list li {
    line-height: 40px;
    font-size: 16px;
    padding-left: 8px;
    color: #474747;
    position: relative;
}
.stranth-list li:before {
    content: "";
    width: 15px;
    height: 14px;
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    left: -20px;
    background-position: -5px -80px;
    background-repeat: no-repeat;
    display: block;
    top: 12px;
}
.cms-magento-responsive-theme .stranth-list li:before {
	top: 6px;
} 
.cms-psd-to-magento-theme-integration .stranth-list li:before {
	top: 14px;
}
.sprite-list-icon {
    width: 14px;
    height: 14px;
    background-position: -5px -80px;
}
.description-block ul.stranth-list {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 40px;
}
.our-stranth-one-right {
    float: right;
    width: 49%;
    margin-left: 1%;
}
.our-stranth-one-right .stanth-img {
    margin-bottom: 20px;
}
.sprite-pro-code-icon01 {
    width: 259px;
    height: 151px;
    background-position: -5px -80px;
    margin: 0 auto;
}
.stranth-flat {
    float: left;
    width: 50%;
    background: #0e141a;
    padding: 20px 0px;
    text-align: center;
    color: #fff;
}
.stranth-flat h2 {
    font-size: 36px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 100;
}
.stranth-flat p {
    color: #fff;
}
.sprite-pro-code-icon02 {
    width: 250px;
    height: 128px;
    background-position: -308px -5px;
    margin: 0 auto;
}
.stranth-sell {
    float: right;
    width: 50%;
    background: #474747;
    padding: 20px 0px;
    margin-top: -100px;
    z-index: 999;
    position: relative;
    text-align: center;
}
.stranth-sell p {
    color: #fff;
    padding-bottom: 20px;
}
.stranth-support {
    float: left;
    text-align: left;
    width: 50%;
    padding: 30px 0px 0px 20px;
}
.stranth-support h2 {
    font-size: 28px;
    margin: 0;
    color: #474747;
    font-weight: 100;
    position: relative;
    padding-bottom: 10px;
}
.stranth-support h2 small {
    position: absolute;
    top: -12px;
    right: 0;
    font-size: 14px;
    border-radius: 4px;
    color: #ef672f;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: bold;
}
.stranth-support p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.sprite-testi-icon {
    width: 49px;
    height: 36px;
    background-position: -182px -147px;
    margin: 0 auto;
}
.sprite-testimonial-logo01 {
    width: 235px;
    height: 34px;
    background-position: -288px -5px;
}
.sprite-testimonial-logo02 {
    width: 170px;
    height: 44px;
    background-position: -288px -50px;
}
.sprite-testimonial-logo03 {
    width: 155px;
    height: 40px;
    background-position: -261px -101px;
}
.sprite-testimonial-logo04 {
    width: 260px;
    height: 40px;
    background-position: -241px -151px;
}
.sprite-testimonial-logo05 {
    width: 279px;
    height: 39px;
    background-position: -184px -202px;
}
.testimonation-slide .arrow.prev {
    content: "";
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    left: 7px;
    width: 20px;
    height: 30px;
    background-position: -5px -5px;
}
.sprite-client-left-arrow {
    width: 20px;
    height: 30px;
    background-position: -5px -5px;
}
.sprite-client-right-arrow {
    width: 20px;
    height: 30px;
    background-position: -35px -5px;
}
.testimonation-slide .arrow.next {
    right: 7px;
    content: "";
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    width: 20px;
    height: 30px;
    background-position: -35px -5px;
}
.methedology-section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0px;
}
.methedology-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.methedology-one-left {
    float: left;
    width: 49%;
    margin-right: 1%;
}
.methedology-one-left h2 {
    color: #222;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 30px;
    width: 58%;
    display: block;
    line-height: 26px;
}
.methedology-one-right {
    float: left;
    width: 49%;
    margin-left: 1%;
    text-align: right;
}
.methedology-link {
    position: relative;
}
.methedology-link a {
    display: table;
    line-height: 48px;
    font-size: 16px;
    color: #222;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
}
.methedology-link a.active {
    color: #0985f8;
}
.methedology-link a:before {
    content: "";
    height: 18px;
    left: -8px;
    position: absolute;
    top: 18px;
    width: 18px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-image: url(../images/home-sprite2.png);
    background-position: -54px -79px;
}
.sprite-metho-link {
    width: 42px;
    height: 16px;
    background-position: -29px -80px;
}
.methedology-link a:hover:before {
    background-position: -28px -78px;
}
.methedology-link a.active:before {
    background: rgba(0, 0, 0, 0) url("../images/metho-link.png") no-repeat scroll 1px 0;
}
.methedology-link a:hover {
    text-shadow: none;
    color: #0985f8;
}
.methedology-link:before {
    width: 1px;
    height: 100%;
    background: #d0d0d0;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}
.methedology-one-right-content {
    float: right;
    border-right: 1px solid #d0d0d0;
    width: 100%;
    padding: 10px 20px;
}
.methedology-one-right-content h2 {
    color: #222;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
    line-height: 26px;
    text-align: right;
    float: right;
    width: 100%;
}
.methedology-one-right-content p {
    margin: 0;
}
.home-retial-section {
    float: left;
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0px;
}
.home-retial-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.home-retial-section .ii-title-area {
    display: none;
}
.home-retial-section .retail-search-area {
    padding: 0;
}
.home-retial-section .retail-search-pro-area {
    margin-top: 0px;
}
.retail-search-pro-area .slick-list {
    width: 94%;
    padding-bottom: 15px;
}
.select-clients-section {
    float: left;
    width: 100%;
    background: #0e141a;
    padding: 80px 0px;
}
.select-clients-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.select-clients-section h5 {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 40px;
    display: block;
    line-height: 26px;
    text-align: center;
}
.select-clients-section .main-footer-partners {
    padding: 0;
    background: none;
}
/* blog-section */
.mcs-blog {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 0px;	
}
.mcs-blog .mcs-blog-box {
    border: 1px solid #eee;
    text-align: center;
    padding-bottom: 30px;
}
.mcs-blog .mcs-blog-box h4 {
    padding: 30px;
    margin: 0;
    line-height: 26px;
    color: #132c45;
    font-size: 18px;
}
.all-post {
    text-align: center;
    padding-top: 40px;
    float: left;
    width: 100%;
}
.all-post .mcs-btn-1 {
    border-radius: 30px;
}
/* /blog-section */
.main-footer-partners .mcts1 .slide {
    width: 200.222px !important;
}
.main-footer-partners .mcts1 .slide .bx-wrapper img {
    max-width: 165px;
}
.select-clients-section .main-footer-partners .bx-default-pager {
    display: none;
}
.select-clients-section .main-footer-partners .bx-wrapper .bx-viewport {
    left: 0;
    margin: 0 auto;
    width: 89.1% !important;
    height: auto !important;
}
.select-clients-section .bx-wrapper .bx-next {
    right: 0;
    background-image: url(../images/home-sprite2.png);
    width: 18px;
    height: 20px;
    background-position: -1px -130px;
    top: 40%;
}
.select-clients-section .bx-wrapper .bx-next:hover {
    background-position: -22px -130px;
}
.select-clients-section .bx-wrapper .bx-prev {
    left: 0;
    background-image: url(../images/home-sprite2.png);
    width: 18px;
    height: 20px;
    background-position: -72px -130px;
    top: 40%;
}
.select-clients-section .bx-wrapper .bx-prev:hover {
    background-position: -49px -130px;
}
.case-study-section {
    float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 80px 0px;
}
.case-study-section .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.case-study-one-left {
    float: left;
    width: 39%;
    text-align: center;
    margin-right: 1%;
}
.case-study-one-right {
    float: right;
    width: 59%;
    margin-left: 1%;
}
.case-study-one-right h2 {
    margin: 0;
    padding-bottom: 30px;
    color: #222;
    font-size: 30px;
    line-height: 45px;
    font-weight: 100;
}
.case-study-one-right p {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 28px;
    text-align: left;
    color: #222;
}
.select-clients-section .clients-left {
    padding: 0;
}
.select-clients-section .clients-left h2 {
    font-size: 40px;
    color: #fff;
    text-align: right;
    padding-right: 40px;
    margin: 0;
    text-transform: uppercase;
    height: 220px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.select-clients-section .clients-right {
    padding: 0 0 0 30px;
    border-left: 1px solid #4e6074;
}
.select-clients-section .clients-right h4 {
    color: #FFF;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.select-clients-section .clients-right ul {
    margin: 0;
}
.select-clients-section .clients-right ul li {
    width: 23.56789%;
    margin: 10px 10px 0 0;
    float: left;
    background: #fff;
}
.select-clients-section .clients-right ul li:hover {
    transform: translateY(-5%);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.select-clients-section .clients-right ul li .clients-sprite-img {
    max-width: 100%;
    margin: 0 auto;
}
.clients-sprite-img {
    background-image: url(../images/clients-sprite.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-c-logo01 {
    width: 200px;
    height: 75px;
    background-position: -5px -5px;
}
.sprite-c-logo02 {
    width: 200px;
    height: 75px;
    background-position: -5px -90px;
}
.sprite-c-logo03 {
    width: 200px;
    height: 75px;
    background-position: -5px -175px;
}
.sprite-c-logo04 {
    width: 200px;
    height: 75px;
    background-position: -5px -260px;
}
.sprite-c-logo05 {
    width: 200px;
    height: 75px;
    background-position: -215px -5px;
}
.sprite-c-logo06 {
    width: 200px;
    height: 75px;
    background-position: -215px -90px;
}
.sprite-c-logo07 {
    width: 200px;
    height: 75px;
    background-position: -215px -175px;
}
.sprite-c-logo08 {
    width: 200px;
    height: 75px;
    background-position: -215px -260px;
}
.featured-magento-extensions-block {
    padding: 80px 0px;
    float: left;
    width: 100%;
  
}
.featured-inner-pages .featured-magento-extensions-block {
    padding: 0;
}
.extension-view,
.featured-magento-extensions-block ul {
    margin: 0;
    float: left;
    width: 100%;
}
.extension-view li,
.featured-magento-extensions-block ul li {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    padding-bottom: 15px;
}
.extension-view li:nth-child(3n+3),
.featured-magento-extensions-block ul li:nth-child(3n+3) {
    padding-right: 0;
}
.extension-view li img,
.featured-magento-extensions-block ul li img {
    float: left;
}
.extension-view li .mx-name,
.featured-magento-extensions-block ul li .mx-name {
    padding-left: 15px;
    display: inline-block;
    max-width: 71%;
}
.extension-view li .mx-name a,
.featured-magento-extensions-block ul li .mx-name a {
    font-size: 14px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    line-height: 16px;
    font-weight: 600;
}
.extension-view li .mx-name a:hover,
.featured-magento-extensions-block ul li .mx-name a:hover {
    color: #132c45;
    text-shadow: none;
}
.extension-view li .mx-name p,
.featured-magento-extensions-block ul li .mx-name p {
    float: left;
    width: 100%;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}
.extension-view li .mx-name p,
.featured-magento-extensions-block ul li .mx-name p {
    float: left;
    width: 100%;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}
.mx-name .product-reviews-summary.short {
    margin-bottom: 0;
    float: left;
    width: 100%;
}
.mx-name .product-reviews-summary.short .rating-summary .rating-result>span:before {
    color: #f9b42e;
    font-size: 12px;
}
.mx-name .product-reviews-summary.short .rating-summary .rating-result:before {
    font-size: 12px;
}
.mx-name .product-reviews-summary.short a.action.view {
    color: #474747;
    font-size: 12px;
    padding-bottom: 0;
    padding-left: 6px;
}
.mx-name .product-reviews-summary.short a.action.view:hover {
    color: #0985f8;
    text-shadow: none;
}
.mx-name .product-reviews-summary.empty .reviews-actions a.action.add {
    font-size: 11px;
    padding-bottom: 0;
    text-decoration: underline;
    color: #222;
}
.mx-name .product-reviews-summary.empty .reviews-actions a.action.add:hover {
    text-decoration: none;
}
.featured-magento-extensions-block.featured-inner-pages {
    background-color: rgb(255, 255, 255);
}
.home-pro-listing {
    display: block;
    text-align: center;
    margin-bottom:60px;
}
.home-pro-listing .home-pro-box {
    display: inline-block;
    max-width: 23.6543210%;
    margin: 0 8px;
    vertical-align: top;
    padding: 15px;
    background-color: #f5f5f5;
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.03);
}
.home-pro-listing .home-pro-box:nth-child(1) {
    margin-left: 0;
}
.home-pro-listing .home-pro-box:nth-child(4) {
    margin-right: 0;
}
.home-pro-listing .home-pro-box img {
    width: 100%;
    display: block;
}
.home-pro-box .mx-name {
    padding-top: 10px;
}
.home-pro-box .mx-name a {
    font-size: 16px;
    color: #474747;
	font-weight: 500;
}
.home-pro-box .mx-name a:hover {
    text-shadow:none;
    color: #0985f8;
}
.home-pro-box .pro-bottom {
    padding-top: 12px;
}
.home-pro-box .pro-bottom .pro-price, .pro-bottom .pro-reviews {
    display: inline-block;
    vertical-align: middle;
}
.home-pro-box .pro-bottom .pro-price {
    font-size: 22px;
    padding-right: 10px;
    font-weight: 700;
}
.home-pro-box .mx-name .pro-bottom .pro-reviews .product-reviews-summary.short {
    margin-bottom: 0;
    float: none;
    width: auto;
}
.pro-new-title .view-all a {
    text-transform: none;
    font-weight: 500;
    float: right;
}
.pro-new-title .view-all a:hover {
    text-shadow:none;
    color: #0382f8;
}
.home-support img {
    width: 100%;
}
.mcs-cliens-slide-section {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.mcs-cliens-slide-section h5 {
    color: #0382f8;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}
.mcs-testimonials-slide {
    position: relative;
}
.mcs-testimonials-slide .slide-wrapper {
    text-align: left;
}
.mcs-testimonials-slide .slide {
    position: relative;
}
.mcs-testimonials-slide .slide h6 {
    position: absolute;
    right: 0;
    bottom: -50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #0382f8;
    text-align: right;
    margin: 0;
    padding: 0;
}
.mcs-testimonials-slide .slide h6 small {
    text-transform: none;
    color: #474747;
    display: block;
    margin-top: 3px;
    font-weight: 500;
}
.mcs-testimonials-slide .cliens-say {
    padding: 25px;
    background-color: #0382f8;
    border-radius: 10px;
    position: relative;
    margin-bottom: 52px;
}
.mcs-testimonials-slide .cliens-say:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0382f8;
    border-radius: 3px;
    position: absolute;
    right: 26px;
    bottom: -9px;
    transform: rotate(45deg);
}
.mcs-testimonials-slide-nav {
    left: 0px;
    position: absolute;
    bottom: -8px;
}
.mcs-testimonials-slide input[type="radio"],
.slide,
.mcs-testimonials-slide input[type="radio"]:checked~div.slide-wrapper div.slide,
.mcs-testimonials-slide input[type="radio"]:checked~div.slide-wrapper div.mcs-testimonials-slide-nav {
    display: none;
}
.mcs-testimonials-slide input[type="radio"]:checked+div.slide-wrapper div.slide,
.mcs-testimonials-slide input[type="radio"]:checked+div.slide-wrapper div.mcs-testimonials-slide-nav {
    display: block;
    animation: psFadeIn 0.4s ease-out;
}
.mcs-testimonials-slide .mcs-testimonials-slide-nav label i {
    position: absolute;
    left: 0;
    bottom: -38px;
    z-index: 999;
    font-size: 30px;
    transition: 0.2s all;
}
.mcs-testimonials-slide label:hover i {
    color: rgba(255, 255, 255, 0.48);
    cursor: pointer;
    transition: 0.2s all;
}
.mcs-testimonials-slide label.nxt i {
    left: 24px;
}
.mcs-testimonials-slide .slide-wrapper .slide .clien-speak {
    color: #ffffff;
    font-style: italic;
    line-height: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
    font-size: 13px;
}
.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens {
    display: inline-block;
    margin-top: 20px;
    clear: both;
}
.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-left {
    float: left;
    padding-right: 20px;
    width: 50%;
}
.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right {
    float: left;
    border-left: 2px solid #fff;
    padding-left: 20px;
    text-align: left;
    width: 50%;
}
.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: #fff;
    line-height: 22px;
}
.mcs-testimonials-slide .slide-wrapper .slide .slide-cliens .slide-cliens-right .cliens-info {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
}
.footer-section-area {
    float: left;
    width: 100%;
    position: relative;
}
.footer-top-area {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 35px 0px;
    border-top: 1px solid #eaeaea;
}
.footer-top-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-top-area ul {
    width: 80%;
    margin: 0 auto;
}
.footer-top-area ul li {
    border-right: 1px solid #dddddd;
    float: left;
    text-align: center;
    width: 33.33%;
}
.footer-top-area ul li:last-child {
    border-right: none;
}
.footer-top-area ul h2 {
    margin: 0;
    padding: 0;
    color: #132b45;
    font-size: 60px;
    font-weight: 600;
    line-height: 0.765;
}
.footer-top-area ul p {
    margin: 0;
    padding: 0;
    color: #0985f8;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-new-height-area {
    float: left;
    width: 100%;
    background: #132b45;
    padding: 60px 0px 30px 0px;
}
.footer-new-height-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-new-height-area h2 {
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    width: 82%;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    margin: 0 auto;
    position: relative;
    margin-bottom: 68px;
}
.footer-new-height-area h2:before {
    width: 150px;
    height: 2px;
    background: #0985f8;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
}
.footer-new-height-left {
    float: left;
    width: 70%;
}
.new-height-listing {
    float: left;
    width: 100%;
}
.new-height-listing li {
    display: inline-block;
    padding-left: 66px;
    padding-right: 10px;
    width: 47%;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
}
.new-height-listing li:before {
    content: "";
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    width: 45px;
    height: 45px;
    background-position: -65px -5px;
    left: 0;
}
.sprite-fl-icon {
    width: 45px;
    height: 45px;
    background-position: -65px -5px;
}
.new-height-listing li a {
    color: #fff;
    font-size: 16px;
}
.new-height-listing li a:hover {
    color: #08a8ad;
}
.top-renked-img {
    float: left;
    width: 100%;
}
.top-renked-img img:last-child {
    margin-right: 0px;
}
.top-renked-img img {
    margin-right: 20px;
}
.footer-new-height-right {
    float: left;
    width: 30%;
}
.footer-contact-info {
    float: left;
    width: 100%;
}
.footer-contact-info li {
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
}
.footer-contact-info li.fr-add {
    position: relative;
}
.footer-contact-info li.fr-add:before {
    content: "";
    width: 14px;
    height: 20px;
    background-position: -120px -5px;
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 8px;
}
.sprite-fr-addess {
    width: 14px;
    height: 20px;
    background-position: -120px -5px;
}
.footer-contact-info li.fr-msg {
    position: relative;
}
.footer-contact-info li.fr-msg:before {
    content: "";
    width: 18px;
    height: 11px;
    background-position: -171px -5px;
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 8px;
}
.sprite-fr-message {
    width: 18px;
    height: 11px;
    background-position: -171px -5px;
}
.footer-contact-info li.fr-call {
    position: relative;
}
.footer-contact-info li.fr-call:before {
    content: "";
    width: 17px;
    height: 17px;
    background-position: -144px -5px;
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 5px;
}
.sprite-fr-call {
    width: 17px;
    height: 17px;
    background-position: -144px -5px;
}
.footer-contact-info li.fr-website {
    position: relative;
}
.footer-contact-info li.fr-website:before {
    content: "";
    width: 17px;
    height: 17px;
    background-position: -171px -26px;
    background-image: url(../images/home-sprite2.png);
    position: absolute;
    left: 0;
    top: 6px;
}
.footer-socials {
   margin: 20px auto 0;display: inline-block;
}
.footer-socials li {
    float: left;
    margin-right: 10px;
}
.footer-socials li a {
    float: left;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.footer-socials li a:hover {
    text-shadow: none;
    background: #ef672f;
    -webkit-animation-name: hvr-icon-up;
    animation-name: hvr-icon-up;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transition: translateY(-6px);
}
.footer-lets-work-area {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #ef672f;
    position: relative;
}
.top-ecommerce {
    position: absolute;
    top: -97px;
    left: 60px;
    z-index: 2;
}
.footer-lets-work-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-lets-work-area .lets-work {
    margin: 0 auto;
    display: table;
}  
.footer-lets-work-area .lets-work span {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;   
    margin-right: 20px;
    float: left;
    text-align: right;
    line-height: 46px;
}
.footer-lets-work-area .lets-work .mcs-btn-5 {
    color: #474747 !important;
    padding: 12px 30px !important;
    background: #ffffff !important;
    float: left !important;
}
.footer-lets-work-area .lets-work .mcs-btn-5:hover {
    color: #fff !important;
    background: #ad390a !important; 
}
.footer-bottom-area {
    float: left;
    width: 100%;
    background: #0e141a;
    padding: 20px 0px;
	text-align: center;
}
.footer-bottom-area .container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.footer-bottom-link {
    text-align: center;
    line-height: 12px;
    width: 100%;
    float: left;
}
.footer-bottom-link li {
    display: inline-table;
    border-right: 1px solid #505050;
    padding: 0px 8px;
}
.footer-bottom-link li:last-child {
    border-right: none;
}
.footer-bottom-link a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}
.footer-bottom-link a:hover {
    color: #ef672f;
    text-shadow: none;
}
.f-coppyright {
    text-align: center;
    margin: 0;
    padding-top: 5px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    line-height: inherit;
}
.sl-wrapper .sl-navigation button {
    top: 45%;
}
.sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
}
.sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
}
.footer.content {
    padding-top: 0px;
    border-top: none;
}