@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rnCp-x1S2hzjrlfXZ-M7mH_OScuk.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rnCp-x1S2hzjrlfXZuM7mH_OScuk.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Livvic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rnCp-x1S2hzjrlfXaOM7mH_OSQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
* {
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
#content {

}
#copyright {
	color: darkred;
}
#back_top {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	rotate: -90deg;
	color: #fff;
	font-weight: bold;
	font-size: 20px;;
}
  #back_top:hover {
	cursor: pointer;
	background-color: #333;
  }
  #back_top:active {
	background-color: #555;
  }
  #back_top.show {
	opacity: 1;
	visibility: visible;
  }
/*------------- Header  Menu ----------------*/
#menu_search .header-menu {
	display: flex;
	justify-content: center;
}
.header-menu .nav-pills > li > a{
	color: #fff;
	background: transparent;
}
.header-menu .nav-pills > li > a:hover{
	background: #41ad93;
}
/*--------------- Slideshow Start -------------*/
.star{display: block;
	background-color: #877f8a;
	position: absolute;
	border-radius: 100%;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes move_right {
   from { transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { transform: rotate(360deg) translateX(8px) rotate(-360deg); }
}

@keyframes move_left {
   from { transform: rotate(0deg) translateX(8px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(8px) rotate(360deg); }
}

/* the intro panel */
.intro {
	background-color: #000;
	color: #63baf7;
	font-size: 11pt;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#slideshow {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.letters_box {
	font-family: tahoma, Arial;
}
.letter {
	font-weight: 900;
	font-size: 250px;
	float: left;
}
.mask {
	background: url('../images/mask.jpg') 0 0 / cover no-repeat;
   color: #de466c;
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   padding: 25vh 30px;
}
#mask1{
	background: url('../images/mask1.jpg') 0 0 / cover no-repeat;
	color: #de466c;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 25vh 30px;
}
#mask2{
	background: url('../images/mask2.jpg') 0 0 / cover no-repeat;
	color: #de466c;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 25vh 30px;
}
#mask3{
	background: url('../images/mask3.jpg') 0 0 / cover no-repeat;
	color: #de466c;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 25vh 30px;
}
#mask4{
	background: url('../images/mask4.jpg') 0 0 / cover no-repeat;
	color: #de466c;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 25vh 30px;
	position: relative;
}
#mask4agency {
	font-size: 28px;
	position: absolute;
	bottom: 0;
	-webkit-text-fill-color: #a4a2a5;
	letter-spacing: 13px;
}
/*--------------- Slideshow End -------------*/

#menu_search {
	padding: 40px 0;
}
#menu_search li {
	font-size: 20px;
	padding: 0 10px;
}
#mod-search-searchword98 {
	background-color: transparent;
	color: #fff;
	border-color: #555;
	padding: 10px 20px;
	border-radius: 30px;
}
.brand img {
	width: 70px;
}
/* ----------------  Stick Socials  ---------------------*/
#sticky_social {
	position: fixed;
	left: 0;
	top: 60vh;
	z-index: 1;
	rotate: -90deg;
	margin: 0 -130px;
}
#sticky_social a {
	font-size: 12px;
	margin: 0 10px;
	color: #8f8e91;
	font-weight: 500;
}
#sticky_social a::before {
	background-color: #8f8e91;
	border-radius: 50%;
	font-size: 12px;
	padding: 5px;
	color: #000;
	margin-right: 5px;
}
#facebook::before {
	content: "\e00b";
	font-family: simple-line-icons;
	padding-right: 5px;
}
#instagram::before {
	content: "\e609";
	font-family: simple-line-icons;
	padding-right: 5px;
}
#youtube::before {
	content: "\e008";
	font-family: simple-line-icons;
	padding-right: 5px;
}
#linkedin::before {
	content: "\e60a";
	font-family: simple-line-icons;
	padding-right: 5px;
}
/* ------------ Departments ----------------- */
#departments {
	text-align: center;
	background-color: #f0efeb;
	margin: -10px 0;
	padding: 40px 150px;
	width: auto;
}
.department_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 25px 0 0 0;
}
.department_items h3 {
	padding: 0;
	margin: 0 -20px;
	font-size: 19px;
}
.department_items p {
	margin: 0 -5px 10px;
}
.dep_item img {
	max-width: 80%;
}
.dep_item {
	border: 1px solid #41ae93;
	margin: 5px 1px;
	border-radius: 10px;
	padding: 0 20px;
	background-color: #f0efeb;
	flex: 0 0 14%;
	color: #000;
	box-sizing: content-box;
}
.dep_title {
	font-size: 18px;
	margin: 0 0 -15px 0;
	display: block;
	line-height: 25px;
}

