/* import */

@import url('bootstrap.css');
@import url('../../admin/style.css');
@import url('fonts.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.title-page {
    display: none;
}

body {
    background: #1e1e1e;
    font-family: 'Formular', sans-serif;
    font-weight: 100;
    color: #fff;
}

.over {
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

nav {
    margin-top: 20px;
}

nav h1 {
    font-family: Philosopher;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Philosopher;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #BFA885;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Philosopher;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #BFA885;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Philosopher;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #BFA885;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Philosopher;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
    color: #BFA885;
}

h1 {
    font-size: 72px;
    font-family: 'Philosopher', sans-serif;
}

p {
    font-size: 16px;
}

input {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #7D6D54;
    border-left: 0;
    background: 0;
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    color: #BFA885;
    width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #CDAC7A;
    backdrop-filter: blur(50px);
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 100;
    padding: 15px 30px;
    margin: 50px auto;
    display: table;
    width: auto;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #cdac7a !important;
}

.special:hover {
    border: #cdac7a 1px solid;
}

a.custom-btn:hover,
.block-single-blog a.read-more:hover{
    color: #cdac7a;
}

button.navbar-toggler span {
    width: 30px;
    height: 2px;
    background: #fff;
    display: flow-root;
    margin-bottom: 5px;
}

@media (min-width: 1199px) and (max-width: 1400px) {
    .bg-pattern {
        width: calc(50% - -47px) !important;
    }

    header nav {
        left: -10px !important;
    }
}

@media (min-width: 1400px) {
    .bg-pattern {
        width: calc(50% - 5px);
    }
}


@media (min-width: 991px) {
    .special {
        position: absolute;
        right: 0;
        border: 1px solid;
    }
}

a.special-btn {
    background: #CDAC7A;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    display: inline-block;
}

a.custom-btn {
    display: inline-block;
    color: #fff;
    margin-left: 34px;
}

a.custom-btn-link {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #CDAC7A;
    font-weight: 200;
}

.block-single-blog a.read-more {
    font-family: Formular;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #000000;
    margin-top: 40px;
    display: block;
}

header {
    position: relative;
    z-index: 9999;
}

header nav ul {
    margin-left: -170px;
}

header nav li {
    padding: 0 10px;
}

/* hero */

.hero {
    overflow: hidden;
    position: relative;
}

.desktop-hero,
#press .btns-desktop {
    display: block;
}

.mobile-hero,
.mobile-hero-img,
#press .btns-mobile {
    display: none;
}

.hero .sn li {
    list-style: none;
    display: inline;
    padding: 5px;
}

.home .hero {
    margin-top: -80px;
}

.hero-number {
    position: relative;
    padding: 0 10px 0 0;
}

.hero-number:before {
    width: 1px;
    height: 100px;
    position: absolute;
    content: "";
    background: #fff;
    right: 0;
}

.hero-number.hero-number-4:before {
    display: none;
}

.hero h1 {
    padding-top: 230px;
    color: #fff;
}

.hero p {
    font-family: 'Formular', sans-serif;
    font-weight: 100;
    max-width: 300px;
    color: #fff;
    margin: 58px 0 90px 0px;
}

.hero .custom-btns {
    padding-bottom: 100px;
}

.hero-experience {
    background: #CDAC7A;
    z-index: 999;
    position: relative;
    padding: 30px 40px;
    margin-top: -40px;
}

.hero-experience p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
}

.hero-experience p span {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: lowercase;
    color: #FFFFFF;
}

.hero-experience .info {
    margin-top: 20px;
    padding-right: 15px;
}

.hero-experience .info p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #FFFFFF;
}

/* hero type 2*/

#hero-2 {
    margin-top: 30px;
    margin-bottom: 150px;
}

.subtitle h3 {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin-top: 30px;
}

#hero-2 .bg h1 {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 144px;
    line-height: 129px;
    color: rgba(255, 255, 255, 0.02);
    position: absolute;
}

#hero-2 .title h2 {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 72px;
    line-height: 81px;
    color: #CDAC7A;
}

