@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.subheader,
header .top-bar {
    background-repeat: no-repeat;
    background-size: cover
}

#search-results .item,
.sm,
.sm li,
.sm ul,
.topmenu li>a,
ul.sm a,
ul.sm:after {
    display: block
}

#error-page,
#scrollUp,
.topmenu li>a {
    text-align: center
}

body,
html {
    font-size: 16px
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.5);
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden
}

a,
a.inverted,
a.white {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    outline: 0
}

a.inverted {
    color: inherit;
}

a.white {
    color: #fff
}

a.hover,
a:focus,
a:hover {
    color: inherit;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
    outline: 0;
    text-decoration: none
}

a.inverted:focus,
a.inverted:hover {
    color: inherit;
}

a.white:focus,
a.white:hover {
    color: inherit;
}

hr {
    margin-top: 2em;
    margin-bottom: 2em;
    border: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0))
}

h1,
h2,
h4,
h3,
h5,
h6 {
    margin-bottom: 1rem
}

p {
    margin-bottom: 1em
}

p:last-child {
    margin-bottom: 0
}

.sk-content {
    padding: 1em
}

.sk-content-full {
    padding: 2em 0;
}

.sk-content-half {
    padding: .5em 0;
}

header {
    position: relative;
    padding: 2em 0;
}

header .top-bar {
    background-attachment: scroll;
    background-position: center center;
}

header .top-bar .doSearch {
    float: right;
    min-width: 300px
}

header .logo {
}

.subheader h1 {
    color: #fff;
    margin: 0;
    font-weight: 100
}

.subheader h1 small {
    display: block;
    font-weight: 300;
    color: #fff;
    margin-top: .5em
}
.subheader .sk.breadcrumb {
    position: absolute;
    bottom: 0;
    right: 1em;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    padding: .5em 1.2em;
    text-transform: capitalize;
    width: auto
}

.topmenu li ul li a,
.topmenu li>a strong {
    text-transform: uppercase;
}

.subheader .sk.breadcrumb a.section {
    color: #fff
}

.subheader .sk.breadcrumb a:hover {
    text-decoration: underline
}

.subheader .sk.breadcrumb .section {
    font-size: .876em;
    color: #fff
}

.subheader .sk.inverted.input {
    width: 300px
}

#suggestions {
    position: absolute;
    width: 300px;
    top: 5em;
    z-index: 100
}

ul.sm a,
ul.sm li {
    position: relative
}

#search-results {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .08);
    background-color: #FFF
}

.topmenu ul {
    background-color: #024E96;
}

#pagination {
    margin-top: 1em
}

.sm,
.sm li,
.sm ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: normal;
    direction: ltr
}

ul.sm li {
    float: left
}

ul.sm a {
    white-space: nowrap
}

ul.sm a.disabled {
    cursor: default
}

ul.sm ul {
    position: absolute;
    top: -999999px;
    left: -800px;
    width: 100px
}

.top-menu,
.topmenu li>a i,
.topmenu li>a small,
.topmenu li>a strong {
    position: relative
}

ul.sm-rtl {
    direction: rtl
}

ul.sm-rtl li {
    float: right
}

ul.sm ul li,
ul.sm-vertical li {
    float: none
}

ul.sm ul a,
ul.sm-vertical a {
    white-space: normal
}

* html ul.sm-vertical li {
    float: left;
    width: 100%
}

* html ul.sm-vertical ul li {
    float: none;
    width: auto
}

ul.sm ul.sm-nowrap>li>a {
    white-space: nowrap
}

ul.sm:after {
    content: "\00a0";
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

* html ul.sm {
    height: 1px
}

ul.sm li *,
ul.sm li:after,
ul.sm li:before {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

ul.sm {
    -webkit-tap-highlight-color: transparent
}

.topmenu > li {
	margin: 0 10px;
	position: relative;
    color: #000;
    font-size: 16px;
}
.topmenu > li:first-child {
	margin-left: 0;
}
.topmenu > li:last-child {
	margin-right: 0;
}

.topmenu li>a {
    text-decoration: none;
    font-weight: 700;
}

.topmenu li a>i {
    display: none;
    font-size: 2em
}

.topmenu li>a strong {
    display: block;
}

.topmenu li>a small {
    display: none;
    font-size: .85em
}

.topmenu li:hover a small,
.topmenu li:hover a strong,
.topmenu li:hover>a i {
    opacity: 1
}

.topmenu a>small {
    display: block;
    font-weight: 700;
}

.topmenu a.highlighted,
.topmenu a:active,
.topmenu a:focus,
.topmenu a:hover {
    color: #037DE0;
}

.topmenu li>a.active {
}

.topmenu li.nav-submenu-item i.icon {
    margin-right: .5em
}

.topmenu ul a.has-submenu,
.topmenu-vertical a.has-submenu {
    padding-right: 1.8em
}

.topmenu li ul li a {
    padding: .85em;
    text-align: left;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, .2);
    font-size: .778em
}

.topmenu li ul li a:hover {
    color: #394147
}

.topmenu li ul li a i {
    font-size: 1em;
    display: inline-block;
    margin: 0 .5em 0 0
}

#menu ul.two.cols {
    width: 380px!important
}

#menu ul.three.cols {
    width: 500px!important
}

