/***

====================================================================
			Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 100px 0 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.page-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .50;
    position: absolute;
}

.page-title .inner-container {
    position: relative;
    background: url(../images/bg-submenu.png);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 30px;
}

.page-title .box-title {
    margin: auto;
    max-width: 1200px;
    padding: 0 0 30px 15px;
}

.page-title h1 {
    position: relative;
    float: left;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    text-shadow: 0 5px 10px #222222;
}

.page-title .bread-crumb {
    position: relative;
    float: left;
    padding: 16px 16px 16px 16px;
}

.page-title .bread-crumb li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #ff9f14;
    font-weight: 400;
    text-transform: uppercase;
    cursor: default;
    padding-right: 10px;
    margin-right: 10px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -3px;
    font-size: 16px;
    line-height: 20px;
    color: #ff9f14;
    content: "/";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #ff9f14;
}

.page-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: url(../images/bg_body.png);
}

.section-bottom {
    padding: 0 0 85px 0;
}

/***

====================================================================
			Shop Details
====================================================================

***/

.shop-single {
    position: relative;
    padding: 130px 0 130px;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 65px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .info-column {
    position: relative;
}

.product-details .info-column .inner-column {
    position: relative;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 35px;
    margin-top: 15px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 600;
    color: #36404b;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.product-details .basic-details .details-header h4 a {
    color: #36404b;
}

.product-details .basic-details .item-price {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #36404b;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.product-details .basic-details .item-price del {
    color: #888888;
}

.product-details .basic-details .rating {
    display: inline-block;
    font-size: 16px;
    color: #ff9f14;
    margin-right: 15px;
}

.product-details .basic-details .rating .fa {
    display: inline-block;
}

.product-details .basic-details .text {
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 35px;
}

.product-details .basic-details .theme-btn {
    padding: 17px 45px;
    font-weight: 500;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    margin-right: 22px;
    max-width: 150px;
    border: 1px solid #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 28px;
    width: 100px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
    border: none;
    border-right: 1px solid #777777;
    text-align: center;
    font-size: 20px;
    color: #666666;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    background: none;
    border: 0;
    margin-right: 10px;
    color: #777777;
    text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 0;
    width: 100%;
}

.tabcontent {
    width: 100%;
    margin-bottom: 20px
}

.tabcontent img {
    width: 100%;
}

.tabcontent .image-box {
    width: 60%;
    float: left
}

.tabcontent .image-box img {
    width: 100%;
    border-radius: 13px;
    object-fit: cover;
}
.image-small-single{
    height: 92px;
    object-fit: cover;
}
.tabcontent .content-box {
    width: 40%;
    float: left;
    padding-left: 40px;
    max-height: 500px;
    overflow-y: auto;
}

.box-container-second .image-box {
    width: 100%;
}

.fixedbar {
    position: absolute;
    margin-top: 10px;
    width: 200px;
    background: #fff;
    z-index: 1;
    margin-left: -210px;
    padding: 10px;
    border-radius: 5px;
    display: none
}

/***

====================================================================
			Shop Details
====================================================================

***/

.shop-single {
    position: relative;
    padding: 130px 0 130px;
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 65px;
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px;
}

.product-details .info-column {
    position: relative;
}

.product-details .info-column .inner-column {
    position: relative;
}

.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 35px;
    margin-top: 15px;
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 600;
    color: #36404b;
    line-height: 1.2em;
    margin-bottom: 15px;
}

.product-details .basic-details .details-header h4 a {
    color: #36404b;
}

.product-details .basic-details .item-price {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #36404b;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.product-details .basic-details .item-price del {
    color: #888888;
}

.product-details .basic-details .rating {
    display: inline-block;
    font-size: 16px;
    color: #ff9f14;
    margin-right: 15px;
}

.product-details .basic-details .rating .fa {
    display: inline-block;
}

.product-details .basic-details .text {
    font-size: 14px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 35px;
}

.product-details .basic-details .theme-btn {
    padding: 17px 45px;
    font-weight: 500;
}

.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    margin-right: 22px;
    max-width: 150px;
    border: 1px solid #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
    line-height: 28px;
    width: 100px;
    padding: 10px 15px !important;
    height: 50px !important;
    box-shadow: none !important;
    border: none;
    border-right: 1px solid #777777;
    text-align: center;
    font-size: 20px;
    color: #666666;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical>.btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical>.btn {
    background: none;
    border: 0;
    margin-right: 10px;
    color: #777777;
    text-align: center;
}

.bootstrap-touchspin .input-group-btn-vertical {
    width: 50px;
    text-align: center;
    border: none;
    border-left: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 0;
    width: 100%;
}

.tabcontent {
    width: 100%;
    margin-bottom: 20px
}

.tabcontent img {
    width: 100%;
}

.tabcontent .image-box {
    width: 60%;
    float: left
}

.tabcontent .image-box img {
    width: 100%;
    border-radius: 13px;


}

.tabcontent .content-box {
    width: 40%;
    float: left;
    padding-left: 40px;
    max-height: 500px;
    overflow-y: auto;
}

.box-container-second .image-box {
    width: 100%;
}

