/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #303033;
    font-weight: 700;
}

a {
    text-decoration: none;
}

body {
    color: #787878;
    font-weight: normal;
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
}

input::placeholder,
select::placeholder
 {
    color: #999999 !important;
    opacity: 1;
  }


/* Header main css start */


.site-logo img {
    width: 60px;
    margin: 0 auto;
}

.header_main_right_actions {
    display: flex;
    align-items: center;
    justify-content: end;
}

.action_buttons {
    display: flex;
    align-items: center;
}

.single-action-blk {
    margin-left: 25px;
    position: relative;
}

.search_inner {
    width: 145px;
    position: relative;
}

.search_inner input {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 15px;
    font-weight: 300;
    outline: none;
}

.anmt-blk {
    position: absolute;
    right: -17px;
    top: 0px;
    width: 21px;
    height: 21px;
    background: #e34640;
    text-align: center;
    line-height: 21px;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.single-action-blk.active-mode::after {
    position: absolute;
    right: -5px;
    top: 2px;
    width: 5px;
    height: 5px;
    background: #e34640;
    content: "";
    border-radius: 50%;
}

.search_inner i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #000;
}


/* Header main css end */


/* Hero area css start */

.single_hero_slide {
    height: 750px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
}

.hero_slide_content h2 {
    margin-top:200px;
    font-size: 50px;
    line-height: 65px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 35px;
}

.site-btn {
    font-size: 13px;
    font-weight: 500;
    border: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 43px;
    padding: 0 20px;
    transition: .3s;
}

.hero_button_blk a {
    color: #fff;
    margin-right: 19px;
    background-color:#7fb821;
}

.hero_button_blk a:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
}

.hero_button_blk a i {
    margin-left: 11px;
}

.hero_slider_block  .owl-dots {
    position: relative;
    top: -40px;
    text-align: center;
}

.hero_slider_block  .owl-dot {
    background: white !important;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 10px;
    opacity: 0.8;
}

.hero_slider_block  .owl-dot.active {
    opacity: 1;
}

/* Hero area css end */


/* Category area css start */


.single_cat_blk span {
    border-radius: 20px;
    width:100%;
    overflow: hidden;
    height:90px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top:20px;
}



.single_cat_blk:hover span {
    transform: scale(1.2);
    filter: brightness(1);
}


.section-title h3 {
    font-size: 22px;
    color: #000;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
    line-height: 29px;
}

.section-title h3 span {
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
}

.catrgory_area_section {
    padding: 35px 0;
}


/* Category area css end */


/* Call to action area css start */

.site-btn.with_icon i {
    margin-left: 10px;
}

.call_to_action_section {
    background: #d8e6f2;
    padding: 50px 0;
    text-align: center;
}

.call_to_ac_inner_content h3 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
}

.call_to_ac_inner_content p {
    font-size: 23px;
    font-weight: 300;
    font-family: 'Lexend', sans-serif;
    line-height: 37px;
    color: #000;
}

.call_to_ac_inner_content p a {
    color: #000;
    text-decoration: underline;
}


.call_to_ac_inner_content {
    max-width: 668px;
    margin: 0 auto;
}


/* Call to action area css end */