@media (min-width: 1800px){
    .container {
        width: 1800px;
    }
}

.box-inner {
    padding-top: 33px;
    max-width: 360px;
    background: url('../images/top-templates-showcase.png') no-repeat top left;
    background-size: 100%;
    display: inline-block;
}

.box-inner .image {
    height: 450px;
    overflow: hidden;
    border: 2px solid #E6E6E6;
}

.box-inner .image:hover {
    overflow-y: scroll;
}

h2.heding {
    font-weight: bold;
    font-family: "Rubik", Lato,Arial, sans-serif;
    margin: 0 auto 15px;
}

p.heding-sub {
    margin-bottom: 40px;
    font-family: "Rubik", Lato,Arial, sans-serif;
    font-size: 16px;
}

a.button2 {
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Rubik';
    font-size: 24px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    margin-bottom: 20px;
}

sub {
    font-size: 12px;
    top: -18px;
}

.preset .box-inner .image {
    height: 460px;
    overflow: hidden !important;
}

.preset .box-inner .image.home1 {
    height: 474px;
    overflow: hidden !important;
}

.box-inner .image img {
    max-width: 360px;
    width: 360px !important;
}


/* Style css */

.wrapper h6,
.wrapper h5,
.wrapper h4,
.wrapper h2,
.wrapper h1 {
    font-family: 'Rubik', sans-serif;
}

.wrapper {
    color: #121212;
    font-family: 'Rubik', sans-serif;
}

.wrapper a {
    text-decoration: none;
    font-size: 14px;
    color: #121212;
}

.wrapper a:hover,
.wrapper a:focus {
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #86ba09;
}

.wrapper li {
    list-style: none
}

.wrapper ul {
    padding: 0;
    margin: 0;
}

.wrapper img {
    max-width: 100%;
}

.top-head {
    background: transparent;
    padding: 30px 0;
    position: absolute;
    width: 100%;
}

.main-menu ul {
    padding-top: 16px;
}

.main-menu ul li {
    display: inline-block;
    float: left;
    margin: 0 17.5px
}

.main-menu ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #222 !important;
}

.main-menu,
.top-head .btn-links {
    display: inline-block
}

@media (max-width: 480px){
    .top-head .main-menu{
        display: block
    }
    .top-head .main-menu ul{
        padding-bottom: 35px;
    }
    .top-head .btn-links a{
        margin-top: 0 !important;
    }
}

.top-head .btn-links {
    float: right
}

.top-head .btn-links a {
    height: 50px;
    line-height: 55px;
    padding: 0 25px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-size: 15px;
    background: transparent;
    color: #222;
}
.main-logo{
	padding-bottom:392px;
    text-align: left;
}
@media (max-width: 991px) {
    .main-logo {
         padding-bottom: 500px;
    }
}
@media (max-width: 767px) {
    .main-logo {
         padding-bottom: 200px;
    }
}
.main-logo p{
    color: #121212;
}
.main-logo h1 {
    margin: 0;
    padding: 95px 0 285px;
}
@media (max-width: 1199px) {
    .main-logo h1 {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .main-logo h1 {
        padding-bottom: 0;
    }
}
@media (max-width: 767px) {
    .main-logo h1 {
        text-align: center;
        padding-bottom: 65px;
    }
}
.main-logo h2 {
    color:#fff;
    margin: 0;
    font-size: 60px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3.9px;
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .main-logo h2 {
        font-size: 30px;
    }
}
.main-logo .subtitle {
    color:#fff;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.625px;
    font-weight: 300;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .main-logo .subtitle{
        font-size: 20px;
    }
}
.main-logo .button a {
    margin-top: -57px;
    float: right;
    padding: 0 36px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Lato;
    height: 50px;
    line-height: 50px;
}
@media (max-width: 767px) {
    .main-logo .button{
        float:unset;
    }
}
.main-logo .button2 a {
    margin-top: 109px;
    padding: 0 26px;
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
	letter-spacing:2px;
}
.main-logo .button:hover a:hover {
    color:#ed1d24;
}
.main-logo .button2:hover a:hover {
    color:#ed1d24;
}
.main-logo h1 a {
    display: inline-block;
}
@media (max-width: 767px) {
    .main-logo h1 >a {
        margin-top: 0;
        float: unset!important;
    }
}
.main-logo h1 .button a {
    display: inline-block;
}
@media (max-width: 767px) {
    .main-logo h1 .button >a {
        margin-bottom: 0;
        margin-top: 70px;
        float: unset!important;
    }
}
.main-logo .title-head {
    padding-top: 400px;
    color: #fff;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 53px;
    text-transform: uppercase;
}

@media (max-width: 991px){
    .main-logo .title-head{
        padding-top: 160px;
    }
}

@media (max-width: 767px){
    .main-logo .title-head{
        font-size: 30px;
        line-height: 35px;
    }
}

.main-logo >p {
    font-size: 20px;
    line-height: 28px
}

.list-home {
    padding-top: 105px;
    position: relative
}

.list-home .col-3 {
    width: 33.33333333%;
}

.list-home .number-home-page {
    position: absolute;
    top: 0px;
    left: calc(100% - 100px);
    min-width: 250px
}

.number-home-page .number {
    display: inline-block;
    float: left;
    font-weight: 700;
    font-size: 100px;
    color: #121212;
    line-height: 100%;
    margin: 0;
    position: relative
}

.number-home-page .number::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 100%;
    width: 58px;
    height: 87px;
    display: block;
    background: url(../images/next-icon.png) no-repeat;
    background-size: 98%
}

