.header-right .right-menu {
    top: 0px;
}

.custom_ref {
    margin-bottom: 60px;
}

.custom_ref .section-title {
    margin-bottom: 60px;
    font-size: 40px;
}

.custom_ref .custom_ref_grid .portfolio-thumb {
    position: relative;
    background: #fff;
    border-radius: 50%;
}

.custom_ref .custom_ref_grid .item .portfolio-thumb::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/new1.png') no-repeat;
    background-size: cover;
    transition: 1.2s;
}

.custom_ref .custom_ref_grid .item:nth-child(2) .portfolio-thumb::before {
    background: url('../images/new2.png') no-repeat;
    background-size: cover;
}

.custom_ref .custom_ref_grid .item:nth-child(3) .portfolio-thumb::before {
    background: url('../images/new3.png') no-repeat;
    background-size: cover;
}

.custom_ref .custom_ref_grid .item:nth-child(4) .portfolio-thumb::before {
    background: url('../images/new5.png') no-repeat;
    background-size: cover;
}

.custom_ref .custom_ref_grid .item:nth-child(5) .portfolio-thumb::before {
    background: url('../images/new5.png') no-repeat;
    background-size: cover;
}

.custom_ref .custom_ref_grid .item:nth-child(6) .portfolio-thumb::before {
    background: url('../images/new1.png') no-repeat;
    background-size: cover;
}
.custom_ref .custom_ref_grid .item:nth-child(7) .portfolio-thumb::before {
    background: url('../images/new4.png') no-repeat;
    background-size: cover;
}
.custom_ref .custom_ref_grid .item:nth-child(8) .portfolio-thumb::before {
    background: url('../images/new6.png') no-repeat;
    background-size: cover;
}

.custom_ref .item {
    position: relative;
}

.ref-cst-bg {
    position: relative;
}

.ref-cst-bg::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 36px;
    width: 100%;
    height: 100%;
    background-image: url('../images/map-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-color: #fff;
    opacity: 0.3;
    z-index: -1;
}

.custom_ref .portfolio-thumb {
    box-shadow: none !important;
}

.portfolio-thumb:hover::before {
    transform: rotate(90deg);
}

.portfolio-thumb img {
    position: relative;
}

.history-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
    padding-bottom: 100px;
    background: #222126;
    color: #fff;
}

.history-section h2 {
    margin: 50px 0px;
    color: #fff;
}

.history-section .left-img {
    position: absolute;
    left: 0px;
    height: 100%;
}

.history-section .history_top_info h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.history-section .history_top_info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
}

.history-section .history_box {
    height: 130px;
}

.history-section .history_box_container {
    display: inline-block;
    margin-top: 30px;
}

.history-section .history_box_container .history_box {
    position: relative;
    border-left: 4px solid #ddd;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 20px;
}

.history-section .history_box_container .history_box h3 {
    font-size: 16px;
    font-weight: bold;
}

.history-section .history_box_container .history_box p {
    font-size: 14px;
}

.history-section .history_box_container .history_box::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #bbb;
}

.history-section .slick-list {
    padding-left: 10px;
}

.history-section .history_btn {
    margin-left: 10px;
}

.history-section .history_btn a {
    background: #757779;
    border: 1px solid #757779;
    padding: 8px 16px;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    transition: .3s;
}

.history-section .history_btn a:hover {
    background: #fff;
    color: #757779;
}

.blog-slider .owl-nav>div {
    font-size: 30px;
}

.blog-block {
    background: #eee;
}

.blog-block .post {
    background-color: #fff;
}

.circle_box {
    width: 260px;
    height: 210px;
    border-radius: 0px;
    position: relative;
    clip-path: polygon(30% 0%, 75% 0%, 100% 50%, 75% 100%, 30% 100%, 6% 50%);
}

.circle_box.right {
    margin-left: 50%;
}

.circle_box.top {
    top: 80px;
    left: 25px;
}

.circle_box.bottom {
    top: -80px;
    left: 25px;
}

.circle_box img {
    width: 100%;
}

.circle_box a {
    color: #fff;
    font-size: 20px;
}

.circle_box h2 {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    line-height: 25px;
    padding: 0px 15px 0px 30px;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}

.circle_box .circle_box_info {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
    line-height: 240px;
    transition: .3s;
    border-radius: 0px;
    z-index: 222;
}


.circle_box .circle_box_info::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    border-radius: 0px;
    transition: .3s;
}

.circle_box::before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: #ddd;
    border-radius: 50%;
    z-index: 1;
}

.circle_box:hover .circle_box_info::before {
    background-color: rgba(0, 0, 0, 0.9);
}

.site-logo {
    margin-left: 15px;
}

.footer-top-menu {
    text-align: center;
    padding: 50px 0px 30px 0px;
}

.footer-top-menu li {
    display: inline-block;
}

.footer-top-menu li a {
    color: rgb(40, 40, 40);
    padding: 0px 15px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
}

.footer-top-menu li:hover a {
    color: rgb(40, 40, 40);
    text-decoration: underline;
}

.site-footer .footer-top {
    border-top: 1px solid rgba(220, 220, 220, 0.6);
}

.site-footer .footer-bottom {
    background: rgba(220, 220, 220, 0.3);
    color: rgb(40, 40, 40);
}

.site-footer .footer-bottom p {
    color: rgb(40, 40, 40) !important;
}

.site-footer .footer-bottom a {
    color: rgb(40, 40, 40) !important;
}

.blog-slider .item {
    border-radius: 6px;
    overflow: hidden;
}

.blog-slider .owl-nav i {
    font-size: 22px;
    color: #000;
}

.blog-slider .owl-nav i:hover {
    color: #757779;
}

#site-header {
    background: rgba(117, 119, 121, .4);
}

#site-header.transparent {
    background: transparent;
}

#site-header.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
    overflow: hidden;
    background: #757779 !important;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}


#site-header.is-sticky .header-right .right-menu li a {
    padding: 28px 15px;
    display: block;
    font-size: 19px;
    color: #ffffff;
}

.page-header {
    padding: 100px 0 50px 0;
    /* border-bottom: 1px solid rgba(117, 119, 121, .2); */
}

.page-header .breadcrumbs .first-item a:hover {
    opacity: .7;
    color: #ffffff;
}

.slider-block {
    height: 100%;
}

.slider-block .cst-banner-description {
    position: absolute;
    top: 45%;
    left: 11%;
}

.cst-ssearch-icon {
    font-weight: 800 !important;
    font-size: 24px;
}

.icon-arrows-hamburger-2:before {
    font-weight: 600 !important;
}

.slider-block .cst-banner-description h2 {
    z-index: 5;
    color: #1e4398;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    visibility: inherit;
    text-align: inherit;
    line-height: 100px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 55px;
    margin-bottom: 30px
}