#menu ul.three.cols li {
    width: 33.33%
}

#menu ul.four.cols li {
    width: 25%
}

#menu ul.four.cols {
    width: 680px!important
}

#menu ul.cols li {
    display: block;
    float: left;
    width: 50%
}

#menu ul.cols li:first-child {
    box-shadow: none
}

#menu ul.cols {
    clear: both
}

.topmenu ul.menu-submenu {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1)
}

.topmenu a span.sub-arrow {
    position: absolute;
    left: 50%;
    bottom: 16px;
    margin-left: -12px;
    width: 1em;
    height: 1em;
    line-height: 1em
}

.topmenu ul.menu-submenu a span.sub-arrow,
.topmenu-vertical a span.sub-arrow {
    right: 1em;
    top: 1.4em;
    left: auto;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}



.topmenu ul li:first-child,
.topmenu-vertical li:first-child {
    border-top: 0
}

.topmenu span.scroll-down,
.topmenu span.scroll-up {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    border: solid #bbb;
    border-width: 1px 0;
    background: #fff;
    height: 20px
}

.topmenu span.scroll-down-arrow,
.topmenu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #555
}

#botwidget,
.loader {
    position: relative
}

.topmenu span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #555 transparent transparent
}

#topwidget {
    background-color: #fff
}

#topwidget .static-image {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 1em 4em;
    color: #fff
}

#topwidget .static-image>h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 100
}

#leftwidget aside {
    margin-bottom: 1.5em
}

#leftwidget aside h3,
#rightwidget aside h3 {
    font-weight: 400;
}

#botwidget {
}

#botwidget h3 {
}

.loader:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/loader-large.gif) 50% 50% no-repeat rgba(255, 255, 255, .8);
    visibility: visible;
    z-index: 5000
}

footer {
    background-image: url(https://www.dametalhome.com/uploads/images/footer-background.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff
}

footer .ficons {
    margin-bottom: 1em
}

footer .ficons i.icon {
    margin: 0 .25em
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #024E96;
    border-radius: 30px;
    line-height: 55px;
    opacity: .7;
    color: white;
}

#scrollUp:before {
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font: 28px Icons;
}

#error-page {
    background-image: url(../images/404_bg.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    background-color: #282828;
    box-shadow: inset 0 10px 0 0 #000, inset 0 -10px 0 0 #000;
    position: relative
}

#error-page .logo {
    padding-top: 2em
}

#error-page h1 {
    padding-top: .5em;
    color: #fff;
    font-size: 5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3 {
    color: #7F7F7F;
    font-size: 1.5em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .75)
}

#error-page h3.primary {
    margin-top: 2em
}

#error-page #but.button {
    font-size: 2em;
    border-radius: 500em
}

#error-page #but.button i.icon {
    font-size: 4em
}

.section1 {
    background: #f4f6f8;
    position: relative;
    padding: 3em 1em
}

.section1:after,
.section1:before,
.section2:after {
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.section1:before {
    background: #fff;
    border-top: 1px solid #e1e1e1;
    top: 1px
}

.section1:after {
    background: #e1e1e1;
    border-bottom: 1px solid #fefefe;
    bottom: 5px
}

.section2:after {
    background: #fefefe;
    top: 0;
    transition: all .3s ease 0s
}

.section2,
.section3,
.section4 {
    padding: 3em 1em;
    position: relative
}

.section2 {
    background: #f4f6f8;
    border-top: 1px solid #e3e3e3
}

.section3 {
    background: #fff;
    border-top: 1px solid #dadada
}

.section4 {
    background: #e3e8ee;
    border-bottom: 1px solid #f4f6f8
}

.menu.lang_menu.show {
    display: block;
    position: absolute;
    background: white;
    z-index: 10000;
    width: auto;
    top: 46px;
}

.sk.menu {
    font-size: 20px;
}

.headerlanguage {
    cursor: pointer;
}

#langmenu .item {
    display: inline-block;
    border-left: 1px solid #515151;
    padding-left: 5px;
    margin-left: 5px;
}
#langmenu .item:first-child {
	border-left: none;
    padding-left: 0;
    margin-left: 0;
}
#langmenu a.item:hover {
    color: #037DE0;
}

.lazyload {
    display: block;
    min-height: 1px;
}

.lazyload.custom-loader {
    max-width: 50px;
    max-height: 50px;
    left: calc(50% - 25px);
}

