body{
    font-family: "Montserrat";
}

#title{
    background-color: #000000;
    color: #f1974e;
}
.row {
  padding-top: 5em;
  display: flex;
}


.col-lg-6 {
  overflow: hidden;  /*Ensures the content is not revealed until the animation */
  border-right: .1em solid orange;  /*The typwriter cursor */
  white-space: nowrap;  /*Keeps the content on a single line */
  /*margin: 1px;  /*Gives that scrolling effect as the typing happens */
  letter-spacing: .1em; /* Adjust as needed */
  animation: 
    typing 1.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 46%}
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent}
}

.col-lg-7{
  position: left;
  right: 0;
  top: 0;
  height: 100%;
}
.col-lg-8{
    position: absolute;
    right: -300px;
    top: 200px;
    height: 500px;
  }

.container-fluid{
    padding: 3% 10%;
}

h1{
    font-family: "Montserrat";
    font-size: 3.5rem;
    line-height: 1.5;
    font-weight: 900;
}

h2{
    font-family: "Montserrat";
    font-size: 3rem;
    line-height: 1.5;
}

h3{
    font-family: "Montserrat";
    font-size: 1.25rem;
    font-weight: 900;
}

p{
    font-family: "Sedan";
    color: #ffffff;
    font-size: 1.5rem;
}
/* Navigation Bar */
.navbar {
    padding-bottom: 2.2rem;
}

.navbar-brand {
    font-family: "Ubuntu";
    font-size: 2.5rem;
    font-weight: bold;
}

.nav-item {
    padding: 0px;
}

.nav-link {
    font-size: 1.2rem;
    font-family: "Montserrat";
    color: #f1974e;
    
}


/* Feature Section */

#features {
  padding: 5% 15%;
}

.features-image {
  position: relative;
  left: -200px;
  width: 400px;
  height: 300px;
}

.col-lg-3 {
  text-align: left;
  font-family: "Sedan";
}

.col-lg-9 {
  text-align: right;
  font-family: "Sedan";
  color: #000000;
  font-size: 1.5rem;
}
.p1{
  font-size: 1.5rem;
  font-family: "Sedan";
}


/* Testimonial Section */

#testimonials{    
    text-align: center;
    background-color: #000000;
    color: #f1974e;
}

.testimonial-image{
    left: 300px;
    top: 100px;
    height: auto;
    width: 30%;
    margin: 20px;
    border-radius: 100%;
}

.carousel-item{
    padding: 7% 15%;
}
h2{
    font-family: "Lugrasimo";
}

h3{
    font-family: "Sedan";
}

/* Footer section */

* {
  font-family: Open Sans;
}

 #footer{
  width: 100%;
  display: inline-block;
  background: #000000;
  height: 50vh;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}

.footer-distributed{
	background: #000000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Open Sans', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #f1974e;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #ffffff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #000000;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #f1974e;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #000000;
	border-radius: 2px;

	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}


/*flip box*/
#container {
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.flip-boxes {
justify-content: center;
}
.flip-box {
display: flex;
align-content: stretch;
min-height: 200px;
flex-wrap: wrap;
position: relative;
border: 10px solid transparent;
padding:0;
border-top: 0;  
-webkit-perspective: 1000;
        perspective: 1000;

&:hover {
  .back {
    transform: rotateY(0deg);
    z-index: 10;
  }
  
  .front {
    transform: rotateY(180deg);
    z-index: -1;
  }
  
}

.back, .front {
  position: relative;
  background-color: #000000;
  color: #f1974e;
  display: flex;
  justify-content: center;
  align-content: center;
  flex: 0 0 100%;
  -webkit-transition: all 1s cubic-bezier(.5,1,.5,1);
  transition: all 1s cubic-bezier(.5,1.3,.5,1.3);
  transform-style: preserve-3d;
  background-size: cover;
  background-position: center;
}

.back {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  transform: rotateY(-180deg);
  
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    border-bottom-color: white;
    border-left-color: white;
  }
}

.front {
  z-index: 10;
  
  .content {
    font-size: 2rem;
  }
  
  &:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 15px solid #cecece;
    border-bottom-color: white;
    border-right-color: white;
  }
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  -webkit-transform: translateZ(50px);
          transform: translateZ(50px);
 

}
}

/*counter cards*/

.counter-section i { 
  display:block; 
  margin:0 0 10px
}
.counter-section span.counter { 
  font-size:40px; 
  color:#000000; 
  line-height:60px; 
  display:block; 
  font-family: "Oswald",sans-serif; 
  letter-spacing: 2px
}
.counter-title{ 
  font-size:12px; 
  letter-spacing:2px; text-transform: uppercase
}
.counter-icon {
  top:25px; 
  position:relative
}
.counter-style2 .counter-title {
  letter-spacing: 
  0.55px; 
  float: left;
}
.counter-style2 span.counter {
  letter-spacing: 0.55px; 
  float: left; 
  margin-right: 10px;
}
.counter-style2 i {
  float: right; 
  line-height: 26px; 
  margin: 0 10px 0 0
}
.counter-subheadline span {
  float: right;
}  

.medium-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
} 

#container2{
    margin-top:200px;
}

