
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
a:focus
{
    outline: none !important;
    text-decoration: none !important;
}
ol, ul {
	list-style: none;
}
img
{
	max-width: 100%;
}
.margin-auto
{
	margin: 0 auto;
}
.portfolio p
{
	margin: 5px 0 20px 0;
    	line-height: 28px;
    	color: #7B7B7B;
    	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
a:hover
{
    text-decoration: none !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.container2{
	max-width: 1080px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.neon
{
	color: #0b66c3 !important;
}
section#home, section#case_studies, section#about, section#contact  {
    scroll-margin-top: 70px;
}
section#banner, #other_projects
{
	margin-top: 100px;
	@media screen and (max-width:767px) {
			margin-top: 70px;
		}
}
.back_btn
{
	text-transform: capitalize;
    height: 50px;
    line-height: normal;
    border: 2px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px 0 15px;
    color: #000;
    transition: all 0.2s ease;
    font-size: 18px;
	font-weight: normal;
		@media screen and (max-width:767px) {
			padding: 0 20px 0 10px;
			height: 40px;
			font-size: 14px;
	}
	img
	{
		width: 20px;
    	margin: 0 5px;
			@media screen and (max-width:767px) {
				width: 14px;
		}
	}
	&:hover
	{
		color: #000;
	}

}
.gray_bg, section#case_studies
{
	background-color: #F6F6F6;
}
#myself
{
	padding: 65px 0;
}
#myself .container {
	display: flex;
	align-items:center;
}
.portfolio .container-fluid, #contact .container-fluid {
     padding: 50px 0;
}
.portfolio .navbar .container-fluid
{
	padding: 0;
}
#home .navbar
{
	height: 100px;
    display: flex;
    align-items: center;
    margin: 0;
	transition: 0.4s;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	background-color: #fff;
}
#home .navbar #logo
{
	transition: 0.4s;
}
#home .navbar .navbar-nav>li>a
{
	padding: 0;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
	margin: 6px 20px;
    font-weight: 500;
}
#home .banner
{
    height: 580px;
    display: flex;
    margin-top: 100px;
	position: relative;
	.left_text,.right_img {
		width: 50%;
	}
	.left_text{
        display: flex;
        align-items: center;
		.title
		{
			font-size: 24px;
    		font-weight: 600;
			line-height: normal;
    		margin-bottom: 25px;
		}
		p{
			font-size: 15px;
		}
		.banner_buttons
		{
			margin-top: 16px;
            display: inline-flex;
		}
	}
	.right_img{
		display: flex;
        align-items: end;
        justify-content: right;
		img{
			width: 85%;
		}
    }
	}
}
#home .banner h2
{
	text-transform: none;
}

#home .banner .arrow
{
    width: 25px;
    height: 24px;
    margin: 0 auto;
    bottom: 39px;
    position: absolute;
    left: 49%;
}
.portfolio h2,.portfolio h3, #thanks, #contact h2
{
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.portfolio .banner h2 span
{
	color: #0b66c3;
}
div#thanks {
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
div#thanks h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 60px;
    margin: 30px 0;
}
#thanks .button {
    margin-top: 30px !important;
}
.portfolio h2, #contact h2, .nda_page h2
{
	font-size: 38px;
	line-height: 57px;
	font-weight: 700;
	position: relative;
	color: #262626;
	text-transform: uppercase;
	margin-top: 0;
}
.portfolio h3
{
	font-size: 28px;
	color: #0b66c3;
	line-height: 42px;
	font-weight: 600;
}
.portfolio #myself h3
{
	margin:12px 0 5px 0;
}

