@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/Agrandir-Regular.woff2') format('woff2'),
        url('../fonts/Agrandir-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Agrandir', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.custom_fomt_second .elementor-widget-container,
.elementor-icon-list-text,
.elementor-tab-content,
.elementor-button {
    font-family: 'Agrandir', sans-serif !important;
}

a img {
    border: none;
}

a {
    text-decoration: none;

}

ul {
    list-style: none
}

:focus {
    outline: none
}

.outer_overflow {
    overflow: hidden;
}

.wrapper {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
}

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"],
button {
    -webkit-appearance: none
}

img {
    max-width: 100%;
}


.header_logo a {
    display: inline-block;
}

.header_logo {
    width: 30%;
}

.h_social_item_r {
    width: 70%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    /* justify-content: end; */
    justify-content: flex-end;
    gap: 35px;
}



.header_outer {
    padding: 15px 0;
    position: relative;
}

.header_bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}


.menu_details_info {
    display: flex;
    flex-wrap: wrap;
    position: relative;

}

.menu_details_section {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;

}


.sticky_header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.19);
    background-color: #fff;
    z-index: 12;
}

/* /////////////////////////////////////////////////// */



/* Menu Bar */


.site-menu {
    display: inline-block;
}


.nav-menu>li {
    margin: 0 20px;
    position: relative;
    display: inline-block;
}

.nav-menu>li:nth-last-child(2) {
    margin-right: 0;
}

.nav-menu>li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    top: auto;
    bottom: 0;
    left: 0;
}

.nav-menu>li a::after {
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}


.nav-menu>li:hover a::after {
    transform-origin: left;
    transform: scaleX(1);
}

.nav-menu .sub-menu li a::after {
    display: none;
}

