/**Typeo CSS Start**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');
:root {
--base-family: "Poppins", sans-serif;
--base-clr: #444444;
--theme-clr: #fe4c1c;
--white-clr: #ffffff;
--black-clr: #000000;
--footer-bg: #2D323D;
--base-size: 15px;
--title-size: 20px;
}
* {
box-sizing: border-box;
}
body {
font-family: var(--base-family);
color: var(--base-clr);
margin: 0px;
}
ul, li, a {
list-style: none;
text-decoration: none;
margin: 0px;
padding: 0px;
}
img {
max-width: 100%;
}
.container {
max-width: 1380px;
width: 100%;
padding: 0px 15px;
margin: auto;
}
/**Typeo CSS End**/
/***Footer section start***/
.footer-main {
background-color: var(--footer-bg);
color: var(--white-clr);
width: 100%;
}
.ftr-top-inner {
display: flex;
flex-flow: row wrap;
align-items: flex-start;
width: calc(100% + 30px);
padding-top: 40px;
margin-left: -15px;
padding-bottom: 30px;
}
.ftr-top-inner .ftr-item {
width: 22%;
padding: 0px 15px;
}
.ftr-top-inner .ftr-item:nth-child(2) {
width: 30%;
}
.ftr-top-inner .ftr-item:nth-child(4) {
width: 26%;
}
.ftr-top-inner .ftr-title {
font-size: var(--title-size);
font-weight: 400;
width: 100%;
margin-bottom: 12px;
display: inline-block;
position: relative;
vertical-align: middle;
}
.ftr-top-inner .ftr-title:after {
content: '';
width: 30px;
height: 2px;
background-color: var(--theme-clr);
display: block;
margin: 5px 0px;
}
.ftr-menu {
display: flex;
flex-flow: row wrap;
width: 100%;
}
.ftr-menu li {
width: 50%;
margin: 4px 0;
font-size: var(--base-size);
}
.ftr-menu li:nth-child(2n+2) {
padding-left: 10px;
}
.ftr-menu li a {
color: var(--white-clr);
}
.ftr-menu li a:hover {
text-decoration: underline;
}
.ftr-logo {
max-width: 220px;
margin-bottom: 20px;
}
.address {
margin-bottom: 15px;
display: flex;
}
.address i {
width: 60px;
margin-right: 5px;
position: relative;
top: 3px;
}
.address i img {
filter: brightness(0) invert(1);
}
.social-media {
display: flex;
flex-flow: row wrap;
align-items: center;
}
.social-media li {
margin: 5px 0px;
display: block;
width: 100%;
}
.social-media li a {
transition: 0.5s all;
display: flex;
flex-flow: row wrap;
color: var(--white-clr);
align-content: center;
align-items: center;
}
.social-media li .sicon {
width: 32px;
height: 32px;
background-color: var(--white-clr);
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
margin-right: 8px;
border-radius: 100%;
}
.social-media li a img {
max-width: var(--base-size);
}
.social-media li a:hover {
opacity: 0.8;
}
.emailphone {
display: flex;
flex-direction: column;
}
.emailphone a {
font-size: var(--base-size);
color: var(--white-clr);
margin: 5px 0;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.emailphone a:hover {
text-decoration: underline;
}
.emailphone a i {
max-width: 24px;
margin-right: 8px;
position: relative;
top: 4px;
}
.emailphone a i img {
filter: brightness(0) invert(1);
}
.newsletter-form {
display: flex;
flex-flow: row wrap;
align-items: center;
margin-top: 10px;
}
.newsletterxt {
font-size: var(--base-size);
}
.newsletter-form input[type="email"] {
font-size: var(--base-size);
padding: 10px 10px;
font-family: var(--base-family);
outline: none;
width: calc(100% - 120px);
border: initial;
}
.newsletter-form input[type="submit"] {
font-size: var(--base-size);
text-transform: uppercase;
font-weight: 700;
padding: 10px 16px 10px 16px;
outline: none;
background-color: var(--theme-clr);
cursor: pointer;
border: none;
color: var(--white-clr);
font-family: var(--base-family);
}
.newsletter-form input[type="submit"]:hover {
opacity: 0.9;
}
.copy-scn {
border-top: #ccc 1px solid;
width: 100%;
padding: 10px 0;
}
.ftr-b-inner {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-items: center;
width: 100%;
color: var(--white-clr);
font-size: calc(var(--base-size) - 2px);
}
.ftr-b-left {
width: 60%;
}
.ftr-b-right {
width: 40%;
}
.ftr-b-inner a {
color: var(--white-clr);
text-decoration: underline;
}
.ftr-b-inner a:hover {
text-decoration: none;
}
.ftr-cms-menu {
display: flex;
flex-flow: row wrap;
justify-content: flex-end;
}
.ftr-cms-menu a {
margin: 0px 6px;
text-decoration: none;
line-height: 1.1;
display: inline-block;
}
.ftr-cms-menu a:hover {
text-decoration: underline;
}
.ftr-cms-menu li:not(:last-child) a {
border-right: #fff 1px solid;
padding-right: 10px;
}
@media(max-width:1200px) {
.ftr-top-inner {
padding-top: 10px;
padding-bottom: 10px;
}
.ftr-top-inner .ftr-item, .ftr-top-inner .ftr-item:nth-child(2), .ftr-top-inner .ftr-item:nth-child(4) {
margin-top: 25px;
width: 50%;
}
}
@media(max-width:992px) {
.ftr-top-inner .ftr-title {
margin-bottom: 8px;
}
}
@media(max-width:767px) {
.ftr-top-inner .ftr-item, .ftr-top-inner .ftr-item:nth-child(2), .ftr-top-inner .ftr-item:nth-child(4) {
width: 100%;
margin-bottom: 0px;
}
.ftr-top-inner {
margin-bottom: 20px;
}
.address i {
width: 40px;
}
.address i img {
width: 28px;
}
.ftr-b-inner {
text-align: center;
line-height: 1.3;
justify-content: center;
}
.ftr-b-inner .ftr-b-left {
order: 2;
margin-top: 16px;
}
.ftr-b-right {
width: 100%;
}
.ftr-cms-menu {
justify-content: center;
}
}
/***Footer section end***/