.portfolio .button, #thanks .button, #contact .button
{
	height: 50px;
	line-height: normal;
    border: 2px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 35px;
    margin: 0 5px 0 0;
	color: #000;
	transition: all 0.2s ease;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
}
.portfolio .button img {
    margin-right: 7px;
}
.portfolio .button:hover, #thanks .button:hover
{
	color: #fff;
	background-color: #000;
}
.portfolio .button:hover img
{
	fill: #fff;
	filter: invert(1);
}
.bottom_line
{
	width: 115px;
	height: 5px;
	background-color: #000;
}
#education .edu_card, #experience .edu_card {
    max-width: 540px;
	width: 100%;
    height: 126px;
    overflow: hidden;
    box-shadow: 0 0 6px #00000029;
	margin: 30px 0 0 0;
	padding: 20px;
}
#experience .edu_card
{
	margin:30px 4px 4px 4px ;
	height: auto;
	padding:25px 20px;
	margin-bottom: 30px;
}
#education .edu_card .year, #experience .edu_card .year
{
	font-size: 20px;
    color: #000;
    line-height: normal;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    display: block;
}
.edu_card span.year p
{
	font-size: 11px;
	line-height: normal !important;
    margin: 0 !important;
}
#experience .edu_card .year
{
	line-height: 30px;
	padding-right: 30px;
	margin-bottom: 0;
}
#education .edu_card h4, #vision .vision_card h4, #experience .edu_card h4
{
	font-size: 20px;
    color: #0b66c3;
    line-height: 25px;
    font-weight:700;
    font-family: 'Roboto', sans-serif;
	margin: 0;
}
#experience .edu_card h4
{
	color: #000000;
}
#experience .edu_card.right {
    margin-left: 20px;
}
#experience .owl-dots {
    padding-top: 15px;
}
#experience .owl-dots button.owl-dot.active {
    background-color: #000;
	border: 1px solid #000 !important;
}
.owl-nav {
    position: absolute;
    right: 0;
    bottom: -17px;
}
.owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 0 3px #00000029;
    margin-left: 10px;
}
.owl-nav button img {
    width: 17px;
    opacity: 0.7;
}
.owl-nav button:hover
{
	background:#FAFAFA !IMPORTANT;
}
.owl-nav button:hover img
{
	opacity: 1;
}
#education .edu_card p, #experience .edu_card p
{
	margin: 5px 0 0 0;
    line-height: 28px;
}
.col-sm-6.col-xs-12.right .edu_card, .col-sm-6.col-xs-12.right .vision_card
{
	float: right;
}
#testimonials
{
	text-align: center;
}
#testimonials .user
{
    width: 110px;
    height: 110px;
    margin: 20px auto 0 auto;
    border-radius: 50%;
}
#testimonials .user.less
{
	padding: 5px;
}
#testimonials .item p, .nda_page p, .ps_text li, .ps_text p
{
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size: 20px;
    color: #000000;
    line-height: 35px
}
#testimonials .item span
{
	color: #7B7B7B;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 30px
}
.owl-dots {
    text-align: center;
    padding-top: 35px;
}
.owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #000 !important;
    margin: 0 3px;
}
.owl-dots button.owl-dot.active {
    background-color: #0b66c3;
	border: 1px solid #0b66c3 !important;
}
#vision p.text-center, #process p.text-center, #process p:last-child.text-center
{
	max-width: 810px;
    margin: 20px auto 40px auto;
	font-weight: 500;
}
#vision .row
{
	display: flex;
	flex-wrap: wrap;
}
#vision .vision_card {
    max-width: 500px;
}
#vision .vision_card h4
{
	line-height: 35px;
}
#vision .vision_card p
{
	margin: 0 0 30px 0;
}
#process p.text-center
{
	max-width: 660px;
}
#process img
{
	margin:  20px auto 60px auto;
}
#case_studies .row
{
	margin-top: 50px;
	display: flex;
    align-items: center;
	img
	{
		border-radius: 10px;
	}
}
.case_card .hashtag
{
		background-color:#e9e9e9;
        padding: 10px;
        border-radius: 70px;
        margin: 0 2px 10px 0;
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
		display: inline-block;
}
#case_studies .case_card p.light
{
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 13px;
    color: #414141;
    margin: 14px 0 10px 0;
    display: block;
    font-weight: 600;
}
#case_studies .case_card h2
{
	text-transform: none;
    line-height: 50px;
    color: #0b66c3;
    font-size: 40px;
}
#case_studies .case_card p
{
	font-size: 16px;
	line-height: 26px;
	color: #6E6E6E;
	font-family: 'Poppins', sans-serif;
	max-width: 520px;
}
#case_studies .col-lg-6.col-lg-push-6.col-md-6.col-md-push-6.col-sm-6.col-sm-push-6.col-xs-12 img
{
	float: right;
}
a.view.button {
    margin-top: 10px;
}
#blog .blog_card
{
	background-color: #F6F6F6;
	margin: 25px 0;
}
#blog .blog_card .img
{
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
    align-items: center;
}
#blog .blog_card .text
{
	padding: 35px;
}
#blog .blog_card .text h4
{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	margin-top: 0;
	color: #000;
}
#blog .blog_card .text span
{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #6E6E6E;
}
#blog .blog_card .text p
{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
}
#contact .cont_card
{
	margin: 30px 0 20px 0;
	border-right: 1px solid #000000;
}
#contact .cont_card .label_top
{
	color: #0b66c3;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	display: flex;
    align-items: center;
}
#contact .cont_card .label_top img
{
	margin-right: 15px;
}
#contact .cont_card .label_top span
{
	height: 22px;
}
#contact .cont_card .content
{
	color: #6E6E6E;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	padding-top: 10px;
}
#contact .cont_card .content a
{
	color: #6E6E6E;
}
#contact .cont_card .content a:hover
{
	color: #000;
}
#contact .form-group {
    margin-bottom: 25px;
}
#contact .form-control {
    border-radius: 0;
    height: 60px;
    border: none;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
}
#contact textarea.form-control {
    height: auto;
	resize: none;
	padding-top: 15px;
}
#contact .button
{
	background-color: #000;
	color: #fff;
}
.no_border
{
	border-right: none !important;
}
#contact .col-md-4.col-xs-12 {
    padding-right: 2px;
}
.mobile
{
	display: none;
}
@media screen and (max-width:1024px) {
	#home .banner h1
	{
		max-width: 650px;
	}
	.mobile
	{
		display: block;
		color: red !important;
		font-size: 16px !important;
		text-align: center;
		font-weight: 500;
	}
	#case_studies a
	{
		pointer-events: none;
		opacity: 0.5;
	}
	#home .banner h1
	{
		font-size: 35px;
		margin: 0;
	}
	#home .banner h1 p::after {
		width: 239px;
		right: -32px;
		bottom: -114px;
		height: 226px;
	}
	.portfolio p, #case_studies .case_card p
	{
		margin: 15px 0;
		line-height: 25px;
		font-size: 14px;
	}
	.portfolio h2, #case_studies .case_card h2
	{
		font-size: 30px;
	}
	.portfolio #myself h3
	{
		margin: 25px 0 20px 0;
		font-size: 22px;
    	line-height: 32px;
	}
	.bottom_line {
		width: 90px;
		height: 4px;
	}
	.portfolio .button
	{
		height: 45px;
		line-height: normal;
		padding: 0 25px;
		font-size: 13px;
		font-weight: 500;
	}
	#education .edu_card .year
	{
		font-size: 14px;
		font-weight: 600;
	}
	#education .edu_card h4, #vision .vision_card h4
	{
		font-size: 16px;
		line-height: normal;
	}
	#education .edu_card p
	{
		line-height: normal;
	}
	#experience .edu_card
	{
		width: auto;
	}
	#experience .edu_card .year
	{
		font-size: 14px;
		font-weight: 500;
		line-height: 28px;
		padding: 0;
	}
	#experience .edu_card h4
	{
		font-size: 15px;
	}
	#experience .edu_card p {
		font-weight: 500;
	}
	#testimonials .item p
	{
		font-size: 18px;
    	line-height: 30px;
	}
	#case_studies .case_card h2
	{
		line-height: normal;
	}
	#case_studies .case_card p.light
	{
		font-size: 12px;
		margin: 0 0 5px 0px;
	}
	#case_studies .case_card p
	{
		margin: 0 0 5px 0;
		font-size: 13px;
	}
	#blog .blog_card .img
	{
		height: auto;
	}
	#blog .blog_card .text
	{
		padding: 20px;
	}
	#blog .blog_card .text h4
	{
		font-size: 14px;
	}
	#blog .blog_card .text p
	{
		line-height: normal;
		font-size: 13px;
	}
	#contact .col-md-4.col-xs-12 {
		padding-right: 0px;
	}
}
@media screen and (max-width:767px) {
	#contact .col-md-4.col-xs-12
	{
		padding-right: 15px;
	}
	.portfolio #myself img.img-responsive
	{
		max-width: 80%;
		margin-bottom: 30px;
	}
	.portfolio h2
	{
		line-height: 38px;
		margin-bottom: 15px;
	}
	#home .banner
	{
		height: 565px;
		margin: 0;
		margin-top: 60px;
	}
	#home .banner h1 p::after {
		display: none;
	}
	.portfolio .banner h2
	{
		font-size: 26px;
		color: #000;
		margin: 0 0 10px 0;
		line-height: normal;
	}
	#home .banner h1 p
	{
		margin: 0 !important;
		font-weight: 700 !important;
	}
	#home .banner h1, #home .banner h1 p
	{
		font-size: 26px;
		color: #000;
		margin: 30px 0 10px 0;
		line-height: normal;
		font-weight: 700;
	}
	#home .banner h1 span
	{
		font-weight: 700;
	}
	#education .edu_card
	{
		height: auto;
	}
	#education .edu_card .year {
		font-size: 20px;
		margin-bottom: 12px;
	}
	#education .edu_card h4, #vision .vision_card h4 {
		font-size: 18px;
		margin-top: 10px;
	}
	#experience .edu_card {
		margin: 30px 4px 20px 4px !important;
	}
	#testimonials .item p
	{
		font-size: 14px;
    	line-height: 24px;
	}
	#testimonials .item span
	{
		font-size: 14px;
    	line-height: 24px;
	}
	#vision .vision_card
	{
		text-align: center;
		padding: 0 20px;
	}
	#case_studies .row
	{
		display: block;
	}
	#case_studies .case_card h2
	{
		margin-bottom: 0;
	}
	#case_studies .case_card p.light
	{
		margin: 20px 0 5px 0px;
	}
	#process p.text-center, #process p:last-child.text-center
	{
		margin-bottom: 15px;
	}
	#contact .cont_card {
		margin: 20px 0 0 0;
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
		padding-bottom: 20px;
	}
}