/* ---------- creative vision ----------------*/
#creative_vision {
	margin: -10px 0 0;
	padding: 100px 150px;
	width: auto;
	background-image: url('../images/triangle_bg.png');
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
}
#cv1 {
	font-size: 20px;
}
#cv2 {
	font-size: 49px;
	padding: 20px 0;
	line-height: 50px;
	font-weight: bold;
}
#cvleft {
	width: 45%;
}
#cv4 {
	background-color: #f6d9cb;
	padding: 10px 25px;
	border-radius: 0 20px 0 0;
	font-size: 30px;
	color: darkred;
	font-weight: bold;
	box-shadow: -5px 5px 0 #ddd;
	margin: 0 0 20px 0;
	display: inline-block;
	line-height: 40px;
}
#cv5 {
	display: flex;
}
#cv5 div {
	border: 1px solid #41ae93;
	border-radius: 15px;
	margin: 0 20px 0 0;
	text-align: center;
	color: darkred;
	background-color: #fefefe;
	padding: 10px 10px 5px;
	opacity: 0.6;
}
#cvright {
	width: 55%;
}
#cv6 {
	width: 75%;
	float: right;
	margin: 0 0 -65px 0;
	border-radius: 0 20px 20px 0;
	box-shadow: -8px 8px 0 #ccc;
}
#cv7 {
	width: 75%;
	float: left;
	border-radius: 0 20px 20px 020px;
	box-shadow: -8px 8px 0 #ccc;
	height: 278px;
}
/*----------------- recent projects ---------------------*/
#recent_projects {
	margin: 0;
	padding: 50px 0 100px;
	background-color: #000;
	width: auto;
}
#recent_projects h2 {
	text-align: center;
	color: #aaa;
	font-size: 50px;
	padding: 0 0 30px;
	font-weight: bold;
}
.mod_ext_owl_carousel_k2_content {
	padding: 0 !important;
}
.mod_ext_owl_carousel_k2_content .ext-item-wrap {
	padding: 0 !important;
	margin: 0 !important;
	border: 0px solid #ddd !important;
	position: relative;
}
.mod_ext_owl_carousel_k2_content .ext-itemintrotext {
	position: absolute;
	bottom: 20px;
	left: 30px;
	color: #fff;
}
.mod_ext_owl_carousel_k2_content .ext-itemtitle {
	text-align: left !important;
	position: absolute;
	bottom: 55px;
	font-size: 20px;
	left: 30px;
}
.ext-itemtitle a {
	color: #fff;
	font-weight: bold;
}
.ext-item-number{
	position: absolute;
	top: 30px;
	left: 30px;
	color: #fff;
}
.owl-theme .owl-controls .owl-page span {
	width: 30px !important;
	height: 30px !important;
}
.owl-theme .owl-controls {
	margin-top: 50px !important;
}
/*--------- recent2----------------*/
#recent2 {
	margin: 0;
	padding: 50px 50px 100px;
	background-color: #000;
	width: auto;
	display: flex;
	justify-content: space-between;
}
.infex {
	flex: 0 0 fit-content;
}
.infex.pull-left img {
    height: 557px;
}
.recent2Left a {
	position: relative;
	display: block;
	color: #000;
	margin-bottom: 20px;
}
.recent2LeftTitleBox {
	position: absolute;
	bottom: 30px;
	left: 40px;
	background-color: rgba(255,255,255,0.5);
	padding: 10px 20px;
}
.recent2leftTitle {
	font-size: 22px;
}
/*------------- Fun Facts -------------------*/
#funFacts {
	text-align: center;
	padding: 80px 0 50px;
	background: url('../images/triangle_bg2.png') no-repeat left bottom #f0efeb;
	margin: 0;
	background-size: cover;
	border-bottom: 3px solid #fff;
	width: auto;
}
.funFactsItems {
	display: flex;
	justify-content: center;
	padding: 40px 0;
}
.funFacts_item {
	flex: 0 0 25%;
}
.funFacts_item img {
	max-height: 130px;
}
.funFacts_item h3 {
	font-size: 70px;
	padding: 60px 0 20px;
}
.funFacts_item p {
	text-align: center;
	padding: 0 20%;
}
/*------------- What We Do -------------------*/
#what_we_do {
	text-align: center;
	padding: 80px 0 50px;;
	background: url('../images/triangle_bg2.png') no-repeat left bottom #f0efeb;
	margin: 0;
	background-size: cover;
	width: auto;
}
#what_we_do h2 {
	width: 75%;
	margin: 30px auto;
}
.what_we_do_items {
	display: flex;
	justify-content: space-evenly;
	padding: 40px 100px;
}
.what_we_do_item {
	flex: 0 0 15%;
}

