*{
    margin: 0;
    padding: 0;
}
body{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    letter-spacing: 0;
}

p{
    font-size: 18px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif;
}
ul{
    padding-left: 25px;
    margin: 0;
}
li{
    font-size: 18px;
    line-height: 34px;
    font-family: 'Poppins', sans-serif; 
}
a{
    color: #eb9e4e;
    text-decoration: none;
}
a:hover{
    outline: none;
}
a:focus, a:focus *{
    outline: none;
    text-decoration: none;
}
img{
    max-width: 100%;
    display: block;
}
section{
    width: 100%;
    max-width: inherit;
    margin: 0;
}
.fab::before{
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}

/* Button style */
.btn-primary{
    background-color: #eb9e4e;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 10px 25px;
    text-decoration: #fff;
}
.btn-primary:hover{
    background-color: #eb9e4e;
    color: #fff;
    box-shadow: 0 0 10px #00000030;
}
/* Button style */

/* Custom container */
.container{
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
/* Custom container */

/* Spacing */
.padding-y{
    padding: 100px 0;
}
.padding-t{
    padding-top: 100px;
}
.padding-b{
    padding-bottom: 100px;
}
.padding-y-sm{
    padding: 80px 0;
}
.padding-t-sm{
    padding-top: 80px;
}
.padding-b-sm{
    padding-bottom: 80px;
}
/* Spacing */

/* Heading style */
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0;
}
h1{
    font-size: 100px;
    line-height: 110px;
    font-weight: 800;
    margin: 0 0 15px;
}
h2{
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 15px;
}
h3{
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin: 0 0 15px;
}
.section-title span{
    font-weight: 300;
}
/* Heading style */

/* Header */
header.site-header{
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
body.admin-bar header.site-header{
    top: 32px;
}
.site-header-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 -10px;
    padding: 15px 0;
}
header.site-header .site-branding{
    margin: 0;
    flex-shrink: 0;
}
header.site-header .site-logo{
    margin: 0;
}
header.site-header .site-navigation{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
header.site-header .site-navigation .menu-wrapper{
    margin: 0 50px 0 0;
}
header.site-header .site-navigation .menu-wrapper li a{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    padding: 0 18px;
    color: #fff;
}
header.site-header .site-navigation .menu-wrapper li:last-child a{
    padding-right: 0;
}
header.site-header .need-help-inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
header.site-header .need-help-inner span{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 10px;
    color: #fff;
}
header.site-header .need-help-inner strong{
    display: block;
    font-size: 24px;
    line-height: 22px;
    color: #fff;
}
/* Header */

/* body */
.site-main{
    padding: 0;
    margin: 0;
}
.banner-section .kc_col-sm-12{
    padding: 0;
}
.our-partners h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    max-width: 1050px;
    margin: 0 auto 30px;
}
.our-partners .kc_col-sm-3 {
    text-align: center;
}
.stress-section .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.entry-header{
    padding: 50px 0;
    margin: 0;
    max-width: 100%;
    border: 0;
    background-color: #163b99;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.entry-header h1{
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #fff;
}
.calculator_page .entry-content{
	margin: 0;
    padding: 20px 0;
    background: #f3f3f3;
}
/* body */

/* Footer */
.site-footer{
    margin: 0;
    padding: 100px 0 0;
    background-color: #333333;
    max-width: inherit;
}
.footer-main{
    margin: 0;
    padding: 0 0 80px;
}
.footer-main .footer-widget_wrap{
    display: flex;
    justify-content: space-between;
    margin: 0 -10px;
} 
.footer-main .footer-widget_wrap .widget-cal{
    width: 25%;
    padding: 0 10px;
}
.footer-main .footer-widget_wrap .widget-cal:last-child h3{
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.footer-main .footer-widget_wrap .widget-cal:last-child .custom-html-widget{
    margin-top: 0;
}
.footer-main .footer-widget_wrap h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.footer-main .footer-widget_wrap p{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.footer-main .footer-widget_wrap ul.menu{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-main .footer-widget_wrap ul.menu li{
    margin-bottom: 10px;
}
.footer-main .footer-widget_wrap ul.menu li a{
    font-size: 16px;
    line-height: 22px;
}
.footer-main .footer-widget_wrap li{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.footer-main .footer-widget_wrap ul.contact-info{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-main .footer-widget_wrap ul.contact-info li{
    margin-bottom: 10px;
}
.footer-main .footer-widget_wrap a{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.footer-main .footer-widget_wrap a:hover{
    color: #eb9e4e;
}
.footer-bottom{
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #666666;
}
.footer-bottom .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-bottom .container .widget_text p{
    font-size: 12px;
    line-height: 24px;
    color: #9b9797;
}
.footer-bottom .container .social-liks{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
}
.footer-bottom .container .social-liks li{
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
.footer-bottom .container .social-liks li:hover{
    background-color: #080808;
}
.footer-bottom .container .social-liks li a{
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 14px;
}
.footer-bottom .container .social-liks li a:hover{
    color: #fff;
}
/* Footer */