.fixedbar {
    position: absolute;
    margin-top: 10px;
    width: 200px;
    background: #fff;
    z-index: 1;
    margin-left: -210px;
    padding: 10px;
    border-radius: 5px;
    display: none
}

.product .slider-single {
    margin-bottom: 5px;
    height: 395px;
}
.product .slider-single .image-single{
    height: 395px;
}

.project .slider-single {
    margin-bottom: 5px;
    height: 650px;
}
.project .slider-single .image-single{
    height: 650px;
}
.slide-image-small {
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.vi-header {
    border-bottom: solid 2px #337ab7;
}

.vi-left-title-1 {
    width: auto;
    background: #337ab7;
    color: #fff;
    padding: 3px 10px;
    font-size: 21px;
    position: relative;
    margin: 0;
}

.content-box>h3 {
    font-size: 28px;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/
.product-info-tabs {
    position: relative;
    margin-bottom: 50px;
}

.product-info-tabs .prod-tabs {
    position: relative;
}

.product-info-tabs .prod-tabs .tab-btns {
    position: relative;
    z-index: 1;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    padding: 19px 30px;
    text-transform: uppercase;
    border: 1px solid #dddddd;
    margin-bottom: -1px;
    cursor: pointer;
}

.product-info-tabs .prod-tabs .tab-btns .tab-btn.active-btn {
    background: #eeeeee;
}

.product-info-tabs .prod-tabs .tabs-container {
    position: relative;
}

.product-info-tabs .prod-tabs .tabs-container .tab {
    position: relative;
    padding: 50px 30px 30px;
    display: none;
    border: 1px solid #dddddd;
}

.product-info-tabs .prod-tabs .tabs-container .tab.active-tab {
    display: block;
}

.product-info-tabs .prod-tabs .tabs-container .tab p,
.product-info-tabs .prod-tabs .tabs-container .tab h2,
.product-info-tabs .prod-tabs .tabs-container .tab h3,
.product-info-tabs .prod-tabs .tabs-container .tab h4,
.product-info-tabs .prod-tabs .tabs-container .tab h5,
.product-info-tabs .prod-tabs .tabs-container .tab h6 {
    margin-bottom: 15px;
}

.product-info-tabs .prod-tabs .tabs-container .tab h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: #36404b;
    margin-bottom: 15px;
}

.product-info-tabs .prod-tabs .tabs-container .tab h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 15px;
}

.product-info-tabs .prod-tabs #prod-description {
    position: relative;
    padding: 30px 30px;
    margin-bottom: 110px;
}

.product-info-tabs .prod-tabs #prod-description p {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #777777;
}

.product-info-tabs .prod-tabs .reviews-container {
    position: relative;
}

.product-info-tabs .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 20px;
    min-height: 110px;
}

.product-info-tabs .prod-tabs .reviews-container .review-box.reply {
    margin-left: 100px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background: #ffffff;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 70px;
    height: 70px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-content {
    position: relative;
    padding: 20px;
    padding-left: 120px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.product-info-tabs .prod-tabs .reviews-container .rating {
    color: #ff9f14;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 8px;
}

.product-info-tabs .prod-tabs .reviews-container .rating .fa {
    display: inline-block;
}

.product-info-tabs .prod-tabs .reviews-container .rev-info {
    margin-top: -5px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 500;
    margin-bottom: 8px;
}

.product-info-tabs .prod-tabs .reviews-container .rev-info span {
    display: inline-block;
    color: #222222;
    font-size: 16px;
    margin-right: 25px;
    font-weight: 500;
}

.product-info-tabs .prod-tabs .reviews-container .rev-text {
    position: relative;
}

.product-info-tabs .prod-tabs .reviews-container .rev-text p {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin: 0;
}

.product-info-tabs .prod-tabs .add-review {
    position: relative;
    margin: 30px 0px 0px;
    font-size: 14px;
}

.product-info-tabs .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555555;
}

.product-info-tabs .prod-tabs .add-review .rating .rate-box:hover,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:focus,
.product-info-tabs .prod-tabs .add-review .rating .rate-box:active {
    color: #ff9f14;
}

.product-info-tabs .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}

.product-info-tabs .prod-tabs .add-review h3 {
    margin-bottom: 20px;
}

.product-info-tabs .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}

.product-info-tabs .prod-tabs .add-review .form-group input[type="text"],
.product-info-tabs .prod-tabs .add-review .form-group input[type="password"],
.product-info-tabs .prod-tabs .add-review .form-group input[type="tel"],
.product-info-tabs .prod-tabs .add-review .form-group input[type="email"],
.product-info-tabs .prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.product-info-tabs .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.product-info-tabs .prod-tabs .add-review .form-group textarea:focus,
.product-info-tabs .prod-tabs .add-review .form-group input:focus,
.product-info-tabs .prod-tabs .add-review .form-group select:focus {
    border-color: #ff9f14;
}

.product-info-tabs .prod-tabs .add-review .form-group button {
    font-weight: 500;
    padding: 22px 35px;
}

/***

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

/***

 ====================================================================
     Global Settings
 ====================================================================

  ***/