/*All*/
b {
    font-weight: 900;
}
input, 
textarea, 
select, 
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
::-webkit-input-placeholder {
	opacity:1;
}
::-moz-placeholder {
	opacity:1;
}
:-ms-input-placeholder {
	opacity:1;
}
:-moz-placeholder {
	opacity:1;
}
.underline, a.underline:hover, a.underline:focus {
	text-decoration: underline;
}
.row {
	margin-left:-15px;
	margin-right:-15px;
}
.col {
	padding-left:15px;
	padding-right:15px;
}
.row-2 {
	margin-left:-2px;
	margin-right:-2px;
}
.col-2 {
	padding-left:2px;
	padding-right:2px;
}
.row-5 {
	margin-left:-5px;
	margin-right:-5px;
}
.col-5 {
	padding-left:5px;
	padding-right:5px;
}
.row-7 {
	margin-left:-7px;
	margin-right:-7px;
}
.col-7 {
	padding-left:7px;
	padding-right:7px;
}
.row-10 {
	margin-left:-10px;
	margin-right:-10px;
}
.col-10 {
	padding-left:10px;
	padding-right:10px;
}
.row-15 {
    margin-left:-15px;
    margin-right:-15px;
}
.col-15 {
    padding-left:15px;
    padding-right:15px;
}
.row-20 {
	margin-left:-20px;
	margin-right:-20px;
}
.col-20 {
	padding-left:20px;
	padding-right:20px;
}
.row-25 {
	margin-left:-25px;
	margin-right:-25px;
}
.col-25 {
	padding-left:25px;
	padding-right:25px;
}
.row-30 {
	margin-left:-30px;
	margin-right:-30px;
}
.col-30 {
	padding-left:30px;
	padding-right:30px;
}
.row-35 {
    margin-left:-35px;
    margin-right:-35px;
}
.col-35 {
    padding-left:35px;
    padding-right:35px;
}
.row-40 {
	margin-left:-40px;
	margin-right:-40px;
}
.col-40 {
	padding-left:40px;
	padding-right:40px;
}
.row-50 {
	margin-left:-50px;
	margin-right:-50px;
}
.col-50 {
	padding-left:50px;
	padding-right:50px;
}
.row-100 {
	margin-left:-100px;
	margin-right:-100px;
}
.col-100 {
	padding-left:100px;
	padding-right:100px;
}
.v-align-middle {
	vertical-align:middle;
}
.visibility-hidden {
	visibility:hidden;
}
.uppercase {
	text-transform:uppercase;
}
.bold {
	font-weight:bold;
}
.block {
	display:block;
}
.flex {
	display:flex;
}
.flex-wrap {
	display:flex;
	flex-wrap:wrap;
}
.flex-between {
	display:flex;
	justify-content: space-between;
}
.flex-wrap-between {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.flex-center {
	display:flex;
	justify-content: end;
}
.flex-wrap-center {
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.flex-right {
	display:flex;
	justify-content: flex-end;
}
.flex-wrap-right {
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
}
.flex-all-center {
	display:flex;
	justify-content: center;
	align-items:center;
}
.flow-column {
	flex-flow:column;
}
.flex-vertical-center {
	display:flex;
	align-items:center;
}
.flex-bottom {
	display:flex;
	align-items:flex-end;
}	
.image-link img.over, .image-link:hover img.normal {
	display:none;
}
.image-link:hover img.over {
	display:inline-block;
}
.visible-phone {
	display:none !important;
}
.photo-landscape img, img.photo-landscape {
    width: 100%;
    height: auto;
}
.photo-portrait img, img.photo-portrait {
    width: auto;
    height: 100%;
}
h2.page-title {
    color: #037DE0;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
h3.page-title {
    color: #3F3F3F;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 400;
}
h4.page-title {
    color: #3F3F3F;
    font-size: 16px;
    margin-bottom: 5px;
}
.title-description {
	font-size: 16px;
	color: rgba(0,0,0,0.5);
	line-height: 2;
	margin-bottom: 1.5em;
}
.blue-color {
	color: #037DE0;
}
.red-color {
	color: #b80031;
}
/*Header*/
.header-right {
    font-size: 12px;
}
.header-language {
    text-align: right;
    margin-bottom: 4em;
    color: #515151;
}
/*Menu*/
#menu {
    display: flex;
    justify-content: flex-end;
}
/*Dropdown Menu*/
.menu-icons-inside {
    position: relative;
    text-align: center;
    float: right;
    cursor: pointer;
    z-index: 2;
    display: none;
}
.menu-icon {
    position: relative;
    color: #000;
    float: right;
    height: 26px;
    margin-right: 0;
    display: inline-block;
}
.menu-icon-create {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    top: 12px;
    vertical-align: bottom;
    background: #000;
    white-space: nowrap;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    float: left;
}
.menu-icon-create::after, .menu-icon-create::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background: #000;
}
.menu-icon-create::before {
    top: -8px;
}
.menu-icon-create::after {
    top: 8px;
}
.menu-icon.opened .menu-icon-create {
    background: none;
}
.menu-icon.opened .menu-icon-create::before {
    top: 100%;
    -webkit-transform: rotate(-48deg) translate(2px,0);
    -moz-transform: rotate(-48deg) translate(2px,0);
    -ms-transform: rotate(-48deg) translate(2px,0);
    -o-transform: rotate(-48deg) translate(2px,0);
    transform: rotate(-48deg) translate(2px,0);
}
.menu-icon.opened .menu-icon-create::after {
    -webkit-transform: rotate(45deg) translate(0,1px);
    -moz-transform: rotate(45deg) translate(0,1px);
    -ms-transform: rotate(45deg) translate(0,1px);
    -o-transform: rotate(45deg) translate(0,1px);
    transform: rotate(45deg) translate(0,1px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
/*What we do*/
.what-we-text {
    color: #000000;
    font-size: 22px;
    max-width: 850px;
    line-height: 1.5;
    padding-top: 4em;
    font-weight: 300;
}
#what-we-do {
    border-left: 3px solid #037DE0;
    padding-left: 2em;
    margin-top: 9em;
    margin-bottom: 2em;
}
#what-we-do h2 {
    margin-bottom: 0;
}
/*Features*/
#features {
    margin-top: 2em;
    margin-bottom: 6em;
}
.feature-res-wrap {
    text-align: center;
    border: 1px solid rgba(51,51,51,0.3); 
    padding-top: 85%;
    position: relative;
    cursor: pointer;
}
.feature-res-front {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.feature-res-title {
    font-size: 27px;
    margin-top: 1em;
    font-weight: 300;
    color: #000;
}
.feature-res-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.35);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.35);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.35);
    background-color: #037DE0;
    color: white;
    padding: 1em;
    flex-flow: column;
    justify-content: space-between;
    overflow: auto;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    opacity: 0;
}
.feature-res-desc {
    font-size: 15px;
    line-height: 2;
    position: relative;
    top: -50px;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}
