/* :root{
    --background-color:#FAFAFA;
    --font-color: #131313;
} */
:root{
/*     --background-color:#131313;
    --font-color: #FAFAFA; */
	 --background-color:#FAFAFA;
    --font-color: #131313;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    background-color: var(--background-color);
    color: var(--font-color);
    font-size: 1.125vw;
    position: relative;
}
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
::-moz-selection{
    background: rgba(0, 0, 0, 0.1);
}
::selection{
    background: rgba(0, 0, 0, 0.1);
}
body.dark-theme ::-moz-selection{
    background: rgba(255, 255, 255, 0.1);
}
body.dark-theme ::selection{
    background: rgba(255, 255, 255, 0.1);
}
a, a:visited{
    color: var(--font-color);
    text-decoration: none;
}
a:hover, a:focus{
    color: var(--font-color);
    opacity: 0.9;
    outline: none;
}
.container, .page-template-default main.site-main{
	max-width: 1200px;
    margin: auto;
}
.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
h1, h2, h3, h4, h5, h6{
    width: 100%;
}
h1{
/*     width: 100%;
    font-size: 6vw;
    text-transform: uppercase;
    line-height: 5vw; */
}
.unstyled-list, footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0%;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.main-header{
    padding: 1.5vw 0;
}
.main-header ul{
    margin-left: auto;
}
.main-header nav{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.noise {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;    
    width: 100%;
    height: 100%;    
    pointer-events: none;
    opacity: .03;
}
body.dark-theme .noise{
    opacity: 0.2;
}
/*  */
.switch {
    position: fixed;
    display: inline-block;
    width: 2.5vw;
    height: 1.5vw;
    right: 0.75vw;
    top: 5vw;
	display: none !important;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider.round {
    border-radius: 2.125vw;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--font-color);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 1.375vw;
    width: 1.375vw;
    left: 0.125vw;
    bottom: 0.09375vw;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider:before {
    background-color: var(--background-color);
}
input:checked + .slider:before {
    -webkit-transform: translateX(1vw);
    -ms-transform: translateX(1vw);
    transform: translateX(1vw);
}
.site-branding a{
    font-weight: bold;
/*     text-transform: uppercase; */
}
/*  */
.view-link{
/*     text-transform: uppercase; */
    font-size: 0.9em;
    font-weight: 900;
    padding: 0.625vw 1.625vw 0.625vw 0;
    background-image: url('../images/right-arrow.svg');
    background-size: 0.9375vw 100%;
    background-repeat: no-repeat;
    background-position: 100% center;
    color: #ff5959;
    margin-left: auto;
}
.view-link:hover, .view-link:focus{
    opacity: 1;
    color: #ff5959;
}
.portfolio-meta--wrap{
    margin: 0 0 3vw;
    width: 100%;
}
.single-portfolio .featured_image{
    width: 100%;
    text-align: center;
}
.page-template-default #secondary{
	display: none;
}
.woocommerce-MyAccount-navigation{
	padding-top: 30px;
	padding-bottom: 30px;
	background: rgb(255, 242, 219);
}
.woocommerce .woocommerce-MyAccount-content button.woocommerce-button, .woocommerce .woocommerce-MyAccount-content button.woocommerce-Button, .woocommerce-MyAccount-content button[name="save_address"], .woocommerce-Button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button {
	background: rgb(230, 62, 90);
	color: white;
}
.woocommerce .woocommerce-MyAccount-content button.woocommerce-button:hover, 
.woocommerce .woocommerce-MyAccount-content button.woocommerce-Button:hover, 
.woocommerce-MyAccount-content button[name="save_address"]:hover, 
.woocommerce-Button.button:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover {
    background-color: #da2946;
	color: white;
}

.woocommerce-MyAccount-content button[name="save_address"]{
	margin-top: 15px;
}
.woocommerce-MyAccount-content .select2-container .select2-selection--single{
	 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
	height: 40px;
}
.woocommerce-MyAccount-navigation > ul{
	margin: 0px;    
	padding: 0px;
	list-style-type: none;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}
.woocommerce-MyAccount-navigation > ul li{
	padding-left: 20px;
}
.woocommerce-MyAccount-navigation > ul li.is-active{
	border-left: 3px solid #f6b136;
	font-weight: 600;
}
.woocommerce-MyAccount-navigation-link--orders, .woocommerce-MyAccount-navigation-link--downloads{
	display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	padding: 10px 15px;
}
.woocommerce-MyAccount-content a{
	font-weight: 600;
	color: #e63e5a;
}
.woocommerce-MyAccount-content p:first-of-type, .woocommerce-MyAccount-content h1, .woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3{
	margin-top: 0px;
}
body:not(.logged-in) article#post-398{
	max-width: 700px;
	margin: auto;
}
article#post-398 h2{
	display: none;
}
article#post-398 .woocommerce-form {
	margin-top: 0px;
}
/*===== Landing ====*/
#landing h1 small{
    font-size: 30%;
    text-transform: none;
    font-weight: normal;
}
@media (max-width:767px){
    #landing h1 small{
        font-size: 17px;
    }
}
#landing h1 .designation{
    display: block;
}
#landing h1{
    margin: 5vw 0 2vw;
}
#landing p{
    width: 60%;
}
h2{
/*     font-size: 5vw; */
    margin: 0 0 3vw 0;
/*     text-transform: uppercase; */
}
/*===== Landing Ends ====*/

