/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */


/*   01 - General & Basic Styles    */

/*   02 - Navbar CSS  */

/*   03 - Home   */

/*   04 - About Us   */

/*   05 - features Section style    */

/*   06 - why-choose Section style    */

/*   07 - teams  Section     */

/*   08 - Price  Section       */

/*   09 - Testimonial Section   */

/*   10 - The fun facts    */

/*   11 - Recent Blog post      */

/*   12 -  Contact us     */

/*   13 -  Footer Style     */

/*   14 - Others Elements    */


/* ==========================================================================
   01. General & Basic Styles
   ========================================================================== */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 110%;
    line-height: 1.9;
    background: #ffffff;
    color: #777777;
}
a {
    color: #555555;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
    color: #555555;	
}

img {
    max-width: 100%;
    height: auto;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,
h2 {
	font-family: 'Playfair Display', serif;
	color: #383f45;
	font-size: 270%;
	line-height: 1.3;
	font-weight: 700;
    margin: 0 0 10px;
}

span {
    font-family: 'Playfair Display', serif;	
    font-weight: 800;
    font-size: 22px;
}

h3{
	font-family: 'Playfair Display', serif;
	font-weight: 900;
    font-size: 30px;
	color: #555555;
}
h5 {
	font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 27px;
    color: #0BC560;
    text-transform: uppercase;
}
p {
    margin-bottom: 0;
}
strong {
    color: #0BC560;
}
@media (max-width:1199px) {
    h1,
	h2 {
		font-size: 45px;
	}
}

.ptb-100 {
    padding-top: 90px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
ul li{
	list-style: none;
}
.bg-f9faff {
    background: #f9faff;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
button {
	outline: 0 !important;
}
.mt-30 {
    margin-top: 30px;
}

/* Btn Primary */
.btn {
	position: relative;
	color: #ffffff;
	z-index: 1;
	overflow: hidden;
	border: 1px solid #ff007a;
	border-radius: 35px;
	padding: 11px 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.btn::after {
	content: '';
	position: absolute;
	height: 100%;
	z-index: -1;
	bottom: auto;
    background: #ff007a;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
	top: 0;
	left: 0;
	width: 100%;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.btn:hover::after, .btn:focus::after {
	height: 0;
}
.btn:hover {
	color: #fff;
	border-color: #ff007a;
}
.btn.focus, .btn:focus {
	box-shadow: unset;
    color: #ff007a;
	border-color: #ff007a;
}
.btn.disabled, .btn:disabled {
	opacity: 1;
}

.form-group {
    margin-bottom: 25px;
}

/* Form Control */
.form-control {
    height: 59px;
    padding: 10px;
    font-size: 16px;
	color: #fff;
    background-color: transparent;
    border: 1px solid #eee;
    border-radius: 3px;
}
.form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #eee;
	outline: 0;
	box-shadow: unset;
}
.contactForm .form-control::placeholder {
	color: #fff !important;
}

/* Section Title */
.section-title {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    display: block;
}
.section-title h3 {
	font-size: 37px;
	margin-bottom: 10px;
}
.section-title span {
	display: inline-block;
	color: #ff007a;
	font-size: 22px;
	margin-bottom: 14px;
}
.section-title p {
	max-width: 520px;
	margin: 0 auto;
}

/* ==========================================================================
   02. Navbar CSS
   ========================================================================== */
.set-color,
.navbar-nav .nav-item,
.navbar-brand img,
.navbar-dark .navbar-nav .nav-link,
.show{
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.navbar-nav .nav-item {
	margin: 25px 8px;
}

.color-set .navbar-brand img {
		 width: 240px;
}

.color-set.navbar-expand-lg{
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.1); 
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1); 
  margin-top: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
}

.navbar-dark .navbar-nav .nav-link.active{
	color: #fff;
	background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
}

.color-set{
	background: #fff;
}

.color-set .navbar-nav .nav-item{
		margin: 8px;
}

.color-set .navbar-nav .nav-item .nav-link {
		color: #ff007a;
}

.color-set .navbar-nav .nav-item .nav-link.active{
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
	background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
}

.show{
	background: #fff;
	margin-top: 9px;
}

.show .navbar-nav .nav-link{
	color: #ff007a;
}

.navbar-toggler{
	background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
}

.color-set .show{
	margin-top: 0;
}

.navbar-dark .navbar-toggler {
    border: none;
}

/* ==========================================================================
   03. home CSS
   ========================================================================== */

#app-home .main-row{
	margin-top: 130px;
}

.owl-stage-outer{
	margin-top: 50px;
}

.main-banner {
	background-image: url(../main-backbanner.jpg);
	position: relative;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
    z-index: 1;
    height: 580px;
}
.main-banner:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background:#00000075;
}
.main-banner .form-control {
  height: 40px;
}
.main-banner textarea {
  height: 60px !important;
}
.main-banner form {
  background: #ee007a;
    padding: 20px;
}
/* ==========================================================================
   04. About us
   ========================================================================== */

#app-about-us {
    padding-bottom: 100px;
    background: #fff;
}

