/*
===================================================
    Work.CSS
    --------------
    - This CSS file works only for work.
===================================================
*/

/* First Fold Section CSS */

body .first-fold-section{
    position: relative;
}

/* Work First Fold Section */

body .work-first-fold-shortcode .anim-heading h1 .break-text,
body .work-first-fold-shortcode .scroll-down-element .scroll-text,
body .work-first-fold-shortcode .anim-heading h1 .break-text span{
  opacity: 0;
}

body .work-first-fold-shortcode .scroll-down-element .scroll-circle{
	transform: scale(0);
}

body .work-first-fold-shortcode .inner-section .section-background .background{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

body .work-first-fold-shortcode .inner-section .section-content .ff-sub-text h3{
	text-transform: uppercase;
	text-align: center;
	margin-top: -60px;
	margin-bottom: 40px;
	color: #fff;
}

body .work-first-fold-shortcode .inner-section .section-content .ff-main-text h1{
	color: #fff;
	text-align: center;
	line-height: 110%;
}

body .work-first-fold-shortcode .inner-section .section-content .ff-main-text h1 .yellow-text{
	color: #F7D54E;
}

body .work-first-fold-shortcode .inner-section .anim-heading{
	margin-bottom: 80px;
}

body .work-first-fold-shortcode .inner-section .anim-heading h1 .break-text span{
	opacity: 0;
}

/* Second Fold Section CSS */

body .second-fold-section{
    position: relative;
}

body .second-fold-section .logo-container{
	display: flex;
	flex-wrap: wrap;
}

body .second-fold-section .logo-container .logo-elem{
	position: relative;
	display: block;
	width: 16.66%;
	min-height: 100px;
	margin-bottom: 15px;
}

body .second-fold-section .logo-container .logo-elem .logo-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

body .second-fold-section .logo-container .logo-elem .logo-inner img{
	display: block;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	-webkit-transition: all 0.4s cubic-bezier(.16,.84,.44,1);
	-o-transition: all 0.4s cubic-bezier(.16,.84,.44,1);
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .second-fold-section .logo-container .logo-elem .logo-inner:hover img{
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	-webkit-transition: all 0.6s cubic-bezier(.16,.84,.44,1);
	-o-transition: all 0.6s cubic-bezier(.16,.84,.44,1);
	transition: all 0.6s cubic-bezier(.16,.84,.44,1);
}

/* Case Study CSS */

body .fold-shortcode.work-case-study-shortcode .inner-section .section-content .text-container{
	display: flex;
	width: 72%;
}

body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col{
	width: 50%;
	padding: 7%;
}

body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col.background-col{
	position: relative;
	overflow: hidden;
}

body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col.background-col .background-1{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col.background-col .background-2{
	position: absolute;
	bottom: 20px;
	left: 30px;
	width: 200px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
	z-index: 2;
}

body .work-case-study-shortcode .case-study-col.text-col h3{
	font-weight: 400;
}

body .work-case-study-shortcode .case-study-col .col-sub-text h3,
body .work-case-study-shortcode .case-study-col .col-button p{
	text-transform: uppercase;
	font-weight: 600;
}

body .work-case-study-shortcode .case-study-col .col-button p{
	position: relative;
	display: inline-block;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-case-study-shortcode .case-study-col .col-button p:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-case-study-shortcode .case-study-col.text-col .col-desc h3{
	margin-bottom: 40px;
}

body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col .main-heading h1{
    margin-top: 40px;
    margin-bottom: 40px;
}

/* #Blue Case Study CSS */

body .work-case-study-shortcode.blue-cs .inner-section .section-content .text-container .case-study-col.text-col{
	background: #202945;
}

body .work-case-study-shortcode.blue-cs .case-study-col.text-col h1,
body .work-case-study-shortcode.blue-cs .case-study-col.text-col h3,
body .work-case-study-shortcode.blue-cs .case-study-col.text-col p{
	color: #fff;
}

body .work-case-study-shortcode.blue-cs .case-study-col .col-button p:before{
	background: #fff;
}

body .work-case-study-shortcode.blue-cs .case-study-col .col-sub-text h3{
	color: #F7D54E;
}

body .work-case-study-shortcode.blue-cs .case-study-col .col-button p:hover{
	color: #F7D54E;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-case-study-shortcode.blue-cs .case-study-col .col-button p:hover:before{
	background: #F7D54E;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

/* #Yellow Case Study CSS */

body .work-case-study-shortcode.yellow-cs .inner-section .section-content .text-container .case-study-col.text-col{
	background: #F7D54E;
}

body .work-case-study-shortcode.yellow-cs .case-study-col .col-button p:before{
	background: #202945;
}

body .work-case-study-shortcode.yellow-cs .case-study-col .col-button p:hover{
	color: #fff;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-case-study-shortcode.yellow-cs .case-study-col .col-button p:hover:before{
	background: #fff;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

/* Left Text Case Study */

body .work-case-study-shortcode.cs-left .inner-section .section-content .text-container{
	position: relative;
}

body .work-case-study-shortcode.cs-left .inner-section .section-content .text-container .case-study-col.background-col{
	position: absolute;
	left: 50%;
	height: 100%;
}

body .work-case-study-shortcode.cs-left .case-study-col.text-col{
	float: left;
}

body .work-case-study-shortcode.cs-left .inner-section .section-content .text-container .case-study-col.background-col .background-2{
	bottom: 30px;
	left: auto;
	right: 30px;
	background-position: top right;
}

body #mk-theme-container .case-study1-section{
	position: relative;
}

body #mk-theme-container .case-study2-section{
	position: relative;
}

body #mk-theme-container .case-study3-section{
	position: relative;
}

body #mk-theme-container .case-study3-section:before{
	position: absolute;
	content:'';
	top: 100px;
	right: 0;
	width: 100%;
	height: calc(100% - 100px);
	background: #FBF9F2;
}

body #mk-theme-container .case-study4-section{
	position: relative;
}

body #mk-theme-container .case-study2-section:before{
	position: absolute;
	content: '';
	top 0px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FBF9F2;
	z-index: -1;
}

