a {
  text-decoration: none !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Bebas Neue", cursive;
}

.header-bg {
  width: 100%;
  height: 100vh;
  background: url(../images/header-bg.jpg) repeat center top fixed;
  clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0% 90%, 0 0);
  -webkit-clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0% 90%, 0 0);
  -moz-clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0% 90%, 0 0);
  -o-clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0% 90%, 0 0);
}

.overlay {
  width: 100%;
  height: 100vh;
  background: linear-gradient(57deg, rgba(50, 81, 188, 0.8), rgba(0, 18, 83, 0.8));
  background: -moz-linear-gradient(57deg, rgba(50, 81, 188, 0.8), rgba(0, 18, 83, 0.8)); /*background:rgba(40,69,171,0.9);*/
}

.topheader {
  width: 100%;
  display: flex;
}

.logo {
  justify-content: flex-start;
  margin-top: 25px;
}

.menu {
  justify-content: flex-end;
}

.socia-medias .fa-facebook-square:hover {
  color: #38539b;
}

.socia-medias .fa-twitter-square:hover {
  color: #1c9deb;
}

.socia-medias .fa-instagram:hover {
  color: #bc1973;
}

.socia-medias .fa-youtube-square:hover {
  color: #ff0000;
}

/***Navigation menu***/
nav {
  justify-content: flex-end;
  margin-top: 35px;
}
nav ul {
  margin: 0px;
  padding: 0px;
}
nav li {
  display: inline-block;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  padding-right: 10px;
}
nav a {
  text-transform: uppercase;
  color: #fff;
  padding: 8px 10px 8px 10px;
  font-weight: 600;
}
nav a:hover {
  color: #ffde00;
}

/***End***/
/****Welcome text****/
.headertext {
  font-size: 157px;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  flex-direction: column;
  color: #fff;
  text-align: center;
  line-height: 160px;
  height: 70vh;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.headertext .spans {
  font-size: 185px;
  color: #ffde00;
}

/****end****/
/*together section start*/
.together {
  flex-direction: column;
  text-align: center;
  font-size: 60px;
  color: #000;
  font-family: "Bebas Neue", cursive;
}

.together-txt {
  font-size: 33px;
  color: #000;
  flex: column;
  text-align: center;
  padding-bottom: 40px;
  font-family: "Poppins", sans-serif;
}

/***End***/
.realtedvideos {
  width: 100%;
  background: #e9eff4;
}

#owl-demo .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5px;
  color: #FFF;
  text-align: center;
}

/*carsouel css start*/
.image-icon {
  justify-content: center;
}

.image-icon img {
  border: #d7d7d7 solid 8px;
  transition: all 400ms linear 0s;
  -ms-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
}
.image-icon img:hover {
  filter: grayscale(100%);
  border: #161616 solid 8px;
}

.item .name {
  margin-bottom: 10px;
  text-align: center;
  font-size: 36px;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  justify-content: center;
  color: #000;
  display: flex;
  flex-direction: row;
}

.item .btn a {
  background: #2845ab;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 400ms linear 0s;
  -ms-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
}
.item .btn a:hover {
  background: #ffde00;
  color: #000;
}

.txt {
  left: 47%;
  display: block;
  font-size: 18px;
  position: absolute;
  top: 59%;
}

