/* Fonts Include */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@font-face {
    font-family: 'BebasNeue';
    src: url("../fonts/BebasNeue-Regular.ttf");
}
/* Fonts Include */

/* Start General */
html * {
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

:root {
    --main-color: #6a4d8d;
    --secondary-color: #0BA897;
    --font-family: 'Raleway', sans-serif;
    --trans: all 0.4s ease-in-out;
    --font-14: 14px;
    --font-16: 16px;
    --second-font-family: 'BebasNeue', sans-serif;
}

body {
    overflow-x: hidden;
    transition: var(--trans);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: var(--secondary-color);
}

a,
a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
div,
section,
span,
p,
div:hover,
section:hover,
span:hover,
p:hover {
    text-decoration: none;
    outline: none;
}

select,
input[type="checkbox"],
input[type="radio"],
select:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    cursor: pointer;
}

.form-control:focus,
.btn:focus {
    box-shadow: none !important;
    border-color: transparent;
}

.has-fixed-top .main-header {
    padding-top: 100px;
}

.btn-evision {
    padding: 6px 30px !important;
    background: linear-gradient(45deg, var(--main-color) 0%, var(--secondary-color) 100%);
    border-color: transparent !important;
    color: #FFF !important;
    font-family: 'Raleway', sans-serif;
    min-width: 170px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 500;
    border: none !important;
    transition: all 0.64s ease;
}

.btn-evision:hover {
    background: linear-gradient(45deg, var(--secondary-color) 0%, var(--main-color) 100%);
    transform: translateY(-5px);
    box-shadow: 3px 2px 5px #CCC;
}

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

.contain-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

picture {
    display: block;
}

.sec-padding {
    padding: 50px 0;
}

.second-font-family {
    font-family: var(--second-font-family);
}
/* Start General */

/* main header */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.main-header .navbar-nav .nav-link {
    font-weight: normal;
    font-size: 13px;
    color: #b9afae;
    padding: 6px 25px;
    text-transform: capitalize;
    border: 1px solid transparent;
}

.main-header .navbar-nav .nav-link:hover {
    background-color: #FFF;
    border-color: var(--main-color);
    color: var(--main-color);
}

.main-header .navbar-nav .nav-link.active,
.main-header .navbar-nav .show>.nav-link {
    color: #333;
}

.main-header .navbar-brand img {
    height: 52px;
}

.dropdown-menu {
    border-radius: 0;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 10px -3px RGBA(0, 0, 0, 0.4);
}

.dropdown-menu[data-bs-popper] {
    top: calc(100% + 11px);
}

.dropdown-menu::before {
    content: '';
    display: block;
    position: absolute;
    top: -12px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #FFF;
    box-shadow: 0 0 8px -5px RGBA(0, 0, 0, 0.4);
}

.dropdown-item {
    transition: all 0.4s ease;
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    color: #ababab;
}

.dropdown-menu li:last-child .dropdown-item {
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: transparent;
    color: var(--main-color);
    /*font-weight: bold;*/
}

.dropdown-divider {
    border-top-color: #f4f4f4;
}

.inner-header {
    position: relative;
    background-color: #FFF;
}

.main-header .navbar-nav .nav-link.active, .main-header .navbar-nav .show>.nav-link,
.main-header .navbar-nav .nav-link:focus {
    font-weight: 600;
    font-size: 13px;
    color: var(--main-color);
}
/* main header */

/*hero-bossWord*/
.hero-bossWord {
    position: relative;
    min-height: 100vh;
}