#hero-2 .content {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    max-width: 380px;
    margin-top: 20px;
}

/* about */

.about {
    margin: 80px 0px 100px 0px;
    position: relative;
}

.about p.quote {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #CDAC7A;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 40px;
}

.about h2 {
    font-family: 'Philosopher', sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.about .about-content {
    padding: 0px 75px;
}

.about .description p {
    margin-bottom: 30px;
}

.about .custom-btns {
    margin-top: 70px;
        margin-top: 70px;
    position: relative;
    z-index: 99999999;
}

.description {
    font-family: Formular;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

.about .name {
    position: absolute;
    right: 230px;
    bottom: -380px;
}

.send {

    font-family: 'Roboto', sans-serif;

    text-align: center;

}

.send img {

    max-width: 100px;

}

.send h1 {

    font-size: 50px;

}

.send p {

    font-synthesis: 20px;

}

.about .name p {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 200px;
    line-height: 224px;
    color: rgba(255, 255, 255, 0.01);
    max-width: 500px;
}

/* experience */

.experience {
    margin: 140px 0px;
}

.experience .info ul li {
    position: relative;
    list-style: none;
    position: relative;
    list-style: none;
    font-family: Formular;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.experience .info ul {
    margin: 0;
    max-width: 330px;
    padding: 0;
}

.experience .main-box {
    margin-left: 170px;
}

.experience .info ul li:before {
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    content: "";
    left: -30px;
    top: 12px;
}

.experience .number p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.experience .number-1,
.experience .number-2,
.experience .number-3,
.experience .number-4 {
    position: relative;
    text-align: center;
    left: 20px;
}

.experience .subtitle p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #CDAC7A;
}

.experience .title p {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    margin-top: 20px;
}

.experience .info p {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
}

.experience .number-1:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #222B34;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 50%;
    top: 0;
    left: 35%;
}

.number.number-1:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #60768A;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
    border-radius: 50%;
    top: 0px;
    left: 27%;
}

.experience .number-2:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #936828;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 50%;
    top: 0;
    left: 35%;
}

.number.number-2:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #CDAC7A;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
    border-radius: 50%;
    top: 0px;
    left: 27%;
}

.experience .number-3:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #425245;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 50%;
    top: 0;
    left: 35%;
}

.number.number-3:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #6F8072;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
    border-radius: 50%;
    top: 0px;
    left: 27%;
}

.experience .number-4:after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #301D38;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 50%;
    top: 0;
    left: 35%;
}

.number.number-4:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #72608A;
    box-shadow: 0px 100px 80px rgb(0 0 0 / 7%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 2.76726px 2.21381px rgb(0 0 0 / 2%);
    border-radius: 50%;
    top: 0px;
    left: 27%;
}

.experience .number-1 p,
.experience .number-2 p,
.experience .number-3 p,
.experience .number-4 p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 9;
    position: relative;
    top: 50px;
}

.experience .title-signel-b {
    /*
    text-align: center;*/
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 150px;
}

