@charset "utf-8";
/* CSS Document */


/* General */

body {
	font-family: 'Poppins', sans-serif;
}
/* Navbar */
/*
.navbar {
	background-color: #5a61ed;
}
*/
.navbar-color {
	background-color: #111517;
}
/* Typography */

.text-justify {
	text-align: justify;
}
/* Backgrounds */

.bg-who-we-are {
	background-color: #111517;
}
.bg-responsive-website-design {
	background-color: #b1bcc7;
}
.bg-professional-email-services {
	background-color: #71cfd6;
}
.bg-brand-designing {
	background-color: #ffd8dd;
}
.bg-social-media-marketing {
	background-color: #fefefe;
}
.bg-product-photography {
	background-color: #f4f2ef;
}
.bg-corporate-documentary {
	background-color: #d9dada;
}
/* Colors */

.bg-who-we-are * {
	color: #ffffff;
}
.text-blue-1 {
	color: #5a61ed;
}
.text-gold {
	color: #ffc100;
}
.text-gray {
	color: #9a9898;
}
/* Buttons */

.btn {
	border-radius: 0;
	padding: 5px 20px;
}
/* Borders */

.border-red-pink {
	border-bottom: 2px solid #fe3e57;
}
/* Who we are */

.section-who-we-are {
	padding: 100px 0;
	padding-bottom: 350px;
}
/* What are you looking for */

.looking-box {
	background-image: url(../images/bg-circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	border: 5px solid #ffd8dd;
	padding: 30px 20px;
}
/*
.looking-box {
	background-image: url(../images/bg-circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	border-left: 5px solid #ffd8dd;
	border-bottom: 5px solid #ffd8dd;
	padding: 30px 20px;
}
*/

/*
.half-border-top {
    border-top: 5px solid #ffd8dd;
    position: relative;
}
.half-border-top:after {
    content: "";
    display:block;
    width:50%;
    height:1px;
    padding:0;margin:0;
    background-color:white;
    position: absolute;
    right:0;
    top:-1px;
}
*/


/* Services */

.service-block {
	padding: 70px 80px;
}
.service-block p {
	text-align: justify;
}
/* Footer */

footer {
	background: #111517;
	padding: 70px 0 20px;
}
footer * {
	color: #fff;
}
footer ul {
	padding-left: 1.3em;
}
footer ul>li {
	margin-bottom: 5px;
}
footer ul>li>a, footer p>a {
	text-decoration: none;
}
footer ul>li>a:hover, footer p>a:hover {
	color: #c3c3c3;
}
footer p.copyright>strong {
	color: #777;
}
/* Breadcrumb */

.breadcrumb-about {
	width: 100%;
	/*	height: 500px;*/
	background: url('../images/about-us/breadcrumb-about.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.section-breadcrumb {
	padding: 180px 0 150px;
}
.section-breadcrumb h3 {
	color: #fff;
	text-shadow: 2px 2px #333;
	border: 2px solid #fff;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
}
.section-breadcrumb a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
	color: #fff;
}
/* About Page */

.img-about {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	border: 2px solid #fff;
	border-radius: 30px;
}
/* Half Section Image */

.img-half-section {
	margin-top: -300px;
}
/* Contact */

form input, form textarea {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #9a9898;
	background: transparent;
	width: 100%;
	margin-bottom: 20px;
}
.btn-gold {
	color: #000;
	background-color: #ffc100;
	border-color: #ffc100;
}
.go-top {
	position: fixed;
	bottom: 4%;
	right: 10%;
	padding: 20px;
	display: none;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
/*
.go-top {
  position:fixed;
  bottom: 4%;
  right: 17.5%;
  padding:20px;
  display:none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
*/
.go-top:after {
	font-family: FontAwesome;
	content: "\f106";
	background-color: #6168f9;
	padding: 5px 15px;
	color: #FFFFFF;
	position: absolute;
	bottom: 10px;
	font-size: 24px;
}
.go-top-text {
	position: absolute;
	width: 60px;
	text-align: center;
	font-family: 'Questrial';
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 12px;
	margin: 20px 0 0 -4px;
}
.go-top:hover {
	transition: all .4s linear;
	transform: scale(1.1);
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-150 {
	padding-bottom: 150px;
}
/* Image Gallery */

.portfolio-menu {
	text-align: center;
}
.portfolio-menu ul li {
	display: inline-block;
	margin: 8px;
	list-style: none;
	padding: 10px 15px;
	cursor: pointer;
	-webkit-transition: all 05s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 05s ease;
	transition: all .5s ease;
}
.portfolio-item {
/*	width:100%;*/
/*	padding-left: 20px;*/
}
.portfolio-item .item {
	/*width:303px;*/
	float: left;
	margin-bottom: 25px;
}
.item-img {
	border: solid 1px #cecece;
}
.item-img {
	position: relative;
	margin-top: 30px;
	margin-left: 30px;
}
.item-img img {
	filter: grayscale(1);
}
.form-check {
	display: block;
	min-height: 1.5rem;
	/* padding-left: 1.5em; */
	margin-bottom: 0.125rem;
}
.pt-100 {
	padding-top: 100px;
}
.portfolio-section {
	padding: 50px 0;
	background-color: #000;
}
.portfolio-section h2 {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.portfolio-menu {
	text-align: center;
}
.control {
	background: #FFFFFF;
	color: #000000;
	padding: 10px 15px;
	border: 1px solid #000000;
	border-radius: 0px;
	margin: 8px;
	cursor: pointer;
	-webkit-transition: all 05s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 05s ease;
	transition: all 0.5s ease;
}
.control:hover {
	background: #000000;
	color: #FFFFFF
}
.mixitup-control-active {
	color: #fff;
	background: #000000;
}
.fancybox-container button:focus {
	outline: 0;
	box-shadow: none;
}
.portfolio-item {
	padding-top: 30px;
}
.pd {
	padding: 0;
	padding: 10px;
}
.pd img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}
.portfolio-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	transition: all 0.5s;
	transform: scale(0);
}
.portfolio-overlay p, .portfolio-overlay a {
	position: relative;
	z-index: 4;
}
.portfolio-overlay::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 0;
	position: absolute;
	left: 10%;
	top: 10%;
	transition: 50ms height ease 150ms;
	z-index: 3;
}
.portfolio-overlay::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 0;
	position: absolute;
	right: 10%;
	bottom: 10%;
	transition: 100ms width ease 200ms;
	z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
	width: 80%;
	height: 80%;
	border-top: 1px solid #50977f;
	border-right: 1px solid #50977f;
	transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
	width: 80%;
	height: 80%;
	border-bottom: 1px solid #50977f;
	border-left: 1px solid #50977f;
	transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
	visibility: visible;
	transform: scale(1);
}
.portfolio-overlay .category {
	margin-top: 70px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.portfolio-overlay .magnify-icon {
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background: #50977f;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
	background: #000;
}
.portfolio-overlay .magnify-icon p span i {
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}
.ml-3{
	margin-left: 30px;
}