/* 
===============================================================

	Arise - App Landing page By EZCode
	-------
	For more details --> http://themeforest.net/user/ezcode
	
===============================================================
 */
 
/*
============================================================
					Default CSS Styles
============================================================
*/ 
body {
    width: 100%;
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    background-color: #000;
	overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h2,
h3,
h4,
h5,
h6 {
      margin: 0 0 35px !important;
	  text-transform: uppercase;
	  font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	  font-weight: 700 !important;
	  letter-spacing: 4px;
}

h1{
	margin: 0 0 35px !important;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	font-weight: 700 !important;
	letter-spacing: 4px;
	font-size: 25px !important;
}

h1.brand-heading {
    font-size: 60px !important;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
	color:#fff;
}

a {
    color: #219ab3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}

.content-section {
    padding-top: 20px;
}

.clients-section {
    width: 100%;
    padding: 90px 0;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 350px;
}

.animation{
visibility: hidden;
}
.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #738CE4;
    color: #fff;
    background-color: #738CE4;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #3A59C4;
    outline: 0;
    color: #fff;
    background-color: #3A59C4;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

#map iframe 
{
  overflow-x:hidden;
  overflow-Y:hidden;
  pointer-events:none;
}

.fix{
	padding:4% 0;
}

.logos img:hover {
     opacity: 0.4; 
	 filter: alpha(opacity=40); 
}

.parallax-window {
    min-height: 400px;
    background: rgba(0, 0, 0, 0.3);
}

.form-control {
    margin-bottom: 20px;
}
textarea.form-control {
    height: 177px;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.logos img {
  width: 100%;
  margin-top: 20px;
}

#about .imgs img {
  width: 55% !important;
  float: left;
  margin: 15px 35px 10px 0px;
}
#about{
    z-index: 100;
    background-color: #000;
    position: relative;
    width: 100%;
}

.content p {
  text-align: justify;
  line-height: 23px;
  padding: 10px;
}

.footer {
  margin: 30px;
}
#contact {
  padding-top: 90px;
}

.social {
	padding:1% 0;
}

.footer p {
    padding: 2% 0 1% 0;
}

p.intro-text {
  color: #B3FF40;
  text-shadow: 1px 1px 1px #000;
  font-size: 25px;
}

.daimg{
  width: 100%;
}
.daimg img {
  width: 100%;
}

.YTPOverlay {
	background: rgba(0,0,0,0.6);
}


/*
============================================================
					Features Section
============================================================
*/
.symbl-outr {
    margin: 0 auto 40px;
    padding: 0 0;
    border: 1px solid #75CE66;
    height: 110px;
    width: 110px;
    border-radius: 100%;
}

.symbl-time {
    margin: 0 auto 40px;
    padding: 0 0;
    border: 1px solid #ccc;
    height: 110px;
    width: 110px;
    border-radius: 100%;
}

.symbl-time i {
    margin: 0 auto;
    padding: 30px 0;
    font-size: 48px;
    color: #4F5F56;
}

.outer-about i {
    margin: 0 auto;
    padding: 30px 0;
    font-size: 48px;
    color: #fff;
}

.outer-about p {
    margin: 0 auto;
    padding: 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #666666;
    font-family: 'Varela Round', sans-serif;
    width: 90%;
}

.the-features {
    padding: 4% 0;
}


img.featured.img-responsive {
    max-width: 90%;
	margin-top: -3%;
}

.bx-wrapper {
    padding: 0 14%;
}

.section-body {
    margin-top: 80px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-right h4 {
    float: left;
}

.media-right p {
    float: left;
    width: 90%;
    position: relative;
    margin: -30px 0 50px 0px;
}

.media-left, .media>.pull-left {
    padding-right: 10px;
}

/*
============================================================
					Navigation Bar
============================================================
*/
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #738CE4;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    border-bottom: 3px solid #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255,255,255,0);
}
.navbar-toggle {
    color: #fff;
}
/*
============================================================
				Testimonial Carousel Section
============================================================
*/

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #738CE4;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
blockquote small {
    color: #fff;
}

/*
============================================================
					Intro Section
============================================================
*/

.intro {
    display: table;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    xbackground: url(../img/bg.jpg) no-repeat center center scroll;
    xbackground-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    xbackground: #f1f1f1;
    padding: 178px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
	background: -webkit-linear-gradient(transparent, rgba(0,0,0,1));
    background: -o-linear-gradient(transparent, rgba(0,0,0,1));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,1));
    background: linear-gradient(transparent, rgba(0,0,0,1));
}