.boxes-area {
    z-index: 3;
    padding-top: 52px;
    position: relative;
    background: #F9FAFF;
}

.single-box {
	box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
	text-align: center;
    padding: 35px 20px 40px;
	background: #fff;
    position: relative;
    	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

.single-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: url(../img/about3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    visibility: hidden;
	-moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#app-about-us .about-text p{
	margin-bottom: 14px;
}

.single-box:hover:before {
	opacity: 1;
    height: 100%;
    visibility: visible;
}

.single-box i {
	font-size: 40px;
	color: #ff007a;
}

.single-box h3 {
	font-size: 25px;
	margin-top: 10px;
    margin-bottom: 15px;
	font-weight: 600;
}

.single-box h3, .single-box p, .single-box i {
    position: relative;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.single-box i {
    font-size: 54px;
    height: 100px;
    width: 100px;
    line-height: 75px;
    border-radius: 10px;
}

.single-box:hover h3, .single-box:hover p {
	 color: #191919;
}

/* ==========================================================================
   05. Our featuress CSS
   ========================================================================== */
.tabs {
	list-style-type: none;
	margin-bottom: 40px;
	padding-left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.tabs li {
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}

.tabs li a {
	display: block;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	border-radius: 3px;
	padding: 25px 12px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #3b566e;
	position: relative;
	z-index: 1;
}

.tabs li a:hover, .tabs li a:hover i, .tabs li.current a, .tabs li.current a i {
    color: #fff;
}

.tabs li a i {
	color: #ff007a;
	font-size: 40px;
	margin-bottom: 15px;
	display: inline-block;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.tabs li:first-child a {
	border-radius: 30px 0 0 0;
}

.tabs li:last-child a {
	border-radius: 0 30px 0 0;
}

.tabs li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff007a;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
	z-index: -1;
    opacity: 0;
    border-radius: 3px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    visibility: hidden;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.tabs li:first-child a::before {
	border-radius: 30px 0 0 0;
}

.tabs li:last-child a::before {
	border-radius: 0 30px 0 0;
}

.tabs li a:hover::before, .tabs li.current a::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tabs_item:first-child {
	display: block;
}

.tabs_item {
	display: none;
	background: #fff;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.tabs_item_content {
	padding: 30px 20px;
}

.tabs_item_content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 19px;
}

.tabs_item_content p {
	margin-bottom: 25px;
}

.tabs_item_content ul {
	padding: 0;
	margin: 10px 0 27px 0;
	list-style-type: none;
}

.tabs_item_content ul li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 25px;
}

.tabs_item_content ul li:last-child {
    margin-bottom: 0;
}

.tabs_item_content ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 15px;
	height: 15px;
	background: #ff007a;
	background: -webkit-linear-gradient(to right, #8E0074, #ff007a);
	background: linear-gradient(to right, #8E0074, #ff007a);
	-webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}


/*===============================================================
	slider
===============================================================*/

#screenshots .section-heading p,
#screenshots .section-heading h2{
 	color: #fff;
 }

.dot-indicator.owl-theme button.owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8392a5;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
  border: none;
  outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
  background: #bf00dc;
  border: 2px solid transparent;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.dot-indicator.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f6058f;
}

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

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

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.html) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.screenshot-wrap {
  position: relative;
}