.feature-res-over .feature-res-title {
    padding-top: 0.4em;
    border-top: 1px solid rgba(255,255,255,0.5);
    position: relative;
    font-weight: 600;
    color: white;
}
.feature-res-wrap:hover .feature-res-over {
	opacity: 1;
}
.feature-res-wrap:hover .feature-res-desc {
    top: 0;
}
/*About Us - Plugin*/
#about-us {
    background-color: rgba(0,0,0,0.05);
    padding-top: 3em;
    padding-bottom: 4em;
}
#about-us p, #about-us ul {
    color: #000;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}
.home-aboutus {
    border-left: 3px solid #037DE0;
    padding-left: 2em;
}
.home-four-services {
    margin-top: 2em;
}
#about-us ul {
    padding: 0;
    list-style: none;
}
#about-us ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
#about-us ul li::before {
    content: "";
    width: 10px;
    border-top: 1px solid #037DE0;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 0;
}
.read-more {
    display: inline-block;
    background-color: #B80031;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 23px 40px;
    margin-top: 4em;
    border: 2px solid #b80031;
}
.flex-wrap-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.read-more:hover {
    color: white;
    background: #DD0044;
    border: 2px solid #DD0044;
}
.what-we-do {
    margin-top: 9em;
    margin-bottom: 14em;
}
.about-res-item a {
    display: block;
    padding: 2px;
}
.about-res-wrap {
    position: relative;
}
.about-res-image {
    position: relative;
    padding-top: 75%;
    overflow: hidden;
}
.about-res-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
}
.about-res-over {
    position: absolute;
    top: 0;
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(38,38,38,0.38);
    padding: 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    font-size: 16px;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.about-res-desc {
    opacity: 0;
    -webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.about-res-title {
    padding-top: 5px;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-size: 18px;
    font-weight: bold;
}
.about-res-title:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-bottom: 1px solid rgba(255,255,255,0.25);
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.about-res-item a:hover .about-res-over {
	background-color:#037DE0;
}
.about-res-item a:hover .about-res-desc {
	opacity: 1;
}
.about-res-item a:hover .about-res-title {
    color: white;
}
.about-res-item a:hover .about-res-title:before {
	width: 100%;
}
.owl-buttons {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: flex;
}
/*Project Categories*/
.owl-theme .owl-controls .owl-page span {
    width: 15px;
    height: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #3F3F3F;
    margin: 0 3px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #E0001B;
}
/*Faqs Plugin*/
.box-number-item {
    margin-bottom: 3em;
}
.box-number-wrap {
    text-align: center;
    color: #6D6D6D;
    font-weight: bold;
    padding: 2em 1em;
    border: 1px solid #037DE0;
}
.box-number-no {
    color: #037DE0;
    font-size: 62px;
    text-align: center;
}
.box-number-line {
    border-top: 1px solid white;
    margin: 10px 0 15px;
}
.box-number-title {
    font-size: 25px;
    color: #000;
    font-weight: 400;
    margin-top: -2em;
}
.event-publish-popup-icon:hover {
    -webkit-filter: none;
    filter: none;
}
.event-publish-popup-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://www.dametalhome.com/uploads/images/popup-ic.svg');
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    margin-right: -1.45em;
}
.owl-theme .owl-controls .owl-buttons div {
    height: 85px;
    width: 80px;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}
.owl-theme .owl-controls .owl-buttons div img {
    width: 28px;
    height: 70px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover img {
    -webkit-filter: none;
    filter: none;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    background-color: transparent;
}
/*Article Pages*/
.article-page {
    padding: 1em 0;
}
.article-page .page-title {
    margin-bottom: 2em;
}
.article-text {
    padding-top: 2em;
}
.article-page p, ul li {
    font-size: 16px;
    line-height: 2;
    color: rgba(0,0,0,0.5);
}
.about-fewwords {
    color: #037DE0 !important;
    font-weight: 600;
    position: relative;
    padding-left: 1em;
    margin-bottom: 1em;
}
.about-fewwords::after {
    content: "";
    position: absolute;
    border-left: 3px solid #037DE0;
    top: 9px;
    bottom: 9px;
    left: 0;
}
.article-links {
    list-style: none;
    padding: 0;
    margin: 0;
    color: black;
}
.article-links .active {
    color: #037DE0;
    border-bottom: 1px solid #037DE0;
}
.article-sidebar ul li {
    color: #000;
}
.article-links li {
    border-bottom: 1px solid rgba(0,0,0,0.15);
    position: relative;
}
.article-links li:after {
	content: "";
	border-bottom: 1px solid #037DE0;
	width: 0;
	position: absolute;
	bottom: -1px;
	left: 0;
	display: block;
	-webkit-transition: all .55s ease;
	-moz-transition: all .55s ease;
	-o-transition: all .55s ease;
	transition: all .55s ease;
}
.article-links li:hover {
    color: #037DE0;
}
.article-links li:hover:after {
	width: 100%;
}
.article-links li a {
	display: block;
	padding: 1em 0;
    font-size: 30px;
    font-weight: 600;
}
.article-image img {
    width: 100%;
}
.explore-gallery-carousel.owl-carousel.owl-theme {
    border-top: 5px solid #037DE0;
}
/*Banner Image*/
.article-banner {
    margin: 5em 0 10em 0;
}
.banner-image img {
    width: 100%;
    border-top: 5px solid #037DE0;
}
.big-title {
    font-size: 60px;
    color: #3F3F3F;
}
/*Article Features*/
#article-features {
    background-image: url(https://www.dametalhome.com/uploads/images/article-feat-back.jpg);
    background-size: cover;
    background-position: center center;
    color: white;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding: 5em 0;
    margin: 6em 0 4em 0;
}
.article-feat-wrap:hover {
    color: #a1cade;
}
#article-features::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background-color: rgba(0,33,58,0.69);
}
#article-features .sk-grid {
	position: relative;
}
.article-feat-title {
    margin-top: 1em;
}
/*Our Advantages*/
#advantages {
    margin: 5em 0 6em 0;
}
#advantages h3.page-title {
    margin-bottom: 1em;
}
#advantages p {
    line-height: 2;
}
#advantages .box-number-wrap {
    padding: 3em 1em;
}
#advantages .box-number-no {
    font-size: 90px;
    font-weight: 900;
}
#advantages .box-number-title {
    font-weight: 400;
}
/*Pop Up*/
#sliderevmodal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    background: white;
    z-index: 10;
}
#sliderevmodal-inner {
  max-width: 960px;
  margin: auto;
  height: 100%;
}
.popup-title {
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    font-weight: bold;
}
.image-link img.over, .image-link:hover img.normal {
    display: none;
}
.image-link:hover img.over {
    display: inline-block;
}
.fb-footer {
    margin-right: 5px;
}
.social-media-footer {
    text-align: right;
}
.footer-top {
    border-bottom: 1px solid;
    padding-bottom: 1em;
}
.social-media-header {
    display: inline-block;
    margin-right: 2em;
}
.fb-header {
    margin-right: 10px;
}
.dropdown.screen {
    display: inline-block;
}

