
.fullscreen {
  min-height: 100vh;width:100%
 }

.font-medium {
  font-weight: 500 !important; }
/**
	Banner Styles
*/
.single-banner {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single-banner:active, .single-banner:focus {
    outline: none; }

.single-banner-content {
  color: #fff;
  padding: 200px 0;}

  .single-banner-content h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: capitalize; }
  .single-banner-content h1 {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize; }
    .single-banner-content h1.font-extra-large {
      font-size: 140px; }
  .single-banner-content h2 {
    font-size: 72px; }
  .single-banner-content p {
    font-size: 18px;
    line-height: 30px; }
	.text-center h1,h4{    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.2;
    font-weight: 600;}

  .single-banner-content a.cr-btn {
    margin-top: 20px; }
  .single-banner-content .button-group {
    margin-top: 30px; }
    .single-banner-content .button-group a.cr-btn,
    .single-banner-content .button-group button.cr-btn {
      margin-left: 10px;
      margin-right: 10px; }
      .single-banner-content .button-group a.cr-btn:first-child,
      .single-banner-content .button-group button.cr-btn:first-child {
        margin-left: 0; }
      .single-banner-content .button-group a.cr-btn:last-child,
      .single-banner-content .button-group button.cr-btn:last-child {
        margin-right: 0; }
  .single-banner-content.text-center .button-group a.cr-btn:first-child {
    margin-left: 10px; }
  .single-banner-content.text-center .button-group a.cr-btn:last-child {
    margin-right: 10px; }

.single-banner:not(.fullscreen) .single-banner-content {
  padding: 200px 0; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-banner-content h1 {
    font-size: 76px; }
    .single-banner-content h1.font-extra-large {
      font-size: 80px; }

  .single-banner-content h2 {
    font-size: 62px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-banner-content h1 {
    font-size: 76px; }
    .single-banner-content h1.font-extra-large {
      font-size: 70px; }

  .single-banner-content h3 {
    font-size: 44px; }

  .single-banner-content h2 {
    font-size: 52px; } }
@media only screen and (max-width: 767px) {
  .single-banner-content {
    text-align: center;
    padding: 100px 0; }

  .single-banner-content h1 {
    font-size: 62px; }
    .single-banner-content h1.font-extra-large {
      font-size: 60px; }

  .single-banner-content h3 {
    font-size: 36px; }

  .single-banner:not(.fullscreen) .single-banner-content {
    padding: 150px 0; }

  .single-banner-content h2 {
    font-size: 42px; } }
@media only screen and (max-width: 575px) {
  .single-banner-content {
    padding: 100px 0; }
    .single-banner-content h1 {
      font-size: 36px; }
      .single-banner-content h1.font-extra-large {
        font-size: 42px; }
    .single-banner-content h2 {
      font-size: 34px; }
    .single-banner-content p {
      font-size: 16px; } }
/* Animated Content */
.animated-slider-content .single-banner .single-banner-content > * {
  visibility: hidden;
  opacity: 0; }
.animated-slider-content .single-banner.slick-active .single-banner-content > * {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.1s 1 both; }
.animated-slider-content .single-banner.slick-active .single-banner-content h3 {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.1s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.1s 1 both; }
.animated-slider-content .single-banner.slick-active .single-banner-content h1 {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.3s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.3s 1 both; }
.animated-slider-content .single-banner.slick-active .single-banner-content p {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.6s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.6s 1 both; }
.animated-slider-content .single-banner.slick-active .single-banner-content a.cr-btn {
  -webkit-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -moz-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -ms-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  -o-animation: fadeInUp 0.9s ease-in-out 0.9s 1 both;
  animation: fadeInUp 0.9s ease-in-out 0.9s 1 both; }

.animated-slider-content-2 .single-banner .single-banner-content > * {
  visibility: hidden;
  opacity: 0; }
.animated-slider-content-2 .single-banner.slick-active .single-banner-content > * {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.1s 1 both; }
.animated-slider-content-2 .single-banner.slick-active .single-banner-content h3 {
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.1s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.1s 1 both; }
.animated-slider-content-2 .single-banner.slick-active .single-banner-content h1 {
  -webkit-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -moz-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -ms-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  -o-animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both;
  animation: fadeInLeft 1.2s ease-in-out 0.3s 1 both; }
.animated-slider-content-2 .single-banner.slick-active .single-banner-content p {
  -webkit-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -moz-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -ms-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  -o-animation: fadeInRight 1.2s ease-in-out 0.8s 1 both;
  animation: fadeInRight 1.2s ease-in-out 0.8s 1 both; }
.animated-slider-content-2 .single-banner.slick-active .single-banner-content a.cr-btn {
  -webkit-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -moz-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -ms-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  -o-animation: fadeInUp 1.2s ease-in-out 1.3s 1 both;
  animation: fadeInUp 1.2s ease-in-out 1.3s 1 both; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area.cr-slider-navigation-1 .cr-slider-nav {
    top: auto;
    bottom: 30px; }
    .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
      left: auto;
      right: calc(50% + 20px); }
    .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
      right: auto;
      left: calc(50% + 20px); } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.cr-slider-navigation-1 .cr-slider-nav {
    top: auto;
    bottom: 30px; }
    .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
      left: auto;
      right: calc(50% + 15px); }
    .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
      right: auto;
      left: calc(50% + 15px); } }
