/**
* template:  EDUPRO

TABLE OF CONTENTS

        + Global
        + Header
        + Mobile Menu
        + Header Title
        + Category Main Page
        + About Main Page
        + Team Main Page
        + Event Main Page
        + Courses Main Page
        + Faq Main Page
        + Blog Main Page
        + Testimonials Main Page
        + Footer
        + Pages Title
        + Blog Category
        + Sidebar
        + Blog Details
        + Course Details
        + Team Details
        + Faq
        + Contact Page


*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.css';
@import 'jquery.rprogessbar.min.css';

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;900&amp;display=swap');


/* -------------------------------------------------------
                     GLOBAL
-------------------------------------------------------- */


body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	color: #53545b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 900;
	font-size: 40px;
	color: #0e1133;
	line-height: 1;
	text-transform: capitalize;
}

h1 {
	font-size: 80px;
	margin-bottom: 30px;
}

h2 {
	font-size: 50px;
	margin-bottom: 30px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

a {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	display: inline-block;
    height: auto;
}

img {
	max-width: 100%;
	display: inline-block;
}

.container {
	width: 100%;
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.wrapper {
	width: 100%;
	max-width: 1920px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

a {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	max-width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}

.btn {
	padding: 15px 20px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	background-color: #2b4eff;
}

.btn i {
	margin-left: 10px;
}

.btn:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.suptitle {
	text-transform: uppercase;
	font-weight: 600;
	color: #2b4eff;
	font-size: 14px;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
}

.suptitle:after {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #2b4eff;
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bg-gray {
	background-color: #f3f4f8;
}
.bg-white {
	background-color: #ffffff !important;
}

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

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

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

#openmenu,
#closemenu {
	font-size: 25px;
	color: #53545b;
	font-weight: 600;
	display: none;
}

#closemenu {
	display: inline-block;
	float: right;
	margin: 10px;
	color: #f3f4f8;
}

#openmenu:hover,
#closemenu:hover {
	color: #b128ff;
}

.container-w70 {
	width: 70%;
}

.container-w30 {
	width: 30%;
}

.navigation.pagination {
	padding: 50px 10px 0px 10px;
}

.navigation.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation.pagination .nav-links a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #f3f4f8;
	color: #0e1133;
	margin: 0px 5px;
}

.navigation.pagination .nav-links span.current {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #2b4eff;
	color: #ffffff;
	margin: 0px 5px;
}

.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.current:hover {
	background-color: #b128ff;
	color: #ffffff;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.single-content p {
	margin-bottom: 30px;
	line-height: 1.5;
}

.single-content img {
	max-width: 100%;
	margin-bottom: 30px;
}

.single-content ul,
.single-content ol {
	margin: 30px;
}

.single-content ul li {
	list-style: disc;
}

.single-content ol li {
	list-style: decimal;
}

.single-content strong {
	font-weight: 900;
}

.single-content .alignleft {
	float: left;
	max-width: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}

.single-content .alignright {
	float: right;
	max-width: 100%;
	margin-left: 30px;
	margin-bottom: 30px;
}

.single-content .aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.single-content h1 {
	font-size: 32px;
	margin-bottom: 30px;
}

.single-content h2 {
	font-size: 24px;
	margin-bottom: 30px;
}

.single-content h3 {
	font-size: 19px;
	margin-bottom: 30px;
}

.single-content h4 {
	font-size: 16px;
	margin-bottom: 30px;
}

.single-content h5 {
	font-size: 13px;
	margin-bottom: 30px;
}

.single-content h6 {
	font-size: 11px;
	margin-bottom: 30px;
}

.single-content em {
	font-style: italic;
}

.single-content blockquote {
	margin-bottom: 30px;
}

.single-content blockquote:before {
	content: "“";
}