.hero-bossWord::before {
    content: '';
    display: block;
    width: 847px;
    height: 100vh;
    background: url("../images/img-hero.png") no-repeat right top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.hero-shapes {
    display: block;
    /*width: 85%;*/
    width: 813px;
    /*height: 100vh;*/
    height: 638px;
    background: url(../images/shapes-hero.svg) no-repeat right top;
    background-size: 100% 100%;
    position: absolute;
    top: -50px;
    /*left: -170px;*/
    left: -70px;
    transform: scale(1.3, 1.3);
    z-index: 1;
}

/*shapes-hero.svg*/

.hero {
    height: 100vh;
    min-height: 100vh;
    position: relative;
}

.hero h1,
.hero h1 span {
    font-weight: normal;
    font-size: 144px;
    color: var(--main-color);
    font-family: 'BebasNeue', sans-serif;
    line-height: 82px;
}

.hero h1 span {
     color: var(--secondary-color);
    font-size: 91px;
    line-height: 90px;
}

.hero p {
    font-weight: normal;
    font-size: 18px;
    color: #b9afae;
}

.scroll-down {
    margin-top: 40px;
}
/*hero-bossWord*/

/*boss-word*/
.boss-word {
    position: relative;
}

.boss-word::before {
    content: '';
    display: block;
    width: 962px;
    height: 557px;
    background: url(../images/about-shape.svg) no-repeat right top;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
}
/*boss-word*/

/*boss-word*/
.boss-word p {
    font-weight: normal;
    font-size: 18px;
    color: #b9afae;
    margin-top: 23px;
    margin-bottom: 23px;
}

.boss-word h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--main-color);
}

.boss-word h3 span {
    color: var(--secondary-color);
    font-weight: normal;
}

.boss-img {
    width: 100%;
    height: 535px;
    overflow: hidden;
    position: relative;
}

.boss-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*boss-word*/

/*sec-header*/
.sec-header {
    overflow: hidden;
}

.sec-header h4,
.sec-header h4 span {
    font-family: var(--second-font-family);
    font-weight: normal;
    font-size: 50px;
    color: var(--main-color);
    position: relative;
    padding: 80px 0;
    text-transform: uppercase;
}

.sec-header h4 span {
    z-index: 2;
}

.sec-header h4::before {
    content: var(--title);
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 201px;
    color: rgba(106, 77, 141, 0);
    z-index: 1;
}

.sec-header h4::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    background-color: var(--secondary-color);
    z-index: 3;
    position: relative;
}

.sec-header[center] h4 {
    text-align: center;
}

.sec-header[center] h4::after {
    margin-left: auto;
    margin-right: auto;
}

@supports (-webkit-text-stroke: 1px RGBA(106, 77, 141, 0.11)) {
    .sec-header h4::before {
        -webkit-text-stroke: 1px RGBA(106, 77, 141, 0.11);
        -webkit-text-fill-color: white;
    }
}

@supports (-webkit-text-stroke: 1px RGBA(255, 255, 255, 0.11)) {
    .sec-header[white] h4::before {
        -webkit-text-stroke: 1px RGBA(255, 255, 255, 0.11);
        -webkit-text-fill-color: transparent;
    }

    .sec-header[transparent] h4::before {
        -webkit-text-stroke: 1px RGBA(106, 77, 141, 0.11);
        -webkit-text-fill-color: transparent;
    }
}

.sec-header[white] h4,
.sec-header[white] h4 span {
    color: #FFF;
}

.sec-header[white] h4::after {
    background: #FFF;
}
/*sec-header*/

/* strip-text */
.text-stripped,
.text-stripped p,
.text-stripped span,
.text-stripped td,
.text-stripped pre,
.text-stripped b,
.text-stripped strong {
    font-weight: normal;
    font-size: 18px;
    color: #b9afae;
}

.about .text-stripped {
    margin-bottom: 32px;
}
/* strip-text */

/*about*/
.about {
    position: relative;
}

.about::before {
    content: url("../images/aboutShape.png");
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 600px;
}

.about-shapes {
    position: absolute;
    top: 0;
    left: -185px;
    width: calc(100% + 195px);
    height: calc(100% + 90px);
    background: url("../images/icons/abot-shape.svg") no-repeat center / contain;
    z-index: -1;
}
/*about*/

/*about-item*/
.about-item {
    background-color: #FFF;
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.08));
    padding: 45px 35px;
    text-align: center;
    transition: var(--trans);
    position: relative;
}

.about-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--main-color), var(--secondary-color));
    opacity: 0;
    transition: var(--trans);
    z-index: 1;
}

.about-item:hover::before {
    opacity: 1;
}

.about-item > * {
    position: relative;
    z-index: 2;
}

.about-item img {
    max-width: 100%;
    height: 55px;
    margin-bottom: 16px;
    transition: var(--trans);
}

.about-item:hover img {
    filter: brightness(0) invert(1);
}

.about-item h3 {
    font-family: var(--second-font-family);
    font-weight: normal;
    font-size: 40px;
    color: var(--main-color);
    text-transform: uppercase;
    margin-bottom: 20px;
    transition: var(--trans);
}