/***Video***/
.video {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.overlay-inner {
  width: 100%;
  height: 500px;
  background: linear-gradient(57deg, rgba(50, 81, 188, 0.8), rgba(0, 18, 83, 0.8));
  background: -moz-linear-gradient(57deg, rgba(50, 81, 188, 0.8), rgba(0, 18, 83, 0.8)); /*background:rgba(40,69,171,0.9);*/
}

.header-bg-inner {
  width: 100%;
  background: url(../images/header-bg.jpg) repeat center top fixed;
}

.header-bg-inner-contact {
  width: 100%;
  background: url(../images/google-map.jpg) repeat center top fixed;
}

.video .image-icon {
  text-align: center;
}

.video .name {
  margin-bottom: 0px;
  text-align: center;
  font-size: 36px;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  justify-content: center;
  color: #000;
  display: flex;
  flex-direction: row;
}

.video .btn {
  display: block;
  margin-bottom: 20px;
}
.video .btn a {
  background: #2845ab;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  transition: all 400ms linear 0s;
  -ms-transition: all 400ms linear 0s;
  -webkit-transition: all 400ms linear 0s;
}
.video .btn a:hover {
  background: #ffde00;
  color: #000;
}

/***End***/
.numbered {
  float: left;
  font-weight: bold;
  margin: 15px;
  font-size: 20px;
  border-bottom: #0256b6 solid 2px;
  text-align: center;
}

footer {
  width: 100%;
  background: #2845ab;
}

.foot-outer {
  width: 100%;
  display: flex;
}

.foot-contact {
  width: 33.33%;
  flex-direction: column;
}

.foot-heading {
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  color: #ffde00;
  font-size: 45px;
}

.contact-no {
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  padding-bottom: 10px;
  font-family: "Poppins", sans-serif;
}

.contact-no a {
  color: #fff;
}
.contact-no a:hover {
  color: #ffde00;
}

.fa-phone, .fa-envelope {
  color: #ffde00;
}

.phone_share {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  display: none;
}

/* Animation */
.anim-typewriter {
  animation: typewriter 1s steps(20) 1s 1 normal both, blinkTextCursor 500ms steps(30) infinite normal;
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
.line-1 {
  position: relative;
  top: 50%;
  width: 100%;
  margin: 0 auto;
  /*border-right: 2px solid rgba(255,255,255,.75);*/
  font-size: 225%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-2%);
}

.welcomes {
  color: #fff;
  font-size: 157px;
}

.item:hover .image-icon img {
  filter: grayscale(100%);
  border: #161616 solid 8px;
}

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffde00;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  border-radius: 20px;
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #000;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  transform: scaleX(1);
  border-radius: 20px;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/*****menu effect*****/
/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f9f9;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active {
  color: #000;
}

.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Topmenu */
.hvr-bounce-to-topmenu {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.5s;
}

.hvr-bounce-to-topmenu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddd;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-topmenu:hover, .hvr-bounce-to-topmenu:focus, .hvr-bounce-to-topmenu:active {
  color: #000;
}

.hvr-bounce-to-topmenu:hover:before, .hvr-bounce-to-topmenu:focus:before, .hvr-bounce-to-topmenu:active:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_2.gif") center no-repeat #fff;
}

/*drop down menu*/
.dropbtn {
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 230px;
  margin-top: -1px;
  z-index: 9999 !important;
}

.dropdown-content a {
  color: black;
  padding: 8px 13px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  /*border-bottom:#b4b4b4 solid 1px;*/
}

.dropdown-content a:hover {
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*end*/
.pagination {
  margin-top: 40px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 30px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #2845ab;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 40px;
  }
}
.fa-bars {
  color: #fff;
  font-size: 25px;
}

#sidemenu {
  display: none;
}

.socia-medias a {
  border: none;
  display: inline-block;
  padding: 5px;
  margin-top: 5px;
}

.socia-medias a:first-child {
  margin-left: 26px;
}

.socia-media .fa-facebook-square {
  margin-left: 15px;
}

.banners {
  display: flex;
  justify-content: center;
}

.contact-no2 {
  text-align: center;
  display: flex;
}

.contact-no2 a {
  color: #fff;
  padding-right: 12px;
  font-size: 32px;
}
.contact-no2 a:hover {
  color: #fff !important;
}

