.btn-cta-group1 {
  margin-left: 0px!important;
}
.btn-cta-header1 a {
  color: #00c3ff!important;
  background: #fff;
  box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(0, 139, 153, 0.3);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.octf-btn1 {
 
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  font-size: 13px;
  padding: 12px 15px 12px 15px;
  line-height: 1;
  display: inline-block;
  margin-top  :15px;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  background: #fe4c1c;
  cursor: pointer;
  border: 1px solid transparent;
  outline: 0;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  font-family: "Red Hat Display", sans-serif;
  overflow: hidden;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}
.octf-btn1-third {
  background: #0160e7;
}
.octf-btn1-third.octf-btn {
  box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
  -webkit-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
  -moz-box-shadow: 12px 12px 20px 0px rgba(1, 96, 231, 0.3);
}
.octf-btn1-third.octf-btn1-icon {
  box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
  -webkit-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
  -moz-box-shadow: 8px 8px 18px 0px rgba(1, 96, 231, 0.3);
}
.octf-btn1-third i {
  color: #0160e7;
}
.octf-btn1-third.octf-btn1-white {
  color: #0160e7;
  box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
}
.octf-btn1-third.octf-btn1-white:visited, .octf-btn1-third.octf-btn1-white:hover, .octf-btn1-third.octf-btn1-white:focus {
  color: #0160e7;
}
.octf-btn1-third.octf-btn1-white i {
  background: #0160e7;
}
.octf-btn1-third:hover, .octf-btn1-third:focus {
  box-shadow: none;
}
	.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  /*height: 400px;*/
  height:auto;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
  
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border:solid #ff470f;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 5px;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #ff470f;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}

.community-heading-section {
    float: left;
    width: 100%;
    text-align: left;
}
.community-heading-section h1 {
    color: #000;
    font-size: 56px;
    font-weight: 600;
}
.community-heading-section p {
    font-size: 16px;
    font-weight: 600;
 }
 .community-heading-section a {
    background-color: #ff783d;
    color: #fff !important;
    font-weight: 600;
    border-radius: 50px;
    font-size: 12px;
    padding: 12px 40px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
section.slider-section {
    padding: 20px 0 20px;
    box-sizing: border-box;
}
.slider-heading {
    float: left;
    width: 100%;
    text-align: center;
}

.slider-heading p {
    font-size: 16px;
    color: #ff783d;
	display:none;
}
.slider-div {
    float: left;
    width: 100%;
	text-align:center;
}
.slider-div .slides img {
    margin-top: 0;
    width: 100%;
    height: 200px;
}

button.gallery-controls-add {
    display: none;
}
section.bundles-section {
    padding: 40px 0 20px;
    box-sizing: border-box;
}
.bundle-heading {
    float: left;
    width: 100%;
    text-align: center;
	display:none;
}
.bundle-heading h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding-bottom: 50px;
    box-sizing: border-box;
  
}

/**
 * General styles
 */


* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}




.slides {
    /* width: 300px; */
    /* height: auto; */
    background-color: #FFF;
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.5);
    text-align: center;
    margin: 0 10px 15px 0;
    display: inline-block;
    font-size: 18px;
    overflow: hidden;
}

.slides img {
    margin-top: 0;
    width: 100%;
    height: auto;
}
button.gallery-controls-add {
    display: none;
}

button.gallery-controls-previous {
    font-size: 0;
    position: absolute;
    left: 70px;
    top: 40%;
	z-index: 4;
}
button.gallery-controls-next {
    font-size: 0;
    position: absolute;
    right: 70px;
    top: 44.2%;
	z-index: 4;
}
.gallery-controls-previous::before {
    height: 21px;
    width: 21px;
	    border-width: 0 3px 3px 0;
}
.gallery-controls-next::before {
    height: 21px;
    width: 21px;
	border-width: 0 3px 3px 0;
}

/*---responsive---*/
@media(max-width:480px)
{
	.gallery-item-3 {
       width: 86%;
	}
	button.gallery-controls-previous {
       left: 0px;
    }
	button.gallery-controls-next {
		right: 0px;
    }
}
@media(max-width:767px){
    button.gallery-controls-next {
        right: 0px !important;
        top: -40px !important;
        position: relative;
    }
    button.gallery-controls-previous {
        position: relative;
        left: 0px !important;
        top: -60px !important;
    }
    section.slider-section {
           overflow: hidden;
    }
}
/*----responsive---*/