body
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.navbar-main
{
    background-color: #f8f9fa;
    border:0px solid red;
    height:100px;
}
/*Slider Css Start*/
.slider-main a {
	text-decoration: none;
  margin: 10px;
  font-size: 20px;
}
.slider-main .intro {
	position: relative;
	width: 100%;
	height: 100vh;
  background: gray;
}


/* span {
  color: #E8CA2B;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-transform: uppercase;
  font-family: sans-serif;
  margin-bottom: 4rem;
} */
/* h1 {
	font-size: 8rem;
	margin-bottom: 3rem;
}
h1 + p {
  color: #949494;
  font-size: 1.6rem;
  margin-bottom: 4rem;
} */
/* p + a {
  font-size: 1.6rem;
  color: #000;
} */
.slider-main .slider {
	float: right;
	position: relative;
	width: 100%;
	height: 100%;
  background: gray;
}
.slider-main .slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.slider-main .center-y
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    border:0px solid red;
}

.slider-main h3 {
	font-size: 3rem;
	font-style: italic;
}
.slider-main h3 + a {
	font-size: 1.6rem;
	display: inline-block;
	color: #fff;
	margin-top: 2rem;
}
.slider-main h3, h3 + a {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}
.slider-main li.current h3, li.current h3 + a {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
}
.slider-main li.current {
	z-index: 1;
	clip: rect(0, 100vw, 100vh, 0);
}
.slider-main li.prev {
	clip: rect(0, 0, 100vh, 0);
}
.slider-main .slider nav {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
}
.slider-main nav a {
	display: inline-block;
	border-radius: 50%;
	width: 1.2rem;
	height: 1.2rem;
  min-width: 12px;
  min-height: 12px;
	background: #fff;
	margin: 0 1rem;
  transition: transform .3s;
}
.slider-main a.current_dot {
	transform: scale(1.4);
}
@media screen and (max-width: 700px) {
	.slider-main .left {
		width: 100%;
/* 		height: 30%; */
	}
	.slider-main .slider {
		width: 100%;
/* 		height: 70%; */
	}
}
#next{
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  right: 5px;
  transform: translateY(-50%) scale(.4);
  transition: all .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  color: gray;
  background: rgb(255, 255, 255);
  height: 40px;
  width: 40px;
  border-radius: 50px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
#prev{
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  left: 5px;
  transform: translateY(-50%) scale(.4);
  transition: all .3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  color: gray;
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
#prev:hover,#next:hover{
    transform: scale(1);
  top: 46%;
}
/* Slider Css End*/
.features-main
{
  margin-top: 60px;
}
.why-choose-main
{
    margin-top: 80px;
    margin-bottom: 20px;
}
.why-choose-text
{
    font-family:'Montserrat', sans-serif ;
    font-size: 25px;
    font-weight:600;
}
.why-choose-para
{
  width:100%;
  border:0px solid red;
  font-size:18px;
  font-weight: 500;
  margin-top: 10px;
  color:gray;
}
.why-choose-points
{
  width:80%;
  border:0px solid red;
  font-size:18px;
  font-weight: 400;
  margin-top: 10px;
  color:gray;
  padding-top: 10px;
}
.why-choose-all
{
  padding:20px;
  border:0px solid red;
  border-radius: 5px;
  box-shadow: 0 0 10px 2px rgb(173 173 173 / 50%);
  margin-top: 20px;
}
.heading-main
{
  font-size:18px;
  border:0px solid red;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-top:-80px;
  width:50%;
  margin-left:120px;
}
.para-main
{
  font-size:14px;
  font-family:'Montserrat', sans-serif;
  margin-left:120px ;
}


  /* FAQ Css Start*/
  
  .faq-main
  {
  margin-top: 70px;
  }
  .faq-text
  {
    font-size: 25px;
    text-align: center;
    font-weight: 700;
    font-family:'Montserrat', sans-serif ;
    margin-bottom: 20px;
  }
.faq-title h2 
{
position: relative;
margin-bottom: 45px;
display: inline-block;
font-weight: 600;
line-height: 1;
}
.faq-title h2::before 
{
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #E91E63;
  bottom: -25px;
  margin-left: -30px;
}
.faq-title p 
{
padding: 0 190px;
margin-bottom: 10px;
}

.faq 
{
background: #FFFFFF;
box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
border-radius: 4px;
}

.faq .card 
{
border: none;
background: none;
border-bottom: 1px dashed #CEE1F8;

}

