@charset "UTF-8";


/* @import url("https://use.typekit.net/oac1gus.css"); */

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/100-ArticulatCF-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/100-ArticulatCF-ThinOblique.woff2') format('woff2');
  font-weight: 100;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/200-ArticulatCF-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/200-ArticulatCF-ExtraLightOblique.woff2') format('woff2');
  font-weight: 200;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/300-ArticulatCF-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/300-ArticulatCF-LightOblique.woff2') format('woff2');
  font-weight: 300;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/400-ArticulatCF-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/400-ArticulatCF-RegularOblique.woff2') format('woff2');
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/400-ArticulatCF-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/400-ArticulatCF-NormalOblique.woff2') format('woff2');
  font-weight: 400;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/500-ArticulatCF-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/500-ArticulatCF-MediumOblique.woff2') format('woff2');
  font-weight: 500;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/600-ArticulatCF-DemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/600-ArticulatCF-DemiBoldOblique.woff2') format('woff2');
  font-weight: 600;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/700-ArticulatCF-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/700-ArticulatCF-BoldOblique.woff2') format('woff2');
  font-weight: 700;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/800-ArticulatCF-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/800-ArticulatCF-ExtraBoldOblique.woff2') format('woff2');
  font-weight: 800;
  font-style: oblique;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/900-ArticulatCF-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'articulat-cf';
  src: url('https://use.timedoctor.com/hubfs/Font/Articulat-CF/900-ArticulatCF-HeavyOblique.woff2') format('woff2');
  font-weight: 900;
  font-style: oblique;
}




/****************************************************** */
/******************** 01. Default CSS ***************** */
/****************************************************** */
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


:root {
    scroll-behavior: auto;
    --base-color: #342B27;
    --heading-color: #141125;
    --green-color: #04D464;
    --primary-color: #0066FF;
    --light-color: #f8f7fc;
    --yellow-color: #ffc800;
    --border-color: #edebfd;
    --base-font: 'articulat-cf', sans-serif;
    --heading-font: 'articulat-cf', sans-serif;
}

.home-two {
    --primary-color: #017EFF;
}

.home-two .sub-title {
    background: #edf6ff;
}

.home-two .text-white .sub-title {
    background: #2187fe;
}

.home-two .section-title h2 span {
    background-image: url(../images/shapes/section-title-circle-yellow.png);
}

.text-primary:{
  color: #0066FF!important;
}