.screenshot-wrap .screenshot-frame {
  background-image: url("../fram.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  width: 300px;
  height: 404px;
  position: absolute;
  top: -7px;
  left: calc(50% + 0.5px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  border-radius: 20px;
}

#screenshots {
	padding: 100px 0;
	background: url(../gell-back.jpg);
	background-repeat: no-repeat;
}

#screenshots .section-heading {
	    margin-bottom: 1rem!important;
}

.screenshot-wrap .screen-carousel .owl-item img {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 30px;
}

.screenshot-wrap .screen-carousel .owl-item.active.center img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*===============================================================
	End slider 
===============================================================*/

/* ==========================================================================
   06. Why choose us
========================================================================== */

.why-choose-us h2 {
    color: #000;
}
.why-choose-us .section-title {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 60px;
    color: #fff;
}

.single-choose-right p{
    color: #fff;
}

.why-choose-us .section-title h1 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 50px;
}

.why-choose-us .section-title span {
    margin-bottom: 52px;
    float: left;
    color: #ff007a;
}

.why-choose-us .section-title .btn-transition {
    background: transparent;
}


.why-choose-us .section-title .btn-transition:hover {
    color: #00030b;
    background: #fff;
}

.why-choose-us .why-choose-us-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    padding: 45px 0px;
}

.why-choose-us .why-choose-us-wrapper-top {
    position: relative;
}

.why-choose-us .why-choose-us-wrapper-top h2{
    margin-bottom: 18px;
}

.why-choose-us .why-choose-us-wrapper-top .container {
    display: table;
    height: 235px;
}

.why-choose-us .why-choose-us-wrapper-top .why-choose-us-wrapper {
    padding-right: 25%;
}

.why-choose-us .why-choose-us-wrapper-top .why-choose-img {
    position: absolute;
    width: 23%;
    right: 40px;
    bottom: 0px;
    min-width: 250px;
}
.single-choose {
    overflow: hidden;
    min-height: 100px;
    text-align: left;
    margin-bottom: 30px;
    box-shadow: 0 0 38px rgba(0, 0, 0, 0.11);
    }
.why-choose-options{
	position: relative;
}
.why-choose-options:before{
	position: absolute;
	top: -415px;
	right: -28px;
	content: url(../why.png);
}
.single-choose .single-choose-left,
.single-choose .single-choose-right {
    display: inline-block;
    padding: 25px 5px;
    vertical-align: middle;
}
.single-choose .single-choose-left img {
    padding-top: 4px;
    padding-left: 16px;
    width: 64px;
}
.single-choose .single-choose-right h3 {
    line-height: 29px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}   
.why-choose-options .col-md-4 {
    padding: 0;
}
.why-choose-options .single-features {
    min-height: 100px;
}

/* ==========================================================================
   09. testimonial
========================================================================== */

.testimonial {
    background-image: url(../maxresdefault.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 230px;
    position: relative;
}
.testimonial:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background:#000000a6;
}
.testimonial .testimonial-content {
    background: linear-gradient(to top, rgba(255, 0, 122, 0.7) 0%, rgba(142, 0, 116, 0.7) 100%);
    border-radius: 0px 0px 50% 50%;
    overflow: hidden;
}

.testimonial .testimonial-single {
    text-align: center;
    padding: 20px 80px 110px;
}

.testimonial .testimonial-single img {
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 2px;
    max-width: 85px;
    height: 85px;
    margin: 0 auto;
}

.testimonial .testimonial-single h5 {
	font-weight: 500;
    color: #fff;
    margin: 32px 0 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.testimonial .testimonial-single h6 {
    color: #fff;
    margin: 10px 0 18px;
    font-size: 14px;
}

.testimonial .testimonial-single p {
    color: #eceff3;
}

.testimonial .testimonial-carousel .owl-dots {
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: 58px;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block;
    outline: 0
}

.testimonial .testimonial-carousel .owl-dots .owl-dot.active {
    background-color: #8E0074;
    color: #8E0074;
    border: 1px solid #8E0074;
    -webkit-box-shadow: 0 0 0 1px #8E0074;
    box-shadow: 0 0 0 1px #8E0074;
}

.testimonial .testimonial-carousel .owl-dots .owl-dot.active span {
	background-color: #8E0074;
    color: #8E0074;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px; 
    background: #FF007A;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    margin-top: -1px;
    margin-left: -1px;
}


/* ==========================================================================
   10. Fun Facts CSS
========================================================================== */
.fun-facts-area {
    position: relative;
    background-image: url(../img/counter-bg.html);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 105px;
}

.fun-facts-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ff007a;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
	opacity: .8;
}

