@import url(fontsans.css);
.pfont{
  font-family: "iSans";
  direction:rtl;
}
:root{
  --metaColor1: rgba(0,25,100,1);
  --mycolor1: rgba(255,200,0,1);
  --mycolor2: rgba(255,25,100,1);
  --metaColor2: rgba(0,255,255,1);
  --metalight: rgba(230,240,255,1);
  --black1: #555;
  --black: #000;
  --white: #fff;
  --gray: #f5f5f5;

}
.colorSpident{
  color: var(--metaColor2);
}
.logo{
  padding: 0;
  margin: 0;
  max-height: 40px;
}
body {
  /* background-color: #f5f5f5; */
  background-color: #fff;
  color: #4e4e4e;
  direction: rtl;
  font-family: iSans;
  max-width: 1566px !important;
  margin:auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: var(--mataColor1);
}
.image-single{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	border-radius:10px;
	box-shadow: 2px 2px 3px 0 #aaa;
	margin-top:5px;
	margin-bottom:5px;
}

.image-single2{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	border-radius:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.image-single:hover{
	display: flex;
	box-shadow: 2px 2px 3px 0 #fff;
}
a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: var(--mataColor1);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: var(--mataColor1);
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,

.service-box,
.work-box,
.card-blog {
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: var(--metaColor1);
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.overlay-mf2 {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  background-color: rgba(0, 0, 50, 0.5);
	border-bottom-left-radius: 40% 10% ;
	border-bottom-right-radius: 40% 10%;
}

.overlay-mf3 {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
  background-color: rgba(0, 0, 50, 0.5);
}
.paralax-mf {
  position: relative;
  padding: 4rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 1rem;
}

.title-a {
  font-size: 2.2rem;
  font-weight: bold;
  color: var(--metaColor1);
  text-transform: uppercase;
}

.subtitle-a {
  color: var(--metaColor1);
  font-weight: bold;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: var(--metaColor1);
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: var(--metaColor1);
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px var(--metaColor1);
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: var(--metaColor1);
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: var(--metaColor1);
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  color: var(--mycolor2);
  box-shadow: 0 0 0 10px var(--metaColor2);
  display: block;
}

/*------/ Owl Carousel /------*/

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

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: var(--metaColor1);
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: var(--metaColor1);
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid var(--metaColor1);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
  white-space: nowrap;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: var(--white);
  /* text-transform: uppercase; */
  /* font-weight: 500; */
  font-family: "iSans";
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
  font-family: "iSans";
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
  font-family: "iSans";
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
  font-family: "iSans";
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: var(--metaColor1);
  font-weight: 500;
  font-family: "iSans";
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: var(--metalight);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: var(--metaColor1);
  font-weight: 500;
  font-family: "iSans";
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: var(--metaColor1);
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: var(--metaColor1);
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: var(--metaColor1);
}

.navbar-b.navbar-reduce .navbar-brand {
  color: var(--metaColor2);
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: var(--metaColor1);
}

.navbar-b .navbar-brand {
  color: var(--metaColor1);
  font-size: 1.6rem;
  font-weight: 500;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: var(--metaColor1);
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: var(--metaColor1);
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.nav-link{
	font-size:14px
}
/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 700;
  font-size: 2.5rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 300px;
	border-bottom-left-radius: 40% 10% ;
	border-bottom-right-radius: 40% 10%;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: var(--metaColor1);
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: var(--metaColor1);
}

/*======================================
//--//-->   SERVICES
======================================*/
.service-box2 {
  background-color: #fff;
  padding: 1rem 1rem;
  border-radius: 1rem;
	font-family:"iSans";
	direction: rtl;
	text-align:justify;
}
.service-box2 .title{
font-size:24px
}
.service-box2 .subtitle{
font-size:16px
}
.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: var(--metaColor2);
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
  color: var(--metaColor1);
}

