/*
  Theme Name: Appri - App Landing PSD Template
  Author: basictheme
  Support: basictheme400@gmail.com
  Description: App Landing PSD Template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. fact
5. feature
6. video
7. how work
8. price
9. testimonial
10. faq
11. footer
12. blog
*/


@font-face {
    font-family: 'gilroy-regular';
    src: url('../fonts/fgilroy-regular-webfont.eot');
    src: url('../fonts/gilroy-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-regular-webfont.woff') format('woff'),
         url('../fonts/gilroy-regular-webfont.svg#gilroy-regularuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* 1. Theme default css */
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700&display=swap');*/

body {
	font-family: 'gilroy-regular';
	font-weight: normal;
	font-style: normal;
	color: #444;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}

a,
button {
	color: #1696e7;
	outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'gilroy-regular';
	font-weight: normal;
	color: #393542;
	margin-top: 0px;
	font-style: normal;
	font-weight: 700;
	text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: normal;
	line-height: 27px;
	color: #444;
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: #444;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}

*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

/* button style */

.btn {
	-moz-user-select: none;
	background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	border: medium none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 23px 70px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	border: 2px solid transparent;
}

.test-space {
	padding-top: 415px;
}

.btn-border {
	border-color: #fff;
	background: transparent;
}

.btn-border:hover {
	background: #fff;
	color: #ff62a3;
}

.breadcrumb>.active {
	color: #888;
}

.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}

.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}

.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}


/* 2. header */
.transparent-header {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
}
.sticky {
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
	z-index: 9999;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	background: #573CE9;
	padding: 10px 0;
	transition: .3s;
}
.main-menu ul li a {
	color: #f2f1f1;
	font-weight: 600;
	font-size: 18px;
	padding: 20px 0;
	display: list-item;
	line-height: 1;
	position: relative;
}
.main-menu ul li a::before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
	background: #fff;
	height: 2px;
	content: "";
	width: 0;
	margin: auto;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.main-menu ul li:hover a::before,.main-menu ul li.active a::before {
	width: 25px;
}
.main-menu-5 ul li a {
	color: #fff;

}

.main-menu ul li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}

.header-btn a {
	background: #6c5edf;
	padding: 17px 60px;
	border-radius: 30px;
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 700;
	color: #fff;
}
.header-btn-3 a{
  background-image: -moz-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
  background-image: -webkit-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
  background-image: -ms-linear-gradient( 178deg, rgb(255,153,165) 0%, rgb(255,96,163) 100%);
}

.main-menu ul li ul.submenu {
	position: absolute;
	background: #fff;
	width: 230px;
	top: 110%;
	padding: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.main-menu ul li:hover>ul.submenu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.main-menu ul li ul.submenu li {
	margin: 0;
	display: block;
	margin-bottom: 20px;
}

.main-menu ul li ul.submenu li:hover>a {
	color: #ff63a3;
}

.main-menu ul li ul.submenu li:last-child {
	margin-bottom: 0;
}

.main-menu ul li ul.submenu li a {
	padding: 0;
	color: #90909a;
	font-weight: 500;
	font-size: 16px;
}

.main-menu ul li ul.submenu li ul.submenu {
	left: 100%;
	top: 0;
}

.header-btn a:hover {
	background: #ff63a3;
	color: #fff;
}


/* 3. slider */
.slider-height {
	min-height: 1050px;
	background-repeat: no-repeat;
	background-position: top left;
}

.slider-content-space {
	padding-top: 100px;
}

.slider-content-space4 {
	padding-top: 189px;
	margin: 0 233px;
}

.slider-content-space5 {
	padding-top: 289px;
	margin: 0 0px;
}

.slider-img {
	margin-top: 80px;
}

@media (max-width: 768px) {
	.slider-img {
		margin-top: 0px;
	}
}

.slider-text h2 {
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	padding-right: 65px;
	margin-bottom: 20px;
}

.slider-text.slider-text-4 h2 {
	padding-right: 0px;
}

.slider-text p {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 45px;
	text-align: justify;
}

.slider-btn a {
	margin-right: 15px;
}

.shape {
	position: absolute;
}

.shape-01 {
	top: 19%;
	left: 8%;
}

.shpae-wrapper-2 .shape-01 {
	top: 15%;
	left: 0%;
}

.shpae-wrapper-2 .shape-02 {
	bottom: 50%;
	left: 86%;
}

.shape-02 {
	bottom: 21%;
	left: 47%;
}

.shape-02.index-2 {
	bottom: 26%;
	left: 47%;
}

.shpae-wrapper-6 .shape-02 {
	bottom: 87%;
	left: 72%;
	z-index: -1;
}

.shpae-wrapper-6 .shape-01 {
	top: -8%;
	left: -1%;
}

.shpae-wrapper-6 .shape.shape-03 {
	right: 176px;
	top: 183px;
}

.app-shape {
	
	left: -22%;
}

.app-shape-02 {
	position: absolute;
	bottom: 18%;
	right: -23%;
}

.app-shape.app-shape-3 {
	position: absolute;
	top: -12%;
	left: -22%;
}

.slider-img-3 img {
	position: absolute;
	top: 61px;
	left: -69px;
}

.slider-img.slider-img-3 {
	margin-top: 68px;
}

/* slider 2 */

.single-features2 {
	background-image: url(../img/slider/slider2-wrap.png);
	background-repeat: no-repeat;
	background-size: cover
}

.single-features-bg {
	background-image: url(../img/icon/f-icons1.png);
	background-repeat: no-repeat;
	background-size: cover
}

.single-feature-bg {
	background-image: url(../img/icon/f-icons2.png);
	background-repeat: no-repeat;
	background-size: cover
}

.feature-text.feature-2 h3 {
	color: #fff;
}

.feature-text p {
	margin: 0 0px;
}

.feature-text p {
}

.feature-text.feature-2 p {
	color: #fff;
}

.feature-text.feature-2 {
	display: inline-block;
	padding-bottom: 33px;
	margin: 0 45px;
}

.feature-text h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #38363d;
}

