@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
body {
    margin: 0px;
    padding: 0px;
    background: #fff !important;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
a,
ul,
li {
    margin: 0px;
    padding: 0px;
}


/*font-family:'Montserrat', sans-serif
font-family:'Cabin', sans-serif;*/


/*needed*/

a {
    text-decoration: none !important;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

a:hover {
    text-decoration: none !important;
}

ul {
    list-style-type: none;
}

.clear {
    clear: both;
}


/*needed*/


/******* start header *********************/

.header {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 0px;
    width: 100%;
    background: #fff;
    width: 100%;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background: none !important;
}

.navbar {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
    border-radius: 0px !important;
    border: none !important;
}

.navbar-brand {
    height: auto !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.navbar-right {
    margin: 10px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.navbar-right li {
    margin: 0px 70px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.navbar-right li a {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 12px 0px !important;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 12px;
    font-weight: 600;
    color: #303030;
    line-height: normal;
    text-align: left;
    border-bottom: 3px solid transparent;
}

.navbar-right li a.active {
    background: none !important;
    color: #303030;
    border-bottom: 3px solid #0095e5;
}

.navbar-right li a:hover {
    text-align: left;
    color: #303030;
    border-bottom: 3px solid #0095e5;
}

.navbar-right li.last {
    margin: 0px 0px 0px 0px !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 0px 5px 0px;
    z-index: 99;
    margin: 18px 0px 0px 0px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.caret {
    margin: 0px 0px 0px 10px !important;
}

.dropdown-content li {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.dropdown-content li a {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 15px 5px 15px !important;
    line-height: 20px !important;
    width: 100%;
    display: block;
    text-align: left;
}

.dropdown-content li a:hover {
    text-align: left !important;
}

.dropdown-menu {
    min-width: 100px !important;
}


/**************** start of banner ************/

.banner {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: transparent;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.banner-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#blog-demo .item {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px !important;
    background: url(../images/main-banner.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    height: 520px;
}

#blog-demo .item2 {
    background: url(../images/main-banner2.png) center center no-repeat;
    background-size: cover;
}

#blog-demo .item3 {
    background: url(../images/main-banner3.png) center center no-repeat;
    background-size: cover;
}

#blog-demo .owl-prev {
    display: none !important;
}

#blog-demo .owl-next {
    display: none !important;
}

.banner-text {
    margin: 0px 0px 0px 0px;
    padding: 192px 0px 0px 0px;
}

img.hr-logo {
    margin: 0px auto 0px auto;
    display: block !important;
}

.banner-text h4 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-family: Montserrat;
    font-size: 60px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
}

.banner-text p {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
}

.banner-text2 {
    margin: 0px 0px 0px 0px;
    padding: 75px 0px 0px 0px;
}

img.hr-logo {
    margin: 0px auto 36px auto;
    display: block !important;
}

.banner-text2 p {
    margin: 35px auto 0px auto;
}


/******** start of service ********/

.service {
    margin: 0px 0px 0px 0px;
    padding: 152px 0px 152px 0px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.service h3 {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    height: 37px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
    text-align: center;
}

.service-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

/* .service1 {
    margin: 0px 30px 0px 0px;
    padding: 40px 0px 0px 0px;
    height: 430px;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
    background-color: #ffffff;
    width: 360px;
    float: left;
} */
.service1 {
    margin: 0px 30px 0px 0px;
    padding: 40px 0px 0px 0px;
    height: 500px;
    border-radius: 2px;
    border: solid 1px #e3e3e3;
    background-color: #ffffff;
    width: 360px;
    float: left;
}

.service3 {
    margin: 0px 0px 0px 0px;
}

.service-text {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 269px;
}

img.icon {
    margin: 0px auto 0px auto;
    width: 90px;
    height: 91px;
    display: block;
    object-fit: contain;
}

.service-text h4 {
    margin: 40px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
    height: 50px;
}

.service-text p {
    margin: 20px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
    height: 110px;
}

.service-text a.learn {
    margin: 25px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #75c7f0;
    text-align: center;
    display: block;
}

.service-row2 {
    margin: 30px auto 0px auto;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 750px;
}


/****** start of events *******/

.events {
    margin: 0px 0px 0px 0px;
    padding: 90px 0px 90px 0px;
    overflow: hidden;
    background: #f8f8f8;
    width: 100%;
}

.events h3 {
    margin: 0px 0px 65px 0px;
    padding: 0px 0px 0px 0px;
    height: 37px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
}

.events-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.events-left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 440px;
}

.events-center {
    margin: auto;
    padding: 0px 0px 0px 0px;
    /* float:left; */
    width: 440px;
}

.event1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.date-box {
    margin: 0px 0px 0px 0px;
    padding: 22px 0px 0px 0px;
    float: left;
    width: 110px;
    height: 122px;
    background: #ebebeb;
    border-radius: 2px;
}

.date-box h6 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 29px;
    font-family: Cabin;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
}

.date-box h5 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 58px;
    font-family: Cabin;
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
}

.date-text {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 302px;
}

.date-text h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 29px;
    font-family: Cabin;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
}