/* PROJECT BUILDER BOX */
.project #banner img
{
	width: 100%;
}
/* .project .container {
    width: 100% !important;
	max-width: 1090px !important;
} */
.project .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.project .number {
	font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    color: #FFDD00;
    border-bottom: 4px solid #1A2E45;
    display: inline-block;
    padding: 0 6px;
    margin-top: 60px;
	margin-bottom: 10px;
    letter-spacing: 3.2px;
}
.caps
{
	text-transform: uppercase;
}
.project .header
{
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    color: #1A2E45;
	letter-spacing: 1.1px;
}
.project .text-center
{
	margin-left: auto;
	margin-right: auto;
}
.project p
{
	font-family: 'Poppins', sans-serif;
	color: #484848;
	font-size: 16px;
    line-height: 25px;
	letter-spacing: 0.8px;
}
section#content1 .container-fluid, section#content2 .container-fluid, .container-fluid.vector, section#content3
{
	position: relative;
}
section#content1 .container-fluid:after
{
    content: "";
    position: absolute;
    width: 455px;
    height: 523px;
    top: 25px;
    right: 0;
    z-index: -1;
    background: url(../img/blue1.svg);
}
section#content2 .container-fluid:after
{
	content: "";
    position: absolute;
    width: 420px;
    height: 486px;
    bottom: -240px;
    left: -1px;
    z-index: -1;
    background: url(../img/blue3.svg);
}
section#content3:before
{
    content: "";
    position: absolute;
    width: 455px;
    height: 523px;
    top: 50px;
    right: 0;
    z-index: -1;
    background: url(../img/blue1.svg);
}
section#content3:after
{
	content: "";
    position: absolute;
    width: 420px;
    height: 486px;
    bottom: -80px;
    left: -1px;
    z-index: -1;
    background: url(../img/blue3.svg);
}
.container-fluid.vector:after
{
    content: "";
    position: absolute;
    width: 419px !important;
    height: 486px !important;
    top: 625px !important;
    right: 0 !important;
    z-index: -1;
    background: url(../img/blue2.svg) !important;
	left: auto !important;
}
section#content1 .row
{
	display: flex;
}
section#content1 .row .col-md-5
{
	display: flex;
    align-items: flex-end;
	justify-content: center;
}
section#content1 p span
{
	display: block;
}
section#content1 p:not([class])
{
	margin-bottom: 30px;
	/* padding-right: 55px; */
}
section#content2 .mid-width
{
	max-width: 620px;
}
section#content2 p:not([class])
{
	margin-bottom:70px;
}
section#content2 .persona, section#content3 .before_after, .persona
{
	background-color: #fff;
	border-radius: 32px;
	box-shadow: 0px 3px 44px #00000026;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
section#content2 .persona .img-content, .persona .img-content
{
    position: absolute;
    text-align: left;
    bottom: 50px;
    z-index: 1;
    color: #fff;
	width: 264px;
	padding-left: 50px;
}
section#content2 .persona .img-content p,  .persona .img-content p
{
	font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 57px;
    color: #fff;
	letter-spacing: 1.9px;
	margin-bottom: 10px;
}
section#content2 .persona .img-content span,  .persona .img-content span
{
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
	display: block;
	margin: 12px 0;
}
section#content2 .persona .persona_content, .persona .persona_content
{
	padding-top: 20px;
	padding-right: 20px;
}
section#content2 .persona .persona_content p.header,  .persona .persona_content p.header
{
	margin-bottom: 5px;
}
section#content2 .persona .persona_content p:not([class]), .persona .persona_content p:not([class])
{
	font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    padding-right: 20px;
	margin-bottom: 20px;
}
section#content2 .persona .persona_content ul, .persona .persona_content ul
{
	margin-bottom: 16px;
	padding-right: 20px;
}
.flow p.header
{
	margin-top: 40px;
}
.flow span
{
	display: block;
	margin: 20px auto;
}
.flow img
{
	margin-bottom: 30px;
}
section#content2 .persona .persona_content ul li, .persona .persona_content ul li
{
	position: relative;
	padding-left: 15px;
	font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
	font-family: 'Poppins', sans-serif;
}
section#content2 .persona .persona_content ul li::before, .persona .persona_content ul li::before
{
	content: "";
    width: 7px;
    height: 7px;
    background-color: #B7B7B7;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 7px;
}
.map {
    margin: 40px 0;
}
section#content3 span, .flow span, .jobsforher .testing span
{	
	font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
	font-family: 'Poppins', sans-serif;
	color: #B7B7B7;
}
section#content3 .before_after
{
	padding: 30px;
	margin-bottom: 35px;
}
section#content3 .before_after p.header
{
	text-align: center;
	margin:10px 0 40px 0;
}
/* section#content3 .before_after .bottom_line
{
	margin:20px auto 40px auto;
    width: 80px;
} */

section#content3 .before_after p:not([class])
{
	margin: 20px 0;
	font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.6px;
}
section#content3 .before_after .emo_card
{
	text-align: center;
	
}
section#content3 .before_after .emo_card>img
{
	position: relative;
}
section#content3 .before_after .emo_card .smiley {
    position: absolute;
    right: 59px;
    top: 103px;
}
section#content4 .header
{
	padding:0 0 20px 0;
}
p.type1 {
    color: #1A2E45;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
	letter-spacing: 3px;
	
}
p.type2 {
    color: #1A2E45;
    font-size: 27px;
    font-weight: 600;
    line-height: 40px;
	letter-spacing: 1.35px;
	margin: 0;
}
p.type3 {
    color: #1A2E45;
    font-size: 21px;
    font-weight: 700;
    line-height: 31px;
	letter-spacing: 1.05px;
	margin: 0 0 30px 0;
}
p.type3>span
{
	font-weight: 400 !important;
	display: inline-block !important;
}
.colorbox
{
	display: flex;
    justify-content: center;
    max-width: 720px;
    flex-wrap: wrap;
    margin:0 auto 70px auto;
}
.color {
    width: 129px;
    height: 129px;
    border-radius: 50%;
}
.color.one
{
	background-color: #FFDD00;
}
.color.two
{
	background-color: #1A2E45;
}
.color.three
{
	background-color: #C7CAD9;
}
.color.four
{
	background-color: #1F1F1F;
}
.color.five
{
	background-color: #B7B7B7;
}
.color.six
{
	background-color: #EEEEEE;
}
.box {
    margin: 25px 25px 5px 25px;
}
.box p {
    color: #1A2E45;
    font-size: 21px;
    font-weight: 600;
    padding-top: 20px;
}
section#content4 .header.type4
{
    padding: 0;
    margin: 0;
}
#design_bg, #wireframe
{
    width: 100%;
    position: relative;
    overflow: hidden;
    /* background: url(../img/blue_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}
#design_bg::before, #wireframe::before
{
    content: "";
    position: absolute;
    width: 420px;
    height: 486px;
    bottom: 125px;
    left: -1px;
    z-index: -1;
    background: url(../img/blue3.svg);
}
/* #wireframe::before
{
	background: url(../img/blue3.svg);
} */
#wireframe {
    margin-top: 50px;
}
#design_bg::after,  #wireframe::after
{
	content: "";
    position: absolute;
    width: 455px;
    height: 523px;
    top: 60px;
    right: 0px;
    z-index: -1;
    background: url(../img/blue1.svg);
}
#wireframe::before
{
	background: url(../img/blue4.svg);
	width: 456px !important;
    height: 522px !important;
	bottom: 195px;
}
#wireframe::after
{
	background: url(../img/blue2.svg);
	width: 419px !important;
    height: 486px !important;
	top: 35px;
}
#footer
{
	margin: 50px 0;
}
#footer h1
{
    color: #1A2E45;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    margin: 0;
}
#footer h1 span
{
	color: #FFDD00;
}
/* JOBSFORHER */
.project.jobsforher .number
{
	color: #92C139;
	border-bottom: 4px solid #000000;
}
.project.sa .number
{
	color: #0077B5;
	border-bottom: 4px solid #000000;
}
.project.jobsforher .header
{
	color: #000000;
}
.project.jobsforher .persona .header
{
	color: #92C139;
}
.jobsforher section#content2 .persona .img-content p
{
	line-height: 45px;
}
.jobsforher .color.one
{
	background-color: #92C139;
}
.jobsforher .color.two
{
	background-color: #000000;
}
.jobsforher .color.three
{
	background-color: #404040;
}
.jobsforher .color.four
{
	background-color: #737373;
}
.jobsforher .color.five
{
	background-color: #B7B7B7;
}
.jobsforher .color.six
{
	background-color: #F3F3F3;
}
.jobsforher section#content4 .header {
    padding: 0 0 5 0;
}
.jobsforher .testing span
{
	margin-bottom: 20px;
	display: block;

}
.jobsforher #footer h1 span {
    color: #92C139;
}
.jobsforher section#content1 .container-fluid:after
{
    background: url(../img/green1.svg);
}
.jobsforher section#content2 .container-fluid:after
{
	background: url(../img/green3.svg) !important;
}
.jobsforher section#content2 .container-fluid.vector:after
{
	background: url(../img/green1.svg) !important;
	height: 523px !important;
}
.jobsforher section#content3:before, .jobsforher section#content3:after
{
	display: none;
}
.jobsforher #wireframe::before
{
	content: "";
    position: absolute;
    width: 420px !important;
    height: 486px !important;
    left: -1px;
	bottom: 0;
    z-index: -1;
    background: url(../img/green3.svg);
}
.jobsforher #wireframe::after {
    background: url(../img/green1.svg);
    width: 419px !important;
    height: 523px !important;
    top: 0px;
}
.jobsforher #design_bg::before
{
	background: url(../img/green3.svg);
}
.jobsforher #design_bg::after
{
	background: url(../img/green1.svg);
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #0b66c3;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.8em;
}
nav a:hover, nav a :focus {
	outline: none;

}
.nav>li>a:hover
{
		background-color: transparent !important;
}
.fancy ul li a {
	padding: 10px;
	color: #0b66c3;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.fancy ul li a:after{
	bottom: -8px;
	/* -webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px); */
	position: absolute;
	left: 25%;
	width: 50%;
	height: 3px;
	background: #0b66c3;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s, width 0.1s, left 0.1s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, width 0.1s, left 0.1s;
}
.fancy ul li a.active
{
	color: #0b66c3 !important;
}
.fancy ul li a.active:after
{
	opacity: 1;
}
.fancy ul li a:hover, .fancy ul li a:focus {
	color: #333;
}
.fancy ul li a:hover::after, .fancy ul li a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.fancy ul li a:active::after {
	left: 0;
	width: 100%;
}


