/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    
    
     font-family: 'Montserrat', sans-serif;
}
body {
font-family: 'Roboto Slab', serif;
}
a:hover { text-decoration: none }

.contact-area p {
	color: #fff !important;
}

.logo a{font-family: 'Kaushan Script', cursive;}


.timeline-image.hvr-grow1 h4 {
	line-height: 29px;
}

 .awesome {
      
      font-family: futura;
     
      
  
      
      margin: 0 auto;
      text-align: center;
      
      color:#313131;
     
      font-weight: bold;
  
      -webkit-animation:colorchange 10s infinite alternate;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: blue;
      }
      
      10% {
        
        color: #8e44ad;
      }
      
      20% {
        
        color: #1abc9c;
      }
      
      30% {
        
        color: #d35400;
      }
      
      40% {
        
        color: blue;
      }
      
      50% {
        
        color: #34495e;
      }
      
      60% {
        
        color: blue;
      }
      
      70% {
        
        color: #2980b9;
      }
      80% {
     
        color: #f1c40f;
      }
      
      90% {
     
        color: #2980b9;
      }
      
      100% {
        
        color: pink;
      }
    }






svg {
	display: block;
	font-size: 134px;
	width: 960px;
	height: 300px;
	margin: 0 auto;
	font-weight: 800;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #333333;
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: #333333;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #333333;
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #333333;
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #333333;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}









.header-area {
  background: #999999;
  padding: 27px 0;
}
.header-area, .header-area a {
  color: #fff;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-nav > li > a {
  font-size: 17px;
  padding: 15px 27px;
}
.logo a {
  font-size: 28px;
  color: #FEC621;
  padding: 5px 0px;
  display: inline-block;
}
.navbar-nav > li > a:hover {
  background: transparent;

}






.home-slider-wrapper {
  background: #FFCB32;
  height: 100%;
}
html, body {
  height: 100%;
}
.home-page-slides {
  height: 100%;
}
.home-page-single-slides-item {
  height: 100%;
}
.sldier-content-table {
  display: table;
  width: 100%;
  height: 100%;
}
.slider-content-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.slider-text-contentt h1 {
	font-size: 201px;
}


.slider-text-contentt {
  text-align: center;
}
.slider-text-contentt h1 span {
  font-size: 110px;
}

.slider-text-contentt h1 span {
  display: block;
}

.slider-text-contentt h3 {
	font-style: italic;
	color: #;
	font-size: 19px;
	color: #fff;
}

.slider-text-contentt h2 {
	text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}












.features-icons-area p {
  color: #000;
}
.features-icons-area {
  font-size: 17px;
  line-height: 25px;
}
.single-icon-features {
  text-align: center;
}
.features-details h3 {
  font-size: 24px;
}
.features-details h3 span {
  font-size: 76%;
  display: block;
  margin-top: 12px;
}




span {
}
.top-icons span {
  width: 160px;
  height: 160px;
  display: block;
  background: #FFCB32;
  margin: 0 auto;
  border-radius: 50%;
}
.top-icons {
  margin: 30px 0;
}



.animateee-btnn.text-center a {
  font-size: ;
  color: #FFCB32;
}
.features-icons-area {
  padding: 35px 0;
}
.animateee-btnn.text-center {
  margin-bottom: 40px;
}
.smooth-menu {
	list-style: none;
}

.border-bottom-textt h4 {
	font-size: 16px;
	font-style: italic;
	border-bottom: 1px solid #999;
	padding-bottom: 18px;
	font-family: 'Roboto Slab', serif;
	color: #111;
	font-weight: 400;
}
.spaccer {
  height: 60px;
}



.border-content-area {
  background: #F1F1F1;
  padding: 80px 0;
}
.section-title h1 {
  font-size: 40px;
  text-transform: uppercase;
}
.single-border-content h3 {
  font-size: 27px;
  margin-bottom: 24px;
}
.single-border-content p {
  font-size: 17px;
  font-style: italic;
  color: #000;
}
.single-border-content {
  margin-bottom: 55px;
}
.border-all-content {
  border-left: 7px solid #FF9900;
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}


#testimonial .section-title {
	padding-bottom: 81px;
}
.another-features-area {
  padding: 80px 0;
}
.sing-another-fe {
  text-align: center;
  font-size: 17px;
  color: #666;
}
.another-fe-content h3 {
  color: #222;
}
.another-top-icon i.fa {
  background: #FED136;
  font-size: 50px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  border-radius: 50%;
  color: #fff;
}
.another-top-icon {
  margin-bottom: 30px;
}
.another-fe-content p {
  line-height: 34px;
    color: #000;
}





.image-thumb-area {
  background: #F7F7F7;
  padding: 80px 0;
}
.section-title {
  text-align: center;
}
.single-images {
  float: left;
  width: 8.3333333333%;
}
.all-images {
  margin-top: 50px;
}
.section-title p {
  font-size: 16px;
  color: #000;
}
.single-images img:hover {
  transform: scale(1.3);
}
.single-images img {
  transition: .4s;
}
.text-muted {
	color: #000;
}