.features-icon.feature-icon-2 img {
	position: relative;
	margin-top: -100px;
	border-radius: 50px;
}



/* 4. fact */
.single-fact {
	position: relative;
}

.single-fact h2 {
	color: #7336f1;
	font-size: 48px;
}

.single-fact::before {
	width: 1px;
	height: 40px;
	position: absolute;
	content: "";
	background: #c6c7cb;
	right: -65px;
	top: 19px;
	bottom: 0;
}

.single-fact:nth-child(3)::before {
	display: none;
}

.col-xl-3:last-child .single-fact::before {
	display: none;
}

.col-xl-4:last-child .single-fact::before {
	display: none;
}

.single-fact span {
	font-size: 16px;
}

.single-fact-3 h2 {
	color: #38363d;
	font-size: 48px;
	font-weight: 700;
}

.single-fact-3 span {
	color: #878991;
	font-size: 16px;
	font-weight: 300;
}

.single-fact-3 {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 43px 120px 0px rgba(0, 0, 0, 0.12);
	border-radius: 10px;
	padding: 35px 3px;
}

.single-fact span {
	font-size: 16px;
}

.counter-titles-area {
	margin: 0 20px;
	margin-bottom: 42px;
}

.row.single-fact-parent {
	margin-bottom: 120px;
}

.single-fact img {
	margin-bottom: 17px;
}

.counter-titles-area h2 {
	font-size: 42px;
	color: #38363d;
	line-height: 60px;
	font-weight: 700;
}

.single-fact {
	position: relative;
}

.single-fact-5 {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 43px 120px 0px rgba(0, 0, 0, 0.12);
	padding: 40px 49px;
	border-radius: 15px;
}

.fact-parent .col-xl-3 .single-fact:last-child::after {
	display: none;
}

/* 5. feature */

.feature-text {
	margin: 0 45px;
}

.work-text h3 {
	font-size: 24px;
	color: #38363d;
	margin-top: 30px;
	margin-bottom: 30px;
}

.single-work {
	margin-top: -115px;
	padding: 41px 3px 48px 0;
	transition: .3s;
}


.single-work-icon.single-work-icon-5 {
	background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
}

.work-text-5 h3 {
	font-size: 24px;
	color: #38363d;
	margin-top: 30px;
	margin-bottom: 30px;
	font-weight: 300;
}

.single-work.single-work-4 {
	margin-top: 0px;
}

.work-text p {
	padding: 0 44px;
	margin: 0;
	line-height: 1.6;
}

.work-text.work-text-6 p {
	padding: 0px;
}

.work-text.work-text-6 {
	padding-right: 63px;
}