.faq .card .card-header 
{
padding: 0px;
border: none;
background: none;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover 
{
  background: rgba(233, 30, 99, 0.1);
  padding-left: 10px;
}
.faq .card .card-header .faq-title 
{
width: 100%;
text-align: left;
padding: 0px;
padding-left: 30px;
padding-right: 30px;
font-weight: 400;
font-size: 15px;
letter-spacing: 1px;
color: #3B566E;
text-decoration: none !important;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
cursor: pointer;
padding-top: 20px;
padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge 
{
display: inline-block;
width: 20px;
height: 20px;
line-height: 14px;
float: left;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
text-align: center;
background: #ffbd51;
color: #fff;
font-size: 12px;
margin-right: 20px;
}

.faq .card .card-body 
{
padding: 30px;
padding-left: 35px;
padding-bottom: 16px;
font-weight: 400;
font-size: 16px;
color: #6F8BA4;
line-height: 28px;
letter-spacing: 1px;
border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
margin-bottom: 14px;
}

@media (max-width: 991px) {
.faq {
  margin-bottom: 30px;
}
.faq .card .card-header .faq-title {
  line-height: 26px;
  margin-top: 10px;
}
}
  /* FAQ Css End*/
/*Card Slider Start*/
#team 
{
	padding: 30px 0;
}
.sec-heading
{
  margin-bottom: 50px;
}
.sec-heading span {
	font-family:'Montserrat', sans-serif; 
	font-size: 35px;
  font-weight: 600;
}
.single-box {
	border: 1px solid #ddd;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff
}
.info-area {
	padding: 0 20px 45px;
}
.img-area {
	overflow: hidden;
	padding: 15px 0 15px;
}
.img-area img {
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 230px
}
.single-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.info-area i {
	display: inline-block;
	color: #ffb400;
	margin: 0 4px;
}
.info-area h4 {
	font-weight: 600
}
.info-area h5 {
	color: #3b04db;
	margin: 10px 0 0;
	font-weight: 600
}
.info-area a {
	display: inline-block;
	margin: 25px 0 0;
	background-color: darkorange;
	color: #fff;
	padding: 10px 35px;
	border-radius: 4px;
}
.team-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	text-align: center;
	width: 100%;
}
.team-slider button.owl-dot {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 6px;
	text-align: center;
	border-radius: 50%;
	background-color: #778899;
}
.team-slider .owl-dot.active {
	background-color: coral;
}
.move-animation {
	position: relative;
	-webkit-animation: move-animation 2s ease-in-out infinite;
	animation: move-animation 2s ease-in-out infinite;
}
@keyframes move-animation {
	0% {
		top: 3px;
	}
	50% {
		top: -3px;
	}
	100% {
		top: 3px;
	}
}
/*Card Slider end*/
/*about us*/
.about-us-main
{
  margin-top: 30px;
  margin-bottom: 50px;
}
.about-us-text
{
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 600;
  border:0px solid red;
  margin-top: 80px;
}
.know-more
{
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  padding: 0px 40px;
}
.about-us-para
{
  border:0px solid green;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  margin-top:20px;
}
.about-us-image
{
  border:0px solid red;
  margin-top: 80px;;
}
.about-us-image-los
{
  border:0px solid red;
  margin-top: 0px;
}
/*about us end*/
/*Team Slider Start*/
.testim-main
{
  height: 400px;
  border:0px solid red;
  position: relative;
  margin-top: 60px;
  margin-bottom: 40px;
}
.meet-team-text
{
  text-align: center;
  font-family:'Montserrat', sans-serif;
  font-size: 30px;
  font-weight:600;
}
.testim {
  width: 100%;
  position: absolute;
  top: 60%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  -o-transform: translatey(-50%);
  transform: translatey(-50%);
}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #343434;
  cursor: pointer;
  font-size: 2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;    
  -ms-transition: all .3s ease-in-out;    
  -moz-transition: all .3s ease-in-out;    
  -o-transition: all .3s ease-in-out;    
  transition: all .3s ease-in-out;
  padding: 5px;
  z-index: 22222222;
}

.testim .arrow:before {
  cursor: pointer;
}

.testim .arrow:hover {
  color: #ea830e;
}
  

.testim .arrow.left {
  left: 10px;
}

.testim .arrow.right {
  right: 10px;
}

.testim .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 12px;
}

.testim .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #343434;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;    
  -ms-transition: all .5s ease-in-out;    
  -moz-transition: all .5s ease-in-out;    
  -o-transition: all .5s ease-in-out;    
  transition: all .5s ease-in-out;
  position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
  background: #ea830e;
  border-color: #ea830e;
}