.date-text p {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 44px;
    font-family: Cabin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
}

.date-text ul {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.date-text ul li {
    margin: 0px 25px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    height: 25px;
    font-family: Cabin;
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
}

.date-text ul li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.date-text ul li i.fas {
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.date-text ul li span {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.events-right {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 440px;
}

.events a.see {
    margin: 70px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: block;
    width: 208px;
    line-height: 42px;
    border-radius: 3px;
    border: solid 2px #0095e5;
    font-family: Cabin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0095e5;
}


/******** start of serv ***********/

.serv {
    margin: 0px 0px 0px 0px;
    padding: 155px 0px 100px 0px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.serv h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
    text-align: center;
}

.serv-row {
    margin: 0px 0px 0px 0px;
    padding: 65px 0px 0px 0px;
}

.serv1 {
    margin: 0px 0px 0px 0px;
    padding: 35px 25px 36px 25px;
    border: 1px solid #e6e6e6;
}

.serv1 img.iconn {
    margin: 0px auto 20px auto;
    display: block !important;
    width: 100px;
}

.serv1 h3 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
    text-align: center;
}

.serv1 p {
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--greyish-brown);
    text-align: center;
}

.serv-row .owl-nav {
    display: none;
}

.serv-row .owl-carousel .owl-stage-outer {
    padding: 41px 0px 50px 0px !important;
}

.serv-row .owl-dot {
    height: 11px;
    width: 11px;
    border: 1px solid #979797;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    margin-top: 0px;
}

.serv-row .owl-dot:hover {
    background-color: #9da95f;
    border: transparent;
    cursor: pointer;
}

.serv-row .owl-dot.active {
    background-color: #9da95f;
    border: transparent;
}

.serv-row .owl-dots {
    height: 100%;
    width: 100%;
    text-align: center;
}


/******** start of why ***********/

.why {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 150px 0px;
    overflow: hidden;
    width: 100%;
    background: #fff;
}

.why h3 {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    height: 37px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
    text-align: center;
}

.why-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.why1 {
    margin: 0px 30px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 360px;
}

.why1 img.people {
    width: 100%;
}

.why-text {
    margin: 0px 0px 0px 0px;
    padding: 30px 35px 40px 35px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-top: 0px;
}

.why1 h4 {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    height: 29px;
    font-family: Cabin;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #373737;
}

.why1 p {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    height: 66px;
    font-family: Cabin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
}

.why1 p.last {
    margin: 0px 0px 0px 0px;
}

.why3 {
    margin: 0px 0px 0px 0px;
}


/****** start of work *******/

.work {
    margin: 0px 0px 0px 0px;
    padding: 35px 0px 35px 0px;
    background: #3794db;
    overflow: hidden;
    width: 100%;
}

.work-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.work-row p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.work-row a.work {
    margin: 25px auto 0px auto;
    padding: 0px 0px 0px 0px;
    display: block;
    width: 209px;
    line-height: 41px;
    object-fit: contain;
    font-family: Cabin;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 2px;
}


/******** start of how ********/

.how {
    margin: 0px 0px 0px 0px;
    padding: 150px 0px 150px 0px;
    background: #fff;
    overflow: hidden;
    width: 100%;
}

.how-row {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

img.work-left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 557px;
}

.how-text {
    margin: 0px 0px 0px 21px;
    padding: 0px 0px 0px 0px;
    width: 562px;
    float: left;
}

.how-text h3 {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
    height: 37px;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
}

.how-text p {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 68px;
    font-family: Cabin;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: var(--greyish-brown);
    position: relative;
    line-height: 40px;
}

.how-text p::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 0px 0px 0px;
    float: left;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    text-align: center;
    background: #9da95f;
    border-radius: 50%;
    width: 40px;
    line-height: 40px;
}