.single-content blockquote:after {
	content: "“";
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: #f3f4f8;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 30px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}


/* -------------------------------------------------------
                     HEADER
-------------------------------------------------------- */


.container.wrapper-header-content {
	max-width: 1400px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.menu li {
	padding: 20px;
}

.menu li a {
	text-decoration: none;
	color: #0e1133;
	text-transform: capitalize;
}

.menu li a:hover {
	color: #2b4eff;
}

.menu>li.menu-item-has-children {
	position: relative;
}

.menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
}

.menu>li.menu-item-has-children .sub-menu {
	position: absolute;
	top: 60px;
	left: 20px;
	display: none;
	-webkit-box-shadow: 0 10px 20px 0 rgb(8 0 42 / 8%);
	box-shadow: 0 10px 20px 0 rgb(8 0 42 / 8%);
	z-index: 1000;
}

.menu>li.menu-item-has-children:hover>.sub-menu {
	display: block;
	z-index: 1000;
}

.menu>li.menu-item-has-children .sub-menu li {
	background-color: #ffffff;
	padding: 0px;
	white-space: nowrap;
}

.menu>li.menu-item-has-children .sub-menu li a {
	padding: 15px 40px;
	display: block;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
	font-size: 14px;
}

.menu>li.menu-item-has-children .sub-menu li:last-child a {
	border-bottom: none;
}

.menu>li.menu-item-has-children .sub-menu>li.menu-item-has-children {
	position: relative;
}

.menu>li.menu-item-has-children .sub-menu>li.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.menu>li.menu-item-has-children .sub-menu>li.menu-item-has-children:hover>.sub-menu {
	display: block;
}

.menu .sub-menu>li.menu-item-has-children>a {
	position: relative;
}

.menu .sub-menu>li.menu-item-has-children>a i {
	position: absolute;
	top: 50%;
	right: 20px;
	font-size: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* -------------------------------------------------------
                     MOBILE MENU
-------------------------------------------------------- */


#mobile-nav {
	position: fixed;
	top: 0;
	left: -320px;
	bottom: 0;
	width: 320px;
	background-color: #0e1133;
	z-index: 10000;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

.mobile-menu {
	clear: both;
}

.mobile-menu li {
	padding: 10px;
}

.mobile-menu li a {
	text-decoration: none;
	color: #f3f4f8;
	display: inline-block;
}

.mobile-menu li a:hover {
	color: #b128ff;
}

.mobile-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a {
	display: block;
}

.mobile-menu .sub-menu>li.menu-item-has-children>a i {
	font-size: 12px;
	margin-left: 5px;
	float: right;
	margin-top: 4px;
}

.mobile-menu .sub-menu li.menu-item-has-children {
	padding-right: 0px;
}

.mobile-menu .sub-menu {
	display: none;
}

/* -------------------------------------------------------
                    HEADER TITLE
-------------------------------------------------------- */


.header-callback {
	margin-left: 60px;
	background-color: #2b4eff;
	color: #ffffff;
}

.bg-header-title {
	background-color: #f3f4f8;
}

.wrapper-header-title-img {
	max-width: 1400px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-title {
	width: 50%;
}

.header-img {
	width: 50%;
}

.header-img img {
	display: block;
	width: 100%;
}

.header-title .btn {
	margin-top: 30px;
}


/* -------------------------------------------------------
                    CATEGORY MAIN PAGE
-------------------------------------------------------- */


.wrapper-block-cat .btn {
	margin-top: 30px;
}

.wrapper-block-cat-title {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 50px;
}

.block-cat-title,
.block-cat-content {
	width: 50%;
}

.block-cat-content {
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 3px solid #2b4eff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-cat-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
}

.single-block-cat-list {
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f4f8;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-radius: 3px;
	width: calc(33.333333% - 20px);
	margin: 10px;
	text-decoration: none;
}

.single-block-cat-list:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.single-block-cat-list img {
	display: block;
	width: 50px;
	height: auto;
	margin-right: 30px;
}

.block-cat-list-content h3 {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: none;
}


/* -------------------------------------------------------
                    ABOUT MAIN PAGE
-------------------------------------------------------- */


.wrapper-block-aboutus {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.block-aboutus-img {
	width: 50%;
	position: relative;
}

.block-aboutus-img .reviews {
	position: absolute;
	left: -20px;
	bottom: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
	padding: 15px;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	border-radius: 3px;
}

.block-aboutus-img .reviews i {
	font-size: 30px;
	color: #ff9415;
	margin-right: 10px;
}

.block-aboutus-img .reviews .reviews-num {
	font-weight: 600;
	font-size: 20px;
}

.block-aboutus-img .reviews p {
	font-size: 14px;
}

.block-aboutus-img img {
	width: 100%;
	display: block;
}

.block-aboutus-content {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}

.block-aboutus-content p {
	margin-bottom: 10px;
}

.advantage {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.single-advantage {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.single-advantage i {
	font-size: 30px;
	color: #2b4eff;
	margin-right: 10px;
}

.single-advantage p {
	font-weight: 900;
	margin-bottom: 0px;
}

.block-aboutus-content .btn {
	margin-top: 30px;
}


/* -------------------------------------------------------
                    TEAM MAIN PAGE
-------------------------------------------------------- */


.wrapper-team-content {
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.wrapper-team-content>a {
	text-decoration: none;
}

.wrapper-team-content h3 {
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: none;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-team-content>a:hover,
.wrapper-team-content h3:hover {
	color: #b128ff;
}

.team-single-social {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.team-single-social li {
	margin: 0px 10px;
}

.team-single-social li a {
	display: inline-block;
	color: #0e1133;
}

.team-single-social li a:hover {
	color: #b128ff;
}


/* -------------------------------------------------------
                    EVENT MAIN PAGE
-------------------------------------------------------- */


.wrapper-single-event {
	border-left: 3px solid #2b4eff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	display: block;
	color: #53545b;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.wrapper-single-event.bg-gray {
	background-color: #f3f4f8;
}

.wrapper-single-event p span {
	border-right: 1px solid #53545b;
	padding: 0 5px;
}

.wrapper-single-event h3 {
	font-size: 20px;
	margin-bottom: 10px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-single-event:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	border-color: #b128ff;
}


/* -------------------------------------------------------
                   COURSES MAIN PAGE
-------------------------------------------------------- */


.wrapper-popular-courses {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
}

.single-popular-courses {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f4f8;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	width: calc(33.333333% - 20px);
	margin: 10px;
	text-decoration: none;
}

.img-popupar-courses {
	position: relative;
}

.img-popupar-courses img {
	width: 100%;
	display: block;
}

.img-popupar-courses .cat-label {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	background-color: #fed619;
	font-size: 12px;
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.content-popular-courses {
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.popular-courses-price {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
	color: #0e1133;
}

.popular-courses-price .price {
	font-weight: 900;
	font-size: 25px;
}

.popular-courses-price .price-sale {
	color: #f2277e;
	text-decoration: line-through;
}

.title-courses,
.title-courses h3 {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.title-courses:hover h3 {
	color: #b128ff;
}

.content-popular-courses .btn {
	padding: 0px;
	background-color: transparent;
	margin-top: 20px;
	color: #0e1133;
}

.content-popular-courses .btn:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #b128ff;
}


/* -------------------------------------------------------
                    FAQ MAIN PAGE
-------------------------------------------------------- */


.wrapper-faq {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq-title-img {
	width: 50%;
}

.faq-title-img img {
	width: 100%;
	display: block;
}

.faq-content {
	width: 50%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq-content h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #ffffff;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.faq-content h3:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.faq-content h3 i {
	margin-right: 10px;
	font-size: 16px;
}

.content-accordion {
	display: none;
	padding: 20px;
}


/* -------------------------------------------------------
                    BLOG MAIN PAGE
-------------------------------------------------------- */


.wrapper-blog-main-page {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-left: 0px;
	padding-right: 0px;
}

.wrapper-blog-main-page article {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f4f8;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	width: calc(33.333333% - 20px);
	margin: 10px;
	text-decoration: none;
}

.wrapper-blog-main-page article img {
	width: 100%;
	display: block;
}

.content-blog-main-page {
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.title-blog-main-page {
	margin-bottom: 20px;
}

.title-blog-main-page,
.title-blog-main-page h3 {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	line-height: 1.5;
}

.title-blog-main-page:hover,
.title-blog-main-page h3:hover {
	color: #b128ff;
}

.wrapper-date-author-blog {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-date-author-blog a {
	color: #0e1133;
	display: inline-block;
	text-decoration: none;
}

.wrapper-date-author-blog a:hover {
	color: #b128ff;
}

.content-blog-main-page .btn {
	padding: 0px;
	background-color: transparent;
	margin-top: 20px;
	color: #0e1133;
}

.content-blog-main-page .btn:hover {
	color: #b128ff;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* -------------------------------------------------------
                TESTIMONIALS MAIN PAGE
-------------------------------------------------------- */


.testimonials-carousel {
	padding-bottom: 100px;
}

.wrapper-img-author-testimonials {
	margin-top: 30px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-img-author-testimonials img {
	display: block;
	width: 80px !important;
	height: 80px !important;
	border-radius: 50%;
	margin-right: 20px;
}

.wrapper-img-author-testimonials h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.wrapper-img-author-testimonials ul li {
	float: left;
	color: #ff9415;
	font-size: 12px;
	margin-right: 2px;
}


/* -------------------------------------------------------
                    FOOTER
-------------------------------------------------------- */


footer {
	background-color: #0e1133;
}

.wrapper-footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-footer>div {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px 30px 10px;
	color: #f3f4f8;
}

.wrapper-footer>div h4 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 30px;
}

.wrapper-footer>div p {
	margin-bottom: 10px;
}

.wrapper-footer>div p a {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
}

.wrapper-footer>div p a:hover {
	color: #b128ff;
}

.social-footer {
	margin-top: 30px;
}

.social-footer li {
	float: left;
	margin-right: 20px;
}

.social-footer li a {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
}

.social-footer li a:hover {
	color: #b128ff;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu li a {
	text-decoration: none;
	color: #f3f4f8;
	display: inline-block;
}

.footer-menu li a:hover {
	color: #b128ff;
}

.wrapper-form-footer {
	max-width: 300px;
	background-color: red;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-form-footer input {
	border: none;
	outline: none;
	padding: 15px 10px;
	background-color: #ffffff;
	border-radius: 3px 0px 0px 3px;
	width: 80%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-form-footer input::-webkit-input-placeholder {
	color: #53545b;
	font-size: 12px;
}

.wrapper-form-footer input::-moz-placeholder {
	color: #53545b;
	font-size: 12px;
}

.wrapper-form-footer input:-ms-input-placeholder {
	color: #53545b;
	font-size: 12px;
}

.wrapper-form-footer input::-ms-input-placeholder {
	color: #53545b;
	font-size: 12px;
}

.wrapper-form-footer input::placeholder {
	color: #53545b;
	font-size: 12px;
}

.wrapper-form-footer button {
	display: block;
	border: none;
	outline: none;
	width: 20%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	background-color: #2b4eff;
	color: #ffffff;
}

.wrapper-form-footer button:hover {
	background-color: #b128ff;
}

.wrapper-copyright {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #0e1133;
	text-align: center;
	border-top: 1px solid rgba(250, 250, 250, 0.1);
}

.wrapper-copyright p {
	font-size: 12px;
	color: #f3f4f8;
}

#scroll-top {
	background-color: #2b4eff;
	color: #ffffff;
	display: inline-block;
	padding: 15px 20px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 500;
}

#scroll-top:hover {
	background-color: #b128ff;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}


/* -------------------------------------------------------
                    PAGES TITLE
-------------------------------------------------------- */


.header-title.pages {
	width: 100%;
	padding-bottom: 50px;
}

.header-title.pages h1 {
	font-size: 50px;
}

.breadcrumbs-content {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.breadcrumbs-content>div {
	margin-right: 10px;
}

.breadcrumbs-content a {
	text-decoration: none;
	color: #0e1133;
}

.breadcrumbs-content a:hover {
	color: #b128ff;
}

.breadcrumbs-content a:after {
	content: "/";
	display: inline-block;
	margin-left: 10px;
}


/* -------------------------------------------------------
                    BLOG CATEGORY
-------------------------------------------------------- */


.wrapper-blog-classic {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: flex-start;
	flex-direction: flex-start;
}

.wrapper-blog-classic article,
.wrapper-blog-grind article,
.wrapper-courses-grind article,
.wrapper-courses-classic .single-popular-courses {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f4f8;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	text-decoration: none;
	width: calc(50% - 20px);
	margin: 0px 10px 20px 10px;
}

.wrapper-blog-grind article,
.wrapper-courses-grind article {
	width: calc(33.333333% - 20px);
	margin: 10px;
}

.wrapper-blog-classic article img,
.wrapper-blog-grind article img,
.wrapper-courses-grind article img,
.wrapper-courses-classic .single-popular-courses img {
	width: 100%;
	display: block;
}

.content-blog {
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.title-blog {
	margin-bottom: 20px;
}

.title-blog,
.title-blog h3 {
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	line-height: 1.5;
}

.title-blog:hover,
.title-blog h3:hover {
	color: #b128ff;
}

.wrapper-date-author-blog {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-date-author-blog a {
	color: #0e1133;
	display: inline-block;
	text-decoration: none;
}

.wrapper-date-author-blog a:hover {
	color: #b128ff;
}

.content-blog .btn {
	padding: 0px;
	background-color: transparent;
	margin-top: 20px;
	color: #0e1133;
}

.content-blog .btn:hover {
	color: #b128ff;
	-webkit-box-shadow: none;
	box-shadow: none;
}


/* -------------------------------------------------------
                    SIDEBAR
-------------------------------------------------------- */


.sidebar-right {
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar-left {
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

aside .widget {
	margin-bottom: 50px;
}

aside .widget .widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.widget .search-form {
	width: 100%;
}

.widget .search-form .search-field {
	border: none;
	outline: none;
	padding: 20px 10px;
	background-color: #f3f4f8;
	border-radius: 3px 0px 0px 3px;
	width: 80%;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.widget .search-form button {
	display: block;
	border: none;
	outline: none;
	width: 20%;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
	background-color: #2b4eff;
	color: #ffffff;
}

.widget .search-form button:hover {
	background-color: #b128ff;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.widget ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 20px;
}

.widget ul li a {
	display: inline-block;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 16px;
	color: #0e1133;
	font-weight: 600;
}

.widget ul li a:hover {
	color: #b128ff;
}

.widget li:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #f3f4f8;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.wp-calendar-table {
	width: 100%;
	border: 1px solid #f3f4f8;
}

.wp-calendar-table caption {
	color: #0e1133;
	margin-bottom: 10px;
	font-weight: 900;
}

table.wp-calendar-table td,
table.wp-calendar-table th {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
	padding: 10px;
}

table.wp-calendar-table th {
	font-weight: 600;
}

table.wp-calendar-table td a {
	font-weight: 600;
	color: #0e1133;
}

table.wp-calendar-table td a:hover {
	color: #b128ff;
}


.tagcloud a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #f3f4f8;
	color: #0e1133;
	margin: 5px;
	font-size: 14px;
}

.tagcloud a:hover {
	color: #ffffff;
	background-color: #b128ff;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}


/* -------------------------------------------------------
                    BLOG DETAILS
-------------------------------------------------------- */


.single-content .wrapper-date-author-blog {
	margin-bottom: 30px;
}

.single-content .wrapper-date-author-blog a {
	margin-right: 30px;
}

.tags-links {
	margin-bottom: 30px;
	display: block;
	font-weight: 900;
}

.tags-links a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	text-decoration: none;
	background-color: #f3f4f8;
	color: #0e1133;
	margin: 5px;
	font-weight: 400;
	font-size: 14px;
}

.tags-links a:hover {
	color: #ffffff;
	background-color: #b128ff;
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}


/* -------------------------------------------------------
                    COURSE DETAILS
-------------------------------------------------------- */


.aside-details h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.aside-details .price {
	font-weight: 900;
	font-size: 25px;
	color: #0e1133;
	margin-bottom: 20px;
	display: block;
}

.aside-details .price .price-sale {
	color: #f2277e;
	text-decoration: line-through;
}

.wrapper-course-info {
	border: 1px solid #f3f4f8;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.wrapper-course-info p {
	margin-bottom: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}

.wrapper-course-info p i {
	margin-right: 10px;
}

.wrapper-course-info .btn {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.wrapper-date-author-blog .fa-star {
	color: #ff9415;
}

.wrapper-tabs {
	margin: 30px 0px;
	border: 1px solid #f3f4f8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-tabs .tabs-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.wrapper-tabs .tabs-list li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	text-align: center;
	list-style: none;
	border-right: 2px solid rgba(250, 250, 250, 1);
}

.wrapper-tabs .tabs-list li:last-child {
	border: none;
}

.wrapper-tabs .tabs-list li a {
	text-decoration: none;
	display: block;
	background-color: #f3f4f8;
	padding: 15px 20px;
	color: #0e1133;
}

.wrapper-tabs .tabs-list li a:hover {
	color: #ffffff;
	background-color: #b128ff;
}

.wrapper-tabs .tabs-list li a.active {
	color: #ffffff;
	background-color: #b128ff;
}

.tabs-content {
	margin-top: 30px;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs-content>div[id^="tab-"] {
	display: none;
}

.table-course {
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
}

.table-course tbody tr td {
	padding: 20px;
}

.table-course tbody tr td:first-child {
	text-align: left;
	font-weight: 600;
}

.table-course tbody tr td:last-child {
	text-align: right;
}

.table-course tbody tr td:last-child i {
	margin-right: 10px;
}

.table-course tbody tr:nth-child(odd) {
	background-color: #f3f4f8;
}

.wrapper-instructor-course {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.instructor-courese-img {
	width: 30%;
}

.instructor-courese-img img {
	display: block;
	width: 100%;
}

.instructor-course-content {
	width: 70%;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.instructor-course-content a {
	text-decoration: none;
	color: #0e1133;
}

.instructor-course-content h3 {
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.instructor-course-content a:hover,
.instructor-course-content h3:hover {
	color: #b128ff;
}

.instructor-course-content .instructor-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.instructor-course-content .instructor-social li {
	margin: 0px;
	margin-right: 20px;
	list-style: none;
}

.reviews-single .reviews-single-header {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-reviews-page {
	margin-bottom: 100px;
}

.reviews-single {
	margin-bottom: 30px;
	font-size: 14px;
	background-color: #f3f4f8;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.reviews-single .reviews-single-header {
	margin-bottom: 20px;
}

.reviews-single .reviews-single-header img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-right: 20px;
	margin-bottom: 0px;
}

.reviews-single p {
	margin-bottom: 0px;
}

.reviews-single-header h4 {
	margin-bottom: 10px;
}

.reviews-single-header ul {
	margin: 0px;
}

.reviews-single-header ul li {
	list-style: none;
	float: left;
	margin-right: 5px;
}

.reviews-single-header ul li i {
	color: #ff9415;
}

.wrapper-review-form p {
	margin-bottom: 20px;
}

.wrapper-review-form .wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-review-form .wrapper-input p {
	width: 48%;
}

.wrapper-review-form input,
.wrapper-review-form textarea {
	outline: none;
	border: none;
	background-color: #f3f4f8;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #0e1133;
	border: 1px solid #f3f4f8;
}

.wrapper-review-form textarea {
	min-height: 150px;
}

.wrapper-review-form a i {
	color: #ff9415;
	font-size: 14px;
}

.wrapper-review-form input.btn {
	background-color: #2b4eff;
	cursor: pointer;
	color: #ffffff;
	border: none;
}

.wrapper-review-form input.btn:hover {
	border: none;
}

.wrapper-review-form input::-webkit-input-placeholder,
.wrapper-review-form textarea::-webkit-input-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.wrapper-review-form input::-moz-placeholder,
.wrapper-review-form textarea::-moz-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.wrapper-review-form input:-ms-input-placeholder,
.wrapper-review-form textarea:-ms-input-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.wrapper-review-form input::-ms-input-placeholder,
.wrapper-review-form textarea::-ms-input-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.wrapper-review-form input::placeholder,
.wrapper-review-form textarea::placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.wrapper-review-form input:focus,
.wrapper-review-form textarea:focus {
	border: 1px solid #0e1133;
}


/* -------------------------------------------------------
                    TEAM DETAILS
-------------------------------------------------------- */


.wrapper-team-details {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.team-details-img {
	width: 40%;
}

.team-details-img img {
	width: 100%;
	display: block;
}

.team-details-content {
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60%;
}

.team-details-content h3 {
	font-size: 30px;
}

.team-details-content .instructor-social {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-details-content .instructor-social li {
	margin: 0px;
	margin-right: 20px;
	list-style: none;
}

.team-details-content .instructor-social li a {
	text-decoration: none;
	color: #0e1133;
	font-size: 18px;
}

.team-details-content .instructor-social li a:hover {
	color: #b128ff;
}

.wrapper-progressbar {
	margin-top: 30px;
}

.wrapper-progressbar p {
	margin-bottom: 10px;
	font-weight: 600;
}

/* -------------------------------------------------------
                   FAQ
-------------------------------------------------------- */

.wrapper-accordion h3 {
	font-size: 20px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #f3f4f8;
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.wrapper-accordion h3:hover {
	-webkit-box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
	box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -7px rgb(0 0 0 / 20%);
}

.wrapper-accordion h3 i {
	margin-right: 10px;
	font-size: 16px;
}


/* -------------------------------------------------------
                   CONTACT PAGE
-------------------------------------------------------- */


.wrapper-contact-info .contact-content {
	width: 50%;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wrapper-contact-info .contact-form {
	width: 50%;
}

.single-contact-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.single-contact-info i {
	font-size: 25px;
	margin-right: 20px;
	color: #0e1133;
}

.single-contact-info iframe {
	width: 100%;
	height: 200px;
}

.single-contact-info a {
	text-decoration: none;
	display: inline-block;
	color: #53545b;
}

.single-contact-info a:hover {
	color: #b128ff;
}


.contact-form .wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contact-form .wrapper-input p {
	width: 48%;
}

.contact-form input,
.contact-form textarea {
	outline: none;
	border: none;
	background-color: #f3f4f8;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	color: #0e1133;
	border: 1px solid #f3f4f8;
}

.contact-form textarea {
	min-height: 150px;
}

.contact-form a i {
	color: #ff9415;
	font-size: 14px;
}

.contact-form input.btn {
	background-color: #2b4eff;
	cursor: pointer;
	color: #ffffff;
	border: none;
}

.contact-form input.btn:hover {
	border: none;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.contact-form input::-ms-input-placeholder,
.contact-form textarea::-ms-input-placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #0e1133;
}

.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #0e1133;
}

.contact-form p {
	margin-bottom: 20px;
}