
.service-cent h2{

    text-align: center;
}

.service-cent p{

    text-align: center;
}

.make-it-cent{

    text-align: center !important;
}
.main-head{

    font-size: 15px;
    color: #fff;
}

.download-bottom{


    padding-bottom: 120px;
}


/* sign */


.main-ul {
    padding: 0;
    text-align: center;
  }
  
  .main-li {
    display: inline-block;
    list-style-type: none;
    margin: 0 20px;
  }
  .main-li:nth-child(1) button {
    background: #F3FFBD;
  }
  .main-li:nth-child(2) button {
    background: #247BA0;
  }
  .main-li:nth-child(3) button {
    background: #FF1654;
  }
  
  .first-cl {
    position: relative;
    background: rebeccapurple;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid white;
    color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size: 50px;
    cursor: pointer;
    padding: 0;
    transform: translate(0px, 0px);
    z-index: 1;
  }

  .flip-card {
    background-color: transparent;
    width: 300px;
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
    border-radius: 100%;
  }
  
  .flip-card-back {
    background-color: #2980b9;
    color: white;
    transform: rotateY(180deg);
    border-radius: 100%;
  }

  .text-abs{

    position: absolute;
    /* top: 50%; */
    left: 31%;
    bottom: 40%;
  }

  .change-abs{

    position: absolute;
    left: 25%;
    bottom: 40%;
  }

  .para-abs{

    position: absolute;
    top: 43%;
    left: 2;
  }

  .feature-card.style1 .feature-info, .feature-card.style3 .feature-info{


    min-height: 234px;
  }

  .sign-in-sec{


    padding-top: 120px;
    padding-bottom: 120px;
  }

.main-list{

    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-center{

    text-align: center;
    color: #fff;
}
.how-to-contact{


    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
}
  .nav-item :active{

    color: #00a9a4;
  }


/* develope */


.feature-box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.75rem;
	margin-right: -.75rem
}

.feature-box:first-child {
	margin-top: 0
}

.heading-block h2 {
    font-size: 30px;
}
.fbox-icon {
    width: 5.5rem;
    height: 4rem;
    padding: 0 0.75rem;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    padding: 0 0.75rem;
}

.center {
    text-align: center!important;
}

.topmargin-lg {
    margin-top: 5rem!important;
}
.fbox-icon a, .fbox-icon i, .fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fbox-icon i {
    font-style: normal;
    font-size: 28px;
    line-height: 4rem;
    text-align: center;
}

.icon-line-power:before {
    content: "\e9c0";
}

.fbox-content h3 {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
}

#content p {
    line-height: 1.8;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0;
    color: #999;
}
/* devloper */

/* Testin */





/* Testim */


/* counter */

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


/* sign in */


.timeline-style-two {
  position: relative;
  padding: 20px 50px 50px 50px;
  border-radius: var(--radius-big);
}

