:root{
    --project-title-font-size: 30px;
    --project-overlay-content-padding: 40px;
    --project-extra-margin-top: 40px;
    --project-extra-spacing-item: 20px 0;
}
.swiper-bottom-scrollbar-full .swiper-slide img{width:100%;height: auto;}
.p_swiperstyle_wrapper .swiper-container{position:initial;}
.p_swiperstyle_wrapper{
    position:relative;margin-bottom: 35px;z-index: 1;
    transform: translateY(40px);
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    clip-path: polygon(50% 100%, 50% 100%, 50% 100%, 50% 100%);
}
.p_swiperstyle_wrapper.show{
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.swiper-pagination span.swiper-pagination-bullet-active{
	background:#9a8678!important;
	cursor: initial!important;
	margin-bottom:-3px!important;
}
.swiper-wrapper{
    margin-bottom: 22px;
}
.swiper-slide{
    outline: none!important;
        display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}
#page .post-thumbnail img{
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}
.swiper-slide .display-table{width: 100%;}
.swiper-bottom-scrollbar-full.swiper-container .swiper-wrapper .swiper-slide{margin-bottom:15px}
body #page .classic-layout-list .post-thumbnail:hover img,
.dt-portfolio-shortcode .rollover-project:hover img,
.dt-portfolio-shortcode .rollover-project:hover a img,
.p_swiperstyle_wrapper .swiper-slide:hover .swiper_thumbnail img{
    transform: scale(1.03)!important;
    -moz-transform: scale(1.03)!important;
    -webkit-transform: scale(1.03)!important;
}
.p_swiperstyle_wrapper .swiper-slide:hover .project-links-container a{
    transform: scale(1);
    opacity: 1;
    background-color: rgb(0, 0, 0,.4);
}

