@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
}

/*
	/*Buttons
*/

.btn {
	padding: 0.7rem 1.5rem;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	min-width: 110px;
}

/* btn primary */

.btn-primary,.btn-primary:hover {
	border: none;
	background: linear-gradient(45deg, #3f32a2,#370a3e);
}

.btn-primary:active {
	background-color: #3f32a2 !important;
}

.btn-primary:focus {
	background: linear-gradient(45deg, #370a3e,#3f32a2);
}

/* btn light */

.btn-light,.btn-light:hover {
	border: none;
	background: linear-gradient(45deg, #f2f2f2,#a6a6a6);
}

.btn-light:active {
	background-color: #a6a6a6 !important;
}

.btn-light:focus {
	background: linear-gradient(45deg, #a6a6a6,#f2f2f2);
}

/* btn info */

.btn-info,.btn-info:hover {
	border: none;
	background: linear-gradient(45deg, #25acde,#3ab990);
}

.btn-info:active {
	background-color: #3ab990 !important;
}

.btn-info:focus {
	background: linear-gradient(45deg, #3ab990,#25acde);
}

/* btn warning */

.btn-warning,.btn-warning:hover {
	border: none;
	background: linear-gradient(45deg, #f4cb60,#e43804);
	color: #fff;
}

.btn-warning:active {
	background-color: #e43804 !important;
}

.btn-warning:focus {
	background: linear-gradient(45deg, #e43804,#f4cb60);
}

/* btn success */

.btn-success,.btn-success:hover {
	border: none;
	background: linear-gradient(45deg, #059444,#3ab990);
}

.btn-success:active {
	background-color: #059444 !important;
}

.btn-success:focus {
	background: linear-gradient(45deg, #3ab990,#059444);
}

/* btn secondary */

.btn-secondary,.btn-secondary:hover {
	border: none;
	background: linear-gradient(45deg, #29323c,#475461);
}

.btn-secondary:active {
	background-color: #29323c !important;
}

.btn-secondary:focus {
	background: linear-gradient(45deg, #475461,#29323c);
}

/* btn danger */

.btn-danger,.btn-danger:hover {
	border: none;
	background: linear-gradient(45deg, #eb3941,#f05c62);
}

.btn-danger:active {
	background-color: #eb3941 !important;
}

.btn-danger:focus {
	background: linear-gradient(45deg, #f05c62,#eb3941);
}

.btn-round {
	border-radius: 25px;
}

/*
	/*Extra Buttons
*/

.btn-get-started,
.btn-get-started:active {
	text-transform: uppercase;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-image: linear-gradient(to bottom, #c7a133, #795a00) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	color: #fff;
	border-radius: 4px;
	padding: 1rem 2rem;
	transition: all 0.4s;
}

.btn-get-started:hover,
.btn-get-started:focus {
	text-transform: uppercase;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-image: linear-gradient(to bottom, #c4b862, #a39951) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	color: #fff;
	border-radius: 4px;
	padding: 1rem 2rem;
	transition: all 0.4s;
}

/*
	/*Navbar
*/

.navbar {
	padding: 0 1rem;
}

.scrolled-nav .nav-container::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    left: -30px;
    transform: skew(-25deg);
    background: #201042;
    border-right: 4px solid #b3b3b3;
    max-height: 50px;
    top: 0;
}

.ott-nav .nav-container::before {
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    left: -30px;
    transform: skew(-25deg);
    background: #201042;
    border-right: 4px solid #b3b3b3;
    max-height: 50px;
    top: 0;
}

.nav-container .nav-link {
	color: #fff;
	padding: 0.7rem 1rem !important;
	font-weight: 400;
	transition: all 0.4s;
	position: relative;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.nav-item .nav-link:hover {
	color: #e8b623;
    transition: all 0.4s;
    border-bottom: 1px solid #e8b623;
}

.nav-item .nav-link.active {
	color: #e8b623;
    transition: all 0.4s;
}

.navbar-brand {
	z-index: 1;
}

.logo-img {
	height: 60px;
	transition: all 0.4s;
}

.scrolled-nav {
	background: rgb(49, 30, 77);
}

.ott-nav {
	background: rgb(49, 30, 77) !important;
}

.scrolled-nav .logo-img {
	height: 40px;
	transition: all 0.4s;
}

.ott-nav .logo-img {
	height: 40px;
	transition: all 0.4s;
}

.navbar-toggler {
	color: #fff;
	outline: none;
}

.address span {
	display: block;
}

.login-image {
	display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: top;
    margin-left: 4px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.login-image img {
	width: 100%;
}

.dropdown-toggle::after {
	content: "";
	border: none;
}

.nav-container .logged-in .nav-link {
	text-transform: none !important;
	border: none !important;
	text-align: right;
	line-height: 28px;
}

.nav-container .logged-in .nav-link:hover {
	border: none !important;
}

.logged-in .dropdown-menu {
	width: 300px;
    border-radius: 0;
    left: auto;
    right: 20px;
    top: 35px;
    position: absolute;
}

.logged-in .dropdown-menu a {
	transition: all 0.4s;
    font-weight: 400;
    font-size: 13px;
    padding: 0.6rem 1.5rem;
}

.logged-in .dropdown-menu a:hover {
	transition: all 0.4s;
	background: #e3c9ff;
}

.profile-sec {
	position: relative;
	padding: 5px 10px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.profile-image {
	display: inline-block;
	width: 60px;
	height: 60px;
	vertical-align: top;
}

.profile-image img {
	width: 100%;
}

.profile-text {
	display: inline-block;
	width: calc(100% - 65px);
	padding-left: 8px;
	vertical-align: top;
}

.profile-text label {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	margin: 0;
}

/*
	/*Slider
*/

.slider {
	position: relative;
	padding-top: 48.7%;
	background-image: url('../../images/streaming_site/slider.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-transform: uppercase;
	width: 80%;
	text-align: center;
	color: #fff;
}

.slider-content h3 {
	font-weight: 500;
    font-size: 3.5em;
	margin-bottom: 0.6rem;
}

.slider-content p {
	font-weight: 400;
    font-size: 1.2em;
	margin: 1rem 0;
	text-transform: capitalize;
}

.slider-content .btn {
	margin: 0.6rem;
	padding: 16px 20px;
	width: 170px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
}

/*
	/*Headings
*/

.heading {
	padding: 4em 0 1.3em 0;
	margin-bottom: 3em;
	text-align: center;
	position: relative;
}

.heading::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	background: #d3d3d3;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.heading::after {
	content: "";
	position: absolute;
	height: 6px;
	width: 50px;
	background: linear-gradient(#3e207e,#1f0b47);
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%);
}

.heading h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}

.heading span {
	font-weight: 400;
	color: #666;
}

/*
	/*Goals
*/

.our-goals {
	background: #fcfcfc;
}

.our-goals .card {
	box-shadow: 2px 2px 5px #ccc;
	margin-bottom: 1rem;
	border-radius: 0;
	border: 0;
}

.our-goals .card-body {
	padding-left: 90px;
	position: relative;
}

.goal-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: #220267;
	border-radius: 50%;
	color: #fff;
}

.goal-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 22px;
}

.our-goals .card-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.our-goals .card-body p {
	margin: 0;
}

.about-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.try-free {
	position: relative;
	margin: 2rem 0;
	background-image: url('../../images/streaming_site/tryIt-slider.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	box-shadow: 0 0 5px #ccc;
	padding: 5em 0;
	color: #fff;
	background-attachment: fixed;
}

.try-free h3 {
	font-size: 22px;
	text-transform: uppercase;
	margin: 0;
}

.try-free span {
	color: #ccc;
}

.try-free .form-group {
	text-align: right;
}

.try-free .btn {
	border: 1px;
}

/*
	/*Features
*/

.features {
	margin-bottom: 3em;
}

.feature-dv {
	padding-left: 75px;
	position: relative;
	height: 65px;
	margin-bottom: 1.7rem;
}

.feature-icon {
	width: 65px;
	height: 65px;
	background: #220267;
	border-radius: 50%;
	position: absolute;
	left: 0;
	border: 4px solid #ccc;
}

.feature-icon img {
	max-width: 50%;
	max-height: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.feature-dv span {
	font-weight: 500;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.features .col-lg-3::before {
	content: "";
	position: absolute;
	height: calc(100% - 60px);
	top: 30px;
	width: 1px;
	background: #ccc;
	left: 48px;
}

/*
	/*Testimonials
*/

.testimonials {
	position: relative;
	background-image: url(../../images/streaming_site/testimonials.jpg);
	padding-bottom: 3em;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}

.testimonials::after {
	content: "";
	background-color: rgb(31,6,62,0.86);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.testimonials .heading {
	color: #fff;
	z-index: 1;
}

.testimonials .heading span {
	color: #ccc;
}

.testimonials .carousel {
	z-index: 1;
}

.testimonials .carousel-item {
	padding: 20px;
}

.testimonials .carousel-control-prev {
	position: static;
	display: inline;
	width: auto;
	padding: 0.3rem;
	font-size: 1.3em;
}

.testimonials .carousel-control-next {
	position: static;
	display: inline;
	width: auto;
	padding: 0.3rem;
	font-size: 1.3em;
}

.client-dv {
	background-color: rgb(25,8,47,0.5);
	color: #fff;
	padding: 2rem 0.3rem;
	margin-bottom: 2em;
	position: relative;
	height: 150px;
}

.client-dv h4 {
	font-size: 18px;
	text-align: center;
}

.client-dv p {
	font-size: 13px;
	color: #ccc;
	margin: 0;
	font-weight: 300;
	line-height: 15px;
}

.client-img {
	width: 70px;
	height: 70px;
	background: #eaeaea;
	position: absolute;
	top: -20px;
	left: -20px;
	border-radius: 50%;
	padding: 5px;
	overflow: hidden;
}

.client-img img {
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*
	/*Pricing
*/

.pricing {
	position: relative;
	padding-bottom: 5em;
}

.pricing-main {
	position: relative;
	text-align: center;
}

.pricing-dv {
	position: relative;
	background: #fff;
	border-radius: 20px;
	height: 300px;
	box-shadow: 2px 0 5px #ccc;
	margin: 7.5px 15px;
	width: 220px;
	display: inline-block;
	padding: 15px;
	vertical-align: top;
	margin-bottom: 40px;
}

.pricing-dv::before {
	content: "";
	position: absolute;
	top: -15px;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	border-radius: 10px;
	z-index: -1;
}

.pricing-indigo::before {
	background: linear-gradient(90deg, #220267, #591f85);
}

.pricing-pink::before {
	background: linear-gradient(90deg, #634b04, #b18504);
}

.pricing-title {
	margin-bottom: 15px;
	text-align: center;
	line-height: 12px;
}

.pricing-title h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.pricing-title span {
	font-size: 12px;
	color: #999;
}

.price-heading {
	position: relative;
	margin: 10px -25px;
	text-align: center;
	color: #fff;
	padding: 10px;
}

.price-heading::after {
	content: "";
	position: absolute;
	right: 7px;
	top: -10px;
	width: 15px;
	height: 10px;
	transform: skew(55deg);
	z-index: -1;
}

.price-heading::before {
	content: "";
	position: absolute;
	left: 7px;
	top: -10px;
	width: 15px;
	height: 10px;
	transform: skew(-55deg);
	z-index: -1;
}

.pricing-indigo .price-heading {
	background: linear-gradient(90deg, #220267, #591f85);
}

.pricing-pink .price-heading {
	background: linear-gradient(90deg, #634b04, #b18504);
}

.pricing-indigo .price-heading::before {
	background: #4b2e85;
}

.pricing-pink .price-heading::before {
	background: #634b04;
}

.pricing-indigo .price-heading::after {
	background: #704292;
}

.pricing-pink .price-heading::after {
	background: #b18504;
}

.pricing-listings {
	padding: 1rem;
	text-align: left;
}

.pricing-listings ul {
	padding: 0;
	list-style: none;
}

.pricing-listings li {
	color: #666;
	font-weight: 400;
}

.pricing-listings li::before {
	content: "\2022";
	color: #591f85;
	font-weight: bold;
	display: inline-block; 
	font-size: 16px;
	width: 1em;
	margin-left: -1em;
}

.pricing-indigo li::before {
	color: #591f85;
}

.pricing-pink li::before {
	color: #b18504;
}

.pricing-footer {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25px;
	left: 0;
}

.pricing-btn {
	border-radius: 30px;
	width: 120px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}

.pricing-indigo .pricing-btn {
	background: linear-gradient(90deg, #220267, #591f85);
}

.pricing-pink .pricing-btn {
	background: linear-gradient(90deg, #634b04, #b18504);
}

.get-started {
	padding-top: 2.5rem;
}

.get-started h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.get-started p {
	font-weight: 500;
	color: #888;
}

/*
	/*Footer
*/

.footer {
	background: #2c2d39;
	padding: 3em;
}

.footer-links {
	text-align: center;
	position: relative;
}

.footer-links a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #373840;
	position: relative;
	color: #fff;
	border-radius: 50%;
	margin: 0 0.5rem;
	transition: all 0.4s;
}

.footer-links a:hover {
	background: #927110;
	transition: all 0.4s;	
}

.footer-links a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.footer-pages {
	text-align: center;
	position: relative;
	color: #999;
	padding: 10px;
}

.footer-pages a {
	font-size: 10px;
	color: #999;
	text-transform: uppercase;
}

.copyright {
	color: #777;
	font-size: 10px;
	text-align: center;
}

/*
	/*Terms and Conditions
*/

.terms-slider {
	position: relative;
	padding-top: 20%;
	background-image: url('../../images/streaming_site/terms-slider.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.terms-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,15%);
	text-transform: uppercase;
	width: 80%;
	text-align: center;
	color: #fff;
}

.terms-heading h3 {
	font-weight: 600;
    font-size: 2em;
	margin-bottom: 0.6rem;
}

.terms-content {
	padding: 3em 0;
}

.terms-content p {
	font-size: 16px;
	color: #666;
	margin: 1.5rem 0;
}

.terms-content h4 {
	font-weight: 700;
	font-size: 20px;
}

/*
	/*Contact Us
*/

.contact-us {
	position: relative;
	padding: 4em 0;
	background-image: url('../../images/streaming_site/contact-bg.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.contact-us .form-control {
	background: rgb(255,255,255,0.1);
	border-radius: 0;
	font-size: 13px;
	min-height: 40px;
	border: 1px solid #ccc;
	color: #fff;
	transition: all 0.4s;
}

.contact-us .form-control:focus {
	border: 1px solid #fff;
	transition: all 0.4s;
	outline: none;
	box-shadow: none;
}

.contact-us .form-group span {
	color: #d4d4d4;
	font-size: 13px;
}

.contact-us .form-group strong {
	display: inline-block;
	width: 80px;
	font-weight: 400;
}

.contact-us .form-control::placeholder {
  color: #ccc;
  font-weight: 300;
}

.contact-us .form-control:-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.contact-us .form-control::-ms-input-placeholder {
  color: #ccc;
  font-weight: 300;
}

.contact-us .form-group h3 {
	color: #fff;
}

.address {
	margin-top: 1rem;
}

.card {
	border-radius: 0;
	border: none;
	box-shadow: 2px 2px 5px #ccc;
}

/*
	/*Terms and Conditions
*/

.faq-slider {
	position: relative;
	padding-top: 25%;
	background-image: url('../../images/streaming_site/contact-bg.jpg');
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	z-index: 2;
}

.faq-heading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-30%);
	width: 80%;
	max-width: 640px;
	text-align: center;
	color: #fff;
}

.faq-heading h3 {
	font-weight: 300;
    font-size: 2em;
	margin: 1.5rem 0;
}

.faq-heading p {
	margin: 1.5rem 0;
}

.faq-heading .form-control {
	height: 50px;
	border-radius: 25px;
	padding: 1rem 1.5rem;
	font-size: 14px;
}

.faq-content {
	background: #f9f9f9;
	padding: 1rem 0 2rem 0;
}

.faq-content .card {
	padding: 4rem;
}

.faq-content .card-title {
	font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6e1e1;
    padding-bottom: 8px;
}

.view-all {
	font-size: 12px;
	color: #777 !important;
	text-decoration: underline;
}

.faq-card {
	margin-bottom: 2em;
}

.faq-card h3 {
	font-size: 1.6em;
    font-weight: 300;
    color: #ce008e;
	margin-bottom: 1rem;
}

.faq-card a {
	color: #5b5f62;
	display: block;
	padding: 2px 0;
	font-size: 13px;
    font-weight: 300;
}

.faq-card ul {
	list-style: none;
	padding-left: 0;
}

.all-qna-card {
	margin-bottom: 2em;
}

.all-qna-card h3 {
	font-size: 1.6em;
    font-weight: 300;
    color: #ce008e;
    margin-bottom: 1rem;
}

.all-qna-card ul {
	list-style: none;
	padding: 0;
}

.all-qna-card li {
	padding: 0.3rem 0;
}

.all-qna-card a {
	color: #505050;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    padding: 0.4rem 0;
    margin-bottom: 5px;
	transition: all 0.4s;
}

.all-qna-card a:hover {
	transition: all 0.4s;
    color: #ce008e;
}

.faq-autocomplete {
	background: #fff;
	padding: 0.8rem;
	border-radius: 25px;
	position: absolute;
	width: 100%;
	top: 55px;
	z-index: 3;
	box-shadow: 2px 2px 7px #666;
	display: none;
}

.autocomplete-dv {
	max-height: 300px;
	overflow: auto;
}

.faq-heading .form-group {
	position: relative;
}

.question {
	color: #ce008e;
	pointer-events: none;
}

.answer {
	color: #333;
	pointer-events: none;
}

.autocomplete-result {
	text-align: left;
	padding: 1rem;
	cursor: pointer;
	transition: all 0.4s;
	border-radius: 10px;
}

.autocomplete-result:hover {
	background: #fbedff;
	transition: all 0.4s;
}

.qna {
	padding: 1rem 2rem !important;
	padding-bottom: 4rem !important;
}

.qna .card-title {
	font-size: 14px;
	border-bottom: 1px solid #eaeaea;
	padding: 0.7rem 0;
}

.qna .card-title a,
.qna .card-title i {
	margin-right: 1rem;
	color: #888;
	font-weight: 400;
}

.qna-card h3 {
	font-weight: 300;
	color: #666;
	font-size: 24px;
	padding: 1rem 0;
}

.qna-card p {
	color: #666;
	font-size: 13px;
	font-weight: 300;
}

.qna-card h4 {
	font-weight: 300;
	color: #ce008e;
	font-size: 20px;
	padding: 1.5rem 0;
}

.qna-card ul {
	color: #666;
	font-size: 13px;
	font-weight: 300;
}

hr {
	margin: 2rem;
}

.ott-tabs {
	border-bottom: 1px solid #eee;
	text-align: center;
	padding: 0 1rem;
	margin-top: 60px;
}

.ott-tabs .nav-pills {
	display: block;
}

.ott-tabs .nav-item {
	display: inline-block;
}

.ott-section .nav-link {
    display: block;
	padding: 1rem 1.5rem;
	border-radius: 0;
	transition: none;
}

.ott-section .nav-pills .nav-link.active,
.ott-section .nav-pills .show>.nav-link {
	background: none;
	border-bottom: 3px solid transparent;
	transition: none;
}

.ott-section .nav-item .nav-link:hover {
	border-bottom: 3px solid #e8b623 !important;
	transition: none;
}

.ott-section .nav-item .nav-link.active {
	border-bottom: 3px solid #e8b623;
	transition: none;
}

.ott-section .container {
	max-width: 950px;
}

.ott-top {
	padding: 2rem 4rem;
	text-align: center;
}

.ott-heading {
	font-size: 27px;
    font-weight: 500;
	letter-spacing: 0.025em;
	margin-bottom: 25px; 
}

.ott-text {
	max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    width: 100%;
    font-size: 16px;
    color: #777;
}

.ott-btn {
	background: linear-gradient(0deg, #1b94c5, #29b7da);
    color: #fff;
    width: 160px;
    border-radius: 30px;
    text-decoration: none;
	transition: all 0.4s;
	border: 1px solid #29b7da;
	box-shadow: 2px 2px 5px #ccc;
}

.ott-btn:hover,.ott-btn:focus {
	background: linear-gradient(45deg, #1b94c5, #29b7da);
	color: #fff;
	transition: all 0.4s;
}

.services-image {
	padding: 1rem;
}

.services-image img {
	width: 100%;
}

.services-text p {
	font-size: 16px;
	color: #777;
}