body {
	margin: 0;
	padding: 0;
	font-family: "Muli-Regular", sans-serif !important;
	font-weight: 400;
	color: #b3b3b3;
}
@font-face {
	font-family: Muli-Regular;
	src: url("./fonts/Muli-Regular.ttf");
}
@font-face {
	font-family: Muli-Black;
	src: url("./fonts/Muli-Black.ttf");
}
@font-face {
	font-family: Muli-SemiBold;
	src: url("./fonts/Muli-SemiBold.ttf");
}
@font-face {
	font-family: Muli-Bold;
	src: url("./fonts/Muli-Bold.ttf");
}
@font-face {
	font-family: Muli-Light;
	src: url("./fonts/Muli-Light.ttf");
}

.m-light {
	font-family: "Muli-Light", sans-serif;
	font-weight: 300;
}

.m-bold {
	font-family: "Muli-Bold", sans-serif;
	font-weight: 700;
}

.m-semiBold {
	font-family: "Muli-SemiBold", 'Open Sans', sans-serif;
	font-weight: 600;
}
.m-black {
	font-family: "Muli-Black", 'Open Sans', sans-serif;
	font-weight: 900;
}
.light-grey {
	color: #b3b3b3 !important;
}

.px-top {
	padding-top: 20px;
}
.dark-grey {
	color: #595959;
}

.head-container {
	position: relative;
}

.back-img {
	width: 100%;
	height: 100%;
}

.back-img img  {
	width: 100%;
}

.img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
}

.main-header {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;	
	transform: translate(-50%, -50%);
}