@media only screen and (max-width: 767px) {
  .banner-area.cr-slider-navigation-1 .cr-slider-nav {
    top: auto;
    bottom: 30px; }
    .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
      left: auto;
      right: calc(50% + 15px); }
    .banner-area.cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
      right: auto;
      left: calc(50% + 15px); } }
/* Minimal */
.banner-area .single-banner {
  position: relative;
  z-index: 3; }

.banner-layers {
  position: absolute !important;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  text-align: center; }
  .banner-layers img {
    width: auto; }
  .banner-layers .banner-layer-1 {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: rotateIn 1.3s ease-in-out 0s 1 both;
    -moz-animation: rotateIn 1.3s ease-in-out 0s 1 both;
    -ms-animation: rotateIn 1.3s ease-in-out 0s 1 both;
    -o-animation: rotateIn 1.3s ease-in-out 0s 1 both;
    animation: rotateIn 1.3s ease-in-out 0s 1 both; }
  .banner-layers .banner-layer-2 {
    position: absolute;
    left: 40%;
    top: 17%;
    -webkit-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
    -moz-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
    -ms-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
    -o-animation: fadeInDown 1s ease-in-out 0.6s 1 both;
    animation: fadeInDown 1s ease-in-out 0.6s 1 both; }
  .banner-layers .banner-layer-3 {
    position: absolute;
    right: 5%;
    top: 7%;
    -webkit-animation: fadeInRight 1s ease-in-out 1s 1 both;
    -moz-animation: fadeInRight 1s ease-in-out 1s 1 both;
    -ms-animation: fadeInRight 1s ease-in-out 1s 1 both;
    -o-animation: fadeInRight 1s ease-in-out 1s 1 both;
    animation: fadeInRight 1s ease-in-out 1s 1 both; }
  .banner-layers .banner-layer-4 {
    position: absolute;
    left: 10%;
    bottom: 9%;
    -webkit-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
    -moz-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
    -ms-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
    -o-animation: fadeInUp 0.8s ease-in-out 1.5s 1 both;
    animation: fadeInUp 0.8s ease-in-out 1.5s 1 both; }
  .banner-layers .banner-layer-5 {
    position: absolute;
    left: 18%;
    bottom: 9%;
    -webkit-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
    -moz-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
    -ms-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
    -o-animation: fadeInUp 1.2s ease-in-out 1.5s 1 both;
    animation: fadeInUp 1.2s ease-in-out 1.5s 1 both; }
  .banner-layers .banner-layer-6 {
    position: absolute;
    right: 30%;
    bottom: 18%;
    -webkit-animation: fadeInUp 1s ease-in-out 1s 1 both;
    -moz-animation: fadeInUp 1s ease-in-out 1s 1 both;
    -ms-animation: fadeInUp 1s ease-in-out 1s 1 both;
    -o-animation: fadeInUp 1s ease-in-out 1s 1 both;
    animation: fadeInUp 1s ease-in-out 1s 1 both; }
  .banner-layers .banner-layer-7 {
    position: absolute;
    right: 5%;
    bottom: 7%;
    -webkit-animation: rotateIn 1s ease-in-out 2.3s 1 both;
    -moz-animation: rotateIn 1s ease-in-out 2.3s 1 both;
    -ms-animation: rotateIn 1s ease-in-out 2.3s 1 both;
    -o-animation: rotateIn 1s ease-in-out 2.3s 1 both;
    animation: rotateIn 1s ease-in-out 2.3s 1 both; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-layers img {
    width: 60%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-layers img {
    width: 45%; } }
@media only screen and (max-width: 767px) {
  .banner-layers {
    display: none; } }
/* Minimal Banner */
.single-banner.banner-container {
  min-height: 550px; }
  .single-banner.banner-container .single-banner-content {
    padding: 100px 0;
    padding-left: 50px;
    color: #333333; }
    .single-banner.banner-container .single-banner-content h1,
    .single-banner.banner-container .single-banner-content h2,
    .single-banner.banner-container .single-banner-content h3,
    .single-banner.banner-container .single-banner-content h4,
    .single-banner.banner-container .single-banner-content h5,
    .single-banner.banner-container .single-banner-content h6 {
      font-family: "Roboto", sans-serif; }

@media only screen and (max-width: 767px) {
  .single-banner.banner-container .single-banner-content {
    padding-left: 30px;
    padding-right: 30px; } }
@media only screen and (max-width: 575px) {
  .single-banner.banner-container .single-banner-content {
    padding-left: 0;
    padding-right: 0; } }
.banner-area {
  position: relative; }
  .banner-area .particles-js {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1; }

.banner-animate-background {
  position: relative;
  overflow: hidden; }
  .banner-animate-background .animate-background-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-size: cover;
    -webkit-animation: zoomInOut 20s ease-in-out infinite;
    -moz-animation: zoomInOut 20s ease-in-out infinite;
    -ms-animation: zoomInOut 20s ease-in-out infinite;
    -o-animation: zoomInOut 20s ease-in-out infinite;
    animation: zoomInOut 20s ease-in-out infinite; }

/**
	Slider Elements
*/
/* Slider Navigation Style 1 */
.cr-slider-navigation-1 {
  position: relative; }
  .cr-slider-navigation-1 .cr-slider-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 60px;
    width: 60px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-align: center;
    font-size: 26px;
    padding: 16px 0;
    top: 50%;
    margin-top: -25px;
    border-radius: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0; }
    .cr-slider-navigation-1 .cr-slider-nav:hover {
      background: #ff0000; }
    .cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-left {
      left: 5%;
      right: auto;
      -webkit-transform: translate(-100px);
      -moz-transform: translate(-100px);
      -ms-transform: translate(-100px);
      -o-transform: translate(-100px);
      transform: translate(-100px); }
    .cr-slider-navigation-1 .cr-slider-nav.cr-slider-nav-right {
      right: 5%;
      left: auto;
      -webkit-transform: translate(100px);
      -moz-transform: translate(100px);
      -ms-transform: translate(100px);
      -o-transform: translate(100px);
      transform: translate(100px); }
  .cr-slider-navigation-1:hover .cr-slider-nav {
    visibility: visible;
    opacity: 1; }
    .cr-slider-navigation-1:hover .cr-slider-nav.cr-slider-nav-left {
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0); }
    .cr-slider-navigation-1:hover .cr-slider-nav.cr-slider-nav-right {
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0); }
  .cr-slider-navigation-1.squre-navigation .cr-slider-nav {
    border-radius: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-slider-navigation-1 .cr-slider-nav {
    height: 50px;
    width: 50px;
    font-size: 22px;
    padding: 14px 0; } }