.what_we_do_item h3 {
	font-size: 17px;
	padding: 0;
	margin: 10px 0 -5px;
	text-align: left;
}
.what_we_do_item p {
	text-align: left;;
	font-size: 12px;
}
.what_we_do_item img {
	border-radius: 10px;
	box-shadow: -6px 6px #ccc;
}
.ourCustomers {
	padding: 40px 0;
	width: 55%;
	margin: 0 auto;
}
#what_we_do .ourCustomers h2 {
	margin: 10px auto 40px !important;
}
.ourCustomers .hot_joomla_carousel_slides .gallery-cell img {
	max-width: 99999px;
	width: calc(100% - 2 * 10px);
	margin: 10px;
	padding: 0;
	background: transparent;
	border: 0 solid #cccccc;
	box-sizing: border-box;
	border-radius: 50%;
	box-shadow: -4px 5px 5px #ddd;
}
/*----------------Contact Us---------------------*/
#contact_us {
	background: url('../images/contact.jpg') no-repeat 0 top transparent;
	margin: 0;
	padding: 100px 160px 20px;
	background-size: cover;
	width: auto;
}
#contact_us h2 {
	text-align: center;
}
#contact_us p {
	width: 80%;
	margin: 80px auto 100px;
	font-size: 20px;
	line-height: 22px;
}
#designer::before {
	background-color: rgba(255,255,255,0.8);
	height: 1px;
	width: 100%;
	display: inline-block;
	content: "";
	padding: ;
	margin: 15px 0;
}
p#designer {
	font-size: 16px;
	text-align: center;
}
/* ---------------------inner slideshow ------------------ */
.vina-camera-slider-k2-wrapper {
	
}
#forInnerSlideshow {
	margin: 0 0 -100px 0;
	position: relative;
	z-index: 1;
	padding: 22px 60px;
}
#inner_slideshow {
	margin-top: -142px;
	margin-bottom: -25px;
	position: relative;
	display: inline-block;
	width: 100%;
}
.camera_pag {
	margin: -100px 0 0 0;
}
.vina-camera-slider-k2 .camera_wrap {
	margin-bottom: 0 !important;
}
#inner_slideshow h3 a {
	color: #fff;
	font-size: 60px;
	text-transform: uppercase;
	line-height: 50px;
	font-weight: 100;
}
.vina-camera-slider-k2 .camera_wrap .camera_pag .camera_pag_ul li {
	background: none !important;
	border: 1px solid #fff !important;
	height: 30px !important;
	width: 30px !important;
	border-radius: 50% !important;
}
.vina-camera-slider-k2 .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	background: #fff !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
	top: 12px !important;
	height: 6px !important;
	width: 6px !important;
}
.vina-camera-slider-k2 .camera_wrap .camera_pag .camera_pag_ul li:hover > span {
	background: #fff;
	top: 12px !important;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
	width: 6px !important;
	height: 6px !important;
}
.vina-camera-slider-k2 .camera_caption > div {
	background: none !important;
	padding: 0 !important;
}
#inner_slideshow .morebutton {
	color: #fff !important;
	background-color: #41ae93 !important;
	padding: 10px 30px !important;
}
#inner_slideshow .readmore {
	margin-top: 30px;
}

/*--------------- Shoar --------------*/
.shoar {
  font-size: 45px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  margin: 0 auto 100px;
  /*This part is important for centering*/
  display: grid;
  place-items: center;
}
.moteharek{
	  overflow: hidden;
}

.moteharek span{
  width: 10ch;
  animation: typing 1s steps(10) infinite;
  white-space: nowrap;
  display: inline-block;
}
.shoar img {
	width: 70px;
	margin: 90px 0 40px;
}

@keyframes typing {
  from {
    width: 0
  }
}

/* -------------- masonary Latest categories items ---------------- */

#macy-container {

}