.work-text.work-text-6 h3 {
	font-weight: 300;
	margin-bottom: 22px;
}

.work-area.work-area-4 {
	padding-bottom: 215px;
	margin-bottom: 177px;
}

.work-area-6 {
	position: relative;
}

.single-hover:hover {
	background: #fff;
	padding: 41px 3px 48px 0;
	box-shadow: 0px 43px 120px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

/* section title */
.section-title {
	padding: 0 66px;
}

.section-title h2 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-title-6 h2 {
	font-size: 36px;
	font-weight: 700;
}

.section-title4 h2 {
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
}

.section-title p {
	margin: 0;
	font-size: 20px;
	line-height: 1.5;
}

/* 6. video */
.video-area {
	margin-top: -100px;
}

.video-area.video-area-4 {
	margin-top: -130px;
}

.video-wrapper {
	position: relative;
	padding-top: 160px;
	padding-bottom: 240px;
	box-shadow: 0px 0px 136px 0px rgba(0, 0, 0, 0.06);
}

.video-wrapper h3 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
}

.video-wrapper i {
	background-image: -moz-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
	background-image: -webkit-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
	background-image: -ms-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	height: 140px;
	width: 140px;
	color: #fff;
	font-size: 30px;
	line-height: 137px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	animation: heartbeat 1s infinite alternate;
}