.service-box .s-description {
  color: #4e4e4e;
  direction: rtl;
  font-family: "iSans";
  text-align: justify;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
  
  
}
.counter-ico .ico-circle{
color:var(--mycolor1);;
}
.counter-ico .ico-circle {
  height: 90px;
  width: 90px;
  line-height: 1.3;
  box-shadow: 0 0 0 10px var(--metaColor2);
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}
.counter-text{
  font-family: "iSans";
}
/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: var(--metaColor1);
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/


#footer {
  background: #eee;
  padding: 0 0 25px 0;
  color: var(--black1);
  font-size: 14px;
}

#footer .footer-top {
  background: var(--metalight);
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "iSans", sans-serif;
  font-weight: 700;
  color: var(--metaColor1);
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "iSans", sans-serif;
  color: var(--metaColor1);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: var(--metaColor2);
  color: var(--metaColor1);
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: var(--metaColor1);
  text-transform: uppercase;
  position: relative;
  font-family: "iSans";
  padding-bottom: 12px;
  border-bottom: 2px solid var(--metaColor1);
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  font-family: "iSans";
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: var(--metaColor1);
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid var(--metaColor1);
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--metaColor1);
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--metaColor1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color: var(--metaColor1);
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: var(--metaColor1);
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: var(--metaColor1);
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}


	.email-signature2{
    background-color: #fff;
    font-family: 'iSans', sans-serif;
    padding: 45px 0 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 3px #555,2px 2px 0 2px rgba(0,0,0,0.05);
}
.email-signature2 .signature-img2{
    color: #fff;
    background: #fff;
    font-size: 60px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 3px #999,0 0 0 10px #fff;
    overflow: hidden;
    position: absolute;
    top: 36px;
    left: 50px;
}
.email-signature2 .signature-img2 img{
    width: 100%;
    height: auto;
}
.email-signature2 .signature-details2{
    color: #555;
    background-color: var(--metaColor2);
    text-align: right;
    padding: 15px 15px 15px 200px;
    margin-bottom: 25px;
}
.email-signature2 .title2{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    color:var(--metaColor1);
}
.email-signature2 .post2{
    font-size: 16px;
    /*font-style: italic;*/
    text-transform: capitalize;
    /*letter-spacing: 1px;*/
}
.email-signature2 .signature-content2{
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: inline-block;
}
.email-signature2 .signature-content2 li{
    color: #555;
    font-size: 15px;
    text-align: left;
    width: 45%;
    padding: 0 0 0 20px;
    margin: 0 7px 5px 0;
    vertical-align: top;
    display: inline-block;
}
.email-signature2 .signature-content2 li span{
    color: var(--metaColor1);
    margin-right: 5px;
}
@media screen and (max-width:576px){
    .email-signature2{ padding: 65px 0 30px; }
    .email-signature2 .signature-img2{
        transform: translateX(-50%);
        top: 20px;
        left: 50%;
    }
    .email-signature2 .signature-details2{
        text-align: center;
        padding: 75px 15px 15px;
    }
    .email-signature2 .title2{ font-size: 22px; }
    .email-signature2 .signature-content2{ display: block; }
    .email-signature2 .signature-content2 li{
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }
}

