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

body {
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	margin-top: 0;
}
a{
	color: #111;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
a:hover{
	color: #20A8E0;
}
a, a:hover, a:focus{
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
.form-control {
	border-radius: 5px !important;
}
.fix{
	display: block;
	overflow: hidden;
}
.header-top {
	background: #293237;
	padding: 7px 0;	
}

.header-top a{
	color: #fff;
}

.top-left {
}
.top-left .fa {
	color: #fff;
	width: 23px;
	height: 23px;
	text-align: center;
	padding-top: 6px;
	margin-right: 4px;
	border-radius: 50%;
}
.top-left .fa.fa-facebook {
	background: #315A94;
}

.top-left .fa.fa-twitter {
	background: #1EA1F3;
}

.top-left .fa.fa-slideshare {
	background: #0077B5;
}

.top-left .fa.fa-linkedin {
	background: #0077B5;
}

.top-left .fa.fa-youtube {
	background: #CD201F;
}

.contact-top {
}

.top-right {
	float: right;
}

.top-right ul li {
	list-style: none;
	float: left;
	margin-left: 28px;
	font-weight: 500;
	margin-top: 2px;
	color: #fff
}
.header-box {
	background: url('images/slider-background.jpg');
	background-size: cover;
}
.menu-area {
	background: rgba(0, 0, 0, 0.6);
	height: 79px;
}
.logo img {
	max-width: 121px;
	padding: 8px 0;
}
.mainmenu {
	float: right;
}
.mainmenu ul li {
	float: left;
	position: relative;
}
.mainmenu ul li a {
	color: #fff;
	padding: 29px 14px;
	display: block;
	font-weight: 600;
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
}
.mainmenu ul li:hover > a,  .mainmenu ul li.active > a{
    box-shadow: inset 0px -2px #aaa;
    background: rgba(0,0,0,0.1);
}
.mainmenu ul li ul {
	position: absolute;
	top: 120px;
	display: none;
	margin: 0;
	left: 0;
	padding: 0;
	width: 200px;
	z-index: 99;
	transition: all 0.2s;
}
.mainmenu ul li:hover ul{
	top: 79px;
	display: block;
}
.mainmenu ul li ul li{
	list-style: none;
	float: none;
	display: block;
}
.mainmenu ul li ul li a {
	display: block;
	padding: 8px 15px;
	text-align: left;
	background: rgba(0, 0, 0, 0.8);
	font-weight: 400;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.1);
}
.mainmenu ul li ul li a:hover {
	background: rgba(0, 0, 0, 0.9);
    box-shadow: inset 0px 0px #aaa;
}
.mainmenu ul li ul li:hover ul {
  position: absolute;
  left: 100%;
  top: 0px;
  display: block;
  opacity: 1;
}
.mainmenu ul li ul li ul {
  display: none;
  opacity: 0;
}
.well-area, .course-area, .about-area, .testimonial-area, .faq-area, .blog-area{
	padding: 100px 0;
}
.well-area {}
#myCarousel .item h2 {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 37px
}
.featured-text p {
	margin: 11px 0 25px 0;
}
#myCarousel .item h2 span {
	display: block;
	font-weight: 800;
}
.well-contact {
	background: rgba(0,0,0,0.5);
	padding: 20px 40px 40px 40px;
	border-radius: 20px;
}
.well-contact h2 {
	color: #fff;
	font-size: 25px;
	text-align: center;	
}
.well-contact h2 span {
	display: block;
	font-weight: 300;
	line-height: 25px;
}
.well-contact input[type='text'], .well-contact input[type='email'], .well-contact textarea {
	width: 100%;
	border: 1px solid #666;
	background: transparent;
	color: #fff;
	border-radius: 0;
}
.well-contact .submit-btn {
	width: 100%;
	border: 0px solid;
	background: #1BA6DF;
	color: #fff;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
}
.well-featured {
	color: #fff;
	margin-top: 70px;
}
.skill-asset .check-skill {
	background: #1BA6DF;
	color: #fff;
	padding: 11px 5px;
	width: 153px;
	display: inline-block;
	text-align: center;
	margin-right: 17px;
	border-radius: 61px;
}
.skill-asset .check-skill:hover{
	box-shadow: 0px 0px 8px #1BA6DF;
}
.skill-asset .callme {
	background: #D84F23;
	color: #fff;
	padding: 11px 5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	border-radius: 61px;
}
.skill-asset .callme:hover{
	box-shadow: 0px 0px 8px #D84F23;
}
.find-course {
	background: rgba(0,0,0,0.7);
	padding: 20px 0;
}