.single-letter {
    position: absolute;
    content: "";
    top: 48.7%;
    left: 49.5%;
    transform: translateY(-50%);
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

.single-letter p {
    font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

.box {
    margin: 50px 0px;
    position: relative;
}

.box-1:after {
    width: 1px;
    height: 100%;
    background: #C4C4C4;
    position: absolute;
    content: "";
    top: 0;
    right: -16px;
}

.box-3:after {
    width: 1px;
    height: 100%;
    background: #C4C4C4;
    position: absolute;
    content: "";
    top: -40px;
    right: -16px;
}

.box-3:before {
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    content: "";
    top: -71px;
    left: -5px;
}

.box-4:before {
    width: 120%;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    content: "";
    top: -71px;
    right: -140px;
}

.all-boxes {
    position: relative;
}

.founder {
    position: absolute;
}

.founder p {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 200px;
    line-height: 224px;
    color: rgba(255, 255, 255, 0.01);
}

.founder-1 {
    top: 340px;
    left: -110px;
}

.founder-2 {
    top: 540px;
    left: -470px;
}

/* skills */

.skills {
    background: #F3F3F3;
    padding-bottom: 100px /*100px*/;
    position: relative;
}

.skills h3 {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
}

.skills p.subtitle {
    font-family: Philosopher;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.skills .title {
    background: #CDAC7A;
    padding: 30px;
    position: relative;
    left: calc(-1 * (100vw - 245%)/2);
    top: -70px;
}

.skills .box {
    margin-top: 50px;
    margin-bottom: 100px;
    position: relative;
}

.skills .box:after {
    width: 1px;
    height: 150%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    top: -20px;
    left: -20px;
}

.skills .box:before {
    position: absolute;
    content: "";
    background: #000;
    width: 10px;
    height: 10px;
    left: -25px;
    top: 50%;
}

.under-line {
    position: relative;
}

.under-line-1:after,
.under-line-2:after,
.under-line-3:after {
    width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    bottom: -70px;
    left: -15px;
}

.skills .box p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 15px;
}

/* blog */

#press .blog {
    margin-top: -60px;
}

.thumbnail-blog img {
    width: 100%;
    height: auto;
    max-height: 260px;
}

.thumbnail-blog img {
    width: 100%;
    height: auto;
    max-height: 260px;
}

@media (min-width: 991px) {

    .thumbnail-blog img {
        width: 100%;
        height: auto;
        max-height: 260px;
        min-height: 260px;
    }

}

#press .thumbnail-blog img {
    max-height: 225px;
}

#press {
    padding-bottom: 100px;
    position: relative;
}

#press .subtitle {
    font-family: Philosopher;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #CDAC7A;
    margin-top: 50px;
}

#press p.info {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

#press h2 {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
}

#press a.btn {
    background: #CDAC7A;
    backdrop-filter: blur(50px);
    color: #fff;
    font-weight: 100;
    margin-right: auto;
    margin-left: 0;
    margin-top: 200px;
    position: absolute;
        top: 0;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

button.owl-prev span {
    position: absolute;
    content: "";
    background: url(../img/left-new.png) no-repeat center center;
    left: -74%;
    top: 54%;
    width: 60px;
    height: 60px;
    z-index: 999999999;
}

button.owl-prev:hover span {
    background: url(../img/left-new-active.png) no-repeat center center;
}

button.owl-next span {
    position: absolute;
    content: "";
    background: url(../img/right-new.png) no-repeat center center;
    left: -64%;
    top: 54%;
    width: 60px;
    height: 60px;
    z-index: 999999999;
}

button.owl-next:hover span {
    background: url(../img/right-hover-new.png) no-repeat center center;
}


.block-single-blog {
    background: #fff;
}

@media(min-width: 991px) {
    .block-single-blog {
        background: #fff;
        min-height: 730px;
        margin-bottom: 10px;
    }

    .home .block-single-blog {
        background: #fff;
        min-height: 535px;
        margin-bottom: 10px;
    }
}

.block-single-blog a {
    font-family: Philosopher;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    text-decoration: none;
}

.date {
    font-family: Formular;
    font-weight: 200;
    font-size: 14px;
    line-height: 17px;
    color: #1A1A24;
}

.single-b .content p {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);

}

.single-b {
    padding: 30px;
}

/* cta */

.cta {
    background: #CDAC7A;
    padding: 50px 0px;
}

.cta .subtitle {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
    text-align: center;
}

.cta .title {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 100;
    max-width: 500px;
    margin: auto;
}

.cta p {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: center;
}

.cta a {
    color: #FFFFFF;
}

a.btn {
    background: #fff;
    margin: 30px auto;
    display: table;
    font-weight: 200;
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
    border-radius: 0;
    padding: 10px 15px;
}

/* contact */

.contact-box {
    padding: 0 50px 0 0;
}

#contact {
    margin: 100px 0;
}

.contact-info-box {
    text-align: center;
    background: #f3f3f3;
    margin: 0 30px;
}

