@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@500&display=swap');


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/
@font-face {
	font-family: 'Pacifico';
	font-style: normal;
	font-weight: 400;
	src: local('Pacifico Regular'), local('Pacifico-Regular'), url("../fonts/pacifico.woff") format('woff');
}

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

::selection {
	background-color: #35405f;
	color: #fff;
}

*, *:active, *:focus, *:hover {
	outline: none;
}

h1, h2, h3, h4, h5,h6 {
	margin-top: 0;
}

body {
	font: 15px/23px "Lucida Sans","Liberation Sans","Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	background-color: rgb(224, 247, 246);

}

.btn {
	transition: 0.4s background linear;
}

.btn:focus
{
	color: #fff;
}

.block-heading {
	margin-bottom: 60px;
}

.block-heading p {
    font-size: 18px;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/

#header {
	background-color: rgb(224, 247, 246);
	background: url("../img/bg/header-bg.jpg") no-repeat center top fixed;
	background-size: cover;
}
#site-header {
	position: fixed;
	width: 100%;
	/* background-color: #35405f; */
	background-color: rgba(144, 146, 153, 0.94);
	/* background-color: rgba(32, 178, 170, 0.86); */
	padding: 0 30px;
	z-index: 100;
}
#site-header h1 {
	margin: 0;
	font-family: 'Teko', sans-serif;
	margin-top: 11px;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 0.15em;
}

#site-header h1 a:focus {
    text-decoration: none;
}

#site-header h1 a {
	color: #fff;
}

#site-header h1 a:hover {
	text-decoration: none;
}

/*////////////////////////////////////////////////////////////////////////
//  03 - Navigation
///////////////////////////////////////////////////////////////////////*/

.navbar {
	border-radius: 0;
	margin: 0;
	border: none;
}

.navbar-toggle {
	padding: 0;
	border: 0;
	color: #fff;
	margin-top: 13px;
}

.site-nav ul li a {
	color: #fff;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	transition: 0.5s background linear;
}

/* .site-nav ul li a:hover {
	background: rgba(255, 255, 255, 0.11);
} */

.site-nav ul li a:hover, .site-nav ul li a:focus
{
	background-color: rgba(0, 255, 255, 0.58);
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Blur styles
///////////////////////////////////////////////////////////////////////*/

#overlay-1 {
	/* background-color: rgba(32, 30, 30, 0.52); */
	background-color: rgba(33, 32, 42, 0.44);
	/* background-color: rgba(17, 55, 46, 0.75); */
	position: relative;
}

.overlay-2 {
	padding: 60px 0;
	background-color: rgba(50, 81, 121, 0.6);
}

.overlay-3 {
	padding: 60px 0;
	/* background-color: rgba(9, 20, 39, 0.83); */
	/* background-color: rgba(24, 77, 77, 0.93); */
	background-color: rgba(33, 103, 88, 0.9);
}

.overlay {
    background: none repeat scroll 0 0 rgba(115, 224, 179, 0.72);
    width: 100%;
    height: 100%;
}


/*////////////////////////////////////////////////////////////////////////
//  05 - Home
///////////////////////////////////////////////////////////////////////*/

.middle {
	padding-top: 200px;
}

.pro-name {
    font-size: 100px;
    margin: 0;
    margin-bottom: 15px;  
    /* font-family: 'Lato', sans-serif; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* font-family: 'Niconne', cursive; */
    font-weight: 400;
    font-family: 'Rouge Script', cursive;
    line-height: 90px;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 6px;
    text-shadow: -2px -2px #000;
}

.tagline {
	font-size: 27px;
	margin-bottom: 60px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 56px;
	word-spacing: 2px;
	text-shadow: 2px 2px #1C2725;
	letter-spacing: 2px;
	text-transform: capitalize;
}

.bottom {
	position: absolute;
	width: 100%;
	bottom: 4%;
}

.bottom a {
	color: #fff;
	display: inline-block;
	position: relative;
	top: 0px;
}

.btn-hire {
	text-transform: uppercase;
	color: #111;
	border: 1px solid rgb(136, 138, 145);
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	word-spacing: 5px;
	letter-spacing: 1px;
	box-shadow: 0 3px 1px 0 rgba(20, 20, 26, 0.55);
	border-radius: 0;
	font-size: 18px;
	background-color: rgba(247, 255, 248, 1);
	padding: 16px 48px;
}