.rainbow-timeline-single {
  margin-top: 30px;
}
.rainbow-timeline-single .rainbow-timeline {
  text-align: center;
}
.rainbow-timeline-single .rainbow-timeline .progress-line {
  position: relative;
  border-radius: 0px;
  height: 6px;
  box-shadow: none;
  margin: 20px 0;
  width: 100%;
}
.rainbow-timeline-single .rainbow-timeline .progress-line .line-inner {
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  background-image: radial-gradient(circle farthest-corner at 0%, var(--color-pink) 25%, var(--color-secondary) 45%, var(--color-primary-light) 65%, var(--color-light-green) 85%);
  background-attachment: fixed;
  background-repeat: repeat-y;
  width: 100%;
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .rainbow-timeline-single .rainbow-timeline .progress-line .line-inner {
    /* display: none; */
  }
}
.rainbow-timeline-single .rainbow-timeline .progress-dot {
  position: relative;
  height: 30px;
  display: block;
  width: 100%;
  margin-top: -39px;
  margin-left: -15px;
}
.rainbow-timeline-single .rainbow-timeline .progress-dot .dot-level {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-primary-light));
  background-attachment: fixed;
  background-repeat: repeat-y;
  position: absolute;
  width: 28px;
  height: 28px;
  display: block;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.rainbow-timeline-single .rainbow-timeline .progress-dot .dot-level .dot-inner {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: var(--color-darkest);
}
.rainbow-timeline-single:first-child .rainbow-timeline .progress-line {
  width: 100%;
  
}
.rainbow-timeline-single:last-child .rainbow-timeline .progress-line {
  width: 100%;
}
.rainbow-timeline-single .title {
  margin-bottom: 33px;
  font-size: 20px;
}
.rainbow-timeline-single .main-rainbow {
  padding: 0 10%;
  margin-top: 15px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rainbow-timeline-single .main-rainbow {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rainbow-timeline-single .main-rainbow {
    padding: 0 10px;
  }
}
.rainbow-timeline-single.no-gradient .rainbow-timeline .progress-line .line-inner {
  background-image: inherit;
  background-color:#00b0a7
}
.rainbow-timeline-single.no-gradient .rainbow-timeline .progress-dot .dot-level {
  background-image: inherit;
  background-color:#c28f38
}
.rainbow-timeline-single.dark-line .rainbow-timeline .progress-line .line-inner {
  background-image: inherit;
  background-color: black
}
.rainbow-timeline-single.dark-line .rainbow-timeline .progress-dot .dot-level {
  background-image: inherit;
  background-color: black
}
.rainbow-timeline-single.dark-line .rainbow-timeline .progress-dot .dot-level .dot-inner {
  background-color: black;
}
.sign-in-top{


  padding-top: 100px;
}

.bg-color-blackest {
  background-color: var(--color-blackest) !important;
}

/* vision */

/* section{
  display: flex;
  width:100vw;
  height:100vh;
  justify-content: center;
  align-items: center;
  background:#131d29;
} */



/* Test */


.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: rgb(79, 143, 226);
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
	position: relative;
	width: 100%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
}

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px rgb(79, 143, 226);
	background-size: cover;
	margin-bottom: calc(0.7rem + 0.5vmin);
}

.chicken {
	background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
	width: 200px;
	height: 250px;
	position: absolute;
	top: 12%;
}

#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: sans-serif;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgb(79, 143, 226);
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

/* #profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: rgb(79, 143, 226);
} */

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid rgb(79, 143, 226);
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}