.number-home-page .content {
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-top: 34px
}

.number-home-page .content p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0
}

.number-home-page .content h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 5px
}

.wrapper-img a img,
.wrapper-img-1 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.wrapper-img-1 {
    margin-bottom: 40px;
}

.wrapper-img a{
    display: inline-block;
    width: 100%;
    vertical-align: top;
    position: relative;
}
.wrapper-img a:before{
    position: absolute;
    content: "";
    background: url(../images/next.jpg) no-repeat;
    left: calc(50% - 24px);
    top: calc(50% - 50px);
    height: 48px;
    width: 48px;
    line-height: 50px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.wrapper-img a:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #121212;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.wrapper-img:hover a:after,
.wrapper-img-1:hover a:after{
    opacity: 0.3;
}

.wrapper-img:hover a:before,
.wrapper-img-1:hover a:before{
    opacity: 1;
    top: calc(50% - 24px);
}

.wrapper-img div {
    padding: 30px 0;
}

.wrapper-img .font-second {
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 18px;
	text-transform:uppercase;
}

.wrapper-img > .font-second {
    display: block;
}

.wrapper-img .font-second:hover {
    color: #121212
}

.btn-link-big a {
    background: #121212;
    padding: 0 30px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    line-height: 54px;
    font-size: 18px
}

.btn-link-big a:hover {
    background: #f0ad39;
}

.section-1{
	padding-bottom : 60px;
}

.section-1:not(.bg) .wrapper-img-1{
    border: 1px solid #ebebeb;
    box-shadow: 0 0 8px 1px rgba(144, 144, 144, 0.2);
}

.section-1.bg{
    background: #f5f5f5;
}

.section-1 .container-inner {
    padding: 60px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.section-1 .title-section {
    font-size: 45px;
    font-weight: 700;
    color: #ed1d24;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 70px;
	text-transform:uppercase;
}

@media (max-width: 767px){
    .section-1 .title-section{
        font-size: 25px;
        margin-bottom: 30px;
    }
}

.col-5 {
    width: 20%
}

.section-2 {
    padding-bottom: 60px;
}

.section-2 .text-head {
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 0;
}

.section-2 .title-section {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    line-height: 56px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 70px;
}

#blog-page,
#header-style {
    background: #f5e0c3;
}
#header-page .content-head{
    background: url(../images/bg-header.jpg) no-repeat right bottom;
    padding-bottom: 65px;
    padding: 0 45px;
}

#header-page{
    position: relative;
}

@media (max-width: 991px) {
    #header-page .content-head {
        padding: 0;
    }
}
@media (max-width: 767px) {
    #header-page .content-head {
        background: url(../images/bg-header.jpg) no-repeat left bottom;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #header-page .content-head{
        background: url(../images/bg-header.jpg) no-repeat 85% top;
    }
}

.wrapper-section2 {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 35px 15px;
    margin-bottom: 21px;
    box-shadow: 0 0 10px 1px rgba(220, 220, 220, 0.4);
	min-height : 265px;
}

.wrapper-section2 .content h3 {
    margin-top: 28px;
    margin-bottom: 23px;
    font-size: 14px;
    font-weight: 700;
    color: #1b1b1b;
    text-transform: uppercase;
}

.wrapper-section2 .content p {
    color: #666666;
    font-family: Lato;
}

.section-3 {
    padding-bottom: 110px;
    padding-top: 110px;
}

.list-img-head li {
    margin-bottom: 15px;
}

.list-img-head li:last-child {
    margin-bottom: 0;
}

.section-3 .title-section {
    margin: 0;
}

.section-4 {
    background: url(../images/bg-sc4.png) no-repeat center;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 207px
}

.section-4 .title-section {
    font-size: 52px;
    color: #fff;
    line-height: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}

.text-section4 {
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 100px;
}

.section-4 .img-section img {
    width: 100%;
}

.section-4 .img-section {
    border: 3px solid #393939;
    padding: 12px;
}