.fun-fact {
	text-align: center;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.fun-fact:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.fun-fact i {
	font-size: 40px;
	color: #fff;
}

.fun-fact h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 28px;
	margin-top: 30px;
}

.fun-fact span {
	font-size: 18px;
	color: #fff;
	display: block;
}

/* Fun Facts Two */
.funFact {
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	padding-left: 60px;
}

.funFact:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.funFact i {
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.funFact h3 {
	font-size: 40px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 28px;
}

.funFact span {
	font-size: 18px;
	color: #fff;
	display: block;
}

/* ==========================================================================
   12. Contact CSS
========================================================================== */
.bg-color-back {
  position: relative;
}
.bg-color-back:before {
  content: '';
  background: #000000a1;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
#app-contact {
    color: #fff;
    padding: 90px 70px 100px;
    background-image: url(../contec-back.jpg);
    background-position: top right;
    position: relative;
	background-attachment: fixed;
}

#app-contact h2{
    color: #fff;
}

#app-contact .section-title h3, #app-contact .section-title p{
	color: #fff;
}
#app-contact .section-title span{
	color: #fff;
}

.get-in-touch h3, .get-in-touch p{
	color: #fff;
}
.contact-box {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
	text-align: center;
	padding: 30px 20px;
    position: relative;
    z-index: 1;
	border-radius: 5px;
	margin-bottom: 60px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	border-radius: 5px;
    background: #ff007a;
    background: linear-gradient(to top, rgba(255, 0, 122, 1) 0%, rgba(142, 0, 116, 1) 100%);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.contact-box h3 {
    font-size: 16px;
    margin-bottom: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-box h3 i {
	color: #ff007a;
	margin-right: 5px;
}

.contact-box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

.contact-box ul li {
	font-size: 14px;
	color: #6f8ba4;
	margin-bottom: 4px;
	overflow: hidden;
}

.contact-box ul li span {
	float: right;
}

.contact-box h3, .contact-box h3 i, .contact-box ul li, .contact-box p a {
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-box:hover h3, .contact-box:hover h3 i, .contact-box:hover ul li, .contact-box:hover p a {
	color: #fff;
}

.get-in-touch h3 {
	font-size: 23px;
	margin-bottom: 17px;
	padding-bottom: 10px;
}

.get-in-touch ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 15px;
}

.get-in-touch ul li {
    display: inline-block;
}

.get-in-touch ul li a {
	color: #fff;
	font-size: 18px;
	margin-right: 5px;
}

.contactForm button.btn.disabled {
    background: transparent;
}

.contactForm .btn:hover, .contactForm .btn:focus {
   background: transparent;
   color: #fff;
}

.contactForm .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: transparent;
}

.contactForm .btn {
    margin-top: 10px;
}

.contactForm .list-unstyled {
	padding: 0;
	margin: 0;
}

.contactForm .list-unstyled li {
	color: #8E0074;
}

#form-messages.alert-danger, #form-messages.alert-success {
    margin-top: 20px;
}

/* ==========================================================================
   13. Footer style
========================================================================== */

.footer {
    background: #fff;
    color: #fff;
}

/*placeholder style*/
.form-control::-webkit-input-placeholder {
    color: #3b566e;
}

.form-control:-moz-placeholder {
    color: #3b566e;
}

.form-control::-moz-placeholder {
    color: #3b566e;
}

.form-control:-ms-input-placeholder {
    color: #3b566e;
}

.footer ul {
    padding: 40px 0;
}

.footer li {
    display: inline-block;
    margin: 0 5px;
    height: 50px;
    width: 50px;
    line-height: 53px;
    border-radius: 50%;
    background: #fff;
    transition: all .4s;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,.16);;
}

.footer li:hover {
    cursor: pointer;
}

.footer li a {
    color: #FF007A;
}

.footer .social i {
    font-size: 22px;
    transition: all .4s;
}

.footer .social li:hover {
    background: #FF007A;
}

.footer .social li:hover a i {
    color: #fff;
}

.copyright {
    background:#ee007a;
}

.copyright p{
    color: #ffffff;
}
.copyright a {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
}