.nav-menu>li>a {
    position: relative;
    z-index: 3;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    display: block;
    padding: 3px 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* .nav-menu>li:hover a {
    color: #000000;

} */


.nav-menu>.menu-item-has-children>a::before {
    position: absolute;
    content: "";
    display: block;
    height: 8px;
    width: 15px;
    right: -15px;
    top: 12px;
    background: url(../images/menu-down-icon-w.svg) no-repeat;
    transition: all 0.5s ease-in-out;
    background-size: contain;
}


.nav-menu .sub-menu .menu-item-has-children>a::before {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/sub-menu-plus-fa.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
    transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.nav-menu .sub-menu .menu-item-has-children:hover a::before {
    background: url(../images/hov-icon-minus-com.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 22px;
    height: 20px;
    right: 11px;
}


.nav-menu .sub-menu {

    position: absolute;

    top: 100%;

    left: 0px;

    width: 200px;

    transition: all 0.3s ease;


    -webkit-transition: all 0.3s ease;

    z-index: 1000;

    visibility: visible;

    filter: alpha(opacity=0);

    visibility: hidden;

    opacity: 0;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);

}


.nav-menu .sub-menu li {
    float: none;
    background: #fff;
    border-bottom: 1px solid #e7bc20;
    border-left: none;
    padding: 0;
    display: block;
    position: relative;
}

.nav-menu .sub-menu li:first-child {
    border-top: 2px solid #e7bc20;
}

.nav-menu .sub-menu a {
    padding: 7px 13px;
}

.nav-menu .sub-menu li a {
    text-align: left;
    font-size: 14px;
    text-shadow: none;
    color: #000;
    display: block;
}

.nav-menu .sub-menu ul {
    position: absolute;
    top: 0px;
    left: 100%;
    border-top: 0;
    padding-left: 0px;
    right: auto;
    padding-top: 0;
    filter: alpha(opacity=0);
    width: 180px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
    border-bottom: none;
}


.nav-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child {
    border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
    background: #f8f8f8;
}

.cross_button {
    display: none
}


.nav-menu .sub-menu li a::after {
    display: none;
}

.nav-menu>li:hover a::after {
    opacity: 1;
    visibility: visible;
}



@keyframes bg-pulse-big {
    0% {
        box-shadow: 0 0 0 0px rgba(2, 202, 252, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(2, 233, 250, 0);
    }
}

/* @keyframes bg-pulse-big {
	  0% {
		  background: rgba(216, 243, 255, 0.3);
	  }
  
	 
  
	  100% {
		  background: rgba(216, 243, 255, 0.9);
	  }
  } */


.nav-menu .sub-menu li a:hover {
    color: #fff;
    background: #e7bc20;
}

.menu_expand {
    display: none;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    letter-spacing: 3px;
    text-decoration: none;
    float: right;
    border-radius: 4px;
    padding: 11px;
    background: #fff;

}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    opacity: 0;
}

.overlay.active {
    z-index: 100;
    opacity: 1;
}

.sub-menu-toggle {
    display: none;
}

/* Menu Bar End */


/* ////////////////////////////////////////////////////// */



.top_info_in a {

    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    line-height: normal;
    display: inline-flex;
    align-items: center;
}

.top_info_in a:hover .info_header_d {
    text-decoration: underline;
}

.top_info_in {
    margin-right: 30px;
}

.top_info_in:last-child {
    margin-right: 0;
}

.img_b_style {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    background-color: #e7bc20;
    height: 55px;
    min-width: 55px;
    color: #fff;
    border-radius: 100%;
}

.info_header_d {
    font-size: 17px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.1;
    color: #000000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.top_info_in_email .info_header_d {
    word-break: break-word;
    white-space: normal;
}

.img_b_style svg {
    max-width: 33px;
    position: relative;
}

.footer_content_item_inner {
    border-top: 5px solid #e7bc20;
    background: #000;
    padding: 15px 0;
    color: #fff;
}

.footer_copyright {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}



.footer_copyright_l p,
.footer_copyright_r p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}

.footer_copyright_l p a,
.footer_copyright_r p a {
    color: #fff;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.footer_copyright_l p a:hover {
    text-decoration: underline;
}

.footer_logo {
    max-width: 50px;
    display: inline-block;
}

.choose_block {
    position: relative;
}

.choose_block::after {
    position: absolute;
    content: '';
    top: 0;
    height: 150px;
    width: 120px;
    left: 0;

    background-image: url('../images/leaf-img.svg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq_outer_ct .elementor-accordion-item {
    border-bottom: 1px solid #b7b7b775 !important;
}

.faq_outer_ct .elementor-accordion-icon {
    margin-top: 7px;
}






.info_boxes_block {
    position: relative
}

.info_boxes_block:after {
    content: "";
    position: absolute;
    right: -9px;
    top: -9px;
    border-radius: 100px;
    background: #fff;
    height: 75px;
    width: 75px;
}

.full_height_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_us_form_box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.contact_input_form_b {
    width: 50%;
    margin-bottom: 16px;
    padding: 0 7px;
}

.contact_input_form_b label {

    font-family: "Agrandir", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    color: #fff;
    padding-bottom: 12px;
    display: inline-block;

}

.contact_input_form_b p label {}

.contact_us_form_box_full {
    width: 100%;
}


.cn_input {

    font-family: "Agrandir", sans-serif;
    font-size: 16px;
    font-weight: 400;

    display: block;
    width: 100%;

    background-color: #fff;
    border-width: 0px 0px 0px 0px;

    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    border-radius: 8px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    color: #000;
    padding: 12px 13px;




}

.cn_input::placeholder {
    color: #1B2430CC;
}

.cn_select {
    background-image: url('../images/down-arrow-black.svg');
    /* / filter: brightness(0);/ background-repeat: no-repeat; */
    background-position: 96% center;
    background-size: 12px;
    padding-right: 50px;
}



.cn_textarea {

    resize: none;
}

.submit_form_b {
    text-align: left;
}

.cn_submit_btn {
    font-family: "Agrandir", sans-serif;
    display: inline-block;

    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 5px;
    background-color: #e7bc20;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #e7bc20;
    padding: 13px 24px;
    cursor: pointer;
    line-height: 1;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    min-width: 129px;
}

.cn_submit_btn:hover {

    background-color: transparent;
    color: #e7bc20;
}



.wpcf7 form .wpcf7-response-output {

    background: #fff;
}


.contact_radio_block {
    display: flex;
    gap: 20px;
}

.contact_radio_block .wpcf7-list-item:first-child {
    margin: 0;
}

/* .contact_us_form_sec [type="radio"]:checked,
.contact_us_form_sec [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.contact_us_form_sec [type="radio"]:checked+label,
.contact_us_form_sec [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 0;
}

.contact_us_form_sec [type="radio"]:checked+label:before,
.contact_us_form_sec [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.contact_us_form_sec [type="radio"]:checked+label:after,
.contact_us_form_sec [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ffd700;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact_us_form_sec [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.contact_us_form_sec [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
} */








.paragraph_p p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    padding-bottom: 15px;
}

.paragraph_p p:last-child {
    padding-bottom: 0;
}








.c_testimonial_slider_out {
    position: relative;
    padding-bottom: 65px;
}

.client_testimonial_block .heading_title {
    text-align: center;
}

.testimonial_c_box {
    border: 1px solid #e7bc20;
    border-radius: 23px;
    background-color: #f9f9f9;
    overflow: hidden;

}

.t_testimonial_c_item {
    padding: 33px 33px 37px 33px;
}


.rating_star_img {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 3px;
}

.rating_star_img img {
    max-width: 24px;
}

.rating_star_ct {
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rating_user_img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    overflow: hidden;
    min-width: 54px;
}

.rating_user_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial_quote_img {
    text-align: left;
    margin-bottom: 10px;
}

.testimonial_quote_img>p {
    font-size: 72px;
    font-weight: 700;
    color: #000;
    line-height: 20px;
    position: relative;
    top: 20px;
}




.testimonial_ct_h>h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
    padding-bottom: 10px;
}