#revsliclo {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: transparent url("https://www.dametalhome.com/uploads/images/cancel.png") calc(100% - 100px) 50px no-repeat;
}
.tparrows.tp-rightarrow::before {
    color: #037DE0;
}
.tparrows::before {
    color: #037DE0 !important;
}
.dione.tparrows::before {
    font-size: 40px !important;
}
.tp-bannertimer {
    display: none;
}
.revclowrap {
    max-width: 960px;
    margin:auto;
    margin-top: 50px;
}
.revcloicon {
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0,0,0,0.9);
    padding: 5px;
    width: 40px;
    height: 40px;
    margin: -20px 0px -20px auto;
    display: flex;
    z-index: 100;
    position: relative;
    filter: invert(100%);
}
#revsliclo img {
    width: 15px;
    height: 15px;
    margin: auto;
}
#sliderevmodal-innerer {
    margin-top: 50px;
}
.rev_slider_wrapper {
    height: auto !important;
}
#rev_slider_1 {
    border: 1px solid rgba(255,255,255,0.25);
    height: auto !important;
    padding-top: calc(75% - 75px);
}
.rev_slider > ul {
    background: none !important;
}
.tp-thumb {
    border: 1px solid rgba(255,255,255,0.25);
}
.thumbs-nav{
    cursor:pointer;
    width:40px;
    height:40px;
    position:absolute;
    display:block;
    z-index:1001;
    border-radius:50%;
    border:1px solid #d3d3d3;
}
.thumbs-nav::before{
    font-family:revicons;
    font-size:20px;
    color:#fff;
    display:block;
    line-height:40px;
    text-align:center;
}
.thumbs-nav-vertical{
    right:5.4%;
}
.thumbs-nav-vertical.thumbs-next{
    bottom:0;
}
.thumbs-nav-vertical.thumbs-prev{
    top:0;
}
.thumbs-nav-vertical.thumbs-next::before{
    content:"\e82d";
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.thumbs-nav-vertical.thumbs-prev::before{
    content:"\e82c";
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
.thumbs-nav-horizontal{
    bottom:3.5%;
}
.thumbs-nav-horizontal.thumbs-next{
    right:2%;
}
.thumbs-nav-horizontal.thumbs-prev{
    left:2%;
}
.thumbs-nav-horizontal.thumbs-next::before{
    content:"\e82d";
    margin-left:3px
}
.thumbs-nav-horizontal.thumbs-prev::before{
    content:"\e82c";
    margin-right:3px;
}
/*Contact Us*/
.contact-left .title-description {
	margin-bottom: 6em;
}
.contact-informations {
    margin-top: 2em;
}
.sk.form .field label {
    white-space: normal;
}
.sk.message .header,
.sk.form .field label,
.sk.form textarea, 
.sk.form input[type="text"], 
.sk.form input[type="email"], 
.sk.form input[type="date"], 
.sk.form input[type="password"], 
.sk.form input[type="number"], 
.sk.form input[type="tel"], 
.sk.form .fileinput > input,
.sk.form .field label.radio, 
.sk.form .field label.checkbox,
.sk.button {
	font-family: 'Open Sans', sans-serif;
}
.sk.form textarea, 
.sk.form input[type="text"], 
.sk.form input[type="email"], 
.sk.form input[type="date"], 
.sk.form input[type="password"], 
.sk.form input[type="number"], 
.sk.form input[type="tel"], 
.sk.form .fileinput > input {
    border: 1px solid rgba(114,114,114,0.25);
    border-radius: 0;
    color: #727272;
}
.sk.form input[type="text"]:focus, 
.sk.form input[type="email"]:focus, 
.sk.form input[type="date"]:focus, 
.sk.form input[type="password"]:focus, 
.sk.form input[type="number"]:focus, 
.sk.form input[type="url"]:focus, 
.sk.form input[type="tel"]:focus, 
.sk.form textarea:focus {
    border-color: #037DE0;
    -webkit-box-shadow: .3em 0 0 0 #037DE0 inset;
    box-shadow: .3em 0 0 0 #037DE0 inset;
}
.radio, .checkbox {
    line-height: 1.25;
}
.checkbox {
    padding-left: 30px;
}
.sk.form .field label.checkbox {
    display: inline-block;
}
.checkbox input + i::after {
    content: "";
    border: 1px solid rgba(114,114,114,0.25);
    height: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: baseline;
    position: absolute;
	top: 0.15rem;
}
.checkbox input:checked + i::after {
    content: "\f00c";
    color: #b80031;
    font-size: 1rem;
}
.sk.button {
    background-color: #B80031;
    padding: 1.5em 4em;
    font-size: 18px;
    border-radius: 0;
    float: right;
}
.sk.button:hover {
    background-color: #024e96;
}
.sk.message {
    padding: 3em 1em;
    border-radius: 0;
    text-align: center;
}
.sk.success.message, .sk.positive.message {
    background-color: #89c6ff;
    color: black;
}
.sk.warning.message {
    background-color: #fc8f8b;
    color: black;
}
.sk.icon.message i {
    display: none !important;
}
.sk.icon.message > .icon + .content {
    padding-left: 0;
}
.sk.message .header {
    font-size: 1.5em;
    font-weight: bold;
}
.contact-res-item {
    margin-bottom: 2em;
}
.contact-res-item:last-child {
    margin-bottom: 0;
}
.contact-res-image {
    float: left;
    width: 40px;
}
.contact-res-text {
    float: left;
    width: calc(100% - 40px);
}
.find-us {
    margin-top: 2em;
    margin-bottom: 8em;
}
.map {
    background-color: rgba(2,78,148,0.14);
    height: 378px;
    position: relative;
    margin-top: 2.5em;
}
.map iframe {
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.contact-left {
    margin-top: 6em;
    padding-left: 2em;
}
#contact-info {
    margin-top: 6em;
}
/*Footer*/
footer a:hover {
	color: #037DE0;
}
.upper-footer {
    padding: 1em 0;
}
.upper-footer-column {
    text-align: center;
}
.footer-column-wrap {
    display: inline-table;
    text-align: left;
}
.footer-description {
    max-width: 240px;
    font-size: 16px;
    margin-top: 2em;
    line-height: 1.5;
}
.footer-menu ul li {
    font-size: 14px;
    color: white;
    line-height: 1;
    line-height: 0.5;
    font-weight: 600;
}
.footer-leftside {
    margin-top: 2em;
}
#footer-menu {
    display: flex;
    flex-flow: column;
}
.bottommenu > li {
    margin-bottom: 15px;
    font-size: 15px;
}
.footer-info-item {
    margin-bottom: 2em;
}
.footer-info-item:last-child {
	margin-bottom: 0;
}
.footer-info-image {
	width: 40px;
}
.footer-info-text {
	width: calc(100% - 40px);
	font-size: 14px;
	line-height: 1.5;
}
.bottom-footer {
    background-color: rgba(26,26,26,0.7);
    padding: 15px 0;
    font-size: 15px;
}
.footer-text:nth-child(3n+1) {
    text-align: left;
}
.footer-text:nth-child(3n+2) {
    text-align: center;
}
.footer-text:nth-child(3n+3) {
    text-align: right;
}
#solutions-title {
    font-size: 30px;
    line-height: 2.5;
    font-weight: 300;
    color: #000;
}
.home-what-wedo {
    position: relative;
    line-height: 2;
    padding-left: 6em;
}
.home-what-wedo:after {
    content: "";
    position: absolute;
    border-right: 2px solid #037DE0;
    top: 19px;
    bottom: 27px;
    left: 15px;
}
.border-heading {
    color: #037DE0;
    font-weight: bold;
    position: relative;
    padding-left: 1em;
    font-size: 16px;
}
.border-heading::before {
    content: "";
    position: absolute;
    border-left: 2px solid #037DE0;
    top: 4px;
    bottom: 4px;
    left: 0;
}
.grey-p {
    font-size: 16px;
    line-height: 2;
    color: rgba(0,0,0,0.5);
}
.our-factory {
    margin-top: 5em;
    margin-bottom: 5em;
}
.list-style {
    list-style: none;
    position: relative;
}
.list-style li {
    line-height: 2.2;
}
.list-style li::before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: #037DE0;
    vertical-align: middle;
    display: block;
    position: absolute;
    left: 10px;
    margin-top: 18px;
}
.explore-carousel-img {
    padding-top: 50%;
}
.topmenu > li.nav-item {
    white-space: nowrap;
}
.topmenu > li.nav-item::after {
    content: "";
    display: inline-block;
    margin: 0 50px;
    background-color: white;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    white-space: nowrap;
}
.hm-video p {
    color: #000;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}
.hm-video-container {
    margin-top: 60px;
}
.hm-video h2 {
    margin-bottom: 5px;
}
/*Responsive*/

@media only screen and (max-width:1260px) {
/*All*/
.sk-grid {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.sk-grid .sk-grid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
        .article-links li a {
            font-size: 25px;
        }
}

    @media only screen and (max-width:1024px) {
        .hm-video-container iframe {
            height: 500px;
        }
    /*All*/
    body, html {
        overflow-x: hidden;
    }
    /*Features*/
    .feature-res-item {
        margin-bottom: 30px;
    }
    .feature-res-item:last-child {
        margin-bottom: 0;
    }
    /*About Us - Plugin*/
    .read-more {
        margin-top: 1em;
        margin-bottom: 2em;
    }
    /*Article Features*/
    .article-feat-item {
        margin-bottom: 5em;
    }
    .article-feat-item:last-child {
        margin-bottom: 0;
    }
    .article-feat-title {
        margin-top: 5px;
    }
    /*Pop Up*/
    #sliderevmodal-inner {
        padding: 15px;
    }
    #revsliclo {
        margin: -25px 0px 0px auto;
    }
    .footer-info-image img {
        display: none;
    }
    /*All*/
    h2.page-title {
        font-size: 20px;
    }
    h3.page-title {
        font-size: 30px;
    }
    .about-res-item {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width:770px) and (max-width:1024px) {
/*About Us - Plugin*/
.about-res-over {
    font-size: 13px;
}
/*Footer*/
.footer-text {
    font-size: 12px;
}
.footer-text:nth-child(3n+2) {
    text-align: left;
}
}
@media only screen and (min-width:770px) and (max-width:959px) {
    .topmenu li a>i {
        font-size: 1.2em
    }
    .topmenu li>a strong {
        font-size: .85em
    }
    .topmenu li>a small {
        font-size: .65em
    }
    .topmenu a span.sub-arrow {
        left: 40%
    }
}
@media only screen and (max-width:850px) {
        /*Menu*/
    .menu-icons-inside {
        display: block;
    }
    #menu {
        display: block;
        max-width: 430px;
        margin: 75px auto;
        padding: 0 40px;
        color: rgba(0,0,0,0.6);
        font-size: 30px;
    }
    .topmenu > li.nav-item > a {
        display: block;
        padding: 50px 10px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .topmenu > li.nav-item::after {
        display: none;
    }
    .topmenu > li:first-child::before {
        display: none;
    }
    .sk.tabs li,
    ul.topmenu>li {
        float: none
    }
    .sk.tabs li a.active,
    .sk.tabs li a.active:hover {
        border-color: #F4BF1E
    }
    ul.topmenu {
        width: auto
    }
    ul.topmenu ul {
        display: none;
        position: static;
        top: auto!important;
        left: auto!important;
        margin-left: 0!important;
        margin-top: 0!important;
        width: auto!important;
        min-width: 0!important;
        max-width: none!important
    }
    ul.topmenu ul.sm-nowrap>li>a,
    ul.topmenu>li>a {
        white-space: normal
    }
    ul.topmenu iframe {
        display: none
    }
    .topmenu ul.menu-submenu {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .topmenu li>a {
        font-weight: 400;
        color: rgba(0,0,0,0.6);
        font-size: 25px;
    }
    .topmenu li a>i {
        display: inline-block;
        font-size: 1em;
        margin-right: 1em
    }
    .topmenu li>a strong {
        display: inline-block;
        font-weight: 400;
        font-size: .85em;
        padding: 0
    }
    .topmenu li>a small {
        display: block;
        font-size: .8em;
        margin-left: 2.5em
    }
    .topmenu a span.sub-arrow {
        left: auto;
        right: 1em;
        bottom: 1em;
        width: 1em;
        height: 1em;
        line-height: 1em
    }
    .topmenu ul a span.sub-arrow,
    .topmenu-vertical a span.sub-arrow {
        left: auto;
        right: 1em
    }
    #menu ul.four.cols,
    #menu ul.three.cols,
    #menu ul.two.cols {
        width: 100%!important
    }
    #menu ul.cols li {
        float: none;
        width: auto;
        box-shadow: none
    }
    .topmenu li:hover a small,
    .topmenu li:hover>a i {
        opacity: 1;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none
    }
    .topmenu a.highlighted span.sub-arrow {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .topmenu li {
        border-left: 0;
        margin: 0;
    }
    .topmenu li:first-child {
        border-top: 0
    }
    #menu-wrap {
        display: none;
        position: fixed;
        z-index: 100000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: white;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #menu-wrap.showmenu {
        display: block;
    }
}