.cst-banner-img {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.portfolio-block .apps .portfolio-thumb:hover {
    background: #f3f3f3;
    border: 1px solid #ddd;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}


.call-to-action {
    overflow: hidden;
}

.call-to-action-slider {
    margin-top: 45px;
}

.call-to-action-slider .owl-nav>div {
    position: absolute;
    display: inline-block;
    text-align: center;
    font-size: 60px;
    margin: 0 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #03dedf;
}

.call-to-action-slider .owl-nav>div.disabled {
    color: inherit;
    cursor: not-allowed;
}

.call-to-action-slider .owl-nav .owl-next {
    right: 10px;
    color: #ffffff;
}

.timeline--horizontal .timeline__item {
    width: 100px !important;
    height: 80px !important;
}

.timeline__items {
    height: 250px !important;
    padding-top: 30px;
}

.timeline__content {
    background: none !important;
    border: none !important;
}

.timeline--horizontal .timeline__item.timeline__item--bottom .timeline__content,
.timeline--horizontal .timeline__item.timeline__item--top .timeline__content {
    display: inline-block;
    width: 100px;
    height: 80px;
    border-radius: 50%;
    padding: 47px 0px;
    color: #fff;
}

.timeline__content p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
    font-weight: 500;
}

.timeline__content h2 {
    margin: 0px;
    font-size: 16px;
    text-align: center;
}

.timeline--horizontal .timeline__item--bottom {
    padding: 0px;
}

.timeline--horizontal .timeline__item .timeline__content:after,
.timeline--horizontal .timeline__item .timeline__content:before,
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
    display: none;
}

.timeline--horizontal .timeline__item.timeline__item--bottom .timeline__content {
    padding: 0px;
    position: relative;
}

.timeline--horizontal .timeline__item.timeline__item--bottom .timeline__content p {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    bottom: 106%;
}

.timeline--horizontal .timeline__item.timeline__item--bottom .timeline__content h2 {
    position: absolute;
    width: 100%;
    top: 20px;
}

.timeline__item:after {
    border: none;
    height: 10px;
    width: 10px;
    z-index: 1;
}

.timeline--horizontal .timeline__item:nth-child(n) .timeline__content h2 {
    color: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+1) .timeline__content h2 {
    color: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+2) .timeline__content h2 {
    color: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+3) .timeline__content h2 {
    color: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+4) .timeline__content h2 {
    color: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+5) .timeline__content h2 {
    color: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n+6) .timeline__content h2 {
    color: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+7) .timeline__content h2 {
    color: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+8) .timeline__content h2 {
    color: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+9) .timeline__content h2 {
    color: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+10) .timeline__content h2 {
    color: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+11) .timeline__content h2 {
    color: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n+12) .timeline__content h2 {
    color: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+13) .timeline__content h2 {
    color: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+14) .timeline__content h2 {
    color: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+15) .timeline__content h2 {
    color: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+16) .timeline__content h2 {
    color: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+17) .timeline__content h2 {
    color: #37b54a;
}

.timeline--horizontal .timeline__item:after {
    border: none;
    height: 10px;
    width: 10px;
    z-index: 1;
}

.timeline--horizontal .timeline__item:before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    width: 60px;
    height: 4px;
    top: 78px;
    left: 20px;
}

.timeline--horizontal .timeline__item.timeline__item--bottom:before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    width: 60px;
    height: 4px;
    top: -2px;
    left: 20px;
}


.timeline--horizontal .timeline__item:nth-child(n):after {
    background: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+1):after {
    background: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+2):after {
    background: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+3):after {
    background: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+4):after {
    background: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+5):after {
    background: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n+6):after {
    background: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+7):after {
    background: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+8):after {
    background: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+9):after {
    background: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+10):after {
    background: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+11):after {
    background: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n+12):after {
    background: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+13):after {
    background: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+14):after {
    background: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+15):after {
    background: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+16):after {
    background: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+17):after {
    background: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n):before {
    background: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+1):before {
    background: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+2):before {
    background: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+3):before {
    background: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+4):before {
    background: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+5):before {
    background: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n+6):before {
    background: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+7):before {
    background: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+8):before {
    background: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+9):before {
    background: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+10):before {
    background: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+11):before {
    background: #37b54a;
}

.timeline--horizontal .timeline__item:nth-child(n+12):before {
    background: #ec5d31;
}

.timeline--horizontal .timeline__item:nth-child(n+13):before {
    background: #28b5c7;
}

.timeline--horizontal .timeline__item:nth-child(n+14):before {
    background: #eca323;
}

.timeline--horizontal .timeline__item:nth-child(n+15):before {
    background: #3da48f;
}

.timeline--horizontal .timeline__item:nth-child(n+16):before {
    background: #23a8e1;
}

.timeline--horizontal .timeline__item:nth-child(n+17):before {
    background: #37b54a;
}

.timeline--horizontal .timeline-divider {
    margin-top: 30px !important;
}

.timeline-nav-button {
    padding: 0px;
    margin-top: 30px;
    background: #fff;
    border-radius: 100%;
    border: #ddd;
}

.timeline-nav-button:focus {
    background-color: #747474 !important;
}

.overlay-bg-snow:before {
    background-color: rgba(0, 0, 0, 0.65);
}

.page-header .section-title {
    color: #ffffff;
}

.breadcrumbs .first-item {
    color: #ffffff;
}

.breadcrumbs .separator {
    color: #999898;
}

.breadcrumbs .last-item {
    color: #cdcdcd;
}


.row.item-4 .item:nth-child(4n+1) {
    margin-left: auto;
    margin-right: auto;
}


.cst-bnr-slider.slider-block {
    height: 100vh;
}

.cst-bnr-slider.slider-block .tp-bgimg.defaultimg {
    height: 100vh !important;
}


@media only screen and (max-width: 1368px) {
    .call-to-action-slider .owl-nav .owl-next {
        right: -35px;
    }
}

.call-to-action-slider .owl-nav .owl-prev {
    left: 10px;
    color: #ffffff;
}