.contact-info-box img {
    max-width: 400px;
    margin-top: -50px;
}

.contact-details a {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    display: block;
    margin: 15px;
}

#contact .bg {
    position: absolute;
}

#contact .bg h1 {
    font-family: Philosopher;
    font-style: italic;
    font-size: 144px;
    line-height: 129px;
    color: rgba(255, 255, 255, 0.02);
}

#contact .title h2 {
    font-family: Philosopher;
    font-style: italic;
    font-size: 72px;
    line-height: 81px;
    color: #CDAC7A;
}

#contact .content {
    font-family: Formular;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.sn ul {
    padding: 30px 0px;
}

.sn img {
    max-width: 64px;
    margin-top: 0px;
}

#contact a,
.sn a {
    text-decoration: none;
}

#contact .sn li {
    list-style: none;
    display: inline;
    padding: 10px;
}

/* footer */

footer {
    padding-top: 100px;
    padding-bottom: 30px;
}

footer a:hover{
    color: #CDAC7A;
}

footer .container {
    position: relative;
}

footer h2 {
    font-family: Philosopher;
    font-style: normal font-size: 32px;
    line-height: 36px;
    color: #FFFFFF;
}

footer a {
    font-family: Formular;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}

footer ul li {
    padding: 10px 20px;
    display: inline-table;
}

footer .footer-sn {
    display: none;
}

/*sidebar */

.sidebar {
    background: #CDAC7A;
    padding: 30px;
}

.sidebar p.title {
    font-family: Philosopher;
    font-style: italic;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    color: #FFFFFF;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    list-style: none;
    font-size: 18px;
}

.sidebar p.date {
    font-family: Formular;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
}

.sidebar a {
    font-family: Philosopher;
    font-style: normal;
    font-size: 18px !important;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
}

.sidebar ul li h3 {
    font-size: 18px;
}

/* responsive */

