@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-size: 16px;
	color: #111;
	font-family:  "Poppins", -apple-system,BlinkMacSystemFont,San Francisco,Helvetica Neue,Helvetica,Ubuntu,Roboto,Noto,Segoe UI,Arial,sans-serif;
	line-height: 1.5;
	letter-spacing: 0.2px;
	color:#222;
	/*animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards*/;
}

/*@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}*/

.clearfix {
	clear:both;
}
a {
	background-color: #fff!important;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
ul,ol {
	padding-bottom: 1rem;
}
ul li {
	padding-bottom:.5rem;
}
h1 {
	font-size: 48px;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
h2 {
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
}
h3 {
	font-size: 31px;
    -webkit-font-smoothing: antialiased;
	padding: 0 0 20px 0;
}
h4 {
	font-size: 25px;
    -webkit-font-smoothing: antialiased;
}
h5 {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
/*	padding-top: 15px;
	font-weight: 700;
	margin: 20px 0;*/
}
.sub-title {
	padding: 20px 0 5px 0;
}
h6 {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
}

p {
	padding-bottom: 1rem;
}

.main-dp {
	font-size: 70px;
	margin: 0;
	color: #111;
	line-height: 1.4;
	text-align: center;
	font-weight: 700;
}
.main-dp img {
	padding: 0 10px;
}
.hero-sub-title {
	display: block;
	font-size: 20px;
	margin: 1em 0 3em;
}
.pd-left{
	padding-left: 5%;
}
.pd-right  {
	padding-right: 5%;
}
.pd-top {
	padding-top: 6em;
}
.pd-bottom {
	padding-bottom: 4em;
}
/*.prj-dp {
	font-size: 16px;
	color: #999;
}*/
.dt-text {
	padding-top: 40%;
	font-size: 18px;
	padding-bottom: 40px;
}
.dt-bg {
	background-color:#F7F9FA;
}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9
{
	padding: 0 1% 0;
}*/


/*****navbar****/
.navbar {
	padding-top: 20px;
	font-size: 16px;
	margin-bottom: 5em;
}
.navbar .navbar-nav {
/*	float: right;*/
	text-align: center;
}
.navbar li {
	padding: 0 20px;
}
.navbar a {
	color: #bbb;
	/*border-bottom: 4px solid #fff;*/
	transition: border .4s;
	transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
	padding: 10px 20px;
}
.navbar .active a, .nav>li>a:focus, .nav>li>a:hover{
	background-color: #fff!important;
	color: #222;
}


/****container****/
.container-fluid {
	padding-left: 8%;
	padding-right: 8%;
}

/*section {
	margin-bottom: 60px;
}*/

/****main-content****/

.hero-section {
	padding: 1em 0 3em;
	text-align: center;
}
.hero-section .hero-button {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #222;
	font-size: 18px;
	border-radius: 8px;
	padding: 12px 20px;
	font-weight: 500;
	text-decoration: none;
}
.hero-section .hero-button:hover {
	background-color: #222!important;
	color: #fff;
}
.hero-button svg {
	display:none;
}
.hero-section .icon-arrow {
	color: #222;
	padding: 2em 6em 0 0;
}

.avatar {
	border-radius: 40px; 
	padding-left: 0;
	padding-top: 15px;
	width: 100%;
}
.pt-link {
	padding: 0 0 0 15px;
	text-decoration: underline;
}
.back-btn {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 60px;
	z-index: 99;
	outline: none;
	color: #333;
	cursor: pointer;
	cursor: pointer;
	padding: 8px 10px;
	border: 1px solid #bbb;
	border-radius: 40px;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}
.back-btn:hover {
	text-decoration: none;
  	box-shadow: 0 4px 10px rgba(79, 177, 200, .6);
}
.img-wrapper-outer {
	overflow: hidden;
    text-align: center;
    display: block;
    margin-bottom: 5em;
	
}
.img-wrapper {
	border-radius: 8px;
	display: block;
}
.img-wrapper-outer .frame {
	width: 100%;
	overflow: hidden;
}
.img-wrapper-outer .label {
	border-radius: 16px;
	font-size: 12px;
	font-weight: 400;
	background-color: #f5f5f5;
	color: #888;
	padding: 4px 10px;
}

.img-wrapper-outer .img-wrapper .pro-img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      transition: all .5s ease;
}
.img-wrapper-outer .img-wrapper img:hover {
	transform: scale(1.08);
}
.img-wrapper-outer:hover {
	text-decoration: none;
}

.list-group-item-text {
	margin: 3em 0 0 0;
	text-align: center;
}
.list-group-sub-item-text {
	margin: 1.6em 0 0 0;
	text-align: center;	
}
.list-group-item-text .second-text {
	font-size: 18px;
	color: #999;
}
.list-group-sub-item-text .primary-text {
	font-size: 20px;
}
.list-group-sub-item-text .second-text {
	font-size: 16px;
	color: #666;
}
.sub-text {
	display: block;
	font-size: 13px;
	color: #999;
	padding: 0;
	margin: 0;
	
}
.pagination-section {
	padding: 60px 0 100px 0;
}
.pr-btn {
	padding: 1em 2em;
	border: 1px solid #bbb;
	border-radius: 30px;
	background-color: #fff;
	font-size: 15px;
	transition: all 0.2s ease-in-out;
	margin: 0 5px;
}
.pr-btn:hover {
	text-decoration: none;
  	box-shadow: 0 4px 10px rgba(79, 177, 200, .6);
}

.icon-prev {
	font-size: 17px;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.icon-home {
	font-size:17px;
	vertical-align: text-bottom;
	margin-right: 5px;	
}
.icon-next {
	font-size:17px;
	vertical-align: text-bottom;
	margin-left:5px;
}
/**project details**/
.logo-wrapper {
	float:left;
}

.titlelabel {
	width: 100%;
    display: flex;
  	flex-direction: row;
    align-items: center;
    margin-top: 2em;
	margin-bottom: 5em;
}
.titlelabel1 {
	width: 100%;
    display: flex;
  	flex-direction: row;
    align-items: center;
	margin-top: 2em;
	margin-bottom: 3.5em;
	background: #fff;
}
.titlelabel h5{
	font-size: 15px;
	color: #bbb;
	letter-spacing: 0.6px;
}
.titlelabel1 h5 {
	font-size: 15px;
	color: #bbb;
	letter-spacing: 0.6px;
}
/*.titlelabel::before{
	content: "";
	width: 2%;
	border-bottom: 1px solid #eee;
	margin-right: 10px;
}*/
.titlelabel::after, .titlelabel1::after {
    content: "";
    border-bottom: 1px solid #e5e5e5;
    margin-left: 10px;
	flex: 2;
}
/*.subtitle {
	font-size: 27px;
}*/

.ct-section {
	margin-bottom: 50px;
}
.border-eee{
	border: 1px solid #eee;
}
.float-right {
	float: right;
}
.float-left {
	float: left;
}



footer {
	padding: 20px 0 40px;
  	flex-direction: row;
    align-items: center;
    color: #aaa;
}
footer p {
	font-size: 13px!important;
}




/*light box*/

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 6.25%;
  margin-top: 20px;
}
.column1 {
  float: left;
  width: 10%;
  margin-top: 20px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: none!important;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1300px;
  border: none;
  border-radius: 0;
  margin: auto;
  display: block;
}

/* The Close Button */
.close {
  color: red;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  filter: alpha(opacity=80);
  opacity: .8;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #333;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  opacity: .6;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
 opacity: 1!important;
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active, .demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
  margin-bottom: 20px;
}

/*.hover-shadow:hover {
  opacity: 0.7;
} */
  

/**Model Images**/
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 80px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/*Filter element*/
.container-list{
  overflow: hidden;
}

.filterDiv {
  display: none; 
}

.show {
  display: block;
}

/* Style the buttons */
#myBtnContainer .btn{
  border: none;
  outline: none;
  padding: 12px 20px;
  background-color: #fff;
  cursor: pointer;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  border-radius: 30px;
  border:1px solid #e6e6e6;
}