body #mk-theme-container .case-study4-section:before{
	position: absolute;
	content: '';
	top 0px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FBF9F2;
	z-index: -1;
}

body #mk-theme-container .case-study1-section:before{
	position: absolute;
	content: '';
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FBF9F2;
	z-index: -1;
}

/* Third Fold Section CSS */

body #mk-theme-container .third-fold-section{
	position: relative;
	z-index: 1;
}

body .third-fold-section .page-section-content:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -22vw;
	width: 65vw;
	height: 65vw;
	background: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

body .third-fold-section:after{
	position: absolute;
	content: '';
	bottom: -100px;
	left: 0;
	width: 100%;
	height: 100px;
	background: #FBF9F2;
	z-index: -1;
}

body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline .underline-elem{
	height: 45px;
	bottom: -15px;
}

body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-1 .underline-elem{
	transform: scaleX(1) scaleY(0.9);
	left: -10px;
	bottom: -18px;
}

body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-6 .underline-elem{
	transform: scaleX(1.2) scaleY(0.7);
	bottom: -18px;
}

body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-4 .underline-elem{
	transform: scaleX(2.2);
	bottom: -10px;
}

/* Fourth Fold Section CSS */

body #mk-theme-container .fourth-fold-section{
	position: relative;
	z-index: 1;
	padding-bottom: 20px;
}

body .fourth-fold-section .page-section-content:before{
	position: absolute;
	content: '';
	top: 50%;
	right: -22vw;
	width: 65vw;
	height: 65vw;
	background: #FBF9F2;
	border-radius: 50%;
	transform: translateY(-50%)
}

body .work-fourth-fold-shortcode .ff-stats-row{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 60px;
	width: 60vw;
}

body .work-fourth-fold-shortcode .ff-sub-text h3{
	margin-left: 10vw;
}

body .work-fourth-fold-shortcode .ff-stats-row .stats-col{
	flex: 1;
}

body .work-fourth-fold-shortcode .ff-stats-row .stats-col .stat-icon{
	display: flex;
	justify-content: center;
}

body .work-fourth-fold-shortcode .ff-stats-row .stats-col .stat-icon svg{
	width: 120px;
	height: 120px;
	margin-bottom: 30px;
}

body .work-fourth-fold-shortcode .ff-stats-row h1{
	text-align: center;
	transform: scale(1.4);
}

body .work-fourth-fold-shortcode .ff-stats-row .stats-desc-text h1{
	margin-top: 20px;
	color: #F7D54E;
}

body .work-fourth-fold-shortcode .ff-last-text h2{
	text-align: center;
}

body .work-fourth-fold-shortcode .ff-last-text h2 span{
	display: inline-block;
	background: #202945;
	color: #fff;
	line-height: 100%;
	margin: 10px 0px;
	padding: 4px;
}


/* Dragable Section CSS */

body .work-drag-fold-shortcode .inner-section .main-heading .yellow-text{
	position: relative;
	display: inline-flex;
	top: 30px;
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	opacity: 0;
	will-change: width;
	color: #F7D54E;
}

body .work-drag-fold-shortcode .inner-section .drag-sub-text h2{
	text-align: center;
	margin-top: -20px;
	margin-bottom: 40px;
}

body .work-drag-fold-shortcode .inner-section .main-heading .yellow-text.margin-add{
	padding-left: 20px;
}