/*===== Portfolio ====*/
#portfolio{
    padding: 4vw 0;
}
#toggleNav{
    margin-bottom: 2vw;
}
#toggleNav ul li, .main-header ul li{
    display: inline-block;
    cursor: pointer;
/*     text-transform: uppercase; */
}
#toggleNav ul li:not(:last-child), .main-header ul li:not(:last-child){
    margin-right: 2vw;
}
#toggleNav ul li.active{
    text-decoration: underline;
}
.portfolio-list{
    width: 100%;    
    position: relative;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
}
.portfolio-list > li:not(.active){
    display: none;
}
.portfolio-list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100%  - 3vw);
    background: var(--font-color);
    height: 1px;
    right: 0;
    margin: auto;
}
body.dark-theme .portfolio-list:before{
    background: #343434;
}
.portfolio-list > li{
    width: 33.333%;
    display: inline-block;
    position: relative;
    margin-bottom: 1.25%;    
}
body.dark-theme .portfolio-list li .prl-wrap{
    border-color: #343434;
}
.portfolio-list > li .prl-wrap{
    padding: 1vw 1vw;
    /* border: 1px solid var(--font-color); */
    margin: 0 0.5vw;
    height: 100%;
}
.portfolio-list li div figure{
    height: 0;
    padding-bottom: 66.667%;
    position: relative;
}
.portfolio-list li div figure img{
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;    
    -o-object-position: top;    
       object-position: top;
    position: absolute;
    top: 0;
    left: 0;
}
.portfolio-list li[data-category="logo"] div figure img{
    -o-object-position: center;
       object-position: center;
}
.portfolio-meta{
/*     text-transform: uppercase; */
    font-size: 0.8em;
}
.prl-wrap h3{
    margin: 0.8vw 0 0;
/*     text-transform: uppercase; */
    font-size: 1.1em;
    line-height: normal;
}
.prl-wrap > a:hover{
    opacity: 1;
}
.prl-wrap figure{
    margin: 0;
    overflow: hidden;
}
.prl-wrap img{
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    transition: 1.5s ease;
}
.prl-wrap a:hover img{
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}
.portfolio__gallery{
    text-align: center;
	margin:auto;
}
/*===== Portfolio Ends ====*/

