@import url("bootstrap.min.css");
@import url("wp-icon.css");
@import url("slick.css");
@import url("font-awesome.min.css");
@import url("jquery.mCustomScrollbar.css");
@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	color: #000;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
img {
	max-width: 100%;
	border: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline-width: 0;
	color:
}
a:hover,
a:active,
a:focus {
	color: #2f529b;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.common-btn {
	background-color: #2f529b;
	color: #fff !important;
	min-width: 200px;
	/* min-height: 50px; */
	padding: 10px;
	text-align: center;
	line-height: 1.2;
	display: inline-block;
	font-size: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: none;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.common-btn.common-btn-sm{
	min-width: 100px;
	min-height: 30px;
	line-height: 30px;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}
.common-transition {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.common-pading {
	padding: 70px 0px;
}
.ds-tabel {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%
}
.ds-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #abaaaa;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
 color: #abaaaa;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #abaaaa;
}
.form-control:-moz-placeholder { /* Firefox 18- */
 color: #abaaaa;
}
/*Loader Section*/
.loader {
	background-color: #2F529B;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	display: none;
}
.preloader {
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	z-index: 999;
	text-align: center;
	width: 100%;
}
.preloader-letter {
	font-family: arial, sans-serif;
	font-size: 10vw;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 10vw #000;
	display: inline-block;
	-webkit-animation: preloader 3.5s infinite both;
	animation: preloader 3.5s infinite both
}
.preloader-letter:nth-child(2) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s
}
.preloader-letter:nth-child(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}
.preloader-letter:nth-child(4) {
	-webkit-animation-delay: .8s;
	animation-delay: .8s
}
.preloader-letter:nth-child(5) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.preloader-letter:nth-child(6) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}
.preloader-letter:nth-child(7) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}
@-webkit-keyframes preloader {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
10%, 85% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes preloader {
0%, 100% {
-webkit-transform:scale(0);
transform:scale(0)
}
10%, 85% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
/*Loader Section*/

/*Header Section*/

.header-section {
	background-color: transparent;
	padding: 5px 0px;
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	z-index: 8;
}
.header-section .logo {
	float: left;
	margin: 10px 0px;
}
.header-section .logo img {
	width: 60px;
}
.header-section .logo a {
	font-size: 24px;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.header-section .menu {
	/*margin: 21px 0px;*/
	list-style: none;
	padding: 0px;
	float: right;
	display: block;
}
.header-section .menu ul {
	padding: 0px;
	display: inline-block;
}
.menu li {
	display: inline-block;
	margin: 0px 15px;
	position:relative;
}
.menu ul li a {
	font-size: 16px;
	margin: 21px 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.menu li a {
	font-size: 16px;
	margin: 21px 0px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
.header-section.header-fixed {
	background-color: #2f529b;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
}


/*Hover Effect 01 css*/
[class^="lh-eff"] {
 color: #fff !important;
 display: inline-block;
 position: relative;
 cursor: pointer;
 overflow: hidden;
 z-index: 0;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -moz-osx-font-smoothing: grayscale;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[class^="lh-eff"]::before, [class^="lh-eff"]::after, [class^="lh-eff"] span::before, [class^="lh-eff"] span::after {
	content: '';
	position: absolute
}
.lh-eff01 {
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: color .4s;
	transition: color .4s
}
.header-section .menu li .c01-gray:hover, .header-section .menu li.active .c01-gray {
	color: rgba(252, 197, 24, 1)!important;
}
@keyframes eff01-move {
 30% {
 -webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
 transform: translate3d(0, -5px, 0) rotate(5deg)
}
 50% {
 -webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
 transform: translate3d(0, -3px, 0) rotate(-4deg)
}
 80% {
 -webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
 transform: translate3d(0, 0, 0) rotate(-3deg)
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg)
}
}
.lh-eff01:hover {
	-webkit-animation-name: eff01-move;
	animation-name: eff01-move;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}
/*Hover Effect 01 css End*/
/*Menu Close Icon css Start*/
.m-menu-btn {
	cursor: pointer;
	display: none;
	height: 27px;
	float: right;
	position: relative;
	width: 30px;
	margin-top: 20px;
}
.m-menu-btn span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.m-menu-btn span:nth-child(1) {
	top: 5px;
}
.m-menu-btn span:nth-child(2), .m-menu-btn span:nth-child(3) {
	top: 18px;
}
.m-menu-btn span:nth-child(4) {
	top: 30px;
}
.m-menu-btn.m-menu-btn-ext span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.m-menu-btn.m-menu-btn-ext span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.m-menu-btn.m-menu-btn-ext span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.m-menu-btn.m-menu-btn-ext span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*Menu Close Icon css End*/
/*Header Section End*/

/*Intro Section*/

.section-intro {
	position: relative;

	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	padding-top: 90px;
	height: 778px;
}
.section-intro:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(37,50,83,0.9);
	top: 0;
	left: 0;
	z-index: 1;
}
.intro-content {
	text-align: center;
	position: relative;
	z-index: 2;
	color: #fff;
}
.intro-content h1 {
	font-size: 48px;
	margin: 65px 0 43px 0px;
}
.btn-block {
	margin-top: 32px;

}
.btn-block a {
	margin: 0px 20px;
}
.btn-block a:hover {
	color: #333!important;
}
a.button-hover, button.button-hover {
	position: relative;
	transform: perspective(1px) translateZ(0px);
	transition-duration: 0.5s;
	transition-property: color;
	vertical-align: middle;
}
.btn-block a::before, .btn-block .submit-button::before {
	background: #fcc518;
	bottom: 0;
	color: #ffffff;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transition-duration: 0.5s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.btn-block a:hover::before, .btn-block .submit-button:hover::before {
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	color: #333;
}
.intro-slider {
	margin-top: 50px;
	position: relative;
	z-index: 2;
}
.device {
	background-size: cover;
	position: relative;
	background-image: url(../img/laptop.png);
}
.device::before {
	content: "";
	display: block;
	padding-top: 57%
}
.intro-slider .device__screen {
	bottom: 10.3%;
	left: 12%;
	position: absolute;
	right: 11.9%;
	top: 6.2%;
}
.device__items {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0
}
.device__items .slick-initialized {
	overflow: initial
}
.intro-slider .slick-list {
	display: block;
	margin: 0;
	padding: 0;
	position: relative
}
.device__item {
	height: 100%;
	min-height: 1px;
	float: left
}
.slick-slider {
	-moz-user-select: none;
	box-sizing: border-box;
	display: block;
	position: relative
}
.device__items.slick-initialized {
	overflow: initial
}
.device .slick-list, .device .slick-track {
	height: 100%!important
}
.slick-next, .slick-prev {
	background: #2f529b;
	border: none;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 40px;
	line-height: 0;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 55%;
	width: 40px;
	display: inline-block!important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.slick-next::before, .slick-prev::before {
	color: #1F2024;
	font-family: "wp-icon";
	font-size: 24px;
	line-height: 1;
	opacity: .75;
	color: #fff;
}
.our-work-content p, .work-list li {
	font-size: 16px
}
.slick-prev::before {
	content: "\e830"
}
.slick-next::before {
	content: "\e802"
}
.slick-next {
	right: -135px
}
.slick-prev {
	left: -135px
}
.device__items .slick-dots {
	display: none!important
}
/*Intro Section End*/

/*Experience Fuatures Section*/
.experience-features-section {
	background-color: #f6f2f2;
	padding: 450px 0 70px;
}
.heading-caption {
	margin-bottom: 70px;
}
.heading-caption h2 {
	font-size: 36px;
	position: relative;
	padding-bottom: 20px;
	color: #000;
	margin: 0px;
}
.heading-caption h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background-image: url(../img/line-small.png);
	background-repeat: no-repeat;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 53px;
	height: 5px;
}
.experience-features-section .experience-features-box {
	-webkit-box-shadow: 0 0 10px 0 rgba(226,231,236,0.75);
	box-shadow: 0 0 10px 0 rgba(226,231,236,0.75);
	background-color: #fff;
	padding: 15px;
	min-height: 500px;
}
.experience-features-section .experience-features-box .box-icon-bg {
	background-color: rgba(47,82,155,0.2);
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 15px auto 0px;
	color: #2F529B;
}
.experience-features-section .experience-features-box .box-icon i {
	font-size: 100px;
}
.experience-features-section .experience-features-box .box-title {
	color: #2F529B;
	margin: 30px 0px;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.experience-features-section .experience-features-box .box-title h3 {
	margin: 0px;
	font-size: 24px;
	position: relative;
	padding-bottom: 25px;
}
.experience-features-section .experience-features-box .box-title h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	background-image: url(../img/line-big.png);
	background-repeat: no-repeat;
	width: 167px;
	height: 5px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.experience-features-section .experience-features-box .box-content p {
	font-size: 14px;
	color: #747475;
}
.experience-features-section .experience-features-box:hover .box-icon-bg {
	background-color: rgba(47,82,155,1);
	color: #fff;
}
/*Experience Fuatures Section End*/

/*Why Choose Wpschoolpress Section*/
.why-choose-wpschoolpress-secttion {
	padding: 70px 0px 35px 0px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item {
	width: 20%;
	display: inline-block;
	height: 204px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: middle;
	margin-right: -5px;
	padding: 15px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .item-icon {
	font-size: 64px;
	display: block;
	margin-bottom: 20px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .item-title span {
	font-size: 14px;
	padding: 0px 5px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box0 {
	background-color: rgba(254, 219, 0, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box1 {
	background-color: rgba(255, 117, 10, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box2 {
	background-color: rgba(255, 24, 68, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box3 {
	background-color: rgba(20, 171, 244, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box4 {
	background-color: rgba(103, 185, 48, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box5 {
	background-color: rgba(206, 129, 239, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box6 {
	background-color: rgba(146, 152, 158, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box7 {
	background-color: rgba(85, 79, 232, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box8 {
	background-color: rgba(51, 213, 172, 0.15);
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box0 .item-icon {
	color: #fedb00;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box1 .item-icon {
	color: #ff750a;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box2 .item-icon {
	color: #ff1844;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box3 .item-icon {
	color: #14abf4;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box4 .item-icon {
	color: #67b930;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box5 .item-icon {
	color: #ce81ef;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box6 .item-icon {
	color: #92989e;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box7 .item-icon {
	color: #554fe8;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item .why-choose-wp-box.box8 .item-icon {
	color: #33d5ac;
}
/*Why Choose Wpschoolpress Section End*/

/*Features WPSchoolPress Section*/
.features-wpschoolpress-section {
	padding: 35px 0px 0px 0px;
}
.features-wpschoolpress-section .module-tablet-bg {
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
.features-wpschoolpress-section .module-tablet-bg:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39, 54, 85, 0.95);
	z-index: 2;
}
.features-wpschoolpress-section .device::before {
	content: "";
	display: block;
	padding-top: 141%;
}
.features-wpschoolpress-section .device {
	position: relative;
	background-image: url(../img/tablet.png);
	background-repeat: no-repeat;
	width: 459px;
	float: right;
}
.features-wpschoolpress-section .module-tablet-bg, .features-wpschoolpress-section .module-tablet-content {
	min-height: 770px;
}
.features-wpschoolpress-section .module-tablet-content {
	background-color: #f6f2f2;
}
.features-wpschoolpress-section .module-tablet-content ul {
	padding-top: 20px;
}
.features-wpschoolpress-section .module-tablet-content ul li {
	margin: 15px 0px;
	display: inline-block;
	width: 100%;
}
.features-wpschoolpress-section .module-tablet-content .fw-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	font-size: 34px;
	background-color: rgba(47, 82, 155, 0.15);
	text-align: center;
	line-height: 80px;
	display: inline-block;
	color: #2f529b;
	vertical-align: bottom;
	margin: 0px 15px 0px 0px;
	position: relative;
}
.features-wpschoolpress-section .module-tablet-content .fw-icon:after {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 50%;
	height: 40px;
	width: 1px;
	background-color: rgba(47, 82, 155, 0.15);
}
.features-wpschoolpress-section .module-tablet-content ul li:last-child .fw-icon:after {
	display: none;
}
.features-wpschoolpress-section .module-tablet-content .fw-content {
	display: inline-block;
	max-width: 470px;
}
.features-wpschoolpress-section .module-tablet-content .fw-content p {
	margin: 0px;
	line-height: 24px;
}



@media(max-width:1199px){
	.features-wpschoolpress-section .module-tablet-content{
		padding: 20px 25px 50px 25px;
	}
}
.wps-feature-slider {
	position: relative;
	z-index: 3;
	margin: 40px 55px 0px 0px;
	display: inline-block;
	float: right;
}
.wps-feature-slider .device__screen {
	bottom: 8%;
	left: 3.5%;
	position: absolute;
	right: 3.5%;
	top: 7.4%;
}
.wps-feature-slider .slick-arrow {
	display: none !important;
}
.wps-feature-slider .device__items .slick-dots {
	display: block !important;
}
.wps-feature-slider .slick-dots {
	bottom: -90px;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.wps-feature-slider .slick-dots li {
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	padding: 0;
	position: relative;
	width: 12px;
}
.wps-feature-slider .slick-dots li button::before {
	color: black;
	content: "";
	font-family: "slick";
	font-size: 6px;
	height: 12px;
	left: 0;
	line-height: 12px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 12px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.wps-feature-slider .slick-dots li button {
	background-color: transparent;
	border: 0 none;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 12px;
	line-height: 0;
	outline: medium none;
	padding: 5px;
	width: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.wps-feature-slider .slick-dots li.slick-active button::before {
	background-color: #FCC518;
}
/*Features WPSchoolPress Section End*/

/*What Bring Your School Section*/
.what-bring-your-school-section {
	background-image: url(../img/four-features-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 70px 0px 40px 0px;
}
.what-bring-your-school-section .slick-slide {
	width: 100% !important;
}
.bring-your-school-block {
	border: 2px solid #d2d9e8;
	width: 100%;
	border-radius: 180px;
	position: relative;
	min-height: 274px;
	margin-bottom: 30px;
}
.bring-your-school-block .block-icon {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: rgba(47,82,155,0.2);
	color: #2f529b;
	font-size: 120px;
	text-align: center;
	line-height: 270px;
	position: absolute;
	left: 0;
}
.bring-your-school-block .block-content {
	padding-left: 285px;
	width: 100%;
	display: inline-block;
}
.bring-your-school-block .block-content h3 {
	font-size: 24px;
	margin: 20px 0px;
}
.bring-your-school-block .block-content ul li {
	/* font-size: 17px !important; */
	float: left;
	width: 48%;
	margin: 3px 0px;
	position: relative;
	padding-left: 30px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bring-your-school-block .block-content ul li:after {
	content: "";
	position: absolute;
	left: 0;
	background: url(../img/hand-right.png) no-repeat;
	width: 24px;
	height: 22px;
	top: 4px;
}
.bring-your-school-block.right-align-block {
	text-align: right;
}
.bring-your-school-block.right-align-block .block-icon {
	right: 0;
	left: inherit;
}
.bring-your-school-block.right-align-block .block-content {
	padding-left: 0;
	padding-right: 285px;
}
.bring-your-school-block.right-align-block .block-content ul li {
	padding-left: 0;
	padding-right: 30px;
	float: right;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bring-your-school-block.right-align-block .block-content ul li:after {
	right: 0;
	left: inherit;
	background: url(../img/hand-left.png) no-repeat;
}


/*What Bring Your School Section End*/

/*Download form Section start*/
.mauticform_wrapper{
	margin-top: 100px !important;
}
.blog-sidebar-box .mauticform_wrapper{
	margin-top: 0px !important;
}
.download-content-wrap .wrap-right span{
	margin-bottom: 10px;
}
.mauticform_wrapper .mauticform-selectbox {
    padding: 0.8em 0.5em !important;
}
.mauticform_wrapper .mauticform-button-wrapper .mauticform-button{
	background-color: #2F529B !important;
	color: #ffffff !important;
	border-color:  #2F529B !important;
	padding: 10px 20px;
}
.mauticform_wrapper .mauticform-button-wrapper .mauticform-button:hover{
	background-color: #FCC518 !important;
	color: #333333 !important;
}

.mauticform_wrapper  .mauticform-has-error input, .mauticform_wrapper  .mauticform-has-error select{
	border:1px solid red;
	background-color: #ffe4e4;
}
.mauticform_wrapper .mauticform-errormsg{ display: none !important; }


.myDemo.modal{top: 25%;}

.myDemo .mauticform_wrapper, #website_popup .mauticform_wrapper{
	margin-top: 0px !important;
}
/*school website section*/
.school-website-section{
	margin-top: -228px;
	/*border-bottom:2px solid #dca704;*/
	/*background-color: #1D293F;
	padding: 20px 0 40px 0;
	border-top:2px solid #dca704;
	*/
}
.school-website-section .container.text-center{
	background: #fff;
    padding-bottom: 59px;
    padding-top: 40px;
    -webkit-box-shadow: 20px 50px 50px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 20px 50px 50px rgba(0, 0, 0, 0.3);
	box-shadow: 20px 50px 50px rgba(0, 0, 0, 0.3);
}
.school-website-section h2{
	text-transform: capitalize;
/*	color: #ffffff;*/
}
/*.blinking{
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}*/
.websitec-form{
	padding: 0 22px;
	flex-direction: column;
}
.websitec-form .form-input-group .input-icon{
 z-index: 2;
}

.websitec-form .form-input-group .wpcf7-form-control{
	padding: 10px 0px 10px 57px !important;
	margin-left: 16px;
}
.websitec-form .form-input-group .wpcf7-form-control.wpcf7-select{
	margin-left: 41px;
    padding-left: 20px !important;
    width: calc(100% - 25px);
    padding: 12px 0px 12px 29px !important;
}
.websitec-form .wpcf7-form-control.common-btn{
	height: 45px;
}
/*Free Download Section*/
.free-download-section {
	background-color: #d6d6d8;
	padding: 35px 0 20px 0;
}
.free-download-section .free-download-content {
	padding: 70px 0px;
}
.free-download-section .free-download-content strong {
	font-size: 36px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
	font-family: 'Work Sans', sans-serif;
}
.free-download-section .free-download-content span {
	font-size: 20px;
	display: inline-block;
}
.free-download-section .free-download-content .btn-block a {
	margin: 0px;
}

.home .free-download-section, .page-id-11 .free-download-section{
	background-color: #d6d6d8;
    padding-bottom: 260px;
    padding-top: 50px;
}
/*Free Download Section End*/

/*Footer Section*/
.footer-section {
	background: #273755 url(../img/footer-bg.png) no-repeat center center;
	color: #fff;
}
.footer-top-wrap {
	padding: 80px 0px;
}
.footer-section .foot-box i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.10);
	display: inline-block;
	line-height: 60px;
	font-size: 32px;
	margin-bottom: 20px;
}
.footer-section .foot-box a {
	font-weight: 400;
	color: #fff;
	display: block;
}
.footer-section .foot-box:hover a.c01-gray {
	color: rgba(252, 197, 24, 1);
}
.footer-section .foot-box:hover i {
	background-color: rgba(47, 82, 155, 1);
}
.form-control, .wpcf7-form-control {
	height: 40px;
}
.subscribe-block h3 {
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
}
.subscribe-block .form-group {
	margin-bottom: 20px;
}
.subscribe-block .submit-button {
	width: 100%;
}
.footer-nav {
	margin-top: 70px;
}
.footer-nav ul {
	margin: 0px;
}
.footer-nav ul li {
	display: inline-block;
}
.footer-nav ul li a {
	min-width: 122px;
	margin: 0px 7px;
	font-size: 16px;
}
.social-icon {
	margin-top: 65px;
}
.social-icon a {
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #fff;
	font-size: 32px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	line-height: 60px;
	margin: 0px 6px;
	position: relative;
}
.social-icon a::after {
	border-radius: 50%;
	box-sizing: content-box;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	box-shadow: 0 0 0 2px #f1f1f1;
	opacity: 0;
	padding: 2px;
	left: -2px;
	top: -2px;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}


.social-icon a:hover::after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	opacity: 1;
}
.social-icon .facebook {
	background-color: rgba(60, 88, 158, 1);
}
.social-icon a.facebook:hover {
	background-color: #f1f1f1;
	color: #3C589E;
}
.social-icon .twitter {
	background-color: rgba(50, 205, 253, 1);
}
.social-icon a.twitter:hover {
	background-color: #f1f1f1;
	color: #32CDFD;
}
.social-icon .youtube {
	background-color: #ff0000;
}
.social-icon a.youtube:hover {
	background-color: #f1f1f1;
	color: #ff0000;
}
.social-icon .linkedin {
	background-color: #0c3c64;
}
.social-icon a.linkedin:hover {
	background-color: #f1f1f1;
	color: #0c3c64;
}
.social-icon .instagram {
	background-color: #cb2693;
}
.social-icon a.instagram:hover {
	background-color: #f1f1f1;
	color: #cb2693;
}
.social-icon .googleplus {
	background-color: #ff0000;
}
.social-icon a.googleplus:hover {
	background-color: #f1f1f1;
	color: #ff0000;
}
.social-icon .vimeo {
	background-color: rgba(50, 205, 253, 1);
}
.social-icon a.vimeo:hover {
	background-color: #f1f1f1;
	color: #32CDFD;
}


.foot-bottem-wrap {
	background-color: #1d293f;
	padding: 20px 0px;
}
.foot-bottem-wrap span {
	font-size: 14px;
	text-transform: uppercase;
	float: left;
}
.foot-bottem-wrap span a {
	color: #2f88c8;
}
.foot-bottem-wrap ul {
	float: right;
}
.foot-bottem-wrap ul li {
	display: inline-block;
}
.foot-bottem-wrap ul li a {
	text-decoration: underline;
	font-size: 14px;
	color: #fff;
	margin: 0px 10px;
	display: block;
}
.foot-bottem-wrap ul li a:hover, .foot-bottem-wrap span a:hover {
	color: rgba(252, 197, 24, 1);
}
.back-to-top {
  background: #fcc518 none repeat scroll 0 0;
  border-radius: 50% 50% 20% 20%;
  bottom: 120px;
  color: #fff;
  font-size: 26px;
  height: 50px;
  padding: 12px 0;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  display:none;
}
/*Footer Section End*/

/*Contact page*/
.section-intro-inner-page {
	height: 350px;
	position: relative;
	background-size: cover;
	background-position: center center;
	width: 100%;
	overflow: hidden;
}
.section-intro-inner-page:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(40, 56, 86, 0.85);
	z-index: 4;
}
.section-intro-inner-page .inner-intro-heading {
	position: absolute;
	z-index: 5;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	color: #fff;
	margin-top: 30px;
	text-align: center;
	min-width: 1000px;
}
.section-intro-inner-page .inner-intro-heading h1 {
	font-size: 48px;
	line-height: 48px;
	margin: 0px 0px 20px 0px;
}
.section-intro-inner-page .inner-intro-heading span {
	font-size: 18px;
}

.form-input-group {
	position: relative;
	padding: 15px;
	margin: 15px 0px;
}
.form-input-group .input-icon {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #cccccc;
	border-radius: 50%;
	font-size: 36px;
	color: #ccc;
	background-color: #fff;
	text-align: center;
	line-height: 70px;
}
.form-input-group .form-control, .form-input-group .wpcf7-form-control {
	border: 2px solid #ccc;
	box-shadow: none;
	height: 50px;
	padding: 0px 0px 0px 75px !important;
	font-size: 18px;
	display: block;
	width: 100%;
	border-radius: 4px;
}
.form-input-group .wpcf7-form-control.wpcf7-select{
    margin-left: 55px;
    padding-left: 20px !important;
    width: calc(100% - 55px);
}
/* .form-input-group .form-control select, .form-input-group select.wpcf7-form-control{
	width: 100%;
	height: 50px;
	padding: 5px;
} */
.form-input-group .form-control select option, .form-input-group select.wpcf7-form-control option {
	padding: 5px;
}
.form-input-group textarea.form-control, .form-input-group textarea.wpcf7-form-control  {
	height: inherit;
}

.customworkpageform .form-input-group .form-control, .form-input-group .wpcf7-form-control {
	border: 2px solid #ccc;
	box-shadow: none;
	height: auto !important;
	padding: 10px 0px 10px 75px !important;
	font-size: 18px;
	display: block;
	width: 100%;
	border-radius: 4px;
}
/*Contact page End*/

/*Demo page*/

.demo-box {
	background-color: #eff0f1;
	padding: 30px 10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #848484;
	margin: 15px 0px;
}
.demo-box-icon {
	background-color: #92989e;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 80px;
	text-align: center;
	font-size: 46px;
	display: inline-block;
	color: #fff;
	border: 2px solid #989a9c;
}
.demo-box-title {
	text-align: center;
	margin: 30px 0px 20px 0px;
	display: block;
}
.demo-box-title span {
	background-color: #92989e;
	padding: 10px;
	min-width: 200px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	position: relative;
}
.demo-box-title span::after {
	border-bottom: 10px solid #92989E;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -8px;
	position: absolute;
	top: -10px;
	width: 0;
}
.demo-box:hover .demo-box-icon {
	background-color: #2F529B;
	border-color: #fff;
}
/*Demo page End*/

/*Features page*/
.features-page-section {
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: 2;
}
.features-page-section:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(246, 242, 242, 0.95);
	z-index: 3;
}
.features-para {
	margin: 15px 0px;
}
.features-para, .features-block-img, .features-page-section .btn-block {
	position: relative;
	z-index: 4;
	text-align: center;
}
.features-para, .features-block-img {
	padding-top: 20px;
}
.features-para-number {
	width: 100px;
	height: 100px;
	background-color: #d8dae5;
	text-align: center;
	line-height: 100px;
	font-size: 24px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
	color: #2f529b;
	display: inline-block;
	position: relative;
	margin-bottom: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-animation: leaves 5s ease-in-out infinite alternate;
	animation: leaves 2s ease-in-out infinite alternate;
}
@-webkit-keyframes leaves {
 0% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
 background-color:#2f529b;
 color:#fff;
}
}
@keyframes leaves {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
 background-color:#2f529b;
 color:#fff;
}
}
.features-para-number:after {
	content: "";
	position: absolute;
	height: 45px;
	background-color: #d8dae5;
	width: 1px;
	left: 50%;
	bottom: -45px;
}
.features-para strong {
	background-color: #fff;
	width: 100%;
	padding: 15px 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
}
.plugin-box {
	background-color: #eaedf5;
	padding: 20px 15px;
	display: inline-block;
	margin: 15px 0px;
	min-height: 380px;
	position: relative;
}
.plugin-box-icon {
	font-size: 64px;
	color: #2f529b;
}
.plugin-box-title h3 {
	color: #000;
	font-size: 24px;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
	/* margin: 15px 0px; */
}
.plugin-box-title h3::after {
	background-image: url("../img/line-small.png");
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 53px;
}
.plugin-box-content {
	max-height: 190px;
}
.plugin-box-content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(212, 215, 222, 0.9);
}
.plugin-box-content .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(0, 0, 0, 0.1);
}
.paid-label {
	width: 0;
	height: 0;
	border-top: 86px solid #2f529b;
	border-left: 86px solid transparent;
	position: absolute;
	top: -10px;
	right: -10px;
	shape-outside: inset(1% round 45%);
	-webkit-shape-outside: inset(1% round 45%);
}
.paid-label span {
	left: 0;
	margin-left: -44px;
	margin-top: -80px;
	position: absolute;
	top: 0;
	color: #fff;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
}
/*Features page End*/

/*About Us page*/
.about-page-intro {
	background: url(../img/about-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
.about-section {
	padding: 180px 0px 50px 0;
}
.about-section .aboout-block {
	background-color: #F6F2F2;
	padding: 50px 50% 50px 30px;
	position: relative;
	width: 100%;
}
.about-section .aboout-block h2 {
	margin-bottom: 30px;
}
.about-section .aboout-block p {
	font-size: 18px;
}
.about-section .about-imac-screen {
	position: absolute;
	right: -70px;
	top: -127px;
	width: 451px;
}
.about-imac-screen.small-screen {
	display: none;
}

@media (max-width:768px) {
	.about-section {
		padding: 50px 0px;
	}
}
/*About Us page End*/

/*404 Error page*/
.error-page-intro {
	background: url(../img/page-not-found-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
.error-section {
	background-color: #f6f2f2;
}
.error-content-block .white-box {
	background-color: #fff;
	display: inline-block;
	min-width: 700px;
	padding: 20px;
	box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.error-content-block .white-box-inner {
	border: 2px dashed #2f529b;
	width: 100%;
	height: 100%;
	padding: 50px 0px 120px 0px;
}
.error-content-block .white-box-inner strong {
	font-size: 48px;
	color: #817f7f;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	display: block;
	margin-bottom: 30px;
}
.error-content-block .white-box-inner span {
	font-size: 60px;
	position: absolute;
	left: 50%;
	color: #2f529b;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	-moz-transform: rotate(-15deg) translateX(-50%);
	-webkit-transform: rotate(-15deg) translateX(-50%);
	-o-transform: rotate(-15deg) translateX(-50%);
	-ms-transform: rotate(-15deg) translateX(-50%);
	transform: rotate(-15deg) translateX(-50%);
}
.back-to-home-content {
	display: block;
}
.back-to-home-content span {
	font-size: 36px;
	margin: 50px 0px 25px 0px;
	display: inline-block;
	color: #817f7f;
	width: 100%;
}
.back-to-home-content p {
	font-size: 18px;
}
/*404 Error page End*/

/*Terms and Condition page*/
.terms-condition-intro {
	background: url(../img/terms-condition-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
.terms-condition-section, .disclaimer-section, .refund-policy-section {
	background-color: #F9F9F9;
}
.term-condition-content {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 30px;
}
.term-condition-content p, .term-condition-content strong {
	margin-bottom: 10px;
	display: block;
}
.term-condition-content p {
	text-align: justify;
	color: #666666;
}
/*Terms and Condition page End*/

/*Returns and Refunds Policy  page*/
.refund-policy-intro {
	background: url(../img/refunds-policy-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
/*Returns and Refunds Policy  page End*/

/*Disclaimer page*/
.disclaimer-intro {
	background: url(../img/disclaimer-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
/*Disclaimer page End*/

/*Free Download page*/
.free-download-intro {
	background: url(../img/free-download-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
.download-content-wrap {
	width: 100%;
	box-shadow: 0 0 4px #ccc;
	display: inline-block;
}
.download-content-wrap .wrap-left {
	position: relative;
	background: url(../img/free-downolad-bloc-img.jpg) no-repeat center center;
	background-size: cover;
	z-index: 2;
	width: 40%;
	float: left;
}
.download-content-wrap .wrap-left:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85);
	top: 0;
	left: 0;
	z-index: 3;
}
.download-content-wrap .wrap-left .logo-block {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
}
.download-content-wrap .wrap-left .logo-block a {
	display: block;
}
.download-content-wrap .wrap-left .logo-block a span {
	font-size: 30px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	color: #000000;
	margin-top: 20px;
	display: inline-block;
}
.download-content-wrap .wrap-right {
	background-color: #283856;
	padding: 30px;
	width: 60%;
	float: right;
	color: #fff;
}
.download-content-wrap .wrap-right h2 {
	margin: 10px 0px;
	text-align: center;
}
.download-content-wrap .wrap-right span {
	font-size: 18px;
	text-align: center;
	display: block;
}
.download-content-wrap .wrap-left, .download-content-wrap .wrap-right {
	min-height: 650px;
}
.download-form {
	display: inline-block;
	margin-top: 20px;
	padding: 0 15px;
}
.download-content-wrap .download-form .form-input-group {
	padding: 0px 0px;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}
.download-content-wrap .download-form .form-input-group .input-icon {
	background-color: #283856;
	border: 1px solid #fff;
	color: #fff;
	font-size: 32px;
	height: 56px;
	line-height: 50px;
	text-align: center;
	width: 56px;
	border-radius: 0px;
	z-index: 7;
}
.download-content-wrap .download-form .form-input-group .form-control,.download-content-wrap .download-form .form-input-group .wpcf7-form-control {
	background-color: #283856;
	border: 1px solid #fff;
	border-radius: 0px;
	box-shadow: none;
	font-size: 18px;
	height: 40px;
	margin: 8px 0 8px -1px;
	width: 99%;
	float: right;
	padding-left: 65px;
	color: #fff;
}
.download-content-wrap .form-input-group .form-control select, .download-content-wrap .form-input-group select.wpcf7-form-control {
	background-color: #283856;
	height: 38px;
	/* text-indent: 70px; */
	width: -webkit-calc(99% - 53px) !important;
	 width: -moz-calc(99% - 53px) !important;
	 width: calc(99% - 53px) !important;
	 padding: 0px 0px 0px 0px !important;
}
.download-content-wrap .download-form .form-input-group .form-control option, .download-content-wrap .download-form .form-input-group .wpcf7-form-control option {
	padding: 5px;
}
 .download-form .form-control::-webkit-input-placeholder, .download-form .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #fff;
 opacity:0.5;
}
.download-form .form-control::-moz-placeholder, .download-form .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
 color: #fff;
 opacity:0.5;
}
.download-form .form-control:-ms-input-placeholder, .download-form .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
 color: #fff;
 opacity:0.5;
}
.download-form .form-control:-moz-placeholder, .download-form .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity:0.5;
}
/*Free Download page End*/

/*Support page*/
.support-intro {
	background: url(../img/support-intro-bg.jpg) no-repeat center center;
	z-index: 3;
	background-size: cover;
}
.support-section {
	background: #FFF url(../img/supports-patter-bg.png) repeat;
}
.support-section h3 {
	margin: 0px 0px 50px 0px;
}
.support-section .support-box {
	background-color: #f6f2f2;
	width: 100%;
	position: relative;
	padding: 20px;
	min-height: 280px;
	margin-bottom: 30px;
}
.support-section .support-box::after {
	border-bottom: 25px solid #f6f2f2;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	content: "";
	height: 0;
	left: 25px;
	position: absolute;
	top: -25px;
	width: 0;
}
.support-section .support-box .find-solution {
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 4px #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
}
.support-section .support-box h4.box-heading {
	position: relative;
	padding: 0px 0px 10px 30px;
	font-size: 18px;
	min-height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #eeeeee;
}
.support-section .support-box h4.box-heading:after {
	content: "\e80b";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "wp-icon";
	font-size: 24px;
	color: #2f529b;
	font-weight: normal;
}
.find-solution .btn-block {
	margin-top: 10px;
}
.find-solution .common-btn {
	line-height: 40px;
	min-height: 40px;
	min-width: 150px;
	padding: 0 10px;
	font-size: 18px;
	margin: 0px;
}
.support-section .support-box span {
	position: relative;
	padding-left: 40px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
}
.support-section .support-box span:before {
	content: "\e807";
	font-family: "wp-icon";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 32px;
	color: #2f529b;
}
.support-section .support-box .support-hours h4.box-heading {
	border-bottom: 1px solid #d8d4d4;
}
.support-section .support-box .support-hours h4.box-heading:after {
	content: "\e824";
}
.hours-calendar .inner-border-dashed {
	width: 100%;
	height: 100%;
	border: 1px dashed #fff;
	opacity: 0.5;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0.9);
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	-ms-transform: translate(-50%, -50%) scale(0.9);
	-moz-transform: translate(-50%, -50%) scale(0.9);
	-o-transform: translate(-50%, -50%) scale(0.9);
}
.hours-calendar .mon {
	background-color: #33d5ac;
	color: #33d5ac;
}
.hours-calendar .tue {
	background-color: #ff1844;
	color: #ff1844;
}
.hours-calendar .wed {
	background-color: #ff750a;
	color: #ff750a;
}
.hours-calendar .thu {
	background-color: #14abf4;
	color: #14abf4;
}
.hours-calendar .fri {
	background-color: #67b930;
	color: #67b930;
}
.hours-calendar .sat {
	background-color: #ce81ef;
	color: #ce81ef;
}
.hours-calendar .sun {
	background-color: #554fe8;
	color: #554fe8;
}
.calendar-box {
	border: 3px solid #fff;
	border-radius: 4px;
	display: inline-block;
	height: 80px;
	position: relative;
	width: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.calendar-box .box-wrap {
	margin: 0 auto;
	text-align: center;
	width: 40px;
}
.calendar-box .calendar-icon-box {
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 5px 0px;
	font-size: 14px;
	line-height: 10px;
}
.calendar-box .calendear-box-text {
	margin-top: 1px;
	background-color: #fff;
	display: block;
	width: 100%;
	padding: 5px 0px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.calendar-box .open-close {
	text-align: center;
	color: #fff;
	line-height: 20px;
}
.support-section .support-policy .support-box, .support-section .free-plugin .support-box {
	min-height: inherit;
}
.support-policy ul li {
	position: relative;
	padding-left: 20px;
	margin: 5px 0px;
}
.support-policy ul li:before {
	content: "\e802";
	position: absolute;
	left: 0;
	top: 0;
	font-family: "wp-icon";
	width: 12px;
}
.free-plugin .btn-block a {
	margin: 0;
}

.subscribe-block .form-group .wpcf7-form-control {
	display: block;
	width: 100%;

	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: none;
}
.table-bordered.table i {
	color: #2f529b;
	font-size: 45px;
}
/*Support page End*/


.term-condition-content strong {
    color: #000;
}
.contact-form-section .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    position: inherit;
}
.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    text-align: center;
		height: 0;
}
.wpcf7-form p {
    margin: 0;
}

.g-recaptcha > div > div {
 margin: 10px auto !important;
 text-align: center;
 width: auto !important;
 height: auto !important;
}
.about-section .general-page-block {
    background-color: #fff;
    position: relative;
    width: 100%;
    padding: 40px;
    margin-bottom: 40px;
    /* -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1) */
}
.download-content-wrap div.wpcf7-mail-sent-ok, .download-content-wrap div.wpcf7-validation-errors {
    border: 0px solid #283856;
}

.thank-you-section  .form-capcha, .contact-form-section .form-captcha, .free-download-page-section .form-captcha {
    margin: 0 auto;
    width: 302px;
}
.thank-you-section .gglcptch_v2 {
    position: relative;
}
.thank-you-section .heading-caption.text-center {
    margin: 20px 0 46px;
}
.thank-you-section .social-icon a.twitter:hover {
    background-color: #28b3de;
    color: #cef3ff;
}
.thank-you-section .social-icon a.facebook:hover {
    background-color: #2e4683;
    color: #aebcde;
}
.thank-you-section .social-icon {
    margin-top: 45px;
}

/* knowledgebase-section Page Css */
.knowledgebase-section .kb-box{
	padding: 30px;
	background: #fff;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 15px;
	height: 100%;
    /*margin-bottom: 30px; */
}
.knowledgebase-section .kb-box .kb-box-header h3,
.knowledgebase-section .kb-box .kb-box-header h3 a{
	color: #000;
	margin: 0;
}
.knowledgebase-section .kb-box .kb-box-header{
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}
.knowledgebase-section .kb-box .kb-post-count:before {
    content: '(';
}
.knowledgebase-section .kb-box .kb-post-count:after {
    content: ')';
}
.knowledgebase-section .kb-box .kb-post-list li{
	position: relative;
	padding-left: 25px;
}
.knowledgebase-section .kb-box .kb-post-list li a:before{
	content: "\e032";
	position: absolute;
	left: 0;
	font-family: "Glyphicons Halflings";
}
.knowledgebase-section .kb-box .btn-block{
	margin-top: 15px;
}


/*================================= Updated CSS 25 April =================================*/



/*================================= common section titile =================================*/
.section-title h2{
	font-size: 36px;
    font-weight: 700;
    text-transform:uppercase;
    font-family: 'Work Sans', sans-serif;
    position:relative;
}
.section-title h2:after {
    content: "";
    width: 145px;
    background: #fcc518;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-title {
    text-align: center;
    padding-bottom: 60px;
}
.section-title p{
    margin: 0 auto;
    padding-top: 20px;
}

.section-title .small-text {
    color: #2f529b;
    letter-spacing: 2.5px;
    font-size: 11px;
    font-weight: 900;
}
/*================================= Support section =================================*/
.support-section .support-block{
	position: relative;
    background-color: #e9eced;
    padding: 3rem 0;
    overflow: hidden;
    height: 100%;
}
.support-section .btn-block{
	white-space: nowrap;
}
.support-section .support-block:before {
    background-color: #2f529b;
    position: absolute;
    top: 0px;
    left: -20%;
    width: 65%;
    height: 100%;
    -webkit-transform: skewX(-7deg);
    -moz-transform: skewX(-7deg);
    -ms-transform: skewX(-7deg);
    -o-transform: skewX(-7deg);
    transform: skewX(-7deg);
    content: "";
}
/* section.support-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
} */
.support-section .btn-block a{margin:0px;}

.support-section .support-img {
    width: 45%;
    height: 100%;
    text-align: center;
    padding: 0;
    z-index: 5;
    float: left;
}
.support-section .support-container {
    position: absolute;
    width: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.support-section .support-content {
    position: relative;
    width: 100%;
    padding: 0 0 0 45%;
}
.support-section .support-info{
    padding: 25px 45px;
}
.support-section .support-info h4{
	font-size: 23px;
    margin:0px;
}
.support-section .support-info p{
	margin: 0;
    padding: 25px 0px;
}

/*================================= knowledgebase-section =================================*/
.knowledgebase-section input#keyword{
    width: 90%;
    height: 40px;
   	padding: 15px;
		line-height: 1px;
}
.knowledgebase-section input[type="submit"]{
	background-color: #2f529b;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    width: 110px;
}
.knowledgebase-section form.search-documentation {
	padding-bottom: 20px;
}
.knowledgebase-section div#datafetch{
	position: absolute;
    width: 88%;
    background: #fff;
    z-index: 1;
    top: 36px;
    max-height: 220px;
    overflow-y: scroll;
    border: 1px solid #333;
}

.knowledgebase-section .col-md-6{
	    margin-top: 50px;
}

.knowledgebase-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.kb-box-header span {
    float: right;
}
.kb-box-header h3 {
    float: left;
}
.kb-box-header {
    display: inline-block;
    width: 100%;
}

/*================================= consulting page =================================*/
.consulting-section .consulting-block {
 margin: 0 0 50px 0;
 background-color: #e9eced;
}
.consulting-section .consulting-block .consulting-info {
 padding: 40px 30px 40px 20px;
 display: inline-block;
}
.consulting-section .consulting-block .consulting-info h4 {
 font-size: 23px;
 text-transform: uppercase;
 margin: 0 0 25px 0;
}
.consulting-section .consulting-block .consulting-info .common-btn {
 margin-left: 0;
}
.consulting-section .consulting-block .order {
 float: right;
}
.consulting-section .consulting-block .order-padding {
 padding: 0 20px 0 40px;
}

/*================================= post section =================================*/
.post-band .article{
	padding: 15px 0;
    border-bottom: 1px solid #dfe4e6;
    margin: 0;
}
.post-band a:hover{
	color:#2f529b;
}
.post-band .article h3 {
    position: relative;
    padding-left: 26px;
    margin: 0;
}
.post-band .article h3 :before{
	content: "\e032";
    position: absolute;
    left: 0;
    font-family: "Glyphicons Halflings";
    color: #337ab7;
    font-size: 15px;
    top: 6px;
}
/*================================= single-page section =================================*/
section.documentation-single-page {
    padding: 100px 0px;
    background: #f9f9f9;
}
section.documentation-single-page a:hover{
	color:#2f529b;
}
section.documentation-single-page .document-sidebar{
	background-color: #fff;
    padding: 70px 40px 50px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0,0,0,0.16);
}
section.documentation-single-page ul.main-document-categories{
	padding: 30px 0px;
}
section.documentation-single-page ul li a{
	padding: 9px 15px;
    display: block;
    color:#333;
    position:relative;
}
section.documentation-single-page ul.main-document-categories li a:before{
	position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #333;
    margin-left: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 26px;
    left: -9px;
}
section.documentation-single-page .single-content ul li{
	position: relative;
	padding-left: 15px;
}
section.documentation-single-page .single-content ul li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #333;
    margin-left: 10px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 15px;
    left: -9px;
}
section.documentation-single-page ul.main-document-categories li a:hover{
	color:#337ab7;
}
section.documentation-single-page ul li{
	border-bottom: 1px solid #f4f4f4;
}

section.documentation-single-page .document-heading {
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #2f529b;
    font-size: 18px;
    text-transform: uppercase;
}
section.documentation-single-page ul.sub-categories {
    padding: 30px 0px;
}
section.documentation-single-page ul.sub-categories li a:before {
    content: "-";
    color: #333;
    font-size: 14px;
    position: absolute;
    top: 12%;
    left: 0px;
}
section.documentation-single-page .content-area {
    padding: 40px 0px 0px 20px;
}
section.documentation-single-page img{
	padding:30px 0px;
}
section.documentation-single-page h2{
	    color: #2f529b;
}
section.documentation-single-page .single-content li {
    padding-left: 10px;
}


.product-image.slick-carousel ul.slick-dots{
	display:inline-flex;
}

.product-image.slick-carousel ul.slick-dots li button{
	/* background-color: transparent; */
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 12px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 0 5px;
}
.product-image.slick-carousel ul.slick-dots li.slick-active button{
	background-color:#FCC518;
}

.tab-content .table-responsive table{
	width: 100%;
}

/*================================= faq-page section =================================*/

section.faq-section{
	padding:70px 0px;
}

.faq-section .round-icon {
	height: 40px;
    width: 40px;
    background: #2f88c8;
    position: relative;
    border-radius: 50%;
    margin: 8px 0px;
}
.faq-section .round-icon:before {
    content: "?";
    color: #fff;
    position: absolute;
    top: 5px;
    left: 16px;
    font-size: 22px;
    font-weight: 900;
}
.faq-section .roundshape {
	position: absolute;
}
.faq-section .faq-box {
    background-color: #e9eced;
    padding: 20px;
    height: 100%;
}
.faq-section .faq-title {
	display: flex;
	margin-left: 55px;
	min-height: 55px;
}
.faq-section .faq-title h5{
	margin-top: auto;
	margin-bottom: auto;
}
.faq-section .faq-info {
    display: block;
    padding-left: 00px;
}
section.faq-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
section.faq-section .row .col-md-6 {
    padding-bottom: 30px;
}

.faq-section .faq-info h5 {
    font-size: 22px;
    font-weight: 700;
}
@media(max-width:560px){
	.faq-section .round-icon {
		height: 30px;
	    width: 30px;
		}
		.faq-section .round-icon:before {
			top: 0;
		    left: 10px;
		    font-size: 18px;
			}
	.faq-section .faq-title {
	    margin-left: 40px;
	}
}
/*================================= addon-page section =================================*/
section.addon-section .row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.addon-section .da-thumbs {
	list-style: none;
	position: relative;
	height: calc(100% - 30px);
    margin-bottom: 30px;
}

.addon-section .recommandedproduct .da-thumbs {
    display: flex;
    flex-direction: column;
    background: #eaedf5;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
}
.addon-section .recommandedproduct .da-thumbs .inner-thump{
	box-shadow: none;
}
.addon-section .recommandedproduct .edd_download_purchase_form .edd_download_quantity_wrapper,
.product-sidebar .edd_download_purchase_form .edd_download_quantity_wrapper {
	width: auto;
	display: inline-block;
}
.addon-section .recommandedproduct .edd_purchase_submit_wrapper,
.product-sidebar .edd_purchase_submit_wrapper{
	display: inline-block;
}
.addon-section .recommandedproduct .single-download .edd_download_purchase_form {
    margin-bottom: 1.387em;
    bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.addon-section .recommandedproduct .single-download .edd_download_purchase_form{
	margin-bottom: 25px;
}
.addon-section .recommandedproduct .edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity,
.product-sidebar .edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity {
    border-radius: 4px;
    border-style: solid;
    min-height: 50px;
    padding: 5px;
    border-color: #e8e8e8;
    border-width: 1px;
}
.addon-section .inner-thump {
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
    height: 100%;
    background: #eaedf5;

}
.addon-section .da-thumbs p {
    padding: 20px;
}
.addon-section .da-thumbs p:empty {
	display: none;
}
.addon-section .inner-thump a,
.addon-section  .inner-thump a img {
	display: block;
	position: relative;
}
.addon-section .da-thumbs .inner-thump a {
	overflow: hidden;
	background: #eaedf5;
	height: 100%;
}
 .addon-section .recommandedproduct .da-thumbs .inner-thump a {
	height: auto;
}

.recommandedproductmain{
	display: flex;
	align-items: stretch;
}

section.addon-section p {
    color:#000;
}
.addon-section h3 {
	color:#000;
}
.addon-section .da-thumbs .inner-thump a .addon-info {
	position: absolute;
	background: #2f529b;
	width: 100%;
	height: 100%;
	bottom: 100%;
}
.addon-section .da-thumbs .inner-thump a .addon-info span {
	display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: white;
    font-size: 20px;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.addon-section .addon-title {
	font-size:25px;
	padding-bottom:50px;
	position:relative;
}
.addon-section .round-icon{
	height: 60px;
    width: 60px;
    background: #2f529b;
    position: relative;
    border-radius: 50%;
    margin: 25px auto;
    display: block;
}
.addon-section  i {
    color: #fff;
    font-size: 30px;
}
.addon-section  i:before{
	top: 10px;
    position: relative;
}
.addon-section .addon-title:after {
    content: "";
    width: 60px;
    background: #fcc518;
    height: 3px;
    position: absolute;
    bottom: 40px;
    left: 0;
}

/*================================= product detail page =================================*/

.product-sidebar {
	background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 5px 1px rgba(0,0,0,0.1);
}
section.product-detail-section .product-image {
    text-align: center;
    margin-bottom: 2em;
}
section.product-detail-section .btn-cart{
	background-color: #a46497;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    display: inline-block;
}
section.product-detail-section .inline-li li {
    list-style-type: disc;
}
.inline-li h6 {
    margin-left: -20px;
}
.inline-li {
    padding-bottom: 30px;
}
section.product-detail-section .btn-cart:hover{
	background-color: #96588a;
	color: #fff;
}
.product-sidebar .btn-block a{
	margin: 0;
    width: 100%;
}
.product-sidebar p.price{
    font-weight: 800;
    color: #77a464;
    font-size: 1.25em;
    letter-spacing: 1.5px;
}
.product-sidebar.call-to-action {
    /* margin-top: 40px; */
    background: #fafafa;
}
.product-sidebar .product-rightside {
    display: flex;
}
.product-detail h6 {
    font-size: 25px;
}
.product-sidebar .product-rightside {
    display: inline-block;
    padding: 40px 0px;
}
.product-rightside {
    display: inline-block;
}
.download-template-default .product-rightside {
    display: inline;
}
.tab-section {
    display: inline-block;
    width: 100%;
}
section.product-detail-section .nav-tabs{
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
section.product-detail-section .nav-tabs>li .active{
	    background-color: #fff;
}
section.product-detail-section .nav-tabs>li{
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    /*margin: 0 -5px;*/
    padding: 0;
}
section.product-detail-section .nav-tabs>li a{
 margin-right: 0;
}
.product-rightside .container1{
	overflow-x: auto;
	padding-bottom: 15px;
}


/* Scrollbar Styling */
.container1::-webkit-scrollbar {
    width: 10px;
}

.container1::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.container1::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.nav-tabs>li a:hover,
.nav-tabs>li a:focus,
.nav-tabs>li a:active{
	background-color: #2f529b;
	color: #fff !important;
}
.nav-tabs>li.active>a{
	border-color: transparent;
	background-color: #2f529b;
    color: #fff !important;
}
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
	border-color: transparent;
	background-color: #2f529b;
    color: #fff !important;
}
.product-tab {
    padding-top: 50px;
        display: inline-block;
}
.product-tab .nav-tabs>li>a{
	color: #2f529b;
	text-transform: capitalize;
	font-weight: 700;
}
.product-sidebar .btn-block input {
    /* margin-left: 14px;
    background: none;
    border-radius: 4px;
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 400;
    height: 37px;
    width: 74px;
    border: 1px solid #e5e5e5;
    padding: 0px 0px 0px 14px;
    line-height: 37px; */
}
.product-sidebar .btn-block {
    display: flex;
    justify-content: center;
}
.quantity input:focus {
    outline: none;
}
.woocommerce div.product form.cart div.quantity {
   float: right !important;
}

/*=================change after developing =================*/
.product-detail-section .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100% !important;
}
.product-detail-section .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100% !important;

}
/*=================checkout page=================*/
.woocommerce-checkout .about-section{
	padding: 80px 0px;
}

.woocommerce-checkout textarea{
	padding: 16px 9px;
	color: #000;
    font-size: 14px;
}
.woocommerce-checkout .general-page-block{
	background-color:transparent;
}
.woocommerce-checkout div#customer_details input {

	border:1px solid #ccc;
	border-radius: 4px;
	height: 45px;
	padding: 10px 13px 14px;

}
.woocommerce-checkout div#customer_details .select2-container--default .select2-selection--single{
	border-radius: 0;
    height: 40px;
    border-radius: 4px;
}
.woocommerce-checkout .woocommerce form .form-row{
	margin: 0 0 25px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow b{
	top: 65%;
}
.woocommerce-checkout div#payment{
	background: transparent !important;
}
.woocommerce-checkout .woocommerce-billing-fields {
    -webkit-box-shadow: 0 0 10px 0 rgba(226,231,236,0.75);
    box-shadow: 0 0 10px 0 rgba(226,231,236,0.75);
    padding: 30px;
}
.woocommerce-checkout  .col-2{
	background: #2f529b;
    padding: 30px;
    color: #fff;
    float:left;
}
.woocommerce-checkout  .col-2 a{color:#fff;}
.woocommerce-checkout  .woocommerce table.shop_table{
	border: 1px solid rgba(255, 255, 255, 0.30980392156862746);
}
.woocommerce-checkout .woocommerce table.shop_table td{
	border: 1px solid rgba(255, 255, 255, 0.30980392156862746);
}
.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
	border: 1px solid rgba(255, 255, 255, 0.30980392156862746);
}
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set{display: flex;}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	width: 100%;
}

/*=================woocommerce-cart=================*/
.woocommerce-cart .general-page-block {
	background-color:#fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(226,231,236,0.75);
    box-shadow: 0 0 10px 0 rgba(226,231,236,0.75);
    padding: 30px;
}
/*=================default woocomerce button css=================*/
a.button.wc-backward {
    background: #2f529b !important;
    color: #fff !important;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
	background: #2f529b !important;
    color: #fff !important;
}
/*=================woocomerce button css=================*/
select.orderby {
    border: 1px solid #ccc;
    padding: 9px 10px;
    font-size: 14px;
}
/*================= Login-form =================*/
#password-lost-form-wrap input[type="password"].som-password-input {
    max-width: 100%;
}
.page-id-564 .about-section .general-page-block, .edd-success .about-section .general-page-block{
	background-color:transparent;
}
.flex-div{
	display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
}
.flex-div .custom-left-img{
	background-image: url(http://alphatesting87.com/demo/wpschoolpress-new-design/wp/wp-content/uploads/2019/06/login-img.jpg);
	background-size: cover;
	background-position: center center;
    flex: 0 0 50%;
    position: relative;
}
.flex-div .custom-left-img:before{
	content: "";
	position: absolute;
	top: 0;
	background-color: rgba(47, 82, 155, 0.85);
	width: 100%;
	height: 100%;
}
.flex-div .custom-right-form{
	flex: 0 0 50%;
}
.flex-div .custom-left-img .wpschoolpress-logo{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.login-form label {
    width: 100%;
    color: #696969;
    font-weight: 500;
    font-size: 17px;
}
.login-form {
	max-width: 600px;
    margin: 0 auto;
    border: 2px solid #f4f4f4;
    background: #fcfcfc;
    padding: 35px;
}
.login-form legend{
	background: none !important;
    border-left: none !important;
}
.login-form a{
	color: #2f529b;
    font-size: 17px;
}
.login-form input {
    width: 100%;
    padding: .8125rem;
    color: #696969;
    background: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 0;
}
.login-form input#rememberme {
    width: auto;
}
.login-form input#edd_login_submit {
    width: auto;
    background-color: #2f529b;
    color: #fff;
    min-width: 120px;
    min-height: 45px;
    padding: 0px 10px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.login-form legend{
    text-align: center;
    font-weight: 700;
    font-size: 30px !important;
    text-transform: capitalize;
    padding: 15px 0px;
    border: none;
    position: relative;
}
.login-form legend:after {
    content: "";
    position: absolute;
    background: #2f529b;
    width: 40px;
    height: 2px;
    bottom: -7px;
    text-align: center;
    transform: translate(-50%, -50%);
    left: 50%;
}
.login-form p{margin-bottom: 20px;}

.profile-section .badge {
  background-color: #777;
}

.profile-section .tabs-left {
  margin-top: 5px;
  display: flex;
  background: #fcfcfc;
  box-shadow: 0 0 10px 0 hsla(0, 0%, 0%, 0.1);
}
section.product-detail-section .nav-tabs li.active {
    background: #fff !important;
    z-index: 2;
    border-bottom-color: #fff;
}
section.product-detail-section ul.nav.nav-tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}
.profile-section .nav-tabs {
    border-bottom: 0;
    background-color: #f5f5f5;
    /* -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px rgba(0,0,0,0.16); */
}
section.product-detail-section .nav-tabs>li>a{
	font-weight: 700;
    color: #515151;
}
section.product-detail-section .nav-tabs {
    border-bottom: none;
}
section.product-detail-section .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border-color:transparent;
}
.edd-success table#edd_purchase_receipt td, th, table#edd_purchase_receipt_products td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
}
.edd-success p {
    color: #2f529b;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
}
/*==========================when user not login ==========================*/
.profile-section p.edd-login-username, p.edd-login-password{
	/*float: left;*/
    width: 100%;
}
p.edd-login-username label, p.edd-login-password label,.woocommerce-lost-password label {
	width: 100%;
    color: #696969;
    font-weight: 500;
    font-size: 17px;
}
p.edd-login-username input, p.edd-login-password input, .woocommerce-lost-password input {
	width: 100%;
    padding: .8125rem;
    color: #696969;
    background: #fff;
    border: 2px solid #f5f5f5;
    border-radius: 0;
}
#edd-purchase-button, .edd-submit, [type=submit].edd-submit, button.woocommerce-Button.button{
	background-color: #2f529b !important;
    color: #fff !important;
    min-width: 120px;
    min-height: 45px;
    padding: 0px 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600 !important;
    margin: 0;
    font-size: 20px !important;
    line-height: 36px !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



/*==========================when user not login ==========================*/
.profile-section fieldset a {
    color: #2f529b;
}
.profile-section p.edd-logged-out {
    padding: 10px 0px;
    color: red;
}
.profile-section .nav-tabs li {
  float: none;
  margin: 0;
}
.profile-section .nav-tabs li a {
  margin-right: 0;
  border-radius: 0;
  padding: 20px 50px;
  text-align: left;
  white-space: pre;
}
.profile-section .tab-content {
  margin-left: 20px;
  width: 100%;
}
.profile-section .tab-content .tab-pane {
  display: none;
  background-color: #fcfcfc;
  padding: 1.6rem;
/*  overflow-y: auto;*/
}
.profile-section .tab-content .active {
  display: block;
  height: auto !important;
}
.profile-section .list-group {
  width: 100%;
}
.profile-section .list-group .list-group-item {
  height: 50px;
}
.profile-section .list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}
.profile-section #edd_profile_editor_form label{
	width: 100%;
	color: #696969;
    font-weight: 500;
    font-size: 17px
}
.profile-section #edd_profile_editor_form  p {float: left;width: 50%;padding: 0px 20px;margin-bottom: 20px;}
.profile-section #edd_profile_editor_form legend, form#edd_login_form legend{
	padding: 10px 20px;
    border: 0px;
    font-weight: 700;
    background: transparent;
    border-left: 3px solid #2f529b;
}

.profile-section #edd_profile_editor_form input,  .profile-section #edd_profile_editor_form select{
	width:100%;
    padding: .8125rem;
    color: #696969;
    background: #fff;
    border: 1px solid #ccccccc4;
    border-radius: 0;
}
.profile-section #edd_profile_editor_form fieldset{
	padding: 20px 0px 40px 0px;
}
fieldset#edd_profile_submit_fieldset {
    padding: 0 !important;
}
p#edd_profile_submit_wrap{width:auto !important}

input#edd_profile_editor_submit {
    background-color: #2f529b !important;
    color: #fff !important;
    min-width: 200px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}
#edd_user_history td, #edd_user_history th{
	padding: 12px 20px !important;
}
#edd_user_history a {color: #2f529b;}
#edd_user_history th, .edd-success table#edd_purchase_receipt th,table#edd_purchase_receipt_products th {
    font-weight: 700;
    background: #2f529b26 !important;
}
/*================================= reset password =================================*/
.woocommerce-lost-password .general-page-block {background-color:transparent;}

tr.edd_license_keys {
	background: #2f529b26;
}
span.edd_sl_license_title{font-weight:bold;}



/*================================= home page What is that your School needs? =================================*/

@media(min-width:1200px){
	.features-wpschoolpress-section .row{
		display: table;
	}

	.features-wpschoolpress-section .row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
	}

}
@media(max-width:1199px){
	.features-wpschoolpress-section .wps-feature-slider {
		max-width: 450px !important;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Thank you page section */
 .about-section.no-pading{
 	padding: 0;

 }
.cart-btn{
	display: inline-block;
    color: #2f529b;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin-bottom: 10px;
   margin-left: 10px;


}
.cart-btn:hover{
	color: #fff;
	background-color: #2f529b;
}
.tab-content ol{
	margin-left: 17px;
}
/* checkout Page */
#edd_checkout_cart_wrap{
	width: 100%;
	overflow: auto ;
	margin-bottom: 10px;
}
#edd_checkout_form_wrap legend {
    width: auto !important;
    padding: 0 5px !important;
    border: none;
}
#edd_checkout_form_wrap .edd-payment-icons {
    margin: 0 0 21px !important;
}
#edd_final_total_wrap{
	margin: 0 0 21px;
}
.edd_sl_license_row th{
    background: #2f529b26 !important;
}
.edd-table{
	text-align: left;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    border-bottom: none;
}
.edd-table th {
    background: #2f529b26 !important;
}
.edd-table td, .edd-table th {
    text-align: left;
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
    line-height: 25px;
    vertical-align: middle
}
/*========================== dropdown menu ==========================*/
.header-section .menu-item-has-children .sub-menu {
    display: block;
    width: 240px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    background: #feffff;
    position: absolute;
    top: 69px;
    left: 0;
    transform: translateY(-1em);
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header-section .menu-item-has-children .sub-menu li{
	width: 100%;
	margin: 0;
	    border-bottom: 1px solid #cccccc87;
}
.header-section .menu-item-has-children .sub-menu li a{
	color:#2f529b !important;
	padding: 10px 20px;
	margin: 0px;
	width: 100%;
}
.header-section .menu-item-has-children .sub-menu li a:hover{
	color:#fcc518 !important;
}
.header-section .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
@media(max-width:768px){
	.header-section .menu-item-has-children .sub-menu {
	    visibility: inherit !important;
		}
	.header-section .menu-item-has-children .sub-menu li a{
	    color: #FFF !important;
		}
		.flex-div .custom-left-img{
			display: none;
		}
		.flex-div .custom-right-form{
			flex: 0 0 100%;
		}
}

/*================================= home page highlight band =================================*/
.highlight-band{
	background-image: url(http://alphatesting87.com/demo/wpschoolpress-new-design/wp/wp-content/uploads/2019/04/free-download-bg.png);
	background-color: #d6d6d8;
	padding: 60px 0px;
	margin-top:60px;
	position: relative;
}
.highlight-band:before {
    background: #fff;
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
}
.highlight-band .row{
	display:flex;
}
.highlight-band strong{
	font-size: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
}
.highlight-band .addon-content {
    padding: 0px 80px;
}

/*================================= media query start =================================*/

@media only screen and (max-width: 1360px) {
.about-section .aboout-block {
	padding: 50px 35% 50px 30px;
	width: 90%;
}
.about-section .about-imac-screen {
	width: 430px;
	top: -105px;
}
}
 @media only screen and (max-width: 1199px) {
.container {
	width: 100%;
}
.experience-features-section {
	padding: 235px 0px 70px 0px;
}
.experience-features-section .experience-features-box {
	min-height: 516px;
}
.footer-nav ul li a {
	font-size: 14px;
	min-width: 100px;
}
.footer-section .foot-box a {
	font-size: 14px;
}
.wps-feature-slider {
	margin: 50px 0;
	float: none;
	display: inherit;
}
.features-wpschoolpress-section .device {
	float: none;
	background-size: cover;
	width: auto;
}
.features-page-section .btn-block a {
	margin: 0px 10px;
}
.slick-next {
	right: -100px;
}
.slick-prev {
	left: -100px;
}
.plugin-box {
	min-height: 400px;
}
.download-content-wrap .wrap-left {
	width: 30%;
}
.download-content-wrap .wrap-right {
	width: 70%;
}
.support-section .support-box {
	min-height: 310px;
}
.knowledgebase-section input#keyword{
	    width: 85%;
}
.woocommerce-cart .about-section {
    padding: 30px 0 40px;
}
}
@media only screen and (max-width: 1023px) {
.section-intro {
	height: auto;
}
.features-wpschoolpress-section .row{
	display: block;
}
.experience-features-section {
	padding-top: 50px;
}
.slick-next {
	right: -70px;
}
.slick-prev {
	left: -70px;
}
.experience-features-section .experience-features-box {
	min-height: 440px;
}
.experience-features-section .experience-features-box .box-icon-bg {
	width: 100px;
	height: 100px;
}
.experience-features-section .experience-features-box .box-icon i {
	font-size: 60px;
}
.experience-features-section .experience-features-box .box-title h3 {
	font-size: 18px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item {
	width: 33.3333%;
}
.bring-your-school-block .block-icon {
	display: none;
}
.bring-your-school-block.right-align-block {
	text-align: left;
}
.bring-your-school-block .block-content, .bring-your-school-block.right-align-block .block-content {
	padding-left: 90px;
}
.bring-your-school-block.right-align-block .block-content ul li {
	padding: 0px 15px 0px 30px;
	text-align: left;
	float: left;
}
.bring-your-school-block .block-content ul li {
	padding: 0px 15px 0px 30px;
}
.bring-your-school-block.right-align-block .block-content ul li::after {
	background: rgba(0, 0, 0, 0) url("../img/hand-right.png") no-repeat scroll 0 0;
	right: inherit;
	left: 0;
}
.bring-your-school-block.right-align-block .block-content {
	padding-right: 0px;
}
.download-content-wrap .wrap-left {
	width: 100%;
	min-height: 300px;
}
.download-content-wrap .wrap-right {
	width: 100%;
	min-height: inherit;
}
.support-section .support-block:before{
	transform: none;
}
section.support-section .row{
	    display: block;
}
.support-section .support-block{
	margin-bottom: 40px;
}
.knowledgebase-section .row{
	display:block;
}
.knowledgebase-section input#keyword{
	   width: 60% !important;
}
.consulting-section .consulting-block .order{
	float:none;
}
section.addon-section .col-md-4 {
    padding-bottom: 30px;
}
}
 @media only screen and (max-width: 991px) {

.header-section .logo a {
	font-size: 18px;
}
.menu ul li a {
	font-size: 14px;
	margin: 0;
}
.header-section .menu{
	margin: 21px 0px;
}
.subscribe-block {
	margin-top: 30px;
}
.free-download-img-block {
	margin: 70px 0px;
}
.wps-feature-slider {
	margin-top: 30px;
}
.wps-feature-slider {
	display: inline-block;
}
.features-wpschoolpress-section .device {
	width: 459px;
}
/* .about-section {
	padding: 375px 0px 40px 0px;
} */
.woocommerce-cart .about-section {
    padding: 30px 0 40px;
}
.about-section .aboout-block {
	width: 100%;
	padding: 30px;
}
.about-imac-screen.small-screen {
	display: block;
	top: -304px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.about-imac-screen {
	display: none;
}
.support-section .support-box {
	min-height: inherit;
}
}
 @media only screen and (max-width: 915px) {
.foot-bottem-wrap span, .foot-bottem-wrap ul {
	width: 100%;
	text-align: center;
	margin: 5px 0px;
}
}
@media only screen and (max-width: 1024px) {
	.edd-checkout .about-section {
    	padding: 50px 0px;
	}
	.cart-btn{
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
.m-menu-btn {
	display: block;
}
.header-section .menu {
	visibility: hidden;
	max-height: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(47,82,155,0.9);
	display: block;
	z-index: 9999;
	left: 0;
	top: 64px;
}
.header-section .menu ul{
	display: block;
}
.menu-open .menu {
	max-height: 100vh;
	visibility: visible;
	overflow: auto;
}
.menu li {
	display: block;
	margin: 5px 0px;
	padding: 5px 10px;
}
}
 @media only screen and (max-width: 767px) {
section.product-detail-section .nav-tabs>li>a{
	padding: 3px;
}
.header-section .menu-item-has-children .sub-menu{
	position:relative;
}
.header-section .menu{
	margin: 21px 0px;
}
.menu ul li a{
	margin:0px;
}
.m-menu-btn {
	display: block;
}
.features-wpschoolpress-section .row{
	display: block;
}
section.product-detail-section .nav-tabs>li{
	margin: 0;
    padding: 0;
}
section.product-detail-section .nav-tabs{
	padding-top: 50px;
	padding-left: 0;
}
/*.edd-success table#edd_purchase_receipt td, th, table#edd_purchase_receipt_products td{
    display: block;
}*/
.login-form legend {
    font-size: 20px !important;
}
.page-id-564 .about-section .general-page-block, .edd-success .about-section .general-page-block{
	background-color:transparent;
	padding:0px;
}
table#edd_purchase_receipt tr td {
    display: block;
}
table#edd_purchase_receipt th {
    display: block;
}
.header-section .menu {
	visibility: hidden;
	max-height: 0;
	position: absolute;
	width: 100%;
	background-color: rgba(47,82,155,0.9);
	display: block;
	z-index: 9999;
	left: 0;
	top: 64px;
}
.menu-open .menu {
	max-height:100vh;
	height: 100vh;
	visibility: visible;
	overflow-y: auto;
	padding-bottom: 150px;
}
.menu li {
	display: block;
	margin: 5px 0px;
	padding: 5px 10px;
}
.header-section .menu-item-has-children .sub-menu li{
	border:none;
}
.intro-content h1 {
	font-size: 24px;
	margin: 30px 0 20px;
}
.intro-content h2 {
	font-size: 18px;
}
.heading-caption {
	margin-bottom: 35px;
}
.heading-caption h2 {
	font-size: 24px;
}
.experience-features-section .experience-features-box {
	min-height: inherit;
	margin: 15px 0px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item {
	width: 50%;
}
.footer-nav, .social-icon {
	text-align: center;
}
.footer-section .foot-box a {
	font-size: 12px;
}
.footer-top-wrap {
	padding: 30px 0;
}
.social-icon {
	margin-top: 30px;
}
.features-wpschoolpress-section .module-tablet-content ul li {
	text-align: center;
}
.features-wpschoolpress-section .module-tablet-content .fw-icon::after {
	display: none;
}
.features-wpschoolpress-section .module-tablet-content .fw-icon {
	margin-right: 0px;
}
.features-wpschoolpress-section .module-tablet-content .fw-content {
	max-width: 100%;
	display: block;
}
.what-bring-your-school-section {
	text-align: center;
}
.bring-your-school-block .block-content, .bring-your-school-block.right-align-block .block-content {
	padding: 0px;
}
.bring-your-school-block {
	border-radius: 40px;
	margin: 15px;
	min-height: 490px;
	padding: 0px 15px 15px 15px;
	width: 320px;
	display: inline-block;
}
.bring-your-school-block .block-content {
	text-align: left;
}
.bring-your-school-block .block-content ul li {
	display: block;
	padding: 0 0 0 30px;
	width: 100%;
}
.free-download-section .free-download-content {
	padding: 40px 0px;
}
.section-intro-inner-page {
	height: 250px;
}
.section-intro-inner-page h1 {
	font-size: 36px;
}
.common-pading {
	padding: 30px 0px;
}
.section-intro-inner-page .inner-intro-heading h1 {
	font-size: 30px;
}
.heading-caption {
	margin-bottom: 40px;
}
.heading-caption h2 {
	font-size: 24px;
}
.plugin-box {
	min-height: auto;
}
.plugin-box-content {
	max-height: 350px;
}

/*Support page media query*/
.support-section .support-block:before{
	display:none;
}
.support-section .support-container{
	position: static;
	width: 100%;
    margin-top: 56px;
}
.support-section .support-info{
	text-align: center;
	padding: 25px 20px;
}
.support-section .support-content{
	padding: 0;
	position: static;
}
.support-section .support-img{
	height: auto;
	width: 100%;
}
.support-section .support-container{
	position: static;
	width: 100%;
	text-align: center;
	transform: translateY(-20%);
}
.support-section .btn-block{
	margin-top: 0;
}
.knowledgebase-section input#keyword{
	width:auto;
	padding: 0px 10px;
}
.post-band h1.page-title{font-size:25px;}
.consulting-section .consulting-block .order-padding {
 padding: 0px 20px;
}
.consulting-section .consulting-block .order{
	float:none;
}
section.addon-section .col-md-4 {
    padding-bottom: 30px;
}
.kb-box-header span {
    float: left;
    padding-top: 5px;
}
.kb-box-header h3{
	float:none;
}
.error-content-block .white-box{min-width: 100%;}
.error-content-block .white-box-inner strong {
	font-size: 40px;
}
.error-content-block .white-box-inner span {
	font-size: 50px;
}
.consulting-section .consulting-block .consulting-info .common-btn{
	white-space: nowrap;
}
.woocommerce-checkout .woocommerce .col2-set, .woocommerce-page .col2-set{
	display: block;
}
.about-section .general-page-block{
	 padding: 15px;
	 overflow: auto;
}
.edd-checkout .about-section .general-page-block {
    padding: 15px;
}
#edd_checkout_form_wrap fieldset{
	padding: 15px;
}
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
    width: 100% !important;
}
.woocommerce-checkout .woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
	float: left;
    width: 100%;
}
.woocommerce-checkout p#billing_first_name_field{
	width: 100%;
    float: left;
}
.woocommerce-cart .about-section{
padding: 30px 0 40px;
}
.profile-section .tabs-left{display: block;}
.profile-section .tab-content {
	margin: 10px 0px;
}
.profile-section #edd_profile_editor_form p {width: 100%;margin-bottom: 10px;}
.download-detail, .purchase-detail{overflow-x: auto;}
.profile-section p.edd-login-username, p.edd-login-password{
	width: 100%;
}


}
@media only screen and (max-width: 530px) {
.intro-content h1 {
	font-size: 20px;
}
.intro-content h2 {
	font-size: 16px;
}
.intro-content a {
	min-width: 130px;
	font-size: 14px;
	margin: 5px;
}
.slick-next, .slick-prev {
	background-color: transparent;
	width: auto;
	height: auto;
}
.slick-next {
	right: -45px;
}
.slick-prev {
	left: -45px;
}
.why-choose-wpschoolpress-secttion .why-choose-wp-item {
	padding: 5px;
}
.foot-box {
	width: 100%;
	margin: 15px 0px;
}
.footer-section .foot-box a {
	font-size: 16px;
}
.footer-nav {
	margin-top: 30px;
}
.footer-nav ul li a {
	margin: 5px;
}
.features-wpschoolpress-section .module-tablet-bg, .features-wpschoolpress-section .module-tablet-content {
	min-height: inherit;
}
.features-wpschoolpress-section .module-tablet-bg {
	padding: 40px 0px;
}
.wps-feature-slider {
	margin-top: 0px;
}
.features-wpschoolpress-section .device {
	width: 250px;
}
.wps-feature-slider .slick-dots {
	bottom: -70px;
}
.bring-your-school-block {
	width: 290px;
	margin: 15px 0px;
	min-height: inherit;
}
.section-intro-inner-page h1 {
	font-size: 30px;
}
.section-intro-inner-page {
	height: 200px;
}
.features-page-section .or {
	display: block;
}
.download-content-wrap .wrap-right {
	padding: 15px;
}
/* .about-section {
	padding: 240px 0 40px;
} */
.about-section .aboout-block h2 {
	margin-bottom: 20px;
	font-size: 20px;
}
.about-section .aboout-block {
	padding: 15px;
}
.about-imac-screen.small-screen {
	top: -205px;
}
.about-section .aboout-block p {
	font-size: 16px;
}
.section-intro-inner-page .inner-intro-heading {
	min-width: 96%;
}
.support-section h3 {
	font-size: 20px;
}
.support-section .support-box h4.box-heading {
	font-size: 16px;
}
}
@media only screen and (max-width: 480px) {
.calendar-box {
	margin-right: 0px;
}
.footer-nav ul li a {
	min-width: 150px;
}
}
@media only screen and (max-width: 360px) {
.footer-nav ul li a {
	min-width: 130px;
}
}
/*================================= media query end =================================*/

.overflow-hide{
	overflow: hidden;
}
 @media (max-width: 1024px){
 	.header-section .menu-item-has-children .sub-menu{
 		position: relative;
 		top: 0px;
 		width: 100%;
 		background: transparent;
 		box-shadow: none;
 		margin: 0;
 		padding: 10px 0;
 		z-index: 1;
 		opacity: 1;
 		transform: unset;
 		display: none;
 	}
 	.header-section .menu-item-has-children .submenu-show{
 		display: block;
 	}
 	.header-section .menu-item-has-children:after{
		content: "\f347";
	font-family: dashicons;
	    right: 15px;
	    position: absolute;
	    color: #fff;
	    top: 10px;
 	}
 	.header-section .down-arrow:after{
 	content: "\f343";
 		font-family: dashicons;
 		 right: 15px;
	    position: absolute;
	    color: #fff;
	    top: 10px;
 	}
 	.header-section .menu-item-has-children .sub-menu a:after{
 		display: none;
 	}
 	.header-section .menu-item-has-children .sub-menu li a{
 		color: #fff !important;
 	}
 }
 @media only screen and (min-width : 1001px) and (max-width: 1024px) {
 	.menu li{
 		margin: 0px 13px;
 	}
 	.header-section .menu{
 		    margin: 4px 0px;
 	}
 }
 /* Download add-ons page */
 .installation-guide-tab-block td,
 .installation-guide-tab-block th{
	 white-space: nowrap;
	 padding: 05px;
 }
 .add-on-video-block{
 	width: 100%;
 	max-width: 800px;
 	height: 450px;
 	margin-top: 25px;
 }

 .add-on-video-block iframe{
 	width: 100%;
 	height:100%;
 }
 @media(max-width:1024px){
 	.add-on-video-block{
     height: 280px;
 	}
 }
 @media(max-width:768px){

 	.add-on-video-block{
     height: 240px;
 	}
 }
 @media(max-width:560px){

 	.add-on-video-block{
     height: 180px;
 	}
 }
 /* Equal equal height columns */
 @media(min-width:992px){
 	.equal-col-height{
 		display: flex;
 		align-items: stretch;
 	}
/*  	.equal-col-height [class*='col-']{
 		float: none;
 	    display: table-cell;
 	    vertical-align: top;
 	} */
 }


/* Blog Page Design - 08-08-2019 */
.blog-section{
	display: block;
	width: 100%;
	padding: 60px 0;
	background-color: #F5F5F5;
	font-family: 'Lato', sans-serif;
}
.blog-section .blog-post{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	border-bottom: 5px solid #D5D5D5;
	position: relative;
}
.blog-section .blog-post:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 30px;
	width: 200px;
	height: 5px;
	background-color:#2f529b;
}
.blog-post.blog-single-post{
	border: none;
}
.blog-post.blog-single-post:after{
	display: none;
}
.blog-section .blog-post .blog-content .blog-heading{
  /*  display: flex;*/
    align-items: center;
}
.blog-section .blog-post .blog-content .blog-heading .post-title{
	display: flex;
	flex: 0 0 65%;
}
.blog-section .blog-post .blog-content .post-share{
	flex: 0 0 65%;
}
.blog-section .blog-post .blog-content .blog-heading .post-title h1{
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	color: #222222;
	font-weight: 400;
	margin: 20px 0 18px;
}
.blog-section .blog-post .blog-content .blog-heading .post-title h1 a{
	color: #2f529b;
}
.blog-section .blog-post .blog-content .blog-heading .post-meta {
	display: flex;
	flex: 0 0 45%;
	text-align: right;
}
.blog-section .blog-post.blog-single-post .blog-content .blog-heading .post-meta{
	margin-top: 0px;
}
.blog-section .blog-post .blog-content .blog-heading .post-meta ul {
	list-style-type: none;
}
.blog-section .blog-post .blog-content .blog-heading .post-meta ul li{
	display: inline-block;
	font-size: 16px;
	color: #222222;
	vertical-align: middle;
	padding: 0 3px;
}
.blog-section .blog-post .blog-content .blog-heading .post-meta ul li i{
	font-size: 8px;
	vertical-align: middle;
}
.blog-section .blog-post .blog-content .blog-heading .post-meta ul li a{
	color: #222222;
	font-size: 16px;
}
.blog-section .blog-post .blog-content .blog-read-more{
	display: inline-block;
	margin-top: 20px;
}
a.blog-btn{
    display: inline-block;
    min-width: 150px;
    border: 1px solid #2f529b;
    text-align: center;
    padding: 12px 15px 8px 20px;
    color: #222222;
    min-width: 200px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in;
    background: #2f529b;
}
a.blog-btn:hover{
	color: #ffffff;
}
a.blog-btn:hover:before {
	background-color: #222222;
	color: #ffffff;
}
a.blog-btn:before{
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #2f529b;
	position: absolute;
	bottom: -3px;
    right: -3px;
    z-index: -1;
    background: #fff;
    transition: all 0.4s ease-in;
}
a.blog-btn i{
	padding-left: 5px;
	    color: #2f529b;
}
.blog-section .blog-post .blog-content .social-share{
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.blog-section .blog-post .blog-content .social-share .share-text{
	display: inline-block;
	text-transform: uppercase;
	padding-right: 5px;
}
.blog-section .blog-post .blog-content .social-share ul{
	list-style-type: none;
	margin: 0;
	display: inline-block;
}
.blog-section .blog-post .blog-content .social-share ul li{
	display: inline-block;
	padding: 0 5px;
}
.blog-section .blog-post .blog-content .social-share ul li a{
	width: 45px;
	height: 45px;
	border: 1px solid #EEEEEE;
	color: #000;
	display: inline-block;
    vertical-align: middle;
    text-align: center;
    background-color: #fff;
    transition: all 0.5s ease-out;
}
.blog-section .blog-post .blog-content .social-share ul li a:hover{
	background-color: #222;
}
.blog-section .blog-post .blog-content .social-share ul li a:hover i{
	color: #fff;
}
.blog-section .blog-post .blog-content .social-share ul li a i{
	font-size: 20px;
	color: #000;
	line-height: 45px;
	transition: all 0.5s ease-out;
}
.blog-sidebar-box{
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	position: relative;
}
.blog-sidebar-box .btn-sec{
	margin-top: 20px;
	margin-bottom: 15px;
}
.blog-sidebar-box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 30px;
	width: 100px;
	height: 5px;
	background-color: #2f529b;
}
.blog-sidebar-box h3.heading{
	font-size: 20px;
	color: #2f529b;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}
.blog-sidebar-box p{
	font-size: 16px;
}
.blog-sidebar-box .blog-category ul{
	list-style-type: none;
}
.blog-sidebar-box .blog-category ul li{
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
}
.blog-sidebar-box .blog-category ul li:last-child{
	border-bottom: none;
}
.blog-sidebar-box .blog-category ul li a{
	color: #222222;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	transition: all 0.4s ease-out;
}
.blog-sidebar-box .blog-category ul li a:hover{
    color: #787878;
}
.blog-sidebar-box .blog-category ul li a span{
	float: right;
}
.blog-sidebar-box .form-box input{
	border: 1px solid #707070;
	width: 100%;
	padding: 5px 15px;
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-sidebar-box .form-box input:focus{
	border: 1px solid #cecece;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-sidebar-box .form-box .btn-block{
	margin-top: 0;
}
.blog-sidebar-box .form-box button,
.blog-sidebar-box .form-box html input[type=button],
.blog-sidebar-box .form-box input[type=reset], input[type=submit]{
	background-color: #222222;
    color: #fff !important;
    padding: 8px 15px;
    width: auto !important;
    min-width: 150px;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    height: auto;
    border: 1px solid #222;
    border-radius: 0;
    font-weight: normal;
    transition: all 0.5s ease-out;
    min-height: 40px;
}
.blog-sidebar-box .form-box button:hover,
.blog-sidebar-box .form-box html input[type=button]:hover,
.blog-sidebar-box .form-box input[type=reset]:hover,
.blog-sidebar-box .form-box input[type=submit]:hover{
	background-color: #454545;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
	color: #fff !important;
}
.blog-sidebar-box .search-box .input-container{
    /*border: 1px solid #222;
    border-radius: 30px;*/
    position: relative;
}
.blog-sidebar-box .search-box .search-input{
    outline: 0;
    border: none;
    width: 100%;
    display: block;
    padding: 8px 15px;
    border-radius: 30px;
    border: 1px solid #2f529b;
    -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.blog-sidebar-box .search-box .search-input:focus{
	border: 1px solid #cecece;
	-webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
}
.blog-sidebar-box .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
	display: none;
}
.blog-sidebar-box div.wpcf7-validation-errors,
.blog-sidebar-box div.wpcf7-acceptance-missing{
	border-color: red;
}
.blog-sidebar-box .search-box .search-btn{
	position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    outline: none;
    font-size: 25px;
    padding: 5px 15px 10px 5px;
    font-weight: 300;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    color: #2f529b;
}
.blog-sidebar-box .recent-post-box .rp-blog{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.blog-sidebar-box .recent-post-box .rp-blog:first-child{
	padding-top: 0;
}
.blog-sidebar-box .recent-post-box .rp-blog:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.blog-sidebar-box .recent-post-box .rp-blog .rp-blog-img{
	width: 90px;
	background-color: #f5f5f5;
}
.blog-sidebar-box .recent-post-box .rp-blog .rp-blog-img img{
	border-radius: 5px;
}
.blog-sidebar-box .recent-post-box .rp-blog .rp-blog-cont{
	width: calc(100% - 90px);
	padding: 5px 0px 5px 15px;
}
.blog-sidebar-box .recent-post-box .rp-blog .rp-blog-cont .post-title{
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	margin: 0;
	transition: all 0.5s ease-out;
}
.blog-sidebar-box .recent-post-box .rp-blog .rp-blog-cont .post-title:hover{
	color: #787878;
}
.blog-sidebar-box .recent-post-box .rp-blog .rp-blog-cont p{
	margin-bottom: 0;
	color: #898989;
	font-size: 14px;
}
.blog-section .blog-single-post .post-title{
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	color: #2f529b;
}
.blog-section .blog-single-post blockquote{
	border-left: 5px solid #222222;
    background: #f5f5f5;
    font-style: italic;
}
.adv-banner{
	border-radius: 30px;
	background-color: #f7f7f7;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 30px 0;
}
.adv-img{
	flex: 0 0 30.77%;
}
.adv-img img{
	width: 200px;
	height: 200px;
	border-radius: 20px;
}
.adv-cont{
	flex: 0 0 69.23%;
	padding: 0 20px;
}
.adv-cont h3{
	font-size: 20px;
	color: #222;
	margin: 0 0 5px;
}
.adv-cont p{
	font-size: 16px;
	margin-bottom: 20px;
}
.adv-cont a.blog-btn{
    padding: 10px 10px 5px 15px;
    min-width: 160px;
}

/* Media Query Blog Page */
@media (max-width: 812px){
.blog-section .blog-post .blog-content .blog-heading{
	display: block;
}
.blog-section .blog-post .blog-content .blog-heading .post-title{
	flex: 0 0 100%;
}
.blog-section .blog-post .blog-content .blog-heading .post-meta{
	flex: 0 0 100%;
	justify-content: flex-end;
	margin-bottom: 12px;
}
.blog-section .blog-post .blog-content .social-share{
	float: none;
}
a.blog-btn{
	min-width: 160px;
}
.blog-section .blog-post .blog-content .blog-heading .post-title h1{
	font-size: 25px;
	margin-bottom: 5px;
}
.blog-sidebar-box h3.heading{
	font-size: 18px;
	margin-bottom: 15px;
}
.blog-section .blog-post:after{
	width: 130px;
}
.blog-section .blog-post.blog-single-post .blog-content .blog-heading .post-meta{
	justify-content: flex-start;
    margin-bottom: 0;
}
.adv-img {
	flex: 0 0 100%;
	text-align: center;
}
.adv-cont {
    flex: 0 0 100%;
    padding: 20px 0;
}
}
@media (max-width: 567px){
	.blog-sidebar-box {
    	padding: 30px 15px;
	}

}

@media (min-width: 1200px){
.container {
    max-width: 100%;
}
}


/* -- End Blog Page design --*/