.about-item p {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #b9afae;
    transition: var(--trans);
    text-overflow: ellipsis;
    word-break: break-word;
}

.about-item:hover h3,
.about-item:hover p{
    color: #FFF;
}

.mt-68 {
    margin-top: 68px;
}
/*about-item*/

/*chereman-msg*/
.chereman-msg {
    padding: 92px;
    background-color: #FFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-top: 90px;
    margin-bottom: 90px;
}

.chereman-msg::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 75px solid #EEEEEE;
    border-left: 75px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.chereman-msg::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 75px solid #f5f4f4bf;
    border-right: 75px solid transparent;
    top: 0;
    left: 0;
    position: absolute;
}
/*chereman-msg*/

/*cherman-img*/
.cherman-img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}
/*cherman-img*/

/*projects-tab*/
.projects-tab.nav-pills .nav-link {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #b9afae;
    border-bottom: 1px solid transparent;
    padding: 0;
    margin-right: 30px;
}

.projects-tab.nav-pills .nav-link.active,
.projects-tab.nav-pills .nav-link:hover {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--main-color);
    background: none;
    border-radius: 0;
    border-bottom-color: var(--main-color);
}
/*projects-tab*/

/*project-item*/
.project-image {
    margin-top: -42px;
}
.project-item {
    margin-bottom: 20px;
}

.project-item h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: var(--main-color);
    margin-bottom: 16px;
}

.project-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--secondary-color);
    margin-bottom: 35px;
}

.project-image {
    height: 465px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.project-image img {
    transition: all 0.4s ease;
}

.project-image:hover img {
    transform: scale(1.05, 1.05);
}

.project-image::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: linear-gradient(to top, var(--main-color), transparent);
    z-index: 2;
}

.carousel-indicators {
    z-index: 3;
}

.carousel-indicators [data-bs-target],
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-indent: unset;
    border: 1px solid #FFF;
    background: transparent;
    opacity: 1;
    transition: all 0.34s ease;
    border-radius: 0;
}

.carousel-indicators .active,
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
}
/*project-item*/

/*service-wrapper*/
.service-wrapper {
    margin-left: auto;
}

.service-item {
    position: relative;
}

.service-item picture {
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
}

.service-item .service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 16px 25px;
    z-index: 3;
}

.service-item .service-text h3 {
    font-weight: 900;
    font-size: 15px;
    color: #fff;
}

.service-item .service-text a {
    display: inline-block;
    font-weight: normal;
    font-size: 11px;
    color: #fff;
}

.pr-100 {
    padding-right: 100px;
}

.swiper-button-next, .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: linear-gradient(45deg, #0ba897 0%, #6a4d8d 100%);
    color: #FFF;
    position: static;
    opacity: 1 !important;
    margin: 0 0 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    background: #eee;
    color: #B9AFAE;
}

.services-actions {
    display: flex;
    justify-content: space-between;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}
/*service-wrapper*/

/*media-center*/
.media-center {
    position: relative;
}

.media-center::before {
    content: '';
    display: block;
    width: 100%;
    height: 62%;
    background: url("../images/background.png") no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
}
/*media-center*/

/*media-cat-item*/
.media-cat-item {
    background: #FFF;
    padding: 25px 16px;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
}

.media-cat-item h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: var(--secondary-color);

}

.media-cat-item a {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #6a4d8d;
}

.media-cat-item figure {
    width: 100%;
    height: 210px;
    position: relative;
    overflow: hidden;
}

.media-cat-item figure .ico {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.media-cat-item figure img {
    transition: all 0.4s ease;
}

.media-cat-item:hover figure img {
    transform: scale(1.05, 1.05);
}

.media-cat-item h5{
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: var(--main-color);
}

.media-cat-item p, .media-cat-item span, .media-cat-item pre {
    font-size: 15px;
    color: #b9afae;
}

.media-cat-item .watch-vid {
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    color: #b9afae;
}
/*media-cat-item*/

/*e-vision-form*/
.e-vision-form .form-group {
    position: relative;
    margin-bottom: 15px;
}

.e-vision-form .form-control {
    border-radius: 0;
    border: 1px solid #eee;
    height: 45px;
    color: #333;
}

.e-vision-form textarea.form-control {
    height: auto;
}

.e-vision-form .form-control::placeholder {
    font-weight: normal;
    font-size: 15px;
    color: #b9afae;
    opacity: 1; /* Firefox */
}

.e-vision-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: normal;
    font-size: 15px;
    color: #b9afae;
}