.rating_user>h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: 20px;
}


.rating_star_ct>p {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    line-height: 18px;

}

.swiper-pagination.c_testimonial_pagination {
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c_testimonial_pagination .swiper-pagination-bullet {
    background-color: #e7bc20;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
}


.c_testimonial_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 100%;
    border: 1px solid #e7bc20;
    outline-style: solid;
    outline-color: #fff;
    outline-offset: -4px;
    width: 22px;
    height: 22px;
}


.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_c_box {
    background-color: #fff3c7;
}

.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_quote_img>p,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_ct_h .paragraph_p p,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .rating_user>h4,
.c_testimonial_slider_out .swiper-slide.swiper-slide-active .testimonial_ct_h>h3 {
    color: #000;
}


.icon_info img {
    height: 70px;
    width: 70px;
}

.error_img {
    text-align: center;
    padding: 90px 0 90px;
}


.error_section h1 {
    font-family: "League Spartan", Sans-serif;
    font-size: 150px;
    color: #000;
    font-weight: bold;
    line-height: 123px;
    margin-bottom: 35px;
    margin-top: 0px;

}

.error_img .heading>img {

    width: 340px;
    margin-bottom: 20px;
}

.error_section h3 {
    font-family: "League Spartan", Sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 45px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 12px;
}

/* .error_section p {
    font-family: inherit;
    font-size: 18px;
    margin-bottom: 25px;
    color: #000;

} */
.footer_content {
    padding: 20px 0 30px;
    text-align: center;
}

.footer_content p {
    color: #fff;
    font-size: 16px;
}