.chk-title h2 {
	color: #20A8E0;
	font-size: 20px;
	margin-top: 12px;
	text-align: right;
}
.couses-select-box {
	margin: 2px 0px;
}
.btn-group.bootstrap-select.form-control {
	background: transparent;
}
.bootstrap-select .btn.dropdown-toggle.btn-default {
	background: transparent;
	color: #fff;
	border: 1px solid #333;
	height: 42px;
}
.bootstrap-select .dropdown-menu.open, .bootstrap-select .dropdown-menu.inner {
	background: #000;
	height: 302px;
}
.bootstrap-select .dropdown-menu > li > a {
	color: #fff;
}
.bootstrap-select .dropdown-menu li.selected a{
	background: #222;
}
.bootstrap-select .dropdown-menu > li > a:focus, .bootstrap-select .dropdown-menu > li > a:hover {
	color: #fff;
	background: #222;
}

.search-btn {

}
.search-btn .search {
	background: #20A8E0;
	color: #fff;
	border: 2px solid #20A8E0;
	padding: 5px 10px;
	width: 139px;
	border-radius: 4px;
	transition: all 0.3s;
	height: 43px;
	font-size: 17px;
}
.search-btn .search:hover{
	background: transparent;
	color: #20A8E0;
}

.courses-header, .why-us-header, .testimonial-header, .faq-header, .blog-header {
	text-align: center;
	padding-bottom: 40px;
	display: block;
	overflow: hidden;
}

.inner-text {
}

.title-border {
	width: 80px;
	height: 2px;
	background-color: #D84F23;
	margin: auto;
	margin-bottom: auto;
	position: relative;
	margin-bottom: 30px;
}
.title-border::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #ffffff;
}
.title-border::after {
	content: "";
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #ffffff;
}
.inner-text h2 {
	font-size: 22px;
	font-weight: 700;
}

.inner-text h2 span.text-color {
	color: #20A8E0;
}
.courses {
}
.single-module .mod-title a {
	border-bottom: 1px solid #E5E5E5;
	margin: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	padding: 15px;
	background: #292726;
	display: block;
}
.single-module:hover {
	/*box-shadow: 0px 4px 82px -41px #000;*/
}