.e-vision-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: normal;
    font-size: 15px;
    color: #b9afae;
}

label.error {
    font-size: 13px;
    font-weight: normal;
    color: var(--bs-danger);
}

input.error {
    color: var(--bs-danger) !important;
    border-color: var(--bs-danger) !important;
}
/*e-vision-form*/

/*footer-top*/
.footer-top {
    padding: 90px 0 34px 0;
    background: #FAFAFA;
}
/*footer-top*/

/*footer-item*/
.footer-item h4 {
    font-weight: 600;
    font-size: 15px;
    color: #616161;
}

.footer-item .nav li {
    flex: 0 0 25%;
    max-width: 50%;
    margin-bottom: 10px;
}

.footer-item .nav a {
    display: inline-block;
    font-weight: normal;
    font-size: 15px;
    color: #616161;
}
/*footer-item*/

/*footer-item*/
.footer-item .table td,
.footer-item .table td a {
    font-weight: normal;
    font-size: 15px;
    color: #616161;
    padding-left: 0;
}

.footer-item .table td a {
    display: inline-block;
}

.footer-copyrights .nav .nav-link {
    color: #d7d2d1;
    font-size: 16px;
    padding: 5px;
    margin-right: 15px;
}

.footer-copyrights {
    padding: 17px 0;
    background: #F5F5F5;
}

.footer-copyrights p {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    color: #b9afae;
    text-align: right;
}
/*footer-item*/

.offcanvas-header {
    border-bottom: 1px solid #e3e3e3;
}

.list-side-menu li a {
    display: block;
    font-size: 16px;
    padding: 6px 10px 8px 10px;
}

.navbar-toggler {
    border-radius: 0;
    padding: 5px 10px;
}

/*page-header*/
.page-header {
    position: relative;
    padding-top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.page-header::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, var(--main-color) 0%, var(--secondary-color) 100%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.93;
}

.page-header nav,
.page-header h1 {
    position: relative;
    z-index: 2;
}

.page-header .breadcrumb li,
.page-header .breadcrumb a {
    font-weight: normal;
    font-size: 13px;
    color: #bfe4f7;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '>';
    color: #bfe4f7;
}

.page-header h1 {
    font-family: var(--second-font-family);
    font-weight: normal;
    font-size: 50px;
    color: #FFF;
    position: relative;
    padding: 80px 0;
    text-transform: uppercase;
}

.page-header h1::before {
    content: var(--page-title);
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
    font-size: 201px;
    color: rgba(106, 77, 141, 0);
    z-index: -1;
}

.page-header h1::after {
    content: '';
    display: block;
    width: 76px;
    height: 3px;
    background-color: #FFF;
    z-index: 3;
    margin-right: auto;
    margin-left: auto;
}

@supports (-webkit-text-stroke: 1px RGBA(255, 255, 255, 0.11)) {
    .page-header h1::before {
        -webkit-text-stroke: 1px RGBA(255, 255, 255, 0.11);
        -webkit-text-fill-color: transparent;
    }
}
/*page-header*/

/*main-contnet*/
.main-content {
    position: relative;
    overflow: hidden;
}
/*main-contnet*/

/*page*/
.page {
    position: relative;
    padding: 90px 0;
}