.icon {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.icon .fa-phone, .icon .fa-envelope, .icon .fa-users {
  text-align: center;
  font-size: 30px;
  color: #000;
  border: #000 solid 2px;
  padding: 20px;
  border-radius: 100%;
}

.shw div, .sidenav div {
  width: 100%;
  float: left;
  border-bottom: #c6c5c5 solid 1px;
}

.last {
  border-bottom: none !important;
}

.instamojo {
  text-align: left;
}

.img-small {
  border-radius: 100%;
  width: 16%;
  float: left;
  margin: 7px 10px 10px 35px;
}

.copyright {
  background: #153192;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 15px;
  margin-top: 15px;
}

.copyright span {
  color: #ffde00;
}

.contact-content, .fa-facebook-square, .fa-twitter-square, .fa-instagram, .fa-youtube-square {
  font-size: 33px;
  padding-right: 8px;
}

.contact-content .fa-facebook-square:hover {
  color: #38539b;
}

.contact-content .fa-twitter-square:hover {
  color: #1c9deb;
}

.contact-content .fa-instagram:hover {
  color: #bc1973;
}

.contact-content .fa-youtube-square:hover {
  color: #ff0000;
}

.socia-medias {
  border-bottom: none !important;
  margin-top: 15px;
}

.contact-content a {
  color: #000;
}

.contact-content {
  text-align: center;
  padding-top: 25px;
  font-size: 20px;
  font-weight: 700;
}

/****Banner Animation****/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.fa-home:before, .fa-video:before, .fa-address-book:before, .fa-user:before {
  font-size: 25px;
}

.shw {
  display: none;
}

.plus {
  padding: 6px;
  color: #fff;
  text-align: center;
  margin-top: 4px;
  float: right;
  margin-right: 10px;
  font-size: 20px;
  line-height: 16px;
  background: #000;
}

.shw a {
  padding-left: 50px;
}

/***End***/
/**Bounce Effect**/
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.tracking-in-expand {
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation: bounceInUp 0.7s 1s both;
}

/*End*/
/***Responsive Design***/
@media only screen and (max-width: 900px) {
  .welcomes {
    font-size: 117px;
  }
  .headertext .spans {
    font-size: 115px;
  }
  .line-1 {
    font-size: 145%;
  }
}
@media only screen and (max-width: 850px) {
  .container {
    width: 95%;
  }
  .welcomes {
    font-size: 95px;
  }
  .headertext .spans {
    font-size: 115px;
  }
  .headertext {
    line-height: 100px;
  }
  .line-1 {
    font-size: 185%;
  }
  .owl-controls {
    display: none !important;
  }
  .txt {
    left: 45%;
    top: 60%;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    display: none !important;
  }
  #sidemenu {
    display: block !important;
    float: right;
    margin-top: 20px;
  }
  .headertext .spans {
    font-size: 105px;
  }
  .welcomes {
    font-size: 80px;
  }
  .txt {
    left: 44%;
    top: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .foot-contact {
    width: 100%;
  }
  .video .name {
    font-size: 26px;
  }
  .foot-heading {
    display: flex;
    justify-content: center;
  }
  .contact-no {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .line-1 {
    font-size: 125%;
  }
  .item .name {
    margin-bottom: 0px;
    font-size: 30px;
  }
  nav {
    display: none !important;
  }
}
.overlay-inner {
  height: 300px;
}

@media only screen and (max-width: 480px) {
  .line-1 {
    font-size: 95%;
  }
  .txt {
    left: 36%;
    top: 60%;
  }
  .sidenav a {
    font-size: 17px;
    text-transform: capitalize;
    line-height: 40px;
  }
  .foot-heading {
    margin-top: 15px;
  }
  .welcomes {
    font-size: 65px;
  }
  .instamojo {
    text-align: center;
  }
  .headertext .spans {
    font-size: 75px;
  }
  .headertext {
    line-height: 80px;
    margin: 0px;
  }
  .foot-heading {
    font-size: 40px;
  }
  .fa-check-circle {
    font-size: 25px;
  }
  .fa, .fas {
    padding-right: 8px;
    padding-top: 5px;
    font-size: 25px;
  }
  .together {
    font-size: 50px;
  }
  .together-txt {
    font-size: 27px;
  }
  #sidemenu {
    display: block;
    float: right;
    margin-top: 20px;
  }
  .pt-5, .py-5 {
    padding-top: 0px;
  }
  .contact-no2 {
    justify-content: center;
  }
  .txt {
    left: 41%;
    top: 60%;
  }
  .phone_share {
    display: flex;
    justify-content: center;
    margin-top: 24px;
  }
  .share {
    display: none;
  }
  .together {
    line-height: 55px;
  }
}
@media only screen and (max-width: 380px) {
  .together {
    width: 100%;
    display: block;
    text-align: center;
  }
  .headertext {
    line-height: 60px;
  }
  .welcomes {
    font-size: 55px;
  }
  .headertext .spans {
    font-size: 59px;
  }
  .line-1 {
    font-size: 80%;
  }
  .item .name {
    font-size: 24px;
  }
  .item .btn a {
    padding: 10px 15px;
    font-size: 16px;
  }
  .together-txt {
    font-size: 23px;
  }
  .logo img {
    width: 28%;
  }
}
.owl-drag.owl-carousel .owl-item {
  min-width: 200px;
}/*# sourceMappingURL=style.css.map */