@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

ul{margin: 0px;padding: 0px;list-style: none;}
img{object-fit: cover;}
:focus, a:focus, input:focus, .btn.focus, .btn:focus, button:focus{outline: 0 !important;outline-offset: 0 !important;box-shadow: none !important;}
a, a:hover{text-decoration: none !important;}
section{float: left;width: 100%;}
body{font-family: 'Lato' !important;}
.title {float: left;width: 100%;}
.title h3 {
    float: left;
    width: 100%;
    color: #253949;
    font-size: 42px;
    margin-bottom: 0px;
    /* font-family: 'Playfair Display'; */
    font-weight: 600;
    text-transform: uppercase;
}

p {
    float: left;
    width: 100%;
    color: #837b7b;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 500;
}
.row {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
/*start-header*/
li.active.has-sub ul.sub-menu a {color: #fff !important;border-bottom: 0px !important;}
header#header {
    float: left;
    width: 100%;
    /* background: #fff; */
    /* box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.25); */
    padding: 20px 0px;
}
.deskmenu {
    z-index: 9;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.main_menu .menu li a {
    font-size: 16px;
    color: #2f302f;
    line-height: 1.2;
    text-align: left;
    text-transform: capitalize;
    font-weight: bold;
}
ul.sub-menu a {font-size: 17px !important;}
.main_menu .menu li.active a {color: #153f7a;/* border-bottom: 2px solid; */}
.main_menu .menu li a:hover {
    color: #507694;
}
.main_menu .menu > li {margin-top: 0px;}
.main_menu li:not(:last-child) {margin-right: 20px;}
.main_menu li:not(:first-child) {margin-right: 20px;}
.main_menu li:not(:first-child) {
    margin-right: 27px;
}
.icon-submenu {
    position: absolute;
    top: 50%;
    right: -2px;
    transform: translate(-50%, -50%);
    margin-top: -7px;
}
.icon-submenu::before {
    position: absolute;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: bold;
    top: 47%;
    color: rgb(17, 16, 16);
    line-height: 1;
}
.menubar {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
}
.main_logo a {
    display: flex;
    align-items: center;
    justify-content: start;
}
.main_log a span {display: none;}

.main_menu {
    float: left;
    width: 100%;
    display: flex;
    /* justify-content: flex-start; */
}
header#header .lern-btn {width: unset;float: unset;margin: 0px;margin-left: 20px;margin-right: 20px;}
.navigation {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.contact-info a{color: #fff}
.cart-btn {margin-left: 33px;margin-right: 20px;}


.sidebar-item {text-align: center;/* border-bottom: 1px solid #666; */}
.sidebar-item li {padding: 15px;border-bottom: 1px solid #fff;}
.sidebar-item a {color: white;text-decoration: none;font-size: 18px;font-family: 'myriad_proregular';}
.sidebar li {margin-right: 0px !important;}
#sidebar {background-color: #333;position: fixed;top: 0;right: -400px;width: 400px;height: 100%;color: white;width: 340px;transition: right 0.3s ease;z-index: 1000;background-color: #027bbf;}
.sidebar_sub_menus > a::after {content: '\25BC'; /* Unicode for downward triangle â–¼ */font-size: 12px;  /* Adjust size as needed */color: white;margin-left: 10px; /* Space between text and icon */transition: transform 0.3s ease; /* For rotation animation */}
.sidebar_sub_menus .sub-menu a:hover {background: unset !important;}
.sidebar_sub_menus.active > a::after {transform: rotate(180deg); /* Rotate the icon when active */}
.sidebar_sub_menus .sub-menu a {padding: 0px !important;text-align: center !important;border-bottom: unset !important;width: 100% !important;justify-content: center !important;text-transform: capitalize !important;}
.servi-submenu {display: none;}
.servi-submenu.open {display: block;}
#sidebar.open {right: 0;}
.sidebar_sub_menus .sub-menu {
    display: none;
    background-color: #000;
    position: absolute;
    top: 186px;
    left: 0;
    z-index: 9;
    border-radius: 0;
    width: 100%;
    text-align: center !important;
    /* bottom: 0; */
}
.sidebar_sub_menus.active .sub-menu {display: block; /* Show submenu when parent is active */}
.sidebar_sub_menus .sub-menu > li:first-child {display: block;}
.sidebar_sub_menus.active .sub-menu .servi-submenu {display: block;}
.header-top {
    float: left;
    width: 100%;
}
.main_logo a img {
    width: 190px;
    /* margin-bottom: -55px; */
}
.header-top {
    background-color: #1da038;
    color: #fff;
    padding: 13px 0;
}


.header-social a {
    color: #fff;
    border: 1px solid;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    margin-right: 10px;
}
.header-social {
    display: flex;
}
.header-main {
    float: left;
    width: 100%;
    display: flex;
    justify-content: end;
}
.header-contact {
    display: flex;
    align-items: center;
    border-left: 3px solid #178d2f;
    padding-left: 20px;
    margin-left: 10px;
}
a.icon-phone {
    color: #fff;
    margin-right: 7px;
    font-size: 26px;
}
.header-contact span {
    color: #fff;
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
}
a.phone-number {
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
    font-weight: bold;
}
.header-btn a {
    margin-left: 15px;
    /* background: linear-gradient(to bottom, #3AAC52 0%, #0C4C19 100%); */
    border-radius: 40px;
    color: #507694;
    padding: 13px 23px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border: 2px solid #507694;
    background: #fff;
}
.header-btn {
    float: left;
}
.header-btn a:hover{background:#507694;color: #fff;transition: 0.7s}
/*end-header*/
.bnner-img {float: left;
    width: 100%;
    position: relative;
}
.bnner-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    
}
.bnner-content {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    padding: 238px 0px;
    /* padding-bottom: 250px; */
}
.bnner-detils {
    float: left;
    width: 100%;
    position: relative;
}

.bnner-detils h1 {
    float: left;
    width: 100%;
    color: #f4f7fa;
    
    font-weight: bold;
    margin-bottom: 0;
    font-size: 42px;
    text-transform: uppercase;
}

.bnner-detils p {
    color: #fafcfa;
    font-size: 19px;
    font-weight: bold;
    /* border-top: 5px solid #259c3c; */
    margin-top: 24px;
    /* padding-top: 25px; */
    margin-bottom: 30px;
}
.btns {
    float: left;
    width: 100%;
    display: flex;
}
.btns .header-btn a {
    margin-left: 0;
    margin-right: 15px;
}
.lern-btn a {
    /* background: linear-gradient(to bottom, #3AAC52 0%, #0C4C19 100%); */
    border-radius: 40px;
    color: #fff;
    padding: 14px 40px;
    font-size: 18px;
    font-weight: 700;
    border: 3px solid #259c3c;
}
.lern-btn a:hover{background: linear-gradient(to bottom, #3AAC52 0%, #0C4C19 100%);}

.bnner-detils .header-btn {
    float: left;
    width: 100%;
}
.bnner-detils .header-btn a {
    float: left;
    margin-left: 0;
    margin-bottom: 13px;
    border: 2px solid #fff;
}
.Klinge {
    background: #507694;
    padding: 95px 0px;
}
.Klinge-img {
    float: left;
    width: 100%;
}
.Klinge-img img{
    float: left;
    width: 100%;
}
.Klinge-content {
    float: left;
    width: 100%;
}
.Klinge-content h2 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    color: #f3f4f5;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 49px;
}
.Klinge-content p {
    color: #eaeff3;
    margin-top: 11px;
    font-weight: 600;
}
.Klinge-content .header-btn a {
    margin-left: 0;
    padding: 13px 40px;
    float: left;
    margin-top: 33px;
}
.Klinge-content .header-btn a:hover{border: 2px solid #fff;}

.simply-dummy {
    background: #ecf0f3;
    padding: 90px 0px;
}

.simply-dummy .title h3 {
    float: unset;
    width: 66%;
   
    margin: 0 auto;
}
.simply_box {
    float: left;
    width: 100%;
    background: #e3e6e7;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    margin-top: 80px;
    height: 425px;
}
.simply_box ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: end;
}
.simply_box ul .simply-img {
    float: left;
    width: 100%;
    margin-right: 12px;
}
.simply_box ul .simply-img img {
    width: 93%;
}
.simply_icon img {
    height: 60px;
}
.simply_icon h3 {
    float: left;
    width: 100%;
    font-family: Playfair Display;
   
    color: #253949;
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
}
.simply-text {
    float: left;
    width: 100%;
    padding: 20px;
}
.simply-text p {
    color: #696b6a;
    font-size: 17px;
    font-weight: 600;
}
.simply-text .header-btn a {
    margin-left: 0;
    
    float: left;
    margin-top: 20px;
}
.testimonial {
    padding: 80px 0px;
}
.testimonial .title p {
    color: #8a8c8b;
    width: 51%;
    float: unset;
    margin: 0 auto;
    padding-top: 10px;
}
.testimonial-box {
    float: left;
    width: 100%;
    background: #f0f3f4;
    margin-top: 50px;
    padding: 30px;
    border-radius: 30px;
}
.testimonial-box ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.testimonial-box ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 21px; 
}
.test-detils {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.elei-img {
    float: left;
    margin-right: 13px;
}
.test-content h3 {
    font-family: 'Playfair Display';
    font-size: 23px;
    margin-bottom: 0px;
    font-weight: bold;
    color: #3b3f42;
}
.test-content span {
    color: #507694;
    font-weight: 400;
    font-size: 15px;
}
.testimonial-box p {
    color: #8e9091;
    font-size: 19px;
}

.testimonial-slider.slick-initialized.slick-slider {float: left;width: 100%;position: relative;}

.testimonial-slider.slick-initialized.slick-slider .slick-list.draggable {float: left;width: 100%;overflow: hidden;}

.testimonial-slider.slick-initialized.slick-slider .slick-slide {
    padding: 10px; 
}
.testimonial-slider.slick-initialized.slick-slider .slick-list.draggable .slick-track {display: flex;}

.testimonial-slider.slick-initialized.slick-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    float: left;
    width: 100%;
}

.testimonial-slider.slick-initialized.slick-slider ul.slick-dots li {
    margin: 0px 10px;
    padding-bottom: 0;
    width: unset;
    border-bottom: 0;
}

.testimonial-slider.slick-initialized.slick-slider ul.slick-dots li button {
    font-size: 0;
    border: 3px solid #d8dbd9;
    background-color: #f1fbf3;
    width: 18px;
    height: 18px;
    cursor: pointer;
    float: left;
    border-radius: 50px;
}
.testimonial-slider.slick-initialized.slick-slider ul.slick-dots li.slick-active button {
    background-color: #718ba1;
    border: 3px solid #d8dbd9;
}
.blog-card-wrap {
    width: 100%;
    background: #f7f9fa;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    margin-top: 40px;
}
.blog-card-wrap:hover{
    transform:translateY(-5px);
}

.blog-card-img{
    position:relative;
    height:210px;
    overflow:hidden;
}

.blog-card-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.blog-date-badge {
    position: absolute;
    top: 0;
    right: 15px;
    background: #5a7fa3;
    color: #fff;
    text-align: center;
    padding: 12px 19px;
    /* border-radius: 8px; */
    font-weight: 600;
}
.blog-date-badge span {
    font-size: 20px;
    display: block;
    font-family: 'Playfair Display';
}

.blog-date-badge small{
    font-size:17px;
    line-height:14px;
    letter-spacing:0.5px;
}

.blog-card-content{
    padding:25px;
}

.blog-card-content h3 {
    font-size: 23px;
    font-weight: bold;
    color: #2c2c2c;
    /* line-height: 1.4; */
    margin-bottom: 11px;
    font-family: 'Playfair Display';
}
.blog-card-content p{
    font-size:14px;
    color:#6b6b6b;
    line-height:1.6;
    margin-bottom:20px;
}

.blog-btn {
    display: inline-block;
    padding: 10px 22px;
    border: 2px solid #507694;
    border-radius: 30px;
    color: #507694;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
    background: #fff;
}
.blog-btn:hover{
    background:#507694;
    color:#fff;
}
.decisions {
    background: #507694;
    margin-top: 100px;
    padding: 60px 0px;
}
.decisions-img {
    float: left;
    width: 100%;
}
.decisions-img img{
    float: left;
    width: 100%;
}
.decisions-contn {
    float: left;
    width: 100%;
    margin-top: 41px;
}
.decisions-contn .title h3 {
   
    width: 94%;
    color: #e9fbed;
    font-size: 45px;
}
.decisions-contn p {
    color: #e9fbed;
    margin-top: 20px;
}
.cta-section {
    /* background: #5f7f98; */
    /* padding: 40px 0; */
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 25px;
}
a.cta-pill-btn {
    display: inline-block;
    background: #ffffff;
    color: #507694;
    padding: 13px 42px;
    border-radius: 60px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

a.cta-pill-btn strong{
    font-weight:700;
}

.cta-pill-btn:hover{
    background:#f2f6f9;
}

.estate-cta-section {
    padding: 87px 0 0;
    /* background: #5f7f98; */
    color: #ffffff;
    float: left;
    width: 100%;
}

.estate-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.4);
    margin-bottom:45px;
}
.estate-heading {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    max-width: 748px;
    margin: 0 auto 50px;
    font-family: 'Playfair Display';
    text-align: center;
}
.estate-btn-group{
    display:flex;
    justify-content:center;
    gap:25px;
}

a.estate-btn{
    padding:14px 28px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s ease;
}

.estate-btn-light{
    background:#f2f2f2;
    color:#2f4f63;
}

a.estate-btn-light:hover{
    background:#ffffff;
}

a.estate-btn-dark{
    background:#2f4f63;
    color:#ffffff;
}

a.estate-btn-dark:hover{
    background:#243b4a;
}
.custom-footer-section{
    background:#253949;
    
    padding:70px 0 40px;float: left;width: 100%;
}
.footer-top{
    display:flex;
    justify-content:space-between;
    gap:60px;
}

.footer-col{
    flex:1;
}

.footer-logo{
    color:#7fa6c0;
    font-size:24px;
    font-weight:600;
    margin-bottom:20px;
    letter-spacing:1px;
}

.footer-about p {
    font-size: 18px;
    /* line-height: 1.7; */
    margin-bottom: 20px;
    color: #d5d7d6;
    margin-top: 21px;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #7fa6c0;
    border-radius: 50%;
    color: #7fa6c0;
    margin-right: 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 21px;
}

.footer-social a:hover{
    background:#7fa6c0;
    color:#2f4b5c;
}

.footer-links h3, .footer-contact h3 {
    font-size: 21px;
    margin-bottom: 14px;
    color: #f2f8f3;
    font-family: 'Playfair Display';
}
.footer-links ul{
    list-style:none;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-links ul li a {
    color: #f2f8f3;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}
.footer-links ul li a:hover{
    color:#ffffff;
}

.footer-contact p {
    font-size: 15px;
    margin-bottom: 12px;
    color: #f2f8f3;
    display: flex;
}
.footer-contact i {
    font-size: 19px;
    margin-right: 10px;
    color: #6a8397;
}
.footer-divider {
    height: 5px;
    background: #a7b2b5;
    margin: 84px 0 30px;
    float: left;
    width: 100%;
}

.footer-bottom p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #f0f4f1;
    font-style: italic;
}

.copyright {
    font-size: 13px;
    font-style: normal !important;
}
.footer-col.footer-about img {
    width: 198px;
}
.footer-bottom {
    float: left;
    width: 47%;
    color: #f0f4f1;
}

.gform_confirmation_message {
    color: green;
    font-size: 20px;
}
.search-result-data, #inner-page {
    margin-top: 100px;
    margin-bottom: 100px;
}
.search-result-data h1.page-title, .search-result-data h2, .Not_found.text-center h2 {
    float: left;
    width: 100%;
    color: #000000 !important;
    font-size: 40px;
    margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: 500 !important;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.search-result-count.default-max-width, p.grey-text, .service-txt p {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 32px;
    word-spacing: normal;
    color: #000000;
}
section.search-result-data ul li a {
    color: #000000;
    font-size: 19px;
    margin-bottom: 0px;
    /* font-family: robotomedium; */
    margin-top: 0;
    float: left;
    width: 100%;
    text-transform: uppercase;
    box-shadow: 0 0 8px 0 #999;
    padding: 20px;
    margin-top: 15px;
}
.defult_pages_content span.alignleft, .service-img {
    width: 45%;
    float: left;
    margin-right: 20px;
}
.defult_pages_content span.alignleft img, .service-img img {
    width: 100%;
}
.about_us_main p, .service-txt p {
    width: unset;
    float: unset;
    font-size: 20px;
    margin-bottom: 20px;
}
.page-not-link.grey-text a.btn {
    font-size: 20px;
    background: #000000;
    color: #fff;
}
.page-not-link.grey-text {
    color: #000000;
}
.alert.alert-info {
    float: left;
    width: 100%;
}
.defult_pages_content {
    margin-top: 100px;
}
.decisions.providin {
    margin-top: 0px;
}
.inner-bnner-img {
    float: left;
    width: 100%;
    position: relative;
}
.inner-bnner-img img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -2;
    height: 100%;
    width: 100%;
    object-fit: fill;
    /* border-radius: 39px; */
}
.inner-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 220px 0px;
}
.inner-content h1 {
    float: left;
    width: 100%;
    font-size: 38px;
    color: #fff;
    /* font-family: 'Playfair Display'; */
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb {
    font-size: 18px;
    color: white;
    float: left;
    width: 100%;
}
.breadcrumb a, .breadcrumb h5 {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 18px;
}
.separator {
    margin: 0 12px;
    position: relative;
}
.separator:before {
    content: '';
    position: absolute;
    background: #4d728f;
    height: 12px;
    width: 12px;
    top: 8px;
    left: -5px;
    border-radius: 50px;
}
.blog_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin: 100px 0px;
}
.blog_btn a {
    color: #507694;
    border: 1px solid #507694;
    padding: 16px 32px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50px;
}
.blog_btn a:hover{background:#507694;color: #fff;transition: 0.6s}
.Formation {
    margin-top: 100px;
    margin-bottom: 80px;
}
.Formation .row {
    align-items: center;
}
.Formation_img {
    float: left;
    width: 100%;
}
.Formation_img img{
    float: left;
    width: 100%;
}
.formation_txt h3 {
    margin-bottom: 0px;
    float: left;
    width: 70.8%;
    font-size: 30px;
    font-weight: bold;
    color: #2c2c2c;
    /* line-height: 1.4; */
    /* margin-bottom: 11px; */
    font-family: 'Playfair Display';
}
.formation_txt p {
    margin-top: 20px;
    color: #8e9091;
}
.availble {
    margin-top: 100px;
    margin-bottom: 100px;
}
.availble .title h3 {
    float: unset;
    width: 60%;
    margin: 0 auto;
}
.availble p {
    margin-top: 20px;
}
.availble p {
    margin-top: 20px;
    width: 75%;
    float: unset;
    margin: 0 auto;
    padding-top: 20px;
}
.privacy_policy {
    margin-top: 100px;
    margin-bottom: 280px;
}
.privacy_policy p {
    font-size: 18px;
}
.generators {
    float: left;
    margin-top: 40;
    margin-top: 60px;
    width: 74%;
}
.generators h3 {
    font-family: 'Playfair Display';
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px;
}
.privacy_policy.faq_inner {
    margin-bottom: 100px;
    margin-top: 80px;
}
.privacy_policy.faq_inner .generators {
    width: 80%;
    margin-top: 30px;
}
.get-in_contact {
    margin: 50px 0px;
}
.get_txt {
    float: left;
    width: 100%;
}
.get_txt h3 {
    color: #4d728f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
}
.get_txt span {
    color: #81868a;
    font-size: 17px;
}
.breadcrumb h5 {
    margin-top: 3px;
}
.page-id-57 .blog,.search-result-data, #inner-page {
    margin-bottom: 50px;
}
input#gform_submit_button_1 {
    margin-bottom: 0px !important;
    border-radius: 40px;
    color: #507694;
    padding: 13px 45px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border: 2px solid #507694;
    background: #fff;
}
textarea#input_1_5 {
    height: 113px !important;
}
form#gform_1 {
    width: 80%;margin-top:50px;float:left;
}
form#gform_1 legend, form#gform_1 label {
    color: #4d728f;
    font-size: 15px;
    font-weight: 600;
}
form#gform_1 input, form#gform_1 textarea {
    border: 1px solid #507694 !important;
    border-radius: 10px;
    padding: 10px 10px !important;
}
.schedule-btn{
	padding: 14px 28px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
	background: #f2f2f2;
    color: #2f4f63;
}