.page::before {
    content: url(../images/aboutShape.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 600px;
    z-index: -1;
    opacity: 0.24;
}

.page .sec-header h4::before {
    font-size: 160px;
}

.page .sec-header h4, .page .sec-header h4 span {
    padding: 55px 0;
}

.page .sec-header h4 span {
    font-family: var(--second-font-family);
}

.sec-header h4 span bdo {
    font-family: var(--second-font-family);
    color: var(--secondary-color);
}
/*page*/

/*committed-quality*/
.committed-quality {
    padding: 70px 0;
    background: #fafafa;
    margin-top: 135px;
}
/*committed-quality*/

/*about-item*/
.about-article:not(:last-child) {
    margin-bottom: 40px;
}

.about-article h4 {
    font-weight: normal;
    font-size: 20px;
    color: var(--secondary-color);
}

.page-about-image {
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
}

.greeting {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: var(--main-color);
    margin-top: 80px;
}

.chereman-msg h5 {
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: var(--secondary-color);
    margin-bottom: 0;
    margin-top: 55px;
    line-height: 27px;
}
/*about-item*/

/*partners*/
.partner-item {
    width: 100%;
    height: 160px;
    background: #FFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.partner-item picture {
    width: 100%;
    height: 160px;
    overflow: hidden;
    padding: 10px 24px;
}
/*partners*/

/*project-list*/
.project-list .project-item {
    margin-bottom: 140px;
}

.project-list .project-item:nth-child(odd) .row {
    flex-direction: row-reverse;
}

/*.project-list .project-item:last-child {
    margin-bottom: 0;
}*/

.pagination li {
    margin: 0 15px;
}

.pagination .page-link {
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #b9afae;
    border-radius: 0 !important;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background: none;
    color: var(--main-color);
    border-color: var(--main-color);
}
/*project-list*/

/*page-single*/
.page-single h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: var(--main-color);
    margin-bottom: 16px;
}

.page-single h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: var(--secondary-color);
    margin-bottom: 16px;
}

.page-single .project-image {
    margin-top: 0 !important;
}
/*page-single*/

/*page-services*/
.page-services .service-item {
    margin-bottom: 60px;
}
/*page-services*/

/*news-item*/
.news-item {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.news-item picture {
    width: 100%;
    height: 210px;
    margin-bottom: 16px;
    position: relative;
}

.news-item picture i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-size: 30px;
    opacity: 0.7;
}

.news-item h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: var(--main-color);
    margin-bottom: 9px;
}

.news-item p {
    font-weight: normal;
    font-size: 15px;
    color: #b9afae;
}

.news-item a {
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    color: #b9afae;
}
/*news-item*/

/*post-meta*/
.post-meta {
    margin-bottom: 20px;
}

.post-meta li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.post-meta li span,
.post-meta li time {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #b9afae;
}

.post-meta li:not(:last-child)::after {
    content: '|';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #b9afae;
}
/*post-meta*/

.news-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    color: var(--main-color);
    margin-bottom: 30px;
}

/*share-news*/
.share-news {
    padding: 10px 0;
    border-top: 1px solid #b9afae;
    border-bottom: 1px solid #b9afae;
    margin-top: 60px;
}

.share-news p {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #b9afae;
    margin-bottom: 0;
}

.share-nav .nav-link {
    color: var(--main-color);
    padding: 5px;
    margin-left: 15px;
}
/*share-news*/

/*more-news*/
.more-news {
    position: relative;
    margin-top: 100px;
}

.more-news h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: var(--main-color);
}
/*more-news*/

.fancybox__image {
    padding: 15px !important;
    background: #FFF !important;
}

/*page-contact*/
.page-contact {
    padding: 0;
}
/*page-contact*/

/*contact-info*/
.contact-info {
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 16px;
}

.contact-info h4 {
    font-weight: 600;
    font-size: 15px;
    color: var(--secondary-color);
}

.contact-info td,
.contact-info a {
    font-weight: normal;
    font-size: 15px;
    color: #616161;
}
/*contact-info*/

/* organization chart */
.organization-chart {
    margin-top: 50px;
}

.tree ul {
    padding-top: 20px;
    position: relative;
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    display: flex;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree li::before, .tree li::after{
    content: '';
    position: absolute;
    top: 0; right: 50%;
    border-top: 1px solid #ccc;
    width: 50%;
    height: 20px;
}
.tree li::after{
    right: auto;
    left: 50%;
    border-left: 1px solid #ccc;
}

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
    border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
    border-right: 1px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a{
    padding: 5px 10px;
    text-decoration: none;
    color: #666;
    font-size: 11px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
}

.tree li a figure {
    width: 186px;
    height: 186px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    border: 1px solid #E4E4E4;
}
/* organization chart */

.hero-shape-sm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 240px;
    background: url("../images/img-hero-sm.png") no-repeat center;
    background-size: 100% 100%;
    display: none;
}


/* Media for responsive */
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1100px;
    }
}
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1580px) {
    .hero-bossWord::before {
        width: 684px;
    }

    .boss-word::before {
        width: 780px;
        height: 452px;
    }
}