@media only screen and (max-width: 767px) {
  .cr-slider-navigation-1 .cr-slider-nav {
    height: 42px;
    width: 42px;
    font-size: 18px;
    padding: 13px 0; } }
/* Slider Navigation Style 2 */
.cr-slider-navigation-2 {
  position: relative; }
  .cr-slider-navigation-2 .cr-slider-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 60px;
    width: 30px;
    display: inline-block;
    background: #ededed;
    color: #555555;
    text-align: center;
    font-size: 26px;
    padding: 16px 0;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0; }
    .cr-slider-navigation-2 .cr-slider-nav:hover {
      background: #47BB8F;
      color: #fff; }
    .cr-slider-navigation-2 .cr-slider-nav.cr-slider-nav-left {
      left: 0;
      right: auto;
      -webkit-transform: translate(-30px);
      -moz-transform: translate(-30px);
      -ms-transform: translate(-30px);
      -o-transform: translate(-30px);
      transform: translate(-30px); }
    .cr-slider-navigation-2 .cr-slider-nav.cr-slider-nav-right {
      right: 0;
      left: auto;
      -webkit-transform: translate(30px);
      -moz-transform: translate(30px);
      -ms-transform: translate(30px);
      -o-transform: translate(30px);
      transform: translate(30px); }
  .cr-slider-navigation-2:hover .cr-slider-nav {
    visibility: visible;
    opacity: 1; }
    .cr-slider-navigation-2:hover .cr-slider-nav.cr-slider-nav-left {
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0); }
    .cr-slider-navigation-2:hover .cr-slider-nav.cr-slider-nav-right {
      -webkit-transform: translate(0);
      -moz-transform: translate(0);
      -ms-transform: translate(0);
      -o-transform: translate(0);
      transform: translate(0); }