.intro .intro-body .intro-text {
    font-size: 18px;
	text-shadow: 1px 1px 1px #000;
}

#intro {
    xbackground: #f1f1f1;
    padding: 250px 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
img.intro-mobile {
    position: absolute;
}

.intro-mobile {
    position: absolute;
    left: 0px;
    top: -150px;
    max-width: 100%;
}
@media (min-width: 767px){
 .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #738CE4;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: none;
    }
   
}

.map img {
    width: 100%;
    height: auto;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #75ce66;
    border-radius: 35px;
    font-size: 40px;
    color: #75ce66;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #75ce66;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/*
============================================================
					Princing Table
============================================================
*/

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 275px;
	flex: 0 1 275px;
	border-radius: 5%;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}

/* Tenzin */
.pricing--tenzin .pricing__item {
	margin: 1em;
	padding: 2em 2.5em;
	text-align: left;
	color: #262b38;
	background: #EEF0F3;
	border-top: 3px solid #EEF0F3;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}

.pricing--tenzin .pricing__item:hover {
	border-color: #3e62e0;
}

.pricing--tenzin .pricing__title {
	font-size: 1em;
	margin: 0 0 1em;
	text-align: center;
}

.pricing--tenzin .pricing__price {
	font-size: 2em;
	font-weight: bold;
	padding: 0.5em 0 0.75em;
	border-top: 3px solid rgba(139, 144, 157, 0.18);
	text-align: center;
}

.pricing--tenzin .pricing__currency {
	font-size: 0.5em;
	vertical-align: super;
}

.pricing--tenzin .pricing__sentence {
	font-weight: bold;
	padding: 0 0 0.5em;
	color: #9CA0A9;
	border-bottom: 3px solid rgba(139, 144, 157, 0.18);
}

.pricing--tenzin .pricing__feature-list {
	font-size: 0.85em;
	font-style: italic;
	margin: 0;
	padding: 0.25em 0 2.5em;
	list-style: none;
	text-align: right;
	color: #8b909d;
}

.pricing--tenzin .pricing__action {
	font-weight: bold;
	margin-top: auto;
	padding: 1em 2em;
	color: #fff;
	border-radius: 30px;
	background: #738CE4;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.pricing--tenzin .pricing__action:hover,
.pricing--tenzin .pricing__action:focus {
	background-color: #3b5ac5;
}

/*
============================================================
				Particles Background
============================================================
*/


.vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vertical-centered-box:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}


#particles-background,
#particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  -moz-transform: scale3d(0.5, 0.5, 1);
  -o-transform: scale3d(0.5, 0.5, 1);
  -ms-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}
#particles-background {
  background: #2c2d44;
  background-image: -moz-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: -webkit-linear-gradient(45deg, #3f3251 2%, #002025 100%);
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg);}}
@-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg);} 100% { -moz-transform: rotate(360deg);}}
@-o-keyframes rotate{ 0% { -o-transform: rotate(0deg);} 100% { -o-transform: rotate(360deg);}}
@keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes rotate{ 0% { -webkit-transform: rotate(0deg);} 100% { -webkit-transform: rotate(360deg);}}
@-moz-keyframes rotate{ 0% { -moz-transform: rotate(0deg);} 100% { -moz-transform: rotate(360deg);}}
@-o-keyframes rotate{ 0% { -o-transform: rotate(0deg);} 100% { -o-transform: rotate(360deg);}}
@keyframes rotate{ 0% {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-moz-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-o-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-moz-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@-o-keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;}}
@keyframes fade{ 0% { opacity: 1;} 50% { opacity: 0.25;};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-moz-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-o-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;};
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-moz-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@-o-keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;}}
@keyframes fade-in{ 0% { opacity: 0;} 100% { opacity: 1;};
}

/*
============================================================
				Responsive Media Queries
============================================================
*/


