/**
  Author 	: HIMANSHU GUPTA 
  Email 	: himanshucse2012@gmail.com
	Website	:	https://www.indiowebsolution.in/portfolio 
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700,800&display=swap');

/* Basic CSS starts */

body{
	font-size: 16px;
	color: #676767;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  scrollbar-width: none;  /* Firefox */
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
}

p{
	margin:0;
	padding:0;
	line-height: 26px;
}

a{
	outline: 0;
	text-decoration: none !important;
}

a:hover{
	outline: 0;
	text-decoration: none !important;
}

a:hover,a:active,a:focus {
	outline: 0;
	text-decoration: none !important;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

.pad-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}

.pad-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pad-200,
.pad-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.pad-top-100 { padding-top: 100px; }
.pad-top-200 { padding-top: 200px; }

.btn-theme {
  color: #666 !important;
  border: 1px solid #eee;
  border-radius: 0px;
  font-size:15px;
  padding:8px 20px;
	background: #f3f3f3;
}

.btn-theme:hover {background: #eee;}
.btn-theme.btn-lg {
	padding: 14px 32px;
	font-size: 17px;
}

.parallax {background: url('../img/background/banner.jpg') 50% fixed; background-size: cover;}

/* Colors */

.red {color: #de3a25;}
.green {color: #6dba08;}
.lblue {color: #49beba;}
.purple {color: #8d2cb3;}
.white {color: #ffffff;}

.bg-red {background: #de3a25;}
.bg-green {background: #6dba08;}
.bg-lblue {background: #49beba;}
.bg-purple {background: #8d2cb3;}

.bg-white { background: #fff; }
.bg-gray { 
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.bg-theme {
	background: #313f54 !important;
}


/* Basic CSS ends */

.navbar {
	background: rgba(0,0,0,0.25);
	padding-top: 15px;
	padding-bottom: 15px;
}


.navbar.oap1 {
	/*background: #6062f3;*/
	background: #313f54;
}

.navbar-brand img {
	width: 100%;
	max-width: 230px;
}
.navbar .nav-item {
	padding: 0 12px;
}

.navbar .nav-item:last-child{padding-right:0;}
.navbar .nav-item .nav-link {
	color: #fff;
	text-transform: uppercase;
}

.navbar .navbar-toggler {
	color: #fff;
	border-color: #fff;
}

.banner {
	padding-top: 350px;
}

.caption .caption-title {
	color: #fff;
	font-size: 3rem;
	letter-spacing: -4px;
}

.caption .caption-title i {
	font-size: 14px;
	position: relative;
	bottom: 0px;
	left: 3px;
}

.caption .caption-title .ttyper {
	display: block;
	margin-top: 0px;
	font-size: 6rem;
	font-weight: 300;
	letter-spacing: -5px;
	text-transform: uppercase;
}

.caption .caption-para {
	color: #eee;
	max-width: 780px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.025rem;
}

.hero {
	text-align: center;
}

.hero h2 {
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 44px;
	line-height: 60px;
}

.hero h2 span {
	font-size: 80px;
	color: #6062f3;
}

.hero img {
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	margin-top: 30px;
}

.promo p {
	font-size: 52px;
	line-height: 80px;
	text-align: center;
	font-weight: 300;
	word-spacing: 0.25em;
	text-transform: uppercase;
	color: #fff;
}


.default-heading {
	margin-bottom: 60px;
	text-align: center;
}

.default-heading h2 {
	font-size: 3rem;
	letter-spacing: -3px;
	font-weight: 800;
	text-transform: capitalize;
	line-height: 62px;
}

.default-heading.light h2{
	color: #fff !important;
}

.service .service-item {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 50px 40px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
  -webkit-transition: box-shadow 300ms ease; /* Safari */
  transition: box-shadow 300ms ease;
}

.service .service-item:hover {
	box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
}

.service .service-item i {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 80px;
	line-height: 100px;
	text-align: center;
	color: #6062f3;
  -webkit-transition: -webkit-transform 500ms ease; /* Safari */
  transition: transform 500ms ease;
}

.service .service-item:hover i {
  -webkit-transform: rotate(90deg); /* Safari */
  transform: rotate(90deg);
}

.service .service-item h3 {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 38px;
}

.work .what-do-item {
	max-width: 360px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.work .what-do-item h4 { 
	margin-bottom: 20px;
	font-size: 24px; 
	font-weight: 400;
}
.work .what-do-item p { 
	line-height: 26px; 
}

.work .group {
	margin-top: 60px;
	margin-bottom:40px;
	text-align: center;
}

.work .group .btn {
	display: inline-block;
	margin: 5px;
	border-radius: 0 !important;
}

#work { 
	background: #f5f5f5;
	border-bottom: 1px solid #eee; 
	border-right: 1px solid #eee; 
}

#work .mix{
	display: none;
}

.mix{
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}


.mix .element { 
	position: relative; 
	overflow: hidden;
}

.mix .w-hover {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
       -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
           transition: all 0.2s ease;
}

.mix:hover .w-hover { 
	top: 0;
	opacity: 1; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mix .w-hover h3 {
	margin: 0;
	margin-top: 15%;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 22px;
	color: #fff;
	text-align: center;
}

.mix .w-hover hr {
	width: 100%;
	max-width: 50px;
	border-top: 3px solid #fff;
	margin: 0 auto;
}

.mix .w-hover .sub-text {
	display: block;
	margin-top: 8px;
	padding: 0;
	text-align: center;
	color: #fff;
}

.mix .w-hover a {
	display: block;
	margin: 0 auto;
	margin-top: 8px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	border-radius: 50px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
   -webkit-transition: all 500ms cubic-bezier(0.01,0.85,0.34,0.97);
      -moz-transition: all 500ms cubic-bezier(0.01,0.85,0.34,0.97);
       -ms-transition: all 500ms cubic-bezier(0.01,0.85,0.34,0.97);
        -o-transition: all 500ms cubic-bezier(0.01,0.85,0.34,0.97);
           transition: all 500ms cubic-bezier(0.01,0.85,0.34,0.97);
}

.mix:hover .w-hover a{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.work .work-btn {
	text-align: center;
}

.work .work-btn p {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}

.about .about-img {
	max-width: 400px;
	margin-right: 10px;
	margin-left: auto;
	border-top-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 160px;
	box-shadow: -5px 5px 2px 1px #fff;
}

.about .about-img img {
	width: 100%;
	border-bottom-left-radius: 160px;
	border-top-right-radius: 160px;
	border-left: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.about h3, .about h4, .about h5, .about p {color: #fff;}
.about .about-info h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 70px;
	font-weight: 300;
	text-transform: uppercase;
}

.about .about-info h5 {
	font-weight: 400;
	font-size: 18px;
}

.about .about-info p {
	margin-top: 40px;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 1px;
}

.about .about-info .btn {
	display: inline-block;
	margin-top: 40px;
}

.hit-counter h2 {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
}

.hit-counter .hits {
	text-align: center;
}

.hit-counter .hits img {
	width: 100%;
	max-width: 130px;
	margin-top: 40px;
	border: 1px solid #eee;
	padding: 2px;
}

.hit-counter .hits .hits-digit span {
	display: inline-block;
	margin: 0;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 32px;
	font-weight: 700;
	background: #6062f3 url('../img/background/line.png') center center repeat-x;
	color: #fff;
	border-radius: 0px;
  -webkit-box-shadow: 0 7px 6px -6px #777;
     -moz-box-shadow: 0 7px 6px -6px #777;
          box-shadow: 0 7px 6px -6px #777;
}

.cta {padding: 100px 0;}

.cta-content h3,
.cta-content p { color: #fff; }

.cta-content h3 {
	margin-top: 0;
	font-size: 24px;
	line-height:32px;
}

.cta-content .cta-button {
	margin-top: 5px;
	text-align:center;
}

.cta-content small{
	color:#fff;
	font-size:13px;
	margin-top:15px;
	display:block;
	font-weight:700;
}	

.cta-content small i{
	width:20px;
	height:20px;
	margin-right:3px;
	line-height:21px;
	background:#fff;
	border-radius:50px;
}	

.skill .skill-item {
	padding: 35px 0;
	text-align: center;
	border: 2px solid rgba(255,255,255,0.8);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.skill .skill-outer { 
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 8px 6px -6px #aaa;
     -moz-box-shadow: 0 8px 6px -6px #aaa;
          box-shadow: 0 8px 6px -6px #aaa;
}
.skill .skill-item h4 {
	margin-top: 30px;
	margin-bottom: 0;
	font-size: 28px;
	font-weight: 300;
}

.contact .contact-content {
	padding-top: 30px;
	text-align: center;
}

.contact .contact-content h3 small { 
	color: #fff; 
	font-weight: 700;
}
.contact .contact-content h3 a { color: #fff; }
.contact .contact-content h3 {
	display: inline-block;
	margin-top: 30px;
	padding: 0 30px;
	font-size: 42px;
	font-weight: 300;
	line-height: 80px;
	letter-spacing: 1px;
	border: 5px solid #fff;
}

.port-banner {
	text-align: center;
	margin-bottom: 100px;
}

.port-banner h2 {
	margin-top: 150px;
	margin-bottom: 30px;
	font-size: 4rem;
	line-height: 140%;
	color: #fff;
}

.port-banner h4 {
	padding-bottom: 50px;
	line-height: 140%;
	color: #fff;
}
.portfolio .p-item {
	max-width: 480px;
  margin: 0px auto;
  margin-bottom: 40px;
	background: #f1f1f1;
  -webkit-box-shadow: 0 8px 6px -6px #aaa;
     -moz-box-shadow: 0 8px 6px -6px #aaa;
          box-shadow: 0 8px 6px -6px #aaa;
}

.portfolio .p-item img {
	padding: 4px;
	padding-bottom: 0;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
          box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);
}

.portfolio .p-item h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px 25px;
	font-size: 28px;
	font-weight: 300;
	color: #263447;
}

.portfolio .p-item h3 a {
	position: relative;
	top: -3px;
	display: block;
	float: right;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	background: rgba(0,0,0,0.35);
	color: #fff;
}

.portfolio .p-item h3 a:after {
	clear: right;
}

.portfolio .p-item .type,
.portfolio .p-item a.btn {
	display: table;
	width: 50%;
	float: left;
	margin: 0;
	padding: 12px 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 26px;
	text-align: center;
	border: 0px !important;
	border-radius: 0;
}

.portfolio .p-item .type {
	color: #fff;
}

.portfolio hr {
	margin-top: 30px;
	margin-bottom: 0px;
}
.download-block {text-align: center;}
.download-block img {
	max-width: 100px;
	margin: 0 auto;
	margin-top: 15px;
}

/* opacity animation */

.opacity {
	opacity : 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.delay-zero {
	-webkit-animation-duration: 600ms;
	-moz-animation-duration: 600ms;
	-ms-animation-duration: 600ms;
	-o-animation-duration: 600ms;   
	animation-duration: 600ms;
}

.delay-one {
	-webkit-animation-duration: 800ms;
	-moz-animation-duration: 800ms;
	-ms-animation-duration: 800ms;
	-o-animation-duration: 800ms;   
	animation-duration: 800ms;
}

.delay-two {
	-webkit-animation-duration: 1200ms;
	-moz-animation-duration: 1200ms;
	-ms-animation-duration: 1200ms;
	-o-animation-duration: 1200ms;   
	animation-duration: 1200ms;
}

.opacity.animated {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

footer {
	padding-top: 60px;
	padding-bottom: 50px;
	text-align: center;
}
footer .social { 
	margin-bottom: 30px;
	text-align: center;
}
footer .social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.facebook {	background: #3280e7; }
.facebook:hover { background: #134fa0; }

.twitter { background: #32c8de;}
.twitter:hover {	background: #188392;}

.google-plus {background: #f96f4a;}
.google-plus:hover {	background: #eb6440;}

.linkedin  {	background: #729fda;}
.linkedin:hover {background: #3069b6;}

.dribbble{background: #ff2edf;}
.dribbble:hover {background: #c700a9;}

.bloger {background: #ffab72;}
.bloger:hover {background: #ea8f52;}


footer .copy-right {
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}


.totop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	background: rgba(0,0,0,0.5); 
}

.totop a, .totop a:visited{
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}

.totop a:hover {
	color: #eee;
	text-decoration: none;
}


/* Responsive CSS */

/* Mobile phones */
@media (max-width: 525px){
	.mix .w-hover h3 {margin-top: 50px;}
	.contact .contact-content h3 { font-size: 13px !important;}
	
	.port-banner h2 {font-size: 32px;}
	.port-banner h4 {font-size: 14px;}
	
	footer .social a {
		margin: 0 2px;
		margin-bottom: 4px;
	}
}

/* Tablets */
@media (max-width: 767px){
	.mix { width: 50% !important; }
	.mix .w-hover { 
		top: 0%;
		left: 0%;
		z-index: 5;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.8);
		opacity: 1; 
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.mix .w-hover a {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.contact .contact-content h4{ font-size: 18px; }
	.contact .contact-content h3 { 
		font-size: 20px; 
		line-height: 28px;
		padding: 8px 12px;
	}
		
	.portfolio .p-item {
		margin-top: 0;
		margin-bottom: 40px;
		padding-bottom: 0px;
	}
	
	.port-banner h2 {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.port-banner h4 {	padding-bottom: 0px;}
}

/* Desktop */
@media (max-width: 991px){
	.navbar {
		/*background: #6062f3;*/
		background: #313f54;
	}
		
	.navbar .nav-item.active .nav-link {
		border-bottom-color: transparent;
	}

	.mix { width: 33.31%; }	
	.cta .cta-content {
		text-align: inherit;
		max-width: 100%;
	}

	.cta-content .cta-button {margin-top: 5px;}
}

/* Small */
@media (max-width: 720px) {	
	.navbar-brand img {
		max-width: 150px;
	}
	
	.cta .cta-content {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	
	.cta-content .cta-button {
		margin-top: 30px;
	}
		
	.about .about-img {
		margin: 0 auto;
	}

	.about .about-info {
		text-align: center !important;
	}
	
	.skill .skill-outer { max-width: 300px;}
	.hit-counter h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.hit-counter .hits .hits-digit span {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 22px;
	}
	
}

/* Extra Small */
@media (max-width: 480px){		
	.pad-150 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.pad-100 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.pad-200,
	.banner	{
		padding-top: 100px;
		padding-bottom: 100px;
	}
		
	.promo p {
		font-size: 32px;
		line-height: 50px;
	}

	.pad-top-100 { padding-top: 50px; }
	.pad-top-200 { padding-top: 100px; }
	.mix { width: 100% !important; }
	.caption .caption-title .ttyper {
		font-size: 1em;
		letter-spacing: 0px;
	}
	.hero {padding: 70px 0 !important; }
	.hero h2 {
		font-size: 36px;
		line-height: 46px;
	}
	.about .about-info h3 {font-size: 56px}
}