/* ==========================================================================
   14. Others Elements
========================================================================== */

/*Go Top CSS*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	z-index: 1;
	display: none;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}

.go-top:hover {
	color: #fff;
	background: #ff007a;
}

/*Home video button animation*/
#spinnerbtn {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.7;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -50px;
	height: 100px;
	width: 100px;
	background: none;
	border-radius: 100px;
    border-top: 10px solid #ff007a;
    border-bottom: 10px solid #ff007a;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;

	-webkit-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	-moz-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	-ms-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	-o-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
	animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
}

#spinnerbtn:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px;
	background: none;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: -1;
	border-radius: 115px;
	border: 15px solid #ff007a;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;

	-webkit-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	-moz-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	-ms-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	-o-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
	animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
}

@keyframes "spin" {
 0% {
    -webkit-transform: rotate(360deg);
   	-moz-transform: rotate(360deg);
   	-o-transform: rotate(360deg);
   	-ms-transform: rotate(360deg);
   	transform: rotate(360deg);
 }

 100% {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }

}

@-moz-keyframes spin {
 0% {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 100% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }

}

@-webkit-keyframes "spin" {
 0% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 100% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }

}

@-ms-keyframes "spin" {
 0% {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 100% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }

}

@-o-keyframes "spin" {
 0% {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }

 100% {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }

}

@keyframes "spin2" {
 0% {
    -webkit-transform: rotate(0deg);
   	-moz-transform: rotate(0deg);
   	-o-transform: rotate(0deg);
   	-ms-transform: rotate(0deg);
   	transform: rotate(0deg);
 }

 100% {
    -webkit-transform: rotate(360deg);
   	-moz-transform: rotate(360deg);
   	-o-transform: rotate(360deg);
   	-ms-transform: rotate(360deg);
   	transform: rotate(360deg);
 }

}

@-moz-keyframes spin2 {
 0% {
   -moz-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -moz-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@-webkit-keyframes "spin2" {
 0% {
   -webkit-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -webkit-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@-ms-keyframes "spin2" {
 0% {
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
 }
 100% {
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@-o-keyframes "spin2" {
 0% {
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
 }

 100% {
   -o-transform: rotate(360deg);
   transform: rotate(360deg);
 }

}

@keyframes "glow" {
 0% {
    -webkit-box-shadow: none;
   	box-shadow: none;
 }

 50% {
    -webkit-box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A;
   	box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A;
 }

 100% {
    -webkit-box-shadow: none;
   	box-shadow: none;
 }

}

@-moz-keyframes glow {
 0% {
   box-shadow: none;
 }

 50% {
   box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
 }

 100% {
   box-shadow: none;
 }

}

@-webkit-keyframes "glow" {
 0% {
   -webkit-box-shadow: none;
   box-shadow: none;
 }

 50% {
   -webkit-box-shadow: 10px -10px 30px #ff007a, -10px 10px 30px #ff007a, inset 10px -10px 30px #ff007a, inset -10px 10px 30px #ff007a;
   box-shadow: 10px -10px 30px #ff007a, -10px 10px 30px #ff007a, inset 10px -10px 30px #ff007a, inset -10px 10px 30px #ff007a;
 }

 100% {
   -webkit-box-shadow: none;
   box-shadow: none;
 }

}

@-ms-keyframes "glow" {
 0% {
   box-shadow: none;
 }

 50% {
   box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
 }

 100% {
   box-shadow: none;
 }

}

@-o-keyframes "glow" {
 0% {
   box-shadow: none;
 }

 50% {
   box-shadow: 10px -10px 30px #FF007A, -10px 10px 30px #FF007A, inset 10px -10px 30px #FF007A, inset -10px 10px 30px #FF007A;
 }

 100% {
   box-shadow: none;
 }

}
.fixed-top {
  margin-top: 30px;
}
.top-header {
      background: #ee007a;
    text-align: right;
    border-bottom: 1px solid white;
}
.top-header a {
  color: #fff;
  margin-right: 15px;
}
#about p {
  text-align: justify;
}
.section-title2 {
  margin-bottom: 0;
  padding: 0;
  margin-top: 30px;
}
.section-title2 span {
  background: #ee0079;
    padding: 0 10px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    width: 200px;
}