/* Slider Navigation Style 3 */
.cr-slider-navigation-3 {
  position: relative; }
  .cr-slider-navigation-3 .cr-slider-nav {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    height: 50px;
    width: 50px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    padding: 11px 0;
    top: 50%;
    margin-top: -25px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0; }
    .cr-slider-navigation-3 .cr-slider-nav:hover {
      background: #47BB8F;
      color: #fff; }
    .cr-slider-navigation-3 .cr-slider-nav.cr-slider-nav-left {
      left: 0;
      right: auto; }
    .cr-slider-navigation-3 .cr-slider-nav.cr-slider-nav-right {
      right: 0;
      left: auto; }
  .cr-slider-navigation-3:hover .cr-slider-nav {
    visibility: visible;
    opacity: 1; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-slider-navigation-3 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0; } }
@media only screen and (max-width: 767px) {
  .cr-slider-navigation-3 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0; } }
.cr-slider-navigation-4 {
  position: relative; }
  .cr-slider-navigation-4 .cr-slider-nav {
    position: absolute;
    z-index: 3;
    height: 50px;
    width: 50px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    padding: 11px 0;
    bottom: calc(100% + 5px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer; }
    .cr-slider-navigation-4 .cr-slider-nav:hover {
      color: #47BB8F; }
    .cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
      right: 70px; }
    .cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-right {
      right: 15px; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cr-slider-navigation-4 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0; }
    .cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
      right: 60px; } }
@media only screen and (max-width: 767px) {
  .cr-slider-navigation-4 .cr-slider-nav {
    height: 40px;
    width: 40px;
    font-size: 20px;
    padding: 6px 0; }
    .cr-slider-navigation-4 .cr-slider-nav.cr-slider-nav-left {
      right: 60px; } }