.bottom-menu ul li {
  display: inline-block;
  color: #666;
  font-size: 15px;
  font-style: italic;
  margin: 0px 9px;
  border-right: 1px solid #666;
  padding: 0 9px;
  margin-left: 0;
  padding-left: 0;
}
.bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
li {
}
.bottom-menu ul li:last-child {
  border: none;
}











.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}



.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 1.5px;
	margin-left: -1.5px;
	background-color: #FED136;
}
.timeline::before {
	left: 50%;
}







.timeline > li .timeline-image {
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
}



.hvr-grow1 {
  position: relative;
}
.hvr-grow1 .timeline-image {
	position: absolute;
	border: 7px solid #ddd;
	border-radius: 50%;
    
    background-color:#fed136;
}
.timeline > li .timeline-panel {
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 30px 20px 20px;
}
.hvr-grow1 {
	margin-bottom: 233px;
}
.timeline li {
	min-height: 185px;
}

.timeline > li .timeline-image {
	width: 170px;
	height: 170px;
	margin-left: -85px;
}



.timeline > li .timeline-image {

	
	border: 7px solid #f1f1f1;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background-color: #fed136;
}


.timeline > li:last-child {
	margin-bottom: 0;
}


.text-muted {
	font-size: 19px;
	line-height: 30px;
}

.hvr-grow1{transition: .4s;}

.hvr-grow1:hover, .hvr-grow1:focus, .hvr-grow1:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	overflow: visible;
	position: relative;
	z-index: 2;
}


body {
	overflow-x: hidden;
}



.time-line-area .section-title {
  margin-bottom: 91px;
}
.time-line-area {
  padding: 80px 0;
}







p {
	margin: 0 0 10px;
	color: #000 !important;
	line-height: 34px;
}



.bottom-featured-area {
  background: #F7F7F7;
  padding: 80px 0;
}
.bottom-featured-area .section-title p {
  font-style: italic;
  color: #000;
  line-height: 28px;
  margin: 30px 0;
  margin-bottom: 55px;
}
.b-features-tio-icon img {
  border-radius: 50%;
  height: 310px;
}
.b-features-tio-icon {
  text-align: center;
}
.single-bottom-featuresss {
  text-align: center;
  font-size: 17px;
  color: #777;
  line-height: 30px;
}
.b-features-details h3 {
  color: #444;
  margin: 30px 0;
  margin-bottom: 15px;
}
.bottom-s-text {
  text-align: center;
  padding: 0px 118px;
  font-size: 17px;
  color: #777;
}
.speccer {
  height: 50px;
}
.bottom-s-text p {
  line-height: 27px;
}






.contact-area-bg-map{background-image: url(../img/world-map-background.jpg)}



.contact-area {
  padding: 80px 0;
  background-size: cover;
  background-position: center center;
}
.contact-area .section-title h1 {
  color: #fff;
}
.left-form-co input {
  width: 100%;
  padding: 22px 19px;
  margin-bottom: 27px;
  border-radius: 5px;
  border: none;
}
.right-c textarea {
  width: 100%;
  height: 248px;
  padding: 22px 19px;
  border-radius: 5px;
  border: none;
}

.beand-logo-area {
	padding: 30px 0;
}




.all-formmm input[type=submit] {
  background: #FEC503;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  border: none;
  padding: 16px 28px;
  border-radius: 5px;
  margin-top: 49px;font-family: 'Montserrat', sans-serif;font-weight: 600;
}
.all-formmm {
  text-align: center;
}



.footer-area {
  padding: 50px 0;
  font-size: 19px;
}
.footer-area p {
  margin: 0;font-family: 'Montserrat', sans-serif;
}



.animateee-btnn.text-center i.fa {
	color: #FFCB32;
}





.top-icons span:hover {
	-webkit-animation-name: hvr-wobble-to-bottom-right;
	animation-name: hvr-wobble-to-bottom-right;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.left-form-co input {
  border: 1px solid #fff;
}
.right-c textarea {
  border: 1px solid #fff;
}
.left-form-co input:focus {
  border-color: #FEC503;
}
.right-c textarea:focus {
  border-color: #FEC503;
}




/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
..top-icons span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
..top-icons span:hover, ..top-icons span:focus, ..top-icons span:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.home-slider-wrapper {
	padding-top: 115px;
}



.navbar-nav > li.active {
	background: #FED136;
	border-radius: 7px;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}

/*sticky menu START*/

#home-sticky-wrapper {
  width: 100%;
  z-index: 999;
}
.is-sticky .logo a {
  font-size: 20px;
  transition: .3s;
}
.is-sticky .header-area, .header-area a {
  padding: 10px 0;
}
.header-area, .header-area a {
  transition: .3s;
}
.top-area {
  position: absolute;
  width: 100%;
    z-index: 9;
}
.info{
    padding: 80px 0;
}

.info .section-title p{
  color: #000;
  line-height: 34px;
  margin: 30px 0;
}




