body {
    color: var(--base-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    font-family: var(--base-font);
    overflow-x: hidden!important;
}

a {
    color: var(--base-color);
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    font-family: var(--heading-font);
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0px;
}


h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--heading-color);
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h1 a,
.text-white h2 a,
.text-white h3 a,
.text-white h4 a,
.text-white h5 a,
.text-white h6 a,
.text-white.section-title h2 span {
    color: #ffffff;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 42px;
    line-height: 1.25;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
    line-height: 1.6;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

.header-container{
  max-width: 1170px;
  margin: 0px auto;
}

.footer-container{
  max-width: 1170px;
  margin: 0px auto;
}

.body-container{
  max-width: 1170px;
  margin: 0px auto;
}

@media only screen and (max-width: 1024px) {
  .header-container{
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-container{
    padding-right: 15px;
    padding-left: 15px;
  }

  .body-container{
    padding-right: 15px;
    padding-left: 15px;
  }
}

.container-fluid{
  padding: 0px !important;
}

.row.gap-0{
  row-gap: 0px!important;
}

.gap-5{
  gap: 5px!important;
}

.gap-15{
  gap: 15px!important;
}

.gap-20{
  gap: 20px!important;
}

.gap-30{
  gap: 30px!important;
}

.gap-35{
  gap: 35px!important;
}

.gap-45{
  gap: 45px!important;
}

.gap-60{
  gap: 60px!important;
}



.row{
  row-gap: 30px!important;
}



/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 60px;
	padding: 0 25px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
}

textarea {
	height: 170px;
	display: inherit;
	padding-top: 20px;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

::-webkit-input-placeholder {
	opacity: 1;
}

::-moz-placeholder {
	opacity: 1;
}

:-ms-input-placeholder {
	opacity: 1;
}

::-ms-input-placeholder {
	opacity: 1;
}

::placeholder {
	opacity: 1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox], input[type=radio] {
	height: auto;
	width: auto;
}

/****************************************************** */
/****************** 02. Common Class ****************** */
/****************************************************** */
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

/** Section Title */
.section-title h2 span {
    padding: 10px 10px 0 15px;
    color: var(--primary-color);
    background: url(../images/shapes/section-title-circle.png) no-repeat center/ 100% 100%;
}

.sub-title {
    line-height: 1.4;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #f3f1fe;
    display: inline-block;
    text-transform: capitalize;
    color: var(--primary-color);
}

.text-white .sub-title {
    color: white;
    background: #5d46ef;
}

/** Button styles */
.theme-btn,
a.theme-btn {
    z-index: 1;
    cursor: pointer;
    font-weight: 700;
    transition: 0.5s;
    position: relative;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
/*     text-transform: capitalize; */


}

.theme-btn,
a.theme-btn,
.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
    border: 1px solid var(--primary-color);
/*     color: var(--primary-color); */
    background: #f3f1fe;
  
  background-color: rgb(51, 133, 255);
/*     border: 2px solid rgb(51, 133, 255); */
      max-height: 54px!important;
}

.theme-btn:hover,
a.theme-btn:hover,
.theme-btn.style-two,
a.theme-btn.style-two {
    color: white;
    background: var(--primary-color);
}

.theme-btn.btn-white-bordered,
a.theme-btn.btn-white-bordered {
    color: white;

    background: none;
  border: 2px solid #fff;

}

.theme-btn.btn-white-bordered:hover,
a.theme-btn.btn-white-bordered:hover {
/*     color: var(--green-color); */
border: 2px solid #fff;
  opacity:80%;
}


.theme-btn.btn-green-bordered,
a.theme-btn.btn-green-bordered {
    color: var(--green-color);
    border: 2px solid var(--green-color);
    background: white;
}

.theme-btn.btn-green-bordered:hover,
a.theme-btn.btn-green-bordered:hover {
/*     color: white; */
    border: 2px solid var(--green-color);
    background: var(--green-color); 
  
  background-color: transparent;
    border: 2px solid #36DD83;
    color: #36DD83;
}

.theme-btn.btn-green,
a.theme-btn.btn-green {
    color: white;
    border: 2px solid var(--green-color);
    background: var(--green-color);
}

.theme-btn.btn-green:hover,
a.theme-btn.btn-green:hover {
/*     color: var(--green-color); */
    border: 2px solid white;
    background: white; 
  
  background-color: #36DD83;
    border: 2px solid #36DD83;
}

.theme-btn.btn-transparent,
a.theme-btn.btn-transparent {
    color: var(--primary-color)!important;
    background: transparent!important;
    border: none;
}

.theme-btn.btn-transparent:hover,
a.theme-btn.btn-transparent:hover {
    color: var(--primary-color)!important;
    background: transparent!important; 
    border: none;
  opacity:80%;
}


.theme-btn i,
a.theme-btn i {
    font-size: 12px;
    margin-left: 10px;
}

.theme-btn.style-three,
a.theme-btn.style-three {
    background: white;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.theme-btn.style-three:hover,
a.theme-btn.style-three:hover {
    color: white;
    background: var(--primary-color);
}

.theme-btn.style-four,
a.theme-btn.style-four {
    color: var(--heading-color);
    background: var(--yellow-color);
    border: 1px solid var(--yellow-color);
}

.theme-btn.style-four:hover,
a.theme-btn.style-four:hover {
    color: white;
    border-color: white;
    background: transparent;
}

.theme-btn.style-five,
a.theme-btn.style-five {
    border: 1px solid white;
}

.theme-btn.style-five:hover,
a.theme-btn.style-five:hover {
    color: var(--heading-color);
    background: var(--yellow-color);
    border-color: var(--yellow-color);
}

/* Learn More Btn */
.learn-more {
    padding: 10px;
    display: block;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
}

.learn-more:hover {
    color: white;
    background: var(--primary-color);
}

.learn-more i {
    font-size: 14px;
    margin-left: 5px;
}

/* Read More Btn */
.read-more {
    font-weight: 700;
    display: inline-block;
    color: var(--primary-color);
}

.read-more:hover {
    text-decoration: underline;
}

.read-more i {
    font-size: 13px;
    margin-left: 5px;
}

/*social link style One */
.social-style-one {
    display: flex;
}

.social-style-one a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px 5px 0;
    background: #e7e4fb;
    color: var(--primary-color);
}

.social-style-one a:last-child {
    margin-right: 0;
}

.social-style-one a:hover {
    color: white;
    background: var(--primary-color);
}

/* List Style one */
.list-style-one li {
    font-weight: 600;
    font-size: 18px;
    display: flex;
}

.list-style-one li:before {
    content: "\f00c";
    font-size: 12px;
    height: 25px;
    width: 25px;
    flex: none;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    background: #f3f1fe;
    margin: 5px 12px 0 0;
    color: var(--primary-color);
    font-family: 'Font Awesome 5 Free'
}

.list-style-one li:not(:last-child) {
    margin-bottom: 15px;
}

/* List Style Two */
.list-style-two {
    display: flex;
    flex-wrap: wrap;
}

.list-style-two li {
    width: 100%;
    margin-bottom: 5px;
}

.list-style-two.two-column li {
    width: 50%;
}

.list-style-two a {
    position: relative;
}

.list-style-two a:before {
    content: "\f061";
    font-weight: 600;
    font-size: 14px;
    left: 0;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.list-style-two a:hover {
    padding-left: 20px;
    font-weight: 500;
    text-decoration: underline;
}

.list-style-two a:hover:before {
    opacity: 1;
}

/* List Style Three */
.list-style-three li {
    font-weight: 600;
    margin-bottom: 6px;
}

.list-style-three li i {
    color: var(--primary-color);
    margin-right: 10px;
    font-size: 18px;
    width: 22px;
}

.list-style-three a:hover {
    text-decoration: underline;
}


/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.gif);
}