/* Tablet Landscape */
@media only screen and (min-width: 958px) and (max-width: 1079px) {
#intro {
    padding: 195px 0px;
}
.intro-mobile {
    top: 0px;
}
.text {
    top: 85px;
}
img.intro-mobile {
    position: relative;
}
.content-section {
    padding-top: 60px;
}
.content {
    margin: 0px 15px 30px 5px !important;
}
.navbar-custom .nav li.active {
    background: rgba(255,255,255,0.2);
	border-bottom: none;
}
ul.banner-social-buttons li {
    display: inline !important;
}
.parallax-window {
	background-attachment: fixed !important;
	background-position: center top !important;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	background-size: auto !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
	margin-left: 0;
    text-align: center;
    list-style: none;
}
#quote-carousel .carousel-control.left {
    left: -15px;
}
#quote-carousel .carousel-control.right {
    right: -15px;
}
#quote-carousel {
    padding: 0 10px 50px 10px;
    /* margin-top: 30px; */
}
img.featured.img-responsive {
    max-width: 120%;
    margin-top: -3%;
}
.pricing__item {
    -webkit-flex: 0 1 295px;
    flex: 0 1 295px;
}
.footer {
  margin: 25px !important;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
#intro {
    padding: 340px 0px;
}
.intro-mobile {
    top: -50px;
    max-width: 120%;
}
img.intro-mobile {
    position: relative;
}
.content-section {
    padding-top: 60px;
}
.content {
    margin: 0px 15px 30px 5px !important;
}
.navbar-custom .nav li.active {
    background: rgba(255,255,255,0.2);
	border-bottom: none;
}
ul.banner-social-buttons li {
    display: inline !important;
}
.parallax-window {
    min-height: 400px;
    background: none;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
	margin-left: 0;
    text-align: center;
    list-style: none;
}
#quote-carousel .carousel-control.left {
    left: -15px;
}
#quote-carousel .carousel-control.right {
    right: -15px;
}
#quote-carousel {
    padding: 0 10px 80px 10px;
    /* margin-top: 30px; */
}
img.featured.img-responsive {
    max-width: 120%;
    margin-top: -3%;
}
.pricing__item {
    -webkit-flex: 0 1 245px;
    flex: 0 1 245px;
}
.pricing--tenzin .pricing__item {
    margin: 2px;
    padding: 3%;
	}
.footer {
  margin: 25px !important;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#intro {
    padding: 60px 0px;
}
.intro-mobile {
    top: 0px;
}
.content-section {
    padding-top: 60px;
}
.content {
    margin: 0px 15px 30px 5px !important;
}
.downloads img {
    display: inline;
    width: 40%;
}
.text {
    top: 30px;
}
.navbar-custom .nav li.active {
    background: rgba(255,255,255,0.2);
	border-bottom: none;
}
ul.banner-social-buttons li {
    display: inline !important;
}
.parallax-window {
	background-attachment: fixed !important;
	background-position: center top !important;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	background-size: auto !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
	margin-left: 0;
    text-align: center;
    list-style: none;
}
.carousel-inner {
    min-height: 200px;
}
#quote-carousel .carousel-control.left {
    left: -15px;
}
#quote-carousel .carousel-control.right {
    right: -15px;
}
#quote-carousel {
    padding: 0 10px 100px 10px;
    /* margin-top: 30px; */
}
#quote-carousel .carousel-indicators .active {
    width: 80px;
    height: 80px;
}
img.featured.img-responsive {
    max-width: 100%;
    margin-top: -3%;
}
.footer {
  margin: 25px !important;
}
}

/* Vertical Iphone */
@media only screen and (max-width: 479px) {
#intro {
    padding: 195px 0px;
}
.text {
    width: 100%;
}
.downloads img {
    display: inline;
    width: 40%;
    padding-bottom: 10%;
}
.intro-mobile {
    top: -120px;
}
img.intro-mobile {
    display: none;
}
.content-section {
    padding-top: 60px;
}
.content {
    margin: 0px 15px 30px 5px !important;
}
.navbar-custom .nav li.active {
    background: rgba(255,255,255,0.2);
	border-bottom: none;
}
ul.banner-social-buttons li {
    display: inline !important;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 15;
    width: 100%;
    padding-left: 0;
	margin-left: 0;
    text-align: center;
    list-style: none;
}
#quote-carousel .carousel-control.left {
    left: -15px;
}
#quote-carousel .carousel-control.right {
    right: -15px;
}
#quote-carousel {
    padding: 0 10px 100px 10px;
    /* margin-top: 30px; */
}
#quote-carousel .carousel-indicators .active {
    width: 80px;
    height: 80px;
}
img.featured.img-responsive {
    max-width: 100%;
    margin-top: -3%;
}
.footer {
  margin: 25px !important;
}

}