.inner-service {
	margin-bottom: 30px;
	transition: all 0.3s;
	border-top-width: 0px;
	border: 1px solid #ECEDEF;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.inner-service:hover{
-webkit-box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
-moz-box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
-o-box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
-webkit-transform: translate(0, -5px);
-moz-transform: translate(0, -5px);
-ms-transform: translate(0, -5px);
-o-transform: translate(0, -5px);
transform: translate(0, -5px);
}
.inner-service:hover .readmore a.btn {
	color: #fff;
	background: #1DA4DB;
}
.inner-service .icon img, .thumbnails img, .faq-left img {
	max-width: 100%;
	height: auto;
}
.single-module p {
	padding: 12px 20px;
	min-height: 100px;
}
.single-module .readmore {
	padding: 0 20px 30px 20px;
}
.readmore a.btn {
	color: #1DA4DB;
	border: 2px solid #1DA4DB;
}
.more-qualification{
	text-align: center;
	margin: 20px 0;
}
.more-qualification a {
	background: #20A8E0;
	color: #fff;
	padding: 11px 5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	border-radius: 61px;
	font-weight: 700;
}
.more-qualification a:hover {
	box-shadow: 0px 0px 8px #20A8E0;
}
.readmore {
}
/*
=========================================
			Why RPL
=========================================
*/
.why-us-area {
	padding: 100px 0;
	background: url('images/gplaypattern.png');
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.why-features-content h2 {
	font-size: 20px;
	margin-bottom: 6px;
	color: #0F9FDB;
}
.why-features-content p {
	font-weight: 300;
	text-align: justify;
	color: #111;
}
.why-icon {
	float: left;
	width: 10%;
	margin-right: 10px;
}
.why-features {
	min-height: 92px;
}
.why-features-content {
	float: left;
	width: 85%;
	color: #ddd;
}
.why-icon .fa {
	border-radius: 100%;
	padding: 13px;
	font-size: 22px;
	background: #0F9FDB;
	width: 48px;
	height: 48px;
	text-align: center;
	color: #fff;
}

.about-left img {
	max-width: 100%;
	height: auto;
	border-radius: 20px;
}

.why-features-content {
}

.about-area {
	background: #f7f7f7;
}
.about-header {
	text-align: center;
}

.about-tab {
	margin-top: 32px;
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}
.tab-data ul.nav li {
	width: 25%;
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}
.tab-data .nav-tabs > li.active > a, .tab-data .nav-tabs > li.active > a:focus, .tab-data .nav-tabs > li.active > a:hover {
	color: #fff;
	background-color: #20A8E0;
	border: 1px solid #20A8E0;
	text-align: center;
	font-size: 17px;
	font-weight: 600
}
.tab-data .nav-tabs > li > a {
	margin-right: 0;
	border-radius: 0;
	color: #fff;
	background-color: #1E2C39;
	border-right: 1px solid #333;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 16px;
}
.nav.nav-tabs {
	display: flex;
	gap: 30px;
	justify-content: center;
}
.tab-content {
	min-height: 280px;
	padding-top: 30px;
}

.testimonial-item {
	border: 2px solid #ddd;
	padding: 15px;
	min-height: 142px;
	padding-top: 25px;
	position: relative;
	border-radius: 20px;
	text-align: center;
	align-items: center;
	min-height: 254px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.testimonial-item::before {
	position: absolute;
	content: '\f10d';
	font-size: 26px;
	color: #20A8E0;
	left: 0px;
	top: -9px;
	font-family: fontAwesome;
}
.testimonial-item h3 {
	font-size: 16px;
	font-weight: 600;
}
.testimonial-item h3 {
	font-size: 16px;
	font-weight: 600;
}
/*==Prodct Carousel ==*/
#testimonialCarousel {
	position: relative;
}
#testimonialCarousel .owl-nav div {
	position: absolute;
	top: 50%;
	background: #20A8E0;
	color: rgba(255, 255, 255, 1);
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 41px;
}
#testimonialCarousel .owl-nav .owl-prev {
	position: absolute;
	left: -48px;
	box-shadow: -1px 2px 2px #ddd;
}
#testimonialCarousel .owl-nav .owl-next {
	position: absolute;
	left: auto;
	right: -48px;
	box-shadow: 1px 2px 2px #ddd;
}


.faq-area {
	background: url('images/dust_scratches.png');
}

.faq-left {
	border-radius: 20px;
	overflow: hidden;
}

.more-faq {
	text-align: center;
	margin: 20px 0;
}
.more-faq a {
	background: #20A8E0;
	color: #fff;
	padding: 11px 5px;
	width: 160px;
	display: inline-block;
	text-align: center;
	border-radius: 61px;
	font-weight: 700;
}
.more-faq a:hover {
	box-shadow: 0px 0px 8px #20A8E0;
}
.blog-area {
}

.blog-header {
}

.blog-posts {
}

.single-post {
	margin-bottom: 20px;
}
.single-post:hover {
	box-shadow: 0px 0px 15px #ddd;
}

.thumbnails {
}

.post-content {
	border: 1px solid #ddd;
	padding: 20px;
}
.post-content h3 {
	font-size: 17px;
}
.post-content a.button {
	font-weight: 700;
	display: block;
}
.footer-area {
	background: url('images/footer-bg.png');
	color: #fff;
	padding-top: 50px;
	background-size: cover;
}
.footer-top {
	margin: 40px 0 80px 0;
}
.widget h4 {
	color: #20A8E0;
}
.widget a{
	color: #fff;
}
.useful-link ul li a:hover {
	color: #20A8E0;
}
.useful-link ul li{
	position: relative;
	margin-left: 12px;
}
.useful-link ul li::before {
	position: absolute;
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 15px;
	left: -11px;
	top: 0px;
	color: #20A8E0;
}
.useful-link ul li a {
	color: #fff;
}
.widget div .fa {
	border: 1px solid #20A8E0;
	color: #20A8E0;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	margin-right: 5px;
}
.widget div:hover > .fa{
	background-color: #20A8E0;
	color: #fff;
}
.address-icon {
	height: 59px;
	display: inline-block;
	float: left;
	margin-right: 5px;
}
.widget .h{
	margin-bottom: 10px
}