body {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Arimo', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #ff9f14;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Arimo', sans-serif;
}

textarea {
    overflow: hidden;
}

.clrb {
    clear: both
}

p {
    position: relative;
    line-height: 1.8em;
    font-size: 14px;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.box-container {
    background: #fff;
    padding: 50px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.box-container-second {
    background: #fff;
    padding: 50px;
    border-radius: 5px;
}

.box-container-second h2 {
    margin-bottom: 20px;
    margin-top: 0 !important
}

.page-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    background: url(../images/bg_body.png);
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}


/***

====================================================================
			Project Detail
====================================================================

***/

.project-detail {
    position: relative;
    padding: 0;
}

.project-detail .image-box {
    position: relative;
}

.project-detail .image-box img {
    display: block;
    width: 100%;
    height: auto;
}

.project-detail .lower-content {
    position: relative;
}

.project-detail .lower-content .title-box {
    position: relative;
    padding: 80px 0 30px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 40px;
}

.project-detail .lower-content .title-box:before {
    position: absolute;
    left: 50%;
    /* top: 48px; */
    height: 70px;
    width: 2px;
    background-color: #dddddd;
    content: "";
}

.project-detail .title-box h2 {
    float: left;
    width: 50%;
}

.project-detail h2 {
    display: block;
    font-size: 28px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 600;
    padding-top: 15px;
}

.project-detail .lower-content .info {
    position: relative;
    float: right;
    width: 50%;
    padding-left: 50px;
}

.project-detail .lower-content .info li {
    position: relative;
    display: inline-block;
    margin-right: 65px;
}

.project-detail .lower-content .info li:last-child {
    margin-right: 0;
}

.project-detail .lower-content .info li h4 {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
}

.project-detail .lower-content .info li span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
}

.project-detail h5 {
    font-size: 18px;
    line-height: 2em;
    color: #222222;
    font-weight: 400;
    margin-bottom: 25px;
    font-family: "Arimo", sans-serif;
}

.project-detail .lower-content p {
    font-size: 15px;
    line-height: 2em;
    color: #777777;
    font-weight: 400;
    margin-bottom: 60px;
}

.project-detail .two-column {
    margin-bottom: 60px;
}

.project-detail .two-column .info-column .inner-column {
    padding-left: 40px;
}

.project-detail .two-column .info-column h2 {
    font-weight: 700;
    margin-bottom: 25px;
}

.project-detail .sub-title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #bbbbbb;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.project-detail .two-column .info-column h5 {
    margin-bottom: 45px;
    line-height: 1.2em;
}

.project-detail .projects-section {
    position: relative;
    padding: 0;
}

.load-more-option {
    position: relative;
    border-top: 2px solid #dddddd;
    padding-top: 40px;
}

.load-more-option .next a,
.load-more-option .prev a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 24px;
    text-transform: capitalize;
    background-color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.load-more-option .next a:hover,
.load-more-option .prev a:hover {
    background-color: #ff9f14;
}

.load-more-option .next a span {
    margin-right: 10px;
}

.load-more-option .prev a span {
    margin-left: 10px;
}
.slider-single .slick-arrow{
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}

.slider-nav .slick-arrow{
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    z-index: 10;
    cursor: pointer;
}


.slider-single .slick-arrow:hover, .slider-nav .slick-arrow:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
.slider-nav .slick-prev, .slider-single .slick-prev{
    margin-left: 10px;
}
.slider-nav .slick-next,.slider-single .slick-next{
    margin-right: 10px;
}
.slider-nav .slick-prev::before,
.slider-nav .slick-next::before,
.slider-single .slick-prev::before,
.slider-single .slick-next::before {
    color: #999;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.slider-nav .slick-prev:hover::before,
.slider-nav .slick-next:hover::before,
.slider-single .slick-prev:hover::before,
.slider-single .slick-next:hover::before {
    color: #333;
}
.slider-nav .slick-prev::before,
.slider-nav .slick-next::before{
    font-size: 15px;
}
.slider-nav .slick-prev:hover,
.slider-nav .slick-next:hover,
.slider-single .slick-prev:hover,
.slider-single .slick-next:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 767px) {
    .tabcontent img {
        width: 100%;
    }

    .tabcontent .image-box {
        width: 100%;
        float: left
    }

    .tabcontent .image-box img {
        width: 100%;
    }

    .tabcontent .content-box {
        width: 100%;
        float: left;
        padding-left: 0;
        max-height: none;
        overflow-y: visible;
        margin-top: 20px;
    }

    .fixedbar {
        display: none;
    }

    .box-container {
        padding: 10px
    }

    .box-container-second {
        padding: 10px;
        margin-bottom: 20px;
    }

    .logo img {
        height: 30px;
        width: auto
    }
    .project .slider-single {
        margin-bottom: 5px;
        height: 395px;
    }
    .project .slider-single .image-single{
        height: 395px;
    }
    .project-detail .title-box h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .project-detail .lower-content .info {
        width: 100%;
        text-align: center;
        padding-left: 0px;
    }
    .project-detail .lower-content .title-box:before {
        display: none;
    }
}