.btn-hire:hover {
	color: #fff;
	border: 1px solid #878A91;
	background-color: rgba(32, 36, 47, 0.94);
}

/*////////////////////////////////////////////////////////////////////////
//  06 - Latest works
///////////////////////////////////////////////////////////////////////*/

#portfolio {
	padding: 60px 0;
}

#portfolio .block-heading h1 {
    color: rgb(0, 129, 129);
	
	font-weight: 400;
	
    font-size: 55px;
    font-family: 'Milonga', cursive;
}

.portfolio-item img {
	width: 100%;
}

.portfolio-items {
	margin-bottom: 60px;
}

.portfolio-item {
	position: relative;
}

/*////////////////////////////////////////////////////////////////////////
//  06 - Latest works > isotope
///////////////////////////////////////////////////////////////////////*/

.isotope:after {
  content: '';
  display: block;
  clear: both;
}

.element-item {
  position: relative;
  float: left;
  width: 25%;
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.btn-view {
	/* border: 1px solid #35405f;
	color: #35405f;
	border-radius: 0; */
	text-transform: uppercase;
	color: lightseagreen;
	border: 1px solid rgba(32, 178, 170, 0.86);
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
	word-spacing: 5px;
	letter-spacing: 1px;
	border-radius: 0;
	font-size: 18px;
	padding: 16px 48px;
}

.btn-view:hover {
	color: #fff;
	border: 1px solid lightseagreen;
	background-color: rgba(32, 178, 170, 0.86);
}


/* ==============================  Image hover effect ============================== */


.effect-zoe:hover figcaption, 
.effect-zoe:hover h2, 
.effect-zoe:hover p.icon-links a{
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.effect-zoe h2 {
	display: inline-block;
}
.effect-zoe figcaption{
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: rgba(0,0,0,0.75);
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.grid  figcaption, .grid  figcaption > a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid  figcaption{
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid .effect-zoe{
	position: relative;
	float: left;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.effect-zoe p.icon-links a{
	text-decoration: none;
	color: cyan;
	padding: 30px 10px;
	font-size: 20px;
}
.effect-zoe p.icon-links a i{
	display: none;
}
@media only screen and (max-width : 640px) {
	.effect-zoe p.icon-links a i{
		display: block;
	}
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - More About Me 
/////////////////////////////////////////////////////////////////////*/

/* #services {
	background: url(../img/bg/bg-2.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

.pro-stat {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-style: italic;
}

.proj-name {
	font-family: Pacifico;
	font-size: 150px;
	text-align: center;
	line-height: 90%;
	margin-bottom: 80px;
} */
#services .block-heading h1 {
    color: #fff;
    font-family: 'Milonga', cursive;
	font-weight: 400;
    font-size: 55px;
	word-spacing: 5px;
}
 article h4 {
	font-family: 'poppins',sans-serif !important;
	font-weight: 400;
	line-height: 100%;
 }
 article p {
	color: #999;
	font-family: 'poppins',sans-serif !important;
	font-weight: 400;
	margin-top: 5px;
	line-height: 100%;

 }
/* ============================  animated  numbers   ==================================*/

.parallax{
    width: 100%;
    color: #fff;
    text-align: center;
}

#numbers
{
	background: url("../img/bg/number1.gif") repeat center center fixed;
}
#numbers .overlay{
    padding: 60px 0px 80px 0px;
}
ul.numbersList {
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    list-style: none;
    text-align: center;
}
ul.numbersList li{
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
ul.numbersList li:last-child{
    border: none;
}
ul.numbersList h4{
    color: rgb(234, 234, 234);
    margin-bottom: 58px;
}
ul.numbersList span{
    font-size: 62px;
    font-weight: 700;
}

.numbers-title {
    padding: 10px 0;
    position: relative;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Testimonials
/////////////////////////////////////////////////////////////////////*/

#testimonials {
    padding: 60px 0;
}

#testimonials .block-heading{
	margin-bottom: 0px;
}

.testimonial p {
    line-height: 34px;
    margin-top: 20px;
}

#testimonials .block-heading h1
{
	color: rgb(0, 129, 129);
	font-family: 'Milonga', cursive;
	font-weight: 400;
	font-size: 55px;
}

#testimonials .testimonial {
	padding: 25px;
	cursor: -webkit-grab;
}

#testimonials .testimonial > img {
	border-radius: 100%;
	margin-bottom: 15px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - Testimonials > Owl Carousel
/////////////////////////////////////////////////////////////////////*/

.owl-carousel {
	z-index: 0;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: inherit;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

/* ///////////////////////////////////////////////////////////////////// 
//  09 - Contact
/////////////////////////////////////////////////////////////////////*/

#contact {
	background: url("../img/bg/bg-4.jpg") no-repeat center center fixed;
	background-size: cover;
	color: #fff;
}

#contact .block-heading h1{
	color: #fff;
	font-family: 'Milonga', cursive;
	font-weight: 400;
	font-size: 55px;
}

.contact-info {
    padding: 16px 62px;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    margin-top: 25px;
}

.contact-info i {
    width: 40px;
	height: 40px;
	color: white;
	padding-top: 7px;
	font-size: 25px;
	border: 1px solid #fff;
	text-align: center;
	/* -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg); */
}

.contact-info p {
    padding: 27px 10px;
}

.contact-info span {
    padding-left: 20px;
}

/* Mail Starts Here  */
input[type=text],[type=email] {
	width: 100%;
	padding: 12px;
	background: transparent;
	border: 1px solid #fff;
	/* border-radius: 4px; */
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	transition: all 0.20s ease-in-out;
	-webkit-transition: all 0.20s ease-in-out;
	-moz-transition: all 0.20s ease-in-out;
	-ms-transition: all 0.20s ease-in-out;
	-o-transition: all 0.20s ease-in-out;
	outline: none;
	  
  }
  textarea {
	width: 100%;
	padding: 12px;
	background: transparent;
	border: 1px solid #ccc;
	/* border-radius: 4px; */
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;	
	outline: none;
	resize: vertical;
  }
  .buttonx {
	/* float: left; */
	position: absolute;
	background-color: transparent;
	border: 2px solid rgba(0, 255, 255, 0.58);
	color: white;
	padding: 7px 15px;
	left: 14px;
	margin-bottom: 20px;
	border-radius: 0px;
	cursor: pointer;
	transition-duration: 0.5s;
  }
  
  .buttonx:hover {
	background-color: rgba(0, 255, 255, 0.58);
	color: white;
  }
  input[type=text]:focus, 
  input[type=email]:focus ,textarea:focus {
	  box-shadow: 0 0 4px rgba(0, 255, 255, 0.58);
  }
  
  .thankyou_message {
	  text-align: center;
	  color: white;
  }
  @media all and (max-width: 680px) {
	.buttonx {
		position: static;
	}

  }
/* ///////////////////////////////////////////////////////////////////// 
//  09 - contact > Social
/////////////////////////////////////////////////////////////////////*/

 /* Social Icons wrapper */
 .icon-button {
	background-color: transparent;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 5.2rem;
	height: 5.2rem;
	border-radius: 2.6rem;
	margin-top: -3.2rem;
	margin-left: -2.7rem;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}

.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.github span {
	background-color:  #211F1F;
}
.linkedIn span {
	background-color: #0e72b1;
}


.icon-button .fa-twitter {
	color: #4099ff;
}
.icon-button .fa-facebook {
	color: #3B5998;
}
.icon-button .fa-github {
	color:  #211F1F;
}
.icon-button .fa-linkedin-in {
	color: #0e72b1;
}

.icon-button:hover .fa-twitter,
.icon-button:hover .fa-facebook,
.icon-button:hover .fa-github,
.icon-button:hover .fa-linkedin-in {
	color: white;
}
/* @media all and (max-width: 680px) {
  .icon-button {
	border-radius: 1.6rem;
	font-size: 2.5rem;
	height: 1.6rem;
	line-height: 1.6rem;
	width: 1.6rem;
  }
  .icon-button:hover span {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 1.6rem;
	margin-top: -1.2rem;
	margin-left: -2rem;
  }
  
  .icon-button i {
	  height: 1.6rem;
	  line-height: 1.6rem;
	  width: 1.6rem;
  }
  
} */

/* ///////////////////////////////////////////////////////////////////// 
//  10 - Footer
/////////////////////////////////////////////////////////////////////*/

#site-footer {
    /* background-color: #35405f; */
    background-color: rgba(32, 178, 170, 0.86);
    color: #fff;
    padding: 14px;
    font-size: 15px;
}
.copyright {
	text-align: left;
}
.copyright a {
	color: white;
	text-decoration: none;
}
.copyright a:hover{
	color: grey;
}
.designed-by {
	text-align: right;
}

.designed-by a {
	color: #fff;
}
.sqaure-nebir {
    height: 45px;
    width: 45px;
    border: 3px double #fff;
    transform: rotate(-45deg);
    /* text-align: center; */
    position: absolute;
}

.rotated-icon {
    position: relative;
    display: inline-block;
    float: left;
    width: 50px;
}

.rotated-icon i {
    position: absolute;
    top: 1.3rem;
    left: 1.5rem;
    font-size: 22px;
}

i.fa.fa-envelope-o {
    left: 12px;
}

.contact-info p{
	margin-left: 70px;
	display: inline-block;
	float: left;
	width: auto;
	line-height: 43px;
	margin-top: -22px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  11 - Responsive styles
/////////////////////////////////////////////////////////////////////*/

@media (max-width: 991px) {
	.element-item {
		width: 33.33%;
	}
}

@media (max-width: 767px) {
	.element-item {
		width: 50%;
	}

	#site-header .pull-right {
		float: none !important;
	}

	.copyright, .designed-by {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.contact-info {
		padding: 30px 10px;
	}
}

/* @media only screen and (max-width : 640px) {
    .parallax{
    background: url(../video/video.jpg) no-repeat center center fixed #444;
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    }
} */
/* ///////////////////////////////////////////////////////////////////// 
//  12 - Skills Bars Start
/////////////////////////////////////////////////////////////////////*/
#skills-section h2{
	font-family: 'Aldrich';
	/* margin-top: 10px; */
	text-align: center;
	  }
	  .container{
		  font-family: 'Aldrich';
		  width: 100%;
		  margin: 0px auto;
		  margin-bottom: 20px;
	  }
	  /* FlexBox */
	  #percentShow {
		display: flex;
		justify-content: space-between;
	  }
	  .progress{
		  width: 100%;
		  height: 4px;
		  background-color: rgb(255, 210, 194);
		  border-radius: 10px;
	  }
	  .progress .progress-bar{
		  width: 50%;
		  opacity: 0;
		  height: 100%;
		  background-color: coral;
		  border-radius: 12px;
		  position: relative;
		  transition: all .7s;
	  }
	  
	  /* //////////////////Skills Bar End  ///////////*/
	  /* ////////////////Skills Section(CallOut) FlexBox Start ////////*/

	  .call-out-container {
		font-family: 'Oxygen', sans-serif;
		display: flex;
		justify-content: space-around;
		max-width: 1800px;
		margin: 20px auto 0 auto;
		background: transparent;
		overflow: hidden;
		}
	   .call-out-container h4 {
		  margin: 5px 0px 5px 0px;
	   }
	   .call-out h2{
		font-family: 'Aldrich';
		font-size: 30px;
		color: black;
		 padding: 15px 0;
	   }
	   .call-out{
		color: black;
		background-color:transparent;
		max-height: 500px;
		line-height: 1.2;
		text-align: justify;
		text-decoration: none;
		padding: 30px !important;
		margin-bottom: 20px;
		margin-top: 30px;
		flex-basis: 50%;
		transition: 0.3s;
	   }
	   .call-out:last-child { margin-right: 0;}
	   @media (max-width: 768px) {
		.call-out-container {
			flex-direction: column;
			justify-content: space-between;
			align-items: left;
		 }
		 .call-out{
			margin: 20px;
		 }}
	 /* Drag N Scroll Start  */
	 .h-scroll-items{
		display: flex;
		overflow-x: auto;
		justify-content: left;
		align-items: center;
		margin: 5px 15px;
	
	}
	.h-scroll-items::-webkit-scrollbar{
	  display: none;
	}
	.h-scroll-items .h-scroll-item{
	text-align: center;
	align-items: center;
	justify-content: center;
	 min-width: 120px;
	 height: 100px;
	 /* background: #ddd; */
	 color: coral;
	 padding: 15px 3px;
	 margin: 10px;
	 line-height: 75px;
	 font-size: 50px;
	 font-weight: 100;
	 border: 2px solid rgb(172, 172, 172);
	 border-radius: 10px;
	}
	 /*  ///////////////////Drag N Scroll END///////////////  */

	 /* SERVICE START  */
	 .parallaxx{
		background-image: linear-gradient(rgba(32, 178, 170, 0.5), rgba(32, 178, 170, 0.5)), url("https://i.ibb.co/YRskBZ0/bg-small.jpg");
		min-height: 400px;
		padding: 30px 0;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	   }
	   .call-out-2-container {
		display: flex;
		justify-content: space-around;
		max-width: 1800px;
		margin: 20 auto 0 auto;
		overflow: hidden;
		}
	   .call-out-2-container h4 {
		font-family: 'Times New Roman', Times, serif;
	   font-weight:130; 
	   font-size: 20px;
		margin: 0;
	   }
	   .call-out-2{
		color: black;
		background-color: inherit;
		max-height: 210px;
		text-align: center;
		text-decoration: none;
		padding: 10px !important;
		margin: 50px 15px;
		flex-basis: 30%;
		border: 1px solid rgb(209, 209, 209);
		border-radius: 0%;
	   }
	   .call-out-2 article{
		   font-family: 'Oxygen', sans-serif;
		   color: white;
		   position: relative;
		   width: 100%;
		   line-height: normal;
		   /* height: 10%; */
		   bottom: 0;
		   z-index: 1;
		   opacity: 0;
		   transform: translate(0px, 0%);
		   -webkit-transform: translate(0px, 50%);
		   -moz-transform: translate(0px, 50%);
		   -o-transform: translate(0px, 50%);
		   -ms-transform: translate(0px, 50%);
		   -webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		   -o-transition: all 0.2s ease-in-out;
		   -ms-transition: all 0.2s ease-in-out;
		   transition: all 0.2s ease-in-out;
	   }
	   .call-out-2 article p{
		   font-size: 12px;
		   text-align: center;
	   }
	   .call-out-2:hover article {
		   transform: translate(0px, 0px);
		   -webkit-transform: translate(0px, 0px);
		   -moz-transform: translate(0px, 0px);
		   -o-transform: translate(0px, 0px);
		   -ms-transform: translate(0px, 0px);
		   opacity: 1;
	   }
		/* The Service Icons */
	   .ver_mas {
		   padding: 8%;
		   position: relative;
		   bottom: 0;
		   z-index: 1;
		   -webkit-transition: all 0.5s ease;
		   -moz-transition: all 0.5s ease;
		   -o-transition: all 0.5s ease;
		   -ms-transition: all 0.5s ease;
		   transition: all 0.5s ease;
	   }
	   .ver_mas span {
		   font-size: 30px;
		   /* color: #fff; */
		   position: relative;
		   margin: 0 auto;
		   width: 100%;
		   top: 40px;
	   }
	   .call-out-2:hover .ver_mas {
		   transform: translate(2px, -50%);
		   -webkit-transform: translate(2px, -50%);
		   -moz-transform: translate(2px, -20%);
		   -o-transform: translate(2px, -20%);
		   -ms-transform: translate(2px, -20%);
	   }
	   @media (max-width: 768px) {
		   .call-out-2-container {
			   flex-direction: column;
			   justify-content: space-around;
			   align-items: center;
			}
			.call-out-2{
			   width: 300px;
			   margin: 20px;
			  
			}
		}
	  /* END of Service    */

	  /*----- Quote Generator -----  */
	  
.container-quote {
	color: #008181;
	border-left: 10px solid #008181;
	margin: 10px auto;
	padding: 12px 10px;
	background:#fff;
	max-width: 500px;
	min-height:100px;
	}
	#quoteText{
	  display: inline;
	text-align: center;
	}
	#quotesource{
	  margin-top:20px;
	  font-size:18px;
		text-align:right;
	}
	#quotesource::before{
	  content: '- ';
	}
	.quotemark {
		position: relative;
		top: -2px;
		padding-right: 10px;
	}
	
/* Back to top  */
.back-to-top{
  background-color:rgba(32, 178, 170);
  color: #35424a;
  font-size: 45px;
  padding: 0px;
  margin: -41px -33px;
  position: absolute;
  cursor:pointer;
  border-radius: 50%;
  border: 2px solid rgba(32, 178, 170);
  outline: none !important;
  display:none;
  }

  /* position: relative;
	background-color: rgba(32, 178, 170);
	color: #fff;
	font-size: 45px !important;
	padding: 0px;
	top: -40px;
	border-radius: 50%;
	border: none;
	/* border: 2px solid #fff; 
	margin-bottom: -50px;
	cursor:pointer;
	outline: none !important;
	display:none; */