@media only screen and (max-width: 1368px) {
    .call-to-action-slider .owl-nav .owl-prev {
        left: -35px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-slider .owl-nav {
        display: none;
    }
}

.call-to-action-slider.citrus-theme .owl-nav>div {
    color: #94b800;
}

.call-to-action-slider.citrus-theme .owl-nav>div.disabled {
    color: inherit;
    cursor: not-allowed;
}


.cst-text-center {
    text-align: center !important;
}

.error-desc {
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
}

.cst-footer-menu {
    display: inline-block;
    line-height: 35px;
    padding-right: 35px;
    font-size: 18px;
}

.widget_nav_menu {
    margin-bottom: 30px;
}

.site-footer .cst-site-footer-widget {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cst-hexagon {
    z-index: 99999999;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    display: inline-block;
    color: #1e4398;
    font-weight: 600;
    font-size: 17px;
    padding-top: 50%;
    webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.cst-hexagon a {
    color: #eee;
}

.hexagonal-img-hex-in2:after {
    background-color: rgba(40, 40, 40, .5);
}

.hexa-item:hover .hexagonal-img-hex-in2:after {
    background-color: rgba(40, 40, 40, .77);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.cst-hexagonal-btn:hover {
    color: #fff;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.tp-caption {
    min-width: 300px !important;
    text-align: left !important;
    left: 25%;
}

::selection {
    color: white;
    background-color: #757779;
    text-shadow: none;
}

.tp-bgimg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .6); */
    /*background: rgba(0, 0, 0, .3); */
}

.btn {
    display: block;
    text-align: center;
}


.btn.cst-previous {
    padding-left: 0px;
    text-align: left;
    cursor: auto;
}

.btn.cst-next {
    padding-right: 0px;
    text-align: right;
    cursor: auto;
}


.slider-btn-round.cst-btn {
    margin-top: 25px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #262626;
    border-color: #757779;
    letter-spacing: 0.4px;
    text-transform: none;
}

.slider-btn-round.cst-btn:hover {
    background-color: #757779;
    color: #ffffff;
}

.cst-text-link:hover {
    color: #241e20 !important;
}


.lefthexa {
    top: -50px;
}

.righthexa {
    top: 78px;
}

.hexa-item {
    margin-bottom: 30px;
}

.hexa-container .section-subtitle {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px !important;
    font-weight: 500;
}

.widget-content ul li {
    margin-bottom: 5px !important;
}

.widget-content ul li a {
    font-size: 15px;
    color: #fff;
}

.widget-content p {
    color: #fff;
}

.widget-content {
    color: #fff;
}

.about-us-content .button {
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: initial;
    border: none;
    color: #757779;
    padding: 0px;
}

.about-us-content .button:hover {
    color: #241e20 !important;
}

.social-link li a {
    color: #fff !important;
    border-color: #fff !important;
}

.social-link li a:hover {
    color: #241e20 !important;
    border-color: #241e20 !important;
}

.slider-block .rev_slider .tparrows.tp-leftarrow:before {
    display: none;
}

.slider-block .rev_slider .tparrows.tp-rightarrow:before {
    display: none;
}

.slider-block .rev_slider .tparrows.tp-rightarrow .bannerarrow {
    transform: rotate(180deg);
}

.slider-block .rev_slider .bannerarrow i {
    color: #fff;
    font-size: 22px;
}

.about-us-content p {
    font-weight: 500;
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 30px;
}

.cookies {
    display: block;
    position: relative;
}

.form-field label {
    display: contents;
    font-size: 13px;
    width: 100%;
    float: left;
    color: #000;
}

.portfolio-block .apps .portfolio-thumb:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out;
}

.portfolio-block .apps .portfolio-thumb:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.breadcrumbs {
    padding: 0 0 30px 0;
}


.breadcrumbs .first-item {
    color: #ffffff;
    font-weight: 500;
}

.breadcrumbs .first-item:hover a {
    opacity: .7;
}

.breadcrumbs .separator {
    color: #999898;
}

.breadcrumbs .last-item {
    color: #cdcdcd;
    font-weight: 500;
}

.page-header .section-title {
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 60px;
}


.cst-about-content,
.cst-about-content p {
    font-size: 14px;
    font-weight: 400;
}


.cst-about-content a {
    color: #000000;
    font-weight: 600;
}


.cst-about-content a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.cst-corporate table {
    border-collapse: collapse;
    width: 100%;
}

.cst-corporate table td,
.cst-corporate table th {
    border: 1px solid #ddd;
    padding: 8px;
}

.cst-corporate table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.cst-corporate table tr:hover {
    background-color: #ddd;
}

.cst-corporate table th {
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: #464646;
}


.cst-about-content ul {
    display: inline-block;
    margin: 0px;
    padding: 10px 0;
}

.cst-about-content ul li {
    list-style: inside;
    /* float: left; */
    width: 100%;
    /* font-size: 16px; */
    border-right: 0px;
    margin: 5px 0px 5px 15px;
    padding-left: 5px;
    padding-right: 15px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.cst-about-content ul li p,
.cst-about-content ul li div,
.cst-about-content ul li span {
    display: inline;
}


.project-form .custom-file-upload {
    font-weight: 500;
    text-align: left;
    text-transform: unset;
    margin-bottom: 0px;
    margin-top: 20px;
}

.cst-investor-corner h4.cst-investor-title {
    margin-top: 35px;
}

.cst-pdf-icon {
    font-weight: 300 !important;
    font-size: 25px;
    margin-right: 10px;
}

.cst-world-icon {
    font-size: 25px;
    margin-right: 10px;
}


.main {
    margin: 15px 0 0 0;
}

.main .faq .card {
    margin-bottom: 30px;
    border: 0;
}

.main .faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0px;
}

.main .faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #f5f5f5;
    color: #222;
    padding: 20px;
}

.main .faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.main .faq .card .card-header .btn-header-link.collapsed {
    background: #5f5f5f;
    color: #fff;
}

.main .faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.main .faq .card .collapsing {
    background: #f5f5f5;
    line-height: 30px;
}

.main .faq .card .collapse {
    border: 0;
}

.main .faq .card .collapse.show {
    background: #f5f5f5;
    line-height: 30px;
    color: #222;
}

.cst-social-responsibility .owl-carousel .owl-item .item a::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    border-radius: 0px;
    transition: .3s;
}

.cst-social-responsibility .owl-carousel .owl-item .item:hover a::before {
    background-color: rgba(0, 0, 0, 0.6);
}


.portfolio-details-block .owl-nav>div {
    color: #000000;
}

.portfolio-details-block .owl-nav>div:hover i {
    color: #757779;
}

.process-item {
    margin-bottom: 30px;
    margin-top: 0px;
    padding: 0;
}

.process-item .process-box {
    /* height: 240px; */
    position: relative;
    overflow: hidden;
}

.process-item .process-box .cst-full-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.process-item .process-box .cst-link-title {
    display: block;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    color: #fff;
}

.process-item .process-box .cst-link-title i {
    font-size: 13px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.process-item .process-box p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.process-item .process-box p::selection {
    color: #000000;
    background-color: #ffffff;
}

.page-item.active .page-link {
    background-color: #757779;
    border-color: #757779;
}

.page-item .page-link {
    color: #757779;
}

.page-item:last-child .page-link {
    color: #000000;
}

.page-item.disabled .page-link {
    opacity: .6;
}

.process-item:hover .cst-link-title {
    opacity: .4;
}

.process-item .process-box .process-title:after {
    background: #d1d1d1;
}

.process-item .process-box .process-title::selection {
    background-color: #ffffff;
    color: #000000;
}

.process-item .process-box {
    background-color: #757779;
}


.process-item .process-box .cst-link-title::selection {
    background-color: #ffffff;
    color: #000000;
}

.cst-contact-map-section {
    margin-top: 30px;

    margin-bottom: 50px;
}

.cst-contact-map-section .cst-top-row {
    padding-bottom: 40px;
    padding-top: 40px;
}

.cst-border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.cst-pdng-rl0 {
    padding-right: 0px;
    padding-left: 0px;
}


.cst-border-top {
    border-top: 1px solid #ebebeb;
}

.cst-contact-map-section .cst-bottom-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

.cst-pdng-top0 {
    padding-top: 0 !important;
}

.cst-contact-map-section .cst-contact-map-title {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.cst-contact-map-section .cst-contact-map-title::after {
    content: "";
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #757779;
    margin-bottom: 16px;
}


.cst-contact-map-section .map-left-content {
    height: 100%;
}

.cst-contact-map-section .map-left-content iframe {
    height: 100%;
}


.contact-form-area .contact-form .btn-contact:hover {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #757779;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.bsm-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #757779;
    -webkit-box-shadow: 0 1px 0 0 #757779;
    box-shadow: 0 1px 0 0 #757779;
}

.contact-form-area .contact-form input,
.contact-form-area .contact-form textarea {
    padding-left: 10px;
    padding-right: 10px;
}


.contact-details-content .contact-list a {
    color: #757779;
    font-weight: 500;
    text-decoration: none;
}

.contact-details-content .contact-list a:hover {
    opacity: .7;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}

.contact-form-area .cookies label {
    font-size: 14px;
}


.portfolio-details-block .owl-nav>div {
    font-size: 30px;
}


.cvbtn {
    width: 100%;
    height: 34px;
    float: right;
    background: #757779;
    border: 1px solid #757779;
    color: #fff !important;
    text-align: center;
    margin-bottom: 25px;
    line-height: 31px;
    cursor: pointer;
    transition: .3s;
}

.cvbtn:hover {
    background: #fff;
    color: #757779 !important;
}

.filealert {
    display: none;
    float: left;
    padding: 11px 30px;
    position: relative;
    font-size: 14px;
    font-weight: 400px;
    text-shadow: none;
    opacity: 1;
    width: 100%;
    text-align: left;
}

.filealert:hover {
    opacity: 1;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-bottom: 25px;
}

.cst-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 23px;
    opacity: 1;
}


.cookie_bant {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(117, 119, 121, 0.9);
    width: 100%;
    padding: 20px;
    position: fixed;
    z-index: 999;
    left: 0px;
    right: 0px;
    bottom: 0px;
}


.cookie_bant p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
    color: #000000;
}