/* -------------------- Jazzabtarinha ---------------------- */
.jazabtarinha {
	display: flex;
	margin: 50px 80px 100px;
}
.jazabtarinha a {
	max-width: 23%;
	flex: 1 1 auto;
	margin: 0 15px;
	position: relative;
	color: #fff;
}
.jazabtarinhaTitleBox {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/* ----------- chehreha ----------------- */
#chehreha_wrapper {
	display: grid;
	place-items: center;
	text-align: center;
	position: relative;
	margin: 100px 0 0;
	background-color: #9CE3D1;
	padding: 100px 0;
}
#chehreha_wrapper .qoutation{
	font-size: 80px;
	line-height: 80px;
	font-style: italic;
}
.chehreha {
  width: 100%;
  max-width: 800px;
  height: 400px;
  position: relative;
  overflow: hidden; /* <===  */
  border-radius: 15px;
}
.chehre {
	width: 100%;
	max-width: 800px;
	height: 300px;
	position: absolute;
	transition: all 1s;
	font-size: 19px;
	line-height: 30px;
}
.chehre img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#chehreha_wrapper .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  cursor: pointer;
  background-color: #fff;
  font-size: 18px;
}
#chehreha_wrapper .btn:active {
  transform: scale(1.1);
}
#chehreha_wrapper .btn-prev {
  top: 45%;
  left: 9%;
  background: #41ae93 !important;
	color: #fff;
	text-shadow: none !important;
}
#chehreha_wrapper .btn-next {
	top: 45%;
	right: 9%;
	background: #41ae93 !important;
	color: #fff;
	text-shadow: none !important;
}
#chehre_image_box{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#chehre_image_box img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: 0 10px;
	transition: all 1s;
}
#chehre_name {
	font-size: 20px;
	display: block;
	line-height: 18px;
	margin: 0 0 -20px 0;
	font-weight: bold;
}
#chehre_kar {
	color: #888;
	font-size: 16px;
	display: block;
	margin: -5px 0 0 0;
}
/* ------------ catalog ------------ */
#catalog{
	position: relative;
	margin: 0 0 -4px 0;
}
#catalog_video{
	width: 100%;
}
#catalog_video::before {
  content: "\e071";
  font-family: simple-line-icons;
}
#player_icon {
	position: absolute;
	bottom: 0;
	top: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 140px;
	height: 140px;
	font-size: 40px;
}
#player_icon::before {
	content: "\e071";
	font-family: simple-line-icons;
	color: rgba(255, 255, 255, 0.25);
	background-color: rgba(255, 255, 255, 0.17);
	border-radius: 50%;
	padding: 40px;
}
/*---------- insta_module-----------------*/
#insta_module {
	position: relative;
}
#insta_link {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
}
#insta_link::before {
	content: "\e609";
	font-family: simple-line-icons;
	color: #999;
	background-color: #fff;
	padding: 30px;
	border-radius: 50%;
	font-size: 30px;
}
#insta_module p {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}
#insta_module p img {
	flex: 1 0 16.66%;
	max-width: 16.66%;
}
/* ---------------  main_aside  -------------------- */
#main_aside{
	padding: 50px 60px;
}
/*----------------------- Blog Module ----------------------*/
.blogModule{
		background-color: #9ce3d1;
		padding: 150px 0;
		text-align: center;
}
.blogModule > img {
	width: 70px;
	margin: 0 0 25px 0;
}
.blogModuleTitle {
	font-size: 50px;
	font-weight: lighter;
	margin: 30px 0 50px;
}
.blogItems {
	display: flex;
	justify-content: center;
}
.blogItems a {
	flex: 0 0 28%;
	margin: 0 1%;
}
.blogItemsTitleBox {
	padding: 0 0 0 52px;
	text-align: left;
	position: relative;
	color: #000;
	margin: 25px 0 0 0;
}
.blogItemsExtra {
	font-size: 15px;
	margin: 0 0 15px 0;
}
.blogItemPreTitle::after {
	content: ".";
	font-size: 30px;
	display: inline-block;
	color: #888;
	padding: 0 5px 0 10px;
}
.blogItemsExtra::before {
	position: absolute;
	left: 0;
	top: 17px;
	width: 35px;
	height: 1px;
	content: "";
	display: block;
	background-color: #000;
}
.blogItemsExtra {
	text-align: left;
}
.blogItemsTitle {
	font-size: 25px;
	line-height: 30px;
}
.blogItemDate {
	color: #888;
	font-size: 13px;
}