/*** Scroll Top style ** */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    border: 1px solid #ffffff33;
    background: var(--primary-color);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 11px;
    text-transform: capitalize;
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.nice-select,
.form-group input,
.form-group textarea,
.input-group input,
.input-group textarea {
    float: none;
    height: auto;
    border-radius: 5px;
    padding: 15px 25px;
    background: transparent;
    border: 1px solid #eff0f0;
}

.nice-select:focus {
    border-color: #eff0f0;
}

.nice-select:hover,
.form-group input:focus,
.form-group textarea:focus,
.input-group input:focus,
.input-group textarea:focus {
    box-shadow: none;
    background: #f8f7fc;
    border-color: #f8f7fc;
}

.form-group select,
.input-group select {
    font-size: 18px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #21282f;
}

.before-none:before {
    display: none;
}

.after-none:after {
    display: none;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.75;
/*     background: var(--light-color); */
}

.overlay * {
    z-index: 2;
    position: relative;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.z-0 {
    z-index: 0;
}

.z--1 {
    z-index: -1;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 5;
}

/* Colors + Backgrounds */
.bg-lighter {
    background: var(--light-color);
}

.bg-blue {
    background: var(--primary-color);
}

.bg-gray {
    background: #222b40;
}

.bgs-cover {
    background-size: cover;
    background-position: center;
}



@media only screen and (max-width: 1024px) {
   .bg-image{
      max-width: 120px;!important;
    }
}

.br-5 {
    border-radius: 5px;
}

.br-10 {
    border-radius: 10px;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gap > div {
    padding-left: 0;
    padding-right: 0;
}

/* Shapes */
.dots-shape {
    z-index: -1;
    left: 6%;
    top: 30%;
    position: absolute;
    animation: slideUpDown 20s infinite linear;
}

.tringle-shape {
    z-index: -1;
    left: 3%;
    bottom: 30%;
    position: absolute;
    animation: shapeAnimationOne 20s infinite linear;
}

.close-shape {
    z-index: -1;
    left: 50%;
    top: 25%;
    position: absolute;
    animation: shapeAnimationThree 20s infinite linear;
}

.circle-shape {
    z-index: -1;
    right: 8%;
    bottom: 0;
    position: absolute;
    animation: shapeAnimationTwo 20s infinite linear;
}

.bg-yellow-shape {
    width: 120vw;
    height: 250px;
    top: 20%;
    z-index: 2;
    left: -10vw;
    position: absolute;
    transform: rotate(5deg);
    background: var(--yellow-color);
}

/* Fonts */

.heading1 {
  font-size: 72px !important;
  font-family: 'articulat-cf', sans-serif !important;
  line-height: 72px !important;
  font-weight: 900 !important;
}

.heading2 {
  font-size: 64px !important;
  font-family: 'articulat-cf', sans-serif !important;
  line-height: 64px !important;
  font-weight: 900 !important;
}

.heading3 {
  font-size: 48px !important;
  font-family: 'articulat-cf', sans-serif !important;
  line-height: 48px !important;
  font-weight: 900 !important;
}

.heading4 {
  font-size: 36px !important;
  font-family: 'articulat-cf', sans-serif !important;
  line-height: 36px !important;
  font-weight: 900 !important;
}

.heading5 {
  font-size: 24px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 900 !important;
  line-height: 24px !important;
}

.heading6 {
  font-size: 20px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 900 !important;
  line-height: 20px !important;
}

.body-text {
  font-size: 20px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 500 !important;
  line-height: 30px !important;
}

.body-emphasized-text {
  font-size: 20px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 700 !important;
  line-height: 30px !important;
}

.second-body-text {
  font-size: 16px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.second-body-emphasized-text {
  font-size: 16px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 700 !important;
  line-height: 24px !important;
}

.third-body-text {
  font-size: 12px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}

.btn-text {
  font-size: 20px !important;
  font-family: 'articulat-cf', sans-serif !important;
  font-weight: 600 !important;
  line-height: 20px !important;
}

@media only screen and (max-width: 1024px) {
  .heading1 {
    font-size: 56px !important;
    line-height: 56px !important;
  }
  .heading2 {
    font-size: 48px !important;
    line-height: 48px !important;
  }
  .heading3 {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  .heading4 {
    font-size: 28px !important;
    line-height: 28px !important;
  }
  .heading5 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .heading6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .body-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .body-emphasized-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .second-body-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .second-body-emphasized-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .third-body-text {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .btn-text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 724px) {
  .heading1 {
    font-size: 44px !important;
    line-height: 44px !important;
  }
  .heading2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .heading3 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  .heading4 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .heading5 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .heading6 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .body-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .body-emphasized-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .second-body-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .second-body-emphasized-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .third-body-text {
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .btn-text {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

/* Footer CSS */
.main-footer{
  background: #574841;
  padding-top: 90px; 
  padding-bottom: 90px;  
}

.footer-colum{
  width: 210px;
}

.footer-menu .heading{
  color: #B3AEAB;
}

.footer-menu .link{
  display: block;
  color: #fff;
}