.cookies_close,
.cookies_accept {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background: transparent;
    padding: 5px 8px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.cookies_close {
    padding: 5px 30px;
}

.cookies_close:hover,
.cookies_accept:hover {
    background-color: #000000;
    border-color: #000000;
}

.cookie_bant a {
    color: #ffffff;
    font-weight: 600;
}

.cookie_bant a:hover {
    text-decoration: underline;
    opacity: .7;
}


.modal-open .modal {
    z-index: 9999;
}

.toggle-switch {
    margin-top: 20px;
    position: relative;
}

.toggle-switch label {
    padding: 0;
    font-size: 20px;
    color: #000000;
}

input#cb-switch {
    display: none;
}

.toggle-switch label input+span {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -5px;
    width: 3rem;
    height: 1.5rem;
    background: #bdc1c8;
    border: 1px solid #eee;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    box-shadow: inset 0 0 5px #828282;
}

.toggle-switch label input+span small {
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: all 0.3s ease-in-out;
    top: 0.2rem;
    left: 0.2rem;
}

.toggle-switch label input:checked+span {
    background-color: #000000;
}

.toggle-switch label input:checked+span small {
    left: 1.7rem;
    transition: left .25s;
}

.toggle-switch span:after {
    content: "";
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
    left: 6rem;
    opacity: 0.5;
    color: #6b7381;
}

.toggle-switch label input:checked+span:after {
    opacity: 1;
}

.modal-dialog-scrollable .modal-body p a {
    text-decoration: underline;
    font-weight: 600;
    color: #000000;
}

.modal-dialog-scrollable .modal-body p a:hover {
    color: inherit;
    opacity: .7;
}


/*! SAYILARLA EGE PROFİL */
.sayilarla-egeprofil {
    width: 100%;
    min-height: 840px;
    padding: 40px 20px;
    background-size: cover;
    color: #fff;
    cursor: default;
    overflow-x: auto
}

@media (min-width:769px) {
    .sayilarla-egeprofil {
        padding: 5vw 6.5vw
    }
}

.sayilarla-egeprofil .title {
    font-size: 44px
}

.sayilarla-egeprofil .title small {
    font-size: 100%
}

.sayilarla-egeprofil .ss-content {
    padding: 40px 0;
    color: #fff;
    overflow-x: auto
}

.sayilarla-egeprofil .ss-content .ss-content-left {
    float: left !important;
    width: 510px
}

.sayilarla-egeprofil .ss-content .ss-content-right {
    float: right !important;
    width: calc(100% - 510px)
}

.sayilarla-egeprofil .ss-content .ss-content-right ul {
    margin-top: 60px !important
}

@media (max-width:1199px) {
    .sayilarla-egeprofil .ss-content {
        width: 100%;
        min-height: 0;
        padding-bottom: 0
    }

    .sayilarla-egeprofil .ss-content p {
        line-height: 1.4
    }

    .sayilarla-egeprofil .ss-content .media+.media {
        margin-top: 20px
    }

    .sayilarla-egeprofil .ss-content .ss-content-left,
    .sayilarla-egeprofil .ss-content .ss-content-right {
        float: none;
        width: 100%
    }

    .sayilarla-egeprofil .ss-content .ss-content-right ul {
        margin-top: 40px !important
    }

    .sayilarla-egeprofil .ss-content .media-vertical {
        width: 50%;
        margin-bottom: 20px;
        padding: 0 10px;
        height: 180px
    }

    .sayilarla-egeprofil .ss-content .media-vertical,
    .sayilarla-egeprofil .ss-content .media-vertical+.media {
        margin: 20px 0
    }

    .sayilarla-egeprofil .ss-content .media-vertical .media-body {
        line-height: 1.4
    }

    .sayilarla-egeprofil .ss-content .media-vertical .media-body p {
        font-size: 16px
    }

    .sayilarla-egeprofil .ss-content .media-vertical .media-body p strong {
        font-size: 1.7rem
    }
}

.sayilarla-egeprofil ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

.sayilarla-egeprofil .media-left {
    vertical-align: middle;
    padding-right: 20px
}

.sayilarla-egeprofil .media-left img {
    width: 48px
}

.sayilarla-egeprofil .media {
    margin-top: 0
}

.sayilarla-egeprofil .media+.media {
    margin-top: 35px
}

.sayilarla-egeprofil .media-vertical {
    width: 33.33333333%;
    float: left;
    padding: 0 30px;
    height: 215px;
    margin-top: 35px;
    margin-bottom: 90px
}

.sayilarla-egeprofil .media-vertical .media-body,
.sayilarla-egeprofil .media-vertical .media-left {
    display: block;
    width: 100%;
    text-align: center
}

.sayilarla-egeprofil .media-vertical .media-left {
    margin-bottom: 20px;
    padding: 0;
    height: 60px;
    line-height: 60px
}

.sayilarla-egeprofil .media-vertical .media-left img {
    display: inline-block
}

.sayilarla-egeprofil .media-vertical .media-body {
    line-height: 34px
}

.sayilarla-egeprofil .media-vertical .media-body p {
    font-size: 22px;
    line-height: inherit
}

.sayilarla-egeprofil .media-vertical .media-body strong {
    font-size: 31px;
    line-height: inherit
}

@media (max-width:768px) {
    .sayilarla-egeprofil .media-vertical {
        margin-bottom: 40px
    }
}

.sayilarla-egeprofil .title {
    margin: 0;
    line-height: 1;
    letter-spacing: -.15%;
    font-size: 23px;
    margin-bottom: 5px;
    color: #ffffff;
}