@media only screen and (max-width:820px) {
    .article-links li a {
        font-size: 23px;
    }
    .box-number-no {
        font-size: 57px;
    }
    .box-number-title {
        font-size: 22px;
    }
}
@media only screen and (max-width:769px) {
    .hm-video-container iframe {
        height: 400px;
    }
    #footer .links {
        float: none!important
    }

    #rightwidget .sk-content-full {
        padding-top: 1em;
    }
    /*What we do*/
    .what-we-text {
        font-size: 16px;
    }
    /*Features*/
    #features {
        margin-top: 1em;
        margin-bottom: 3em;
    }
    /*Article Pages*/
    .article-page .sk-content-full {
        padding: 0;
    }
    .article-sidebar {
        margin-bottom: 1em;
    }
    .article-banner {
        margin: 0;
    }
    .article-text + .article-image {
        margin-top: 2em;
    }
    /*Our Advantages*/
    #advantages .timeline-right {
        margin-top: 1em;
    }
    /*Pop Up*/
    .thumbs-nav {
        display: none;
    }
    /*Contact Us*/
    .find-us {
        margin-bottom: 3em;
    }
    .map {
        margin-top: 1.5em;
    }
    /*Footer*/
    .upper-footer {
        padding: 2em 0;
    }
    .footer-menu {
        margin: 0em 0;
    }
    .footer-info-item {
        margin-bottom: 1em;
    }
    .bottom-footer .flex-between {
        display: block;
        text-align: center;
    }
    .footer-text {
        margin-bottom: 1em;
    }
    .footer-text:last-child {
        margin-bottom: 0;
    }
    .footer-text:nth-child(3n+1),
    .footer-text:nth-child(3n+2),
    .footer-text:nth-child(3n+3) {
        text-align: center;
    }
    .home-what-wedo::after {
        border-right: 0;
    }
    .home-aboutus {
        border-left: 0;
        padding-left: 0;
    }
    #what-we-do {
        border-left: 0;
        padding-left: 0;
    }
    .home-what-wedo {
        padding-left: 2em;
    }
    #what-we-do {
        margin-top: 2em;
    }
    .what-we-text {
        padding-top: 1em;
    }
    .feature-res-title {
        font-size: 22px;
    }
    .what-we-do {
        margin-top: 2em;
        margin-bottom: 4em;
    }
    #solutions-title {
        font-size: 25px;
        line-height: 2;
    }
    .read-more {
        font-size: 16px;
    }
    .project-title-home {
        font-size: 40px;
    }

    .box-faq {
        margin-bottom: 2em;
    }
    .footer-company-desc {
        display: none;
    }
    .article-links li a {
        font-size: 23px;
    }
    .about-fewwords {
        padding-left: 0;
    }
    .about-fewwords::after {
        border-left: 0;
    }
    .history-title {
        font-size: 20px;
        border-left: 0;
        padding-left: 0;
    }
    .big-title {
        font-size: 30px;
    }
    .border-heading {
        font-size: 20px;
        padding-left: 0;
    }
    .border-heading::before {
        border-left: 0;
    }
    .our-factory {
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .services-res-title {
        font-size: 25px;
    }
    #contact-info {
        margin-top: 2em;
    }
    #advantages {
        margin: 2em 0 2em 0;
    }
    .contact-left {
        margin-top: 0;
        padding-left: 0;
    }
    .portfolio-categories {
        margin-top: 2em;
    }
}
@media only screen and (min-width:501px) and (max-width:769px) {
/*Features*/
.feature-res-item, .about-res-item, .article-feat-item {
    width: 50%;
    clear: none;
    float: left;
}
}
@media only screen and (max-width:650px) {
    .feature-res-item, .about-res-item, .article-feat-item {
        width: 70%
    }
    .feature-res-desc {
        line-height: 1.5;
    }
    #solutions-title {
        font-size: 28px;
        line-height: 2;
    }
    .article-banner {
        width: 100%;
        margin-bottom: 2em;
    }
}
@media only screen and (max-width:600px) {
    .upper-footer-column {
        width: 50%;
    }
    .upper-footer-column {
        width: 50%;
    }
    .footer-infos {
        margin: 2em 0;
    }
    .footer-certificate {
        display: none;
    }
    .footer-menu {
        margin: 40px 0;
    }
}

@media only screen and (max-width:500px) {
    .feature-res-item, .about-res-item, .article-feat-item {
        width: 80%
    }
    #solutions-title {
        font-size: 25px;
    }
    .feature-res-desc {
        font-size: 14px;
    }
    .about-res-over {
        font-size: 14px;
    }
}
@media only screen and (max-width:475px) {
    .feature-res-item, .about-res-item, .article-feat-item {
        width: 100%
    }
    .feature-res-wrap {
        padding-top: 75%;
    }
    .upper-footer-column {
        width: 100%;
    }
    .upper-footer-column {
        width: 100%;
    }
}