@media (max-width: 991px) {

    .bg-pattern,
    .hero .sn,
    .bg,
    .about .name,
    .box-1:after,
    .box-2:after,
    .box-3:after,
    .box-4:after,
    .box-1:before,
    .box-2:before,
    .sidebar,
    .box-3:before,
    .box-4:before,
    .single-letter,
    .under-line-1:after,
    .under-line-2:after,
    .under-line-3:after,
    .about .name p,
    .hero-number.hero-number-2:before,
    .founder p {
        display: none;
    }

    #hero-2 {
        text-align: center;
        margin-bottom: 50px;
    }

    .about {
        margin: 0px 0px 100px 0px;
        position: relative;
    }

    .page-id-84 #hero-2 img {
        display: none;
    }

    .contact-box {
        padding: 10px;
    }

    .page-id-74 .order-last {
        order: 1 !important;
    }

    .page-id-74 .order-first {
        order: 2 !important;
    }

    .page-id-74 .order-first img {
        margin-top: 50px;
    }

    .block-single-blog {
        background: #fff;
        margin-bottom: 10px;
    }

    .contact-info-box .sn img {
        width: 45px !important;
        padding: 0px;
    }

    .hero h1 {
        text-align: center;
        padding-top: 150px;
        padding-bottom: 70px;
    }

    .mobile-hero p {
        text-align: center;
        max-width: 100% !important;
        width: 100% !important;
        margin: 58px 0 50px 0px;
    }

    .mobile-hero .custom-btns {
        text-align: center;
    }

    .desktop-hero,
    #press .btns-desktop {
        display: none;
    }

    .mobile-hero,
    .mobile-hero-img,
    #press .btns-mobile {
        display: block;
    }

    .hero-number.hero-number-3:after,
    .hero-number.hero-number-4:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        top: 0px;
    }

    .hero-number-1:before {
        width: 1px;
        height: 125px;
        position: absolute;
        content: "";
        background: #fff;
        right: 0;
    }

    .hero-number-3:before {
        width: 1px;
        height: 120px;
        position: absolute;
        content: "";
        background: #fff;
        right: 0;
        top: 0;
    }

    .hero-number.hero-number-4:after {
        position: absolute;
        content: "";
        width: 110%;
        height: 1px;
        background: #fff;
        top: 0px;
        left: -24px;
    }

    .hero-number {
        position: relative;
        padding: 20px 0px;
    }

    .hero-experience p span {
        font-family: Philosopher;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        text-transform: lowercase;
        color: #FFFFFF;
    }

    .hero-experience p {
        font-family: Philosopher;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 40px;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0px;
    }

    .hero-experience .info {
        margin-top: 0px;
        padding-right: 15px;
    }

    #hero-2 img {
        width: 100%;
    }

    header nav ul {
        margin-left: 0px;
    }

    header nav li {
        padding: 0px;
        width: 100%;
    }

    .about img {
        width: 100%;
        margin-bottom: 50px;
    }

    .about .about-content {
        padding: 0px;
        text-align: center;
    }

    .skills .title {
        background: #CDAC7A;
        padding: 30px;
        position: relative;
        left: -13px;
        top: -70px;
        width: 110%;
    }

    .skills .box {
        margin-top: 50px;
        margin-bottom: 50px;
        position: relative;
        margin-left: 40px;
    }

    a.custom-btn-link {
        margin: 50px auto 0px auto;
        text-align: center;
        display: block;
    }

    .skills {
        background: #F3F3F3;
        padding-bottom: 80px;
        position: relative;
    }

    button.owl-prev span {
        right: 22%;
        top: -13%;
        left: auto;
    }

    button.owl-next span {
        right: 0;
        top: -13%;
        left: auto;
    }

    #press .subtitle,
    #press h2,
    #press p.info {
        text-align: center;
    }

    #press .blog {
        margin-top: 80px;
    }

    #press a.btn {
        background: #CDAC7A;
        backdrop-filter: blur(50px);
        color: #fff;
        font-weight: 100;
        margin: 0 auto 0 auto;
    }

    #press {
        padding-bottom: 50px;
        position: relative;
    }

    footer h2 {
        margin-bottom: 50px;
    }

    footer {
        text-align: center;
        padding-bottom: 0px;
    }

    footer ul {
        padding: 0px;
        margin: 0px;
    }

    footer ul li {
        width: 100%;
    }

    footer .special {
        border: 1px solid #fff;
        width: auto;
        margin-top: 50px;
    }

    footer .footer-sn {
        display: block;
    }

    .footer-sn img {
        max-width: 40px;
    }

    .footer-sn ul li {
        display: inline;
        padding: 5px;
    }

    .footer-sn .sn ul {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        ;
        margin-top: 40px;
        padding: 30px 0px 20px 0px;
    }
}

@media (max-width: 575px) {

    .experience .subtitle,
    .experience .title,
    .experience .info {
        text-align: center;
    }

    .experience .info ul li {
        text-align: left;
    }

    .experience .main-box {
        margin-left: 50px;
    }

    .number.number-1:before,
    .number.number-2:before,
    .number.number-3:before,
    .number.number-4:before {
        left: 0px;
    }

    .experience .number-1:after,
    .experience .number-2:after,
    .experience .number-3:after,
    .experience .number-4:after {
        left: 10%;
    }

    .number {
        text-align: left !important;
    }

    .number p {
        left: calc(-1 * (100vw - 155%)/2);
    }
}

@media (min-width: 1199px) and (max-width: 1399px) {
    header nav ul {
        margin-left: -120px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    header nav ul {
        margin-left: -70px;
    }

    .hero-experience p span {
        font-family: Philosopher;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        text-transform: lowercase;
        color: #FFFFFF;
    }

    button.owl-next span {
        left: -60%;
    }

    #press .thumbnail-blog img {
        max-height: 170px;
    }
}

@media (max-width: 1199px) {
    .contact-info-box img {
        width: 100%;
        padding: 20px;
    }

    .sn img {
        width: 64px !important;
        padding: 0px;
    }
}