@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --blue-color: #4175FC;
    --white-color: #fff;
    --title-color: rgb(16, 18, 24);
    --text-color: rgb(73, 75, 81);
    --hover-color: rgb(43, 43, 255);
}
.btn{
    border: 1px solid #333;
    background-color: var(--blue-color);
    text-transform: uppercase;   
    color: var(--white-color) !important;
    font-family: "Noto Sans", sans-serif; 
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    width: 140px;
    height: 34px;
    display: block;
    text-align: center;
    line-height: 34px;
    border: 1px solid #333;
}  
.btn:hover{
    background-color: rgb(43, 43, 255);
}
.site-header{
    background-color: rgba(255, 255, 255, 0.66);
    padding: 15px 0;
    position: relative;
    z-index: 100;
}
.custom-logo{
    width: 300px;
}
.header__btn{
    background-color: var(--blue-color);
    width: 250px;
    height: 45px;
    display: block;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 22px;
    line-height: 45px;
    font-weight: 700;
}
.header__btn:hover{
    background-color: rgb(43, 43, 255);
}
.nav-menu li{
    margin-right: 33px;
}
.nav-menu li:last-child{
    margin-right: 0;
}
.nav-menu li a{
    color: #000;
}
.nav-menu li a:hover{
    color: rgb(43, 43, 255);
}
.nav-menu .current-menu-item a{
    color: var(--blue-color);
}
/*hero*/
.hero{
    font-family: "Montserrat";
    margin-top: -75px;
}
.hero__wrap{
    background-image: url('../img/career-changes-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 290px 0 200px 0;
    position: relative;
}
.hero__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
}
.hero__subtitle{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    text-align: center;
    color: var(--white-color);
    position: relative;
    z-index: 5;
}
.hero__subtitle::before{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: var(--white-color);
    transform: translate(-50%);
    left: 50%;
    bottom: -20px;
}
.hero__title{
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    color: var(--white-color);
    line-height: 77px;
    margin-top: 70px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}
.hero__btn{
    width: 140px;
    height: 34px;
    border: 1px solid #333;
    background-color: var(--blue-color);
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 34px;
    font-weight: 700;
    display: block;
    margin: 36px auto 0 auto;
    text-align: center;
    color: var(--white-color)!important;
    font-family: "Noto Sans", sans-serif;
    position: relative;
    z-index: 5;
}
.hero__btn:hover{
    background-color: rgb(43, 43, 255);
}

.hero__bottom{
    background-color: #f3f5f5;
    padding: 50px 0 60px 0;
}
.hero__bottom .row{
    position: relative;
}
.hero__bottom-box{
    width: 100%;
}

.hero__bottom-title{
    text-align: center;
    font-size: 21px;
    color: var(--text-color);
    font-weight: 500;
}

.hero__bottom-subtitle{
    text-align: center;
    color: var(--text-color);
    font-size: 16px;
    margin-top: 16px;
}

.hero__bottom-img{
    width: 90px;
    position: absolute;
    left: 0;
}

