:root{
	--headerClr: #ef4747;
	--mainGradient1: linear-gradient(100deg,#ff8e63,#dacec9);
	--mainGradient2: linear-gradient(100deg,#57a4b5,#dacec9);
	--mainGradient3: linear-gradient(100deg,#ffb963,#ff966b);
	--mainGradient4: linear-gradient(100deg,#c9e9ff,#dcdcdc); /*blue*/
	--mainGradient5: linear-gradient(100deg,#5aa8dc,#9fd9ea);
	--mainGradient6: linear-gradient(100deg,#c9e4ff,#c0c6cc);
	--mainGradient7: linear-gradient(100deg,#21c7a9,#6dcc9b);
	--mainGradient8: linear-gradient(100deg,#720b98,#b058c8); /*violet*/
	--mainGradient9: linear-gradient(100deg,#b3c6eb	,#3960b9) /*blue*/
}
body{
	margin: 0;
	padding: 0;
	direction: rtl;
	font-family: 'Heebo', sans-serif;
}
img {
	width: 100%; /* or max-width: 100%; */
	height: auto;
}
#main{
	box-sizing: border-box;
}
#top-blk, #top-page-block{
	background: rgb(97,67,133);
	background: linear-gradient(162deg, rgba(97,67,133,1) 0%, rgba(81,99,149,1) 100%);
	border-radius: 0% 0% 0% 100% / 64% 44% 52% 23%;
	margin-bottom: 30px;
	position: relative;
}
#top-page-block{
	min-height: 70vh;
	background-repeat: no-repeat;
}
nav{
	padding:10px;
}
.navbar{
	display: block;
}
.navbar-brand{
	float:left;
}
#menu{
	list-style: none;
	display: flex;
	margin: 10px 10px 0 0;
	padding: 0;
}
#menu li{
	margin:0 10px;
	color: #333;
	font-size:16px;
}
#menu li a{
	color:#333;
	text-decoration: none;
}
.top-holder{
	padding-right:35px;
	margin-bottom: 30px;
	transition: all 0.6s ease;
	z-index: 10;
}
#logo{
	margin:5px 5px 5px 10px;
}
.top-img img{
	width: 100%;
}
.navbar-brand img{
	width: 190px;
}
.card-img-blk{
	text-align: center;
	margin: 25px 0 0 0;
	height: 200px;
}
.card-img-blk img{
	width: 200px;
}
.ltr{
	text-align: left;
	direction: ltr;
}
.banner-txt{
	color:#e8e8e8;
}
.card{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top-banner-txt{
	color: #fff;
}
#app-section{
	margin-top:15px;
	background: rgb(97,67,133);
	background: linear-gradient(162deg, rgba(97,67,133,1) 0%, rgba(81,99,149,1) 100%);
	border-radius: 31% 33% 34% 0% / 28% 0% 52% 23%;
	padding: 20px;
}
.app-header{
	font-size: 28px;
	color: #fff;
	margin:5px 5px 15px 5px;
}
.app-text{
	color: #dedede;
}
#text-section{
	padding:30px;
}
.info-text{
	text-align: center;	
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
}
.red-line{
	width: 400px;
	height: 2px;
	background: #f14b4b;
	margin:10px auto;
}
#footer{
	background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
#features{
	margin-bottom: 10px;
}
.feat-hdr{
	display: flex;
	align-items: center;
}
.feat-hdr-ico{
	margin-left:10px;
}
.feat-hdr-text{
	font-size:22px;
	font-weight: bold;
	color: #333;
}
.feat-txt{
	margin-top:15px;
}
.feat-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.feat-bullet{
	width: 24px;
	height: 24px;
	margin-left:10px;
}
.feat-list li{
	padding: 3px;
	display: flex;
	align-items: center;
}
.feat-img{
	width: 100%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 10px;
}
.banner-button{
	margin-top:15px;
}
#contacts{
	padding:20px;
	background-image: linear-gradient(100deg,#efebee,#dedede);
}
.cont-text{
	font-size: 22px;
	text-align: center;
	margin:10px;
	font-weight: bold;
}
.contact-form{
	width: 50%;
	margin:0 auto;
}
.main-top-blk{
	position: relative;
}
.circle{
	position: absolute;
	border-radius: 50%;
	background: #9c9c9c;
	opacity: 0.1;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(40px);
	transform: translateY(40px);
	transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.circle_big{
	width: 300px;
	height: 300px;
}
.circle_inner{
	border-radius: 50%;
	background: #fff;
}
.circle_inner_big{
	width: 250px;
	height: 250px;
}
.main-top-blk{
	overflow: hidden;
}
.top_img_container{
	display: none;
	transform: translateX(80px);
	transition: all 1.1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.top_text_blk{
	display: none;
	transform: translateX(-80px);
	transition: all 1.1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
#main{
	position: relative;
}
.to_top{
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 10px;
	right: 15px;
	padding:15px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #777;
	opacity: 0.4;
	font-size:22px;
	z-index: 10;
	align-items: center;
	justify-content: center;
}
.app-text-block{
	display: none;
	transform: translateX(80px);
	transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.app-img-block{
	display: none;
	transform: translateX(-80px);
	transition: all 1.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
	text-align: center;
}
.app-img-block img{
	width: 50%;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.navbar-light .navbar-nav .nav-link{
	font-weight: bold;
}
.nav-fixed{
	position: fixed;
	width: 100%;
	background: #f9f9f9;
	padding:5px 40px 5px 5px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.navbar-brand{
	padding-top: 0;
}
.cont-hint{
	font-size: 18px;
	text-align: center;
    margin-bottom: 15px;
}
.card-row{
	margin-top: 15px;
}
.main-content{
	padding: 30px 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.category-header{
	margin-bottom: 15px;
	font-size: 18pt;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 2px solid #ae2155;
}
.help-block-error{
	color:red;
}
.navbar-light .navbar-nav .nav-link{
	color: #dadada;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
}
.main-page-blk{
	margin:0 auto;
	overflow: hidden;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-block{
	margin:10px 0;
	padding: 10px;
}
.blog-title{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 2px solid #ef4747;
	padding-bottom: 5px;
}
.blog-content{
	font-size: 14px;
}
.blog-readmore{
	margin-top: 20px;
}
.blog-readmore-btn{
	border: none;
	border-radius: 5px;
	background: #ef4747;
	color:#fff;
	padding: 6px 15px;
	cursor: pointer;
	font-size: 14px;
}
.blog-readmore-btn:hover{
	text-decoration: none;
	color: #fff;
}
.blog-cat-title{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #ae2155;
	padding-bottom: 5px;
}
.cat-pagination{float:right;margin-right:10px}
.pagination li{
	margin: 5px;
	padding: 5px 10px 5px 12px;
	background: #ae2155;
	box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
	border-radius: 5px;
	color: #fff;
}
.pagination li a{
	color: #fff;
}
.button-more{
	border: none;
	padding: 5px 50px;
	font-size: 24px;
	background: #ae2155;
	color: #fff;
	border-radius: 20px;
	text-decoration: none;
}
.button-more:hover{
	color:#fff;
	text-decoration: none;
}
.contact-area{
	max-width: 450px;
	text-align: center;
	margin:10px auto;
}
.contact-text{
	margin: 10px 0;
	color: #ae2121;
	font-size:16px;
	font-weight: bold;
}
.contact-btn{
	border: none;
	background: #ae2155;
	color: #fff;
	border-radius: 15px;
	padding: 15px 45px;
	font-size: 16px;
	font-weight: bold;
}
.cont-area{
	position: relative;
}
.cont-overlay{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	z-index: 10;
}
.cont-overlay-waiter{
	font-size:28px;
}
.card-title{
	font-size: 1rem;
}
.blog-intro{
	margin-top: 10px;
}
.blog-title{
	display: flex;
	align-items: center;
}
.blog-title-ico{
	color: #676767;
	margin-left: 10px;
}
.page-wraper{
	font-size: 14px;
}
.blog-container{
	display: flex;
	align-items: center;
}
.blog-img{
	margin-left: 7px;
}
.blog-img img {
	width: 100px;
	border-radius: 15px;
}
h2{
	font-size: 1.2rem;
}
.nav-fixed-items li a{
	color: #000 !important;
}
.side-img{
	position: absolute;
	bottom: 3vh;
	left:6vw;
	transform: translate3d(-100px, -100px, 48px);
	display: none;
	transition: all 1.1s cubic-bezier(0.25, 0.50, 0.32, 1.28);
}
.side-img img{
	height: 30vh;
}
#paralax-blk{
	margin:0 0 20px 0;
	background-image: url(../img/text_bg.jpg);
	background-attachment: fixed;
	color: #fff;
	padding: 3vw;
}
.parralax-bg{
	background: rgba(0,0,0, 0.6);
	padding: 2vw;
}
@media screen and (min-width: 1200px)
{
	#top-blk{
		height: 100vh;
	}
	.main-top-blk{
		padding: 10vh;
	}
	.info-text{
		width: 50%;
	}
	.app-img-block{
		padding-right: 150px;
	}
	.feat-img-blk{
		padding: 96px 0 0 0px
	}
	.main-page-blk{
		width: 1000px;
	}
}

@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

@media screen and (max-width: 768px){
	#top-blk{
		height: auto;
		margin-bottom: 15px;
	}
	.top-banner-txt{
		font-size: 1.5rem;
		margin: 20px 0;
		text-align: center;
	}
	.top-img{
		text-align: center;
	}
	.info-text{
		width: 100%;
	}
	.app-text{
		margin-bottom: 10px;
	}
	.feat-img-blk{
		text-align: center;
		margin: 25px 0 25px 0;
	}
	.contact-form{
		width: 100%;
	}
	.top-img img{
		width: 350px;
	}
	.app-img-block img{
		width: 60%;
	}
	.app-img-block{
		margin:20px 0;
	}
	.app-text-block, .app-img-block{
		transform: translateX(0px);
	}
	#top-page-block{
		height: auto !important;
		min-height: auto !important;
	}
	.page-img{
		width: 100% !important;
		height: 100% !important;
	}
	.page-img-block{
		float:none !important;
		text-align: center;
	}
	.blog-img img{
		width: 70%;
	}
	.blog-img{
		text-align: center;
	}
	.blog-container{
		display: block;
	}
}

@media screen and (max-width: 1210px){
	.side-img img{
		display: none;
	}
}

@media screen and (max-width: 450px)
{
	.top-holder{
		padding-right: 0;
	}

	.navbar-brand img{
		width: 170px;
	}
	.top-img img{
		width: 300px;
	}
	.card{
		margin:10px 0;
	}
	.info-text{
		width: 100%;
	}
	.red-line{
		width: 70%
	}
	.feat-img{
		width: 300px;
	}
	.contact-form{
		width: 100%;
	}
	#top-blk{
		height: auto;
	}
	.banner-button{
		margin-bottom: 25px;
	}
	.main-page-blk{
		width: 95%;
		margin: 0 10px;
	}
	.category-header{
		font-size: 12pt;
		font-weight: bold;
	}
}