.section-4 .icon-list {
    padding-left: 45px;
}

.icon-list li {
    margin-bottom: 20px;
    color: #fff;
}

.icon-list li img {
    border: 3px solid #393939;
    padding: 8px
}

.icon-list li span {
    margin-left: 26px;
}

.icon-list li:last-child {
    margin-bottom: 0;
}

.section-5 {
    padding: 120px 0 130px;
}

.box-5.left h2 {
    margin: 0;
    font-size: 52px;
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 15px
}

.box-5.left >p {
    color: #666666;
    margin-bottom: 0;
}

.box-5 .content {
    padding-left: 107px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.box-5 .content .title-section {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1b1b1b;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.box-5 .content .title-section::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #1b1b1b;
}

.box-5 .content p a {
    color: #008bbf;
}

.box-5 .content p a:hover {
    color: #121212;
}

.box-5 .content p {
    color: #1c1c1c;
    margin-bottom: 0
}

.box-5.bg-1 .content {
    background: url(../images/icon-4.png) no-repeat left;
    background-size: 84px;
}

.box-5.bg-2 .content {
    background: url(../images/icon-5.png) no-repeat left;
    background-size: 84px;
}

#footer-page {
    padding-top: 560px;
    background: url(../images/bg-footer.png) no-repeat top;
}
.footer-page img {
	max-height:50px;
}
.title-footer {
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-page .title-footer {
    margin-top: 170px;
    font-weight: 700;
}

.footer-page .btn-link-ft a {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    background: #ed1d24;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 60px;
    margin-top: 30px;
    color: #fff;
    font-family: Lato, sans-serif;
}

.footer-page .btn-link-ft a:hover {
    background:#c71016;
    color: #fff;
}

.copyright {
    color: #fff;
    font-family: Lato, sans-serif;
}

.copyright a {
    color: white;
    font-weight: 700;
}

.copyright a:hover {
    color: #121212
}

@media (max-width: 768px) {
    .logos.sticky {
        display: none;
    }
}

.logos.sticky {
    background-color: #86ba09;
    top: 0px;
    width: 100%;
    position: fixed;
    left: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 100000;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}
.logos.sticky a:hover{
	color:#fff!important;
}

ul.list-img-head {
    list-style: none;
}

.image-bg {
    position: relative;
}

.comming-soon{
	position : relative;
    padding: 0 !important;
}
.comming-soon:after{
	content : "";
	background : rgba(0,0,0,0.4);
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	z-index : 1;
}
.hot,.new {
    top: 15px;
    right : 30px;
    z-index: 9 ;
    text-align: center ;
    color: #fff;
    background: #86ba09;
    font-size: 12px;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
    position: absolute;
    font-weight: 700;
	border-radius : 50%;
	padding : 0px!important;
	line-height : 50px;
}

.new{
	background : #105caa;	
}


/* feature  */
.dflex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mar15-{
    margin-right: -15px;
    margin-left: -15px;
}

.dflex:before,
.dflex:after {
    display: none;
}

.feature .s-head{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
}

.feature .s-head .s-title{
    font-size: 45px;
    font-weight: 700;
    color: #ed1d24;
    line-height: 50px;
    text-transform: uppercase;
}

.feature .s-inner .s-item{
    width: calc(100% / 5);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}


.special-feature{
    margin-bottom: 80px;
}

.special-feature .s-head{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 70px;
}

.special-feature .s-head .s-title{
    font-size: 45px;
    font-weight: 700;
    color: #ed1d24;
    line-height: 50px;
    text-transform: uppercase;
}

.special-feature .s-inner .s-item{
    width: calc(100% / 3);
    transition: all .6s ease;
}

.special-feature .s-inner .s-item .s-item-images{
    position: relative;
    overflow: hidden;
}

.special-feature .s-inner .s-item img{
    transition: all .8s ease;
}

.special-feature .s-inner .s-item:hover img{
    transform: scale(1.2);
}

.special-feature .s-inner .s-item .s-item-title{
    height: 403px;
    padding: 30px;
    text-align: center;
}

.special-feature .s-inner .s-item .s-item-title-content .title{
    margin-top: 0;
}

.special-feature .s-inner .s-item .actions{
    margin-top: 30px;
}

.special-feature .s-inner .s-item .actions .action{
    display: inline-block;
    padding: 10px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    margin: 0 15px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.special-feature .s-inner .s-item .actions .action:after{
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    background-color: #ec1d23;
    transition: all .5s ease;
    z-index: -1;
}

.special-feature .s-inner .s-item .actions .action:hover{
    border-color: #ec1d23;
    color: white;
}

.special-feature .s-inner .s-item .actions .action:hover:after{
    left: 0;
}

/* footer */

/* animation jello-horizontal */

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.support-center {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;;
}

.support-center .s-inner .s-item  {
    width: 20%;
    text-align: center;
}

.support-center .s-inner .s-item .title {
    margin-top: 10px;
    display: block;
}

.support-center .s-item {
    width: 20%;
    padding: 0 15px 30px;
}

.support-center .s-item a {
    color: #fff;
}

.support-center .s-item a:hover {
    text-decoration: underline;
}

.support-center .s-item a:hover img {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

.support-center .s-item .title {
    color: #fff;
}

.footer-main {
    color: white;
    text-align: initial;
    font-size: 15px;
    padding-bottom: 15px;
}

.footer-main .footer-box .box-item{
    width: calc(100% / 3);
}

.footer-main .box-content .link-list {
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.footer-main .box-content .logo{
    margin-bottom: 20px;
}

.footer-main .box-content .title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-main .box-content .text {
    margin-bottom: 50px;
    max-width: 400px;
}

.footer-main .box-content .link-list {
    margin-top: 0;
}

.footer-main .box-content .link-list a:hover {
    color: var(--main-color);
}

.footer-main .link-list li {
    margin-bottom: 15px;
}

.footer-main .link-list a {
    transition: all .3s ease;
    color: white;
}

.footer-main .link-list a:hover {
    text-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.footer-main .our-product .link-list a img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.footer-main .our-product .link-list a:hover img {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.copyright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
}

.copyright a {
    font-weight: 600;
}

.copyright p {
    color: white;
    margin: 0;
}

.social-profile li{
    display: inline-block;
    margin-right: 15px;
    transition: all .3s ease;
}

.social-profile li a{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: black;
    background-color: white;
    display: inline-block;
    border-radius: 50%;
}

.social-profile li a:hover{
    color: black;
    background-color: white;
}

.social-profile li a span{
    line-height: 28px;
}

.social-profile li:last-child{
    margin-right: 0;
}

.social-profile li:hover{
    transform: translateY(-7px);
}

@media(max-width: 1919px){
    .special-feature .s-inner .s-item .actions .action{
        margin: 0 5px;
        padding: 5px 20px;
        font-size: 14px;
    }
}

@media(max-width: 1599px){
    .special-feature .s-inner .s-item .s-item-title{
        height: 261px;
    }

}

@media(max-width: 1439px){
    #header-page .content-head{
        padding: 0;
    }

    .feature .s-inner .s-item{
        width: calc(100% / 4);
    }
}

@media(max-width: 1199px){
    .support-center{
        padding-top: 30px;
        position: static;
        background-color: #010f26;
    }

    .special-feature .s-inner .s-item{
        width: 100%;
    }

    .special-feature .s-inner .s-item .s-item-title{
        height: auto;
    }

    .special-feature .s-inner .s-item .s-item-images{
        text-align: center;
    }

    .special-feature .s-inner .s-item{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }

    .special-feature .s-inner .s-item.wishlist-compare-ajax .s-item-title{
        order: 2;
    }

    .feature .s-inner .s-item{
        width: calc(100% / 3);
    }

    .footer-main .footer-box .box-item{
        width: 50%;
    }

    .footer-main .footer-box .box-item.footer-info{
        width: 100%;
        margin-bottom: 30px;
    }

    #footer-page{
        background-size: cover;
    }
}

@media(max-width: 991px){
    .footer-main .footer-box .box-item.footer-info{
        background-color: rgba(0, 0, 0, .3);
        padding: 20px;
    }
}

@media(max-width: 767px){
    .special-feature .s-head .s-title,
    .feature .s-head .s-title{
        font-size: 25px;
    }

    .special-feature .s-head,
    .feature .s-head{
        margin-bottom: 30px;
    }

    .special-feature .s-inner .s-item .s-item-title-content .title{
        font-size: 20px;
    }

    .support-center .s-inner{
        justify-content: center;
    }

    .support-center .s-inner .s-item{
        width: calc(100% / 3);
    }
}

@media(max-width: 639px){
    .feature .s-inner .s-item{
        width: 50%;
    }

    .special-feature .s-inner .s-item .actions .action{
        margin-bottom: 10px;
    }
}

@media(max-width: 379px){
    .footer-main .footer-box .box-item{
        width: 100%;
        margin-bottom: 30px;
    }

    .special-feature .s-head .s-title, .feature .s-head .s-title{
        font-size: 16px;        
    }

    .social-profile li{
        margin-right: 10px;
    }

    #footer-page{
        padding-top: 300px;
    }

    .feature .s-inner .s-item{
        width: 100%;    
    }

    .main-logo{
        padding-bottom: 100px;
    }

    .support-center .s-inner .s-item{
        width: 50%;
    }
}