.how-text p.last {
    margin: 0px 0px 0px 0px;
}

.how-text p.one::before {
    content: '1';
}

.how-text p.two::before {
    content: '2';
}

.how-text p.three::before {
    content: '3';
}

.how-text p.four::before {
    content: '4';
}

.how-text p.five::before {
    content: '5';
}


/********* start of footer *******/

.footer {
    margin: 0px 0px 0px 0px;
    padding: 24px 0px 22px 0px;
    background: #373737;
    overflow: hidden;
    width: 100%;
}

.foot-logo {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #585858;
    overflow: hidden;
}

.foot-logo a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
}

.foot-logo h6 {
    margin: 12px 0px 0px 30px;
    padding: 0px 0px 10px 0px;
    font-family: Cabin;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    width: 145px;
    float: left;
}

.footer-row {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.footer1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 362px;
}

.footer1 p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
}

.footer1-row {
    margin: 54px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.footer1-left {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 188px;
}

.footer1-left p {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 30px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    background: url(../images/location.png) left 6px no-repeat;
}

.footer1-right {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 146px;
}

.footer1-right h6 {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.footer1-right h6 img.tele-pic {
    margin: 0px 0px 0px 0px;
    float: left;
}

.footer1-right h6 span {
    margin: 0px 0px 0px 13px;
}

.footer1-right ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.footer1-right ul li {
    margin: 0px 11px 0px 0px;
    float: left;
}

.footer1-right ul li.last {
    margin: 0px 0px 0px 0px;
}

.footer2 {
    margin: 0px 0px 0px 46px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 218px;
}

.footer2 ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.footer2 ul li {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

.footer2 ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    display: block;
}

.footer2 ul li.last {
    margin: 0px 0px 0px 0px;
}

.footer2 ul li.one {
    padding: 0px 0px 0px 10px;
}

.footer3 {
    margin: 0px 0px 0px 40px;
    padding: 0px 0px 0px 0px;
    float: left;
    width: 130px;
}

.footer4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: right;
    width: 288px;
}

.footer4 h4 {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.form {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

input.name {
    margin: 0px 0px 12px 0px;
    padding: 0px 10px 0px 15px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #b4b4b4;
    border: none;
    border-radius: 5px;
    background: #797979;
    width: 100%;
    line-height: 40px;
}

textarea.area {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 15px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #b4b4b4;
    border: none;
    border-radius: 5px;
    background: #797979;
    width: 100%;
    height: 110px;
}

input.btnn {
    margin: 12px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #ffff;
    text-align: center;
    display: block;
    border: none;
    border-radius: 5px;
    background: #0099e6;
    width: 92px;
    line-height: 34px;
}

input.btnn:hover {
    color: #ffff;
    background: #037bb8;
}

input.btnn:focus {
    color: #ffff;
    background: #037bb8;
}

p.copy {
    margin: 64px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Cabin;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
}