/*This is the whole boby default style*/
body{
	font-family: 'Helvetica Neue', sans-serif;
}
h1,h2,h3,h4,h5,h6,button{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;

}
p{
	font-style: italic;
	font-size: 16px;
}
.section{
	padding-top: 7%;
	padding-bottom: 5%;
	color:#666666;
}
.fun-text{
	font-size: 21px;
	letter-spacing: 2px;
}
h1{
	font-size: 45px;
	font-weight: 400;
}
h2{
    font-size: 32px;
}
h3{
	font-size: 21px;
}
h4{

}
h5{

}
h6{

}
.blur{			/*Bluring the bacground images*/
	z-index: 2;
	background-color: rgba(0,0,0,0.5);
	margin: 0px;
	padding-top: 7%;
	padding-bottom: 5%;
}
/*Menu bar style*/
.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 0%;
  z-index: 9;
  /*background-color: rgba(0,0,0,0.1);*/ /*dim the background*/
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    right: 0;
    top: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5%;
}
.main a{
    color: black;
    text-decoration: none;
    font-size: 16px;
    cursor:pointer;
    word-spacing: 10px;
    font-weight: 600;
}
.sidenav a {
    padding: 5%;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-size: 16px;
    letter-spacing: 2px;
}
.sidenav hr{
    margin-bottom: 5px;
    margin-top: 6px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #2c2b2b;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding-right: 6px;
    padding-top: 15px;
}
.craft-bar{
	padding: 0px;
	padding-top: 4px;
}
/*The head section style*/
.head{							/*Style's applied for full device height head section */
	min-height: 100vh;
	background-image: url(../img/gallery/banner1.jpeg);
	background-size: 100% 100%;
	z-index: -1;
	background-attachment: fixed;
	background-size: cover;
}
.head .blur{
	padding-top: 0px;
	padding-bottom: 0px;
	min-height: 100vh;
}
.menu-bar{
	padding-top: 3%;
	z-index: 1;
}

.menu-zero{
	height: 0px;
	overflow-y: hidden;
}
.menu-fixed .container .menu-bar{
	padding-top: 4px;
	padding-bottom: 2px;
}

.main{
	padding-top: 1%;
	text-align: right;
}
.main a:hover{
	opacity: .5;
}
.head-items{
	color: white;
	padding-top: 18vh;
	padding-bottom: 18vh;
}
.head-body{
	padding-top: 13vh;
}
/*Download button property*/
.craft-btn{
	border-color: #ffffff;
	border-radius: 50px;
	color: #ffffff;
	padding: 5px 15px;
	margin-top: 5%;
	margin-bottom: 30px;
	margin-right: 10px;
	font-family: 'Roboto';
}
.craft-btn span{
	float: left;
	font-size: 40px;
}
.craft-btn-content h4{
	font-size: 25px;
}
.craft-btn-content h6{
	font-size: 14px;
}
.craft-btn-content h4, .craft-btn-content h6{
	margin: 0px;
	margin-left: 40px;
}
.craft-btn:hover{
	color: #ffffff;
	background-color: #e1666a;
	border-color:#e1666a;
}
/*Feature section style*/
.feature-block h3{
	color:#666666;
}
.icon-circle{
	height: 90px;
	width: 90px;
	border: 1px solid #e1666a;
	border-radius: 100%;
	font-size: 30px;
	line-height: 90px;
	text-align: center;
	color: #e1666a;
}
/*Hover effect*/
.feature-block .icon-circle, .feature-block h3, .craft-btn{
	transition: all 0.4s ease-in-out;
}
.feature-block:hover .icon-circle{
	color: #ffffff;
	background-color: #e1666a;
}
.feature-block:hover h3{
	color: #e1666a;
}
/*Explore mind-craft section style*/
.explore-mindcraft{
	background-color: #fafafa;
	border-bottom: 1px solid #dbdbdb;
}
.explore .craft-btn{
	color: #666666;
	border-color: #666666;
}
.explore .craft-btn:hover{
	color: #ffffff;
	border-color: #e1666a;
}
.explore p {
	margin: 10px;
}
/*Mind-craft in action style*/
.mindcraft-action{
	text-align: center;
}
.mindcraft-action h2{
	margin: 0px;
	margin-bottom: 20px;
}
iframe {
	width: 700px;
	height: 470px;
	border:none;
	padding-top: 2%;
	padding-bottom: 1%;
}
.social ul{
    padding-left: 0px;
}
.social li{
    list-style-type: none;
    display: inline-block;
    border:1px solid black;
    margin-right: 20px;
}
.social a{
    padding: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
}
.social a:hover{
    color: #ffffff;
    background-color: #e1666a;
    transition: .5s;
}
.social li:hover{
	border:1px solid #e1666a;
	transform: .5s;
}
.social{
	padding-top: 20px;
}
/*Testimonial style property*/
.testimonial{
	background-image: url(../img/charcoal-contact.png);
	background-size: 100% 100%;
	z-index: -1;
	color: white;
	text-align: center;
	background-attachment: fixed;
}
.carousel-view{
	color: black;
	background-color: white;
	padding: 2% 5%;
	margin:1% 25%;
	border-radius: 5px;
}

