/* =================================
------------------------------------
  Cassi | Photo Studio HTML Template
  Version: 1.0
 ------------------------------------
 ====================================*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap");
html, body {
	height: 100%;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #151515;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #333333;
	font-weight: 600;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 15px;
	color: #bfbfbf;
	line-height: 1.8;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
ul, ol {
	padding: 0;
	margin: 0;
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/*---------------------
   Helper CSS
 -----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 55px;
}
.section-title img {
	margin-bottom: 15px;
}
.section-title h2 {
	font-weight: 400;
	font-size: 38px;
	text-transform: uppercase;
}
.section-title p {
	padding-top: 15px;
	margin-bottom: 0;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 110px;
	padding-bottom: 105px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/*---------------------
  Commom elements
-----------------------*/

.site-btn {
	display: inline-block;
	font-size: 16px;
	padding: 17px 25px;
	min-width: 170px;
	color: #141414;
	background: #ffffff;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	border: none;
	border-radius: 2px;
}
.site-btn i {
	font-size: 24px;
	position: relative;
	top: 5px;
	margin-left: 4px;
}
.site-btn:hover {
	color: #fff;
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
.offcanvas-menu-wrapper {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #151515;
	z-index: 9999;
	align-items: center;
	justify-content: center;
}
.offcanvas-menu-wrapper .menu-switch {
	position: relative;
	top: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.menu-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 24px 35px 14px 40px;
}
.main-menu {
	list-style: none;
	display: inline-block;
	text-align: center;
}
.main-menu li {
	display: block;
	margin-bottom: 15px;
	position: relative;
	top: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.main-menu li:nth-child(5) {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.main-menu li:nth-child(4) {
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.main-menu li:nth-child(3) {
	-webkit-transition: all 0.5s ease 0.4s;
	-moz-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.main-menu li:nth-child(2) {
	-webkit-transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.main-menu li:nth-child(1) {
	-webkit-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
.main-menu li:last-child {
	margin-bottom: 0;
}
.main-menu li a {
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	font-family: "Roboto", sans-serif;
	transition: all 0.3s;
}
@media (max-width: 576px) {
	.main-menu li a {
		font-size: 30px;
	}
}
.main-menu li a:hover, .main-menu li a.active {
	color: #ffffff;
}
.menu-footer {
	padding: 26px 40px 22px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.menu-footer {
		display: none;
	}
}
.active .menu-switch {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.active .main-menu li {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.active .main-menu li:nth-child(1) {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.active .main-menu li:nth-child(2) {
	-webkit-transition: all 0.5s ease 0.2s;
	-moz-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}
.active .main-menu li:nth-child(3) {
	-webkit-transition: all 0.5s ease 0.4s;
	-moz-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}
.active .main-menu li:nth-child(4) {
	-webkit-transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}
.active .main-menu li:nth-child(5) {
	-webkit-transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}
/*---------------------
   Header section
 -----------------------*/

.header-section {
	padding: 24px 35px 14px 40px;
	overflow: hidden;
}
.site-logo {
	display: inline-block;
	padding-top: 5px;
}
.menu-switch {
	float: right;
	cursor: pointer;
}
.menu-switch i {
	color: #fff;
	font-size: 37px;
	line-height: 37px;
}




/*---------------------
  Dotzero M.
 -----------------------*/



/*--------------------------------------------------------------
# titulos
--------------------------------------------------------------*/


  
 
.section-title p {
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 100;
  }
  .section-title h4 {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	display: inline-block
  }
  .section-title h4:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: #d8d8d8;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
  }
  .section-title h4:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	left: 0;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
  }
  .pt-100 {
	padding-top: 100px;
  }
  .pb-100 {
	padding-bottom: 100px;
  }
  .mb-100{
	  margin-bottom:100px;
  }
  .services {
	background-color: #ffffff;
  }
  .single-service {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
  }
  .single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #ffffff;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #ffffff;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:hover:after,
  .single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
  }
  .single-service i.fa {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
  }
  .single-service:hover i.fa {
	background-color: #ffffff;
	color: #fff;
	border-color: #ffffff;
	border-radius: 0;
  }
  .single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
  }
  .single-service p {
	font-size: 15px;
	line-height: 1.8;
  }
  


/*---------------------
   Hero section
 -----------------------*/
#hero {
	width: 100%;
	height: 100vh;
	background: url(img/banner.jpg) top center;
	background-size: cover;
	position: relative;
  }
  
  @media (min-width: 1024px) {
	#hero {
	  background-attachment: fixed;
	}
  }
  
  #hero:before {
	content: "";
	background: #86868691;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
  }
  
  #hero .hero-container {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
  }
  
  #hero h1 {
	margin: 30px 0 10px 0;
	font-size: 38px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
  }
  
  @media (max-width: 768px) {
	#hero h1 {
	  font-size: 28px;
	  line-height: 36px;
	}
  }
  
  
  
  #hero h2 {
	color: #eee;
	margin-bottom: 50px;
	font-size: 24px;
  }
  
  @media (max-width: 768px) {
	#hero h2 {
	  font-size: 18px;
	  line-height: 24px;
	  margin-bottom: 30px;
	}
  }
  
  #hero .btn-get-started {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	border: 2px solid #fff;
	color: #131313;
  }
  
  #hero .btn-get-started:hover {
	background: #ffffff;
	border: 2px solid #ffffff;
  }
  





  
/*------------------------
  About Us Page Section
-------------------------*/




.aboutus-section {
	background-color: #1c1c1c;
	color: white;
	font-family: Arial, sans-serif;
}

.title {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.highlight {
	display: inline-block;
	width: 40px;
	height: 4px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.description {
	margin-bottom: 20px;
	font-size: 1rem;
}
.btn-custom {
	background-color: #ffffff;
	color: rgb(0, 0, 0);
	border-radius: 5px;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 600;
}
.img-placeholder {
	width: 275px;
	height: 390px;
	background-color: #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	color: #555;
	margin-bottom: 20px;
}





/*---------------------
  How IT WOrks Section
-----------------------*/

.howit-works {
	padding-top: 95px;
	padding-bottom: 62px;
}
.single-howit-works {
	text-align: center;
	margin-bottom: 20px;
}
.single-howit-works h4 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 32px;
}

	  
/*---------------------
  Video Section
-----------------------*/

.video-section {
	padding: 150px 0;
}
.video-text {
	text-align: center;
}
.video-text .play-btn {
	height: 70px;
	width: 70px;
	background: #ffffff;
	display: inline-block;
	border-radius: 50%;
	font-size: 25px;
	color: #131313;
	text-align: center;
	line-height: 73px;
}
.video-text h4 {
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-bottom: 13px;
	margin-top: 35px;
}
.video-text h2 {
	font-size: 44px;
	color: #ffffff;
	font-weight: 600;
}
  
/*---------------------
   Footer section
 -----------------------*/

.footer-section {
	padding: 26px 40px 22px;
	overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.footer-section {
		text-align: center;
	}
}
.footer-social {
	display: inline-block;
}
.footer-social a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 24px;
	padding-bottom: 7px;
	position: relative;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.footer-social a:last-child {
	margin-right: 0;
}
.footer-social a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #ffffff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.footer-social a:hover:after {
	width: 100%;
}
.copyright {
	float: right;
	color: #969696;
	padding-top: 3px;
}
.copyright a {
	color: #969696;
}
.copyright a:hover {
	text-decoration: underline;
}
.copyright i {
	color: #c11;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 576px) {
	.copyright {
		float: none;
		padding-top: 15px;
	}
}