body .work-drag-fold-shortcode .inner-section .text-container{
	width: 80%;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container{
	position: relative;
	display: flex;
	width: 100%;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-text h1{
	text-align: center;
	margin-bottom: 40px;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-main-col{
	position: relative;
	width: 50%;
	margin: 0% 5%;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-text-col{
	display: flex;
	align-items: center;
	justify-content: center;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-text-col .text-elem{
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    padding-top: 6%;
	opacity: 0;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-text-col .text-elem.active{
	top: 0px;
	opacity: 1;
	transition: all 0.6s 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-text-col .text-elem .drag-sub-heading{
	margin-bottom: 40px;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col{
	height: 50vh;
	margin: 0%;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-elem-background{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-elem-background .background{
	position: absolute;
	width: 60%;
	height: 60%;
	opacity: 0;
	transition: all 0.4s cubic-bezier(.16,.84,.44,1);
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-elem-background .background.active{
	opacity: 1;
	transition: all 0.6s cubic-bezier(.16,.84,.44,1);
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-elem-background .background svg{
	width: 100%;
	height: 100%;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-main-elem{
	position: absolute;
	height: 100%;
	width: 100px;
	cursor: pointer;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-main-elem .dashed-line{
	position: absolute;
	left: 50.5px;
	height: 1px;
	width: 50vh;
	border-top: 5px dashed #F7D54E;
	transform: rotate(90deg);
	transform-origin: top left;
	z-index: -1;
}

body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-main-elem svg{
	position: absolute;
	top: 50%;
	left: 10;
	width: 100px;
	height: 122px;
	transform: translateY(-50%);
	padding: 0px;
}

/* Mid Large Screen Desktops */

@media only screen and (min-width: 1440px){

}

/* Large Screen Desktops */

@media only screen and (min-width: 1920px){

}

/* Mobile Devices */

@media only screen and (max-width: 765px){

    /* 	First Fold Section CSS */

    body #mk-theme-container .first-fold-section .background-layer{
		background-position: left -300px center;
	}

	body .work-first-fold-shortcode .inner-section .section-content .ff-main-text h1{
		font-size: 26px;
		padding: 0px;
		line-height: 140%;
	}

    /*  Second Fold Section CSS */

    body #mk-theme-container .second-fold-section{
		padding: 0 20px;
	}

	body .second-fold-section .logo-container .logo-elem{
		width: 33.33%;
	}

    /*  Third Fold Shortcode CSS */

    body .work-third-fold-shortcode .inner-section .text-container{
    	padding: 0 20px;
    }

    body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-1 .underline-elem{
		transform: scaleX(1) scaleY(0.9);
		left: -10px;
		bottom: -18px;
	}

	body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-6 .underline-elem{
		transform: scaleX(1) scaleY(0.8);
		bottom: -18px;
	}

	body .work-third-fold-shortcode .inner-section .section-content .text-container .underline-text .underline.line-4 .underline-elem{
		transform: scaleX(1.2) scaleY(0.7);
		bottom: -12px;
	}

    /* 	Case Study Section CSS */

    body .fold-shortcode.work-case-study-shortcode .inner-section .section-content .text-container{
    	width: 100%;
    	padding: 0 20px;
    }

    body .fold-shortcode.work-case-study-shortcode .inner-section .section-content .text-container{
    	flex-wrap: wrap;
    }

    body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col{
    	width: 100%;
    }

    body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col.text-col{
    	padding-top: 60px;
    	padding-bottom: 60px;
    }

    body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col .main-heading h1{
    	margin-top: 25px;
    	margin-bottom: 25px;
    }

    body .work-case-study-shortcode .inner-section .section-content .text-container .case-study-col.background-col{
    	min-height: 50vh;
    }

    body .work-case-study-shortcode.cs-left .inner-section .section-content .text-container .case-study-col.background-col{
    	position: relative;
    	left: 0;
    }

    /* Stats Section CSS */

    body #mk-theme-container .work-fourth-fold-shortcode .ff-stats-row{
    	width: 100%;
    	flex-wrap: wrap;
    }

    body #mk-theme-container .work-fourth-fold-shortcode .ff-stats-row .stats-col{
    	display: block;
    	width: 100%;
    	flex:auto;
    	margin-bottom: 25px;
    }

    body #mk-theme-container .work-fourth-fold-shortcode .ff-stats-row .stats-col.col-3{
    	margin-bottom: 0px;
    }

    /* Dragable Section CSS */

    body .work-drag-fold-shortcode .inner-section .text-container{
    	width: 100%;
    	padding: 0px;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container{
    	flex-wrap: wrap;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-main-col{
    	width: 100%;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col{
    	height: auto;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-main-elem{
    	display: none;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-text-col{
    	display: block;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-text-col .text-elem{
    	position: relative;
    	opacity: 1;
    	top: 0;
    }

    body .work-drag-fold-shortcode .inner-section .text-container .drag-main-container .drag-elem-col .drag-elem-background .background{
    	opacity: 1;
    }

    body .work-drag-fold-shortcode .inner-section .text-elem.elem-2{
    	margin-top: 40px;
    }

    body .work-drag-fold-shortcode .inner-section .text-elem.elem-2 .main-heading .yellow-text{
    	width: auto;
    	opacity: 1;
    	top: 0;
    }

    body .work-drag-fold-shortcode .inner-section .text-elem svg{
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	z-index: -1;
    }

    body .work-drag-fold-shortcode .inner-section .text-elem.elem-2 svg{
    	top: calc(50% + 80px);
    }
}