.email-signature3{
    background: #005;
    font-family: 'iSans', sans-serif;
    text-align: center;
    
    margin-bottom:15px;
    /*border-radius:10px;*/
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.email-signature3 .signature-details{
    color: var(--metaColor1);
    padding: 15px 15px 20px;
    margin: 0 0 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*border-radius:10px;*/
}
.email-signature3 .signature-details .title{
    color: var(--metaColor1);
}
.email-signature3 .signature-details:before{
    content: "";
    background: var(--metaColor2);
    width: 100%;
    height: 170px;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.email-signature3 .title{
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.email-signature3 .post{
    font-size: 14px;
    text-transform: capitalize;
}
.email-signature3 .icon{
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.email-signature3 .icon li{
    margin: 0 5px;
    display: inline-block;
}
.email-signature3 .icon li a{
    color: #4D5C63;
    font-size: 18px;
    transition: all 0.3s ease;
}
.email-signature3 ul.icon li a:hover{ color: #fff; }
.email-signature3 .signature-content{
    width: 235px;
    padding: 0 15px;
    margin: 0 0 12px;
    text-align: left;
    list-style: none;
    display: inline-block;
    color: #fff;
}
.email-signature3 .signature-content li{
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding-left: 23px;
    margin-bottom: 5px;
    position: relative;
}
.email-signature3 .signature-content li span{
    color:var(--metaColor2);
    position: absolute;
    left: 0;
    top: 6px;
}
.email-signature3 .signature-icon{
    background: var(--metaColor2);
    width: 120px;
    height: 120px;
    padding: 5px;
    margin: 0 auto -20px;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.email-signature3 .signature-icon img{
    width: 100%;
    height: auto;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
.email-signature3 .signature-footer{
    color: var(--metaColor1);
    background: var(--metaColor2);
    padding: 35px 12px 10px;
    clip-path: polygon(50% 45%, 100% 0, 100% 100%, 0 100%, 0 0);
}

/* timeline*/
    :root{
    --color_1: rgba(255,25,76,1);
    --color_2: #1F5295;
    --color_3: rgba(255,80,0,1);
    --color_4: #019599;
}
.main-timeline2{ font-family: 'iSans', sans-serif; }
.main-timeline2 .timeline{
    padding: 18px 15px 15px 15px;
    position: relative;
    z-index: 1;
}
.main-timeline2 .timeline:before{
    content: '';
    height: 2px;
    width: 15%;
    border-top: 2px dashed #999;
    transform: translateY(-50%);
    position: absolute;
    left: 118px;
    top: 50%;
    z-index: -1;
}
.main-timeline2 .timeline-content{
    color: #fff;
    width: 60%;
    margin: 0 auto;
    display: block;
}
.main-timeline2 .timeline-content:hover{ color: #fff; }
.main-timeline2 .timeline-icon{
    color: #fff;
    background-color: var(--color_1);
    font-size: 25px;
    text-align: center;
    line-height: 80px;
    height: 90px;
    width: 90px;
    border: 5px solid #fff;
    box-shadow: 0 0 0 7px var(--color_1);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 1;
}
.main-timeline2 .timeline-icon:before,
.main-timeline2 .timeline-icon:after{
    content: '';
    height: 120px;
    width: 120px;
    border: 2px solid transparent;
    border-right: 2px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
.main-timeline2 .timeline-icon:after{
    background: #999;
    height: 8px;
    width: 8px;
    border: none;
    transform: translateX(0) translateY(-50%);
    left: auto;
    right: -23px;
}
.main-timeline2 .inner-content{
    background-color: #fff;
    border:2px solid var(--color_1);
    text-align: center;
    padding: 10px 30px;
    border-radius:10px;
    //-webkit-clip-path: polygon(97% 0, 100% 48%, 97% 100%, 3% 100%, 0 49%, 3% 0);
    //clip-path: polygon(97% 0, 100% 48%, 97% 100%, 3% 100%, 0 49%, 3% 0);
}
.main-timeline2 .title{
    font-size: 23px;
    font-weight: 600;
    color:#fff;
    margin: 0 0 5px;
}
.main-timeline2 .description{
    font-size: 13px;
    letter-spacing: 1px;
    text-align:center;
    color:#555;
    margin: 0;
}
.main-timeline2 .timeline:nth-child(even):before{
    left: auto;
    right: 118px;
}
.main-timeline2 .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 10px;
}
.main-timeline2 .timeline:nth-child(even) .timeline-icon:before{
    border: 2px solid transparent;
    border-left-color: #999;
}
.main-timeline2 .timeline:nth-child(even) .timeline-icon:after{
    right: auto;
    left: -22px;
}
.main-timeline2 .timeline:nth-child(4n+2) .timeline-icon{
    color: #fff;
    background-color: var(--color_2);
    box-shadow: 0 0 0 7px var(--color_2);
}
.main-timeline2 .timeline:nth-child(4n+2) .inner-content{
    background-color: #fff;
    border:2px solid var(--color_2);
}
.main-timeline2 .timeline:nth-child(4n+3) .timeline-icon{
    color: #fff;
    background-color: var(--color_3);
    box-shadow: 0 0 0 7px var(--color_3);
}
.main-timeline2 .timeline:nth-child(4n+3) .inner-content{
    background-color: #fff;
    border:2px solid var(--color_3);
}
.main-timeline2 .timeline:nth-child(4n+4) .timeline-icon{
    color: #fff;
    background-color: var(--color_4);
    box-shadow: 0 0 0 7px var(--color_4);
}
.main-timeline2 .timeline:nth-child(4n+4) .inner-content{
    background-color: #fff;
    border:2px solid var(--color_4);
}
@media only screen and (max-width:576px){
    .main-timeline2 .timeline{
        padding: 100px 0 0 0;
        margin: 0 0 10px;
    }
    .main-timeline2 .timeline-content{ width: 100%; }
    .main-timeline2 .timeline-icon,
    .main-timeline2 .timeline:nth-child(even) .timeline-icon{
        top: 10px;
        left: 50%;
        transform: translateX(-50%) translateY(0);
    }
    .main-timeline2 .timeline-icon:before,
    .main-timeline2 .timeline-icon:after{
        display: none;
    }
	.main-timeline2 .timeline:before{
    content: '';
    height: 2px;
    width: 0%;
    border-top: 2px dashed #fff;
    position: absolute;
    top: 50%;
    z-index: -1;
	}
}

.main-timeline3{
    position: relative;
}
.main-timeline3:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline3 .timeline{
    width: 50%;
    padding: 0 40px 0 0;
    margin: 0 50px 0 0;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline3 .timeline-content{
    background-color: #f5f5f5;
    min-height: 140px;
    padding: 20px 60px 20px 20px;
    border-radius: 20px 10px 10px 20px;
    box-shadow: 0 0 15px -5px #555;
    display: block;
    position: relative;
}
.main-timeline3 .timeline-content:hover{ text-decoration: none; }
.main-timeline3 .timeline-icon{
    color: #fff;
    background-color: #009432;
    font-size: 45px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 10px 10px 0 10px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -40px;
    z-index: 1;
}
.main-timeline3 .timeline-icon:after{
    content: '';
    background: linear-gradient(to left top,transparent 49%, #046d27 50%);
    height: 20px;
    width: 40px;
    position: absolute;
    right: 0;
    top :100%;
}
.main-timeline3 .title{
    color: #009432;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.main-timeline3 .description{
    color: #555;
    font-size: 15px;
    letter-spacing: 0px;
	font-family:'iSans';
    text-align: justify;
    margin: 0;
}
.main-timeline3 .timeline:nth-child(even){
    padding: 0 0 0 40px;
    margin: 0 0 0 50px;
    float: right;
}
.main-timeline3 .timeline:nth-child(even) .timeline-content{
    padding: 20px 20px 20px 60px;
    border-radius: 10px 20px 20px 10px;
}
.main-timeline3 .timeline:nth-child(even) .timeline-icon{
    border-radius: 10px 10px 10px 0;
    right: auto;
    left: -40px;
}
.main-timeline3 .timeline:nth-child(even) .timeline-icon:after{
    transform: rotateY(180deg);
    right: auto;
    left: 0;
}
.main-timeline3 .timeline:nth-child(4n+2) .timeline-icon{ background-color: #ff4300; }
.main-timeline3 .timeline:nth-child(4n+2) .timeline-icon:after{
    background: linear-gradient(to left top,transparent 49%, #d63804 50%);
}
.main-timeline3 .timeline:nth-child(4n+2) .title{ color: #ff4300; }
.main-timeline3 .timeline:nth-child(4n+3) .timeline-icon{ background-color: #0652DD; }
.main-timeline3 .timeline:nth-child(4n+3) .timeline-icon:after{
    background: linear-gradient(to left top,transparent 49%, #003eaa 50%);
}
.main-timeline3 .timeline:nth-child(4n+3) .title{ color: #0652DD; }
.main-timeline3 .timeline:nth-child(4n+4) .timeline-icon{ background-color: #a504db; }
.main-timeline3 .timeline:nth-child(4n+4) .timeline-icon:after{
    background: linear-gradient(to left top,transparent 49%, #8205af 50%);
}
.main-timeline3 .timeline:nth-child(4n+4) .title{ color: #a504db; }
@media screen and (max-width:767px){
    .main-timeline3 .timeline,
    .main-timeline3 .timeline:nth-child(even){
        width: 100%;
        padding: 40px 0 0 40px;
        margin-bottom: 20px;
    }
    .main-timeline3 .timeline-icon,
    .main-timeline3 .timeline:nth-child(even) .timeline-icon{
        border-radius: 10px 10px 10px 0;
        transform: translateY(0);
        top: -40px;
        left: -40px;
        right: auto;
    }
    .main-timeline3 .timeline-icon:after{
        transform: rotateY(-180deg);
        right: auto;
        left: 0;
    }
    .main-timeline3 .timeline-content,
    .main-timeline3 .timeline:nth-child(even) .timeline-content{
        padding: 60px 20px 20px;
    }
}
@media screen and (max-width:567px){
    .main-timeline3 .title{ font-size: 18px; }
}

.text-effect-flash{
    color: #fff6a9;
    font-family: 'times', cursive;
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
    margin: 20px auto 0;
    text-shadow: 0 0 5px #ffa500, 0 0 5px #ffa500, 0 0 10px #ffa500, 0 0 10px #ffa500, 0 0 10px #ff0000, 0 0 10px #ff8d00, 0 0 5px #ff0000;
    position: relative;
    animation: animate 2s ease-in-out infinite;
}
@keyframes animate{
    20%, 24%, 55%{
        color: #111;
        text-shadow: none;
    }
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100%{
        color: rgba(220,255,220,1);
        text-shadow: 0 0 5px #00ff00, 0 0 5px rgba(0,255,0,0.7), 0 0 1px rgba(0,255,0,0.5), 0 0 1px #00ff00, 0 0 1px #fff, 0 0 1px #000, 0 0 10px #000;
    }
}
@media only screen and (max-width: 990px){
    .text-effect-flash{ font-size: 100px; }
}
@media only screen and (max-width: 767px){
    .text-effect-flash{ font-size: 80px; }
}
@media only screen and (max-width: 479px){
    .text-effect-flash{ font-size: 60px; }
}
@media only screen and (max-width: 359px){
    .text-effect-flash{ font-size: 45px; }
}
.box{
    font-family: 'iSans', sans-serif;
    overflow: hidden;
    position: relative;
	box-shadow: 1px 1px 2px 1px #bbb;
	border-radius:10px;
}
.box:hover{
    font-family: 'iSans', sans-serif;
    overflow: hidden;
    position: relative;
	box-shadow: 1px 1px 6px 1px #bbb;
	border-radius:10px;
}
/*.box:before,*/
/*
.box:after{
    content: '';
    background: linear-gradient(to right,#772ce8,#772ce8);
    height: 100%;
    width: 150%;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    opacity: 0;
    position: absolute;
    left: 0;
    top: -60%;
    transition: all 0.3s ease;
	
	opacity: 0.9;
    transform: rotate(22deg);
}
		
.box-red:before,.box-red:after{
    background: linear-gradient(to right,rgba(255,25,100,0.5),rgba(255,25,100,1));
}		
.box-blue:before,.box-blue:after{
    background: linear-gradient(to right,rgba(0,0,255,0.5),rgba(0,0,255,1));
}
.box-purple:before,.box-purple:after{
    background: linear-gradient(to right,rgba(160,70,160,0.5),rgba(160,70,160,1));
}
.box-green:before,.box-green:after{
    background: linear-gradient(to right,rgba(34,210,76,0.5),rgba(34,210,76,1));
}		
.box-yellow:before,.box-yellow:after{
    background: linear-gradient(to right,rgba(255,200,14,0.5),rgba(255,200,14,1));
}
.box-darkblue:before,.box-darkblue:after{
    background: linear-gradient(to right,rgba(0,0,100,0.5),rgba(0,0,100,1));
}		
.box:after{
    top: auto;
    bottom: -95%;
    left: auto;
    right: 0;
	
	opacity: 0.0;
    transform: rotate(90deg);
}*/
.box:hover:before,
.box:hover:after{
    opacity: 0.0;
	bottom: -75%;
    transform: rotate(90deg);
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    color: #fff;
    text-align: right;
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: top center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    transition: all 0.3s ease;
	opacity: 1;
    transform: rotateX(0);
}
.box:hover .box-content{
    opacity: 1;
    transform: rotateX(0);
}
.box .title{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0;
}
.box .post2{
   text-align: right;
    position: absolute;
	opacity: 1;
    transform: rotateX(0);
	font-size: 12px;
	bottom: 5px;
    right: 15px;
	font-weight: 700;
}
.box .icon{
    width: 70%;
    padding: 7px 10px;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: rotateX(-90deg);
    transform-origin: bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease;
	
	opacity: 1;
    transform: rotateX(0);
}
.box:hover .icon{
    opacity: 1;
    transform: rotateX(0);
}
.box .icon li{
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a{
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.box .icon li  a:hover{ box-shadow: 0 0 5px #fff;}

.mask1{
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
	padding: 7rem 0;
	-webkit-mask-image: url("../assets/other/svg7.svg") ;
  mask-image: url("../assets/other/svg7.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.desktop-only{
  display: block;
}


@media only screen and (max-width:990px){
    .box {
		margin: 0 0 5px; 
		
	}
	/*.box .title{
		font-size: 14px;
		letter-spacing: 0px;
	}
	.box .post{
		font-size: 10px;
	}
	.box .icon li a{
		font-size: 15px;
		line-height: 27px;
		height: 25px;
		width: 25px;
	}
	
	.box:before,
	.box:after{
		top: -70%;	
		transform: rotate(0deg);
  	}*/
	.desktop-only{
		display: none;
	}
}	


@media only screen and (max-device-width: 480px) {
  .desktop-only{
	display: none;
	}
}

:root{
--color-red: rgba(255,25,100,0.5);
--color-blue: rgba(0,0,255,0.5);
--color-purple:rgba(160,70,160,0.5);
--color-green:rgba(34,210,76,0.5);	
--color-yellow:rgba(255,200,14,0.5);
--color-darkblue:rgba(0,0,100,0.5);

--color-red2: rgba(255,25,100,1);
--color-blue2: rgba(0,0,255,1);
--color-purple2:rgba(160,70,160,1);
--color-green2:rgba(34,210,76,1);	
--color-yellow2:rgba(255,200,14,1);
--color-darkblue2:rgba(0,0,100,1);
	}
.padding-0{
    padding-right:0;
    padding-left:0;
}
.card {
  margin:20px;
  background: #fff;
	width:80%;
	display:inline-block;
	text-align: center;
	margin:auto;
	font-family:'iSans';
  border-radius:10px;
  box-shadow:1px 2px 3px 1px rgba(200,200,200,0.5);
}	

div.image {
    margin: 10px;
    display: inline-block;
    position: relative;
}

div.image img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

div.preview-image {
    float: left;
    padding: 0px 0px 0px 0px;
}

div.preview-image img {
    width: 100%;
    
    height: auto;
	border-radius:10px;
}


div.image img:hover {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.32), 0 0 0 0px
        rgba(0, 0, 0, 0.16);     
}

.product-info {
    float: right;
	text-align:right;
    margin-right: 20px;
}

div.product-info ul {
    margin: 10px 0px;
    padding: 0;
}

div.product-info li {
    cursor: pointer;
    list-style-type: none;
    display: inline-block;
    color: #F0F0F0;
    text-shadow: 0 0 2px rgba(255,50,100,1);
    font-size: 30px;
}

div.product-info .selected {
    color: var(--mycolor2);
    text-shadow: 0 0 3px var(--mycolor2);
}

.product-title {
    font-size: 1.5em;
}
.product-detail {
	direction:rtl;
	margin-top:5px;
	text-align:justify;
    font-size: 1em;
}
.product-category {
    margin: 10px 0px;
    font-size: 0.8em;
    color: #888;
	width:100%;
    border: #c4c4c5 2px solid;
	border-radius:5px;
    padding: 0px 5px 0px 5px;
    text-transform: uppercase;
}

button.btn-info {
    padding: 10px;
    margin: 20px 20px 10px 0px;
    padding: 10px 20px;
    background: #67bdf7;
    border: #60b2e8 1px solid;
    border-radius: 3px;
    color: #FFF;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
}

#product-view {
    overflow: hidden;
    display: block;
    padding-top: 20px;
    margin-top: 30px;
    
}
div.preview-image img.thumbnail {
    width: 50px;
    margin-bottom: 10px;
    padding: 5px;
}

#thumbnail-container {
    width: 70px;
    float: bottom;
}

#preview-enlarged {
    float: top;
}

.wrapper {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.image-gallery {
  margin: 0 auto;
  display: table;
}

.primary,
.thumbnails {
  display: table-cell;
}

.thumbnails {
  width: 300px;

}

.primary {
  width: 600px;
  height: 400px;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 4px solid red;
}

.thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 4px solid transparent;
}

	
	@media only screen and (max-width:768px){
		.card {
		width:100%;
		}	
		.product-info {
			margin-right: 20px;
			margin-left: 20px;
		}
	}
	
  .catalog {
    position: relative;
    margin: 0 auto; /* Center it */
    text-align:center;
    margin-top:20px;
  }
  .catalog img{
    border-radius:1px;
    width:180px;
  }
  .catalog h2 {
    font-size:18px;
    position: absolute;
    Top: 30%;
    color: white;
    padding: 15px;
    width:100%;
    font-family:times;
    background:rgba(0,0,100,0.7);
  }
  .catalog h3 {
    font-size:14px;
    position: absolute;
    top: 0%;
    right:10%;
    border-radius:0px 0px 10px 10px;
    color: black;
    
    padding: 5px;
    width:25%;
    font-weight: 900;
    //background:rgba(255,100,0,0.7);
  }
  .catalog-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,100,0.8);
    }
    .catalog:hover .catalog-overlay {
      opacity: 1;
    }
.catalog-overlay a{
        font-size:12px;
        color:#fff;
        border:1px solid #fff;
        border-radius:10px;
        padding:10px;
    }		
	.text {
      color: white;
      font-size: 12px;
      position: absolute;
		font-family:'iSans';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      text-align: center;
    }
hr2 {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #333; /* old IE */
    background-color: #333; /* Modern Browsers */
}




p{
	line-height:1.7;
}

@media screen and (min-width: 1600px) {
  .navbar-nav .nav-link {
    font-size: 1vw
  }
  .intro-content .intro-title{
	font-size: 3vw
  }
  .navbar a img{
	  min-height: 2vw;
  }
  p{
	font-size: 0.9vw !important;
  }
  .tf_shine_hide{
	font-size: 4vw !important;  
  }
}

@media screen and (min-width: 2600px) {
  .navbar-nav .nav-link {
    font-size: 0.9vw
  }
  p{
	font-size: 0.7vw !important;
  }
}