.table-section {
	height: 200px;
}
.table-section table {
	width: 100%;
	margin: auto;
	position: relative;
	top: -190px;
	background-color: #fff;
}
.table-section td {
	border: 1px solid #ebebeb;
	height: 190px;
	width: 200px;
	text-align: center;
	font-size: 2.7rem;
	color: #a5a5a5;
	text-transform: uppercase;
}
.table-section .table-col {
	border: 1px solid #ebebeb;
	height: 190px;
	width: 200px;
	text-align: center;
	font-size: 2.7rem;
	color: #a5a5a5;
	text-transform: uppercase;
}
-webkit-@keyframes scale-up {
	0% {
		transform: scale(0,0);
	}
	100% {
		transform: scale(1,1);
	}
}
-moz-@keyframes scale-up {
	0% {
		transform: scale(0,0);
	}
	100% {
		transform: scale(1,1);
	}
}
-o-@keyframes scale-up {
	0% {
		transform: scale(0,0);
	}
	100% {
		transform: scale(1,1);
	}
}
@keyframes scale-up {
	0% {
		transform: scale(0,0);
	}
	100% {
		transform: scale(1,1);
	}
}
.table-col-text {
	display: none;
}
.table-section table td:hover{
	background: #23af42;
	-moz-background: -moz-linear-gradient(to bottom right, #142e5f, #23af42);	
	background: -webkit-linear-gradient(to bottom right, #142e5f, #23af42);
	background: linear-gradient(to bottom right, #142e5f, #23af42);
	color: #fff;
	border: none;
	cursor: pointer;
	vertical-align: top;
	text-align: left;
	padding-top: 20px;
	padding-left: 24px;
	font-family: "Muli-Bold", sans-serif;
	font-weight: 700;
	-webkit-animation: scale-up .5s 1;
	-moz-animation: scale-up .5s 1;
	-o-animation: scale-up .5s 1;
	animation: scale-up .5s 1;
}
.table-section .table-col:hover .table-col-text {
	display: block;
	padding-top: 10px;
}
.project-inner-txt {
  	padding: 0 0 0 3%;
  	text-align: center;
}
.project-inner-txt h2 {
	font-family: "Muli-Regular", sans-serif !important;
	font-weight: 400;
	padding: 20px 0 15px;	
}
.project-info p {
	font-size: 2rem;
}

.projects-tab {
	margin: 40px 0;
	padding: 0 0 0 6%;
}
.projects-tab a {
	color: #6f6f6f;
	font-size: 2.2rem;
	padding: 12px 28px 18px !important;
}
.projects-tab .nav-tabs>li {
	margin: 0 25px; 
}
.projects-tab .nav-tabs>li>a:hover {
	background-color: #fff !important;
	border-color: #fff;
}
.projects-tab .nav-tabs>li.active>a, .projects-tab .nav-tabs>li.active>a:focus,
.projects-tab .nav-tabs>li.active>a:hover {
	border: none;
	border-bottom: 4px solid #fff;
	-moz-border-image: -moz-linear-gradient(-90deg, #25b442, #152f60);
	border-image: -webkit-linear-gradient(-90deg, #25b442, #152f60);
	border-image: linear-gradient(-90deg, #25b442, #152f60);
	border-image-slice: 1;
	color: #152f60;
}
.project-img {
	margin: 0 0 25px;
}
.project-info h3 {
	font-size: 2.9rem;
	padding-bottom: 20px;
	margin: 0;
}
.project-info .fsize {
	font-size: 2.2rem;
}
.screenshot {
	background-image: url("../img/portfolio-img/portfolio-V2.jpg");
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 29em;
	width: 100%;
}
.scroll {
	animation:15s linear 0s infinite alternate tb-anim;
	-webkit-animation:15s linear 0s infinite alternate tb-anim;
	-ms-animation:15s linear 0s infinite alternate tb-anim;
}
.px-top-bottom {
	padding: 30px 0;
}
@keyframes tb-anim{
0%{background-position:0 0;}
10%{background-position:0 20%;}
20%{background-position:0 20%;}
30%{background-position:0 33%;}
40%{background-position:0 33%;}
60%{background-position:0 66%;}
70%{background-position:0 66%;}
90%{background-position:0 100%;}
100%{background-position:0 100%;}
}

@-webkit-keyframes tb-anim{
0%{background-position:0 0;}
10%{background-position:0 11%;}
30%{background-position:0 33%;}
40%{background-position:0 33%;}
60%{background-position:0 66%;}
70%{background-position:0 66%;}
90%{background-position:0 100%;}
100%{background-position:0 100%;}
}
.frame{
	width: 100%;
	background: #fff;
	border:4px solid #464646;
	border-radius: 2px;
	position: relative;
}
.frame-head{
	width: 100%;
	padding:10px 40px 10px 55px;
	background: #464646;
	position: relative;height:40px;
}
.addressbar{
	font-size: 0.8em;
	line-height: 1;
	display: block;
	text-align: left;
	background: #fff; 
	border-radius: 3px;
	height: 20px;
	padding: 6px 10px;
	color: #636161;
}
.scroll-screen-btn {
	position: absolute;
	background-color: #fff;
	bottom: -17px;
	left: 20px;
	padding: 3px 20px;
	border: 2px solid #000;
	cursor: pointer;
}
.frame-dot{
	background: #9d9c9c;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	position: absolute;
	left:22px;
	top: 16px;
}
.frame-dot:before,.frame-dot:after{
	background: #9d9c9c;
	width: 100%; 
	height:  100%;
	border-radius: 100%; 
	position: absolute;
	top: 0;
	content: "";
}
.frame-dot:before{
	left:-12px;
}
.frame-dot:after{
	right:-12px;
}
.frame-line{
	background: #9d9c9c;
	width:16px; 
	height:3px;
	border-radius:3px; 
	position: absolute;
	right:14px;
	top: 18px;
}
.frame-line:before,.frame-line:after{
	background: #9d9c9c;
	width: 100%; 
	height:  100%;
	border-radius:3px; 
	position: absolute;
	content: "";
	left: 0;
}
.frame-line:before{
	top: -5px;
}
.frame-line:after{
	bottom:-5px;
}
.project {
	border-bottom: 1px solid #eee;
}
.laptop {
	width: 100%;
	background-color: #fff;
	border: solid 4px #848484;
	position: relative;
	margin: 1rem 0;
}
.title_bar {
	width: 100%;
	padding: 10px 40px 10px 55px;
	background-color: #848484;
	position: relative;
	height: 40px;
}
.title_bar_circle {
	background-color: #ccc;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 16px;
	left: 22px;
}
.title_bar_circle:before, .title_bar_circle:after {
	content: "";
	background-color: #ccc;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	position: absolute;
	top: 0;

}
.title_bar_circle:before {
	left: -12px;
}
.title_bar_circle:after {
	right: -12px;
}
.title_bar_address {
	font-size: .8rem;
	line-height: 1;
	display: block;
	background-color: #fff;
	border-radius: 3px;
	height: 20px;
	padding: 4px 10px;
}
.title_bar_lines {
	background-color: #ccc;
	width: 16px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	top: 18px;
	right: 14px;
}
.title_bar_lines:before, .title_bar_lines:after {
	content: "";
	background-color: #ccc;
	width: 16px;
	height: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0;
}
.title_bar_lines:before {
	top: -5px;
}
.title_bar_lines:after {
	bottom: -5px;
}
.laptop_window {
	margin: 0;
	padding: 0;
	height: 15rem;
}
.display-screenshot {
	display: block;
}
.display-iframe {
	display: none;
}
.px-left {
	padding-left: 35px;
}
.box {
	position: relative;
	padding: 2% 3%;
	box-shadow: 0 0 2em 0.8em rgba(0,0,0,0.04);
	display: inline-block;
	width: 32rem;
	display: block;
	text-decoration: none;
	margin: 5px 0 30px;
}
.alternate .box {
	left: 0;
}
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.box ul li {
	padding: 5px 0 8px;
}
.box .box-title {
	font-size: 1.9rem;
	display: block;
}
.box a, .box span {
	font-size: 1.6rem
}
.button-arrow {
	position: relative;
	height: 4rem;
	color: #fff;
	text-align: left;
	margin-bottom: 8px;
	padding: 4px 15px;
	border: none;
	border-left: 4px solid #23b43f;
	background-color: #152f60;
	font-size: 1.8rem !important;
	line-height: 1.8;
	display: block;
	border-radius: 0;
	width: 100%;
	margin-top: 5px;
}
.button-arrow:hover {
	color: #fff;
	background: -moz-linear-gradient(-90deg, #25b442, #152f60);
	background: -webkit-linear-gradient(-90deg, #25b442, #152f60);	
	background: linear-gradient(-90deg, #25b442, #152f60);
}
.button-arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 4px;
	background: #fff;

}
.button-arrow:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 35%;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-left: 12px solid #fff;
}
.icon_arrow {
	display: none;
}
.alternate .icon_arrow {
	display: none;
}
.blue {
	fill: #25b442;
}
.project-inner {
	position: relative;
	margin-bottom: 1.4rem;
	font-family: "Muli-Regular", sans-serif !important;
	font-weight: 400;
}
.project-inner:after {
	content: "";
	width: 4px;
	height: 16px;
	position: absolute;
	left: 2px;
	background: #25b442;
	bottom: -15px;
}
.my-btn {
	border: none;
	border-left: 4px solid #23b43f;
    color: #ffffff;
    padding: 10px 50px 10px;
    border-radius: 0;
    font-size: 2.4rem;
    margin: 35px 0;
    background-color: #152f60;
}
.my-btn a {
	color: #fff;
}

.my-btn:hover {
	background: #26b340;
	transition: all 5s;
	background: -webkit-linear-gradient(-34deg, #25b442, #152f60);/*  Chrome 10-25, Safari 5.1-6*/ 
  	background: linear-gradient(-34deg, #25b442, #152f60); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   	
}
.img-shadow {
	-webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
	-moz-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
	box-shadow:0 3px 16px 0 rgba(0, 0, 0, .11);
	margin: 35px 0 40px;
	padding: 0;
	width: 100%;
	height: auto;
}
.load-more-btn {
	text-align: center;
	margin: 20px 0 25px;
}
.dropussec {
	border: none;
}
@media screen and (min-width: 768px) {
	.portfoliotext {
		padding: 0 3rem;
	}
	.alternate .project_title {
		text-align: left;
	}
	.project_title {
		margin: 4% 0 6%;
		text-align: right;
	}
	.laptop_window {
		height: 25rem;
	}
	.display-iframe {
		display: block;
	}
	.display-screenshot {
		display: none;
	}
	.alternate .box {
		left: 40%;
	}
	.icon_arrow {
		position: absolute;
	    width: 9rem;
	    height: 15rem;
	    overflow: hidden;
	    top: 5%;
	    left: -24%;
	    display: block;
	}
	.alternate .icon_arrow {
    	transform: scaleX(-1);
	    top: 6%;
	    left: 95%;
	    z-index: 1;
	    display: block;
	}
}
@media screen and (max-width: 1200px) {
	.projects-tab .nav-tabs>li {
		margin: 0 18px; 
	}	
}
@media screen and (max-width: 1024px) {
	.main-header h1 {
		font-size: 5rem ;
	}
}
@media screen and (max-width: 992px) { 
	.main-header h1 {
		font-size: 3.9rem ;
	}
	.table-section {
		height: 130px;
	}	
	.projects-tab .nav-tabs>li {
		margin: 0;
	} 
	.table-section table {
		top: -130px
	}
	.table-section td, .table-section .table-col {
		font-size: 2rem;
		height: 130px;
		width: 190px;
	}
	.table-section .table-col:hover {
		padding-top: 12px;
		padding-left: 12px;
	}
	.table-section .table-col:hover p {
		font-size: 12px;
	}
	.project-info p {
		font-size: 1.8rem
	}
	h2 {
		font-size: 3.2rem
	}
	.my-btn {
		font-size: 2.2rem;
	}
	.project-info h3 {
		font-size: 	2.15rem;
	}
	.project-info .fsize {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) { 
	.px-top-bottom {
		padding: 0 0 20px;
	}
	.table-section table {
		top: 0px;
	}
	.table-section {
		height: 260px;
	} 
	.table-section td, .table-section .table-col {
		font-size: 2rem;
	}
	h2 {
		font-size: 2.5rem !important;
	}
	.project-info p {
		font-size: 1.5rem;
		text-align: left;
	}
	.project-inner-txt {
		padding: 0;
	}
	.projects-tab a {
		font-size: 2rem;
		padding: 10px 20px 14px !important;
	}
	.my-btn {
		font-size: 1.8rem;
	}
	.project-info h3 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 600px) {
	.main-header h1 {
		font-size: 2.4rem !important;
	}
	.table-section {
		height: 200px;
	}
	.table-section td, .table-section .table-col {
		font-size: 1.4rem;
		height: 100px;
		width: 175px;
	}
	.table-section .table-col:hover p {
		font-size: 1rem;
	}
	.projects-tab {
		margin: 20px 0 15px;
	}
	.table-section .table-col:hover {
		padding-top: 10px;
		padding-left: 4px;
		border: 1px solid #ebebeb;
	}
	.project-info p {
		font-size: 1.3rem;
	}
	.project-inner-txt h2 {
		padding: 10px 0 5px;
	}
	.projects-tab a {
		padding: 5px 12px 15px !important;
		font-size: 1.6rem;

	}
	h2 {
		font-size: 2.3rem !important;
	}
	.projects-tab .nav-tabs>li.active>a, .projects-tab .nav-tabs>li.active>a:focus,
	.projects-tab .nav-tabs>li.active>a:hover {	
		border-bottom: 3px solid #fff;
	}
	.project-info .fsize {
		font-size: 1.6rem;
	}
	.project-info h3 {
		font-size: 2rem;
		padding-bottom: 12px;
	}
	.project-img {
		margin: 0 0 10px;
	}
	.my-btn {
		font-size: 1.6rem;
		padding: 8px 35px 8px;
		margin: 20px 0;
	}
	.img-shadow {
		margin: 20px 0 28px;
	}
	.projects-tab {
		padding: 0 15px;
	}
	.dropussec h3 {
	 	font-size: 14px;
	 }
	 .footer a, .footer ul li a {
	 	font-size: 1.4rem;
	 }
	 .table-section .table-col:hover .table-col-text {
		display: none;
	}
	.table-section .table-col:hover {
		background: #fff;
		padding: 0;
		vertical-align: middle;
		font-family: inherit;
		text-align: center;
		color: #a5a5a5;
		font-family: "Muli-Regular", sans-serif !important;
		font-weight: 400;
	}
}
@media screen and (max-width: 432px) {
	.main-header {
		left: 45%;
	}
	.main-header h1 {
		width: 150%;
	}
	.table-section {
		height: 125px;
	}
	.table-section td, .table-section .table-col {
		font-size: 1.15rem;
	    height: 65px;
	    width: 100px;
	}
	.project-info p{
		font-size: 1.2rem;
	}
	.projects-tab a {
		padding: 5px 6px 5px !important;
		font-size: 1.35rem;
	}
	.projects-tab .nav-tabs>li.active>a, .projects-tab .nav-tabs>li.active>a:focus,
	.projects-tab .nav-tabs>li.active>a:hover {	
		border-bottom: 2px solid #fff;
	}
	.projects-tab {
		margin: 10px 0 4px;
	}
	.project-info h3 {
		font-size: 1.8rem;
	}
	.project-info .fsize {
		font-size: 1.4rem;
	}
	.project-info h3 {
		font-size: 1.6rem;
	}
}