@media (min-width: 1440px) and (max-width: 1465px) {}

@media (min-width: 1465px) and (max-width: 1565px) {}

@media (min-width: 1465px) and (max-width: 1665px) {}

@media (min-width: 1440px) and (max-width: 1750px) {}

@media (min-width: 1300px) and (max-width: 1375px) {}

@media (min-width: 1200px) and (max-width: 1300px) {}

@media (max-width: 1200px) {
    .hero h1 {
        font-size: 132px;
    }
}

@media (max-width: 991px) {
    .main-header {
        background: #FFFFFF !important;
    }

    .hero-bossWord::before,
    .boss-word::before {
        display: none;
    }

    .hero-shape-sm {
        display: block;
    }

    .hero {
        padding-top: 150px;
        padding-bottom: 120px;
    }

    .hero .d-table-cell {
        vertical-align: top !important;
    }

    .hero .row>* {
        padding-top: 0 !important;
    }

    .hero-bossWord,
    .hero {
        height: auto;
        min-height: auto;
    }

    .hero h1 {
        font-size: 78px;
    }

    .hero h1 span {
        font-size: 79px;
    }

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

    .boss-word .row {
        flex-direction: column-reverse;
    }

    .sec-header h4, .sec-header h4 span {
        font-size: 30px;
        padding: 45px 0;
    }

    .sec-header h4::before {
        font-size: 117px;
    }

    .text-stripped, .text-stripped p, .text-stripped span, .text-stripped td, .text-stripped pre, .text-stripped b, .text-stripped strong {
        font-size: 16px;
    }

    .about-item h3 {
        font-size: 25px;
    }

    .about-item p {
        font-size: 16px;
    }

    .services-actions {
        margin-bottom: 20px;
    }

    .media-cat-item {
        margin-bottom: 30px;
    }

    #contactForm {
        margin-bottom: 30px;
    }

    .project-item .row {
        flex-direction: column-reverse;
    }

    .project-image {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .hero-shapes {
        width: 100%;
        transform: none;
    }

    .project-list .project-item:nth-child(odd) .row {
        flex-direction: column-reverse;
    }

    .footer-copyrights .nav {
        justify-content: center;
    }

    .footer-copyrights p {
        text-align: center;
    }

    .page-single .project-image {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 48px;
        line-height: 40px;
    }

    .hero h1 span {
        font-size: 49px;
        line-height: 40px;
    }

    .cherman-message [class*=col] {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cherman-img {
        width: 100%;
    }

    .chereman-msg {
        padding: 92px 15px 15px;
    }

    .chereman-msg::after,
    .chereman-msg::before {
        display: none;
    }

    .committed-quality .sec-header h4::before {
        display: none;
    }

    .committed-quality .sec-header h4, .committed-quality .sec-header h4 span {
        padding: 20px 0;
    }

    .tree {
        overflow-x: scroll;
    }

    .page-about .chereman-msg {
        margin-top: 0 !important;
        padding-top: 30px;
    }

    .page-header h1 {
        font-size: 34px;
        padding: 53px 0;
    }

    .page-header h1::before {
        font-size: 98px;
        text-overflow: ellipsis;
        word-break: keep-all;
        white-space: nowrap;
    }

    .project-list .project-item {
        margin-bottom: 30px
    }

    .page {
        padding: 60px 0;
    }

    .pagination li {
        margin: 0 5px;
    }

    .footer-item .nav li {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .footer-item .nav {
        margin-bottom: 10px;
    }

    .footer-top {
        padding: 40px 0 15px 0;
    }
}

@media (max-width: 576px) {
    .pr-100 {
        padding-right: 0 !important;
    }

    .service-item picture {
        height: 300px;
    }

    .text-stripped, .text-stripped p, .text-stripped span, .text-stripped td, .text-stripped pre, .text-stripped b, .text-stripped strong {
        font-size: 14px;
    }

    .sec-header h4, .sec-header h4 span {
        font-size: 30px;
        padding: 22px 0;
    }

    .sec-header h4::before {
        font-size: 80px;
    }

    .footer-item .nav li {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .btn-evision {
        min-width: 100px !important;
    }

    .page-single .project-image {
        height: auto;
    }
}

/* Media for responsive */