#myBtnContainer .btn:hover {
  border-color: #222;
}

#myBtnContainer .btn.active1 {
  background-color: #222;
  color: white;
  border-color:#e6e6e6;
}




/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media only screen and (max-width: 767px){
	.container{
		padding-left: 5%;
		padding-right: 5%;
	}
	.container-fluid {
		padding-left: 20px;
		padding-right:20px;
	}
	.navbar {
		margin-bottom: 0;
	}	
	.navbar .navbar-nav {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar li {
		padding: 0 10px!important;
		display: inline-block;
	}
	h1 {
		margin-bottom: 0px;
		font-size: 36px;
		margin-top: 1em;
		text-align: left;
	}
	h3 {
		font-size: 20px;
	}
	h4{
		font-size: 18px;
	}
	.hero-section {
		padding: 2em 0 1em;
		text-align: left;
	}
	.icon-arrow {
		display: none;
	}
	.block-text {display: block;}
	.hero-button {border: none!important; padding-left: 0!important;padding-right: 0!important;}
	.hero-button svg {
		display:inline-block;
		padding-top: 5px;
}
	.main-dp {
		font-size: 46px;
		text-align: left;
	}
	.pd-top {
		padding-top: 2em;
	}
	.pd-bottom {
		padding-bottom: 2em;
	}
	.pd-left {
		padding-left: 0;
	}
	.pd-right {
		padding-right:0;
	}
	.img-wrapper-outer {
		margin-bottom: 3em;
	}
	.back-btn {
		bottom: 160px;
		right: 5px;
	}
	.titlelabel,.titlelabel {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.pagination-section {
		padding: 40px 0 100px 0;
	}
	.pr-btn {
		text-align: center;
		padding: 17px;
	}
	.pr-btn span {
		display: none;
	}
	.icon-prev, .icon-home, .icon-next {
		margin: 0px!important;
		font-size: 19px;
	}
	.dt-text {
		padding-top: 0!important;
		font-size: 16px;
	}
	.float-right {
		float: none!important;
	}
	.float-left {
		float: none!important;
	}
	#myBtnContainer .btn{
		margin-bottom: 8px;
	}
}
@media (min-width: 768px) and (max-width: 992px) { 
	.dt-text {
		padding-top: 0!important;
		font-size: 16px;
	}
	.pd-left {
		padding-left: 5%;
	}
	.pd-right {
			padding-left: 5%;
		}
	#myBtnContainer .btn{
		margin-bottom: 8px;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
}



.handcraft {  
	animation-name: stretch;
    animation-duration: 8s;
    animation-timing-function: ease-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
}