/*===== Footer ====*/
footer{
/*     font-size: 1.5vw; */
    padding-bottom: 2vw;
}
footer .container{
    padding-top: 3vw;
    border-color: var(--font-color);    
    position: relative;    
    margin-top: 3vw;
}
footer .footer_border{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: calc(100%);
    height: 1px;
    background: var(--font-color);
}
footer .footer_border{
    background: #343434;
}
body.dark-theme footer ul{
    width: 100%;
}
footer .textwidget{
    width: 100%;
}
footer .row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
/*     padding-left: 5vw; */
}
footer .row ul li{
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
}
footer li a img{
    vertical-align: middle;
    width: 11.875vw;
    -webkit-transform: translate(-0.3125vw, -0.125vw);
        -ms-transform: translate(-0.3125vw, -0.125vw);
            transform: translate(-0.3125vw, -0.125vw);
}
body.dark-theme footer li a img{
/*     filter: invert(1);
    -webkit-filter: invert(1); */
}
/*===== Footer Ends ====*/
@media(min-width: 1200px){    
    .portfolio-list > li{
        margin-bottom: 0;
    }
    .portfolio-list > li:not(:nth-child(3n+0)):not(:last-child) .prl-wrap:after{
        content: '';
        position: absolute;
        right: 0;
        top: 1vw;
        width: 1px;
        height: calc(100% - 2vw);
        background: var(--font-color);
    }
    body.dark-theme .portfolio-list > li:not(:nth-child(3n+0)):not(:last-child) .prl-wrap:after{
        background: #343434;
    }
    .portfolio-list > li:not(:last-child){
        border-bottom: 1px solid var(--font-color);
    }
    body.dark-theme .portfolio-list > li:not(:last-child){
        border-color: #343434;
    }
    .portfolio-list[data-qty="0"] li:nth-last-child(-n+3){
        border-bottom: none;
    }
    .portfolio-list[data-qty="2"] li:nth-last-child(-n+2){
        border-bottom: none;
    }
    .portfolio-list > li:nth-child(3n+1):before{
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 1.5vw;
        height: 2px;
        background: var(--background-color);
        z-index: 9;
    }
    .portfolio-list > li:nth-child(3n+3):before{
        content: '';
        position: absolute;
        right: 0;
        bottom: -1px;
        width: 1.5vw;
        height: 2px;
        background: var(--background-color);
        z-index: 9;
    }
	.postid-124 .featured_image{
		width: 80%;
    	margin: 1em auto;
	}
	.postid-124 .portfolio__gallery{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
				justify-content: space-between;
		width: 80%;
		margin: auto;
	}
	.postid-124 .portfolio__gallery figure:nth-child(1), .postid-124 .portfolio__gallery figure:nth-child(2){
		width: 48%;
	}
}
@media(max-width: 1199px){
    body{
        font-size: 16px;
    }
	.container, .page-template-default main.site-main{
		padding-left: 20px;
		padding-right: 20px;
	}
    .main-header {
        padding: 20px 0;
    }
    footer{
        font-size: 20px;
        padding: 0 0 24px;
        margin-top: 50px;
    }
    footer .col {
        padding: 0 15px;
    }
	footer .footer_border{
		width: calc(100% - 40px);
	}
    .portfolio-list{
        padding-top: 15px;
    }    
    .portfolio-list li:not(:nth-child(3n)):after{
        height: calc(100% - 15px);
    }
    .portfolio-list li:not(:nth-last-child(-n+3)){
        margin-bottom: 15px;
    }
    .switch {
        width: 40px;
        height: 24px;
        right: 8px;
        top: 20%;
        z-index: 99;
    }
    .slider.round{
        border-radius: 34px;
    }
    input:checked + .slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }
    .slider:before{
        height: 22px;
        width: 22px;
        left: 2px;
        bottom: 1.5px;
    }
    .prl-wrap h3{
        margin:15px 0 0;
    }
    .portfolio-list > li{
        width: 50%;
        margin-bottom: 10px !important;
    }
    .portfolio-list{
        margin-left: -15px;
        margin-right: -15px;
    }
    .portfolio-list > li .prl-wrap{
        margin: 0 5px;
        padding: 10px;
    }
    .view-link{
        padding: 8px 20px 8px 0;
        background-size: 14px 100%;
    }
    .site-branding a{
        font-size: 1.4rem;
    }
    footer li a img{
        width: 228px;
        -webkit-transform: translate(-5px, -2px);
            -ms-transform: translate(-5px, -2px);
                transform: translate(-5px, -2px);
    }
    .portfolio-list:before{
        width: calc(100%  - 30px);
    }    
    .portfolio-list > li:not(:last-child){
        border-bottom: 1px solid var(--font-color);
    }
    body.dark-theme .portfolio-list > li:not(:last-child){
        border-color: #343434;
    }
    .portfolio-list[data-qty-tab="0"] li:nth-last-child(-n+2){
        border-bottom: none;
    }
    .portfolio-list[data-qty-tab="2"] li:nth-last-child(-n+2){
        border-bottom: none;
    }
    .portfolio-list > li:not(:nth-child(odd)):not(:last-child) .prl-wrap:after{
        content: '';
        position: absolute;
        left: -1.25px;
        top: 10px;
        width: 1px;
        height: calc(100% - 10px);
        background: var(--font-color);
    }
    body.dark-theme .portfolio-list > li:not(:nth-child(odd)):not(:last-child) .prl-wrap:after{
        background: #343434;
    }
}
@media(max-width: 767px){
    body{
        font-size: 15px;
    }
    .main-header{
        padding: 15px 0;
    }
    #landing h1{
        margin: 40px 0 10px;
        line-height: 24px;
        font-size: 26px;
    }
    #portfolio h2{
        font-size: 22px;
        margin: 0 0 15px 0;
    }
    #toggleNav{
        margin-bottom: 15px;
    }
    .portfolio-list{
        margin: 0 !important;
        padding-top: 15px;
    }
    .portfolio-list > li{
        width: 100%;
        margin-bottom: 15px !important;
    }
    #portfolio{
        padding: 20px 0;
    }
    footer{
        font-size: 17px;
        padding: 0 0 20px;
        margin-top: 30px;
    }
    footer .container{
        padding-top: 24px;
    }
    footer .row ul li {
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%;
    }
    footer .row ul li:last-child{
        margin-bottom: 0;
    }
    .portfolio-list:before{
        width: 100%;
    }
    #landing p {
        width: 80%;
    }
    .portfolio-list > li{        
        margin-bottom: 30px !important;
    }
    .portfolio-list{
        margin-left: -10px;
        margin-right: -10px;
    }
    .portfolio-list > li .prl-wrap{
        margin: 0;
        padding: 0 0 15px 0;
    }
    .view-link{
        font-size: 14px;
        padding: 8px 20px 8px 0;
        background-size: 12px 100%;
    }
    footer li a img {
        width: 190px;
        -webkit-transform: translate(-5px, -1px);
            -ms-transform: translate(-5px, -1px);
                transform: translate(-5px, -1px);
    }
    .portfolio-list > li:not(:nth-child(odd)):not(:last-child) .prl-wrap:after{
        content: none;
    }
	.woocommerce-MyAccount-navigation{
		margin-bottom: 20px;
	}
}
@media(max-width: 480px){
    .main-header ul li{
        font-size: 14px;
    }
    .site-branding a{        
    font-size: 18px; 
    }
    .main-header ul li:not(:last-child){
        margin-right: 8px;
    }
    footer{
        font-size: 16px;
    }
    footer li a img {
        width: 175px;
        -webkit-transform: translate(-5px, 0px);
            -ms-transform: translate(-5px, 0px);
                transform: translate(-5px, 0px);
    }
}
#clientsCon ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#clientsCon ul li{
    display: inline-flex;
    padding: 40px;
    text-align: center;
}
#clientsCon ul li img{
    max-width: 300px;
    max-height: 130px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: ease all .3s;
}
#clientsCon ul li:hover img{
    opacity: 1;
    filter: grayscale(0%);
}