.f_footer_social_block {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.f_footer_social_block a {
    display: inline-block;
    margin: 0 10px;
}

.f_footer_social_block a svg {
    width: 25px;
}

.f_footer_social_block a svg path {
    fill: #ffd700;
}




.page_title_setcion_inner h1 {
    font-family: "League Spartan", Sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1em;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}


.content-area {
    min-height: 200px;
}

.page_title_setcion_inner {
    padding-top: 45px;
}




.latest_blogs_out {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
    /* justify-content: center; */
}

.latest_blogs_item {
    width: 33.33%;
    padding: 0 25px;
    margin-bottom: 35px;
}

.latest_blogs_info {
    height: 100%;
    border: 1px solid #e7bc20;
    padding: 14px 14px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blogs_img_t {
    display: block;
    position: relative;
}

.blogs_img_t img {
    width: 100%;
}

.blogs_img_t>p {
    color: #E47068;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 4px 8px 2px;
    display: inline-block;
    letter-spacing: -0.21px;
    text-transform: capitalize;
}

.blog_ct_box {
    padding: 10px 20px 0px 8px;
}

.blog_ct_box .paragraph_pra_p p {

    color: #000000;
    font-family: "Agrandir", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
}

p.date_bl {
    color: #B8B8B8;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #e7bc20;
    padding-bottom: 6px;
    margin-bottom: 6px;
    line-height: normal;
}

.blog_ct_box h4 {
    color: #000;
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
    font-family: "League Spartan", Sans-serif;
    padding-top: 4px;
    line-height: 1.2;
}

.blog_ct_box h4 a {
    color: #000000;
}

.blog_ct_box .paragraph_pra_p {
    padding-bottom: 10px;
}

.latest_blog_btn {
    width: 100%;
    text-align: center;
}

.latest_blog_btn .site_btn {
    min-width: 123px;
}

/* 
.categories_list_blog_section {
    padding: 80px 0 45px;
} */

.h_read_more a {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #000;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    line-height: 20.7px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.h_read_more {
    padding: 14px 10px 0 10px;
}

.h_read_more a>svg {
    margin-left: 5px;
}

.h_read_more a>svg path {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.h_read_more a:hover {
    color: #FFD700;
    border-color: #FFD700;
}

.h_read_more a:hover svg path {
    stroke: #FFD700;
}

.latest_blogs_out_all {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}




.pagination_blog_section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px 0;
}

.pagination_blog_section .page-numbers.current {
    border-radius: 6px;
    border: 1px solid rgba(0, 81, 76, 0.10);
    display: flex;
    align-items: center;
    width: 40px;
    justify-content: center;
    height: 40px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.312px;
    background-color: #e7bc20;
}

.pagination_blog_section a.page-numbers {
    border-radius: 6px;
    border: 1px solid rgba(0, 81, 76, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.312px;
}




.pagination_blog_section a.next.page-numbers {
    justify-content: end;
    /* margin-left: 25%;
            margin-right: 0; */
}

.pagination_blog_section a.prev.page-numbers,
.pagination_blog_section a.next.page-numbers {
    display: flex;
    border: 0;
    align-items: center;
}

.pagination_blog_section a.page-numbers {
    border-radius: 6px;
    border: 1px solid rgba(0, 81, 76, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.312px;
}



.pagination_blog_section a.prev.page-numbers {
    justify-content: flex-start;
    /* margin-left: 0;
            margin-right: 25%; */
}

.pagination_blog_section a.prev.page-numbers,
.pagination_blog_section a.next.page-numbers {
    display: flex;
    border: 0;
    align-items: center;
}

.pagination_blog_section a.page-numbers {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    margin: 0 7.5px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.312px;
}


.blog_single_div {
    display: flex;
    flex-wrap: wrap;
}

.blog_sub_content {
    width: 65%;
    padding-right: 30px;
}

.blog_sub_sticky {
    width: 35%;
}

.blog_single_section {
    padding: 80px 0;
}

.blog_single_div .page_title_setcion_inner h1 {
    font-size: 48px;
    text-align: left;

}

.blog_sub_sticky_btn {
    text-align: center;
}

p.date_bl.date_b2 {

    margin-top: 6px;
}

.page_title_setcion_inner.page_title_setcion_inner_b {
    padding-top: 35px;
}

.p_content p {
    color: #000000;
    font-family: "Agrandir", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 15px;
}


.p_content p a {
    color: #000000;
}

.p_content p:last-child {
    padding-bottom: 0px;
}

.font_style_single h2 {
    font-family: "League Spartan", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
    ;
}

.font_style_single h3 {
    font-family: "League Spartan", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}

.font_style_single h4 {
    font-family: "League Spartan", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}

.font_style_single h5 {
    font-family: "League Spartan", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}

.font_style_single h6 {
    font-family: "League Spartan", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 10px;
}

.font_style_single ul {
    list-style: disc;
    padding-left: 20px;
    padding-bottom: 10px;
}

.font_style_single ul li,
.font_style_single ol li {
    color: #000000;
    font-family: "Agrandir", Sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    padding-bottom: 5px;
}



.font_style_single ul li a,
.font_style_single ol li a {
    color: #000000;
    display: block;
    text-decoration: underline;
}

.info_blog_list ol,
.info_blog_list ul {
    margin: 16px 0;
    padding: 0 0 0 25px;
    display: block;
}

.info_blog_list li>ul,
.info_blog_list li>ol {
    margin: 0;
}

#table-of-contents {
    border-bottom: 1px solid #00000030;
}

.info_blog_list {
    background: #FFF3C7;
    padding: 24px 27px 10px;

    margin: 25px 0 35px;
}


.blog_sub_sticky_inner {
    background-color: #e7bc20;
    padding: 30px 30px;
    position: sticky;
    top: 104px;
}


.font_style_single .blog_sub_sticky_inner h3 {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.blog_sub_sticky_inner.p_content p {
    text-align: center;
}

.single-post .outer_overflow {
    overflow: unset;
}

.home_new_faq .e-n-accordion-item {
    border-bottom: 1px solid #b7b7b775 !important;
}



.banner_typeform_btn {
    min-height: 50px;
}


.skeleton .elementor-widget-container {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(lightgray 400px, transparent 0);
    background-repeat: repeat-y;
    background-size: 50px 100%, 100% 100%;
    background-position: 0 0, 0 120px;
    animation: shine 1s infinite;
    border-radius: 15px;
}

.skeleton img {
    color: #ffffff00;
    display: block;
    /* border: 0; */
}

@keyframes shine {
    100% {
        background-position: 100% 0, 0 0, 0 40px,
            /* moves the highlight to the right */
            0 80px, 0 120px;
    }
}











.banner_team_img_box {
    min-height: 200px;
}





.footer_top_content_text_b p {
    display: block;
    background-color: white;
    color: black;
    text-align: center;
    padding: 20px !important;
    border: 1px solid #000;
    border-radius: 8px;
    width: fit-content;
    margin: 30px auto;
    text-transform: uppercase;
    font-weight: bold;

}


@media screen and (max-width:1550px) {

    .choose_block::after {

        height: 107px;
        width: 86px;

    }


}

@media screen and (max-width:1280px) {
    .header_logo {
        width: 27%;
    }

    .h_social_item_r {
        width: 73%;
    }



    .img_b_style {


        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .choose_block::after {

        height: 102px;
        width: 82px;

    }

    .page_title_setcion_inner h1 {

        font-size: 45px;

    }

    .latest_blogs_out_all {

        margin: 0 -20px;
    }

    .latest_blogs_item {

        padding: 0 20px;

    }


    .blog_single_div .page_title_setcion_inner h1 {
        font-size: 45px;

    }


    .font_style_single h2 {
        font-size: 38px;
    }

    .font_style_single h3 {

        font-size: 33px;

    }

    .font_style_single h4 {

        font-size: 27px;

    }

    .font_style_single h5 {

        font-size: 23px;

    }

    .font_style_single h6 {

        font-size: 19px;

    }
}

@media screen and (max-width:992px) {

    /* /////////////////////////////////// */

    .menu_details_section {
        order: 1;
    }

    .h_social_item_r {
        gap: 20px;
    }

    .nav-menu .sub-menu {
        transition: opacity 0.3s ease;
        -webkit-transition: opacity 0.3s ease;
        box-shadow: none;
        left: 0;
    }

    .menu_expand {
        display: block;

        padding-right: 0;

    }

    .site-menu {
        position: relative;
        min-height: 1px;
        padding-top: 0px;
    }

    .nav-menu {
        display: block;
        position: fixed;
        top: 0;
        left: -220px;
        bottom: 0;
        z-index: 100;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto
    }

    .nav-menu.state-active {
        clear: both;
        left: 0;
        opacity: 1;
        visibility: visible
    }

    .nav-menu {
        float: none;
        text-align: center;
        margin-right: 0px;
        background: #ffffff;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 60px;
    }

    .nav-menu li {
        float: none;
        margin: 0px;
        border-bottom: none;
        padding: 0;
        display: block
    }

    .nav-menu li a {
        padding: 10px 20px;
        color: #000;
        font-size: 16px;
    }

    .nav-menu li a:hover {
        border-radius: 0;
        background: none;
        color: #e7bc20;
        border-color: #fff;
    }

    .nav-menu>li>a::after {
        display: none;
    }


    .expand_plus {
        position: absolute;

        right: 8px;

        top: 0;

        width: 35px;

        height: 42px;

        padding: 25px 10px 2px;

        cursor: pointer;

        z-index: 100;
    }

    .expand_plus i {
        display: block;

        position: relative;

        width: 12px;

        height: 10px;

        top: -8px;
    }

    .expand_plus.active i {
        background-position: 0px -190px
    }

    .nav-menu .sub-menu .expand_plus {
        height: 34px
    }

    .expand_plus:after {
        margin-right: -2px;
        transform: translate(-50%, -50%) rotate(-135deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin-left: -2px;
        box-sizing: border-box;
        border-top: 2px solid #000;
        border-left: 2px solid #000;
        transform-origin: center;
    }

    .expand_plus.active:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .nav-menu .sub-menu,
    .nav-menu .sub-menu ul {
        width: auto;
        position: relative;
        display: none;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    .nav-menu .sub-menu li {
        background: none;

        border-bottom: none;
    }

    .nav-menu .sub-menu li:hover>a,
    .nav-menu .sub-menu ul li a {
        border: none
    }

    .nav-menu .sub-menu.active-children {
        display: block
    }

    .nav-menu .sub-menu ul {
        padding-left: 0px;
    }

    .nav-menu .sub-menu ul {
        left: 0;
    }

    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        border: none;
    }

    .nav-menu .sub-menu ul:before {
        display: none;
    }

    .nav-menu li a {
        text-align: left;
    }

    .nav-menu .sub-menu li a:hover {
        border: none;
    }

    .nav-menu .sub-menu ul li,
    .nav-menu .sub-menu ul li:first-child {
        background: none;
    }

    .nav-menu .sub-menu li a {
        border: none;
        padding-left: 41px;
        font-size: 15px;
    }

    .nav-menu .sub-menu ul {
        background: none;
        -webkit-transform: translate(0);
    }

    .expand_plus active {
        top: 100px;
    }

    .expand_plus active i {
        top: 200px;
    }

    .nav-menu .sub-menu ul li a {
        padding-left: 65px;
    }

    .nav-menu .sub-menu li:first-child {
        border-top: none;
    }

    .nav-menu .sub-menu li a:hover {
        color: #1e518d;
        background: none;
    }

    .cross_button {
        margin-top: 20px;

        display: block;

        text-align: center;

        position: absolute;

        top: 0px;
        right: 20px;
    }

    .cross_button a {
        font-size: 22px;

        color: #242323;

        cursor: pointer;

        border: 1px solid #242323;

        border-radius: 3px;

        padding: 4px;

        display: inline-block;

        text-align: center;

        width: 40px;

        height: 40px;

        line-height: 1.2;
    }

    .menu_expand i {
        height: 2px;
        background: #000;
        display: block;
        width: 41px;
    }


    .menu_expand i:nth-child(2) {
        margin: 7px 0;
    }

    .no_overflow {
        overflow: hidden;
    }


    .m_close_icon:before,
    .m_close_icon:after {
        display: block;
        content: "";
        position: absolute;
        width: 30px;
        height: 2px;
        background: #000;
        top: 20px;
        left: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m_close_icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .nav-menu>.menu-item-has-children>a::before {
        display: none;
    }

    .nav-menu .sub-menu .menu-item-has-children>a::before {
        display: none;
    }


    /* ////////////////////////////////// */
    .top_info_in {
        margin-right: 18px;
    }

    .info_header_d {
        font-size: 16px;
    }

    .header_outer {
        padding: 12px 0;
    }

    .info_boxes_block:after {

        height: 54px;
        width: 54px;
    }

    .t_testimonial_c_item {
        padding: 23px;
    }

    .testimonial_quote_img>p {
        font-size: 63px;
    }

    .testimonial_ct_h>h3 {
        font-size: 19px;
    }

    .paragraph_p p {

        font-size: 16px;
    }

    .footer_content {
        padding: 10px 0 20px;

    }

    .latest_blogs_item {
        width: 50%;
        padding: 0 15px;

    }

    .latest_blogs_out_all {
        margin: 0 -15px;
    }

    .p_content p {
        font-size: 16px;
    }

    .font_style_single ul li,
    .font_style_single ol li {

        font-size: 16px;

    }

    .blog_single_div .page_title_setcion_inner h1 {
        font-size: 40px;

    }


    .font_style_single h2 {
        font-size: 35px;
    }

    .font_style_single h3 {

        font-size: 30px;

    }

    .font_style_single h4 {

        font-size: 25px;

    }

    .blog_single_section {
        padding: 70px 0;
    }

    .blog_sub_sticky_inner {

        padding: 25px;

        top: 88px;
    }


}

@media screen and (max-width:767px) {



    .banner_team_img_box {
        min-height: 160px;
    }

    .blog_sub_sticky_inner {

        position: static;

    }


    .header_logo {
        width: 47%;
    }

    .h_social_item_r {
        width: 53%;
    }

    .info_header_d {
        display: none;
    }

    .img_b_style {
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-right: 0;
    }

    .img_b_style svg {
        max-width: 22px;

    }

    .footer_copyright_l,
    .footer_copyright_r {
        width: 100%;
    }

    .footer_copyright_l {
        padding-left: 0px;
    }

    .footer_copyright_l p,
    .footer_copyright_r p {

        text-align: center;

        font-size: 15px;
    }

    .footer_copyright {

        gap: 10px;

    }

    .contact_input_form_b {
        width: 100%;
    }

    .page_title_setcion_inner h1 {
        font-size: 35px;
    }

    .pagination_blog_section {

        padding: 20px 0;
    }

    .categories_list_blog_section {
        padding: 60px 0 25px;
    }

    .latest_blogs_item {
        width: 100%;

    }

    .blog_ct_box .paragraph_pra_p p {

        font-size: 16px;

    }

    .h_read_more a {

        font-size: 16px;
    }


    .blog_sub_content {
        width: 100%;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .blog_sub_sticky {
        width: 100%;
    }

    .blog_single_section {
        padding: 60px 0;
    }

    .page_title_setcion_inner.page_title_setcion_inner_b {
        padding-top: 30px;
    }


    .blog_single_div .page_title_setcion_inner h1 {
        font-size: 35px;

    }


    .font_style_single h2 {
        font-size: 32px;
    }

    .font_style_single h3 {

        font-size: 29px;

    }

    .font_style_single h4 {

        font-size: 25px;

    }

    .info_blog_list ol,
    .info_blog_list ul {

        padding: 0 0 0 17px;

    }

    .info_blog_list {

        padding: 20px 21px 10px;

    }



}

@media screen and (max-width:479px) {


    .banner_team_img_box {
        min-height: 100px;
    }

    .f_footer_social_block a {
        margin: 0 5px;
    }

    .error_img .heading>img {
        width: 300px;
    }

    .error_section h1 {

        font-size: 131px;
        margin-bottom: 21px;

    }

    .error_section h3 {

        font-size: 36px;
        padding-bottom: 10px;
    }


    .error_img {

        padding: 60px 0 60px;
    }


    .header_logo {
        width: 49%;
    }

    .h_social_item_r {
        width: 51%;
    }

    .top_info_in {
        margin-right: 15px;
    }

    .img_b_style {
        width: 35px;
        min-width: 35px;
        height: 35px;

    }

    .img_b_style svg {
        max-width: 20px;
    }

    .footer_logo {
        max-width: 38px;
    }

    .footer_copyright {
        gap: 3px;
    }



    .t_testimonial_c_item {
        padding: 18px;
    }

    .rating_user>h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .rating_star_img {
        margin-bottom: 15px;
    }

    .testimonial_ct_h>h3 {
        font-size: 18px;
    }

    .testimonial_quote_img>p {
        font-size: 55px;
    }

    .footer_content p {

        font-size: 15px;
    }

    .footer_content {
        padding: 5px 0 13px;

    }

    .h_social_item_r {
        gap: 10px;
    }

    .menu_expand i {

        width: 30px;
    }

    .menu_expand {

        padding: 8px;
        padding-right: 0;
    }
}