.testim .dots .dot.active {
  -webkit-animation: testim-scale .5s ease-in-out forwards;   
  -moz-animation: testim-scale .5s ease-in-out forwards;   
  -ms-animation: testim-scale .5s ease-in-out forwards;   
  -o-animation: testim-scale .5s ease-in-out forwards;   
  animation: testim-scale .5s ease-in-out forwards;   
}
  
.testim .cont {
  position: relative;
  overflow: hidden;
}

.testim .cont > div {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 0;
  opacity: 0;
}

.testim .cont > div.inactive {
  opacity: 1;
}
  

.testim .cont > div.active {
  position: relative;
  opacity: 1;
}
  

.testim .cont div .img img {
  display: block;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.testim .cont div h2 {
  color: #ea830e;
  font-size: 20px;
  margin: 15px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.testim .cont div p {
  font-size: 1.15em;
  color: #343434;
  width: 80%;
  margin: auto;
}

.testim .cont div.active .img img {
  -webkit-animation: testim-show .5s ease-in-out forwards;            
  -moz-animation: testim-show .5s ease-in-out forwards;            
  -ms-animation: testim-show .5s ease-in-out forwards;            
  -o-animation: testim-show .5s ease-in-out forwards;            
  animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
  -webkit-animation: testim-content-in .4s ease-in-out forwards;    
  -moz-animation: testim-content-in .4s ease-in-out forwards;    
  -ms-animation: testim-content-in .4s ease-in-out forwards;    
  -o-animation: testim-content-in .4s ease-in-out forwards;    
  animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
  -webkit-animation: testim-content-in .5s ease-in-out forwards;    
  -moz-animation: testim-content-in .5s ease-in-out forwards;    
  -ms-animation: testim-content-in .5s ease-in-out forwards;    
  -o-animation: testim-content-in .5s ease-in-out forwards;    
  animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
  -webkit-animation: testim-hide .5s ease-in-out forwards;            
  -moz-animation: testim-hide .5s ease-in-out forwards;            
  -ms-animation: testim-hide .5s ease-in-out forwards;            
  -o-animation: testim-hide .5s ease-in-out forwards;            
  animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
  -webkit-animation: testim-content-out .4s ease-in-out forwards;        
  -moz-animation: testim-content-out .4s ease-in-out forwards;        
  -ms-animation: testim-content-out .4s ease-in-out forwards;        
  -o-animation: testim-content-out .4s ease-in-out forwards;        
  animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
  -webkit-animation: testim-content-out .5s ease-in-out forwards;    
  -moz-animation: testim-content-out .5s ease-in-out forwards;    
  -ms-animation: testim-content-out .5s ease-in-out forwards;    
  -o-animation: testim-content-out .5s ease-in-out forwards;    
  animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
  0% {
      -webkit-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -webkit-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-moz-keyframes testim-scale {
  0% {
      -moz-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -moz-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-ms-keyframes testim-scale {
  0% {
      -ms-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -ms-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-o-keyframes testim-scale {
  0% {
      -o-box-shadow: 0px 0px 0px 0px #eee;
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      -o-box-shadow: 0px 0px 10px 5px #eee;        
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      -o-box-shadow: 0px 0px 10px 5px #ea830e;        
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      -o-box-shadow: 0px 0px 0px 0px #ea830e;        
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@keyframes testim-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }

  35% {
      box-shadow: 0px 0px 10px 5px #eee;        
  }

  70% {
      box-shadow: 0px 0px 10px 5px #ea830e;        
  }

  100% {
      box-shadow: 0px 0px 0px 0px #ea830e;        
  }
}

@-webkit-keyframes testim-content-in {
  from {
      opacity: 0;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -webkit-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-moz-keyframes testim-content-in {
  from {
      opacity: 0;
      -moz-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -moz-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-ms-keyframes testim-content-in {
  from {
      opacity: 0;
      -ms-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -ms-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@-o-keyframes testim-content-in {
  from {
      opacity: 0;
      -o-transform: translateY(100%);
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      -o-transform: translateY(0);        
      transform: translateY(0);        
  }
}

@keyframes testim-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  
  to {
      opacity: 1;
      transform: translateY(0);        
  }
}

@-webkit-keyframes testim-content-out {
  from {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -webkit-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-moz-keyframes testim-content-out {
  from {
      opacity: 1;
      -moz-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -moz-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-ms-keyframes testim-content-out {
  from {
      opacity: 1;
      -ms-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      -ms-transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@-o-keyframes testim-content-out {
  from {
      opacity: 1;
      -o-transform: translateY(0);
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
      transform: translateY(-100%);        
  }
}

@keyframes testim-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  
  to {
      opacity: 0;
      transform: translateY(-100%);        
  }
}

@-webkit-keyframes testim-show {
  from {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
}

@-moz-keyframes testim-show {
  from {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
}

@-ms-keyframes testim-show {
  from {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
}

@-o-keyframes testim-show {
  from {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
}

@keyframes testim-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  
  to {
      opacity: 1;
      transform: scale(1);       
  }
}

@-webkit-keyframes testim-hide {
  from {
      opacity: 1;
      -webkit-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0);
  }
}

@-moz-keyframes testim-hide {
  from {
      opacity: 1;
      -moz-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -moz-transform: scale(0);
      transform: scale(0);
  }
}

@-ms-keyframes testim-hide {
  from {
      opacity: 1;
      -ms-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -ms-transform: scale(0);
      transform: scale(0);
  }
}

@-o-keyframes testim-hide {
  from {
      opacity: 1;
      -o-transform: scale(1);       
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      -o-transform: scale(0);
      transform: scale(0);
  }
}

@keyframes testim-hide {
  from {
      opacity: 1;
      transform: scale(1);       
  }
  
  to {
      opacity: 0;
      transform: scale(0);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}
html {
  width: 100%;
  height: auto;
}
body {
  width: 100%;
  height: auto;

}
/*Team Slider End*/
/*Our Products Start*/
.our-product-main
{
  margin-top: 40px;
  margin-bottom: 10px;
}
.our-product-text
{
  text-align: center;
  font-size: 30px;
  font-family:'Montserrat', sans-serif;
  font-weight: 600;
}
.product-card-main
{
  margin-bottom: 40px;
}
.product-card-td{
  width: 1000px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.product-card-td .card{
  position: relative;
  cursor: pointer;
}

.product-card-td .card .face{
  width: 300px;
  height: 200px;
  transition: 0.5s;
}

.product-card-td .card .face.face1{
  position: relative;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}

.product-card-td .card:hover .face.face1{
  background: #ffbd51;
  transform: translateY(0);
}
.product-card-td .card:hover .face.face1 .content{
  opacity: 1;
}

.product-card-td .card .face.face1 .content img{
  max-width: 120px;
  margin-left: 20px;
}

.product-card-td .card .face.face1 .content h3{
  margin: 10px 0 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.product-card-td .card .face.face2{
  position: relative;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgb(0 0 0 / 50%);
  transform: translateY(-100px);
}

.product-card-td .card:hover .face.face2{
  transform: translateY(0);
}

.product-card-td .card .face.face2 .content p{
  margin: 0;
  padding: 0;
}

.product-card-td .card .face.face2 .content a{
  margin: 15px 0 0;
  display:  inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #FFF;
  transition: 0.5s ease-in-out;
}

.product-card-td .card .face.face2 .content a:hover{
  background: #ffbd51;
  color: #fff;
  border-color: #fff;
  padding: 10px 18px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}
.product-card-td .card
{
  border:0px;
}
/*Our Products End*/
/*Personal Loan Start*/
.banner-main
{
  border:0px;
}
.documents-main
{
  margin-top: 40px;
  margin-bottom: 40px;
}
.doc-text
{
  font-size: 25px;
  font-weight:600;
  margin-bottom: 20px;
}
.selfie-main
{
  position: relative;
  height: 170px;
  width: 100%;
  
}
.selfie
{
  
  background-color: #ffc107;
  height:100%;
  width: 100%;
  text-align: center;
  font-family:'Montserrat', sans-serif ;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  cursor: pointer;
}
.selfie-two
{
  background-color:#000;
  position: absolute;
  height: 0%;
  width: 100%;
  border-radius: 5px;
  bottom: 0%;
  transition: 0.5s ease-in-out;
  color: #fff;
  font-family:'Montserrat', sans-serif ;
  text-align: center;
  cursor: pointer;
}
.selfie-main:hover
.selfie-two
{
  height: 100%;
  transition: 0.5s ease-in-out;
}
/*Personal Loan End*/
  /*footer Css start*/
  ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #f3f3f3;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ffbd51;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffbd51;
}
.footer-widget ul li {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
  float: left;
}
.footer-widget ul li a:hover
{
  color: #ff5e14;
}
.footer-widget ul li a 
{
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form 
{
  position: relative;
  overflow: hidden;
}
.subscribe-form input 
{
  width: 100%;
  padding: 14px 28px;
  background: #edebeb;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button 
{
    position: absolute;
    right: 0;
    background: #ffbd51;
    padding: 13px 20px;
    border: 1px solid #ffbd51;
    top: 0;
}
.subscribe-form button i 
{
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background-color: #dbdada;
  padding: 25px 0;
}
.copyright-text p 
{
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a
{
  color: #ff5e14;
}
.footer-menu li 
{
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a
{
  color: #ff5e14;
}
.footer-menu li a 
{
  font-size: 14px;
  color: #878787;
}
/*Footer ends here*/
/*Features Start here*/
.all-loan-main
{
  height: 450px;
  border: 1px solid #afafaf;
  border-radius: 10px;
  text-align: center;
  font-family:'Montserrat', sans-serif ;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.loan-img
{
  cursor: pointer;
  margin-top: 25px;
}
.loan-text
{
  font-size: 22px;
  margin-top: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}
.loan-para
{
  font-size: 16px;
  color: gray;
  margin-top: 10px;
}
.loan-button
{
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin-top: 15px;
  padding: 10px 10px;
  text-decoration: none;
}
/*Features Ends here*/
/*Contact Us Page*/
.contact-page
{
    margin-top: 100px;
}

.center-display {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-hd {
    width: 100%;
    min-height: 350px;
    color: #43baff;
    font-weight: 500;
    background: #262051 center center no-repeat;
    background-size: cover;
}
.contact-hd .cont-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 10px 20px 10px 0;
}
.contact-hd .cont-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 10px 20px 10px 0;
}
h1 
{
    font-size: 48px;
}
.none-style 
{
    list-style: none;
    padding-left: 0;
}
.contact-hd .breadcrumbs 
{
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
}
.contact-hd .breadcrumbs li 
{
    display: inline-block;
    color: #fff;
}
.contact-hd .breadcrumbs li a {
    color: #aeaacb;
}
.contact-hd .breadcrumbs li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 7px;
    color: #43baff;
    margin: -3px 8px 0;
    display: inline-block;
    vertical-align: middle;
}
.entr-contact-pg {
    margin-right: 95px;
}
.entr__heading {
    margin-bottom: 15px;
}
.entr__heading > span {
    font-size: 14px;
    font-weight: 800;
    color: #7141b1;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
    text-transform: uppercase;
}
.entr__heading h2 {
    margin-bottom: 0;
    line-height: 48px;
}
.entri-info-c i {
    font-size: 30px;
    margin-top: 2px;
    line-height: 1;
    float: left;
    color: #43baff;
}
.entri-info-c.entri-styl-box:hover {
    box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.entri-info-c {
    font-size: 16px;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.entri-info-c.entri-styl-box {
    padding: 30px 30px 25px;
}
.entri-info-c .entr-info-data {
    padding-left: 50px;
    font-weight: 500;
}
.entri-info-c i:before {
    font-size: 30px;
}
.entri-info-c h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.entri-info-c p {
    margin-bottom: 0;
}
.contact-form-en .contact_main_form {
    padding: 60px 48px;
    background-image: linear-gradient(90deg, #ffc107 0%, #cb700a 100%);
    color: #fff;
}
.contact-form-en .contact_main_form h2 {
    color: #fff;
    margin-bottom: 10px;
}
.contact-form-en .contact_main_form .font14 {
    margin-bottom: 30px;
}
.contact-form-en .contact_main_form p {
    color: #fff;
}
.font14 {
    font-size: 14px;
}
.contact-form-en .contact_main_form input, .contact-form-en .contact_main_form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.contact-btn.contact-btn-light {
    background: #fff;
    color: #1b1d21;
}
textarea {
    width: 100%;
    height: 150px;
    vertical-align: top;
}
.contact-form-en .contact_main_form input, .contact-form-en .contact_main_form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.contact-btn {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-size: 14px;
    padding: 14px 30px 14px 30px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    background: #43baff;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.input-main
{
background: transparent;
border: 1px solid #fff;
padding: 10px;
border-radius: 4px;
}
.textarea-main
{
background: transparent;
border: 1px solid #fff;
padding: 10px;
border-radius: 4px;
}/*Contact Us Page Ends*/

/*home page our features section Responsive*/
@media only screen and (max-width: 768px)
{
  .all-loan-main
  {
    margin-top: 10px;
  }
}/*home page our features section Responsive End*/

/*Privacy CSS START*/
.privacy-main
{
  margin-top: 20px;
  margin-bottom: 20px;
}

/*Privacy CSS END*/