/* Slider Dots Styles */
.cr-slider-dots-1 {
  position: relative; }
  .cr-slider-dots-1.slick-dotted.slick-slider {
    margin-bottom: 45px; }
  .cr-slider-dots-1 ul.slick-dots {
    font-size: 0;
    bottom: -50px; }
    .cr-slider-dots-1 ul.slick-dots li {
      display: inline-block;
      font-size: 16px;
      vertical-align: middle;
      height: auto;
      width: auto;
      line-height: 15px; }
      .cr-slider-dots-1 ul.slick-dots li:first-child {
        margin-left: 0; }
      .cr-slider-dots-1 ul.slick-dots li:last-child {
        margin-right: 0; }
      .cr-slider-dots-1 ul.slick-dots li button {
        height: 10px;
        width: 10px;
        content: "";
        background: #c9c9c9;
        opacity: 1;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        display: inline-block;
        vertical-align: middle; }
        .cr-slider-dots-1 ul.slick-dots li button::before {
          display: none; }
      .cr-slider-dots-1 ul.slick-dots li.slick-active button, .cr-slider-dots-1 ul.slick-dots li:hover button {
        background: #47BB8F;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }

/* Background Image */

.bg-image-15 {
  background-image: url(image/logo1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;    min-height: 750px; }

.bg-image-17 {
  background-image: url(image/17.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;     min-height: 750px;}

.bg-image-18 {
  background-image: url(image/18.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;    min-height: 750px; }
.bg-minimal {
  background-image: url(image/minimal-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.bg-pos-top {
  background-position: center top !important; }

.bg-pos-bottom {
  background-position: center bottom !important; }

.bg-fixed {
  background-attachment: fixed; }
/*@media (min-width: 1400px) {
  .container {
    max-width: 1140px; } }*/
[data-overlay]:before,
[data-black-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }
[data-overlay] > div,
[data-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > * {
  position: relative;
  z-index: 2;
  }
/*[data-black-overlay]:before {
  background-color: #000000; }*/

[data-overlay="5"]:before,
[data-black-overlay="5"]:before {
  opacity: 0.5; }
/**
    Button Styles 
*/
.cr-btn,
a.cr-btn,
button.cr-btn {
  display: inline-block;
  height: 50px;
  color: #fff;
  background: #47BB8F;
  padding: 11px 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border: none;
  outline: none;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  -ms-transform: translateY(0) translateZ(0);
  -o-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  /* Small Buton */
  /* Large Button */
  /* Color Variation */
  /* Bordered Button */ }
  .cr-btn span,
  a.cr-btn span,
  button.cr-btn span {
    position: relative;
    z-index: 2; }
  .cr-btn b,
  a.cr-btn b,
  button.cr-btn b {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-radius: 50%;
    -webkit-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    -moz-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    -ms-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    -o-transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
    height: 0;
    width: 0;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.1);
    z-index: 1; }
  .cr-btn:hover,
  a.cr-btn:hover,
  button.cr-btn:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
    .cr-btn:hover b,
    a.cr-btn:hover b,
    button.cr-btn:hover b {
      height: 400px;
      width: 400px; }
  .cr-btn:active,
  a.cr-btn:active,
  button.cr-btn:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }
  .cr-btn.cr-btn-sm,
  a.cr-btn.cr-btn-sm,
  button.cr-btn.cr-btn-sm {
    height: 40px;
    font-size: 14px;
    padding: 5px 30px; }
  .cr-btn.cr-btn-lg,
  a.cr-btn.cr-btn-lg,
  button.cr-btn.cr-btn-lg {
    height: 56px;
    font-size: 18px;
    padding: 12px 35px; }
.cr-btn.cr-btn-round,
  a.cr-btn.cr-btn-round,
  button.cr-btn.cr-btn-round {
    border-radius: 100px;
    overflow: hidden;
    }
 .cr-btn.cr-btn-transparent,
  a.cr-btn.cr-btn-transparent,
  button.cr-btn.cr-btn-transparent {
    background: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
    -o-transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s;
    transition: all 0.6s ease-in-out 0s, border-color 0.4s ease-in-out 0.2s; }
 .cr-btn.cr-btn-lg,
  a.cr-btn.cr-btn-lg,
  button.cr-btn.cr-btn-lg {
    height: 56px;
    font-size: 18px;
    padding: 12px 35px; }
  .cr-btn.cr-btn-white,
  a.cr-btn.cr-btn-white,
  button.cr-btn.cr-btn-white {
    color: #47BB8F;
    background: #fff;
    }
.cr-btn-white span{color: #f6644f;}
.cr-btn-transparent:hover{border-color:#f6644f !important;}