.surprise-me-btn {
	border: 2px solid rgb(79, 143, 226);
	background-color: rgb(224, 238, 255);
	color: rgb(79, 143, 226);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(7rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.surprise-me-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

.move-head {
	animation: moveHead 1.55s infinite;
	animation-delay: -0.8s;
}

.hide-chicken-btn {
	border: 2px solid rgb(226, 89, 79);
	background-color: rgb(255, 224, 224);
	color: rgb(226, 79, 79);
	border-radius: 2rem;
	padding: calc(0.5rem + 0.2vmin) 0;
	width: calc(10rem + 5vmin);
	text-align: center;
	transition: background-color 0.3s, transform 0.3s;
	cursor: pointer;
	margin-bottom: calc(1.4rem + 1vmin);
}

.hide-chicken-btn:hover {
	transition: background-color 0.3s, transform 0.3s;
	background-color: rgb(255, 255, 255);
	transform: rotate(5deg);
}

@keyframes moveHead {
	0% {
	}
	25% {
		transform: translate(0.5rem, 1rem) rotate(5deg);
	}
	100% {
		transform: translate(0, 0) rotate(-5deg);
	}
}

@media screen and (max-width: 900px) {
	.content-wrapper {
		width: 100%;
	}
}

/* .main-content{

  height: 100%;
	width: 70%;
	max-width: 100rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
} */


/* ser */

.portfolio-detail .portfolio_area_details .portfolio-post-content {
  position: relative;
}

.portfolio-detail .portfolio_area_details .portfolio-post-content h2 {
  font-size: 42px;
  line-height: 58px;
  margin-bottom: 28px;
}

.portfolio-detail .portfolio_area_details .portfolio-post-content img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 29px 0 50px;
}

.portfolio-detail .portfolio_area_details .helping-post {
  background: #f8f8fc;
  padding: 64px 100px 59px;
  border-radius: 15px;
  margin-top: 72px;
  margin-bottom: 97px;
}

.portfolio-detail .portfolio_area_details .helping-post h3 {
  color: #565972;
  font-size: 40px;
  line-height: 55px;
  margin: 0 70px 46px;
  text-align: center;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc {
  position: relative;
  font-size: 19px;
  line-height: 35px;
  color: #606378;
  margin: 0 0 9px;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc h5 {
  font-weight: 700;
  margin: 0;
  font-size: 19px;
  line-height: 35px;
  color: #606378;
  display: inline-block;
  min-width: 155px;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc p {
  margin: 0;
  display: inline-block;
  padding-left: 20px;
  word-break: break-all;
}

.portfolio-detail .portfolio_area_details .related-portfolio {
  position: relative;
}

.portfolio-detail .portfolio_area_details .related-portfolio h3 {
  font-size: 40px;
  line-height: 55px;
  color: #565972;
  margin-bottom: 56px;
}

.single-portfolio {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 20px;
  /* -webkit-box-shadow: 0px 0px 18px 0px rgba(51, 60, 142, 0.1);
          box-shadow: 0px 0px 18px 0px rgba(51, 60, 142, 0.1); */
}

.single-portfolio .portfolio-thumb {
  position: relative;
}

.single-portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.single-portfolio .portfoilo-overlay {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition-timing-function: cubic-bezier(0.07, 0.72, 0.24, 1);
          transition-timing-function: cubic-bezier(0.07, 0.72, 0.24, 1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
          background-color: #005b55;
  /* background-image: -webkit-gradient(linear, left top, right top, from(#ff416c), to(#ff4b2b));
  background-image: linear-gradient(to right, #ff416c, #ff4b2b); */
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.single-portfolio .portfoilo-overlay h4 {
  font-size: 20px;
  color: #fff;
  line-height: .8;
  font-weight: 800;
  margin: 0 0 28px;
}

.single-portfolio .portfoilo-overlay h4 a {
  color: #fff;
  z-index: 5;
  top: -30px;
  position: relative;
  -webkit-transition: all ease 1200ms;
  transition: all ease 1200ms;
}

.single-portfolio .portfoilo-overlay h4 a:hover {
  color: #000;
}

.single-portfolio .portfoilo-overlay p {
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 32px;
  z-index: 5;
  position: relative;
  -webkit-transition: all ease 1200ms;
  transition: all ease 1200ms;
}

.single-portfolio .portfoilo-overlay .portfolio-btn {
  -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
  background-color: #edeef5;
  padding: 0px 55px;
  border-radius: 35px;
  font-size: 16px;
  color: #272a3a;
  font-weight: 600;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  height: 60px;
  line-height: 60px;
}

.single-portfolio .portfoilo-overlay .portfolio-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  line-height: 39px;
}

.single-portfolio .portfoilo-overlay .portfolio-btn:hover {
  background-color: #272a3a;
  -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
          box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
  color: #ffffff;
}

.single-portfolio .portfoilo-overlay .portfolio-aling {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  padding: 30px;
}

.single-portfolio:hover .portfoilo-overlay {
  visibility: visible;
  opacity: .90;
  border-radius: 20px;
}

.single-portfolio:hover .portfoilo-overlay h4 a {
  top: 0;
}

.single-portfolio:hover .portfoilo-overlay a.portfolio-btn {
  bottom: 0;
}

.banner-section {
  padding-top: 155px;
  background-color: #f8f8fc;
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 120px;
  }
}

.banner-section .banner-content .title {
  color: #272a3a;
  font-weight: 700;
  line-height: 1.058;
  margin-bottom: 2rem;
  font-size: 68px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-section .banner-content .title {
    font-size: 60px;
  }
}

@media screen and (max-width: 1199px) {
  .banner-section .banner-content .title {
    font-size: 40px;
  }
}

.banner-section .banner-content p {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .banner-section .banner-content p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1500px) {
  .banner-img {
    margin-right: -150px;
  }
}

@media screen and (min-width: 1920px) {
  .banner-img {
    margin-right: -215px;
  }
}

@media screen and (min-width: 1701px) {
  .banner-padding {
    padding-top: 145px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1700px) {
  .banner-padding {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .banner-padding {
    padding-top: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-padding {
    padding-top: 30px;
  }
}


.main-content{

  margin-top: 0;
}

/* vision


/* v */

.clearfix {
  clear: both;
}

.centerflipcards {
  display: block;
  text-align: center;
  margin: 20px auto;
}

.card-flip {
  width: 100%;
  height: 250px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -ms-transform: perspective(1000px);
  transform: perspective(1000px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  float: left;
}

.frontCard,
.backCard {
  width: 100%;
  height: 100%;
  padding: 10px;
  -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-flip .frontCard {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
  z-index: 1;
}

.card-flip:hover .frontCard {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.card-flip .backCard {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  transform-style: preserve-3d;
  z-index: 1;
}

.card-flip:hover .backCard {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.invCard,
.applyCard2,
.directionsCard {
  background: url(http://israel.dcs-cms.com/Dealers/00001_01000/00030_Israel/images/fxslide1.jpg) center center no-repeat content-box;
  background-size: cover;
}

.invCard2,
.applyCard,
.directionsCard2 {
  background: url(http://israel.dcs-cms.com/Dealers/00001_01000/00030_Israel/images/fxslide3.jpg) center center no-repeat content-box;
  background-size: cover;
}

.frontCard:before,
.backCard:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-image: url(../img/background/SPENDINGBackground.jpg);
  /* opacity: .6 */
}

.card-flip i {
  color: #fff;
  font-size: 4em;
}

.card-flip h2 {
  color: white;
  font-family: "Lato";
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.card-flip h3 {
  color: white;
  font-family: "Lato";
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

.centerflipcards p {
  font-family: "Lato";
  font-size: 13px;
  margin-top: 10px;
  font-weight: 700;
}

.flip-button {
  display: block;
  width: 200px;
  padding: 20px;
  font-family: "Lato";
  font-weight: 300;
  font-size: 1.5em;
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  text-decoration: none;
  background: #f7c05f;
  /* Old browsers */
  /* background: -moz-linear-gradient(-45deg, #4bbcff 0%, #4954de 49%, #2221ff 100%); */
  /* FF3.6-15 */
  /* background: -webkit-linear-gradient(-45deg, #4bbcff 0%, #4954de 49%, #2221ff 100%); */
  /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(135deg, #4954de 0%, #4bbcff 49%, #2221fff 100%); */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4bbcff', endColorstr='#2221ff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  /* opacity: .7; */
}

a.flip-button:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}


/*CARD FLIP ANIMATION*/

.card-container {
  padding: 0 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  -webkit-transform: translateY(-50%) translateX(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) scale(1);
  transform: translateY(-50%) translateX(0px) scale(1);
  transform-style: preserve-3d;
  z-index: 2;
}

.card-flip:hover .card-container {
  -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
  -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
  transform: translateY(-50%) translateX(-650px) scale(.88);
  transform-style: preserve-3d;
}

.card-container2 {
  padding: 40px;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
  -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
  transform-style: preserve-3d;
  z-index: 2;
}

.card-flip:hover .card-container2 {
  -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
  transform-style: preserve-3d;
}


/*ADD SHADOWS OPTIONAL*/

.card-flip .frontCard .boxshadow,
.card-flip .frontCard .textshadow,
.card-flip .backCard .boxshadow,
.card-flip .backCard .textshadow {
  -ms-transition: 0.60s;
  transition: 0.60s;
  -webkit-transition: 0.60s;
}

.card-flip .frontCard .boxshadow {
  -webkit-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.card-flip .frontCard .textshadow, .card-flip i {
  -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.8);
}

.card-flip:hover .frontCard .boxshadow,
.card-flip:hover .frontCard .textshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
  box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.card-flip .backCard .boxshadow {
  -webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
  -moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
  box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.card-flip .backCard .textshadow {
  -webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
  -moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
  text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.card-flip:hover .backCard .boxshadow {
  -webkit-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.8);
}

#about{


  padding-top: 50px;
}



/* footer */

/* footer start */

.footer {
  border-top: 2px solid rgba(204, 163, 84, 0.5);
  position: relative;
  background-color: #030734;
}

.footer::before {
  /* position: absolute; */
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.45;
}

.footer__top {
  padding-top: 100px;
  padding-bottom: 70px;
}

.footer__bottom {
  padding: 20px 0;
  background-color: #000000;
}

.footer-short-menu {
  margin: -5px -10px;
}

.footer-short-menu li {
  margin: 5px 10px;
}

.footer-short-menu li a {
  color: #fff;
}

.footer-short-menu li a:hover {
  color: #cca354;
}

.social-link-list {
  margin: -5px;
}

.social-link-list li {
  margin: 5px;
}

.social-link-list li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.65);
}

.social-link-list li a:hover {
  color: #cca354;
}

.footer-logo img {
  max-height: 50px;
}


@media (min-width:768px) and (max-width:1024px) {
  .footer.bg_img {
      overflow: hidden;
      overflow-y: hidden;
      height: auto;
      /* height: 50vh; */
  }
}

.scroll-to-top {
  height: 35px;
  width: 35px;
  bottom: 8%;
  right: 4%;
}

.footer-logo {
  display: block;
}

.fa.fa-arrow-up.move__top {
  font-size: 21px;
}

.bot_footer {
  background-color: transparent;
}

.move__top {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}

.pt10_footer {
  margin: 30px auto 0 auto;
}

.line-bar {
  height: 2px;
  background-color: #cca354;
  margin-left: auto;
  margin-right: auto;
}

.marquee_padding_top {
  /* padding-top: 32px; */
  margin-top: 32px;
}

.footer__top {
  padding-bottom: 0px;
  padding-top: 31px;
}

.bold_disclaimer {
  color: #cca354;
  font-size: 20px;
}

.ul_footer li {
  padding: 0px 10px;
}

.ul_footer1 li {
  padding: 0px 10px;
}

.ul_footer2 li {
  padding: 0px 10px;
}

.ul_footer,
.ul_footer1,
.ul_footer2 {
  margin: -22px -10px;
}

.list-no{

  list-style: none;
}

/* footer end */





#footer{

  background: url(../img/background/FooterBackground.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.list-hover span:hover{


  font-display: block ;
}

.p-first{

  display: none;
}


.dis-side{

  color: #fff;
}

.marq-side{

  color: #fff;
}

.copyright-div p{

  color: #fff;
}


#download-sec{

    background: url(../img/background/signin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


.hero-content p{

  color: #fff;
}

.hero-content h1{

  color: #fff
}

.testimonial-top{

  padding-top: 35px;
}


.breadcrumb-title h2, .section-title h2, .content-title h2{

  /* color: #ffff */
}

#contact{
  background: url(../img/background/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#developer{
  background: url(../img/background/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}
#services{
  background: url(../img/background/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}

#pricing{
  background: url(../img/background/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-inner{


  color: #d9bf5f;
}

#terms-bg{
  background: url(../img/background/INNERBANNERBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#privacy-bg{
  background: url(../img/background/INNERBANNERBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#refund-bg{
  background: url(../img/background/INNERBANNERBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#dev-bg{

  background: url(../img/background/DeveloperBG.jpg);

}
/* #developer{
  background: url(../img/background/INNERBANNERBG.jpg);
  background-repeat: no-repeat;
  background-size: cover;
} */


/* new developer page */
.feature-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.fbox-icon {
  width: 5.5rem;
  height: 4rem;
  padding: 0 0.75rem;
}
.fbox-icon a, .fbox-icon i, .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.fbox-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}

.section {
  position: relative;
  width: 100%;
  /* margin: 60px 0; */
  padding: 60px 0;
  background-color: #f9f9f9;
  overflow: hidden;
}

.prjct-img{
display: flex;
  margin-left: auto !important;
  margin-right: auto !important;
}

.stimg{

background: url(../img/testimonials/1.png);
}

/* .stimgone{

  background: url(../img/testimonials/2.png);
}  */

.theme-light .header-wrap.style1 .header-bottom .header-btn .btn.style1{

  margin: 0 15px;
}

.fbox-icon{

  margin-top: auto;
  margin-bottom: auto;
}

.modal-header h3{

  margin-left: auto;
  margin-right: auto;
}

.project-card h3{

  color: #ffff;
}

.header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a.active, .header-wrap.style1 .header-bottom .navbar .navbar-nav .nav-item a:hover{

  color: #00a9a4;
}

/*  */
li.nav-item.has-dropdown:nth-child(4),
li.nav-item.has-dropdown:nth-child(5){
  display: none;
}
.service-pay{
 padding: 50px 0 50px;
}
.project-card .project-info h3 a:hover{
  color: unset;
}
p.fptext {
  color: #fff;
  font-weight: bold;
}
.col-md-12.text-center.justify-content-center.copyright-div {
  margin-top: 16px;
}