.menu_mobile {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	outline: none;
	display: none;
  }
  .line {
	fill: none;
	stroke: #262626;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
  }
  .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
  }
  .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
  }
  .opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
  }
  .opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
  }
  .opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
  }
  @media screen and (max-width:767px) {
	.menu_mobile
	{
		display: block;
		float: right;
		z-index: 100;
		position: relative;
	}
	.overlay {
		display:none;
		position:fixed;
		top:0;
		left: 0;
		height:100%;
		width:100%;
		background:#fff;
		overflow:auto;
		z-index:99;
		margin: 0;
	  }
	  .navbar .container-fluid, .navbar .container
	  {
		margin: 0;
		width: 100%;
		padding: 0;
	  }
	  .container>.navbar-header {
		float: left;
		margin: 10px !important;
	}
	#home .navbar
	{
		height: auto !important;
    	padding: 5px;
	}
	.flex
	{
			width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
	}
	#home .navbar .navbar-nav>li>a {
		padding: 4px;
		color: #000;
		font-family: 'Poppins', sans-serif;
		font-size: 21px;
		margin: 40px 20px;
		font-weight: 400;
	}
}
.project.sa .orange
{
	color: #FF8000 !important;
}
.project.sa .blue
{
	color: #0077B5 !important;
}
.project.sa p>span
{
	font-weight: 600;
    display: block;
    padding-bottom: 20px;
}
.project.sa #content1 p>span
{
	padding-bottom: 0px;
}
.width_550
{
	max-width: 550px;
}
.project.sa .goal_card
{
	border: 1px solid #D0D0D0;
    padding: 20px;
    border-radius: 2px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-top: 30px;
}
.project.sa .goal_card .imgbox
{
    height: 60px;
    margin: 30px 0 5px 0;
}
.project.sa .goal_card p
{
	color: #FF8000;
	font-size: 15px;
	letter-spacing: -0.45px;
	line-height:19px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	margin-bottom: 15px !important;
}
.project.sa .goal_card span
{
    color: #484848;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.sa .color.one
{
	background-color: #FF8000;
}
.sa .color.two
{
	background-color: #0077B5;
}
.sa .color.three
{
	background-color: #404040;
}
.sa .color.four
{
	background-color: #737373;
}
.sa .color.five
{
	background-color: #B7B7B7;
}
.sa .color.six
{
	background-color: #F3F3F3;
}
.sa .p3
{
	margin-top: 55px;
}
.sa section#content2 .container-fluid:after
{
	display: none;
}
.sa .persona .persona_content p:not([class])
{
	margin-bottom: 30px;
}
.sa .persona .persona_content ul
{
	margin-bottom: 35px;
}
.m50
{
	margin: 50px 0 20px 0;
}
.sa section#content1 .container-fluid:after
{
	background: url(../img/sky1.svg);
}
.sa section#content3:before
{
    background: url(../img/sky2.svg);
    width: 419px;
    height: 487px;
    bottom: 815px;
    top: auto;
}
.sa section#content3:after
{
	background: url(../img/sky3.svg);
	top: 500px;
	bottom: auto;
}
.sa #design_bg::before
{
	background: url(../img/sky3.svg);
}
.sa #design_bg::after
{
	background: url(../img/sky1.svg);
}
.sa #footer h1 span
{
    color: #0077B5 !important;
}
.sa_tab {
    max-width: 950px;
    margin: 42px auto;
    background: #fff;
    box-shadow: 0 0 4px #00000029;
}
.sa_tab .nav-tabs>li
{
	width:50%;
	margin-bottom: 0;
}
.sa_tab .nav-tabs>li>a
{
	font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 33px;
    color: #484848 !important;
	letter-spacing: 1.1px;
	text-align: center;
	border-width: 0 0 1px 0 !important;
}
.sa_tab .nav>li>a:focus, .sa_tab .nav>li>a:hover
{
	border-width: 0 0 3px 0 !important;
	border-bottom: 3px solid #FF8000;
}
.sa .header
{
	color: #000000;
}
.sa_tab .tab-content ul
{
    list-style-type: disc;
    margin-left: 18px;
    padding: 0 30px 0 0;
    color: #484848;
}
.sa_tab .tab-content ul li
{
	color: #484848;
	font-size: 16px;
    line-height: 25px;
	letter-spacing: 0.8px;
}
.tab-content {
    padding: 30px 10px;
}
.sa_tab .nav-tabs>li.active a
{
	font-weight: 600;
	color: #FF8000 !important;
	border-width: 0 0 3px 0 !important;
	border-bottom: 3px solid #FF8000;
}
#video, #blog_content
{
	margin-top: 100px;
}
a.back
{
	display: block;
	margin: 50px 0;
	color: #060606;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;

}
a.back img
{
		margin: 0 10px 0 0;
}
.mg video
{
	margin-bottom: 50px;
}
.shadow {
    box-shadow: 0 3px 6px #00000029;
}
.footer {
    background: #0b66c3;
    height: 64px;
    display: flex;
    align-items: center;
}
.footer p
{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
/* BLOG */
#blog_content a.back
{
	margin: 30px 0;
}
#blog_content h1
{
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
	letter-spacing: 2.3px;
	line-height: 69px;
	color: #000;
	font-weight: 600;
}
.blog_post_details
{
	display: flex;
	align-items: center;
}
.blog_post_details .img
{
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
}
.blog_post_details p.details
{
	margin: 0 10px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color:#6E6E6E;
}
.blog_post_details p.details.name
{
	color:#000;
	font-weight: 500;
}
.blog_img
{
    margin: 20px 0 30px 0;
	display: inline-block;
}
.blog_img.text-center
{
	width: 100%;
	margin-bottom: 50px;
}
/* .blog_img.text-center iframe
{
	max-width: 100%;
    height: auto;
} */
#blog_content p.body_text
{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #484848;
	margin: 0 0 25px 0;
	max-width: 1080px;
	display: flex;
}
#blog_content p.body_text span
{
	font-weight: 600;
	padding-right: 5px;
}
#blog_content p.body_text span.problem
{
	color: #F60000;
}
#blog_content p.body_text span.solution
{
	color: #0b66c3;
}
#blog_content h3
{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	letter-spacing: 1.2px;
	line-height: 35px;
	color:#000000;
	font-weight: 600;
    margin: 30px 0 20px 0;
}
#blog_content p.body_text.link
{
	display: block;
}
#blog_content p.body_text.link a {
    font-weight: 600;
}
.mt20
{
	margin-top: 20px !important;
}
@media screen and (max-width:1024px) {
	#blog_content h1
	{
		font-size: 35px;
		margin: 0;
	}
	#blog_content p.body_text
	{
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.blog_img.text-center iframe
	{
		max-width: 100%;
		height: 400px;
	}
}
@media screen and (max-width:767px) {
	#video, #blog_content
	{
		margin-top: 70px;
	}
	#blog_content h1
	{
		line-height: 45px;
    	font-size: 32px;
	}
	.blog_post_details .img
	{
		display: none;
	}
	.blog_post_details p.details
	{
		font-weight: 500;
		margin: 0 10px 0 0;
		font-size: 12px;
	}
	#blog_content p.body_text
	{
		line-height: normal;
		font-size: 14px;
	}
	.blog_img.text-center iframe
	{
		height: auto;
	}
	.blog_img.text-center
	{
		margin-bottom: 10px;
	}
	#blog_content.blog3 h3
	{
		font-size: 19px;
		line-height: normal;
	}
	#blog_content h3
	{
		
		margin: 20px 0 10px 0;
	}
}
.owl-carousel.owl-loaded.desktop, .owl-carousel.owl-loaded.mobile{
	display: none;
}
@media screen and (min-width:600px) {
	.owl-carousel.owl-loaded.desktop{
		display: block;
	}
}
@media screen and (max-width:599px) {
	.owl-carousel.owl-loaded.mobile{
		display: block;
	}
}
.flex_divide
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nda_page{
	ul{
		list-style: disc;
	}
	font-family: 'Poppins', sans-serif;
	.hashtag
	{
		background-color: D9D9D9;
        padding: 10px;
        border-radius: 70px;
        margin: 0 12px 5px 0;
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
		display: inline-block;
	}
	.margin-20
	{
		margin: 20px 0 30px 0;
		color: #000;
		display: inline-block;
	}
	.tb_gap
	{
		padding-top:40px;
		padding-bottom:40px;
	}
	.nda_top_banner
	{
		padding: 50px 0;
	}
	.nda_img_top {
		max-width: 450px;
	}
	.ps_text
	{
		p
		{
			font-size: 18px;
			font-weight: 500;
			color: #000;
			line-height: normal;
		}
		.flex_divide p
		{

		}
		ul{
			padding: 10px 0 20px 50px;
		}
		li
		{
			font-size: 24px;
			font-weight: 400;
			font-family: 'Poppins', sans-serif;
			font-size: 18px;
			line-height: 35px;
		}
		.img_right
		{
			width: 245px;
            height: 350px;
            display: flex;
            align-items: center;
            justify-content: right;
		}
	}
	.body_bold_text
	{
		font-size: 20px;
        font-weight: 400;
		color: #000;
        line-height: normal;
		margin: 30px 0;
	}
	.myrole .rounded_box
	{
		border-radius: 24px;
        border: 1px solid #CDCDCD;
        padding: 25px;
		width: 47%;
		margin-bottom: 20px;
		background-color: #fff;
		h3
		{
			margin: 0 0 20px 0;
		}
		.tags_point
		{
			width: 50%;
			float: left;
		}
		.long_tag
		{
			background-color: E5E5E5;
            padding: 10px 20px;
            border-radius: 12px;
            margin-right: 12px;
            color: #000;
            font-family: 'Poppins', sans-serif;
            font-size: 14px;
            font-weight: 500;
            display: inline-block;
            margin-top: 10px;
            margin-bottom: 0px;
		}
	}
	.flex_box
	{
		display: flex;
		justify-content: space-between;
	}
	.rounded_box ul
	{
		li
		{
			margin-left: 20px;
            font-size: 18px;
            line-height: 34px;
		}
	}
	.research_pr, .key_design, .impact
	{
		ul li
			{
				font-size: 20px;
				margin: 30px;
				line-height: 30px;
				text-transform: capitalize;
				span
				{
					font-weight:500;
				}
			}
	}
	.key_design
	{
		display: flex;
		justify-content: space-between;
		.round_box{
			background-color: #fff;
            border-radius: 24px;
            padding: 20px;
			width: 48%;
			box-shadow: 0px 0px 10px 0px #dddddd;
			h3
			{
				font-weight: 600;
			}
		}
	}
	.impact
	{
		ul li
		{
			margin: 22px 0 20px 30px;
		}
	}
}
@media screen and (max-width:1024px){
	.nda_page 
	{
		.nda_img_top
		{
			display: none;
		}
		.myrole .rounded_box
		{
			width: 49%;
		}
		.body_bold_text, ul li
		{
			font-size: 16px !important;
		}
		.nda_top_banner{
			.hashtag
			{
				margin: 10px 10px 0px 0;
			}
		}

	}
	.portfolio h2, #contact h2, .nda_page h2
	{
		font-size: 30px;
	}
	#footer h1
	{
		font-size: 40px;
		line-height: normal;
		margin: 0;
	}
}
.mockup
{
	text-align: center;
	.link_button
	{
        height: 39px;
        line-height: normal;
        border: 1px solid #000;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px;
        margin: 30px;
        color: #000;
        transition: all 0.2s ease;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
        border-radius: 20px;
	&:hover
		{
			color: #fff;
			background-color: #000;
		}
	}
}
@media screen and (max-width:520px){
	.nda_page 
	{
		.portfolio h2, #contact h2, h2
		{
			font-size: 24px;
			line-height: normal;
		}
		.nda_top_banner
		{
			padding: 30px 0;
		}
		.margin-20{
			margin: 10px 0 20px 0;
		}
		
		.flex_box
		{
			display: block;
			.rounded_box
			{
				width: 100%;
				.long_tag, .tags_point
				{
					font-size: 14px !important;
					margin-right: 0;
				}
			}
		}
		.ps_text {
			ul{
				padding: 0px 0 10px 30px;
			}
			.img_right
			{
				display: none;
			}
		}
	
	#testimonials .item p, .nda_page p, .ps_text li, .ps_text p
	{
		font-size: 16px !important;
	}
	.research_pr ul li
	{
		margin: 20px 0 15px 30px;
	}
	.key_design
	{
		display: block;
		.round_box
			{
				width: 100%;
				margin-bottom: 20px;
				ul li
					{
						margin: 20px 0 15px 30px;
					}
			}
	}
	#footer h1
	{
		font-size: 30px;
	}
}
}
@media screen and (max-width:767px){
	.banner
	{
		h1
		{
			display: none;
		}
		.left_text
		{
			width: 100% !important;
		}
		.right_img{
			display: none !important;
		}
	}
}