.footer-bottom {
	background: rgba(0,0,0,0.5);
	padding: 15px 0;
	margin-top: 30px;
}
.copyright a {
	font-size: 15px;
}

.footer-latest-post li {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}
.featuredthumb {
	width: 20%;
	float: left;
	margin-right: 7px;
}
.featuredthumb img {
	width: 100%;
	height: 45px;
	border-radius: 2px;
	border: 1px solid #ddd;
}
.footer-post-title {
	display: inline-block;
	width: 77%;
}
.footer-post-title p {
	margin: 0;
	line-height: 15px;
}
.footer-post-title span {
	color: #1E96E1;
}
/*Another Page*/
.breadcrumb-area {
	padding: 100px 0;
	box-shadow: 0px 7px 8px #ddd;
}
.breadcrumb-title h3 {
	color: #fff;
	font-size: 29px;
	text-shadow: 1px 1px #222;
}
.breadcrumb-text p {
	color: #fff;
	font-weight: 300;
	text-shadow: 1px 1px #58055f;
	line-height: 23px;
}

.page-content-area, .course-details-area, .contact-area {
	padding: 60px 0;
}
.inner-course {
	margin-bottom: 20px;
	border: 1px solid #ECEDEF;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
}
.inner-course:hover{
	-webkit-box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
	-o-box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 2.736px 7.518px 20px 0px rgba(0, 0, 0, 0.14);
	-webkit-transform: translate(0, -5px);
	-moz-transform: translate(0, -5px);
	-ms-transform: translate(0, -5px);
	-o-transform: translate(0, -5px);
	transform: translate(0, -5px);
}
.inner-course .icon_category {
	float: left;
	width: 123px;
}
.inner-course .icon_category img{
	max-width: 100%;
	height: 120px;
}
.inner-course .mod-content {
	float: left;
	width: 73%;
	padding: 10px 13px;
}
.inner-course .mod-content h4 {
	margin-bottom: 2px;
}