/*swiper*/
.hover-title-box {
}
.swiper-button-next,
.swiper-button-prev,
.xs-display-none
{display:none!important;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p_swiperstyle_wrapper a.project-zoom{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    opacity: 0!important;
}
.swiper-container .portfolio-categories{
	margin-top:20px!important;
    padding-bottom: 6px;
	order: 1;
}
.swiper-container .hover-title-box .entry-title{

}
.swiper-container .post-thumbnail-rollover{
    overflow: initial;
	background: rgba(0, 0, 0, 0.7);
}
body #page .portfolio-shortcode.mode-grid.classic-layout-list .post-entry-content .entry-title,
body #page .portfolio-shortcode.mode-grid.classic-layout-list .post-entry-content .entry-title a,
.swiper-container .entry-title,
.swiper-container .entry-title a{
	display: block;
	font-family: WulkandIsplay!important;
    font-weight: normal!important;
    position: relative;
}
body #page .portfolio-shortcode.mode-grid.classic-layout-list .post-entry-content .entry-title a:hover{color: #fff;}
.swiper-container .category-link,
.swiper-container .category-link a{
	font-size: 16px;
	font-family: Gotham!important;
    font-weight: 300;
    text-transform: initial;
    letter-spacing: 0;
}
.swiper-container .our_service_numbering{
	display:none!important;
	font-size: 20px;
    color: #fff;
	position: absolute;
    right: -100px;
    opacity: 0;
    bottom: 0px;
    transform: translateY(-53px);
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.portfolio_swiper_style a.post-details{
	order: 5;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}


@media screen and (min-width: 768px){
	.swiper-container .post-thumbnail-rollover{
		cursor: -webkit-grab;
	}
}
.width-auto {
}
.height-100 {
    /*height: 100% !important;*/
}
.display-table {
    /*display: table !important;*/
}
.vertical-align-middle {
    vertical-align: middle;
}
.swiper-slide .vertical-align-middle{
    
}
.swiper-slide.swiperslidehover .vertical-align-middle{
    
}
.display-table-cell {
    /*display: table-cell !important;*/
    position: relative;
}
.position-relative {
    position: relative !important;
}
.display-block {
    display: block !important;
}
.swiper-container * {
    
}
.swiper-bottom-scrollbar-full .swiper-slide:hover {
    z-index: 1;
}
.dt-portfolio-shortcode .entry-title,
.swiper-slide h3.entry-title{
	margin-top: 0px;
    font-family: 'WulkandIsplay'!important;
    font-weight: normal!important;
    transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
}
.dt-portfolio-shortcode .rollover-project:hover .entry-title,
.dt-portfolio-shortcode .rollover-project.is-clicked .entry-title,
.swiper-slide:hover h3.entry-title,
.swiper-slide:hover .post-details{
    opacity: 1!important;
    /*transform: translateY(0px)!important;*/
}
body #page .classic-layout-list .post{
    overflow: hidden;
    background-color: #f9f5f0;
}
body #page .classic-layout-list .entry-title a::after,
.dt-portfolio-shortcode .entry-title a::after,
.swiper-slide h3.entry-title a::after{
}
.dt-portfolio-shortcode .rollover-project:hover .entry-title a::after,
.dt-portfolio-shortcode .rollover-project.is-clicked .entry-title a::after,
.swiper-slide:hover h3.entry-title a:after{
    opacity: 1;
}
.swiper-slide .post-details:hover{
    transform: scale(1.2)!important;
}
.swiper-slide .post-details:hover::after{
    right: 6px!important;
    left: 6px!important;
}
body #page .classic-layout-list.mode-grid .post-thumbnail a::after{display: none;}
.swiper-slide .post-entry-content{
    position: absolute!important;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgb(195,153,108,.5)!important;
    bottom: 0!important;
    opacity: 1!important;
    /*
    transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    -moz-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1) 0s;
    */
}
body #page .swiperstyle2 .post-entry-content{
    padding: 45px 5px;
    position: relative!important;
    background-color: #fbf9f6!important;
}
.content-align-center h3.entry-title{
    text-align: center;
}
.projecthover .post-entry-content,
.swiperslidehover .post-entry-content{
    background: rgb(31,61,71,.85);
}
body #page .classic-layout-list.mode-grid .post-entry-content .project_extra,
.swiper-slide .post-entry-content .project_extra{
    display: none;
    margin-top: var(--project-extra-margin-top);
    font-family: 'BwGradual'!important;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
body #page .classic-layout-list .projecthover .post-entry-content .project_extra,
.swiper-slide.swiperslidehover .project_extra{
    display: block;
}
.project_extra .project_extra_ele{
    padding: var(--project-extra-spacing-item);
    border-bottom: 1px solid #be7e5a;
    position: relative;
    overflow: hidden;
}
/*
.project_extra .project_extra_ele::after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #be7e5a;
}
*/
.project_extra .project_extra_ele:last-child::after{
    opacity: 0;
}
.project_extra > div:last-child{
    border: 0!important;
}
.project_extra .extralabel{
    font-weight: bold!important;
    line-height: 1.1;
    width: 30%;
    float: left;
}
.project_extra_ele{
    opacity: 0;
    transform: translateY(30px);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 1.3s cubic-bezier(.175,.885,.32,1);
    -moz-transition: all 1.3s cubic-bezier(.175,.885,.32,1);
    -webkit-transition: all 1.3s cubic-bezier(.175,.885,.32,1);
}
.project_extra_ele.show{
    transform: translateY(0);
    opacity: 1;
}
.project_extra .extravalue{
    width: 70%;
    float: left;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 1.4;
}
.swiper-slide .sub_title{
    font-family: 'GothamBook';
    font-weight: normal;
    color: #515151;
    font-size: 16px;
    padding: 12px 0;
}
.swiperstyle2 .swiper-slide .post-entry-content{
	position: relative;
}
.swiperstyle2 .swiper-slide .post-entry-content .entry-title,
.swiperstyle2 .swiper-slide .post-entry-content{
	opacity:1;
}
.swiperstyle2 .swiper-slide .post-entry-content .entry-title{
	margin-top:0px;
    margin-bottom: 0;
    transform: initial!important;
}
.swiperstyle2 .swiper-slide .post-entry-content::before{
    display: none;
}
.swiperstyle2 .swiper-slide .post-entry-content .entry-title a{
	font-size:22px;
    color: #c3996c;
	font-family: 'CarlaSans'!important;
	font-weight:normal!important;
	font-variant-ligatures: none;
}
.swiperstyle2 .project-links-container{
	display: block!important;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiperstyle2 .project-links-container a{
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-indent: -10000px;
    transform: scale(.3);
    background-color: rgb(0, 0, 0,0);
    transition: all .4s cubic-bezier(.77,0,.175,1) 0s;
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1) 0s;
}
.swiperstyle2 .project-links-container a::after{
    content: '+';
    font-family: 'WulkandIsplay';
    font-weight: normal !important;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    margin-top: -19px;
    font-size: 30px;
    color: red;
    top: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    visibility: visible;
    display: block;
    text-indent: initial;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}
.swiperstyle2 .project-links-container a::before{
	position: absolute;
    margin-left: -19px;
    margin-top: -19px;
	width: 36px;
	height:36px;
	left: 50%;
	top:50%;
	border:1px solid #9a8678;
    z-index: 1;
	border-radius:100%;
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
}
/*
.swiper-slide .post-entry-content::before{
    content: '';
    position: absolute;
    display: block;
    background-color: rgb(0, 0, 0, .75);
    top: 0;
    left: 50%;
    right: 50%;
    opacity: 0;
    bottom: 0;
    z-index: 0;
    transition: all .4s cubic-bezier(.77,0,.175,1) 0s;
    -moz-transition: all .4s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transition: all .4s cubic-bezier(.77,0,.175,1) 0s;
}
*/
#page .dt-portfolio-shortcode .rollover-content,
.swiper-slide .post-entry-content::before{
    display: block!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    z-index: 9999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.swiper-slide:hover .post-entry-content{
    opacity: 1!important;
    visibility: visible!important;
}
#page .dt-portfolio-shortcode .rollover-content.is-clicked,
#page .dt-portfolio-shortcode .rollover-content:hover,
.swiper-slide:hover .post-entry-content::before{
    opacity: 1;
}
.swiper-slide{overflow:hidden;}
.swiper-slide img {
	height:auto;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    width: 100%;
}
.swiper-slide:hover img {
    opacity: 1;
}
.swiper-slide:hover .swiper_thumbnail_overlay{
	opacity:1!important;
	background: rgba(255,255,255,.6)!important;
}
.swiper_thumbnail_wrap{
    transition: all .3s;
}
body #page .classic-layout-list .post-thumbnail img{
    
}
body #page .classic-layout-list .post-thumbnail,
.swiper_thumbnail{
	position:relative;
    overflow: hidden;
}
.swiper_thumbnail a{
    cursor: initial;
}
body #page .classic-layout-list .post-thumbnail > a:nth-child(1),
.swiper_thumbnail > a:nth-child(1){
}
body #page .classic-layout-list .post-thumbnail > a:nth-child(2),
.swiper_thumbnail > a:nth-child(2){
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .8s cubic-bezier(.77,0,.175,1) 0s;
    -moz-transition: all .8s cubic-bezier(.77,0,.175,1) 0s;
    -webkit-transition: all .8s cubic-bezier(.77,0,.175,1) 0s;
}
body #page .classic-layout-list .projecthover .post-thumbnail > a:nth-child(2),
.swiperslidehover .swiper_thumbnail > a:nth-child(2){
    transform: scale(1.2);
}
.swiper_thumbnail_overlay{
    display: none;
	z-index: 22;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:rgba(0, 0, 0, 0.3);*/
}
.swiper-scrollbar{
    margin: 0px auto 0 auto!important;
    z-index: 3;
}
.swiper-scrollbar, .swiper-scrollbar-drag{height: 10px!important;}
.swiper-bottom-scrollbar-full .swiper-scrollbar-drag {border-radius: 0; background: #c3996c;top:0}
.swiper-bottom-scrollbar-full .swiper-scrollbar{
    margin-left: 0px;
    margin-right: 0px;
	opacity: 1;
    height: 10px!important;
	bottom:0; border-radius: 0;
	background: transparent!important;
}
.swiper-bottom-scrollbar-full .swiper-scrollbar::before{
	content:'';
	position: absolute;
    height: 6px;
    background: #fbf9f6;
    left: 0px;
    right:0px;
    top: 2px;
}
.dt-portfolio-shortcode .rollover-project a img,
.swiper-bottom-scrollbar-full .swiper-slide img {
        transition: all 0.6s ease-in-out !important;
        -moz-transition: all 0.6s ease-in-out !important;
        -webkit-transition: all 0.6s ease-in-out !important;
        opacity: 1; 
        /*-webkit-filter: grayscale(1); filter: grayscale(1);*/
}
@media (min-width: 768px) {
     /*.swiper-bottom-scrollbar-full.swiper-container {height:100%; margin: 0 auto; overflow: hidden; position: absolute; top: 0;  transition: all 0.3s ease-in-out 0.7s; width: 100%;}*/
    /*.swiper-bottom-scrollbar-full .swiper-slide:hover img {opacity: 1; -webkit-filter: grayscale(0); filter: grayscale(0); filter: contrast(130%); -webkit-filter:contrast(130%); max-height: 500px; width: auto;}*/
    .swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {
        opacity: 1;visibility: visible;
    }
    
    .swiper-slide:hover .our_service_numbering {right: 50px; opacity: 1;visibility: visible;}
    
    .swiper-bottom-scrollbar-full .bottom-text {position: absolute; bottom: 50px; opacity: 0;transition: all 0.3s ease-in-out; letter-spacing: 5px;}
    .swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {opacity: .7; left: 4px;}
    .swiper-bottom-scrollbar-full .swiper-slide img.signature {width: 60% !important}
    .swiper-bottom-scrollbar-full .swiper-wrapper { height: 100% !important;}
    .extra-small-icon li:first-child, .small-icon li:first-child, .medium-icon li:first-child, .large-icon li:first-child, .extra-large-icon li:first-child {margin-left: 0;}
    .extra-small-icon li:last-child, .small-icon li:last-child, .medium-icon li:last-child, .large-icon li:last-child, .extra-large-icon li:last-child {margin-right: 0;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    /*
    .swiper-bottom-scrollbar-full .swiper-slide img {max-height: 450px; opacity:1; filter: contrast(130%); -webkit-filter: contrast(130%); -moz-filter: contrast(130%); -ms-filter: contrast(130%); -o-filter: contrast(130%);}
    .swiper-bottom-scrollbar-full .swiper-slide:hover img {max-height: 450px;}
    .swiper-bottom-scrollbar-full .bottom-text {opacity: 1; letter-spacing: 3px; letter-spacing: 3px;}
    .swiper-bottom-scrollbar-full .swiper-slide:hover .bottom-text {opacity: 1; left: 0;}
    .swiper-bottom-scrollbar-full .swiper-slide:hover .hover-title-box {right: 0; opacity: 1;}
    .hover-title-box {opacity: 1; right: 0; text-align: center; top: inherit; bottom: 50%; transform: translateY(160px); -moz-transform: translateY(160px); -webkit-transform: translateY(160px); -o-transform: translateY(160px); -ms-transform: translateY(160px); z-index: 99; width: 100%}
    .swiper-bottom-scrollbar-full .swiper-slide .hover-title-box {visibility: visible;}
    */
}
@media (max-width: 1199px) {
    :root{
        --project-extra-spacing-item: 10px 0;
    }
    .p_swiperstyle_wrapper .post-entry-content .post-details, .portfolio-carousel-shortcode .post-entry-content .post-details{
        margin-top:20px!important;
    }
	.swiper-button-prev.swiper-prev-style3,.swiper-button-next.swiper-next-style3 {left:57.8%;}
	.content-right-slider .swiper-button-next {right: 20px;}
    .content-right-slider .swiper-button-prev  {left: 20px;}
     .swiper-pagination-bottom.swiper-container-horizontal .swiper-wrapper {margin-bottom: 70px;}
    .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 0px;}
    .swiper-full-screen .swiper-pagination, .hover-option3 .swiper-pagination {bottom: 30px;}
    .swiper-container-horizontal.portfolio-slider-style-1 .swiper-pagination-bullets {bottom: 15px;}
    .swiper-next-style2 {right: 5%;}
    .swiper-prev-style2 {left: 5%;}
    .swiper-auto-width .swiper-scrollbar {left: 15%; width: 70%;}
    .swiper-auto-width .swiper-slide.swiper-slide-active .absolute-middle-center h2 {transition: all 0.4s ease-in-out 0.4s;}
    .swiper-slide .post-entry-content{
        padding:25px;
    }
    .swiper-container .entry-title, .swiper-container .entry-title a{font-size:var(--project-title-font-size);}
    .project_extra_ele{font-size: 15px}
}
@media (max-width: 767px) {
    .swiper-container .entry-title, .swiper-container .entry-title a{
        font-size: 22px;
        line-height: 1.2;
    }
    .project_extra .extralabel{width: 25%;}
    .project_extra .extravalue{width: 75%;}
    .swiper-bottom-scrollbar-full .swiper-scrollbar{
        right: 0;
        left: 0;
    }
    .swiper-pagination-square-bottom.swiper-pagination-bullets {bottom: -35px; right: 0;}
    .swiper-number-pagination .swiper-pagination-bullets {bottom: auto; top: 25% !important;}
    .swiper-vertical-pagination > .swiper-pagination-bullets {right: 15px;}
    .swiper-pagination-square-bottom.swiper-pagination-bullets {bottom: -35px;}
    
    /*
    .swiper-bottom-scrollbar-full.swiper-container {height: 100%; padding-top: 0px; }
    .swiper-bottom-scrollbar-full.swiper-container .swiper-wrapper { float: left; width: 100%; display: block !important; height: 100% !important;}    
    .swiper-bottom-scrollbar-full.swiper-container .swiper-wrapper .swiper-slide { float: none; width: 100%;}

    */

    
    .swiper-container-autoheight .swiper-slide {height: auto}
    .swiper-container-autoheight .swiper-slide:last-child {margin-bottom: 0;}
    .swiper-auto-width.swiper-container {height: calc(100% - 93px); top: 78px;}
    .swiper-bottom-scrollbar-full .swiper-slide img {opacity: 1; width: 100%; max-height: 100%; vertical-align: top;}
    .swiper-bottom-scrollbar-full .swiper-slide img.signature {width: 100% !important;}
    .hover-title-box .separator {position: relative; left: 0; top: 70px}
    .swiper-bottom-scrollbar-full .bottom-text {opacity: 1;}
    .swiper-bottom-scrollbar-full .bottom-text {bottom: 25px; position: absolute;}
	.swiper-slide .our_service_numbering {left:50px; opacity: 1;visibility: visible;}
	.swiper-button-prev.swiper-prev-style3, .swiper-button-next.swiper-next-style3 {position: relative; bottom: 24px; display: inline-block; transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -o-transform: rotate(-90deg); left: 50%; margin: 0;}
    .swiper-button-prev.swiper-prev-style3 {left: 50%; margin: 0 0 0 -85px;}

}
div.our_services_page::before,
div.our_services_page::after{
	top: 0 !important;
}
.diagonal_grey_portfolio::before{
    border-top: 274px solid rgb(255, 255, 255);
    border-left: 1903px solid #CBCBCB;
    top: 15%;
    left: 0;
    z-index: 1;
    position: absolute;
}

.diagonal_grey_portfolio::after{
    position: absolute;
    background:#CBCBCB;
    left: 0;
    z-index: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 15%;
    display: inline-block !important;
}
.diagonal_grey_portfolio .home-padding {padding-top:0!important}
.os_box_right{
	padding-left:90px!important;
	padding-right:90px!important;
	max-width:500px!important;
}
.os_box{
	padding-left:90px!important;
	padding-right:90px!important;
	max-width:645px!important;
}
div.os_box_right{margin-left:0!important}
.quform-form select{
	color: #000 !important;
    font-weight: normal !important;
}


.our_services_page .vc_parallax{
	overflow: initial;
}
.os_box .vc_column-inner {
	margin-left:-90px;
}
.about_intro .heading_black2 h3::before, .heading_black2 h2::before{
	top: 16px;	
}
.welcome_text p{margin-bottom:22px;}
.ml60{margin-left:-60px;}

/*
.quform-form .quform-input-select::after {
    position: absolute;
    display: block;
    top: 30px;
    right: 10px;
    height: 2px;
    width: 14px;
    background: #fff!important;
	z-index:3333!important;
    transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -webkit-transform: rotate(-48deg);
}
.quform-form .quform-input-select::before {
    position: absolute;
    display: block;
    top: 30px;
    right: 18px;
    height: 2px;
    width: 14px;
    background: #fff!important;
	z-index:3333!important;
    transform: rotate(48deg);
    -ms-transform: rotate(48deg);
    -webkit-transform: rotate(48deg);
}
*/

.dt_portfolio_category-portfolio .rollover-project a:hover i{
	background-image:url(../images/white_plus.png);
	background-position:center;
	background-repeat:no-repeat;
}
.max900 .wpb_wrapper{
	max-width:900px;
	margin-left: auto;
	margin-right: auto;
}
.single-portfolio .project-content{}
.post-navigation .nav-next{margin-right:0!important;}
.post-navigation .back-to-list{display:flex!important}
.post-navigation .nav-links{
	-webkit-flex-flow: initial!important;
    -moz-flex-flow: initial!important;
    -ms-flex-flow: initial!important;
    flex-flow: initial!important;
}
@media screen and (max-width: 1600px){
    :root{
        --project-overlay-content-padding: 30px;
        --project-title-font-size:28px;
    }    
}
@media screen and (max-width: 1550px){
    :root{
        --project-extra-margin-top: 20px;
        --project-extra-spacing-item: 15px 0;
    }
}


@media screen and (max-width: 1470px){
    .project_extra_ele{
        font-size: 14px;
    }
}
@media screen and (min-width: 768px) and (max-width:1200px){
    :root{
        --project-title-font-size: 24px;
        --project-overlay-content-padding: 20px;
        --project-extra-margin-top:20px;
    }
}
@media screen and (max-width: 767px){
    .single-portfolio .portfolio_title{
        margin-left: 60px;
    }
	.os_box .vc_column-inner{margin-left:0!important}
	.os_box,.os_box_right{
		width:100%!important;
		padding-left:60px!important;
		padding-right:60px!important;
		max-width: initial!important;
		margin-bottom:25px;
	}
}

@media (max-width: 600px) {
	.swiper-slide .our_service_numbering {font-size:160px;}
	.project-post .navigation{float:none}
	.project-post .portfolio_details{float:none;width:100%}
	.portfolio_bottom_infos{margin-top:40px;}
	.single-portfolio .project-slider{margin-bottom:40px;}
	.portfolio_bottom_infos .post-navigation{margin-bottom:30px;}
    .swiper-container .entry-title, .swiper-container .entry-title a{
        font-size:18px;
    }
    .swiper-container .category-link, .swiper-container .category-link a{font-size: 18px;}
    .p_swiperstyle_wrapper .post-entry-content .post-details, .portfolio-carousel-shortcode .post-entry-content .post-details {
        margin-top: 0px!important;
    }
}
@media (max-width: 500px) {
    :root{
        --project-title-font-size: 22px;
        --project-overlay-content-padding: 20px;
        --project-extra-margin-top: 25px;
        --project-extra-spacing-item: 6px 0;
    }
    .swiper-container .portfolio-categories{margin-top: 50px;}
}