.sayilarla-egeprofil p {
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.sayilarla-egeprofil h3.title {
    font-weight: 600;
    font-size: 32px;
}

.sayilarla-egeprofil h4.title {
    margin-bottom: 10px;
    font-weight: 600;
}

.sayilarla-egeprofil h4.title {
    margin-bottom: 15px;
    font-weight: 600;
}

.sayilarla-egeprofil .cst-progress-title,
.sayilarla-egeprofil .progress-mark span.percent {
    color: #ffffff;
}

/* SAYILARLA EGE PROFİL */




@media (max-width: 767px) {
    .hexa-container {
        overflow: hidden;
    }

    .tp-parallax-wrap {
        margin-top: 50px;
        margin-left: -55px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .footer-menu {
        padding-left: 0px !important;
        margin-bottom: 20px !important;
    }

    .footer-bottom .footer-menu li {
        float: initial;
        width: 100%;
    }

    .footer-bottom .footer-menu li span {
        display: none;
    }

    .site-footer .footer-middle .widget {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }

    .widget-content br {
        display: none;
    }

    .hexa-grid {
        left: 0px !important;
        margin-top: 100px;
    }

    .hexagonal-img-container:before,
    .hexagonal-img-container:after {
        display: none;
    }

    .hexagonal-img-container,
    .hexagonal-img-container:before,
    .hexagonal-img-container:after {
        height: 200px;
        width: 104px;
        background: initial;
        border: none;
    }

    .hexagonal:hover .hexagonal-img-container {
        border: none;
        background-color: initial !important;
    }

    .hexagonal-img-hex2 {
        height: 213px;
        width: 180px;
    }

    .cst-bnr-slider.slider-block {
        display: inline-block;
        height: 100%;
    }

    .cst-bnr-slider.slider-block .tp-bgimg.defaultimg {
        height: 100%!important;
        width: 100%!important;
        background-size: contain!important;
        background-position: top center!important;
    }


    .cst-home-brand.pd-tb-90 {
        padding-top: 0px;
        margin-top: -120px;
    }



}




.sidebar-user-material-menu>a>.caret {
    -webkit-transition: -webkit-transform ease-in-out .15s;
    -o-transition: -webkit-transform ease-in-out .15s;
    transition: -webkit-transform ease-in-out .15s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

.sidebar {
    color: #fff;
    position: relative;
    width: 100%;
    display: block
}

.sidebar .sidebar-content {
    background-color: #263238;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

@media (min-width:769px) {
    .sidebar {
        display: block;
        vertical-align: top;
        width: 100%;
        padding-right: 20px
    }
}

.sidebar-main {
    z-index: 99
}

.sidebar-secondary {
    z-index: 98
}

.sidebar-opposite {
    display: none;
    z-index: 97
}

@media (min-width:769px) {
    .sidebar-opposite-visible .sidebar-opposite {
        display: table-cell;
        padding-right: 0;
        padding-left: 20px
    }
}

.sidebar-default {
    color: #000000;
}

.sidebar-user-material-content>h6,
.sidebar-user-material-content>span,
.sidebar-user-material-menu>a {
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.sidebar-default .sidebar-content {
    background-color: #fff
}

.sidebar-content {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px
}

.sidebar-all-hidden .sidebar-main,
.sidebar-all-hidden .sidebar-secondary,
.sidebar-main-hidden .sidebar-main,
.sidebar-secondary-hidden .sidebar-secondary {
    display: none
}

@media (max-width:768px) {

    .sidebar-mobile-main .sidebar-main,
    .sidebar-mobile-opposite .sidebar-opposite,
    .sidebar-mobile-secondary .sidebar-secondary {
        display: block
    }
}

.category-title {
    position: relative;
    margin: 0;
    padding: 12px 46px 12px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.category-title>span {
    display: block
}

.category-title:not(.h5):not(.h6)>span {
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.82
}

.category-title.h5,
.category-title.h6 {
    padding: 20px;
    border-bottom: 0
}

.category-title .icons-list,
.category-title>i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px
}

.category-content,
.navigation,
.navigation li {
    position: relative
}

.category-title+.sidebar-user {
    padding-top: 5px;
    padding-bottom: 5px
}

.sidebar-default .category-title {
    border-bottom-color: #ddd
}

.category-content {
    padding: 20px
}

.sidebar-user-material .category-content {
    background: url(../images/backgrounds/user_bg4.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.sidebar-user-material .navigation-wrapper {
    background-color: rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.sidebar-default .sidebar-user-material .navigation-wrapper {
    background-color: rgba(0, 0, 0, .01);
    border-bottom-color: #ddd
}

.sidebar-user-material .navigation {
    padding: 8px 0
}

.sidebar-user-material:first-child .category-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.sidebar-user-material-menu {
    margin: 20px -20px -20px
}

.sidebar-user-material-menu>a {
    padding: 10px 20px;
    display: block;
    background-color: rgba(0, 0, 0, .1)
}

.sidebar-user-material-menu>a:focus,
.sidebar-user-material-menu>a:hover,
.sidebar-user-material-menu>a[aria-expanded=true] {
    background-color: rgba(0, 0, 0, .15)
}

.sidebar-user-material-menu>a>i {
    float: right;
    margin-top: 2px
}

.sidebar-user-material-menu>a[aria-expanded=true]>.caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sidebar-user-material-content {
    text-align: center
}

.sidebar-user-material-content>a {
    display: inline-block;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.navigation .hidden-ul,
.sidebar-xs .sidebar-user-material-content,
.sidebar-xs .sidebar-user-material-menu>a>span {
    display: none
}

.sidebar-user-material-content>a>img {
    height: 80px
}

.sidebar-user-material-content>h6 {
    margin-bottom: 0
}

.sidebar-xs .sidebar-user-material>.category-content {
    padding: 0
}

.sidebar-xs .sidebar-user-material-menu {
    margin: 0
}

.sidebar-xs .sidebar-user-material-menu>a {
    text-align: center;
    padding: 20px;
    line-height: 1
}

.sidebar-xs .sidebar-user-material-menu>a>i {
    float: none;
    margin-top: 0
}

.navigation {
    margin: 0;
    padding: 10px 0;
    list-style: none
}

.sidebar-category>.h5+.category-content>.navigation,
.sidebar-category>.h6+.category-content>.navigation {
    padding-top: 0
}

.navigation li+li {
    /* margin-top: 1px; */
    margin-top: 10px;
}

.navigation li+.navigation-header {
    margin-top: 10px
}

.navigation li a {
    color: rgba(255, 255, 255, .75);
    display: block;
    -webkit-transition: background .15s linear, color .15s linear;
    -o-transition: background .15s linear, color .15s linear;
    transition: background .15s linear, color .15s linear
}

.navigation li a:focus,
.navigation li a:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.navigation li a>i {
    float: left;
    top: 0;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 10px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.navigation li a>i.pull-right {
    margin-right: 0;
    margin-left: 15px
}

.navigation li.disabled>a,
.navigation li.disabled>a:focus,
.navigation li.disabled>a:hover {
    color: inherit;
    background-color: transparent;
    cursor: not-allowed;
    opacity: .3;
    filter: alpha(opacity=30)
}

.navigation li>.has-ul {
    position: relative;
    padding-right: 40px;
    /* padding-right: 36px; */
}

.navigation li>.has-ul:after {
    content: "\f078";
    font-family: 'FONTAWESOME';
    font-size: 16px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 20px;
    line-height: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -o-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out
}

.navigation li.active>.has-ul:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navigation li.navigation-divider {
    margin: 10px 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .1)
}

.sidebar-default .navigation li.navigation-divider {
    background-color: #eee
}

.navigation>li>a {
    /* padding: 12px 20px; */
    padding: 12px 12px;
    min-height: 44px;
    font-weight: 500
}

.navigation>li.active>a,
.navigation>li.active>a:focus,
.navigation>li.active>a:hover {
    background-color: #26A69A;
    color: #fff
}

.navigation>li.active>a>[class*=text-] {
    color: #fff
}

.navigation>li.active>a .badge,
.navigation>li.active>a .label {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    -webkit-transition: background-color ease-in-out .2s;
    -o-transition: background-color ease-in-out .2s;
    transition: background-color ease-in-out .2s
}

.navigation>li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .05)
}

.navigation>li ul li a {
    padding: 5px 10px 0px 20px;
    min-height: 35px;
    transition: all .3s ease;
    font-size: 14px;
}

.navigation>li ul li a:hover {
    padding-left: 25px;
}


.navigation>li ul .navigation-header {
    padding-left: 51px
}

.navigation>li>ul>li>ul>.navigation-header,
.navigation>li>ul>li>ul>li>a {
    padding-left: 71px
}

.navigation>li>ul>li>ul>li>ul .navigation-header,
.navigation>li>ul>li>ul>li>ul>li>a {
    padding-left: 91px
}

.navigation>li>ul li:first-child {
    padding-top: 10px
}

.navigation>li>ul li:last-child {
    padding-bottom: 10px
}

.navigation>li>ul li.active>a,
.navigation>li>ul li.active>a:focus,
.navigation>li>ul li.active>a:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.navigation .navigation-header {
    min-height: 30px;
    padding: 10px 20px;
    border-bottom: 0;
    font-size: 14px;
    line-height: 1.82
}

.navigation .navigation-header>span {
    display: block;
    font-weight: 700;
    margin-top: 0px;
    font-size: 24px;
    color: #fff;
}


.navigation .navigation-header>i.pull-right {
    margin-top: 2px
}

.navigation-bordered li+.navigation-header,
.navigation-bordered>li+li {
    margin-top: 0
}

.navigation .navigation-header,
.navigation .navigation-header a {
    color: rgba(255, 255, 255, .5);
    font-weight: 400
}

.navigation .navigation-header a:focus,
.navigation .navigation-header a:hover {
    color: #fff
}

.navigation .navigation-header a i {
    float: none;
    margin: 0
}

.sidebar-default .navigation .navigation-header,
.sidebar-default .navigation .navigation-header a {
    color: #757779;
    background: #000;
}

.sidebar-default .navigation .navigation-header a:focus,
.sidebar-default .navigation .navigation-header a:hover {
    color: #000000;
}

.navigation.nav>.active>.hidden-ul {
    display: block
}

@media (max-width:768px) {
    .navigation.nav>li>.hidden-ul {
        display: block
    }
}

.navigation .badge,
.navigation .label {
    float: right
}

.sidebar-default .navigation li>a {
    color: #000000;
}

.sidebar-default .navigation li>a:focus,
.sidebar-default .navigation li>a:hover {
    background-color: #f8f8f8;
}

.sidebar-default .navigation li.active>a,
.sidebar-default .navigation li.active>a:focus,
.sidebar-default .navigation li.active>a:hover {
    background-color: #f5f5f5;
    color: #000000;
}

.sidebar-default .navigation li.disabled>a,
.sidebar-default .navigation li.disabled>a:focus,
.sidebar-default .navigation li.disabled>a:hover,
.sidebar-default .navigation>li ul {
    background-color: transparent
}

.sidebar-default .navigation li.active>a>[class*=text-] {
    color: #000000;
}

.sidebar-default .navigation li .label-transparent {
    color: #000000;
}

.sidebar-default .navigation>li.active>a,
.sidebar-default .navigation>li.active>a:focus,
.sidebar-default .navigation>li.active>a:hover {
    background-color: #a0a0a0;
    color: #fff;
}

.sidebar-default .navigation>li.active>a .label-transparent {
    color: #000000;
}

.navigation-icons-right>li>a,
.navigation-icons-right>li>a.has-ul {
    padding-right: 20px
}

.navigation-icons-right>li>a>i {
    float: right;
    margin-right: 0;
    margin-left: 15px
}

.navigation-icons-right>li.active>.has-ul:after,
.navigation-icons-right>li>a.has-ul:after {
    content: none
}

.navigation-bordered>li {
    border-top: 1px solid rgba(255, 255, 255, .05)
}

.navigation-bordered>li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.navigation-bordered>li.navigation-header {
    background-color: rgba(0, 0, 0, .1)
}

.navigation-bordered>li ul {
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar-default .navigation-bordered>li {
    border-top: 1px solid #eee
}

.sidebar-default .navigation-bordered>li.navigation-header {
    background-color: #fafafa
}

.navigation-lg>li>a,
.navigation-lg>li>a>span {
    padding-top: 14px;
    padding-bottom: 14px;
    min-height: 48px
}

.navigation-lg>li ul li a,
.navigation-sm>li>a,
.navigation-sm>li>a>span {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 40px
}

.navigation-sm>li ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px
}

.navigation-xs>li>a,
.navigation-xs>li>a>span {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 36px
}

.navigation-xs>li ul li a {
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 32px
}


.navigation>li>ul>li>ul>li.cst-sub-ul-li>a {
    padding: 5px 10px 0px 30px;
}

@media (min-width:769px) {
    .sidebar-fixed.affix {
        position: fixed;
        width: 260px;
        top: 20px;
        bottom: 20px;
        -webkit-transition: bottom ease-in-out .15s;
        -o-transition: bottom ease-in-out .15s;
        transition: bottom ease-in-out .15s
    }

    .sidebar-fixed.affix .sidebar-content {
        max-height: 100%;
        overflow-y: auto
    }

    .sidebar-fixed.affix.fixed-sidebar-space {
        bottom: 60px
    }

    .navbar-bottom .sidebar-fixed.affix.fixed-sidebar-space {
        bottom: 90px
    }

    .navbar-bottom-lg .sidebar-fixed.affix.fixed-sidebar-space {
        bottom: 94px
    }

    .navbar-bottom-sm .sidebar-fixed.affix.fixed-sidebar-space {
        bottom: 88px
    }

    .navbar-bottom-xs .sidebar-fixed.affix.fixed-sidebar-space {
        bottom: 86px
    }

    .navbar-fixed .sidebar-fixed.affix {
        top: 90px
    }

    .navbar-fixed-lg .sidebar-fixed.affix {
        top: 94px
    }

    .navbar-fixed-sm .sidebar-fixed.affix {
        top: 88px
    }

    .navbar-fixed-xs .sidebar-fixed.affix {
        top: 86px
    }

    .sidebar-xs .sidebar-fixed.affix {
        width: 56px
    }

    .sidebar-separate .sidebar-content {
        background-color: transparent
    }

    .sidebar-separate .sidebar-category {
        background-color: #263238;
        border-radius: 3px;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }

    .sidebar-separate.sidebar-default .sidebar-content {
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .sidebar-separate.sidebar-default .sidebar-category {
        background-color: #fff
    }
}

.sidebar-fixed-expanded .sidebar-main {
    position: absolute;
    display: block;
    z-index: 1001
}

.sidebar-xs .sidebar-fixed-expanded .sidebar-main {
    width: 280px
}

.sidebar-fixed-expanded .content-wrapper {
    padding-left: 76px
}

@media (min-width:769px) {
    .sidebar-xs .sidebar-main {
        width: 76px
    }

    .sidebar-xs .sidebar-main .sidebar-category {
        display: none
    }

    .sidebar-xs .sidebar-main .sidebar-category-visible {
        display: block
    }

    .sidebar-xs .sidebar-main .category-title {
        padding: 0
    }

    .sidebar-xs .sidebar-main .category-title>i {
        padding: 13px 0;
        float: none;
        display: block;
        top: 0
    }

    .sidebar-xs .sidebar-main .category-title>span {
        display: none
    }

    .sidebar-xs .sidebar-main .category-title .icons-list {
        position: static;
        text-align: center;
        margin-top: 0;
        padding-top: 14px;
        padding-bottom: 14px
    }

    .sidebar-xs .sidebar-main .category-title .icons-list>li {
        display: block;
        margin-left: 0
    }

    .sidebar-xs .sidebar-main .category-title .icons-list>li+li {
        margin-top: 10px
    }

    .sidebar-xs .sidebar-main .category-title.h6 .icons-list {
        padding-top: 23.54px;
        padding-bottom: 23.54px
    }

    .sidebar-xs .sidebar-main .category-title.h5 .icons-list {
        padding-top: 25.08px;
        padding-bottom: 25.08px
    }

    .sidebar-xs .sidebar-main .navigation>li>a {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .sidebar-xs .sidebar-main .navigation>li>a>span {
        display: none;
        position: absolute;
        top: 0;
        right: -260px;
        background-color: #26A69A;
        padding: 12px 20px;
        width: 260px;
        text-align: left;
        color: #fff;
        cursor: pointer;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }

    .sidebar-xs .sidebar-main .navigation>li>a>span .badge,
    .sidebar-xs .sidebar-main .navigation>li>a>span .label {
        background-color: transparent;
        border-color: transparent;
        color: #fff;
        padding-left: 0;
        padding-right: 0
    }

    .sidebar-xs .sidebar-main .navigation>li>a>i {
        margin: 2px 0;
        display: block;
        float: none
    }

    .sidebar-xs .sidebar-main .navigation>li>a.legitRipple {
        overflow: visible
    }

    .sidebar-xs .sidebar-main .navigation>li.active>.has-ul:after,
    .sidebar-xs .sidebar-main .navigation>li>.has-ul:after {
        content: none
    }

    .sidebar-xs .sidebar-main .navigation>li .has-ul>span {
        border-radius: 0 3px 0 0;
        cursor: default
    }

    .sidebar-xs .sidebar-main .navigation>li.active>ul,
    .sidebar-xs .sidebar-main .navigation>li.disabled:hover>a>span,
    .sidebar-xs .sidebar-main .navigation>li.disabled:hover>ul {
        display: none !important
    }

    .sidebar-xs .sidebar-main .navigation>li:hover>ul {
        display: block !important
    }

    .sidebar-xs .sidebar-main .navigation>li:hover>a>span {
        display: block
    }

    .sidebar-xs .sidebar-main .navigation>li:hover:not(.active)>a {
        background-color: rgba(0, 0, 0, .1);
        color: #fff
    }

    .sidebar-xs .sidebar-main .navigation>li>ul {
        position: absolute;
        right: -260px;
        top: 44px;
        width: 260px;
        display: none;
        background-color: #263238;
        border-radius: 0 0 3px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
    }

    .sidebar-xs .sidebar-main .navigation>li>ul>li>a {
        padding-left: 20px;
        padding-right: 20px
    }

    .sidebar-xs .sidebar-main .navigation>li>ul>li>ul>li>a {
        padding-left: 30px
    }

    .sidebar-xs .sidebar-main .navigation>li>ul>li>ul>li>ul>li>a {
        padding-left: 60px
    }

    .sidebar-xs .sidebar-main .navigation>.navigation-header {
        padding: 0;
        text-align: center
    }

    .sidebar-xs .sidebar-main .navigation>.navigation-header>i {
        display: block;
        top: 0;
        padding: 13px 0
    }

    .sidebar-xs .sidebar-main .navigation>.navigation-header>span {
        display: none
    }

    .sidebar-xs .sidebar-main .sidebar-user {
        padding-left: 0;
        padding-right: 0
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left,
    .sidebar-xs .sidebar-main .sidebar-user .media-right {
        padding: 0;
        text-align: center;
        display: block
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left>img,
    .sidebar-xs .sidebar-main .sidebar-user .media-right>img {
        max-width: 100%;
        height: auto !important
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left>.img-sm,
    .sidebar-xs .sidebar-main .sidebar-user .media-right>.img-sm {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-left>.img-xs,
    .sidebar-xs .sidebar-main .sidebar-user .media-right>.img-xs {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .sidebar-xs .sidebar-main .sidebar-user .media-body,
    .sidebar-xs .sidebar-main .sidebar-user .media-right {
        display: none
    }

    .sidebar-xs .sidebar-main .navigation-lg>li>ul {
        top: 48px
    }

    .sidebar-xs .sidebar-main .navigation-sm>li>ul {
        top: 40px
    }

    .sidebar-xs .sidebar-main .navigation-xs>li>ul {
        top: 36px
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation>li>a>span {
        background-color: #f5f5f5;
        color: #000000;
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation>li>a>span .badge,
    .sidebar-xs .sidebar-main.sidebar-default .navigation>li>a>span .label {
        color: #000000;
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation>li>ul {
        background-color: #fff;
        border-top: 0
    }

    .sidebar-xs .sidebar-main.sidebar-default .navigation>li:hover:not(.active)>a {
        background-color: #f5f5f5;
        color: #000000;
    }
}

.sidebar .row {
    margin-left: -5px;
    margin-right: -5px
}

.sidebar .row [class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.process-item {
    background: #eee;
}

.process-item:nth-child(2n) {
    background: #fff;
    border: 1px solid #eee;
}

.process-item .process-box {
    background: none;
    border: 1px solid #a5a5a5;
    padding: 20px 20px;
}

.process-item .process-box .process-title {
    color: #292929;
    font-size: 17px;
    font-weight: 600;
}

.process-item .process-box p {
    color: #292929;
    margin-bottom: 15px;
}

.process-item .process-box .cst-link-title {
    color: #292929;
    font-size: 15px;
    padding-bottom: 0px;
    position: relative;
}

.process-item .process-box .cst-link-title:hover {
    color: #000;
    text-decoration: underline;
}

.process-item .process-box .cst-full-link:hover {
    color: #000;
    text-decoration: underline;
}


@media (max-width:768px) {
    .sidebar .sp-container {
        display: block;
        width: 220px;
        margin-left: auto;
        margin-right: auto
    }
}

.sidebar .sp-flat .sp-picker-container {
    display: block;
    width: 218px
}

.sidebar .panel-group .panel {
    border-radius: 0;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sidebar .panel-group .panel:first-child {
    border-top: 1px solid #ddd
}

.sidebar .panel-group .panel+.panel {
    margin-top: 0
}

.sidebar .media-list-bordered>li {
    border-top: 0;
    border-bottom: 1px solid #eee
}

.sidebar:not(.sidebar-default) .media .media-annotation,
.sidebar:not(.sidebar-default) .media .text-muted {
    color: rgba(255, 255, 255, .8)
}

.sidebar:not(.sidebar-default) .media .media-body>a,
.sidebar:not(.sidebar-default) .media .media-left>a,
.sidebar:not(.sidebar-default) .media .media-right>a {
    color: #fff
}

.sidebar:not(.sidebar-default) .media .media-link:focus,
.sidebar:not(.sidebar-default) .media .media-link:hover {
    background-color: rgba(0, 0, 0, .1)
}

.sidebar:not(.sidebar-default) .media .media-badge {
    border-color: #263238
}

.sidebar:not(.sidebar-default) .media-list-bordered>li {
    border-color: rgba(255, 255, 255, .1)
}

.sidebar .thumbnail {
    margin-bottom: 10px
}

.sidebar .form-group:last-child,
.sidebar .sidebar-category .checkbox:last-child,
.sidebar .sidebar-category .radio:last-child,
.sidebar .thumbnail:last-child {
    margin-bottom: 0
}

.sidebar .thumbnail .zoom-image i {
    font-size: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.sidebar .sidebar-category .checkbox,
.sidebar .sidebar-category .radio {
    margin-top: 0
}

.sidebar .nav-tabs {
    border-width: 0 0 1px
}

@media (min-width:769px) {
    .sidebar .nav-tabs {
        border-width: 1px
    }

    .sidebar .nav-tabs>li>a {
        border-bottom-color: rgba(255, 255, 255, .1);
        background-color: rgba(0, 0, 0, .2);
        color: rgba(255, 255, 255, .6);
        border-top: 0;
        border-radius: 0
    }

    .sidebar .nav-tabs>li>a:focus,
    .sidebar .nav-tabs>li>a:hover {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, .1)
    }

    .sidebar .nav-tabs>.active>a,
    .sidebar .nav-tabs>.active>a:focus,
    .sidebar .nav-tabs>.active>a:hover {
        border-top: 0;
        border-bottom: 0;
        background-color: transparent;
        border-color: rgba(255, 255, 255, .1);
        color: #fff
    }

    .sidebar .nav-tabs>.active:first-child>a {
        border-left-color: transparent !important
    }

    .sidebar .nav-tabs>.active:last-child>a {
        border-right-color: transparent !important
    }

    .sidebar .nav-tabs>.open>a {
        color: #fff
    }

    .sidebar .nav-tabs>.open:not(.active)>a {
        background-color: rgba(0, 0, 0, .2)
    }
}

@media (max-width:768px) {
    .sidebar .nav-tabs {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .sidebar-default .nav-tabs {
        border-bottom-color: #ddd
    }
}

.header-demo .page-header,
body>.ui-pnotify {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.sidebar .tab-pane>.category-title:first-child {
    padding-top: 0
}

.sidebar .tab-pane>.category-title:first-child .icons-list {
    top: 0;
    margin-top: 4px
}

.page-container {
    position: relative;
    padding: 20px 20px 60px
}

.navbar-bottom .page-container,
.navbar-bottom-lg .page-container,
.navbar-bottom-sm .page-container,
.navbar-bottom-xs .page-container {
    padding-bottom: 20px
}

.cst-bottom-bar {
    display: none;
}

input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.bsm-textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cst-lang {
    text-transform: uppercase;
}



@media (min-width:769px) {

    .sidebar-default .nav-tabs>.open>a,
    .sidebar-default .nav-tabs>li>a:focus,
    .sidebar-default .nav-tabs>li>a:hover {
        border-bottom-color: #ddd;
        color: #000000;
    }

    .sidebar-default .nav-tabs>li>a {
        background-color: #fafafa;
        border-bottom-color: #ddd;
        color: #999
    }

    .sidebar-default .nav-tabs>li:first-child>a {
        border-top-left-radius: 3px
    }

    .sidebar-default .nav-tabs>li:last-child>a {
        border-top-right-radius: 3px
    }

    .sidebar-default .nav-tabs>.active>a,
    .sidebar-default .nav-tabs>.active>a:focus,
    .sidebar-default .nav-tabs>.active>a:hover {
        border-color: #ddd;
        color: #000000;
    }

    .sidebar-default .nav-tabs>.open:not(.active)>a {
        background-color: #fafafa
    }

    .sidebar-default .nav-justified>li:first-child .dropdown-menu:not(.dropdown-menu-right) {
        left: -1px
    }

    .sidebar-default .nav-justified>li:last-child .dropdown-menu-right {
        right: -1px
    }

    .page-container {
        width: 100%;
        display: table;
        table-layout: fixed
    }

    @-moz-document url-prefix() {
        .page-container {
            height: 1px
        }
    }

    .navbar,
    .page-container,
    .page-header-content {
        padding-left: 65px;
        padding-right: 65px
    }

    .page-content {
        display: table-row
    }
}


@media (max-width:767px) {
    .hexa-container .section-subtitle {
        text-align: center;
    }
    .history-section { padding-bottom: 30px; }
    .history-section h2 {
        margin-bottom: 0px!important; padding-bottom: 0px!important;
    }
    .footer-top-menu li {
        width: 45%;
        padding: 5px;
    }

    .cst-left-bar {
        /*display: none;*/
    }

    .cst-bottom-bar {
        display: block;
        margin-top: 0px;
    }

    .cst-corporate .col-md-8 h2 {
        font-size: 18px;
        text-align: center;
    }

    .cst-corporate .col-md-12 h2 {
        font-size: 18px;
        text-align: center;
    }

    .btn.cst-previous {
        text-align: center;
    }

    .btn.cst-next {
        text-align: center;
    }

    .owl-dots .owl-dot.active {
        border-color: #000000;
    }

    .cst-pdng-rl0 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cst-contact-map-section .map-left-content {
        height: 250px;
    }

    .cst-contact-map-section .cst-top-row {
        padding-top: 0px;
    }

    .pagination {
        justify-content: center;
    }

    .cookies {
        text-align: center;
    }

    .contact-form-area .contact-form .btn-contact {
        margin: 15px auto 0px auto;
    }

    .sidebar.sidebar-main.sidebar-default {
        margin-top: -70px;
    }
    #site-header.is-sticky .header-right .right-menu li a{ padding: 15px 15px; }
    header.transparent{ background-color: #000!important; }
    #site-header.is-sticky { background-color: #000!important; }
    .header-right .right-menu li a{ padding: 15px; }
    .cst-bnr-slider.slider-block{ margin-top: 69px; }
    .custom_ref .section-title { font-size: 28px; }
}


@media (max-width:575px) {
    .circle_box {
        width: 210px;
        height: 170px;
    }

    .circle_box.top {
        left: 50px;
    }

    .circle_box.bottom {
        top: -40px;
        left: 50px;
    }
}


@media (max-width:480px) {
    .cst-flex-center-mobil-circle_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .circle_box {
        margin-bottom: 20px;
    }

    .circle_box.top {
        top: unset;
        left: unset;
    }

    .circle_box.right {
        margin-left: unset;
    }

    .circle_box.bottom {
        top: unset;
        left: unset;
    }


    .footer-top-menu li {
        width: 100%;
    }

    .cst-corporate table td,
    .cst-corporate table th {
        padding: 1px;
        font-size: 10px;
    }

    .cst-corporate table td p,
    .cst-corporate table th p {
        font-size: 10px;
    }

    .cst-about-content ul {
        width: 100%;
    }

    .portfolio-thumb img {
        padding: 10px !important;
    }

}