/*F-post*/
.f-post{
    margin-top: 115px;
}
.f-post__top-title{
    text-align: center;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 700;
    color: var(--title-color);
    position: relative;
    font-family: 'Montserrat', 'sans-serif';
}
.f-post__top-title:after{
    position: absolute;
    content: '';
    background-color: var(--blue-color);
    width: 100px;
    height: 3px;
    transform: translate(-50%);
    left: 50%;
    bottom: -25px;
}
.f-post__wrap{
    margin-top: 55px;
}
.f-post__item{
    background-color: #f6f6f6;
    margin-bottom: 20px;
}
.f-post__box{
    padding: 10px 20px 20px 20px;
}
.f-post__title{
    margin: 0;
}
.f-post__title a{
    color: var(--title-color);
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Montserrat', 'sans-serif';
}
.f-post__btn{
    padding: 10px 33px;
    border-radius: 25px;
    background-color: var(--blue-color);
    color: var(--white-color)!important;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.f-post__btn:hover{
    background-color: rgb(43, 43, 255);
}
/*f-bg*/
.f-bg {
    margin-top: 80px;
    padding: 120px 0;
    background-image: url('../img/empowering-change-scaled.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    border-bottom: 1px solid #fff;
}
.f-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
}
.f-bg__title{
    color: var(--white-color);
    font-size: 2rem;
    position: relative;
    z-index: 10;
    font-family: 'Montserrat', 'sans-serif';
}
.f-bg__title::before{
    position: absolute;
    content: '';
    width: 70px;
    height: 3px;
    background-color: var(--blue-color);
    bottom: -20px;
}
.f-bg__text{
    color: var(--white-color);
    margin-top: 40px;
    position: relative;
    z-index: 10;
    font-style: italic;
}
.f-bg__text span{
    font-style: normal;
}
.f-bg__btn{
    position: relative;
    z-index: 10;
    margin-top: 30px;
}

/*Footer*/
.footer{
    padding: 50px 0;
    background-color: #191919;
}
.footer__menu-box{
    display: flex;
    justify-content: center;    
}
.footer__info{
    text-align: center;
    color: var(--white-color);
}
.footer-menu{
    list-style: none;
    display: flex;
    padding-left: 0;
}
.footer-menu li{
    margin-right: 20px;
    position: relative;
}
.footer-menu li::after{
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #fff;
    bottom: 4px;
    right: -12px;
}
.footer-menu li:last-child{
    margin-right: 0;
}
.footer-menu li:last-child::after{
    display: none;
}
.footer-menu a{
    text-decoration: none;
    color: var(--blue-color);
}
.footer-menu a:hover{
    color: rgb(54, 54, 255);
}

/*BTN Up*/
.btn-up {
    width: 30px;
    height: 30px;
    position: fixed;
    background-color: var(--blue-color);
    border-radius: 3px;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
}
.btn-up__wrap{
    position: relative;
} 
.btn-up__item:first-child{
    width: 10px;
    height: 2px;
    background-color: var(--white-color);
    position: absolute;
    transform: rotate(45deg);
    top: 12px;
    right: 7px;
}
.btn-up__item:last-child{
    width: 10px;
    height: 2px;
    background-color: var(--white-color);
    position: absolute;
    transform: rotate(-45deg);
    top: 12px;
    left: 7px;
}

/*Single post*/
.site-main.single-post{
    margin: 30px 0 60px 0;
}
.single-post__content{
    padding-right: 40px;
}
.single__title{
    text-transform: uppercase;
    color: var(--title-color);
    line-height: 1.2;
    font-size: 30px;
    font-family: 'Montserrat', 'sans-serif';
}
.single__meta{
    color: var(--blue-color);
}
.rel-posts{
    border-top: 1px solid #eee;
}
.rel-posts__title{
    color: var(--title-color);
    font-size: 30px;
    font-family: 'Montserrat', 'sans-serif';
}
.rel-posts__item-title{
    margin-top: 10px;
}
.rel-posts__item-title a{
    font-family: 'Montserrat', 'sans-serif';
    color: var(--text-color);
    font-size: 20px;
    line-height: 20px;
}

/*Sidebar*/
.sidebar{
    border-left: 1px solid #dddddd;
    height: 100%;
    padding-left: 60px;
}
.sidebar .wp-block-search__input{
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;    
}
.sidebar .wp-block-search__button{
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;  
    padding: .7em 1em;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    transition: all .2s linear;
}
.sidebar .wp-block-search__button:hover{
    background-color: var(--hover-color);
}
#block-3{
    margin-top: 100px;
}
.sidebar .wp-block-heading{
    font-family: 'Montserrat', 'sans-serif';
    color: var(--title-color);
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.sidebar .wp-block-latest-posts li{
    margin-bottom: 10px;
}
.sidebar .wp-block-latest-posts li a{
    font-size: 16px;
}

/*Category page*/
.category-page{
    margin: 30px 0 60px 0;
}
.category-page__cat-title{
    font-family: 'Montserrat', 'sans-serif';
    font-size: 40px;
    line-height: 48px;
    color: var(--blue-color);
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-left: 40px;
}
.category-page article{
    border-top: 1px solid #dddddd;
    padding-top: 40px;
    margin-top: 15px;
}
.category-page__title{
    margin: 10px 0;  
    font-family: 'Montserrat', 'sans-serif';
    font-size: 30px;
    line-height: 37px;
    color: var(--text-color);  
}
.category-page__content-box{
    padding-right: 30px;
}

/**/
.site-page {
    margin: 30px 0 60px 0;
}
.site-page__title{
    font-family: 'Montserrat', 'sans-serif';
    font-size: 30px;
    line-height: 36px;
    color: var(--title-color);
    text-transform: uppercase;
}
.site-page__meta{
    color: var(--blue-color);
    margin-bottom: 20px;
}
.site-page__content-box{
    padding-right: 30px;
}
/*Mob-menu*/
.mob-menu__btn{
    border-radius: 2px;
    width: 40px;
    height: 40px;
    background-color: var(--blue-color);
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mob-menu__btn-line{
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: relative;
}
.mob-menu__btn-line::after{
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -5px;
}
.mob-menu__btn-line::before{
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
}

/*404 Page*/
.error-404__post{
    margin-top: 30px;
}
.error-404__title{
    margin-top: 140px;
}
.error-404 .search-field{
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;    
    width: 50%;
}
.error-404 .search-submit{
    background-color: #32373c;
    border-width: 0;
    color: #fff;
    padding: .7em 4em;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    text-transform: uppercase;
    transition: all .2s linear;    
    cursor: pointer;
    margin-left: 15px;
}
.error-404 .search-submit:hover{
    background-color: var(--blue-color);
}

/*Search page*/
.search-page{
    margin: 30px 0 60px 0;
} 
.search-page__content{
    padding-right: 30px;
}
.search-page .entry-meta{
    margin-bottom: 30px;
    color: var(--blue-color);
}

/*Table of Contents*/
.ez-toc-title-container{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ez-toc-pull-right{
	margin-left: -10px;
	padding-left: 0;
	
}
.ez-toc-js-icon-con{
	border: none!important;
}
/*Youtube*/
.is-type-video iframe{
	width: 100%;
}
/*Img width*/
.img-width img{
	width: 100%;
	max-width: 100%;
}
/*quote-border*/
.quote-border{
	border-left: 5px solid #dddddd;
	padding-left: 20px;
	padding-bottom: 30px;
}
/*Contact form*/
.c-form__input input,
.c-form__input textarea{
	color: #666!important;
    padding: .75em!important;
    border: 1px solid #dddddd!important;
    border-radius: 2px!important;
    background-color: #FAFAFA!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
    transition: all .2s linear!important;
}
.c-form__input input{
	height: auto!important;
}
.c-form__input label{
	line-height: 26px!important;
	font-weight: 400!important;
	color: var(--title-color)!important;
	margin-bottom: 0!important;
}
.c-form .wpforms-submit{
	background-color: var(--blue-color)!important;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 22px!important;
    line-height: 45px!important;
    font-weight: 700!important;
	font-size: 14px!important;
	width: 115px;
	height: 44px!important;
}
/*Media*/
@media(max-width: 1200px){
    .site-page__content-box {
        padding-right: 0;
    }
    .sidebar {
        padding-left: 30px;
    }
    .single-post__content {
        padding-right: 0;
    }
    
    
}
@media(max-width: 992px){
    .site-page__content-box {
        padding-right: 0;
    }
    .sidebar {
        border-left: none;
        padding-left: 0;
        margin-top: 80px;
    }
    h2{
        font-size: 25px;
    }
    .single-post__content {
        padding-right: 0;
    }
    .rel-posts__title{
        font-size: 25px;
    }
    .hero__wrap{
        padding: 140px 0 100px 0;
    }
    .hero__title {
        margin-top: 35px;
        font-size: 44px;
    }
    .hero__bottom{
        padding-top: 150px;
    }
    .hero__bottom-img{
        transform: translate(-50%);
        left: 50%;
        top: -100px;
    }
    .f-post {
        margin-top: 90px;
    }
    .f-post__top-title:after{
        width: 80px;
    }
    .f-post__item{
        padding: 15px;
    }
    .f-post__box{
        padding: 10px 0 5px 0;
    }
    .header__btn{
        display: none;
    }
    .hero{
        margin-top: 0;
    }
    .mob-menu__btn{
        display: flex;
    }
    .menu-main-menu-container{
        position: absolute;
        top: 75px;
        left: -100%;
        background-color: #f3f3f3;
        transition: all 0.3s ease;
    }
    .menu-main-show{
        left: 0!important;
        width: 100%;
    }
    .main-navigation ul{
        flex-direction: column;
    }
    .nav-menu li {
        margin-right: 0;
        padding: 10px 15px;
        border-bottom: 1px solid  #ddd;
    }
    .nav-menu li:first-child{
        border-top: 1px solid  #ddd;
    } 
    .category-page__content-box {
        padding-right: 0;
    }
    .mob-menu__btn-line{
        transition: all 0.3s ease;
    }
    .mob-menu__btn-line.menu-close::before{
        display: none;
    }
    .mob-menu__btn-line.menu-close{
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    .mob-menu__btn-line.menu-close::after{
        transform: rotate(90deg);
        top: 0;
        transition: all 0.3s ease;
    }
    .search-page__content{
        padding-right: 0;
    }
}
@media(max-width: 756px){
    .f-bg{
        margin-top: 50px;
        padding: 60px 0;
    }
    .hero__btn {
        margin-top: 0;
    }
    .hero__title {
        margin-bottom: 10px;
    }
    .menu-main-menu-container{
        top: 70px;
    }
    .category-page__cat-title{
        margin-left: 0;
        line-height: 0;
    }
    .error-404__title{
        margin-top: 40px;
    }
}
@media(max-width: 576px){
    .rel-posts__item{
        margin-bottom: 25px;
    } 
    .rel-posts__item:last-child{
        margin-bottom: 0;
    }
    .f-post {
        margin-top: 50px;
    }
    .f-post__top-title{
        font-size: 24px;
    }
    .f-post__top-title:after {
        width: 40px;
    }
    .category-page__cat-title{
        font-size: 32px;
    }
    .error-404 .search-submit{
        padding: 0.7em 2em;
    }
}
@media(max-width: 440px){
    .hero__subtitle{
        padding: 0 10%;
    }
    .hero__subtitle::before {
        width: 40px;
    } 
    .hero__title{
        font-size: 30px;
        margin-top: 30px;
    }
    .category-page__cat-title{
        font-size: 28px;
    }   
}