
.btn-hover-effect {
  display: flex;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1; }

/* effects styles !!!YOU NEED THEM */
/* don't forget to add your own background-color and text color */
.btn-hover-effect {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  display: flex;
  align-items: center;
  padding: 22px 26px;
  transform: translateZ(0);
  text-decoration: none;
  overflow: hidden; }

/* effect 1 styles */
.btn-hover-effect--effect-1 {
  /* overlay block styles */
  /* icon styles */ }
  .btn-hover-effect--effect-1:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1; }
  .btn-hover-effect--effect-1:after {
    position: absolute;
    top: 1px;
    right: -40px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: 900;
    line-height: inherit;
    opacity: 0; }
  .btn-hover-effect--effect-1:hover {
    padding-left: 16px !important;
    padding-right: 36px; }
    .btn-hover-effect--effect-1:hover:before {
      transform: scale(1, 1);
      transform-origin: left top; }
    .btn-hover-effect--effect-1:hover:after {
      right: 0;
      opacity: 1; }

/* effect 2 styles */
.btn-hover-effect--effect-2 {
  /* overlay block styles */ }
  .btn-hover-effect--effect-2:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1; }
  .btn-hover-effect--effect-2:hover:before {
    transform: scale(1, 1);
    transform-origin: left top; }
  .btn-hover-effect--effect-2:hover:after {
    right: 0;
    opacity: 1; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none; }

.color_white {
  color: #fff; }

.color_black {
  color: #435065; }

.color_blue {
  color: #0061FF; }

.color_red {
  color: #E52C4B; }

.color_pink {
  color: #FF0058; }

.color_green {
  color: #1ecc8b; }

.color_green2 {
  color: #21ffd6; }

.color_grey {
  color: #1d3650; }

.color_grey2 {
  color: #a5b5c1; }

.color_blue2 {
  background-image: linear-gradient(to right top, #4952e2 40%, #0061FF) !important;
  color: transparent !important;
  -webkit-background-clip: text; }

.background_white {
  background: #fff; }

.background_black {
  background: #435065 !important; }

.background_dark {
  background: #435065 !important; }

.background_blue {
  background: #0061FF !important; }

.background_grey {
  background: #1d3650; }

.background_pink {
  background: #FF0058 !important; }

.background_green {
  background: #1ecc8b !important; }

.background_green2 {
  background: linear-gradient(to top right, #2bebff, #00ff72) !important; }

.background_black2 {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.75), transparent) !important; }

.background_blue2 {
  background: linear-gradient(to top right, #4952e2, #0061FF) !important; }

.background_red2 {
  background: linear-gradient(to right, #E52C4B, #D02744) !important; }

.background_purple {
  background: linear-gradient(to right, #4d2aaa, #3f228a) !important; }

.bg_no {
  background: none !important; }

#particles, #particles-js {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.opacity_25 {
  opacity: 0.25; }

.opacity_5 {
  opacity: 0.5; }

.opacity_75 {
  opacity: 0.75; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: 0; }

h1, .h1 {
  font-size: 48px; font-weight: bold;}

.letter-spacing_2 {
  letter-spacing: 2px; }

.letter-spacing_1 {
  letter-spacing: 1px; }

.letter-spacing_05 {
  letter-spacing: 0.5px; }

.relative {
  position: relative; }

.text_shadow {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }


.btn1 {
  float: left;
  background: #f8c201;
  border: none;
  border-radius: 10px;
  line-height: 54px;
  height: 54px;
  padding: 0 35px;
  color: #1d3650;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
      margin: 10px 5px 15px 15px;
  box-shadow: 0 5px 95px -10px #000000;
  transition: 0.3s background, 0.3s box-shadow; }
  .btn1.shw {
    box-shadow: 0 5px 95px -10px #ffffff; }
  .btn1:hover, .btn:focus {
        color: #000;
    box-shadow: 0 5px 75px -10px #fff;
    background: white; }
  .btn1 i {
    margin-right: 5px;
    margin-left: 0; }
  .btn1.bordered {
    color: #fff;
    background: none;
    border: 2px solid #fff; }

.btn2 {
	float: left;
    background: #fff;
    border: none;
    border-radius: 10px;
    line-height: 54px;
    height: 54px;
    padding: 0 35px;
    color: #1d3650;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 10px 5px 15px 15px;
    box-shadow: 0 5px 95px -10px #000000;
    transition: 0.3s background, 0.3s box-shadow;
}
.btn2.shw {
    box-shadow: 0 5px 95px -10px #ffffff; }
  .btn2:hover, .btn2:focus {
    color: #fff;
    box-shadow: 0 5px 75px -10px #fff;
    background: #f8c201; }
  .btn2 i {
    margin-right: 5px;
    margin-left: 0; }
  .btn2.bordered {
    color: #fff;
    background: none;
    border: 2px solid #fff; }
.img_shadow {
  box-shadow: 0 25px 70px 0 rgba(0, 0, 0, 0.25); }

.img-rounded {
  border-radius: 10px; }

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent; }

.big-title {
  font-size: 36px; }
.row {
    margin-right: 0px;
    margin-left: -15px;
}

.copyright {
    font-size: 16px;
    color: #fff;
	text-align:center;
	padding:10px 0px 10px 0px;
   }
.logo{
	position: absolute;
	width:30%;
    top: 15px;
    left: 45px;
    }
.left {
  height: auto; 
  
  }
.left.opa {
    opacity: .1;
    transition: .5s ease; }
.left .content {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
.left .content h2 {
      font-size: 70px; }
.left .content p {
      opacity: .7; }
.left .content .btn.background_green2 {
      color: #000; }

.right {
  height: auto;   
  background-color: #000;
  color: #fff;
  padding: 45px 30px 10px 30px;
  }
.right h1 {
    font-size: 38px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.right h2 {
  font-size: 25px;
  font-weight: 400;
  padding-bottom: 15px;
  color: #cecaca;
  }

@media all and (min-width: 1900px) {
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
	}
.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
	}
 }
@media all and (min-width: 992px) and (max-width: 1200px) {
.container-fluid{
padding-right: 0px;
padding-left: 0px;
}
.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
	}
  }
 @media all and (min-width: 1500px) and (max-width: 2560px) {
.container-fluid{
padding-right: 0px;
padding-left: 0px;
}
.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
	}

  }
@media all and (min-width: 991px) {
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
	}
	.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
	}
   }
@media all and (max-width: 991px) {
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
	}
	.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
	}
  }
@media all and (max-width: 767px) {
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
	}
	.col-md-6{
    padding-right: 0px;
    padding-left: 0px;
	}
.right h1 {
    font-size: 40px;
    }
.btn1{margin: 25px 6px 0px 15px;}
.copyright {
    bottom: -485px;
  }

.btn1 {
    margin: 25px 6px 0px 15px;
    width: 85%;
}
.btn2 {
    margin: 25px 6px 0px 15px;
    width: 85%;
}
.md_button {
    margin-bottom: 15px;
}
}
.video{padding-left:15px;
		padding-right:30px;
		padding-top: 15px;
}

/*# sourceMappingURL=style.css.map */


