@font-face {
    font-family: Source-Serif-Pro;
    font-weight: 400;
    src: url(../otf/sourceserifpro-regular.otf);
}
@font-face {
    font-family: Degular-Black;
    src: url(../degular-black.html);
}
@font-face {
    font-family: Degular-Bold;
    src: url(../degular-bold.html);
}
@font-face {
    font-family: Degular-Regular;
    src: url(../degular-regular.html);
}
@font-face {
    font-family: Degular-Semibold;
    src: url(../degular-semibold.html);
}
@font-face {
    font-family: Degular-Thin;
    src: url(../degular-thin.html);
}
html {
    --container_width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
    html {
        --container_width: 750px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    html {
        --container_width: 970px;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    html {
        --container_width: 1033px;
    }
}
@media (min-width: 1400px) {
    html {
        --container_width: 1170px;
    }
}
body {
    margin: 0;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #40464d;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}
ul {
    margin: 0;
}
li {
    margin: 0;
}
* {
    box-sizing: border-box;
}
div,
section {
    display: block;
}
.container-fluid,
.container {
    width: 100%;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    margin: auto;
    width: var(--container_width);
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    background: #f7f7f7;
}
::-webkit-scrollbar-track {
    border-radius: 50px;
}
::-webkit-scrollbar-thumb {
    background: #111821;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #080c10;
}
.heading {
    font-size: 24px;
    font-weight: 700;
    color: #40464d;
    line-height: 32px;
}
h2.heading,
h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 25px;
    line-height: 33px;
}
h4 {
    font-size: 22px;
    line-height: 30px;
}
h5 {
    font-size: 20px;
    line-height: 28px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
.sub_heading {
    font-size: 20px;
    font-weight: 700;
    color: #40464d;
    line-height: 26px;
}
.para {
    font-size: 14px;
    font-weight: 400;
    color: #40464d;
    line-height: 20px;
}
.btn {
    font-size: 20px;
    font-weight: 700;
    color: #10847e;
    border: 1px solid #10847e;
    border-radius: 8px;
    padding: 10px 55px;
    text-decoration: none;
    background-color: #fff;
    display: inline-block;
}
.breadcrumb_inside p {
    display: flex;
    align-items: center;
}
.breadcrumb_inside p img {
    margin: 0 12px 0;
    width: 5px;
    height: auto;
}
.breadcrumb_inside .para {
    font-size: 12px;
}
.border_r4 {
    border-radius: 4px;
}
.border_r8 {
    border-radius: 8px;
}
.border_r10 {
    border-radius: 10px;
}
.f_w_light {
    font-weight: 300;
}
.f_w_r {
    font-weight: 400;
}
.f_w_m {
    font-weight: 500;
}
.f_w_s {
    font-weight: 600;
}
.f_w_b {
    font-weight: 700;
}
.f_w_e_b {
    font-weight: 800;
}
.d_f {
    display: flex;
}
.f_w {
    display: flex;
    flex-wrap: wrap;
}
.f_w_j {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_j {
    display: flex;
    justify-content: space-between;
}
.f_w_se {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.f_w_a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.f_r_aj_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f_r_aj_center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.f_r_a_center {
    display: flex;
    align-items: center;
}
.pt_15 {
    padding-top: 15px;
}
.pb_15 {
    padding-bottom: 15px;
}
.pt_10 {
    padding-top: 10px;
}
.pb_10 {
    padding-bottom: 10px;
}
.ptb_10 {
    padding: 10px 0;
}
.pt_20 {
    padding-top: 20px;
}
.pb_20 {
    padding-bottom: 20px;
}
.ptb_20 {
    padding: 20px 0;
}
.pb_30 {
    padding-bottom: 30px;
}
.ptb_30 {
    padding: 30px 0;
}
.pt_30 {
    padding-top: 30px;
}
.pb_20 {
    padding-bottom: 20px;
}
.ptb_20 {
    padding: 20px 0;
}
.pt_40 {
    padding-top: 40px;
}
.pb_40 {
    padding-bottom: 40px;
}
.ptb_40 {
    padding: 40px 0;
}
.ptb_60 {
    padding: 60px 0;
}
.pt_60 {
    padding-top: 60px;
}
.pb_60 {
    padding-bottom: 60px;
}
.ptb_100 {
    padding: 100px 0;
}
.pt_100 {
    padding-top: 100px;
}
.pb_100 {
    padding-bottom: 100px;
}
.ptb_80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.text_center {
    text-align: center;
}
.text_uppercase {
    text-transform: uppercase;
}
.custom_arrow {
    position: absolute;
    bottom: 0%;
    border: none;
    background: transparent;
    transition: all 0.5s ease-out;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #e3e3e3;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.custom_left_arrow {
    left: calc(50% - 50px);
    transform: rotate(180deg);
    z-index: 1;
    background: #fff;
}
.custom_right_arrow {
    z-index: 1;
    right: calc(50% - 50px);
}
i.fa.fa-angle-right.img-responsive {
    font-size: 26px;
    font-weight: 600;
    margin-left: 3px;
}
.custom_arrow img {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}
.custom_arrow img:hover {
    opacity: 1;
    transition: all 0.5s ease-out;
}
.box_content .box_description {
    padding: 10px 0;
}
.box_content .box_description .box_des p span {
    color: #10847e;
}
.box_content .box_description .box_des p {
    color: #2d3047;
}
.box_content .box_description h2 {
    padding: 15px 0;
}
.box_content .box_description .by_name {
    color: #10847e;
}
.box_content .box_description .by_name .by_color {
    color: #000;
}
.box_content .box_description .box_des ul li {
    color: #3b3b3b;
}
.box_content .box_description .box_des ul li::marker {
    color: rgba(92, 92, 92, 0.5);
}
.box_flex_left .box_img {
    --aspect-ratio: 183/100;
}
.box_flex_left .box_content .box_description h2 {
    width: 80%;
}
.pt_80 {
    padding-top: 80px;
}
li.firstop .sub-menu a {
    padding-left: 15px;
}
li.firstop a {
    padding-left: 0;
}
a.btn {
    cursor: pointer;
}
input#hiddennamefield,
.wpcf7-form-control.hidden {
    display: none;
}
.desktopbanner {
    display: block;
}
.mobilebanner {
    display: none;
}
ul.dropdown-menu li a {
    padding: 10px 15px;
}

.related_item p.para.by_name a {
    font-weight: 400;
}
ul#menu-main-menu li a:last-child {
    padding-right: 0;
}
ul#menu-main-menu li:last-child {
    margin-right: 0;
}
.second_box_main .box_flex_right .box_content:last-child {
    padding-bottom: 0;
}
.section404 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 135px;
    padding: 100px 0;
}
.section404 svg {
    margin-bottom: 20px;
    width: 100%;
}
.section404 h2,
.section404 p {
    margin-bottom: 20px;
}
.section404 a {
    background-color: #10847e;
    border: 3px solid #10847e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-weight: 700;
}
.hidedesktop1 {
    display: none;
}
@media only screen and (max-width: 991px) {
    .custom_left_arrow {
        left: calc(50% - 50px);
    }
    .custom_right_arrow {
        right: calc(50% - 50px);
    }
    .para {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .box_flex_left .box_content .box_description h2 {
        width: 100%;
    }
    span.wpcf7-spinner {
        width: 100%;
    }
    h2.heading,
    h2 {
        font-size: 24px;
        line-height: 32px;
    }
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    h4 {
        font-size: 20px;
        line-height: 28px;
    }
    h5 {
        font-size: 18px;
        line-height: 26px;
    }
    h6 {
        font-size: 16px;
        line-height: 24px;
    }
    span.breadcrumb-post-title {
        display: none;
    }
    .breadcrumb-last-arrow {
        display: none;
    }
    .desktopbanner {
        display: none;
    }
    .btn {
        font-size: 16px;
        font-weight: 700;
        color: #10847e;
        border: 1px solid #10847e;
        border-radius: 8px;
        padding: 10px 40px;
        text-decoration: none;
        background-color: #fff;
        display: inline-block;
        line-height: 1.25;
    }
    .mobilebanner {
        display: block;
    }
    li.firstop .sub-menu a {
        padding-left: 0;
    }
    .para {
        font-size: 11px;
        line-height: 18px;
    }
    .sub_heading {
        font-size: 16px;
        line-height: 24px;
    }
    .pt_100 {
        padding-top: 30px;
    }
    .ptb_100 {
        padding: 60px 0;
    }
    .pb_60 {
        padding-bottom: 40px;
    }
    .ptb_60 {
        padding: 40px 0;
    }
    .pt_60 {
        padding-top: 40px;
    }
    .custom_left_arrow {
        left: calc(50% - 50px);
    }
    .custom_right_arrow {
        right: calc(50% - 50px);
    }
    section.breadcrumb_main.ptb_30 {
        padding: 10px 0;
    }
    .breadcrumb_inside p {
        display: inline-block;
        align-items: center;
    }
    .pb_20 {
        padding-bottom: 10px;
    }
    .breadcrumb_inside p img {
        margin: 0 5px 0;
        width: 4px;
    }
    .title_main.pb_20 {
        padding-bottom: 5px;
    }
    .breadcrumb_inside .para {
        font-size: 11px;
    }
    .hidedesktop1 {
        display: block;
        padding: 30px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 30px;
    }
}
.box_img {
    --aspect-ratio: 175/100;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: calc(100% / (var(--aspect-ratio)));
}
.box_flex_left .box_content .box_description {
    padding: 10px 0 0;
}
.box_content .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: right bottom;
}
.slide-arrow:hover {
    background: #000;
}
.slide-arrow:hover i.fa.fa-angle-right.img-responsive {
    color: #fff;
}
.breadcrumb_inside p.para a {
    color: #17847e;
    font-weight: 600;
    font-size: 12px;
}
.breadcrumb_inside .para {
    color: #5c5c5c;
}
div#wpdcom {
    display: flex;
    flex-direction: column-reverse;
}
nav .menu li a {
    font-weight: 600;
}
/* table,
td,
tr {
    border: 1px solid #1c8781 !important;
} */
figure.wp-block-table {
    overflow-x: auto;
	margin: auto;
}
.sub_blogs_sub_heading {
    font-size: 20px;
    color: #40464d;
    font-weight: 500;
    line-height: 26px;
    padding: 10px 0px;
  }

.you_may_like_heading {
    font-size: 24px;
    line-height: 28px;
    color: #40464d;
    font-weight: 500 !important;
  }

 .right_widget_headings {
    font-size: 24px;
    line-height: 28px;
    color: #40464d;
    font-weight: 500 !important;
  }