@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding-top: 75px;
}

h1 {
    font-family: 'Quicksand';
    line-height: 34px;
    font-weight: 600;
    font-size: 27px;
}

h2 {
    font-size: 13px;
    color: #a7abb2;
    font-weight: 400;
    line-height: 23px;
}

h2 a {
    color: #a7abb2 !important;
    text-decoration: none;
}

a {
    color: #ed3b1f;
    font-weight: 700;
    text-decoration: underline;
}

a:hover {
    color: #bd3019;
}

h3 {
    background: -webkit-linear-gradient(#ed3b1f, #bd3019);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 25px;
}

.color1 {
    color: #2d3034;
}

.color2 {
    color: #a7abb2;
}

.color3 {
    color: #ee4d22;
}

.p100 {
    width: 100%;
}

.p75 {
    width: 75%;
}

.p66 {
    width: 66.333%;
}

.p50 {
    width: 50%;
}

.p33 {
    width: 33.333%;
}

.p25 {
    width: 25%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    clear: both;
}

.pd10 {
    padding: 10px;
}

.pd20 {
    padding: 20px;
}

.continer {
    width: 100%;
}

.shdw1 {
    -webkit-box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    box-shadow: 0 1px 1px rgba(173, 168, 168, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dly1 {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

img {
    max-width: 100%;
}

p {
    margin: 15px 0;
}

blockquote {
    background: #f1f1ec url('../assets/site/quote.png') no-repeat center;
    background-size: contain;
    color: #f54e32;
    margin: 25px -10px;
    padding: 30px 20px;
    text-align: center;
    font-family: 'Quicksand';
    font-size: 21px;
    line-height: 27px;
}

blockquote h2 {
    font-family: 'Quicksand';
}

header {
    height: 75px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 667;
    background: white;
    top: white;
    top: 0;
}

a.color3 {
    text-decoration-color: #ee4d22;
}

body.openmenu {
    overflow: hidden;
}

#menu {
    position: absolute;
    top: 75px;
    left: -80%;
    width: 80%;
    height: calc(100vh + 75px);
    background: white;
    overflow-y: scroll;
    z-index: 666;
    padding-bottom: 200px;
}

body.openmenu #menu {
    left: 0;
}

#darkbg,
#darkbg2 {
    position: fixed;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
}

body.openmenu #darkbg {
    pointer-events: auto;
    background: rgba(0, 0, 0, .3);
}

header #menubtn {
    position: absolute;
    top: 25px;
    padding: 15px;
    left: 10px;
}

body.openmenu #menubtn {
    transform: rotate(90deg);
}

header #advertisement {
    background: #f2f2f2;
    text-align: center;
    height: 15px;
    border-bottom: 1px solid #ebebeb;
    font-size: 10px;
    letter-spacing: .5px;
    line-height: 15px;
    color: #757575;
    text-transform: uppercase;
}

header .logo {
    margin-top: 15px;
}

#tranding {
    background: #bfc3cc;
    display: inline-block;
    padding: 1px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#tranding img {
    float: left;
    margin: 6px 9px 0px 4px;
}

#tranding h2 {
    color: white;
    font-weight: 400;
    display: inline;
    line-height: 28px;
}

#artical-header h1 {
    margin-bottom: 10px;
}

#artical-profile {
    margin-top: 10px;
    height: 55px;
}

#trndin {
    background-color: #a7abb227;
}

#artical-profile img {
    float: left;
    margin-right: 10px;
}

#artical-profile h1 {
    display: inline;
    font-size: 15px;
    position: absolute;
    margin-top: -3px;
}

#artical-profile h2 {
    display: inline;
    position: absolute;
    margin-top: -9px;
}

#sharing-btns {
    margin-bottom: 5px
}

#sharing-btns a,
#sharing-btns div {
    background: linear-gradient(#f54e32, #bd3019);
    color: #ffdcd2;
    padding: 5px 10px 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    width: 32%;
    font-weight: 400;
}

#sharing-btns a:hover,
#sharing-btns div:hover {
    background: linear-gradient(#bd3019, #f54e32);
}

#sharing-btns img {
    margin: 0 5px -4px 0;
    opacity: .8;
}

#tranding {
    background: linear-gradient(#f54e32, #bd3019);
    border-top: 1px solid #ececec;
}

#socialcounter span {
    position: relative;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 0px 7px;
    display: inline-block;
    width: 32.333%;
    font-size: 12px;
    border-radius: 4px;
    color: #9a9a9a;
    margin-bottom: 10px;
    line-height: 17px;
    text-align: center;
    letter-spacing: .5px;
}

#socialcounter span:after,
#socialcounter span:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#socialcounter span:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 5px;
    margin-left: -5px;
}

#socialcounter span:before {
    border-color: rgba(212, 212, 212, 0);
    border-bottom-color: #c5c2c2;
    border-width: 6px;
    margin-left: -6px;
}

h2.title {
    text-transform: uppercase;
    color: #ee4d22;
    font-weight: 700;
}

.art {
    overflow: hidden;
    background: white;
    border-radius: 3px;
    margin-top: 20px;
}

.art .art-bg {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-position: center center !important;
}

.art .art-title {
    padding: 5px 20px 14px;
}

.art .art-title a {
    text-decoration: none;
}


.art h2 {
    margin-bottom: -4px;
    margin-top: 5px;
}

.foot_logo {
    text-align: center;
    padding: 20px;
    background: linear-gradient(#f54e32, #bd3019);
}

footer {
    background: #495259;
    color: #a7abb2;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
}

footer a {
    color: #a7abb2;
}

.list {
    background: #f5faf1;
    padding: 20px;
    border-radius: 5px;
    border-bottom: 5px solid #cbe6b6;
    margin-bottom: 20px;
}

.bigcta {
    text-decoration: none;
}

.bigcta div {
    width: 100%;
    background-color: #f08138;
    box-shadow: 0 5px 0 0 #d8502d;
    border: 0;
    border-radius: 5px;
    padding: 12px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    margin: 15px 0;
    color: white;
}



.promo-container {
    text-align: center;
    font-family: sans-serif;
    padding: 10px;
    margin-bottom: 15px;
    ;
}

.promo-container p {
    font-size: 22px;
    font-weight: 600;

}

.promo-image-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.promo-image-wrapper img {
    display: block;
    max-width: 600px;
    width: 100%;
}

.promo-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    pointer-events: none;
}

.promo-name {
    text-transform: uppercase;
    font-weight: bold;
}