.course-details-content p {
	text-align: justify;
}
.course-details-content h3 {
	margin-bottom: 14px;
	margin-top: 11px;
	border-bottom: 3px solid #1FA7DF;
	display: inline-block;
	padding-bottom: 7px;
}
.course-info-widget {
	background: #f4f4f4;
	padding: 28px;
	margin-bottom: 30px;
}
.course-info-widget h4 {
	color: #1DA4DB;
}
.course-info-widget span {
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding-bottom: 6px;
	margin-bottom: 5px;
}
.course-info-widget span:last-child{
	border-width: 0px;
}
.course-enroll h4 {
    background: url('images/three.jpg');
    padding: 15px;
    text-align: center;
    color: #fff;
}
.course-enroll {
    background: #f4f4f4;
}
.course-enroll form {
	padding: 11px 20px 20px 20px;
}
.course-enroll form label{
	color: #111;
}
.course-enroll form input[type='text'], .course-enroll form input[type='email'], .course-enroll form textarea{
	border: 1px solid #ddd;
	border-radius: 0;
}
.course-enroll .submit-btn {
	width: 150px;
	border: 2px solid #1DA4DB;
	color: #1DA4DB;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 2px;
	transition: all 0.3s;
}
.course-enroll .submit-btn:hover {
	background: #1DA4DB;
	color: #fff;
}
.course-details-content table {
	border: 1px solid #f4f4f4;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.course-details-content table tr td, .course-details-content table tr th{
	padding: 16px;
	line-height: 1.42857143;
	vertical-align: top;
	border: 1px solid #f4f4f4;
}
.course-details-content table tr:nth-of-type(2n+1) {
	background-color: #f9f9f9;
}
.course-details-content ul {
	border-left: 5px solid #6717a9;
	background-color: #f1f1f1;
	list-style-type: none;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.contact-box {
	background: #f4f4f4;
	padding: 28px;
	margin-bottom: 20px;
}
.contact-info-box {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.c-icon, .c-text{
	float: left;
}
.c-icon {
	width: 19%;
}
.c-text {
	font-size: 15px;
	line-height: 24px;
	width: 80%;
}
.c-icon .fa-phone {
	background: #1EA6DF;
	font-size: 30px;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 49px;
}
.c-icon .fa-envelope {
	background: #EA5728;
	font-size: 30px;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 49px;
}
.c-icon .fa-globe {
	background: #663291;
	font-size: 30px;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 49px;
}
.contactForm .submit-btn {
	border: 0px solid;
	background: #663291;
	color: #fff;
	width: 128px;
	height: 40px;
	border-radius: 4px;
}
.contactForm .submit-btn:hover {
	box-shadow: 0px 0px 15px #663291;
}
.contactForm h4 {
	font-size: 20px;
	display: inline-block;
	border-bottom: 2px solid #663291;
	padding-bottom: 6px;
}
.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
	border: 2px solid #ddd;
}
.contactForm input[type="text"]:focus, .contactForm input[type="email"]:focus, .contactForm textarea:focus{
	border: 2px solid #663291;
}
.sidebar_widget {
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	padding: 20px;
}
.sidebar_widget h3 {
	margin: 0 0 12px 0;
	padding-bottom: 10px;
	font-weight: 400 !important;
	border-bottom: 1px solid #31BCEE;
	font-size: 15px;
	color: #333;
	text-transform: uppercase;
}
.sidebar_widget ul li a {
	color: #444;
	text-transform: capitalize;
	padding: 7px 0;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(97,191,168,0.2);
}
.contact-map {
	background: url('images/map.jpg') no-repeat top;
	min-height: 637px;
	background-size: cover;
	position: relative;
}
.map-head {
	text-align: center;
	color: #fff;
	padding-top: 97px;
	text-shadow: 2px 1px #222;
}
.map-content {
	background-image: linear-gradient(0deg,#f9fbfe 37%,#dbe9fc);
	box-shadow: 0 68px 44px 0 rgba(4,22,94,.1);
	border-radius: 3px;
	text-align: center;
	width: 258px;
	height: 211px;
	position: absolute;
	top: 51%;
	left: 45%;
	transform: translateX(-60%) translateY(-51%);
	z-index: 8;
	padding: 10px;
}
.map-logo img {
	max-width: 167px;
	height: auto;
	padding: 10px;
}
.map-content h4 {
	font-weight: 900;
	font-size: 25px;
	color: #000;
}
.about-content-one, .about-content-two, .about-content-three {
	padding: 100px 0;
}
.about-promo-thumbnail img {
	max-width: 100%;
	height: auto;
}
.about-promo-content h3 {
	color: #0F9FDB;
}
.about-content-one {
	background: url('images/leaves-pattern.png');
}
.about-content-two {
	background: url('images/dust_scratches.png');
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #eee;
}
.accordion-faq {
	text-align: left;
	position: relative
}
.accordion-faq .panel {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none
}
.accordion-faq .panel .panel-heading {
	padding: 0;
	color: #fff;
	border-radius: 0!important;
	background: #333
}
.accordion-faq .panel-heading a {
	display: block;
	position: relative;
	background: #1DA4DB;
	color: #fff;
	padding: 14px 50px 12px 15px;
	border-radius: 0;
	border: 1px #eee solid;
	min-height: 50px;
	font-weight: bold;
}
.accordion-faq .panel-heading a.collapsed {
	display: block;
	position: relative;
	background: #fff;
	color: #333;
	padding: 14px 50px 12px 15px;
	border-radius: 0;
	border: 1px #eee solid;
	min-height: 50px;
	font-weight: bold;
}
.accordion-faq .panel-heading a:hover {
	text-decoration: none
}
.accordion-faq .panel:last-child {
	box-shadow: none;
	border-bottom: none
}
.accordion-faq .arrow-down, .accordion-faq .arrow-up {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	top: 54%;
	margin-top: -15px;
	right: 10px;
	color: #fff;
}
.accordion-faq .arrow-down, .accordion-faq .collapsed .arrow-up {
	display: none
}
.accordion-faq .collapsed .arrow-down {
	display: block;
	color: #333;
}
.accordion-faq .panel-body {
	border-top: 0!important;
	padding: 15px;
	background: #fff;
	border: 1px #eee solid;
	border-top: none;
}
.accordion-faq.panel-group .panel+.panel {
	margin-top: 10px
}
.page-content-area .content-box {
	padding: 32px 28px;
	margin: 0 0 20px 0;
	text-align: center;
	cursor: pointer;
}
.page-content-area .content-box, .faq-page .content-box i, .faq-page .content-box p, .faq-page .content-box h3 {
	-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;
}
.page-content-area .content-box p {
	margin: 15px 0;
	color: #fff;
}
.page-content-area .content-box h3 {
	line-height: 26px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: 600;
}
.page-content-area .content-box i {
	font-size: 80px;
	height: 80px;
	color: #fff;
	margin: 10px 0;
	display: block;
}
.page-content-area .content-box.color-effect-1 {
	background: #000;
}
.page-content-area .box-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 0px 0 20px 0;
	max-height: 120px;
}
.page-content-area .box-icon i {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.page-content-area .box-icon i:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.page-content-area .box-icon i:before {
	speak: none;
	font-size: 40px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.page-content-area .box-icon-effect-1 .box-icon i {
	background: #1DA4DB;
	color: #fff;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.page-content-area .box-icon-effect-1 .box-icon i:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.page-content-area .content-box:hover .box-icon-effect-1a .box-icon i {
	background: rgba(255,255,255,1);
	color: #1DA4DB;
}
.page-content-area .content-box:hover .box-icon-effect-1a .box-icon i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.call-to-action-area {
	background: #1E96E1;
	color: #fff;
	padding: 40px 0;
}
.cta-button {
	text-align: right;
}
.cta-button a {
	color: #fff;
	background: rgba(0,0,0,0.3);
	padding: 13px;
	width: 229px;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	border-radius: 50px;
}

/*
Blog css
*/
.blogPost .image-hover2 a {
	position: relative;
	display: table;
}
.blogPost .image-hover2 a:after {
	overflow: hidden;
	position: absolute;
	top: 0;
	content: "";
	z-index: 100;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	z-index: 1;
}
.blogPost .image-hover2 a:before {
	font: normal normal normal 18px/1 FontAwesome;
	content: "\f0c1";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	color: #fff;
	ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.blogPost .image-hover2 a:hover:after {
	visibility: visible;
	opacity: 0.8;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blogPost .image-hover2 a:hover:before {
	opacity: 1;
}
.blogPost .entry-meta-data {
	padding: 5px 0;
	color: #666;
}
.blogPost .entry-meta-data span {
	margin-right: 12px;
	border-right: 1px #ddd solid;
	padding-right: 10px;
}
.blogPost .entry-meta-data span:last-child {
	margin-right: 12px;
	border-right: 0px #ddd solid;
	padding-right: 10px;
}
.blogPost .entry-meta-data .author .fa {
	opacity: 0.7;
}
.blogPost .entry-meta-data .fa {
	line-height: inherit;
}
.blogPost .entry-excerpt {
	text-align: justify;
}
.blogPost .entry-more a {
	border: 2px solid #20A8E0;
	color: #fff;
	padding: 8px 25px;
	background: #20A8E0;
	border-radius: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.blogPost .entry-more {
	margin-top: 15px;
}
.blogPost .entry-more a:hover {
	background: #000;
	border: 2px solid #000;
}
.blogPost .entry-thumb img {
	border: 1px solid #eaeaea;
	max-width: 100%;
}
.blogPost {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	overflow: hidden;
}
.blogPost .col-sm-5.col-xs-12 {
	padding-left: 0;
}
.single-post .thumbnails img {
	height: 220px;
	width: 100%;
}
.cta-pro h3 {
	font-size: 21px;
	margin: 6px 0;
	color: #fff;
}
.cta-proBtn {
	text-align: right;
}
.cta-proBtn a {
	color: #fff;
	background: #D85025;
	padding: 9px 15px;
	border-radius: 3px;
	opacity: 1;
	display: inline-block;
}