.owl-carousel.owl-loading {
	opacity: 1;
}
.carousel-view ul{
	list-style-type: none;
	padding-left: 0px;
}
.carousel-view li{
	display: inline-block;
	color: #e1666a;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
	left: 19%;
	top: 19%;
	border:1px solid white;
	padding: 10px 17px;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
	right: 19%;
	top: 19%;
	border:1px solid white;
	padding:  10px 17px;
}
.owl-carousel .owl-nav .owl-next:hover,.owl-carousel .owl-nav .owl-prev:hover{
	background-color: #e1666a;
	border:none;
}
.owl-carousel .slide {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: space-between; /* or 'center' if you prefer */
  align-items: center;
  overflow: hidden;
  gap: 10px; /* optional spacing between images */
}

.owl-carousel .slide .img {
  flex: 1; /* allow 3 images to share space equally */
  height: 100%;
  overflow: hidden;
}

.owl-carousel .slide img {
  width: 400px;
  height: 400px;
  object-fit: cover; /* Use 'contain' if you want to show the whole image */
  display: block;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.owl-dot.active {
  background: #333; /* active dot color */
}

.owl-dot:hover {
  background: #666;
}
/*.owl-carousel .owl-item img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	margin-top: 2%;
}*/
/*Simplest user interface style*/
.user-interface h2{
	text-align: center;
}
.user-interface{
	background-color: #FFB22C;
	color: black;
}
.user-interface-blocks{
	padding-top: 55px;
	padding-left: 20px;
}
.icon-circle img{
	margin: 50% auto;
}
.user-interface-blocks h4{
	margin-bottom: 0px;
	margin-top: 6%;
}
.interface-block{
	margin-bottom: 5%;
}
/*.interface-block:hover .icon-circle img{
	zoom:1.3;
}*/
/*.interface-block:hover .para-zom{
	zoom:1.3;
}*/
/*.zoom-act:hover{
	zoom:110%;
}*/
/*News letter section style*/
.newsletter{
	background-image: url(../img/charcoal-contact.png);
	background-size: 100% 100%;
	z-index: -1;
	color: white;
	text-align: center;
	background-size: cover;
}
.newsletter input{
	background-color: transparent;
	color: white;
    border-color: white;
    border-radius: 0%;
    padding: 20px 20px;
}
.form-inline .form-control{
	width: 420px;
	height: 40px;
	font-size: 16px;
}
.form-control::-webkit-input-placeholder {
   color: #ffffff;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #ffffff;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #ffffff;  
}

.form-control:-ms-input-placeholder {  
   color: #ffffff;  
}
.newsletter form{
	margin-top: 3%;
	margin-bottom: 2%;
}
.newsletter button{
	background-color: #ffffff;
	color: #424242;
	border-color: white;
    border-radius: 0%;
    margin-left: 12px;
    padding: 9px 25px;
}
.newsletter-form{
	text-align: center;
}

.footer-icon .social{
	text-align: center;
	padding-top: 7px;
}
.footer-text{
	text-align: right;
	font-size: 16px;
	margin-top: 18px;
}
.footer-text i{
	color: #e1666a;
}
.footer{
	padding-bottom: 25px;
}
.footer .container .row{
	padding-top: 3%;
}



/*Media Queries*/

@media (min-width: 300px) 
{
	.custom-menu{
		background-color: transparent;
		border:none;
	}
	iframe{
		height: 200px;
		width: 280px;
	}
	.carousel-view{
		color: black;
		background-color: white;
		padding: 2% 5%;
		margin:1% 6%;
		border-radius: 5px;
	}
	.form-inline .form-control{
		width: 120px;
		height: 30px;
		font-size: 14px;
	}
	p{
		font-style: italic;
		font-size: 13px;
	}
	h1{
		font-size: 28px;
	}
	h2{
	    font-size: 20px;
	}
	h3{
		font-size: 18px;
	}
	.fun-text{
		letter-spacing: 0px;
		font-size: 16px;
	}
	.craft-btn{
		margin-bottom: 0px;
	}
	.head-items{
		padding-top: 10vh;
		padding-bottom: 5vh;
	}
	.icon-circle{
		height: 70px;
		width: 70px;
		font-size: 20px;
		line-height: 70px;
	}
	.form-inline .form-control{
		width: 280px;
		height: 40px;
		font-size: 16px;
	}
	.newsletter input{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.newsletter button{
		margin-left: auto;
		margin-right: auto;
	}
	.footer-text{
		margin-top: 6px;
		font-size: 10px;
	}
	.footer-social a{
		padding: 6px;
	}
	.footer-social li{
		margin-right: 2px;
	}
}


@media (min-width: 600px) 
{
	.explore-mindcraft .row{
		display: table;
	}
	iframe{
		height: 400px;
		width: 550px;
	}
	.carousel-view{
		color: black;
		background-color: white;
		padding: 2% 5%;
		margin:1% 25%;
		border-radius: 5px;
	}
	.form-inline .form-control{
		width: 420px;
		height: 40px;
		font-size: 16px;
	}
	p{
		font-style: italic;
		font-size: 16px;
	}
	h1{
		font-size: 45px;
	}
	h2{
	    font-size: 32px;
	}
	h3{
		font-size: 21px;
	}
	.icon-circle{
		height: 90px;
		width: 90px;
		font-size: 30px;
		line-height: 90px;
	}
	.footer-social a{
		padding: 10px;
	}
	.footer-social li{
		margin-right: 20px;
	}
	.footer-text{
		margin-top: 18px;
	}
	.fun-text{
		letter-spacing: 1px;
		font-size: 21px;
	}
	.craft-btn{
		margin-bottom: 30px;
	}
	.head-items{
		padding-top: 10vh;
		padding-bottom: 5vh;
	}
	.newsletter input{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: auto;
	}
	.newsletter button{
		margin-left: 12px;
		margin-right: auto;
	}
	.footer-text{
		margin-top: 10px;
		font-size: 16px;
	}
	.footer-social a{
		padding: 10px;
	}
	.footer-social li{
		margin-right: 20px;
	}
}


@media (min-width: 950px) 
{
	.explore-mindcraft .row [class*="col-"]{
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	iframe{
		height: 500px;
		width: 800px;
	}
	.head-items{
		padding-top: 20vh;
		padding-bottom: 18vh;
	}
	.custom-menu{
		padding-top: 10px;
		padding-bottom: 10px;
		transition: 2s;
	}
}

/*.explore-mindcraft .row{
	display: tabe;
}
.explore-mindcraft .row [class*="col-"]{
	display: table-cell;
	vertical-align: middle;
	float: none;
}*/


/* Section - Recent works */
.thumbnails {
	padding: 0;
	width: 100%;
  }
  .thumbnails li {
	margin-bottom: 30px;
  }
  .thumbnails .details {
	display: block;
	text-align: center;
	font-size: 12px;
	font-size: 0.75rem;
  }
  .thumbnail {
	display: block;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	border: 0 none;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: #333;
  }
  .thumbnail .img {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 180px;
	margin: 0 0 20px;
	position: relative;
  }
  .thumbnail .title {
	text-transform: uppercase;
	margin: 0 2em;
	display: block;
	text-indent: 0;
  }
  .thumbnail .cover {
	position: absolute;
	display: block;
	opacity: 0;
	width: 100%;
	height: 180px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 550ms;
	-moz-transition-duration: 550ms;
	-o-transition-duration: 550ms;
	transition-duration: 550ms;
  }
  .thumbnail .cover .more {
	position: absolute;
	bottom: 15px;
	right: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 20px;
	-webkit-border-radius: 1px 0 0 1px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 1px 0 0 1px;
	-moz-background-clip: padding;
	border-radius: 1px 0 0 1px;
	background-clip: padding-box;
	font-size: 12px;
	font-size: 0.75rem;
	text-transform: uppercase;
	text-shadow: 0 1px 0px #780d33;
	background: #bd1550;
	color: white;
  }
  /* .thumbnail img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
  } */
    .thumbnail:hover {
      text-decoration: none;
    }

    .thumbnail:hover img {
      transform: scale(1.1);
      transition: transform 0.3s ease;
    }

    .thumbnail img {
      transition: transform 0.3s ease; /* Smooth zoom animation */
    }

    .thumbnail:hover .cover {
      opacity: 1;
    }

/** CONTACT **/
.container-contact100 {
	width: 100%;  
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	background: transparent;
	position: relative;
	z-index: 1;
  }
  
  .contact100-map {
	position: absolute;
	z-index: -2;
	width: calc(100% - 640px);
	height: 100%;
	top: 0;
	left: 0;
	background-image: url('../img/charcoal-contact.png');
	background-position: center;
	background-size: cover;
  }
  
  .wrap-contact100 {
	width: 640px;
	min-height: 100vh;
	/*background: linear-gradient(60deg,#4779DF,#23B6B8,#5199DF);*/
	/*background: linear-gradient(60deg,#14A7AD,#2C9C88,#54BC88);*/
	background-color: #22759D;
	border-radius: 2px;
	padding: 82px 55px 33px 55px;
	position: relative;
  }
  
  .show-wrap-contact100 {
	visibility: visible;
	opacity: 1;
  }
  
  
  /*==================================================================
  [ Form ]*/
  
  .contact100-form {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 68px;
  }
  
  .contact100-form-title {
	display: block;
	width: 100%;
	font-family: Poppins-Bold;
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: left;
	padding-bottom: 64px;
  }
  
  
  
  /*------------------------------------------------------------------
  [ Input ]*/
  
  .wrap-input100 {
	width: 100%;
	position: relative;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 45px;
  }
  
  .label-input100 {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	color: white;
	line-height: 1.2;
	padding-left: 2px;
  }
  
  .input100 {
	display: block;
	width: 100%;
	background: transparent;
	font-family: Poppins-Regular;
	font-size: 22px;
	color: #555555;
	line-height: 1.2;
	padding: 0 2px;
  }
  
  .focus-input100 {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
  }
  
  .focus-input100::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
  
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
  
	background: #df254e;
	background: -webkit-linear-gradient(45deg, #d5007d, #e53935);
	background: -o-linear-gradient(45deg, #d5007d, #e53935);
	background: -moz-linear-gradient(45deg, #d5007d, #e53935);
	background: linear-gradient(45deg, #d5007d, #e53935);
  }
  
  
  /*---------------------------------------------*/
  input.input100 {
	color: white;
	height: 50px;
  }
  
  
  textarea.input100 {
	color: white;
	min-height: 140px;
	padding-top: 13px;
	padding-bottom: 13px;
  }
  
  
  .input100:focus + .focus-input100::before {
	width: 100%;
  }
  
  .has-val.input100 + .focus-input100::before {
	width: 100%;
  }
  
  
  /*------------------------------------------------------------------
  [ Button ]*/
  .container-contact100-form-btn {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  }
  
  .wrap-contact100-form-btn {
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 25px;
	overflow: hidden;
  }
  
  .contact100-form-bgbtn {
	position: absolute;
	z-index: -1;
	width: 300%;
	height: 100%;
	background: #df2351;
	background: -moz-linear-gradient(-135deg, #1DBEA1, #29959D, #66C8B6, #64ADB4);
	background: linear-gradient(-135deg, #1DBEA1, #29959D, #66C8B6, #64ADB4);
	top: 0;
	left: -100%;
  
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
  }
  
  .contact100-form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	min-width: 244px;
	height: 50px;
  
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
  }
  
  .wrap-contact100-form-btn:hover .contact100-form-bgbtn {
	left: 0;
  }
  
  
  /*------------------------------------------------------------------
  [ Responsive ]*/
  
  
  @media (max-width: 576px) {
	.wrap-contact100 {
	  padding: 82px 15px 33px 15px;
	}
  }
  
  
  /*------------------------------------------------------------------
  [ Alert validate ]*/
  
  .validate-input {
	position: relative;
  }
  
  .alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: #fff;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 30px 4px 10px;
	bottom: calc((100% - 25px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 2px;
	pointer-events: none;
  
	font-family: Poppins-Medium;
	color: #c80000;
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
  
	visibility: hidden;
	opacity: 0;
  
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
  }
  
  .alert-validate::after {
	content: "\f06a";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 18px;
	bottom: calc((100% - 25px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 8px;
  }
  
  .alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
  }
  
  @media (max-width: 992px) {
	.alert-validate::before {
	  visibility: visible;
	  opacity: 1;
	}
  }
  
  .true-validate::after {
	content: "\f26b";
	font-family: Material-Design-Iconic-Font;
	font-size: 22px;
	color: #00ad5f;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: calc((100% - 25px) / 2);
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	right: 5px;
  }
  
  
  /*==================================================================
  [ Contact more ]*/
  /*---------------------------------------------*/
  .container-contact100 input {
	   outline: none;
	   border: none;
  }
   .container-contact100 input[type="number"] {
	   -moz-appearance: textfield;
	   appearance: none;
	   -webkit-appearance: none;
  }
   .container-contact100 input[type="number"]::-webkit-outer-spin-button, .container-contact100 input[type="number"]::-webkit-inner-spin-button {
	   -webkit-appearance: none;
  }
   .container-contact100 textarea {
	   outline: none;
	   border: none;
  }
   .container-contact100 textarea:focus, .container-contact100 input:focus {
	   border-color: transparent !important;
  }
   .container-contact100 input:focus::-webkit-input-placeholder {
	   color: transparent;
  }
   .container-contact100 input:focus:-moz-placeholder {
	   color: transparent;
  }
   .container-contact100 input:focus::-moz-placeholder {
	   color: transparent;
  }
   .container-contact100 input:focus:-ms-input-placeholder {
	   color: transparent;
  }
   .container-contact100 textarea:focus::-webkit-input-placeholder {
	   color: transparent;
  }
   .container-contact100 textarea:focus:-moz-placeholder {
	   color: transparent;
  }
   .container-contact100 textarea:focus::-moz-placeholder {
	   color: transparent;
  }
   .container-contact100 textarea:focus:-ms-input-placeholder {
	   color: transparent;
  }
   .container-contact100 input::-webkit-input-placeholder {
	   color: #ccc;
  }
   .container-contact100 input:-moz-placeholder {
	   color: #ccc;
  }
   .container-contact100 input::-moz-placeholder {
	   color: #ccc;
  }
   .container-contact100 input:-ms-input-placeholder {
	   color: #ccc;
  }
   .container-contact100 textarea::-webkit-input-placeholder {
	   color: #ccc;
  }
   .container-contact100 textarea:-moz-placeholder {
	   color: #ccc;
  }
   .container-contact100 textarea::-moz-placeholder {
	   color: #ccc;
  }
   .container-contact100 textarea:-ms-input-placeholder {
	   color: #ccc;
  }
   .container-contact100 button {
	   outline: none !important;
	   border: none;
	   background: transparent;
  }
   .container-contact100 button:hover {
	   cursor: pointer;
  }
   .container-contact100 iframe {
	   border: none !important;
  }
  
  .contact100-more {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #fff;
  
	position: fixed;
	z-index: -1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 212px;
	height: 50px;
	border-radius: 25px;
	background-color: #22759D;
	padding: 0 20px;
  
	top: 50%;
	left: calc((100% - 640px) / 2);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  
  .contact100-more i {
	font-size: 20px;
	margin-right: 10px;
  }
  
  
  
  @media (max-width: 1200px) {
	.wrap-contact100 {
	  width: 440px;
	}
  
	.contact100-map {
	  width: calc(100% - 440px);
	}
  
	.contact100-more {
	  left: calc((100% - 440px) / 2);
	}
  }
  
  @media (max-width: 768px) {
	.wrap-contact100 {
	  width: 100%;
	}
  
	.contact100-map {
	  display: none;
	}
  
	.contact100-more {
	  position: absolute;
	  background-color: transparent;
	  color: black;
	  bottom: 0px;
	  top: auto;
	  left: 50%;
	  z-index: 10;
	}
  }
  /** CONTACT END **/

  
.btn-custom{
    color: #fff;
	height: 50px;
	width: 160px;
    background-color: transparent;
}
.btn-custom:hover{
    color: #fff;
    background-color: #62ADB4;
}

 /* Style for the thumbnail */
 .mb-5 {
	margin-bottom: 20px;
 }
  
	  /* Modal Styles */
	  .modal {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.8);
		justify-content: center;
		align-items: center;
		z-index: 1000; /* Ensure the modal is on top */
	  }
  
	  .modal-content {
		position: relative;
		width: 80%;
		height: 80%;
		background: #000;
	  }
  
	  .close {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 30px;
		color: white;
		cursor: pointer;
		z-index: 1001; /* Ensure the close button is clickable */
	  }
  
	  video {
		width: 100%;
		height: 100%;
		object-fit: contain; /* Ensures the full video is visible */
	  }

	  .footer {
		background-color: #2d2d2d;
		color: #fff;
	  }
	
	  .footer h4 {
		color: #fff;
		font-weight: bold;
		margin-bottom: 20px;
		border-bottom: 2px solid #00aaff;
		display: inline-block;
		padding-bottom: 5px;
	  }
	
	  .footer a {
		color: #fff;
		text-decoration: none;
	  }
	
	  .footer a:hover {
		text-decoration: underline;
	  }
	
	  .footer p {
		margin: 0 0 10px;
	  }
	
	  .kontak-footer .fa {
		margin-right: 10px;
		width: 20px;
		text-align: center;
	  }
	
	  .footer .footer-bottom {
		text-align: center;
		margin-top: 30px;
		padding-top: 15px;
		border-top: 1px solid #444;
		font-size: 13px;
		color: #aaa;
	  }
	
	  .custom-menu  {
		font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	  }

	  .custom-menu .navbar-nav > li > a {
		color: white !important;
		text-transform: uppercase;
		font-weight: 500;
	  }
	
	  .custom-menu .navbar-nav > li > a:hover,
	  .custom-menu .navbar-nav > .open > a {
		color: #e1b973 !important;
		background: transparent;
	  }
	
	  .dropdown-menu {
		background-color: #fff;
		min-width: 220px;
		border-radius: 0;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	  }
	
	  .dropdown-menu > li > a {
		color: #333;
		text-transform: uppercase;
		font-size: 12px;
		padding: 10px 15px;
		border-bottom: 1px solid #eee;
	  }
	
	  .dropdown-menu > li > a:hover {
		background-color: #f5f5f5;
		color: #e1b973;
	  }
	
	  .navbar-toggle {
		border: 1px solid #e1b973;
	  }
	
	  .navbar-toggle .icon-bar {
		background-color: #e1b973;
	  }
	
	  @media (max-width: 768px) {
		.craft-bar {
		  float: none !important;
		  text-align: center;
		}
	  }
	  .artikel-banner {
		color: #fff;
		display: flex;
		align-items: center; /* Vertically center the content */
		justify-content: center;
		height: 75vh;
		color: #fff;
		position: relative;
		background-size: cover;
	}


.four-top {
	padding: 50px;
	text-align: center;
}

.section-heading .title h2 {
	margin-bottom: 35px;
}

.four-features .features-content h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.four-features .features-content p {
	font-family: 'Helvetica Neue', sans-serif;
	margin-bottom: 10px;
	font-style: normal;
}

.four-features img{
	border-radius: 8px 8px 0 0;
	height: 555px;
	width: 555px;
}

@media (min-width: 598px) and (max-width: 992px) {
	.four-features img {
		border-radius: 0;
		display: block;
		margin: 0px auto;
	}
	.four-features .features-content h3 {
		text-align: center;
	}
}


@media (max-width: 767px) {
	.four-features img{
		height: auto;
		width: 100%;
	}

	.recentworks {
		margin: auto;
	}

	.features-content > h2 {
		margin-top: 0px;
	}

	.features-content {
		margin-bottom: 15px;
	}
}


.four-features .features-content{
	padding: 10px;
}

.floating-wa{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floating-wa{
	margin-top:16px;
}

/*-----------------------------------------------------------------------------------------------------
                                Blog
-------------------------------------------------------------------------------------------------------*/

#blog 
{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    font-family: 'Lora', serif;
	background-color: #222831;
	color: #DFD0B8;
	position: relative;
	overflow: hidden;
}
#blog::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-image: url(../img/gallery/maps.png);
	background-size: cover;
	background-position: center;
	filter: blur(2px);
	opacity: 0.5;
	z-index: 0;
  }
  
#blog .container {
	position: relative;
	z-index: 1; /* Makes sure content stays above background */
}
.post 
{
    width: 90%;
    margin-bottom: 15px;
}
.row-fluid 
{
    overflow: hidden;
    padding: 25px 0px;
    width: 100%;
}
#blog .post .post-thumbnail 
{
    overflow: visible !important;
}
#blog .post .post-thumbnail .frame, #blog .post .post-thumbnail .frame img 
{
    border-radius: 3px;
    margin-bottom: 0;
}
#blog .post .post-thumbnail .frame 
{
    padding: 8px;
    background: #b9b9bb;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}
#blog .post .post-thumbnail .post-format 
{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border: 5px solid #b8b8bb;
    position: absolute;
    top: -19px;
    left: -20px;
    background-color: #d9dad9;
    z-index: 9999;
}
#blog .post .post-thumbnail .post-format span 
{
    font-size: 33px;
    position: relative;
    top: 2px;
    color: rgb(32, 178, 170);
}
a 
{
    outline: none;
    text-decoration: none;
}
#blog .post .post-thumbnail .post-shadow 
{
    margin: 0;
    padding: 0 0 0 18px;
}
#blog .post-excerpt 
{
    margin-top: 18px;
    padding-left: 70px;
	font-family: 'Helvetica Neue', sans-serif;
}
#blog .post h2.title a {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #f7f7f6;
    font-family: 'Dosis', sans-serif;
}
#blog .post h2.title 
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 30px;
}
.title 
{
    position: relative;
}
.line-dotted 
{
    border-bottom: 1px dashed #a4a4a4;
    box-shadow: 0 1px 1px #ffffff;
    width: 100%;
    clear: both;
    margin-top: 19px;
    margin-bottom: 23px;
}

.post-share a 
{
    padding: 0px 10px;
    font-size: 18px;
}
 #blog .post .post-share p 
{
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
.video-container {
	position: relative; /* Enable absolute positioning for children */
	width: 100%;
	aspect-ratio: 9 / 16;
	overflow: hidden;
	cursor: pointer;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .video-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  
  .play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: url('assets/img/icons/play-button.svg') no-repeat center center;
	background-size: contain;
	pointer-events: none; /* Allows clicks to pass through */
  }

  .play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
  }
  
  .play-button-overlay::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 0;
	height: 0;
	border-left: 18px solid white;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
  }
  .video-contaienr:hover .play-button-overlay {
	transform: translate(-50%, -50%) scale(1.1);
	transition: transform 0.3s ease;
  }
	
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
		background-color: #7f5a1a;
	}
}

/* * {
  outline: 1px solid red !important;
} */