/*
  Fiverr Account- tech_line
	(url)https://www.fiverr.com/tech_line?up_rollout=true
  Date : 2021/06/20
*/


/* GoldenGift default css */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

/* font-family: 'Merriweather Sans', sans-serif;
font-family: 'Open Sans', sans-serif; */

 body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #A3A5A9;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather Sans', sans-serif;
	margin-top: 0px;
	font-weight: 700;
	text-transform: normal; 
	color: #343B48;
}
p {
	font-size: 16px;
	font-weight: 400;
	color: #A3A5A9;
	margin-bottom: 15px;
}
a{
	font-weight: 600;	
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
a:hover {
	text-decoration: none;
}
a,
button {
	outline: none;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {float: left}

.f-right {float: right}

.fix {
	overflow: hidden}

.uppercase {
	text-transform: uppercase;}

.capitalize {
	text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}

.li-inline{
	display: inline-block;
}
.m-auto{
	margin: 0 auto;
}
.pos-r{
	position: relative;
}
.z-1{
	z-index: 1;
}
input:focus, textarea:focus, button:focus {
	outline: none;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea, button {
	  border: none;
	  background: #F9F9F9;
	  padding: 15px;
	  margin-bottom: 10px;
}

/* =================================================== */
/* important css for this project */
.demo-bg{
	background: #E2E2E2;
}
.hero-bg{
	background: #FAEEDC;
}
.h-588{
	height: 588px;
}
.max-bg{background-color: #ddd; background-size:cover; background-repeat: no-repeat; background-position: center; }
.overly::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #FCC36C;
	z-index: 0;
	opacity: .77;
}
html, body {
	overflow-x: hidden;
}
/* scrollup js  */
#scrollUp {
	bottom: 30px;
	right: 30px;
	font-size: 27px;
	background: #fff;
	color: #FBB64D;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 1.2;
	border: 1px solid #FBB64D;
}
/*===================
 	header start style css in here
 ======================= */
.transparent-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	height: 58px;
	padding: 0 50px;
}
.main-logo a img {
    width: 160px;
}
.main-menu ul li a {
	font-size: 18px;
	color: #fff;
	background: #FCC36C;
	padding: 20px 40px;
	line-height: 1;
	display: inline-block;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
	transition: .3s;
}
.main-menu ul li a:hover {
	background: #fbb64d;
}
/* =============
	hero-area style css in here
============ */
.hero-text h1 {
	font-size: 49px;
	margin-bottom: 15px;
}
.hero-text p {
	font-size: 22px;
	color: #343B48;
	padding: 0 200px;
}
.hero-area{
	position: relative;
	z-index: 1;
}
.hero-area::after {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-50%);
	background-image: url(../img/shape/hero-bg-shape.svg);
	content: '';
	display: block;
	height: 400px;
	width: 400px;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: .4;
}
.hero-area::before {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	content: '';
	display: block;
	height: 49px;
	width: 96%;
	z-index: 11;
	clip-path: polygon(2% 0, 100% 0%, 100% 100%, 0 100%);
}
/* ==============
	service-area style in here 
=========== */
.section-titel h1 {
	font-size: 42px;
}
.services-content h5 {
	font-size: 21px;
}
.services-content {
	position: relative;
	padding-left: 100px;
  }
  .service-dot {
	position: absolute;
	top: -20px;
	left: 30px;
	height: 50px;
	width: 50px;
	background: #FCC36C;
	clip-path: polygon(55% 0, 100% 0, 45% 100%, 0 100%);
}
.service-main-img{
	position: relative;	
}
.service-main-img{
	width: 215px;
	height: 135px;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.service-main-img img{
	width: 100%;
}
.mid-ser-f .services-content {
	padding-left: 0;
}
.services-img {
	float: right;
}
.mid-ser-f .services-img {
	float: left;
}
/* ======================
	about-area style css in here
 ================ */
.about-content h1 {
	margin-bottom: 30px;
	font-size: 38px;
}
.about-area{
	position: relative;
}
.about-area::before {
	position: absolute;
	top: 0px;
	left: 0;
	background: #fff;
	content: '';
	display: block;
	height: 49px;
	width: 96%;
	z-index: 1;
	clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
.about-area{
	position: relative;
	z-index: 1;
}
.about-cnt-bd::before {
	background-image: url(../img/about-img/about-img-s.jpg);
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	width: 55%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9;
	display: block;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
}
.about-cnt-bd::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	height: 100%;
	width: 55%;
	z-index: 9;
	display: block;
	background-color: #FCC36C;
	clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
	opacity: .78;
}
.about-cnt-inner{
	position: relative;
}
.about-content p {
	margin-bottom: 0;
}
/* =====================
	clint style csss in here
===================== */
.clints-box {
	margin: 0 50px;
	margin-bottom: 40px;
}
.icon-box{
	margin-right: 15px;
}
.icon-text h6 {
	font-size: 15px;
	font-weight: 600;
}
.icon-text a {
	color: #FCC36C;
	font-size: 15px;
}
.icon-text a:hover {
	color: #FBB64D;

}
.icon-box img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: .2s;
}
.icon-text {
	padding-right: 20px;
}
.clints-box:hover .icon-box img{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* =====================
	footer style css in here
===================== */
.footer-cnt p {
	font-size: 25px;
	padding: 0 50px;
	margin-bottom: 0px;
  }
  .footer-cnt p a {
	color: #383838;
  }
  .footer-cnt p a:hover {
	color: #FBB64D;
  }
  .footer-titel {
	margin-bottom: 55px;
	font-size: 42px;
}
.footer-cnt p.adds-f {
	color: #383838;
	text-decoration: underline;
}
.copyright-text p {
	color: #787878;
	font-size: 18px;
	margin-bottom: 0;
}
/* end  */
