/*====================================*/
/*             GLOBAL STYLINGS        */
/*====================================*/

.overflow{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #24374679;
}
a {
    text-decoration: none;
}

.hero,
.social_media li a {
    color: var(--white-color);
}

.section {
    overflow: hidden;
    padding: 10rem 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: var(--blue-color) !important;

}

/*====================================*/
/*             GLOBAL STYLINGS        */
/*====================================*/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.main-home {
    height: calc(100vh - 95px)
}
.main-post{
    height: calc(100vh - 360px);
}

.social_media li a {

    transition: color 1ms ease-in-out;

    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;

    display: inline-block;

}

.social_media li {
    padding: 10px 19px;
    font-size: 1.2rem;
    text-transform: uppercase !important;
}

.social_media li:not(:last-child) {
    border-right: solid 1px #fff;

}

.social_media li a:hover {
    color: var(--main-color);

}

.hero {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.hero h1,
.section_intro,
.section_intro h3 {
    color: #fff !important;
}

.hero h1 {
    font-size: 2.8125rem;
    margin-bottom: 38px;
    font-weight: bolder;
}

.hero h1 span {
    font-size: 7.5625rem;
    font-weight: bolder;
    display: block;

}

.section_intro {
    padding: 10.625rem 0;

}

.section_intro .max_w {
    max-width: 56.25rem;
}

.section_intro .max_w p {
    font-size: 1.5rem;
}


.cusstom_btn span {
    text-align: left;
    transition: all .2s ease-in-out;
}

.cusstom_btn .cusstom_btn_span {
    height: 0;
    background-color: var(--main-color);
}

.cusstom_btn:hover .cusstom_btn_span {
    height: 100%;
}

.cusstom_btn:hover .cusstom_btn_text {
    padding-left: 2.5rem !important;
    color: #fff !important
}


.page_title {
    font-size: 4.125rem;
    text-align: center;
    max-width: 28rem;
    line-height: 6rem;
}



.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6 {

    line-height: 5rem;
}

.page_content h2 {
    font-size: 1.75rem;
}

.page_content h3 {
    font-size: 1.5rem;

}

.page_content p {
    font-size: 1.35rem;
    line-height: 2.5rem;
}

.page_content table {
    margin-top: 1rem;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    font-size: 1.25rem;
    width: 100%;
}

.page_content table tbody {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.page_content table td {
    border: solid 1px;
    padding: 0.75rem;

}

.inner_intro {
    margin-bottom: 4rem;
}

.posts .inner_intro .btn_all {
    margin-top: 1.2rem;
    border-bottom: 0.0625rem solid transparent;
    color: #fb672c;
    font-family: tofinobold, sans-serif;
    padding-bottom: 0.3125rem;
    text-decoration: none;
    transition: .25s;
    font-size: 1.25rem;
    font-weight: bold;
}

.posts .inner_intro .btn_all:hover {
    border-color: #fb672c;
    padding-bottom: 0;
}

.posts h3 {
    color: var(--blue-color) !important;
    font-size: 1.5rem;
    line-height: 2.3rem;
}

.posts .title {
    font-size: 3.125rem;
    margin-bottom: 1.3rem;

}

.posts .cusstom_btn_text {
    color: #333;
    font-size: 1.2rem;
}

.posts p {
    font-size: 1.25rem;
    line-height: 1.4;
}

/*------ footer -----*/



.copy_right {
    text-align: center;
}

@media(min-width:500px) {
    .copy_right {
        text-align: right;
    }
}


/*--------- testimonial ---------*/



.testimonial .inner_slide {
    background: #f88d2b;
    font-size: 1.25rem;
    font-weight: 400;
    color: #fff;

}

.testimonial .inner_text {
    max-width: 583px;
    margin: 0 auto;
    padding: 6rem 0;

}

.nav_btn {
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: tofinobold, sans-serif;
    font-size: 1rem;
    opacity: .25;
    outline: none;
    position: relative;
    /* transition: .25s; */
}

.nav_btn.active {
    opacity: 1;
}


/*-------------------- Blog ----------------------*/
.blog {
    background: #fcf7ee
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h6,
.blog h5 {
    line-height: 5rem;
}

.blog p {
    font-weight: 500;
    font-size: 1.25rem;
}

.blog li {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 2.1rem;
}

.blog a,
.blog .cusstom_btn .cusstom_btn_text {
    font-weight: bold;
    color: #fb672c;
}

.blog a:hover {

    color: #fa6328;
}

.post_hero {
    color: #fff !important;
    position: absolute;
    bottom: 50%;
    text-align: center;
    width: 100%;
}

.post_hero .title {
    font-size: 5rem;
}

.blog h1 {
    color: var(--blue-color) !important;
    font-weight: bold;
}


/*  */
.category_back ul {
    list-style: none;
    padding: 0;
}
.category_back a{
    display: inline-block;
    padding: 0.5rem 1rem;
    position: relative;
}

.category_back li{
  
    display: inline-block;
   
    position: relative;
    transition: all 1ms ease-in-out;
  
}

.category_back li::before{
    content: '';
    display: inline-block;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    width:100% ;
    height: 4px;
    transition: all 1ms ease-in-out;
}

.card_post{
    transition: all 1ms ease-in-out;
}
.card_post:hover{
    opacity: .8;
}



.cusstom-btn {
    color: var(--white-color);
    border: none !important;
}
.cusstom-btn:hover {
    color: var(--main-color) !important;
}


.page h1 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 8rem;
}

.page p {
    font-size: 1.2rem;
}

iframe {
    width:100%;
}
tr td {
    border: solid 1px;
    padding: 1.5rem;
    font-weight: 500;
    font-size: 1.2rem;
}


.menu-btn {
   
    z-index: 99999;
}

.navbar-brand {
    /* transform: translateX(58px); */
    color:var(--main-color)
}

.wrapper_fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253847;
    z-index: 999;
  
}
.inner_fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253847;
    z-index: 999;
    display: none;
  
}

.wrpper_inner {
    height: 100%;
    width: 100%;
}


.menu-item {
    font-weight: bold;
   list-style: none;
}


.menu-item a{
    
    color: #fff;
}


#menu-primary {
    display: flex;
    justify-content: space-between;
    align-items: start;
    /* height: 100%; */
    width: 100%;
}

#menu-primary >li {
    margin-bottom: 2.5rem;
}

.menu-item {
    font-weight: bold;
    list-style: none;
    line-height: 3rem;
    font-size: 1.2rem;
    padding: 0;
}

ul.sub-menu {
    padding: 0;
    margin-top: 2rem;
}


#menu-primary > li > a {
   
    border-bottom: solid;
    padding-bottom: 20px;
   
}

#menu-primary li a:hover{
    color: var(--main-color);
}


@media (max-width:960px) {

    .main-post {
        height: 100vh;
    }

    .inner_header {
        flex-direction: column;
    }

    .hero,
    .post_hero {
        text-align: center;

    }

    .hero {
        bottom: 17%;

    }

    .post_hero {
        bottom: 36%;
    }

    .hero h1 {
        font-size: 1.8125rem;
    }

    .hero h1 span {
        font-size: 4.5625rem;
    }


}
@media (max-width:600px) {

    .main-post {
        height: 100vh;
    }

    .inner_header {
        flex-direction: column;
    }

    .hero,
    .post_hero {
        text-align: center;

    }

    .hero {
        bottom: 0;

    }

    .post_hero {
        bottom: 0;
    }

    .hero h1 {
        font-size: 8vw;
    }

    .hero h1 span {
        font-size: 9vw;
    }


}