/* 7. how work */
.how-works-area {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.how-work-text h3 {
	font-size: 36px;
	margin-bottom: 20px;
}

.how-work-text p {
	margin-bottom: 30px;
}

/* 8. price */
.pricing-area {
	padding-top: 100px;
}

.pricing-area.pricing-area-3 {
	margin-top: 0px;
}

ul.price-nav {
	display: inline-block;
	border: 2px solid #e7e7e7;
	border-radius: 30px;
}

ul.price-nav li {
	display: inline-block;
}

.price-header h4 {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 18px;
}

ul.price-nav li a {

	padding: 20px 40px;
	line-height: 1;
	color: #878991;
	border-radius: 30px 0px 0px 30px;
}

ul.price-nav li a.active {
	border-radius: 30px 0px 0px 30px;
	background-image: -moz-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	background-image: -webkit-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	background-image: -ms-linear-gradient(178deg, rgb(255, 153, 165) 0%, rgb(255, 96, 163) 100%);
	color: #fff;
	-webkit-border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-ms-border-radius: 30px 0px 0px 30px;
	-o-border-radius: 30px 0px 0px 30px;
}

ul.price-nav li:nth-child(2) a {
	border-radius: 0px 30px 30px 0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	-ms-border-radius: 0px 30px 30px 0px;
	-o-border-radius: 0px 30px 30px 0px;
}

/* price area */
.pricing-area {
	margin-bottom: -240px;
}
.price-box {
	background: #fff;
	border: 1px solid #f2f2f2;
	border-radius: 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	padding: 40px 50px;
}

.price-header {
	position: relative;
	margin-bottom: 25px;
	border-bottom: 1px solid #f6f2fe;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.price-header>span {
	font-size: 18px;
	color: #30323d;
	margin-bottom: 15px;
	font-weight: 600;
}

.price-header h2 {
	font-size: 60px;
	color: #7336f1;
	font-weight: 600;
}

.price-header h2>span.sep {
	font-size: 36px;
	color: #30323d;
}

.price-header h2>span {
	font-size: 18px;
	color: #30323d;
	font-weight: 300;
}

.price-item-list ul li {
	font-size: 17px;
	margin-bottom: 17px;

}

.price-item-list ul li:last-child {
	margin-bottom: 0px;
}

/* price btn */
.price-link a.btn {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
}

.btn-theme-border {
	border-color: #ff60a3;
	background: transparent;
	color: #393542;
}

.btn-theme-border:hover {
	border-color: #ff60a3;
	background: #ff60a3;
	color: #fff;
}

.price-link.active .btn {
	border-color: #ff60a3;
	background: #ff60a3;
	color: #fff;
}

/* 9. testimonial */

.features-area {
	position: relative;
}

.testimonial-heading h2 {
	font-weight: 700;
	color: #fff;
	font-size: 48px;
	line-height: 1px;
}

.test-item p {
	font-weight: 300;
	color: #fff;
	font-size: 30px;
	line-height: 48px;
	margin-bottom: 25px;
	font-style: italic;
}

.test-item span {
	color: #fff;
	font-size: 18px;
}


.test-img-item img {
	width: auto;
	display: inline-block;
	margin: 0 7px;
	transition:.3s;
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	-webkit-transition:.3s;
	-moz-transition:.3s;
	-ms-transition:.3s;
	-o-transition:.3s;
}
.test-space {
	padding-top: 350px;
	padding-bottom: 25px;
}

.testimonial-img-active {
	width: 420px;
	margin: auto;
	cursor: pointer;
}

.test-img-item {
	position: relative;
	width: 109px;
	height: 107px;
}
.test-img-item.slick-center img{
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.price-plan-area {
	margin-bottom: -240px;
}

/* screenshot area */

.screenshot-img img {
	width: 100%;
	text-align: center;
}

/* 10. faq */
.faq-shape {
	position: absolute;
	right: -35px;
	top: 3px;
	z-index: -1;
}
.faq-wrapper p {
	margin: 0;
}
.faq-wrapper .card {
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 73px 0px rgba(0, 0, 0, 0.09);
	border: 0;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.faq-wrapper .btn {
	background-image: -moz-linear-gradient(-40deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	background-image: -webkit-linear-gradient(-40deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	background-image: -ms-linear-gradient(-40deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	border-radius: 0;
	display: block;
	text-align: left;
	padding: 30px 35px;
	font-size: 15px;
	border: none;
}

.faq-wrapper .btn.collapsed {
	background: #fff;
}

.faq-wrapper .card-header:first-child {
	border-radius: 0;
}

.faq-wrapper .card-header {
	padding: 0;
}

.faq-wrapper .card-body {
	padding: 30px 35px;
}

.faq-wrapper .accordion>.card:first-of-type {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.faq-wrapper .accordion>.card {
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	-o-border-radius: 10px !important;
}

.faq-wrapper h2 a.btn {
	color: #fff;
	position: relative;
}
.faq-wrapper h2 a.btn:hover{
	color: #fff;
}
.faq-wrapper h2 a.btn.collapsed {
	color: #333;
}

.faq-wrapper h2 a.btn::after {
	content: "-";
	position: absolute;
	right: 25px;
	top: 27px;
	height: 25px;
	width: 25px;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 25px;
	border-radius: 30px;
}

.faq-wrapper h2 a.btn.collapsed::after {
	content: "+";
	background-image: -moz-linear-gradient(-51deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	background-image: -webkit-linear-gradient(-51deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	background-image: -ms-linear-gradient(-51deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	color: #fff;
}

.faq-thumb img {
	margin-left: -45px;
}

.faq-bottom-area h2 {
	font-weight: 600;
	font-size: 30px;
	color: #30323d;
	line-height: 40px;
}

.news-meta span {
	color: #444;
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
}
.news-meta span>i {
	color: #7b73ee;
	margin-right: 5px;
}

.news-meta span>i>a {
	color: #444;
	font-weight: 300;
	font-family: roboto sans-serif;
	margin-left: 4px;
	font-size: 14px;
}


.news-body p a:hover {
	color: #666;
	opacity: .6;
}

.inner-blog {
	padding: 0 30px;
}
.news-body {
	background: #fff;
	padding: 24px 44px;
	position: relative;
	margin-top: -67px;
}
.news-body p {
	margin: 0;
}
.news-meta {
	margin-bottom: 13px;
}

.news-body p a {
	font-size: 18px;
	font-weight: 600;
	color: #30323d;
	line-height: 1;
}

.single-latest-news {
	position: relative;
}

.latest-news-area {
	background: #fafafa;
}

.cta-area {
	position: relative;
	padding: 61px 0px;

}

.cta-area {
	border-radius: 20px;
}

.bg-cta {
	background-image: -moz-linear-gradient(-51deg, #0075bf 0%, #0075bf 100%);
	background-image: -webkit-linear-gradient(-51deg, #0075bf 0%, #0075bf 100%);
	background-image: -ms-linear-gradient(-51deg, #0075bf 0%, #0075bf 100%);
}

.cta-area-title h2 {
	color: #fff;
	margin: 0;
}

.cuestionario-table {
    border-collapse: collapse !important;
	box-sizing: border-box !important;
}

.cta-form input {
	width: 100%;
	height: 75px;
	border: none;
	background: #fff;
	padding: 0 33px;
	border-radius: 40px;
	font-size: 18px;
	color: #30323d;
}


.radios input{
	width: auto !important; 
}

.form-input{
	margin-bottom: 20px;
}

.cta-form form {
	position: relative;
}

.btn.btn-form {
	right: 4px;
	margin-top: 30px;
	padding: 23px 31px;
}

.get-app a {
	border-radius: 49px;
	display: inline-block;
	line-height: 1;
	-webkit-border-radius: 49px;
	-moz-border-radius: 49px;
	-ms-border-radius: 49px;
	-o-border-radius: 49px;
	padding: 10px 30px;
	background: #fff;
	margin: 0 5px;
}

.get-app-4 a {
	background-color: rgb(91, 25, 114);
	color: #fff;
}

.get-app-4.get-app-5 a {
	background-color: rgb(48, 25, 114);
}

.get-app.get-apps-3 a {
	padding: 14px 33px;
	background: #5b1972;
}

.get-app.get-app-4>a>p {
	color: #fff;
}

.get-app a i {
	float: left;
	font-size: 20px;
	top: 1px;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}


.get-app a i {
	float: left;
	font-size: 40px;
	top: 3px;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.footer-app-btn img {
	float: left;
}

.get-app a p {
	display: inline-block;
	margin: 0;
	line-height: 1.4;
	float: left;
	text-align: left;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	padding-left: 12px;
	color: #38363d;
	font-size: 14px;
	padding: 3px 11px;
}

.get-app.get-apps-3 a p {
	color: #fff;
}

.get-app a>p>b {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.aps-titles h2 {
	font-weight: 700;
	font-size: 60px;
	color: #38363d;
	line-height: 48px;
}

.row.apps-bottom {
	border-top: 1px solid #e5e5e6;
}

.btn-link.collapse.active {
	background: #8f2bca;
	color: #fff;
}

.single-work-icon {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	line-height: 150px;
	background-image: -moz-linear-gradient(-51deg, rgb(142, 42, 203) 0%, rgb(142, 42, 203) 35%, rgb(197, 78, 168) 67%, rgb(251, 116, 133) 100%);
	background-image: -webkit-linear-gradient(-51deg, rgb(142, 42, 203) 0%, rgb(142, 42, 203) 35%, rgb(197, 78, 168) 67%, rgb(251, 116, 133) 100%);
	background-image: -ms-linear-gradient(-51deg, rgb(142, 42, 203) 0%, rgb(142, 42, 203) 35%, rgb(197, 78, 168) 67%, rgb(251, 116, 133) 100%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
}

.btn-link.collapse.active {
	background-image: -moz-linear-gradient(-51deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.bg-why {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.why-choose-icon {
	float: left;
	overflow: hidden;
	width: 100px;
	height: 100px;
	text-align: center;
	padding: 30px;
	font-size: 36px;
	line-height: 1;
	border-radius: 5px;
	margin-right: 31px;
	border: 1px solid #fff;
	color: #fff;
	transition: .3s;
}
.why-choose-right {
	overflow: hidden;
}
.why-choose-icon:hover {
	background: #fff;
	color: #bc48ad;
	cursor: pointer;
}

.why-choose-icon.active {
	background: #fff;
	color: #bc48ad;
}

.why-choose-area.bg-why {
	padding-top: 150px;
}

.why-choose-img {
	margin-left: -57px;
	margin-top: -47px;
	margin-bottom: -200px;
}

.single-work4 {
	background: #fff;
	padding: 41px 3px 48px 0;
	box-shadow: 0px 43px 120px 0px rgba(0, 0, 0, 0.12);
}

.slider-right {
	padding-top: 205px;
	margin-left: -103px;
}

.slider-right.slider-right-6 {
	padding-top: 77px;
	margin-left: -103px;
}

.section-title-6 {
	margin-top: -185px;
}

.section-title4 p {
	color: #878991;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 300;
}

.section-title4 {
	margin: 0 31px;
}

/* 11. footer */
.footer p {
	margin: 0;
}

.row.home-5-fact {
	margin-top: 100px;
}

.home-5-fact-padding {
	padding-right: 100px;
}

.home-5-fact .col-xl-6:nth-child(2) {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
}

.home-5-fact .col-xl-6:nth-child(4) {
	transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
}

.home-5-fact .single-fact::before {
	display: none;
}

/* 11. blog */
.blog-area {
	margin-top: -321px;
}

.blog-heading {
	margin-top: 220px;
}

.blog-heading h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
}

.breadcrumb-item a {
	color: #fff;
	font-size: 17px;
}

.breadcrumb {
	list-style: none;
	background-color: transparent;
}

.shape-02.shap-blog-1 {
	bottom: 46%;
	left: 69%;
}

.shape.shape-03.shap-blog-1 {
	right: 102px;
	top: 50px;
}

.blog-search form input {
	color: #797e82;
	background: #f0f2ff;
	border: none;
	width: 80%;
	height: 52px;
	float: left;
	padding: 0 14px;
}

.blog-search form button {
	border: none;
	color: #fff;
	width: 50px;
	height: 50px;
	float: right;
	text-align: center;
	font-size: 14px;
	background: #404141;
}

.post-titles h4 {
	font-size: 18px;
	font-weight: 700;
	color: #30323d;
	float: left;
}

.post-titles span {
	background: #e1e1e1;
	width: 140px;
	height: 2px;
	display: inline-block;
	float: right;
	margin-top: 12px;
}

.post-titles {
	overflow: hidden;
}

.single-post {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.single-blog-text {
	width: 70%;
	display: inline-block;
	float: right;
	padding-left: 21px;
}

.single-blog-text h5 {
	font-size: 14px;
	color: #30323d;
	line-height: 1.3;
	font-weight: 400;
}

.cat-blog ul li a {
	color: #777272;
	font-size: 14px;
}

.cat-blog ul li {
	margin-bottom: 11px;
}

.cat-blog ul li i {
	margin-right: 8px;
	color: #7b73ee;
}

.blog-paginitaion .page-item a.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: 16px;
	line-height: 1.25;
	color: #333333;
	background-color: #fff;
	border: 3px solid #dfdfdf !important;
	outline: none;
}

.latest-blog-text {
	background: #f7fafd;
	border-left: 3px solid #fb4f53;
	height: 203px;
}

.latest-blog-text h4 {
	font-size: 20px;
	color: #30323d;
	line-height: 1.5;
	font-style: italic;
	padding: 41px 39px;
	font-weight: 30;
}

.lastst-blog-area p {
	color: #878991;
}

.get-app.latest-blog-footer>a {
	background: #f7f7f7;
}

.blog-search form input::-moz-placeholder {
	color: #797e82;

}

.blog-search form input::placeholder {
	color: #797e82;
}
.single-brand {
	text-align: center;
}
.single-brand img {
	display: inline-block;
}


/* Boton Whatsapp*/

.whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:35px;
	z-index:100;
  }
  
  .whatsapp-icon {
	margin-top:50px;
  }



/* Redes sociales*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

a, a:hover {
	text-decoration: none;
}

.socialbtns, .socialbtns ul, .socialbtns li {
  margin: 0;
  padding: 5px;
}

.socialbtns li {
    list-style: none outside none;
    display: inline-block;
}

.socialbtns .fa {
	width: 40px;
    height: 28px;
	color: #000;
	background-color: #FFF;
	border: 1px solid #000;
	padding-top: 12px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	-o-border-radius: 22px;
}

.socialbtns .fa:hover {
	color: #FFF;
	background-color: #000;
	border: 1px solid #000;
}

/* Ventana Modal*/

.modal-inscripcion{
    position: relative;
	top: -82px;
	left:-13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.2);
    border-radius: 1.2rem;
    outline: 0;
}


/* end Ventana Modal*/






/* start card programas*/

.card-programa {
  width: 90%;
  height: 100px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 1rem;
  padding: 0, 1.5rem;
}

.card-programa h5{
	font-size: calc(1em + 0.2vw);
	padding-left: 50px;
	text-align: start;
}



.card .additional {
	position: absolute;
	width: 50px;
	height: 100%;
	background: linear-gradient(#dE685E, #EE786E);
	transition: width 0.4s;
	overflow: hidden;
	z-index: 2;
  }

.card .additional.bg-electronica{
	background: linear-gradient(#06ffea, #06ffea);
}

.card .additional.bg-software{
	background: linear-gradient(#07ada0, #02ac9d);
}

.card .additional.bg-derecho{
	background: linear-gradient(#ad0404, #aa0e03cb);
}

.card .additional.bg-administracion{
	background: linear-gradient(#80ad04, #80ad04);
}

.card .additional.bg-deporte{
	background: linear-gradient(#0407ad, #0407ad);
}

.card .additional.bg-licenciatura{
	background: linear-gradient(#e25503, #e25503);
}

.card .additional.bg-contaduria{
	background: linear-gradient(#6b03e2, #6b03e2);
}

.card .additional.bg-gobierno{
	background: linear-gradient(#dee203, #dee203);
}

.card .additional.bg-energetica{
	background: linear-gradient(#e20360, #e20360);
}

.card .additional.bg-ambiental{
	background: linear-gradient(#1de203, #1de203);
}

.card .additional.bg-matematicas{
	background: linear-gradient(#463b00, #463b00);
}

.card .additional.bg-finanzas{
	background: linear-gradient(#130046, #130046);
}


.card-programa .general {
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
}

/* end Card programas*/

/* start card duracion - precio*/
.faq-wrapper.faq-wra-2 .btn.bg-duracion {
	background-image: -moz-linear-gradient(-40deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	background-image: -webkit-linear-gradient(-40deg, rgb(17, 139, 238) 0%, #0075bf 100%);
	background-image: -ms-linear-gradient(-40deg, rgb(17, 139, 238) 0%, #0075bf 100%);
}

/* end card duracion - precio*/




/* ESTILOS PERSONALIZADOS */

:root {
	--fuentePrincipal: 'Montserrat', sans-serif;
  
	--azulPrincipal: #253B8E;
	--azulSubtitulos: #5A78FF;
	--azulFooter: rgb(90, 120, 255);
	--azul1: #6D93F2;
	--azul2: #4475DB;
	--azul3: #4061B5;
	--azul4: #9FD5D1;
	--naranja1: #FCC200;
	--naranja2: #F8AF00;
	--naranja3: #F6A500;
	--naranja4: #F08600;
	--naranja5: #FDCE6F;
	--blanco: #FFFFFF;
	--negro: #000000;
	--rojoBoton: #FF4237;
	--botonDependencia01: #00e4e6;
	--botonDependencia02: #59cf30;
	--botonDependencia03: #ffbc00;
	--botonDependencia04: #cb3b80;
	--botonDependencia05: #AC5ECF;
	--botonDependencia06: #F28C0E;
	--gris: rgba(134, 151, 5, 0.247);
  }
  

/* start redes sociales*/
  
.buttons a {
text-decoration: none;
font-size: 28px;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: #0078BF;
/*background: #314652;*/
color: #f1f1f1;
border-radius: 50%;
box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
transition: all .4s ease-in-out;
}
  
.buttons a:hover {
transform: scale(1.2);
}

/* end redes sociales*/
  

/* Menu acordeon btn */
.faq-wrapper h2 a.btn.collapsed {
    color: #333;
    font-size: 14px;
}


/* botones */
.btn {
    -moz-user-select: none;
	background-image: -webkit-linear-gradient(178deg, #ffc900 0%,#ffa500 100%);
    background-image: -moz-linear-gradient(178deg,#ffc900 0%,#ffa500 100%);
    background-image: -webkit-linear-gradient(178deg, #ffc900 0%,#ffa500 100%);
    background-image: -ms-linear-gradient(178deg, #ffc900 0%,#ffa500 100%);
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 23px 70px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid transparent;
}

.price-link.active .btn {
    border-color:#0075bf;
    background: #0075bf;
    color: #fff;
}

.cuestionario.active .btn {
    background-image: -webkit-linear-gradient(178deg, #ffc900 0%,#ffa500 100%);
    color: #fff;
}

/* Imagenes */
.app-shape {
    top: 9%;
    left: -22%;
    width: 350px;
}


.app-shape-header {
    top: 9%;
    left: -22%;
    width: 550px;
}


/*Quitar boton VER PROGRAMAS DEL HEADER */
.slider-btn a {
    margin-right: 15px;
    display: none;
}


.background-video{
	background: url("") no-repeat center;
}

.img-popayanUp{
	width: 350px;
	height: 600px;

}


.bg-header-table1{
	background-image: -webkit-linear-gradient(178deg, #ffc900 0%,#ffa500 100%);
}

.bg-header-table2{
	background-image: -webkit-linear-gradient(178deg, #0078BF 0%,#0078BF 100%);
}

.bg-header-table3{
	background-image: -webkit-linear-gradient(178deg, #5A78FF 0%,#5A78FF 100%);
}

