@charset "UTF-8";
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: auto;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.imsep.ma/wp-content/themes/edutech/assets/vendor/owl-carousel/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}@font-face {
font-family: "Flaticon";
src: url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/icon/font/Flaticon.eot);
src: url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/icon/font/Flaticon.eot?#iefix) format("embedded-opentype"),
url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/icon/font/Flaticon.woff) format("woff"),
url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/icon/font/Flaticon.ttf) format("truetype"),
url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/icon/font/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/icon/font/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: 20px;
font-style: normal;
color:#cd2122;
}
.flaticon-book:before { content: "\f100"; }
.flaticon-crowdfunding:before { content: "\f101"; }
.flaticon-medical:before { content: "\f102"; }
.flaticon-multimedia:before { content: "\f103"; }
.flaticon-signs:before { content: "\f104"; }
.flaticon-teamwork:before { content: "\f105"; }
.flaticon-technology:before { content: "\f106"; }
.flaticon-translation:before { content: "\f107"; }@font-face {
font-family: 'latosemibold';
src: url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/lato-semibold/lato-semibold-webfont.woff2) format('woff2'),
url(//www.imsep.ma/wp-content/themes/edutech/assets/fonts/lato-semibold/lato-semibold-webfont.woff) format('woff');
font-weight: normal;
font-style: normal;
}.wp-caption {
margin-bottom: 2px;
}
.wp-caption-text {
margin-bottom: 5px;
}
.screen-reader-text {
margin-bottom: 12px;
}
.gallery-caption {
margin-bottom: 2px;
}
.bypostauthor {
margin-bottom: 2px;
}
.alignleft {
float: left;
margin-bottom: 20px;
margin-right: 20px;
max-width: 100%;
}
.alignright {
float: right !important;
margin-bottom: 20px;
margin-left: 20px;
max-width: 100%;
}
.aligncenter {
display: block;
margin: 0 auto 20px;
}
.col-md-4 .funfact-meta > i {
right: 27px;
}
.mycustom-pricing {
background-color: #090909 !important;
}
.on-hover {
display: none;
animation: fadeOut 0.5s;
}
.hver:hover .on-hover {
display: block;
animation: fadeIn 0.5s;
}#loader-wrapper {
position: fixed;
top: 0;
left: 0;
background: #fff;
width: 100%;
height: 100%;
z-index: 999999999;
overflow: hidden;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 60px;
height: 60px;
background: url(//www.imsep.ma/wp-content/themes/edutech/assets/css/images/1.gif) no-repeat center;
margin: -30px 0 0 -30px;
overflow: hidden;
} .scroll-top {
width:45px;
height:45px;
position: fixed;
bottom: 52px;
right: 80px;
z-index: 99;
text-align: center;
color:#fff;
font-size: 30px;
display: none;
}
.scroll-top:after {
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 1;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
} body {
font-family: 'Open Sans', sans-serif;
font-weight: 500;
color:#6f6f6f;
font-size: 14px;
position: relative;
}
body .main-page-wrapper {
overflow:hidden;
}
h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
h1,h2,h3,h4,h5,h6 {color:#333333;}
h1,h2 {font-family: 'Lato', sans-serif; font-weight:700;}
h3,h4,h5 {font-family: 'latosemibold';}
h1 {font-size: 50px;}
h2 {font-size: 36px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
p {line-height: 24px;}
ul {list-style-type: none;}
a {text-decoration: none; display: inline-block;}
a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
img {max-width: 100%; display: block;}
button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
input,textarea {outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.clear-fix { clear:both;}
.clear-fix:after {
display: table;
content: '';
clear: both;
}
.tran3s,.main-menu-wrapper .nav>li>a:before,.bootstrap-select.btn-group .dropdown-menu li,
.bootstrap-select.btn-group .dropdown-menu li a,.owl-theme .owl-dots .owl-dot span,
.popular-course .course-item-wrapper .text,.event-section .single-event h6,.carousel-indicators li,
.latest-news .single-post .text-wrapper .text a,.latest-news .single-post .text-wrapper .text p,
footer .footer-event .item h6,.page-breadcrum ul li a,.course-v2 .single-course .course-heading h3,
.course-v2 .single-course:after,.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before,
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span:before,
.popular-course .course-item-wrapper .text h4 a {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.tran4s {
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.float-left {float:left;}
.float-right {float:right;}
.round-border {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.p-color,.theme-manage-area .item-part a:hover,.welcome-section .row h3 i,
.event-section .single-event:hover h6,footer .top-footer .footer-contact ul li a:hover,
footer .footer-event .item h6:hover,.page-breadcrum ul li:last-child,.page-breadcrum ul li a:hover,
.sidebarOne .quick-event-list ul li a:hover,
.sidebarOne .quick-event-list ul li.active a,.sidebarOne .feature-event .post a:hover,
.sidebarOne .our-brochure a:hover,.page-indicator ul li a:hover,.page-indicator ul li.active a,
.course-v2 .single-course:hover .course-heading h3,.blog-details-page .blog-details-page-content ul.post-info li i,
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-body a:hover,
header .top-header div>ul>li .ficon:before,.popular-course .course-item-wrapper .item:hover .text h4 a,
.popular-course .course-item-wrapper .single-course-item:hover .text h4 a,.page-indicator ul li:hover >span {
color:#cd2122;
}
.p-color-bg,header .top-header div.right-side>ul>li a:hover,
.main-menu-wrapper,footer .top-footer .footer-about ul li a:hover,
.theme-manage-area .item2 .carousel-indicators .active,
.theme-manage-area .item2 .carousel-indicators li:hover,.error-page .error-wrapper a:hover,
.event-details-page .event-details-content .sub-text ul.share-icon li a:hover,
.sidebarOne .talent-teacher ul.share-icon li a:hover,.sidebarOne .talent-teacher a.view-profile:hover,
.sidebarOne .feature-course-sidebar .post ul li a,.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before,
.course-details-page .course-details-content .sub-text ul.share-icon li a:hover,
.blog-details-page .blog-details-page-content .main-post-content .share-option ul.share-icon li a:hover,
.blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon li a:hover,
.blog-details-page .blog-details-page-content .main-post-content .single-comment .reply:hover,
.course-details-page .course-details-content .take-course-button:hover,.contact-us-page .contact-us-form input[type="submit"] {
background: #cd2122;
}
.theme-bg-color {
background: #ededed;
}
.themehover:hover {
background: #333333 !important;
} .hvr-float-shadow {
vertical-align: middle;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); -webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px); }
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px); } header {
position: absolute;
width:100%;
top:0;
left:0;
right:0;
z-index: 999;
}
header.main-header .top-header {
background: #fff;
}
header .top-header div>ul>li {
display: inline-block;
}
header.main-header .top-header ul li a,
header.main-header .bootstrap-select.btn-group .dropdown-menu li {
color:#6f6f6f;
}
header .top-header div>ul>li .icon {
width:42px;
height:42px;
background: #edeaea;
line-height: 42px;
text-align: center;
display: inline-block;
vertical-align: middle;
}
header .top-header div>ul>li .icon .ficon:before {
line-height: 42px;
font-size: 22px;
}
header .top-header div.left-side>ul>li {
margin-right: 16px;
}
header .top-header div.left-side>ul>li .icon {
margin-right: 8px;
}
header .top-header .btn {
background: transparent;
color:#6f6f6f;
padding-left: 0;
}
.caret {
border:none;
width:auto;
height:auto;
}
.bootstrap-select.btn-group .dropdown-toggle .caret:before {
content: '';
font-family: 'Fontawesome';
position: absolute;
top:4px;
right: 0;
height:100%;
font-size: 20px;
color:#6f6f6f;
}
header .top-header .dropdown-menu {
top:30px;
left:-15px;
width: 120px;
}
header .top-header .dropdown-menu > li > a {
padding: 0 14px;
}
header .top-header div.right-side>ul>li {
margin-left:10px;
}
header .top-header div.right-side>ul>li a:hover,
header.inner-header .top-header div.right-side>ul>li a:hover {
color:#fff;
}
header .top-header {
padding: 10px 0 30px 0;
}
.bootstrap-select.btn-group .dropdown-menu li:hover,
.bootstrap-select.btn-group .dropdown-menu li.selected {
background: #cd2122;
}
.bootstrap-select.btn-group .dropdown-menu li:hover a,
.bootstrap-select.btn-group .dropdown-menu li.selected a {
color:#fff;
background: transparent;
}
header.inner-header .top-header div.left-side>ul>li>a,
header.inner-header .top-header .bootstrap-select.btn-group .dropdown-toggle .filter-option,
header.inner-header .bootstrap-select.btn-group .dropdown-toggle .caret:before {
color:#fff;
}
header.inner-header .top-header div.right-side>ul>li a {
color:#333333;
}
header.inner-header .top-header {
background: transparent;
} .main-menu-wrapper {
margin-top:-20px;
}
.main-menu-wrapper .container {
position: relative;
}
.navbar-collapse {
padding: 0;
}
.navbar-nav,.navbar {
margin: 0;
border-radius: 0;
border:none;
}
.main-menu-wrapper .nav li a {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
}
.main-menu-wrapper .nav>li {
margin: 0 16px;
}
.main-menu-wrapper .nav>li>a {
color:#fff;
padding: 0;
line-height: 100px;
position: relative;
}
.main-menu-wrapper .nav>li a:hover,
.main-menu-wrapper .nav>li a:focus {
background: transparent;
}
.main-menu-wrapper .nav>li>a:before { 
content: '';
position: absolute;
bottom: 0; 
left: 0; 
width: 0; 
height: 4px; 
background: #fff;
}
.main-menu-wrapper .nav>li:hover>a:before,
.main-menu-wrapper .nav>li.current-page-item>a:before {
width:100%;
}
.main-menu-wrapper .nav>li.dropdown-holder .fa {
display: none;
cursor:pointer;
line-height: 40px;
width: 50px;
position: absolute;
top:0;
right:0;
background:transparent;
color:#FFF;
font-size: 22px;
text-align: center;
border-left: 1px solid #fff;
}
.main-menu-wrapper form {
width:225px;
height:40px;
position: relative;
margin: 30px 25px 0 60px;
}
.main-menu-wrapper form input {
color:#fff;
width:100%;
height:100%;
border:1px solid #fff;
background: transparent;
padding: 0 42px 0 20px;
}
.main-menu-wrapper form button {
position: absolute;
top:0;
right:0;
width:40px;
height:100%;
background: transparent;
color:#fff;
}
.main-menu-wrapper form ::-webkit-input-placeholder {
color: #fff;
}
.main-menu-wrapper form :-moz-placeholder { color: #fff;  
}
.main-menu-wrapper form ::-moz-placeholder { color: #fff;  
}
.main-menu-wrapper form :-ms-input-placeholder {  
color: #fff;  
}
.navbar-toggle {
border: 1px solid #fff;
margin: 33px 0 33px 0;
}
.navbar-toggle .icon-bar {
background-color: #fff;
} .main-menu-wrapper .nav>li.dropdown-holder .sub-menu {
position: absolute;
left: -20px;
top:100%;
width:220px;
background: #fff;
opacity: 0;
visibility: hidden;
-ms-transform: scaleY(0); -ms-transform-origin: 0% 0%; -webkit-transform: scaleY(0); -webkit-transform-origin: 0% 0%; transform: scaleY(0);
transform-origin: 0% 0%;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li.dropdown-holder .sub-menu{
left:100%;
top:0px;
}
.main-menu-wrapper .nav>li.dropdown-holder:hover > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li.dropdown-holder:hover > .sub-menu {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {
line-height: 40px;
color:#6f6f6f;
padding-left: 20px;
display: block;
border-bottom: 1px solid #ededed;
position: relative;
z-index: 1;
font-size: 13px;
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li:last-child a {
border:none;
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before {
content: '';
width:0;
height:100%;
position: absolute;
top:0;
left:0;
z-index: -1;
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:hover:before {
width: 100%;
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:hover {
color:#fff;
} @keyframes menu_sticky {
0%   {margin-top:-120px;opacity: 0;}
50%  {margin-top: -64px;opacity: 0;}
100% {margin-top: 0;opacity: 1;}
}
.main-menu-wrapper.fixed {
position: fixed;
width:100%;
top:0;
left:0;
z-index: 999;
margin:0;
animation-name: menu_sticky;
animation-duration: 0.70s;
animation-timing-function: ease-in-out;
-webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
padding: 0;
} #banner h5,#banner h1, #banner a {
color:#fff;
text-transform: uppercase;
}
#banner h1.center-item {
text-align: center;
}
#banner h1 {
line-height: 68px;
}
#banner a {
line-height: 50px !important;
width:175px;
text-align: center;
border:1px solid #cd2122;
-webkit-transition: all .35s ease-in-out !important;
-moz-transition: all .35s ease-in-out !important;
-ms-transition: all .35s ease-in-out !important;
-o-transition: all .35s ease-in-out !important;
transition: all .35s ease-in-out !important;
}
#banner a.course-button:hover {
background: #cd2122;
}
#banner a.buy-button:hover {
background: transparent;
} .theme-manage-area .item1 {
width:calc(32% + 25px);
padding: 40px 15px 44px 35px;
}
.theme-manage-area .item2 {
width:calc(32% - 4px);
position: relative;
}
.theme-manage-area .item-part h3,
.theme-manage-area .item-part p,
.theme-manage-area .item-part a {
color:#fff;
}
.theme-manage-area .item-part h3 {
text-transform: uppercase;
margin-bottom: 7px;
}
.theme-manage-area .item-part h3 i {
font-size: 45px;
margin-right: 5px;
vertical-align: middle;
}
.theme-manage-area .item-part a {
line-height: 40px;
width:130px;
text-align: center;
border:1px solid #fff;
text-transform: uppercase;
font-weight: 600;
margin-top: 15px;
}
.theme-manage-area .item-part a:hover {
background: #fff;
border-color: #fff;
} .theme-manage-area .item2 .opacity {
position: absolute;
top:0;
left:0;
width:100%;
height:100%;
background: rgba(0,0,0,0.75);
text-align: center;
}
.theme-manage-area .item2 .opacity h3 {
color:#cd2122;
text-transform: uppercase;
margin: 60px 0 20px 0;
}
.theme-manage-area .item2 .carousel-indicators li {
background: #6f4646;
}
.theme-manage-area .item2 .carousel-indicators {
bottom: -82px;
} .course-search-option {
margin-top:62px;
margin-bottom: 110px;
}
.course-search-option .row {
margin-left: -10px;
margin-right: -10px;
}
.course-search-option .single-input {
padding-left: 10px;
padding-right: 10px;
}
.course-search-option .input-one {
width:62%;
}
.course-search-option .input-two {
width:25%;
}
.course-search-option .input-three {
width:13%;
}
.course-search-option .single-input>div {
position: relative;
height:45px;
}
.course-search-option .single-input>div input {
width:100%;
height:100%;
border:1px solid #d7d8db;
padding: 0 15px;
}
.course-search-option .single-input .bootstrap-select {
width:100%;
height:100%;
}
.course-search-option .single-input .bootstrap-select .btn {
padding: 0 15px;
line-height: 43px;
border:1px solid #d7d8db;
background: #fff;
}
.course-search-option .single-input.time-select span {
position: absolute;
top:0;
right:15px;
line-height: 45px;
font-size: 18px;
}
.course-search-option .bootstrap-select.btn-group .dropdown-toggle .caret:before {
content: '';
font-size: 18px;
right: 5px;
}
.course-search-option .single-input.input-three button {
width:100%;
line-height: 45px;
color:#fff;
font-weight: 600;
font-size: 15px;
text-transform: uppercase;
} 
.course-search-option .single-input ::-webkit-input-placeholder {
color: #6f6f6f;
}
.course-search-option .single-input :-moz-placeholder { color: #6f6f6f;  
}
.course-search-option .single-input ::-moz-placeholder { color: #6f6f6f;  
}
.course-search-option .single-input :-ms-input-placeholder {  
color: #6f6f6f;  
} .section-title {
text-align: center;
}
.section-title h2,
.section-title h5 {
text-transform: uppercase;
}
.section-title h5 {
margin:10px 0 28px 0;
}
.section-title p {
width:70%;
margin: 0 auto;
}
.welcome-section .row {
margin-top: 25px;
}
.welcome-section .row h3 {
text-transform: uppercase;
margin-bottom: 5px;
margin-top:40px;
padding-left: 67px;
position: relative;
}
.welcome-section .row h3 i {
font-size: 45px;
position: absolute;
top:-10px;
left:0;
}
.welcome-section .row p {
padding: 0 0 0 67px;
} .welcome-section-two .row {
text-align: center;
}
.welcome-section-two .row .fa {
width:92px;
height:92px;
background: #edeaea;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
margin: 56px auto 34px auto;
line-height: 92px;
font-size: 36px;
color:#cd2122;
}
.welcome-section-two .row h3 {
text-transform: uppercase;
}
.welcome-section-two .row p {
margin:20px 20px 0 20px;
} .popular-course {
padding: 90px 0 95px 0;
margin: 95px 0 0 0;
}
.popular-course.mFix {
margin-top:0;
}
.popular-course h2 {
text-align: center;
}
.popular-course .course-item-wrapper .item .img-holder,
.popular-course .course-item-wrapper .single-course-item .img-holder {
overflow: hidden;
}
.popular-course .course-item-wrapper .item .img-holder img,
.popular-course .course-item-wrapper .single-course-item .img-holder img {
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.popular-course .course-item-wrapper .item:hover .img-holder img,
.popular-course .course-item-wrapper .single-course-item:hover .img-holder img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.popular-course .course-item-wrapper .text {
background: #fff;
text-align: center;
border-bottom: 12px solid #fbdada;
position: relative;
}
.popular-course .course-item-wrapper .item:hover .text,
.popular-course .course-item-wrapper [class*="col-"]:hover .text {
border-color: #cd2122;
}
.popular-course .course-item-wrapper .text h4 a {
text-transform: uppercase;
color:#333333;
margin: 25px 0 18px 0;
}
.popular-course .course-item-wrapper .text h6 {
font-size: 14px;
color:#6f6f6f;
margin: 8px 0 4px 0;
}
.popular-course .course-item-wrapper .text .img {
width:52px;
height:52px;
background: #d74848;
overflow: hidden;
margin: 0 auto;
}
.popular-course .course-item-wrapper .text .img img {
margin: 0 auto;
width:52px;
height:52px;
border-radius: 50%;
}
.popular-course .course-item-wrapper .text>ul li {
display: inline-block;
margin: 0 2px;
color:#cd2122;
}
.popular-course .course-item-wrapper .text>ul li .fa-star-o {
color:#6f6f6f;
}
.popular-course .course-item-wrapper .text p {
padding: 22px 50px 20px 50px;
border-bottom: 1px solid #d7d8db;
}
.popular-course .course-item-wrapper .text>div.clear-fix {
padding: 20px;
}
.popular-course .course-item-wrapper .text>div ul li {
display: inline-block;
line-height: 15px;
border-right:1px solid #d7d8db;
padding-right: 8px;
margin-right: 8px;
}
.popular-course .course-item-wrapper .text>div ul li i {
margin-right: 3px;
}
.popular-course .course-item-wrapper .text>div ul li:last-child {
border: none;
}
.popular-course .course-item-wrapper .text>div a {
width:75px;
line-height: 35px;
color:#fff;
}
.popular-course .course-item-wrapper .item {
margin: 60px 15px 10px 15px;
}
.owl-theme .owl-nav {
margin: 0;
}
.owl-theme .owl-dots .owl-dot span {
width:16px;
height: 16px;
background: #fbdada;
opacity: 1;
margin: 0 4px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #cd2122;
}
.popular-course .owl-theme .owl-nav  {
margin-top: 40px;
} .course-progress {
background: url(//www.imsep.ma/wp-content/themes/edutech/assets/css/images/home/5.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
}
.course-progress.mFix {
margin-top: 110px;
}
.course-progress .opacity {
background: rgba(0,0,0,0.8);
height:100%;
padding: 100px 0 90px 0;
text-align: center;
}
.course-progress .opacity h2 {
font-family: 'latosemibold';
margin-bottom: 9px;
}
.course-progress .opacity h2,
.course-progress .opacity p,
.course-progress .opacity h6 {
color:#fff;
}
.course-progress .opacity h6 {
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
margin-top: 25px;
}
.course-progress .opacity p {
font-size: 16px;
}
.course-progress .icon {
margin-top: 60px;
margin-bottom: 17px;
}
.course-progress .icon i:before {
font-size: 66px;
}
.course-progress .row p {
text-transform: uppercase;
font-weight: 600;
margin-bottom: -4px;
}
.course-progress .row .number {
font-size: 45px;
font-weight: 700;
color:#fff;
} .theme-title {
text-align: center;
}
.theme-title p {
margin-top: 5px;
}
.event-section {
margin: 110px 0 90px 0;
}
.event-section .row {
margin-top: 45px;
}
.event-section .hvr-float-shadow {
margin-bottom: 30px;
}
.event-section .single-event {
border:1px solid transparent;
position: relative;
padding: 50px 5px 40px 113px;
z-index: 9;
}
.event-section .single-event .date {
font-size: 40px;
line-height: 35px;
border-right:1px solid #6f6f6f;
text-align: center;
padding-right: 20px;
position: absolute;
top:52px;
left: 30px;
}
.event-section .single-event .date span {
font-size: 14px;
display: block;
line-height: 21px;
}
.event-section .single-event h6 {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 20px;
}
.event-section .single-event ul li {
display: inline-block;
margin-right: 9px;
margin-top: 18px;
font-size: 13px;
color:#a6a4a4;
}
.event-section .single-event ul li i {
margin-right: 7px;
font-size: 16px;
}
.event-section .single-event:before,
.event-section .single-event:after {
content: '';
position: absolute;
width:100%;
height:100%;
z-index: -1;
top:0;
left:0;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.event-section .single-event:before {
border-left:1px solid #cd2122;
border-right: 1px solid #cd2122;
transform: scale(1,0);
-webkit-transform:scale(1,0);
-moz-transform:scale(1,0);
-ms-transform:scale(1,0);
-o-transform:scale(1,0);
}
.event-section .single-event:after {
border-top:1px solid #cd2122;
border-bottom: 1px solid #cd2122;
transform: scale(0,1);
-webkit-transform:scale(0,1);
-moz-transform:scale(0,1);
-ms-transform:scale(0,1);
-o-transform:scale(0,1);
}
.event-section .single-event:hover:before,
.event-section .single-event:hover:after {
transform: scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
} .information-banner {
background: #212121;
padding: 50px 0 56px 0;
text-align: center;
}
.information-banner h3,.information-banner h6,.information-banner a {
color:#fff;
font-family: 'Open Sans', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
.information-banner h6 {
font-size: 14px;
margin: 15px 0 40px 0;
}
.information-banner a {
width:230px;
line-height: 45px;
text-align: center;
margin: 0 auto;
}
.information-banner a:hover {
background: #fff;
color:#cd2122;
} .latest-news {
padding: 100px 0 123px 0;
}
.latest-news .img-holder {
position: relative;
}
.latest-news .img-holder .date {
width:66px;
height:66px;
color:#fff;
position: absolute;
top:-33px;
left:50%;
margin-left: -33px;
z-index: 2;
text-transform: uppercase;
text-align: center;
font-weight: 600;
font-size: 36px;
line-height: 30px;
padding-top: 7px;
}
.latest-news .img-holder .date span {
font-weight: normal;
font-size: 15px;
display: block;
}
.latest-news .img-holder a {
position: absolute;
width:100%;
height: 100%;
background: rgba(255,255,255,0.7);
top:0;
left:0;
opacity: 0;
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin:0% 0%;
-moz-transform-origin:0% 0%;
-ms-transform-origin:0% 0%;
-o-transform-origin:0% 0%;
transform-origin:0% 0%;
}
.latest-news .single-post:hover .img-holder a {
opacity: 1;
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.latest-news .single-post .text-wrapper {
padding-left: 20px;
padding-right: 20px;
max-height:205px;
overflow:hidden;
}
.latest-news .single-post .text-wrapper .text {
background: #fff;
padding: 33px 15px 35px 30px;
min-height:205px;
}
.latest-news .single-post .text-wrapper .text a {
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
display: block;
color:#333333;
padding-bottom: 19px;
}
.latest-news .single-post:hover .text-wrapper .text {
background: #cd2122;
}
.latest-news .single-post:hover .text-wrapper .text a,
.latest-news .single-post:hover .text-wrapper .text p {
color:#fff;
}
.latest-news .row {
margin-top: 50px;
}
.latest-news .single-post {
margin-top: 52px;
} .test-faq  {
margin-bottom: 121px;
}
.test-faq h3 {
font-family: 'Lato', sans-serif;
margin: 125px 0 45px 0;
text-transform: uppercase;
}
.test-faq .testimonial .single-box {
position: relative;
border:1px solid #d7d7d7;
padding: 40px 15px 32px 104px;
}
.test-faq .testimonial .single-box .img {
width:62px;
height:62px;
overflow: hidden;
background: #fc6b6b;
position: absolute;
top:25px;
left:25px;
}
.test-faq .testimonial .single-box .img img {
width:62px;
height:62px;
border-radius: 50%;
margin: 0 auto;
}
.test-faq .testimonial .single-box h6 {
font-weight: 600;
font-size: 15px;
text-transform: uppercase;
color:#333333;
margin-bottom: 20px;
}
.test-faq .testimonial .single-box h6 span {
font-weight: normal;
font-size: 13px;
color:#6f6f6f;
text-transform: none;
margin-left: 13px;
vertical-align: top;
}
.test-faq .testimonial .single-box {
margin-bottom: 30px;
}
.carousel-indicators li {
width: 14px;
height:14px;
border:none;
background: #fbdada;
margin: 0 2px;
}
.carousel-indicators .active,
.carousel-indicators li:hover {
background: #cd2122;
width: 14px;
height:14px;
margin: 0 2px;
}
.carousel-indicators {
width:100%;
margin: 0;
text-align: center;
left:0;
bottom: -10px;
} .faq .faq_panel .panel-group .panel-heading {
padding: 0;
border:none;
border-radius: 0;
background: #ededed;
}
.faq .faq_panel .panel-group .panel-heading a {
font-size: 14px;
color:#333333;
padding: 18px 0 17px 57px;
position: relative;
display: block;
text-transform: uppercase;
}
.faq .faq_panel .panel-group .panel-heading a:before {
content: '';
font-family: 'Fontawesome';
font-size: 18px;
color:#cd2122;
position: absolute;
left:18px;
top:0;
line-height: 51px;
}
.faq .faq_panel .panel-group .panel-heading.active-panel a:before {
content: '';
color:#333333;
}
.faq .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body {
border:none;
padding: 20px 40px 8px 57px;
}
.panel-group .panel {
border:none;
box-shadow: none;
border-radius: 0;
margin-bottom: 17px;
}
.faq .wrapper {
padding-left: 40px;
}
.faq.float-left .wrapper {
padding: 0 40px 0 0;
} .subscribe-banner {
padding: 54px 0 56px 0;
text-align: center;
}
.subscribe-banner h3,.subscribe-banner p,.subscribe-banner button {
color:#fff;
}
.subscribe-banner h3 {
text-transform: uppercase;
}
.subscribe-banner p {
font-weight: 600;
font-size: 16px;
margin: 8px 0 34px 0;
}
.subscribe-banner input {
width:400px;
height:45px;
background: #fff;
border:none;
padding: 0 20px;
font-weight: 600;
margin-right: 10px;
}
.subscribe-banner button {
width:170px;
line-height: 43px;
border:1px solid #fff;
text-transform: uppercase;
font-weight: 600;
text-align: center;
background: transparent;
}
.subscribe-banner button:hover {
background: #fff;
color:#cd2122;
}
.subscribe-banner form {
width: 50%;
margin: 0 auto;
} footer {
position:relative;
}
footer .top-footer{
background: #000;
}
footer .top-footer h4,footer .top-footer p,footer .top-footer a,footer .top-footer ul li,footer .top-footer h6 {
color:#fff;
}
footer .top-footer h4 {
text-transform: uppercase;
margin-bottom: 52px;
}
footer .top-footer .footer-about {
padding-right: 0;
}
footer .top-footer .footer-about p:first-letter {
font-size: 37px;
color:#cd2122;
}
footer .top-footer .footer-about p {
margin: 0 0 30px 0;
}
footer .top-footer .footer-about>a {
display: block;
margin: 15px 0;
}
footer .top-footer .footer-about>a i {
font-size: 16px;
margin-right: 5px;
}
footer .top-footer .footer-about>a:hover,
footer .footer-quick-link ul li a:hover {
color:#cd2122;
}
footer .top-footer .footer-about ul li {
display: inline-block;
margin-right: 5px;
margin-top: 20px;
}
footer .top-footer .footer-about ul li a {
width: 50px;
height:50px;
background: #212121;
line-height: 50px;
text-align: center;
font-size: 16px;
}
footer .top-footer .footer-contact {
padding-left: 65px;
}
footer .top-footer .footer-contact ul {
margin-top: 68px;
}
footer .top-footer .footer-contact ul li {
display: block;
border:1px solid #212121;
width:298px;
height:62px;
position: relative;
text-align: center;
margin-bottom: 38px;
padding-top: 27px;
}
footer .top-footer .footer-contact ul li i {
width:35px;
height:35px;
border-radius: 50%;
background: #fff;
line-height: 35px;
text-align: center;
color:#cd2122;
font-size: 16px;
position: absolute;
top:-17px;
left:50%;
margin-left: -17px;
}
footer .top-footer .footer-contact ul li i.fa-map-marker {
font-size: 18px;
}
footer .top-footer .footer-contact ul li,footer .top-footer .footer-contact ul li a {
color:#c5c4c4;
}
footer .footer-quick-link {
padding-left: 35px;
}
footer .footer-quick-link ul li a {
margin-bottom: 15px;
display: block;
}
footer .footer-quick-link ul li a i {
font-size: 16px;
margin-right: 5px;
}
footer .footer-event .item>ul>li {
position: relative;
padding-left: 60px;
padding-bottom: 15px;
margin-bottom: 30px;
}
footer .footer-event .item ul li .date {
width:50px;
height:50px;
color:#fff;
position: absolute;
top:0;
left:0;
z-index: 2;
text-align: center;
font-weight: 600;
font-size: 20px;
line-height: 21px;
padding-top: 6px;
}
footer .footer-event .item ul li .date span {
font-weight: normal;
font-size: 14px;
display: block;
}
footer .footer-event .item h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin: -3px 0 12px 0;
}
footer .footer-event .item a {
display: block;
}
footer .footer-event .item ul ul li {
display: inline-block;
margin-right: 7px;
font-size: 12px;
color:#c5c5c5;
}
footer .footer-event .item ul ul li i {
margin-right: 5px;
}
footer .footer-event .item ul ul li:last-child {
margin: 0;
}
footer .footer-event .carousel-indicators li {
width:13px;
height:13px;
background: #341414;
}
footer .footer-event .carousel-indicators .active, footer .footer-event .carousel-indicators li:hover {
width:13px;
height: 13px;
background: #cd2122;
}
footer .footer-event .carousel-indicators {
text-align: left;
left:-2px;
bottom: -6px;
}
footer .bottom-footer {
background: #090909;
text-align: center;
padding: 25px 0 25px 0;
}
footer .bottom-footer p {
color:#c5c5c5;
}
footer .bottom-footer p span {
font-size: 14px;
}
footer .bottom-footer a {
color:#cd2122;
}
footer .bottom-footer a:hover {
color:#fff;
} .inner-page-banner {
background: url(//www.imsep.ma/wp-content/themes/edutech/assets/css/images/inner-page/1.jpg) no-repeat center;
background-attachment: fixed;
background-size: cover;
position: relative;
z-index: 9;
}
.inner-page-banner .opacity {
background:rgba(0,0,0,0.8);
height:100%;
padding-top: 256px;
padding-bottom: 90px;
}
.inner-page-banner .opacity h2 {
color:#fff;
text-transform: uppercase;
} .page-breadcrum ul {
border-bottom:1px solid #dddada;
padding: 12px 0;
margin-bottom: 112px;
}
.page-breadcrum ul li {
display: inline-block;
margin: 8px 3px 8px 0;
}
.page-breadcrum ul li a {
color:#333333;
} .about-us-v1-page .course-search-option {
margin-top: 78px;
}
.our-teacher {
margin-top: 110px;
}
.our-teacher .item-wrapper {
text-align: center;
padding-top: 30px;
padding-bottom: 25px;
border-bottom: 2px solid transparent;
margin: 65px 15px 10px 15px;
display: block;
}
.our-teacher .item .img-holder {
position: relative;
width:230px;
height:230px;
overflow: hidden;
margin: 0 auto;
}
.our-teacher .item .img-holder img {
width:230px;
height:230px;
border-radius: 50%;
}
.our-teacher .item h6 {
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
}
.our-teacher .item-wrapper>a {
display: block;
padding: 15px 0 7px 0;
margin-top: 12px;
}
.our-teacher .item .img-holder .overlay {
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
background:rgba(205,33,34,0.75);
opacity: 0;
overflow: hidden;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.our-teacher .item .img-holder .overlay ul li {
display: inline-block;
margin: 92px 1px 0 1px;
}
.our-teacher .item .img-holder .overlay ul li a {
width:45px;
height:45px;
border:1px solid #fff;
line-height: 43px;
color:#fff;
}
.our-teacher .item-wrapper:hover .img-holder .overlay {
opacity: 1;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.our-teacher .item-wrapper:hover {
border-color: #cd2122;
}
.our-teacher .owl-theme .owl-dots,.latest-event-slider .owl-theme .owl-dots {
margin-top: 20px;
}
.latest-event-slider .item {
margin: 10px 15px 10px 15px;
}
.latest-event-slider h3,.our-certification h3 {
text-transform: uppercase;
}
.event-section.latest-event-slider {
margin: 88px 0 115px 0;
}
.our-certification {
margin: -23px 0 114px 0;
}
.our-certification .item {
margin: 55px 15px 30px 15px;
}
.our-certification .item  img {
border:10px solid transparent;
-webkit-border-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/css/images/inner-page/pattern.jpg) 4 stretch; -o-border-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/css/images/inner-page/pattern.jpg) 4 stretch; border-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/css/images/inner-page/pattern.jpg) 4 stretch;
} .faq-page h4 {
text-transform: uppercase;
margin-bottom: 45px;
}
.faq-page  {
margin-bottom: 100px;
} .error-page .error-wrapper {
padding: 0 115px;
margin: 17px 0 230px 0;
}
.error-page .error-wrapper h2 {
font-size: 90px;
text-transform: uppercase;
line-height: 80px;
position: relative;
margin: 50px 0 10px 0;
}
.error-page .error-wrapper h2 span.last {
display: block;
}
.error-page .error-wrapper h2 span.opps {
font-size: 16px;
position: absolute;
top:28px;
left:150px;
text-transform: none;
}
.error-page .error-wrapper p {
font-size: 16px;
}
.error-page .error-wrapper a {
line-height: 40px;
width:180px;
background:#edeaea;
text-align: center;
color:#333333;
font-family: 'latosemibold';
text-transform: uppercase;
margin-top: 40px;
}
.error-page .error-wrapper a:hover {
color:#fff;
} .contact-us-page h3 {
font-family: 'Lato', sans-serif; 
text-transform: uppercase;
margin-bottom: 20px;
}
.contact-us-page p {
margin-bottom: 55px;
}
.contact-us-page .contact-us-form form .row {
margin-right: -10px;
margin-left: -10px;
}
.contact-us-page .contact-us-form form .row [class*=col-] {
padding-left: 10px;
padding-right: 10px;
}
.contact-us-page .contact-us-form input,
.contact-us-page .contact-us-form textarea {
background: #fff;
border:1px solid #edeaea;
width: 100%;
font-size: 13px;
padding: 0 20px 0 30px;
margin-bottom: 30px;
}
.contact-us-page .contact-us-form input {
height:50px;
}
.contact-us-page .contact-us-form textarea {
height:130px;
max-width: 100%;
padding: 25px 20px 15px 30px;
}
.contact-us-page .contact-us-form button,.contact-us-page .contact-us-form input[type="submit"] {
width:160px;
line-height: 40px;
color:#fff;
font-weight: 600;
text-transform: uppercase;
}
.contact-us-page .contact-us-form input:focus,
.contact-us-page .contact-us-form textarea:focus {
border-color: #cd2122;
}
.contact-us-page .contact-us-form form ::-webkit-input-placeholder {
text-transform: uppercase;
}
.contact-us-page .contact-us-form form :-moz-placeholder { text-transform: uppercase;
}
.contact-us-page .contact-us-form form ::-moz-placeholder { text-transform: uppercase;
}
.contact-us-page .contact-us-form form :-ms-input-placeholder {  
text-transform: uppercase;
}
.contact-us-page .contactUs-address {
padding-left: 70px;
}
.contact-us-page .contactUs-address ul li {
display: block;
border:1px solid #edeaea;
width:298px;
height:auto;
position: relative;
text-align: center;
margin-bottom: 38px;
padding-top: 27px;
padding-bottom: 15px;
}
.contact-us-page .contactUs-address ul li i {
width:35px;
height:35px;
border-radius: 50%;
background: #edeaea;
line-height: 35px;
text-align: center;
color:#cd2122;
font-size: 16px;
position: absolute;
top:-17px;
left:50%;
margin-left: -17px;
}
.contact-us-page .contactUs-address ul li i.fa-map-marker {
font-size: 18px;
}
.contact-us-page .contactUs-address ul li,.contact-us-page .contactUs-address ul li a {
color:#6f6f6f;
} .contact-us-form .alert_wrapper {
display: none;
position: fixed;
width: 100%;
height:100%;
background: rgba(255,255,255,0.7);
top: 0;
left: 0;
z-index: 9999999;
}
.contact-us-form #success,
.contact-us-form #error {
position: relative;
width:500px;
height: 100px;
top: 50%;
margin-top: -50px;
margin-left: -250px;
left:50%;
background: #fff;
border:1px solid #cd2122;
text-align: center;
}
.contact-us-form #success .wrapper,
.contact-us-form #error .wrapper {
display: table;
width:100%;
height: 100%;
}
.contact-us-form #success .wrapper p,
.contact-us-form #error .wrapper p{
display: table-cell;
vertical-align: middle;
}
.contact-us-form #success {
color: #8fc941;
}
.contact-us-form #error {
color: red;
}
.contact-us-form #error button,
.contact-us-form #success button {
color:#fff;
width:40px;
height:40px;
line-height: 20px;
background: #cd2122;
border-radius: 50%;
position: absolute;
top: -20px;
right: -20px;
font-size: 25px;
}
.form-validation label.error {
display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
border:1px solid #f03838 !important;
} .our-teacher-single-page.our-teacher .item-wrapper {
margin: 0 15px 30px 15px;
}
.our-teacher-single-page.our-teacher {
margin-top: 10px;
} .teacher-profile .teacher-sidebar .img-holder {
padding: 50px 0 80px 0;
}
.teacher-profile .teacher-sidebar .img-holder img {
width:230px;
height:230px;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
margin: 0 auto;
}
.teacher-profile p.mmfix {
margin-bottom: 35px;
}
.teacher-profile .teacher-sidebar .teachers-bio {
width: 82%;
margin: -20px auto 0 auto;
padding: 40px 0 50px 0;
}
.teacher-profile .teacher-sidebar .teachers-bio h6,
.teacher-profile .teacher-sidebar .teachers-bio p,
.teacher-profile .teacher-sidebar .teachers-bio a {
color:#fff;
}
.teacher-profile .teacher-sidebar .teachers-bio h6 {
font-weight: 600;
font-size: 18px;
text-transform: uppercase;
text-align: center;
margin-bottom: 33px;
}
.teacher-profile .teacher-sidebar .teachers-bio p {
font-weight: 600;
margin-bottom: 11px;
padding-left: 55px;
}
.teacher-profile .teacher-sidebar .teachers-bio p i {
margin-right: 10px;
}
.teacher-profile .teacher-sidebar .teachers-bio ul {
padding-left: 55px;
}
.teacher-profile .teacher-sidebar .teachers-bio ul li {
display: inline-block;
margin-right: 2px;
margin-top: 22px;
}
.teacher-profile .teacher-sidebar .teachers-bio ul li a {
width: 40px;
height:40px;
background: #8c1010;
line-height: 40px;
text-align: center;
}
.teacher-profile .teacher-sidebar .teachers-bio ul li a:hover {
background: #fff;
color:#8c1010;
}
.teacher-profile .text-warpper {
padding-left: 25px;
}
.teacher-profile .text-warpper h4 {
text-transform: uppercase;
margin: -4px 0 35px 0;
}
.teacher-profile .text-warpper .row ul li {
line-height: 30px;
}
.teacher-profile .text-warpper .row ul li i {
margin-right: 10px;
}
.teacher-profile .text-warpper .row ul {
margin-top: 20px;
}
.teachers-bio-panel {
margin-top: 42px;
}
.teachers-bio-panel .panel-group .panel-heading {
padding: 0;
border:none;
border-radius: 0;
background: #ededed;
}
.teachers-bio-panel .panel-group .panel-heading a {
font-size: 14px;
color:#333333;
padding: 18px 0 17px 30px;
position: relative;
display: block;
text-transform: uppercase;
}
.teachers-bio-panel .panel-group .panel-heading a:before {
content: '';
font-family: 'Fontawesome';
font-size: 18px;
color:#333333;
position: absolute;
right:10px;
top:0;
line-height: 51px;
}
.teachers-bio-panel .panel-group .panel-heading.active-panel a:before {
content: '';
color:#cd2122;
}
.teachers-bio-panel .panel-group .panel-heading + .panel-collapse > .panel-body {
border:none;
padding: 13px 0 7px 30px;
}
.teachers-bio-panel .panel-group .panel {
margin-bottom: 5px;
}
.our-teacher.mar-bt h4 {
text-transform: uppercase;
font-family: 'Lato', sans-serif; 
}
.teachers-details .our-teacher {
margin-bottom: 115px;
} .event-single-page .event-section {
margin-top: 0;
}
.event-single-page .latest-event-slider .single-event:after,
.event-single-page .latest-event-slider .single-event {
border-top:none;
} .sidebarOne .wrapper {
padding-right: 30px;
}
.sidebarOne .wrapper-left {
padding-left: 30px;
}
.sidebarOne .sidebar-box {
background: #fff;
padding: 10px;
margin-bottom: 20px;
}
.sidebarOne .sidebar-box .box-wrapper {
border:1px solid #fbdada;
padding: 30px 0 30px 40px;
}
.sidebarOne .sidebar-box .sidebar-search .box-wrapper,
.sidebar-search .box-wrapper {
padding: 0;
}
.sidebarOne .sidebar-box .sidebar-search .box-wrapper form,
.sidebar-search .box-wrapper form {
height:50px;
position: relative;
}
.sidebarOne .sidebar-box .sidebar-search .box-wrapper form input,
.sidebar-search .box-wrapper form input {
width:100%;
height:100%;
padding: 0 50px 0 20px;
border:none;
}
.sidebarOne .sidebar-box .sidebar-search .box-wrapper form button,
.sidebar-search .box-wrapper form button {
width:50px;
height:48px;
position: absolute;
top:0;
right: 0;
background: transparent;
font-size: 16px;
}
.sidebarOne .sidebar-box .box-wrapper h4 {
font-family: 'Lato', sans-serif; 
text-transform: uppercase;
display: inline-block;
line-height: 17px;
border-right:4px solid #cd2122;
padding-right: 15px;
}
.sidebarOne .quick-event-list ul {
margin-top: 20px;
margin-bottom: 38px;
}
.sidebarOne .quick-event-list ul li {
display: block;
margin-bottom: 4px;
}
.sidebarOne .quick-event-list ul li a {
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
color:#6f6f6f;
line-height: 34px;
}
.sidebarOne .quick-event-list ul li a i {
margin-right: 5px;
font-size: 18px;
vertical-align: middle;
}
.sidebarOne .feature-event .date {
font-weight: 700;
font-size: 30px;
color:#fff;
padding: 10px 11px 10px 11px;
text-align: center;
}
.sidebarOne .feature-event .date span {
display: block;
font-weight: normal;
font-size: 15px;
text-transform: uppercase;
}
.sidebarOne .feature-event .post {
padding-left: 20px;
width: 79%;
}
.sidebarOne .feature-event .post a {
display: block;
font-weight: 600;
color:#080808;
line-height: 20px;
margin: -4px 0 10px 0;
}
.sidebarOne .feature-event .post ul li {
display: inline-block;
margin-right: 7px;
font-size: 13px;
}
.sidebarOne .feature-event .post ul li i {
font-size: 14px;
margin-right: 4px;
}
.sidebarOne .feature-event .post ul li:last-child {
margin-right: 0;
}
.sidebarOne .feature-course-sidebar .post ul li a {
line-height: 20px;
width:40px;
text-align: center;
color:#fff;
}
.sidebarOne .feature-event .single-event {
margin-top: 30px;
}
.sidebarOne .feature-event h4 {
margin-bottom: 9px;
}
.sidebarOne .sidebar-box.feature-event .box-wrapper {
padding-bottom: 65px; 
}
.sidebarOne .our-brochure a {
display: block;
width:229px;
line-height: 40px;
padding-left: 20px;
color:#6f6f6f;
margin-bottom: 10px;
background: #edeaea;
}
.sidebarOne .our-brochure a i {
margin-right: 7px;
}
.sidebarOne .our-brochure h4 {
margin-bottom: 37px;
}
.sidebarOne .sidebar-box.our-brochure .box-wrapper {
padding-bottom: 60px; 
}
.event-details-page {
padding-bottom: 120px;
}
.event-details-page .event-details-content {
background: #fff;
}
.event-details-page .event-details-content h3 {
text-transform: uppercase;
font-size: 28px;
border-bottom: 1px solid #edeaea;
padding: 37px 0 37px 40px;
margin-bottom: 40px;
}
.event-details-page .event-details-content .sub-text {
padding-left: 40px;
}
.event-details-page .event-details-content .sub-text h4 {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-bottom: 20px;
}
.event-details-page .event-details-content .sub-text p {
margin-bottom: 20px;
}
.event-details-page .event-details-content .sub-text p i {
font-size: 16px;
}
.event-details-page .event-details-content .sub-text ul.event-output-list {
margin-bottom: 40px;
}
.event-details-page .event-details-content .sub-text ul.event-output-list li {
display: block;
margin-bottom: 10px;
}
.event-details-page .event-details-content .sub-text ul.event-output-list li i {
font-size: 16px;
color:#cd2122;
margin-right: 8px;
vertical-align: middle;
}
.event-details-page .event-details-content .sub-text #google-map {
height:321px;
width:60%;
margin-right: 27px;
margin-top:10px;
margin-bottom: 40px;
}
.event-details-page .event-details-content .sub-text .table-wrapper {
background: #260505;
margin-top:10px;
margin-right: 20px;
padding-top: 22px;
padding-bottom: 35px;
}
.event-details-page .event-details-content .sub-text table tr td:nth-child(3) {
padding-right: 22px;
}
.event-details-page .event-details-content .sub-text table tr td:nth-child(1) {
padding-left:29px;
padding-right: 13px;
}
.event-details-page .event-details-content .sub-text table tr td:nth-child(2) {
width:40%;
}
.event-details-page .event-details-content .sub-text table tr td i {
font-size: 16px;
color:#cd2122;
}
.event-details-page .event-details-content .sub-text table tr {
line-height: 33px;
}
.event-details-page .event-details-content .sub-text ul.organize-list {
margin-bottom: 40px;
}
.event-details-page .event-details-content .sub-text ul.organize-list li {
display: block;
margin-bottom: 10px;
}
.event-details-page .event-details-content .sub-text ul.organize-list li i {
font-size: 16px;
margin-right: 8px;
vertical-align: middle;
}
.event-details-page .event-details-content .sub-text ul.share-icon {
margin-right: 54px;
margin-bottom: 66px;
}
.event-details-page .event-details-content .sub-text ul.share-icon li {
display: inline-block;
margin-right: 5px;
margin-top: 20px;
}
.event-details-page .event-details-content .sub-text ul.share-icon li a {
width: 35px;
height:35px;
background: #edeaea;
line-height: 35px;
text-align: center;
color:#333333;
}
.event-details-page .event-details-content .sub-text ul.share-icon li a:hover {
color:#fff;
}
.event-details-page .event-details-content .sub-text h6 {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
margin-top: 37px;
} .latest-event-slider.event-section.bg-color-fix {
background: #fff;
padding: 88px 0 115px 0;
margin: 0;
}
.course-page-single .course-search-option {
margin-top: 0;
margin-bottom: 65px;
}
.course-page-single .course-search-option .single-input>div input,
.course-page-single .course-search-option .single-input .bootstrap-select .btn {
background: transparent;
}
.course-page-single .popular-course {
margin-top: 0;
padding-top: 0;
}
.course-page-single .popular-course .course-item-wrapper [class*="col-"] {
margin-bottom: 30px;
}
.page-indicator {
text-align: center;
margin-top: 10px;
}
.page-indicator ul li {
display: inline-block;
margin: 0 10px;
}
.page-indicator ul li a,.page-indicator ul li > span {
font-family: 'Lato', sans-serif; 
font-size: 20px;
color:#6f6f6f;
}
.sidebarOne .talent-teacher h4 {
margin-bottom: 50px;
}
.sidebarOne .talent-teacher h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin: 15px 0 23px 0;
}
.sidebarOne .talent-teacher ul.organize-list li {
display: block;
margin-bottom: 10px;
}
.sidebarOne .talent-teacher ul.organize-list li i {
margin-right: 8px;
color:#333333;
}
.sidebarOne .talent-teacher ul.share-icon li {
display: inline-block;
margin-right: 5px;
margin-top: 5px;
}
.sidebarOne .talent-teacher ul.share-icon li a {
width: 40px;
height:40px;
background: #edeaea;
line-height: 40px;
text-align: center;
color:#333333;
}
.sidebarOne .talent-teacher ul.share-icon li a:hover,
.sidebarOne .talent-teacher a.view-profile:hover {
color:#fff;
}
.sidebarOne .talent-teacher a.view-profile {
width:120px;
line-height: 35px;
text-align: center;
color:#333333;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
margin-top: 40px;
}
.sidebarOne .talent-teacher .carousel-indicators {
top:52px;
bottom: auto;
width:auto;
left:145px;
} .course-v2 .single-course {
background: #fff;
border-bottom: 12px solid #fbdada;
position: relative;
margin-bottom: 40px;
}
.course-v2 .single-course .text {
width:28%;
text-align: center;
margin-top: 20px;
}
.course-v2 .single-course .text h6 {
font-size: 14px;
color:#6f6f6f;
margin: 8px 0 4px 0;
}
.course-v2 .single-course .text .img {
width:52px;
height:52px;
background: #d74848;
overflow: hidden;
margin: 0 auto;
}
.course-v2 .single-course .text .img img {
margin: 0 auto;
width:52px;
height:52px;
border-radius: 50%;
}
.course-v2 .single-course .text>ul li {
display: inline-block;
margin: 0 2px;
color:#cd2122;
}
.course-v2 .single-course .text>ul li .fa-star-o {
color:#6f6f6f;
}
.course-v2 .single-course .text p {
font-weight: 600;
font-size: 13px;
color:#333333;
text-transform: uppercase;
padding: 8px 0 20px 0;
}
.course-v2 .single-course .text> a {
width:75px;
line-height: 35px;
color:#fff;
}
.course-v2 .single-course .img-holder {
overflow: hidden;
}
.course-v2 .single-course:hover .img-holder img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.course-v2 .single-course .course-heading {
border-top:1px solid #edeaea;
border-bottom: 1px solid #edeaea;
margin-top: -1px;
padding: 36px 0 28px 40px;
}
.course-v2 .single-course .course-heading h3 {
font-size: 28px;
text-transform: uppercase;
padding-bottom: 18px;
}
.course-v2 .single-course .course-heading ul li {
display: inline-block;
margin-right: 30px;
}
.course-v2 .single-course .course-heading ul li i {
margin-right: 6px;
font-size: 16px;
vertical-align: middle;
}
.course-v2 .single-course>p {
padding: 32px 50px 60px 40px;
}
.course-v2 .single-course:after {
content: '';
width:50%;
height:12px;
background: #cd2122;
position: absolute;
bottom: -12px;
left:0;
}
.course-v2 .single-course:hover:after {
width:100%;
}
.course-v2 .page-indicator {
margin-bottom: 74px;
} .latest-news.blog-v1 .row,
.latest-news.blog-v1 .single-post {
margin-top:0;
}
.latest-news.blog-v1 {
padding: 43px 0 50px 0;
}
.latest-news.blog-v1 .single-post {
margin-bottom: 70px;
}
.blog-v2 .latest-news.blog-v1 {
padding: 0;
}
.blog-v2 {
padding-bottom: 80px;
} .blog-details-page {
margin-bottom: 100px;
}
.blog-details-page .blog-details-page-content .main-wrapper {
background: #fff;
}
.blog-details-page .blog-details-page-content .img-holder {
position: relative;
}
.blog-details-page .blog-details-page-content .img-holder .date {
width:66px;
height:66px;
color:#fff;
position: absolute;
top:-33px;
left:22px;
z-index: 2;
text-transform: uppercase;
text-align: center;
font-weight: 600;
font-size: 36px;
line-height: 30px;
padding-top: 7px;
}
.blog-details-page .blog-details-page-content .img-holder .date span {
font-weight: normal;
font-size: 15px;
display: block;
}
.blog-details-page .blog-details-page-content ul.post-info {
padding:18px 0 18px 50px;
border-bottom: 1px solid #ededed;
}
.blog-details-page .blog-details-page-content ul.post-info li {
display: inline-block;
margin-right: 12px;
}
.blog-details-page .blog-details-page-content ul.post-info li i {
margin-right: 5px;
font-size: 16px;
}
.blog-details-page .blog-details-page-content .main-post-content {
padding: 0 50px 100px 50px;
}
.blog-details-page .blog-details-page-content .main-post-content h3 {
font-size: 28px;
margin: 33px 0 27px 0;
}
.blog-details-page .blog-details-page-content .main-post-content p {
line-height: 26px;
}
.blog-details-page .blog-details-page-content .main-post-content .mark-text {
background: #edeaea;
border-top:2px solid #cd2122;
border-bottom:2px solid #cd2122;
padding: 20px 28px;
margin: 22px 0 27px 0;
}
.blog-details-page .blog-details-page-content .main-post-content .post-middle-list {
margin: 30px 0 20px 0;
}
.blog-details-page .blog-details-page-content .main-post-content .post-middle-list ol {
padding: 22px 0 0 15px;
}
.blog-details-page .blog-details-page-content .main-post-content .post-middle-list ol li {
line-height: 32px;
}
.blog-details-page .blog-details-page-content .main-post-content .share-option ul.share-icon {
margin-bottom: 66px;
}
.blog-details-page .blog-details-page-content .main-post-content .share-option ul.share-icon li {
display: inline-block;
margin-right: 5px;
margin-top: 20px;
}
.blog-details-page .blog-details-page-content .main-post-content .share-option ul.share-icon li a {
width: 35px;
height:35px;
background: #edeaea;
line-height: 35px;
text-align: center;
color:#333333;
}
.blog-details-page .blog-details-page-content .main-post-content .share-option ul.share-icon li a:hover {
color:#fff;
}
.blog-details-page .blog-details-page-content .main-post-content .share-option h6 {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
margin-top: 33px;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text {
padding: 35px 20px 35px 150px;
position: relative;
margin-top:36px;
margin-bottom: 70px;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content {
position: absolute;
left:20px;
top:-55px;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content img {
width:110px;
height:110px;
border:1px solid #ededed;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content h6 {
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
margin-top: 15px;
text-align: center;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon {
position: absolute;
top:-17px;
left:150px;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon li {
display: inline-block;
margin-right: 5px;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon li a {
width: 35px;
height:35px;
background: #d7d5d5;
line-height: 35px;
text-align: center;
color:#333333;
}
.blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon li a:hover {
color:#fff;
}
.blog-details-page .blog-details-page-content .comment-area h5 {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
margin-bottom: 90px;
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment.reply-comment {
margin-left: 80px;
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content img {
display:inline-block;
margin-bottom:15px;
border:1px solid #ededed;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content p {
margin: 0px;
text-align: center;
color:#333333;
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .reply {
width:60px;
height:60px;
background: #dad6d6;
color:#333333;
position: absolute;
top:-30px;
right:-30px;
text-align:center;
line-height:60px;
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .reply:hover {
color:#fff;
}
.blog-details-page .blog-details-page-content .leave-comment h5,
.comments-box .edu-default-form h2 a {
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
}
.blog-details-page .blog-details-page-content .leave-comment p {
margin: 0px 0 10px 0;
}
.blog-details-page .blog-details-page-content .leave-comment .row {
margin-right: -10px;
margin-left: -10px
}
.blog-details-page .blog-details-page-content .leave-comment .row [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.blog-details-page .blog-details-page-content .leave-comment input,
.blog-details-page .blog-details-page-content .leave-comment textarea,
.comments-box .edu-default-form input {
border:1px solid #edeaea;
padding: 0 20px;
width:100%;
max-width: 100%;
}
.blog-details-page .blog-details-page-content .leave-comment input,
.comments-box .edu-default-form input {
height:48px;
margin-bottom: 30px;
}
.blog-details-page .blog-details-page-content .leave-comment textarea,
.comments-box .edu-default-form textarea{
min-height: 130px;
padding: 30px 20px;
margin-bottom: 13px;
}
.blog-details-page .blog-details-page-content .leave-comment ul li {
display: inline-block;
font-size: 18px;
margin-right: 3px;
color:#dfdbd7;
}
.blog-details-page .blog-details-page-content .leave-comment ul li .fa-star {
color:#cd2122;
}
.blog-details-page .blog-details-page-content .leave-comment button,
.comments-box .edu-default-form button {
width:160px;
line-height: 40px;
color:#fff;
font-weight: 600;
text-transform: uppercase;
margin-top: 26px;
}
.blog-details-page .blog-details-page-content .leave-comment input:focus,
.blog-details-page .blog-details-page-content .leave-comment textarea:focus,
.comments-box .edu-default-form input:focus {
border-color:#cd2122;
} .course-details-page {
padding-bottom: 120px;
}
.course-details-page .course-details-content .inner-column {
background: #fff;
padding:30px;
}
.course-details-page .course-details-content .img {
position: relative;
}
.course-details-page .course-details-content .img span {
width:110px;
line-height: 50px;
color:#fff;
font-weight: 600;
font-size: 28px;
text-align: center;
position: absolute;
bottom: 10px;
right:10px;
}
.course-details-page .course-details-content ul.post-info {
border-bottom: 1px solid #edeaea;
padding: 0 0 32px 40px;
margin-bottom: 35px;
}
.course-details-page .course-details-content ul.post-info li {
display: inline-block;
margin-right: 30px;
}
.course-details-page .course-details-content ul.post-info li i {
font-size: 16px;
vertical-align: middle;
font-size: 16px;
margin-right: 6px;
}
.course-details-page .course-details-content .sub-text {
padding-left: 40px;
}
.course-details-page .course-details-content h4 {
font-family: 'Lato', sans-serif;
text-transform: uppercase;
margin-bottom: 20px;
}
.course-details-page .course-details-content p {
margin-bottom: 20px;
}
.course-details-page .course-details-content p i {
font-size: 16px;
}
.course-details-page .course-details-content ul.event-output-list {
margin-bottom: 40px;
}
.course-details-page .course-details-content ul.event-output-list li {
display: block;
margin-bottom: 10px;
}
.course-details-page .course-details-content ul.event-output-list li i {
font-size: 16px;
color:#cd2122;
margin-right: 8px;
vertical-align: middle;
}
.course-details-page .course-details-content ul.st-requirements-list {
margin-bottom: 25px;
}
.course-details-page .course-details-content ul.st-requirements-list li {
display: block;
width:50%;
float:left;
margin-bottom: 10px;
}
.course-details-page .course-details-content ul.st-requirements-list li i {
font-size: 16px;
vertical-align: middle;
margin-right: 15px;
}
.course-details-page .course-details-content .course-instructor {
padding-right: 30px;
}
.course-details-page .course-details-content .course-instructor .single-box-content {
margin-right: -10px;
margin-left: -10px;
}
.course-details-page .course-details-content .course-instructor .single-box-content .item {
padding: 0 10px 0 10px;
width:33.3333333%;
text-align: center;
}
.course-details-page .course-details-content .course-instructor .img-holder {
overflow: hidden;
width:52px;
width:52px;
background: #d74848;
margin: 0 auto;
}
.course-details-page .course-details-content .course-instructor .img-holder img {
border-radius: 50%;
}
.course-details-page .course-details-content .course-instructor .item span {
font-size: 14px;
margin: 4px 0 4px 0;
display: block;
}
.course-details-page .course-details-content .course-instructor .item ul.rating li {
display: inline-block;
margin: 0 2px;
color: #cd2122;
}
.course-details-page .course-details-content .course-instructor .item ul.rating li .fa-star-o {
color: #6f6f6f;
}
.course-details-page .course-details-content .course-instructor .item p {
text-transform: uppercase;
font-size: 13px;
font-weight: 600;
color:#333333;
margin-bottom: 10px;
}
.course-details-page .course-details-content .course-instructor .item ul.contact-list {
text-align: left;
padding-left: 42px;
}
.course-details-page .course-details-content .course-instructor .item ul.contact-list li {
margin-bottom: 5px;
font-size: 13px;
color:#333333;
}
.course-details-page .course-details-content .course-instructor .item ul.contact-list li i {
margin-right: 5px;
font-size: 15px;
vertical-align: middle;
}
.course-details-page .course-details-content .course-instructor .theme-bg-color {
padding:20px 0 49px 0;
}
.course-details-page .course-details-content .course-instructor .table-wrapper {
background: #000000;
padding-top: 22px;
padding-bottom: 35px;
text-align: left;
}
.course-details-page .course-details-content .course-instructor table tr td:nth-child(1) {
padding-left:15px;
padding-right: 13px;
}
.course-details-page .course-details-content .course-instructor table tr td:nth-child(2) {
width:48%;
}
.course-details-page .course-details-content .course-instructor table tr td i {
font-size: 16px;
color:#cd2122;
}
.course-details-page .course-details-content .course-instructor table tr {
line-height: 32px;
}
.course-details-page .course-details-content .sub-text.course-curriculum {
padding-right: 60px;
margin-top: 40px;
}
.course-details-page .course-details-content .sub-text.course-curriculum h6 {
margin: 28px 0 30px 0;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading {
background: #ededed;
padding: 0;
border-radius: 0;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading a {
display: block;
padding: 12px 20px 8px 20px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr {
font-weight: 600;
font-size: 14px;
line-height: 25px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span {
font-size: 13px;
text-transform: uppercase;
color:#333333;
margin-left: 35px;
position: relative;
padding-right: 10px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span:before {
content: "";
font-family: 'Fontawesome';
position: absolute;
right:-3px;
top:0;
font-size: 13px;
line-height: 20px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading.active-panel tr td span:before {
content: "";
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td>div {
display: inline-block;
line-height: 24px;
width:72px;
text-align: center;
color:#fff;
text-transform: uppercase;
font-size: 13px;
margin-right: 80px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td:nth-child(1) {
width:64%;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td:nth-child(3) {
width: 80px;
text-align: right;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-body {
background: #f4f2f2;
border:none;
padding: 15px 20px 40px 20px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-body video {
width:100%;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-body p {
margin-bottom: 10px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-body a {
display: block;
color:#6f6f6f;
margin-bottom: 5px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-body a i {
margin-right: 5px;
}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel {
margin-bottom: 10px;
}
.course-details-page .course-details-content .sub-text ul.share-icon {
margin-right: 54px;
margin-bottom: 66px;
}
.course-details-page .course-details-content .sub-text ul.share-icon li {
display: inline-block;
margin-right: 5px;
margin-top: 20px;
}
.course-details-page .course-details-content .sub-text ul.share-icon li a {
width: 35px;
height:35px;
background: #edeaea;
line-height: 35px;
text-align: center;
color:#333333;
}
.course-details-page .course-details-content .sub-text ul.share-icon li a:hover {
color:#fff;
}
.course-details-page .course-details-content .sub-text h6 {
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
margin-top: 37px;
}
.course-details-page .course-details-content .take-course-button {
background: #000;
font-size: 18px;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height: 70px;
color:#fff;
display: block;
}.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
padding:0px !important;	
}
.admin-bar .main-menu-wrapper.fixed{
top:32px;	
} .mar35{
margin-top:35px;
}
.mar-bt{
margin-bottom:115px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li{
margin-bottom:0px !important;
}
.page-breadcrum ul li{
padding-right:10px;
position:relative;
}
.page-breadcrum ul li:after{
content:'-';
position:absolute;
top:0px;
right:0px;
}
.page-breadcrum ul li:last-child:after{
display:none;
}
.popular-course .course-item-wrapper .text > div ul li a{
line-height:15px !important;
color:#6f6f6f !important;
width:auto;
}
.popular-course .course-item-wrapper .text > div ul li a i{
color:#6f6f6f;
}
.popular-course .course-item-wrapper .mr-bt{
margin-bottom:30px;
}
.map-data h6{
margin:4px 0 10px;
}
.blog-details-page .post-categories{
display:inline-block;
}
.blog-details-page .post-categories li a{
color:#6f6f6f;
}
.blog-details-page .post-categories li a:hover{
color:#cd2122;
}
.edu-default-form > h2{
font-size:16px;
margin-bottom:15px;
}
.edu-default-form > h2 a{
color:#cd2122;
}
.main-post-content .single-comment .comment{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .reply{
right: -15px;	
} .page-breadcrum ul li{
padding-right:10px;
position:relative;
}
.page-breadcrum ul li:after{
content:'-';
position:absolute;
top:0px;
right:5px;
}
.page-breadcrum ul li:last-child:after{
display:none;
}
.page-pagination{
display:block;
text-align:center;
}
.page-pagination li{
display:inline-block;
margin:0 5px;
}
.paginate-links{
margin:30px 0 0;
}
.page-pagination li a,.page-pagination li > span,
.paginate-links > span,.paginate-links a,
.tutor-pagination-wrap span,
.tutor-pagination-wrap a{
width:40px;
height:40px;
line-height:40px;
padding:0px;
margin-bottom:5px;
text-align:center;
color:#cd2122;
border:1px solid #cd2122;
font-size:14px;
background:#ffffff;
display:inline-block;
text-transform: capitalize;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.tutor-pagination-wrap span,
.tutor-pagination-wrap a{
width:auto;
padding:0 15px;
}
.page-pagination li a:hover,.page-pagination li > span,
.paginate-links > span,.paginate-links a:hover,
.tutor-pagination-wrap span,
.tutor-pagination-wrap a:hover{
background:#cd2122;
color:#ffffff;
}
footer .top-footer .footer-contact{
padding-left:0px;
}
.footer-widget .carousel-inner .post-categories{
display:inline-block;
} .widget{
position:relative;
}
.widget.widget_categories,
.widget.widget_recent_entries,
.widget.widget_recent_comments,
.widget.widget_archive,
.widget.widget_meta,
.widget.tribe-events-list-widget{
outline: 1px solid #fbdada;
outline-offset: -10px;
}
.widget h4,
.widget h2{
margin-left:40px;
font-size:18px;
margin-top:30px;
font-family: 'Lato', sans-serif; 
text-transform: uppercase;
display: inline-block;
line-height: 17px;
border-right:4px solid #cd2122;
padding-right: 15px;
font-weight:700;
}
.sidebarOne .sidebar-box .box-wrapper h4{
margin-left:0px;
margin-top:0px;
}
.widget ul {
margin:20px 20px 38px 40px;
}
.widget .box-wrapper ul{
margin:0px;
}
.widget ul li {
display: block;
margin-bottom: 4px;
position:relative;
}
.widget ul li:after{
position:absolute;
top:4px;
left:0px;
content: "\f101";
font-family: 'FontAwesome';
font-size:18px;
color: #6f6f6f;
}
.widget .box-wrapper ul li:after{
display:none;
}
.widget ul li a {
color: #6f6f6f;
font-size: 13px;
font-weight: 600;
line-height: 34px;
text-transform: uppercase;
margin-left:20px;
}
.widget ul li:hover a,.widget ul li:hover:after{
color:#cd2122;
}
.tribe-list-widget li{
padding:0px !important;
}
.tribe-list-widget li h4{
margin:30px 0 0 0 !important;
border:none !important
}
.tribe-list-widget li h4 a{
color: #080808;
display: block;
font-weight: 600;
line-height: 20px;
font-size:14px;
}
.tribe-list-widget li h4 a:hover{
color:#cd2122;
}
.tribe-events-widget-link a,
.event-details-page .event-details-content .tribe-events-cal-links a{
background:#cd2122 !important;
text-align:center;
font-size:14px !important;
color:#ffffff;
line-height:38px !important;
padding:0 15px !important;
border:1px solid #cd2122 !important;
margin:30px 0 30px 40px;
font-weight:400 !important;
}
.tribe-events-widget-link a:hover,
.event-details-page .event-details-content .tribe-events-cal-links a:hover{
background:none !important;
color:#cd2122 !important;
} .course-details-content .post-info li a{
color:#6f6f6f;
} .event-details-page .event-details-content .tribe-events-cal-links{ margin-left:40px;
}
.event-details-page .event-details-content .tribe-events-cal-links a{
margin:0px 20px 0 0 !important;
}
.tribe_events .tribe-events-meta-group h3{
font-size: 18px;
margin-bottom: 40px;
padding: 20px 0 0 40px;
text-transform: uppercase;
font-family: "Lato",sans-serif;
border-bottom:none;
}
.tribe_events .tribe-events-meta-group ul.list,
.tribe-events-meta-group-venue dl{
margin-left:0px !important;
}
.tribe_events .tribe-events-meta-group ul.list li,
.tribe_events .tribe-events-meta-group ul.list dt{
display:block;
margin-bottom:10px;
color: #6f6f6f;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: normal !important;
}
.tribe_events .tribe-events-meta-group ul.list dt,
.tribe_events .tribe-events-meta-group ul.list dd{
display:inline-block;
}
.tribe_events .tribe-events-meta-group ul.list li .tribe-events-abbr,
.tribe_events .tribe-events-meta-group ul.list dd a{
color: #6f6f6f !important;
font-family: "Open Sans",sans-serif;
font-size: 14px;
font-weight: normal;
}
.event-details-page #tribe-events-footer{
padding:30px 40px 30px!important;
margin:0px !important;
border-top:1px solid #ededed;
background:#ffffff;
}
.event-details-page .event-details-content .sub-text ul.share-icon{
margin-bottom:20px;
margin-right:0px;
}
.event-details-page #tribe-events-footer .post-control a{
background:#cd2122;
font-size:16px;
color:#ffffff;
text-align:center;
line-height:36px;
width:40px;
height:40px;
display:block;
border:1px solid #cd2122;
}
.event-details-page #tribe-events-footer .post-control a:hover{
background:none;
color:#cd2122
}
.event-details-page .event-details-content > p{
padding:0 40px 30px !important;
}
.event-details-page .event-details-content .sub-text{
padding:0 40px;
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta{
padding:0px 40px;	
}
#tribe-events-pg-template{
max-width: inherit !important;
padding: 0px !important;
width:100%;	
}
.event-details-page .event-details-content .sub-text h6{
margin-top:30px;	
}
.tribe-events-meta-group .list li{
line-height: 30px;	
}
.tribe-events-meta-group .list li span{
margin-right: 5px;	
}
.eco-search .sidebarOne{
margin:30px 0;
}
.eco-search .error-btn{
color: #fff;
font-size: 15px;
font-weight: 600;
line-height: 45px;
text-transform: uppercase;
padding:0 15px;
text-align:center;
background:#cd2122;
}
.eco-search .error-btn:hover{
background:#333333;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
white-space: nowrap;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
.single-post .img-holder img{
max-width: 100%;
width: 100%;
height: auto;
}
.blog-details-page .blog-details-page-content .comment-area h5{
margin:20px 0 90px;
}
.blog-details-page .blog-details-page-content .comment-area .edu-comment-item .txt h5{
margin:0 0 15px 0;
}
a{
color:#6f6f6f;
}
a:hover,a:focus,a:visited{
color:#6f6f6f;
}
ul.post-categories{
padding-left:0px !important;
}
.blog-details-page .blog-details-page-content.add-class .main-post-content{
padding:23px 30px 30px 30px;
}
.blog-details-page .blog-details-page-content.add-class .main-wrapper{
margin-bottom:100px;
}
.post-password-form > p{
margin-bottom:25px;
}
.post-password-form input[type="submit"]{
margin-left:8px;
}
.comments-box .edu-default-form{
min-height:480px;
}
.comments-box .edu-default-form textarea{
width:100%;
}
.blog-details-page .blog-details-page-content .leave-comment h5{
padding-bottom:5px;
} .error_page {
text-align: center;
margin-bottom: 140px;
}
.error_page .ficon:before {
font-size: 208px;
color:#f0f0f0;
}
.error_page h2 {
font-size: 180px;
font-weight: 300;
letter-spacing: 14px;
color:#a09d9d;
display:inline-block;
}
.error_page h2 img{
display:inline-block;
margin:0 18px 0 5px;
}
.error_page h3 {
font-weight: normal;
color:#cd2122;
font-size: 90px;
margin: 50px 0 25px;
font-family: "Lato",sans-serif;
}
.error_page p {
font-size: 26px;
color:#6b6969;
margin-bottom: 50px;
}
.error_page a {
line-height:45px;
padding:0 20px;
color:#fff;
font-size: 14px;
text-transform: uppercase;
text-align: center;
font-family: "Lato",sans-serif;
background:#cd2122;
}
.error_page a:hover {
background: #272727;
}
.error_page a i{
margin-right:15px;
}
.widget_search h4{
margin:10px 0 20px;
}
.main-menu-wrapper .nav > li.dropdown-holder .sub-menu li a{
text-transform:capitalize;
}
.thm-unit-tst p{
margin-bottom:20px;
}
.latest-news .single-post .img-holder{
display:inline-block;
}
.latest-news .single-post.post-adj .img-holder{
display:block;
}
.latest-news .single-post.post-adj .text-wrapper .text{
padding-top:50px;
}
.latest-news .single-post .text-wrapper{
position:relative;
}
.comments-box .edu-comment-item .edu-default-form h5{
margin: 0 0 20px;
}
.comments-box .edu-comment-item .edu-default-form h2 a{
font-size:16px;
}
.latest-news .edu-post-item{
background:#ffffff;
}
.latest-news .edu-post-item ul.post-info {
padding:18px 0 18px 30px !important;
border-bottom: 1px solid #ededed;
}
.latest-news .edu-post-item ul.post-info li {
display: inline-block;
margin-right: 12px;
}
.latest-news .edu-post-item ul.post-info li i {
margin-right: 5px;
font-size: 16px;
color:#cd2122;
}
.latest-news .edu-post-item ul.post-categories {
display:inline-block;
}
.latest-news .edu-post-item ul.post-categories li{
margin:0px;
}
.latest-news .edu-post-item ul.post-categories li a,
.latest-news .edu-post-item ul.post-categories li a:hover{
color:#6f6f6f;
}
.latest-news .single-post .edu-post-item .text-wrapper{
padding-left:0px;
padding-right:0px;
}
.latest-news .single-post .edu-post-item .text-wrapper .text{
min-height:0px;
}
.inner-header .logo a{
display:block;
}
.inner-header .main-menu-wrapper .navbar{
padding-right:10px;
}
.blog-details-page{
margin-bottom:0px;
}
.blog-details-page .blog-details-page-content .comment-area .edu-default-form h5{
margin:20px 0;
}
.blog-details-page .blog-details-page-content .thm-unit-tst.main-post-content .single-comment .img-content{
top:-15%;
}
.latest-news .single-post .text-wrapper .text a{
font-size:18px;
font-family: "Lato",sans-serif;
font-weight: 600;
}
footer .top-footer{
padding:80px 0 50px;
}
#banner a,#banner h1.center-item{
text-align:center !important;
} .footer-widget{
position:relative;	
}
.footer-widget ul{
position: relative;  
}
.footer-widget ul li{
position:relative;
display: block;
font-size: 16px;
line-height: 30px;
padding-left: 20px;
margin-bottom: 12px;
}
footer-widget ul li ul li{
margin-bottom:0px;
border-bottom:none;
margin-top:12px;
}
.footer-widget ul li:before{
font-family: 'FontAwesome';
content: "\f0da";
position: absolute;
font-size: 16px;
top: 0px;
left: 0px;
color: #ffffff;	
transition: .2s;
transition: all 200ms linear;
transition-delay: 0.2s;
}
.footer-widget ul li a{
position: relative;
display: inline-block;
color: #ffffff;
font-size: 16px;
font-weight: 400;
transition: all 200ms linear;
transition-delay: 0.1s;
}
.footer-widget ul li:hover:before,
.footer-widget ul li a:hover{
color: #cd2122;
}
footer .top-footer{
padding:80px 0px;	
}
.blog-details-page .blog-details-page-content .main-post-content h3 a{
color: #333333;
position:relative;
text-transform:capitalize;
display:block;	
font-family: 'Open Sans', sans-serif;
}
.blog-details-page .blog-details-page-content ul.post-info {
padding: 18px 0 18px 30px;
border-bottom: 1px solid #ededed;
}
.blog-details-page .blog-details-page-content .main-post-content{
padding: 33px 15px 35px 30px;	
}
.blog-details-page .blog-details-page-content .main-post-content h3{
margin: 0px 0 27px 0;	
}
.blog-details-page .blog-details-page-content ul.post-info li a{
color: #6f6f6f;
position:relative;	
}
footer .top-footer .footer-contact ul li, 
footer .top-footer .footer-contact ul li a{
width:auto;	
}
footer .top-footer .footer-contact ul li,
footer .top-footer .footer-about ul li,
footer .footer-event .item ul ul li{
padding-left:0px;	
}
footer .top-footer .footer-contact ul li:before,
footer .top-footer .footer-about ul li:before,
footer .footer-event .item ul ul li:before{
display:none;	
}
.tribe-events-single .tribe-events-sub-nav{
display:block;	
}
footer .footer-event .item a{
font-size:14px;	
}
footer .footer-event .item>ul>li{
margin-bottom:15px;	
}
.event-section.event-single-page{
margin-top:0px;	
}
.sidebarOne .feature-event .post{
padding-right:20px;	
}
.edu-comment-item .edu-comment-item{
margin-left:80px;	
}
.edu-comment-item .single-comment .leave-comment{
margin:50px 50px 20px 50px;	
}
.edu-comment-item .single-comment .leave-comment h5{
margin-bottom:0px;
}
.edu-comment-item .single-comment .leave-comment h5 small a{
position:relative;	
display:block;
color: #333333;
padding:8px 0px;
font-size:16px;
text-transform: capitalize;
font-weight: 700;
}
.popular-course .course-item-wrapper .text>div a .price del,
.course-v2 .single-course .text a .price del,
.course-heading .tutor-single-course-segment .course-benefits-title{
display:none;	
}
.course-heading .tutor-single-course-segment{
display:inline-block;
margin-bottom:0px;	
}
.course-heading .tutor-single-course-segment .tutor-course-tags a{
background:none;
padding:0px;
}
.latest-news .single-post .text-wrapper,
.latest-news .single-post .text-wrapper .text{
min-height:	inherit;
max-height:inherit;
}
.welcome-section.style-two,
.welcome-section-two.style-two{
padding-top:100px;	
}
.welcome-section-two.style-three{
padding:0px 0px 100px;
}
.welcome-section-two.style-three .row .fa{
position:relative;
display:block;	
}
.event-section .single-event{
padding:50px 15px 40px 100px;	
}
.event-section .single-event .date{
padding-right:15px;
left: 20px;	
}
.event-details-page .event-details-content .sub-text h4{
font-weight:700;	
}
.theme-bg-color .popular-course.style-two{
margin:0px;
padding:0px 0px 70px;	
}
.popular-course.style-two .course-item-wrapper [class*="col-"]{
margin-bottom:30px !important;	
}
.course-v2.style-two{
padding:0px 0px 70px;	
}
.error-page .error-wrapper{
margin: 17px 0 120px 0;
}
.map-section{
margin-bottom:-10px;	
}
.search-notfound.sidebarOne .wrapper-left{
padding-left:0px;	
}
.information-banner a{
color:#fff !important;	
}
.information-banner a:hover{
color:#333 !important;	
}
.teachers-bio-panel .panel-group .panel-heading a{
font-family:'Lato', sans-serif;
}
.theme-bg-color .event-section.latest-event-slider{
margin:0px;
padding:100px 0px;
background-color:#fff;
}
header.inner-header .top-header div.right-side>ul>li a:hover{	
color: #fff !important;
background: #cd2122 !important;
}
.m-t0{
margin-top:0px !important;
}
.p-t0{
padding-top:0px !important;
} .av-widget{
margin-bottom:40px;
}
.tutor-course-search-field.av-widget{
padding:0px;
background:none;
margin-bottom:40px;
}
.tutor-course-search-field.av-widget i{
width:50px;
line-height:50px;
text-align:center;
}
.av-widget h4{
line-height: 1.4em;
font-weight: 700;
font-size: 20px;
margin-bottom: 20px;
}
.tutor-course-filter-nested-terms{
position: relative;
margin-bottom:10px;
}
.av-widget label{
margin-bottom:10px;
position: relative;
display: block;
font-weight: 700;
font-size: 14px;
cursor:pointer;
color: #333333;
background-color: #fff;
padding:15px 20px;
}
.tutor-course-filter-nested-terms:last-child,
.av-widget label:last-child,
.tutor-course-archive-filters-wrap.search-dropdown.form-group{
margin-bottom:0px;
}
.av-widget label:before {
position: absolute;
content: '\f178';
right: 20px;
font-family: 'FontAwesome';
}
.av-widget label:hover{
color: #fff;
background-color: #cd2122;
}
.av-widget input[type="checkbox"] {
display: none;
}
.search-dropdown .ui-selectmenu-button.ui-button{
width:auto;
float:none;
}
.tutor-course-archive-results-wrap{
position: relative;
font-weight: 700;
font-size: 16px;
color: #333333;
}
.tutor-course-filter-form select{
border: 0px;
font-weight: 700;
padding:15px 40px 15px 17px;
font-size: 16px;
color: #333333;
background-color: #f7f7f7;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/inner-page/icon-select.png);
background-repeat: no-repeat;
background-position: right center;
}
.course-content-title h4 {
margin-bottom: 15px;
}
.tutor-course-content-content .content p {
position: relative;
color: #777777;
font-size: 14px;
line-height: 1.6em;
margin-bottom: 20px;
}
.tutor-course-topics-wrap{
margin-top:45px;
}
.tutor-segment-title, .tutor-single-course-segment .tutor-segment-title{
line-height: 1.4em;
font-weight: 700;
}
.tutor-course-topics-contents .tutor-course-title h4{
font-weight:700;
margin-bottom:0px;
color:#333333;
}
.single-instructor-wrap .instructor-avatar,
.single-instructor-wrap .instructor-name{
float:none;
}
.single-instructor-wrap .instructor-name{
padding:15px 0 0 0;
}
.tutor-course-instructors-wrap.tutor-single-course-segment,
.single-instructor-wrap,
.video-intro-widget .tutor-single-lesson-segment,
.tutor-progress-bar-wrap,
.suggestion-before-course-complete,
.tutor-lead-info-btn-group{
margin-bottom:0px;
}
.tutor-course-enrolled-review-wrap .write-course-review-link-btn{
display:inline-block;
margin-top:15px;
width:auto;
padding:18px 25px;
}
.tutor-progress-bar .tutor-progress-filled:after{
border-color:#333333;
}
.tutor-course-enrolled-info{
margin-top:30px;
}
.tutor-lead-info-btn-group{
padding-bottom:20px;
}
.tutor-user-public-profile .photo-area .pp-area{
padding-left:0px;
}
.tutor-user-public-profile h4{
margin-bottom:30px;
}
.profile-name h4{
color:#ffffff;
}
.tutor-single-course-segment,
.requirement,.target-box{
margin-top:45px;
margin-bottom:0px;
}
.tutor-course-reviews-wrap .tutor-col-auto{
width: 260px;
text-align: center;
padding: 55px 15px 55px;
background-color: #cd2122;
}
.rating-meter-fill-bar{
background-color: #cd2122;
}
.course-avg-rating-wrap .course-avg-rating{
position: relative;
font-weight: 700;
line-height: 1em;
font-size: 60px;
color: #ffffff;
}
.tutor-course-avg-rating-total {
position: relative;
color: #95aca9;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
margin-top: 10px;
}
.tutor-course-avg-rating-total span{
color:inherit;
}
.rating-meter-col.rating-text-col,.rating-meter-col{
color: #222222;
font-size: 16px;
font-weight: 700;
line-height: 1.4em;
text-transform: capitalize;
}
.tutor-loop-rating-wrap .tutor-rating-count{
color:#ffffff;
}
.tutor-course-search-field.av-widget {
position:relative;
}
.tutor-course-search-field.av-widget input{
border:1px solid #ffffff;
padding:14px 60px 14px 14px;
width:100%;
}
.tutor-course-search-field.av-widget i{
position:absolute;
top:0px;
right:0px;
width:50px;
height:50px;
text-align:center;
line-height:50px;
background:#cd2122;
color:#ffffff;
}
.course-block-edu .img-holder img{
width:100%;
height:auto;
} .course-detail-section .info-column {
position: relative;
margin-bottom: 30px;
}
.course-detail-section .info-column .inner-column {
position: relative;
padding:0px;
}
.video-intro-widget .lower-content {
position: relative;
padding: 40px 35px 40px;
background-color: rgb(251,247,245);
}
.video-intro-widget .intro-video {
position: relative;
text-align: center;
width: 100%;
display: block;
background-size: cover;
background-repeat: no-repeat;
}
.tutor-course-instructors-wrap.tutor-single-course-segment, .single-instructor-wrap, .video-intro-widget .tutor-single-lesson-segment, .tutor-progress-bar-wrap, .suggestion-before-course-complete, .tutor-lead-info-btn-group {
margin-bottom: 0px;
}
.video-intro-widget .lower-content .price {
position: relative;
font-weight: 700;
line-height: 1em;
color: #333333;
font-size: 30px;
}
.video-intro-widget .lower-content .price span.amount {
position: relative;
color: #333333;
margin-right: 10px;
}
.video-intro-widget .lower-content .price ins {
text-decoration: none;
}
.video-intro-widget .lower-content .intro-list {
position: relative;
margin-top: 15px;
}
.video-intro-widget .lower-content .intro-list li {
position: relative;
font-size: 14px;
padding: 15px 0px 15px 30px;
border-bottom: 1px solid #eee5e1;
}
.video-intro-widget .lower-content .intro-list li .icon {
position: absolute;
left: 0px;
font-size: 16px;
color: #cd2122;
}
.video-intro-widget .lower-content .intro-list li strong {
position: relative;
color: #333;
}
.video-intro-widget .lower-content .intro-list li i {
position: absolute;
right: 0px;
font-style: normal;
}
.video-intro-widget .lower-content .intro-list li:last-child {
border-bottom: 0px;
padding-bottom: 0px;
}
.video-intro-widget .lower-content .buttons-box {
position: relative;
margin-top: 30px;
}
.single_add_to_cart_button, .tutor-button, .tutor-btn {
display: inline-block;
position: relative;
width: 100%;
text-align: center;
padding: 18px 15px;
font-weight: 700;
border: none;
font-size: 16px;
color: #fff;
margin-bottom: 15px;
background-color: #cd2122;
}
.single_add_to_cart_button:hover, .tutor-button:hover, .tutor-btn:hover{
background:#333333;
}
.video-intro-widget .lower-content .social-box {
position: relative;
text-align: center;
margin-top: 30px;
}
.video-intro-widget .lower-content .social-box li {
position: relative;
margin: 0px 10px;
display: inline-block;
}
.video-intro-widget .lower-content .social-box li a {
position: relative;
font-size: var(--font-18);
color: #cd2122;
}
.tutor-custom-list-style li:before {
content: '\f19d';
position: absolute;
left: 0;
font-family: 'FontAwesome';
color: #cd2122;
}
.course-tabs .required-column {
position: relative;
margin-bottom: 30px;
}
.course-tabs .required-column .required-inner {
position: relative;
padding: 19px 25px;
box-shadow: 0px 10px 25px rgb(0 0 0 / 7%);
}
.course-tabs .required-column .required-text {
position: relative;
display: block;
font-size: 16px;
color: #333333;
}
.course-tabs .target-box {
position: relative;
margin-top: 15px;
}
.course-tabs .target-list {
position: relative;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.course-tabs .target-list li {
position: relative;
font-size: 14px;
width:50%;
color: #333333;
padding-left: 30px;
margin-bottom: 15px;
}
.course-tabs .target-list li:before {
position: absolute;
content: "\f19d";
left: 0px;
top: 0px;
color: #cd2122;
line-height: 22px;
font-family: "FontAwesome";
}
.video-intro-widget .tutor-single-course-segment.tutor-single-course-lead-info{
margin-top:0px;
}
.course-tag .tutor-single-course-segment{
margin-top:0px !important;
}
.cour-meta{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
padding:15px;
min-height:65px;
}
.tutor-user-public-profile .photo-area{
margin-top:0px;
height:auto;
}
.m-t30{
margin-top:30px;
}
.p-l20{
padding-left:20px;
}
.p-r20{
padding-right:20px;
}
.l-h1{
line-height:1.4em;
}
.m-b15{
margin-bottom:15px;
}
.m-a0{
margin:0px !important;
}
.edu-comment-item .single-comment{
margin-bottom:40px;
padding:30px;
position:relative;
}
.comment-area > .edu-comment-item:last-child .single-comment{
margin-bottom:0px;
}
.edu-comment-item .single-comment .img-content{
text-align:center;
}
.p-a30{
padding:30px;
}
.leave-comment{
margin-top:60px;
}.wp-block-gallery{
padding-left:0px !important;
}
.wp-block-gallery li{
list-style:none !important;
} .has-strong-yellow-background-color{
background-color:#f7bd00 !important;
}
.has-strong-white-background-color{
background-color:#ffffff !important;
}
.has-light-black-background-color{
background-color:#242424 !important;
}
.has-very-light-gray-background-color{
background-color:#797979 !important;
}
.has-very-dark-black-background-color{
background-color:#000000 !important;
}
.has-strong-yellow-color{
color:#f7bd00 !important;
}
.has-strong-white-color{
color:#ffffff !important;
}
.has-light-black-color{
color:#242424 !important;
}
.has-very-light-gray-color{
color:#797979 !important;
}
.has-very-dark-black-color{
color:#000000 !important;
} .has-small-font-size{
font-size:10px !important;
}
.has-normal-font-size{
font-size:15px !important;
}
.has-large-font-size{
font-size:24px !important;
}
.has-huge-font-size{
font-size:36px !important;
}
.alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
width: auto;
max-width: 1000%;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
width: 2.25em;
margin-left: 0;
}
pre{
background:none;
padding:0px;
border:none;
line-height: 1.8;
font-family: 'Yantramanav', sans-serif;
font-size:15px;
color: #333;
}
.wp-block-separator.is-style-wide {
border-bottom-width: 2px;
}
.wp-block-latest-posts,
.wp-block-categories,
.wp-block-archives{
padding-left:0px !important;
margin-bottom:20px;
}
.wp-block-latest-posts li{
margin-bottom:16px;
list-style:none !important;
}
.wp-block-categories li,
.wp-block-archives li{
list-style:none !important;
line-height:1.6;
padding-bottom: 0.75rem;
margin-bottom:6px;
}
.wp-block-categories li ul li,
.wp-block-archives li ul li{
padding-top: 0.75rem;
margin-top:6px;
padding-bottom: 0px;
margin-bottom:0px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
margin: 0 0 16px;
padding: 0 1em;
border-left:none;
}
.blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-large p, .blog-single .inner-box .lower-content .lower-box.text .wp-block-quote.is-style-large p {
font-size: 1.6875em;
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
font-family: 'Open Sans', sans-serif;
font-size: 0.71111em;
line-height: 1.6;
color: #767676;
}
.wp-block-pullquote{
border:none;
color:#777;
}
.wp-block-pullquote p{
font-size:16px;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper{
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
width:100%;
padding-bottom: 66.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2, .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2{
font-size:16px;
}
blockquote{
padding:10px 20px;
font-size:15px;
background:none
}
.wp-caption-text{
padding-top:10px;
}#wp-calendar {
width: 100%;
}
#wp-calendar caption {
text-align: center; 
color: #333; 
font-size: 16px; 
padding-bottom:0px;
font-weight:700;
}
#wp-calendar thead { 
font-size: 14px;
}
#wp-calendar thead th { 
padding: 8px;
border: 1px solid #eaeaea;
text-align: center;
border-radius: 0px;
color: #fff;
background: #cd2122;
}
#wp-calendar tbody { 
color: #aaa; 
}
#wp-calendar tbody td { 
background: #f0f0f0;
border: 1px solid #ffffff;
text-align: center;
padding: 8px;
color: #555;
}
#wp-calendar tbody td:hover { 
background: #fff; 
}
#wp-calendar tbody .pad { 
background: none; 
}
#wp-calendar tfoot tr{
background:#cd2122;
}
#wp-calendar tfoot #next { 
font-size: 14px; 
text-transform: uppercase; 
text-align: right;
padding: 10px; 
}
#wp-calendar tfoot #prev { 
font-size: 14px; 
text-transform: uppercase; 
padding: 10px; 
}
.wp-caption {
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
.gallery-caption {
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-family: 'Lato', sans-serif;	
}
.bypostauthor{
font-size:15px;
color:#777777;
line-height:1.8em;
font-weight:400;
background:#ffffff;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-family: 'Lato', sans-serif;		
}
.alignright{ 
text-align:right;
}
.alignleft{ 
text-align:left;
}
.aligncenter{ 
text-align:center;
}	
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .latest-news .thm-unit-test .tag-sticky-2 .edu-post-item,
.latest-news .thm-unit-test .sticky .edu-post-item{
background:#fafafa;
border:5px solid #e1e1e1;
}
.thm-unit-test h1,.thm-unit-test h2,.thm-unit-test h3,.thm-unit-test h4,.thm-unit-test h5,.thm-unit-test h6{
color: #002a34;
display: block;
margin-bottom:15px;
line-height: 1.4;
font-weight: 700;
}
.thm-unit-test table{
margin-bottom:30px;
width:100%;
}
.thm-unit-test table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.thm-unit-test table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.thm-unit-test table tbody tr th a,
.thm-unit-test table tbody tr td a{
color:#cd2122;
font-weight:400;
}
.thm-unit-test table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.thm-unit-test .woocommerce table tbody tr td,
.thm-unit-test .woocommerce table tbody tr th,
.thm-unit-test .woocommerce table thead tr th{
border: none;
}
.thm-unit-test .text > ul,.thm-unit-test .text > ol,.thm-unit-test > ol,.thm-unit-test > ul{
padding-left:18px;
margin-bottom:20px;
}
.thm-unit-test .text > ul li ul,.thm-unit-test .text > ul li ul li ul,.thm-unit-test > ul li ul,.thm-unit-test > ul li ul li ul,
.thm-unit-test .text > ol li ol,.thm-unit-test .text > ol li ol li ol,.thm-unit-test > ol li ol,.thm-unit-test > ol li ol li ol{
padding-left:40px;
}
.thm-unit-test .text > ul li,
.thm-unit-test > ul li{
list-style-type:disc;
display:list-item;
}
.thm-unit-test .text > ul li ul li,
.thm-unit-test > ul li ul li{
list-style-type:circle;
}
.thm-unit-test .text > ul li ul li ul li,
.thm-unit-test > ul li ul li ul li{
list-style-type:square;
}
.thm-unit-test ol li{
list-style-type:decimal;
display:list-item;
}
.thm-unit-test ol li ol li{
list-style-type:lower-alpha;
}
.thm-unit-test ol li ol li ol li{
list-style-type:upper-roman;
}
.thm-unit-test p img,.thm-unit-test figure img,.thm-unit-test img{
max-width:100%;
display:block;
height:auto;
}
figure{
max-width:100%;
display:block;
} .widget select{
width:100%;
display:block;
border:1px solid #ededed;
padding:15px 15px;
position:relative;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/inner-page/icon-select.png);
background-repeat: no-repeat;
background-position: right center;
}
.textwidget img {
height: auto;
max-width: 100%;
}
.widget ul li ul{
padding:0px;
margin:0px;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .gallery figure{
display:inline-block;
}
.gallery-columns-1,.gallery-columns-2,.gallery-columns-3,.gallery-columns-4,.gallery-columns-5,
.gallery-columns-6,.gallery-columns-7,.gallery-columns-8,.gallery-columns-9{
margin-left:-15px;
margin-right:-15px;
}
.gallery-columns-1 .gallery-item,.gallery-columns-2 .gallery-item,.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,.gallery-columns-5 .gallery-item,.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,.gallery-columns-8 .gallery-item,.gallery-columns-9 .gallery-item{
padding-left:15px;
padding-right:15px;
}
.gallery-columns-1 .gallery-item{
width:100%;
}
.gallery-columns-2 .gallery-item{
width:50%;
}
.gallery-columns-3 .gallery-item{
width: 33.33333333%;
}
.gallery-columns-4 .gallery-item{
width: 25%;
}
.gallery-columns-5 .gallery-item{
width: 20%;
}
.gallery-columns-6 .gallery-item{
width:16.66666666%;
}
.gallery-columns-7 .gallery-item{
width: 14.2857143%;
}
.gallery-columns-8 .gallery-item{
width: 12.5%;
}
.gallery-columns-9 .gallery-item{
width: 11.11111111%;
} .widget_rss.footer-widget ul li{
margin-bottom:20px;
}
.widget_rss.footer-widget ul li:before{
display:none;
}
.widget_rss.widget ul li{
padding-left:0px;
}
.widget_rss.widget ul li a,
.widget_rss.footer-widget ul li a{
font-weight:700;
padding-left:0px;
}
.widget_rss.footer-widget ul li a{
font-size:18px;
line-height:1.4em;
}
.widget_rss.widget ul li .rss-date,
.widget_rss.footer-widget ul li .rss-date{
color:#cd2122;
display:block;
margin:10px 0;
}
.widget_rss.widget ul li:before{
display:none;
}
.widget_rss.widget ul li .rssSummary{
font-size:14px;
}
.widget_rss.footer-widget ul li .rssSummary{
font-size:16px;
color:#aab0bf;
}
.widget_rss.widget ul li cite,
.widget_rss.footer-widget ul li cite{
color:#cd2122;
display:block;
font-size:14px;
margin-top:10px;
}
.widget_rss.footer-widget ul li{
border:1px solid #cd2122;
padding: 20px;
}
.widget_rss.footer-widget ul li .rss-date{
margin-top:10px;
}
.blog-link .left-btn a{
margin:0 10px 0 0;
} .paginate-links a,
.paginate-links > span {
margin: 0 5px 7px 0;
position: relative;
border: 1px solid #cd2122;
color: #cd2122;
display: inline-block;
font-size: 14px;
font-weight: 800;
line-height: 44px;
min-width: 46px;
height:46px;
text-align: center;
text-transform: capitalize;
transition: all 500ms ease 0s;
}
.paginate-links a:hover,
.paginate-links > span{
background: #cd2122 none repeat scroll 0 0;
border-color: #cd2122;
color: #ffffff;
}
.post-password-form label{
margin-bottom:0px;
}
.post-password-form input[type="password"]{
border:1px solid #cd2122;
padding:5px 10px;
display:block;
margin-top:15px;
}
.post-password-form input[type="submit"]{
background:#cd2122;
color:#fff;
padding:6px 15px; 
display:inline-block;
border:none;
}
.thm-unit-test .posts-nav{
margin-top:50px;
padding-top:50px;
border-top:1px solid #e4e4e4;
}
.thm-unit-test .posts-nav .pull-left a,
.thm-unit-test .posts-nav .pull-right a{
display:block;
}
.thm-unit-test .posts-nav .pull-right a{
text-align:right;
}
.thm-unit-test .posts-nav a h6{
margin-bottom:6px;
}
.thm-unit-test .posts-nav a span{
position:absolute;
left:0px;
top:0px;
color:#ffffff;
font-size:14px;
background:#cd2122;
}
.thm-unit-test .posts-nav .pull-right a span{
left:auto;
right:0px;
}
.thm-unit-test .posts-nav a:hover{
color:#cd2122;
}
.thm-unit-test .posts-nav a:hover span{
background:#cd2122;
}
.thm-unit-test .posts-nav .pull-left{
float:left;
}
.thm-unit-test .posts-nav .pull-right{
float:right;
}
.thm-unit-test .posts-nav a{
font-size:15px;
color:#333333;
padding-top:9px;
}
.thm-unit-test .posts-nav a:hover{
color:#cd2122;
} .sidebar-page-container .shina_theme .group-title h2,
.sidebar-page-container .group-title h2{
margin-bottom:0px;
}
.pingback .author-thumb,.trackback .author-thumb{
display:none !important;
}
.pingback,.trackback {
padding-left:0px !important;
}
.pingback .text-holder, .trackback .text-holder{
margin-left:0px !important;
}
.no-comments{
display:inline-block;
background:#cd2122;
padding:8px 15px;
color:#ffffff;
margin-bottom: 0px;
margin-top: 30px;
} .footer-widget{
margin-bottom:30px;
}
.footer-widget ul li ul li a{
line-height:20px;
}
.footer-widget select{
width: 100%;
display: block;
border: 1px solid #ededed;
padding: 15px 15px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none; background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/inner-page/icon-select.png);
background-repeat: no-repeat;
background-position: right center;
}
.footer-widget #wp-calendar caption{
padding:0px;
margin:15px 0 0px;
color: rgba(255,255,255,0.7);
font-size:14px;
}
.footer-widget #wp-calendar thead th{
border:1px solid #fafafa;
border-bottom:none;
text-align:center;
padding:0px;
line-height:30px;
color:#ffffff;
}
.footer-widget #wp-calendar tbody .pad{
background:#fafafa;
}
.news-block-five .inner-box .image img{
max-width:100%;
width:auto;
}
.blog-single .news-block-two {
margin-bottom: 0px;
}
.page .paginate-links{
margin-top:30px;
}
.thm-unit-test > p,
.thm-unit-test .text p{
margin-bottom:25px;
}
.thm-unit-test > p:last-child,
.thm-unit-test .text p:last-child,
.thm-unit-test blockquote p{
margin-bottom: 0px;
}
.footer-widget .tagcloud a{
font-size:14px !important;
padding:5px 20px;
display:inline-block;
background:#f0ece5;
border:none;
color:#7e7b7a;
margin-right:0px;
margin-bottom:5px;
-webkit-transition:all 600ms ease;
-ms-transition:all 600ms ease;
-o-transition:all 600ms ease;
-moz-transition:all 600ms ease;
transition:all 600ms ease;
} 
.footer-widget .tagcloud a:hover{
background:#cd2122;
color:#ffffff;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 30px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 10px 4px 0px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
figcaption{
padding:10px 0;
} dd,dt{
margin-bottom:10px;
}
.wp-block-cover p:not(.has-text-color){
color:#ffffff;
}
.wp-block-button{
margin-bottom:25px;
}
.thm-unit-test .text > ul li.blocks-gallery-item, .thm-unit-test > ul li.blocks-gallery-item{
display:inline-block;
}
.sidebar-title h4 a,
.main-footer .footer-widget h4 a{
color:inherit;
}
dl dd a{
color:#cd2122;
}
#wp-calendar tfoot tr td a{
color:#ffffff;
}
.single-footer-widget .title h3 a{
color:inherit;
}
.footer-widget .wp-calendar-nav-prev a,
.footer-widget .wp-calendar-nav-next a{
color:#ffffff;
}
.footer-widget.widget_text .textwidget p{
color:#aab0bf;
}
.footer-widget .textwidget p.wp-caption-text{
color:#222222;
padding-top:0px;
}@media (min-width: 992px) {
.container {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
@media (max-width: 1366px) {
.scroll-top {bottom: 30px; right:30px;}
}
@media (max-width: 1199px) {
header .top-header div.right-side,header .top-header div.left-side {float: none; text-align: center;}
header .top-header div.left-side>ul>li {margin-bottom: 10px;}
.theme-manage-area .item2 {display: none;}
.theme-manage-area .item1 {width:50%;}
.faq .wrapper {padding-left: 0;}
.faq.float-left .wrapper {padding-right: 0;}
footer .top-footer .footer-about {padding-right: 15px;}
footer .top-footer .footer-contact,footer .footer-quick-link {padding-left: 15px;}
footer .top-footer [class*="col-"] {margin-bottom: 50px;}
footer .bottom-footer {margin-top: 0px;}
.sidebarOne .wrapper,.sidebarOne .wrapper-left {padding: 0;}
.inner-header .main-menu-wrapper .navbar{padding-right:0px !important;}
} @media (max-width: 991px) {
.navbar-collapse.collapse,.main-menu-wrapper .nav>li>a:before {display: none !important;}
.navbar-collapse {box-shadow: none;}
.navbar-collapse.collapse.in,.navbar-toggle,.main-menu-wrapper .nav>li.dropdown-holder .fa{display: block !important;}
.main-menu-wrapper {margin-right: -15px;margin-left: -15px;}
.main-menu-wrapper .logo {position: absolute; top:0; left:15px;z-index: 9;}
.main-menu-wrapper.fixed .logo {left:15px;}
.main-menu-wrapper form {position: absolute;left:50%;top:30px;margin: 0 0 0 -112px; z-index: 9;}
.navbar,.navbar-nav {float:none;}
.navbar-header {float:none;}
.main-menu-wrapper .nav>li {float:none; margin: 0;}
.main-menu-wrapper .nav>li>a {line-height: 40px;padding-left: 15px;border-bottom:1px solid #fff;}
.main-menu-wrapper .nav>li:last-child>a {border:none;}
.navbar-collapse,.navbar-collapse.collapse.in {padding: 15px;}
.navbar-nav {border:1px dashed #fff;}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a {padding-left: 35px;}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li a:before {background:#333333;}
.main-menu-wrapper.fixed {max-height: 100%;overflow-y:auto;}
.main-menu-wrapper .nav>li.dropdown-holder > .sub-menu,
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li.dropdown-holder .sub-menu {
display: none;
opacity: 1;
visibility: visible;
position: static;
width: 100%;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
.main-menu-wrapper .nav>li.dropdown-holder .sub-menu li.dropdown-holder:hover .sub-menu{
display:block;
background:#121212;
}
.section-title p {width:100%;}
.welcome-section-two .row p{margin-left:0; margin-right: 0;}
.sidebarOne,.teacher-profile .teacher-sidebar .img-holder {margin-top: 50px;}
.teacher-profile .text-warpper,.contact-us-page .contactUs-address {padding-left: 0;}
.error-page .error-wrapper img,.error-page .error-wrapper .text {float:none;}
.error-page .error-wrapper .text {text-align: center;}
.contact-us-page .contactUs-address {margin-top: 80px;}
} @media (min-width: 992px) and (max-width: 1199px) {
.main-menu-wrapper form { margin: 30px 10px 0 10px;}
.main-menu-wrapper .nav>li {margin:0 12px;}
.welcome-section .row h3 {font-size: 19px;}
.popular-course .course-item-wrapper .text>div.clear-fix {padding-right: 0;}
.popular-course .course-item-wrapper .text>div ul li {margin-right: 0;}
.popular-course .course-item-wrapper .text p {padding: 22px 10px;}
.event-section .single-event {padding-left: 84px;}
.event-section .single-event .date {left:4px;}
.information-banner h3 {font-size: 21px;}
.subscribe-banner form {width:60%;}
.inner-page-banner .opacity {padding-top: 290px;}
.sidebarOne .sidebar-box .box-wrapper {padding-left: 10px;}
.event-details-page .event-details-content .sub-text #google-map {width:50%;}
.course-v2 .single-course .img-holder {width:72%;}
.course-v2 .single-course .text p {padding-bottom: 10px;}
.course-details-page .course-details-content .sub-text ul.st-requirements-list li {float:none; width:100%;}
.course-details-page .course-details-content .course-instructor .single-box-content .item {width: 50%;margin-bottom: 20px;}
.course-details-page .course-details-content .sub-text.course-curriculum {padding-right: 25px;}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td:nth-child(1) {width:58%;}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span {margin-left: 10px;}
.teacher-profile .teacher-sidebar .teachers-bio p,.teacher-profile .teacher-sidebar .teachers-bio ul {padding-left: 30px;}
.teacher-profile .text-warpper .row ul {margin-bottom: 40px;}
.error-page .error-wrapper {padding: 0;}
} @media (min-width: 768px) and (max-width: 991px) {
header .top-header div.left-side>ul>li {width:50%; margin-right: 0; float:left;}
header .top-header div.left-side {text-align: left;}
header .top-header div.left-side>ul>li:nth-child(2),
header .top-header div.left-side>ul>li:nth-child(4) {text-align: right;}
.course-search-option .input-one {width:35%;}
.course-search-option .input-three {width:19%;}
.course-search-option .input-two {width:23%;}
.subscribe-banner form {width:81%;}
.inner-page-banner .opacity {padding-top: 310px;}
.event-details-page .event-details-content .sub-text #google-map {width:55%;}
.course-v2 .single-course .img-holder {width:70%;}
.course-details-page .course-details-content .sub-text.course-curriculum {padding-right: 20px;}
.error-page .error-wrapper h2 span.opps {left:auto; right:27%;}
} @media (max-width: 767px) {
.main-menu-wrapper .logo img {width:60%;}
.navbar-toggle {margin: 13px 0;}
.main-menu-wrapper form {top:10px;}
.theme-manage-area .item1,.course-details-page .course-details-content .sub-text ul.st-requirements-list li {width: 100%;}
.course-search-option .input-one,.course-search-option .input-two,.course-search-option .input-three {width:50%; margin-bottom: 20px;}
.popular-course .course-item-wrapper .text>div ul { text-align: left;}
.popular-course .course-item-wrapper .text>div ul li {display: block; border:none;}
.popular-course .course-item-wrapper .text>div a {float:right;}
.popular-course .course-item-wrapper .text p {padding-left: 10px;padding-right: 10px;}
.subscribe-banner form {width:100%;}
.subscribe-banner input {width:90%; margin: 0 auto; display: block; float:none;}
.subscribe-banner button {margin: 20px auto 0 auto; display: block; float:none;}
header {position: relative;background: #cd2122;}
.inner-page-banner .opacity {padding-top: 90px;}
.event-details-page .event-details-content .sub-text .table-fix {width: 100%; margin-bottom: 40px;}
.event-details-page .event-details-content .sub-text #google-map {width: 94%; margin-right: 3%;}
.course-v2 .single-course .img-holder,.course-v2 .single-course .img-holder img,.course-v2 .single-course .text {width:100%; float:none;}
.course-v2 .single-course .course-heading {margin-top: 30px;}
.course-v2 .single-course .course-heading,.course-v2 .single-course>p {padding-left: 20px; padding-right:20px;}
.course-details-page .course-details-content .sub-text,.course-details-page .course-details-content .sub-text.course-curriculum {padding-left: 10px;padding-right: 10px;}
.course-details-page .course-details-content h3,.course-details-page .course-details-content ul.post-info {padding-left: 10px;}
.course-details-page .course-details-content .course-instructor .single-box-content .item {width: 100%;margin-bottom: 10px;}
.course-details-page .course-details-content .course-instructor .item ul.contact-list {text-align: center;}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td {width:33.33333% !important;}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td>div {margin: 0;float:right;}
.course-details-page .course-details-content .course-curriculum .course-curriculum-panel .panel-heading tr td span {margin:0;}
.teacher-profile .text-warpper .row ul {margin-bottom: 40px;}
.error-page .error-wrapper {padding: 0;}
.error-page .error-wrapper img {margin: 0 auto;}
.error-page .error-wrapper h2 span.opps {position: static;}
#banner h1 {font-size: 30px;line-height: 40px;}
#banner h5 {font-size: 14px;}
.admin-bar .main-menu-wrapper.fixed{top:46px !important;}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content p{max-width:100% !important;}
.latest-news .single-post .text-wrapper{max-height:100% !important; overflow:visible;}
.tp-caption{display:none !important;}
.edu-comment-item .edu-comment-item{
margin-left:0px;	
}
.tribe-events-event-image img{
height:auto;	
}
.edu-comment-item .single-comment .leave-comment{
margin:15px;	
}
} @media (max-width: 650px) {
.popular-course .course-item-wrapper .item .img-holder img,.course-page-single .popular-course .course-item-wrapper img {margin: 0 auto;}
.owl-theme .owl-dots {display: none !important;}
.our-certification .item img {margin: 0 auto;}
.latest-event-slider .item>img,.course-page-single .popular-course .course-item-wrapper [class*="col-"] {width:100%;}
.contact-us-form #success,
.contact-us-form #error {
width: 84%;
height: auto;
top: 50%;
margin-top: -50px;
margin-left: 0;
left: 8%;
padding: 30px 10px;
}
.no-margin-top{
margin-top:0px !important;	
}
.admin-bar header{
top:46px;	
}
.admin-bar .main-menu-wrapper.fixed{
top:0px !important;	
}
.blog-details-page .blog-details-page-content .leave-comment input, 
.blog-details-page .blog-details-page-content .leave-comment textarea, 
.comments-box .edu-default-form input{
margin-right:15px;
}
}
@media (max-width: 600px) {
.latest-news .single-post,.latest-news .img-holder img {
width:100%;
}
.blog-details-page .blog-details-page-content .main-post-content,
.blog-details-page .blog-details-page-content ul.post-info {
padding-left: 20px; 
padding-right: 20px;
}
.latest-news .single-post .img-holder{
display:block;   
} 
}
@media (max-width: 500px) {
.blog-details-page .blog-details-page-content .main-post-content .admin-text,
.blog-details-page .blog-details-page-content .main-post-content .single-comment {padding-left: 0px;}
.blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content,
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content,
.blog-details-page .blog-details-page-content .main-post-content .admin-text ul.share-icon {position: static; text-align: center;}
.blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content img,
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content img {margin: 0 auto;}
.blog-details-page .blog-details-page-content .main-post-content .admin-text .img-content h6,
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content p {margin-bottom: 10px;}
.blog-details-page .blog-details-page-content .main-post-content .single-comment.reply-comment {margin-left: 30px;}
.blog-details-page .blog-details-page-content .main-post-content .single-comment {margin-left: 0px;}
.blog-details-page .blog-details-page-content .main-post-content .admin-text p {margin-top: 10px;}
.hermes.tparrows:hover .tp-arr-allwrapper {display: none !important;}
.contact-us-page .contact-us-form input, .contact-us-page .contact-us-form textarea {padding: 0 10px;}
#banner h1{font-size: 20px;}
#banner h5 {font-size: 12px;}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .img-content img{float:none;}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .txt{padding-left:15px !important; padding-right:15px !important; margin-top:25px; text-align:center;}
.blog-details-page .blog-details-page-content .main-post-content .single-comment .single-comment{padding-left:0px !important;}
.admin-bar .main-menu-wrapper.fixed{top:0px !important;}
.admin-bar header{top:46px;}
}
@media (max-width: 480px) {
.main-menu-wrapper .logo {top:60px;left:15px;}
.main-menu-wrapper form {position: relative;width:100%;margin: 0 0 20px 0;left:auto;}
.navbar-collapse,.navbar-collapse.collapse.in {padding-left: 0;padding-right: 0;}
.main-menu-wrapper.fixed form,header .top-header div.right-side {display: none;}
.main-menu-wrapper.fixed .logo {top:0;}
.scroll-top {right:5px; bottom: 15px;}
.course-v2 .single-course .course-heading ul li {display: block;margin: 0 0 5px 0;}
.admin-bar .main-menu-wrapper.fixed{top:0px !important;}
}
@media (max-width: 450px) {
header .top-header div.left-side>ul>li {width:100%;float:left;text-align: left;}
.admin-bar .main-menu-wrapper.fixed{top:0px !important;}
.event-details-page .event-details-content .tribe-events-cal-links{
margin-bottom:30px;   
}
.single-tribe_events .tribe-events-single .tribe-events-event-meta{
padding:30px;   
}
.event-details-page .event-details-content .tribe-events-cal-links a{
margin-bottom:5px !important;   
}
.tribe-events-venue-map{
display:none;   
}
}
@media (max-width: 380px) {
.course-progress .col-xs-6,.course-search-option .input-one,footer .top-footer .footer-contact ul li,
.course-search-option .input-two, .course-search-option .input-three,.contact-us-page .contactUs-address ul li {width:100%;}
.test-faq .testimonial .single-box .img {left:5px;}
.test-faq .testimonial .single-box {padding-left: 78px;}
.test-faq .testimonial .single-box h6 span {display: block;margin: 5px 0 0 0;}
.event-section .single-event .date {left:8px; padding-right: 15px;}
.event-section .single-event {padding-left: 88px;}
.event-details-page .event-details-content .sub-text h6,.blog-details-page .blog-details-page-content .main-post-content .share-option h6 {margin-top: 30px;}
.event-details-page .event-details-content .sub-text {padding: 0px 15px;}
.sidebarOne .sidebar-box .box-wrapper {padding-left: 10px;}
.sidebarOne .feature-event .post {width:76%;}
.teacher-profile .teacher-sidebar .teachers-bio p,.teacher-profile .teacher-sidebar .teachers-bio ul {padding-left: 20px;}
.faq .faq_panel .panel-group .panel-heading a,.faq .faq_panel .panel-group .panel-heading + .panel-collapse > .panel-body {padding-left: 40px;}
.faq .faq_panel .panel-group .panel-heading a:before {left:10px; line-height: 0;top:50%;}
.error-page .error-wrapper h2 {font-size: 70px;line-height: 45px;}
.error-page .error-wrapper p {margin-top: 20px;}
.admin-bar .main-menu-wrapper.fixed{top:0px !important;}
.blog-details-page .blog-details-page-content .leave-comment textarea, 
.comments-box .edu-default-form textarea{
padding:10px;	
}
.edu-comment-item .single-comment .leave-comment{
margin:15px;	
}
.blog-details-page .blog-details-page-content .main-post-content .single-comment{
padding-left:0px;	
}
}.single-testimonial-carousel .testimonial-text-box .review-box .fa{
margin:0px 2px;
}
.clear{
clear: both;
}
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-error::after, .woocommerce .woocommerce-info::after, .woocommerce .woocommerce-message::after {
clear: both;
margin-top:20px;
}
.woocommerce div.product form.cart .reset_variations, .woocommerce form .form-row label.hidden {
visibility: hidden;
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
@font-face {
font-family: "star";
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "WooCommerce";
font-style: normal;
font-weight: 400;
}
p.demo_store {
background-color: #a46497;
box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
color: #fff;
font-size: 1em;
left: 0;
margin: 0;
padding: 1em 0;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 99998;
}
p.demo_store a {
color: #fff;
}
.admin-bar p.demo_store {
top: 32px;
}
.woocommerce .blockUI.blockOverlay {
position: relative;
}
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before {
animation: 1s ease-in-out 0s normal none infinite running spin;
color: rgba(0, 0, 0, 0.75);
content: "";
display: block;
font-size: 2em;
height: 1em;
left: 50%;
line-height: 1;
margin-left: -0.5em;
margin-top: -0.5em;
position: absolute;
text-align: center;
top: 50%;
width: 1em;
}
.woocommerce a.remove {
border: 0 none;
border-radius: 100%;
color: #cd2122  !important;
display: block;
font-size: 1.5em;
font-weight: 500;
height: 1em;
line-height: 23px;
text-align: center;
text-decoration: none;
width: 1em;
}
.woocommerce a.remove:hover {
background: #cd2122;
color: #fff !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
background-color: #f7f6f7;
border-top:2px solid #cd2122 !important;
color: #515151;
list-style: outside none none !important;
margin: 0 0 2em !important;
overflow-wrap: break-word;
padding: 1em 2em 0em 3.5em !important;
position: relative;
width: auto;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
float: right;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
list-style: outside none none !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.woocommerce .woocommerce-info {
border-top-color: #43c3ea;
}
.woocommerce .woocommerce-info a {
color: #cd2122 ;
}
.woocommerce .woocommerce-info::before {
color: #cd2122 ;
}
.woocommerce .woocommerce-error {
border-top-color: #b81c23;
}
.woocommerce .woocommerce-error::before {
color: #b81c23;
content: "";
}
.woocommerce small.note {
color: #777;
display: block;
font-size: 0.857em;
margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
color: #777;
font-size: 0.92em;
margin: 0 0 1em;
padding: 0;
}
.woocommerce .woocommerce-breadcrumb::after, .woocommerce .woocommerce-breadcrumb::before {
content: " ";
display: table;
}
.woocommerce .woocommerce-breadcrumb a {
color: #777;
}
.woocommerce .quantity .qty {
text-align: center;
width: 3.631em;
}
.woocommerce div.product .product_title,
.woocommerce div.product h1 {
color: #404040;
font-size: 32px;
font-weight: 700;
line-height: 36px;
text-transform: capitalize;
margin: 8px 0 14px;
}
.woocommerce-review-link {
color: #9e9e9e;
font-size: 13px;
font-weight: 700;
padding-left: 15px;
text-transform: capitalize;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
margin-top:10px;
}
.woocommerce-review-link:hover{
color: #cd2122;
}
.woocommerce #reviews #comments .add_review::after, .woocommerce .products ul::after, .woocommerce div.product form.cart::after, .woocommerce div.product p.cart::after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products::after {
clear: both;
}
.woocommerce div.product p.price{
display:inline-block;	
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .price ins span {
position:relative;
font-size: 24px !important;
margin-bottom: 13px;
margin-top:0px;
font-weight: 600;
color: #cd2122;
line-height: 40px;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
opacity:1;
line-height: 13px;
}
.woocommerce div.product .price del > span {
color: #242424;
font-size:24px;
}
.woocommerce-Price-currencySymbol {
font-weight:600 !important; }
.woocommerce div.product p.stock {
font-size: 0.92em;
}
.woocommerce div.product .stock {
color: #77a464;
}
.woocommerce div.product .out-of-stock {
color: red;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom:0;
line-height: 32px;
}
.woocommerce div.product div.images, .woocommerce div.product div.summary {
margin-bottom: 2em;
}
.woocommerce div.product div.images img {
box-shadow: none;
display: block;
height: auto;
width: 100%;
border:5px solid #cd2122;
border-radius:10px;
}
.woocommerce div.product div.images div.thumbnails {
padding-top: 1em;
}
.woocommerce div.product div.social {
margin: 0 0 1em;
text-align: right;
}
.woocommerce div.product div.social span {
margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
padding-left: 16px;
width: 0;
}
.woocommerce div.product div.social iframe {
float: left;
margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
position: relative;
margin:0;
padding:0;
z-index: 1;
border-bottom: 1px solid #ebebeb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
border-bottom:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background:none;
border-radius:0;
margin:0;
padding:0;
border:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border:1px solid #fff;
color: #666666;
float: left;
font-size: 14px;
font-weight: 400;
line-height: 24px;
padding: 10px 0 11px;
position: relative;
text-transform: uppercase;
top: 1px;
text-align:left;
}
.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before,
.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
content: " ";
display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
border:none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 2em;
padding: 0;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
margin-bottom: 2em;
margin-top: 15px;
}
#tab-reviews, #tab-description {
background:#fff !important;
margin-top: 0px;
padding: 30px;
border: 1px solid #ececec;
}
#tab-reviews p, #tab-description p{
position:relative;
color:#8a8582;	
font-size:16px;
}
#tab-description h2 {
color: #3d3d3d;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce-Reviews-title {
color: #272727;
font-size: 24px;
line-height: 1.4em;
margin: 0 0 20px;
}
.woocommerce div.product form.cart div.quantity {
float: left;
margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
border-width: 0 0 1px;
width: 100%;
margin-bottom:30px;
}
.woocommerce div.product form.cart table td {
padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
float: none;
margin: 0;
}
.woocommerce div.product form.cart table small.stock {
display: block;
float: none;
}
.woocommerce div.product form.cart .variations {
border: 0 none;
margin-bottom: 1em;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
border: 0 none;
}
.woocommerce div.product form.cart .variations label {
font-weight: 500;
color: #121212;
font-size: 16px;
margin-top: 5px;
}
.woocommerce div.product form.cart .variations select {
float: left;
width: 100%;
padding: 10px 20px;
border: 1px solid #eee;
border-radius:0px;
line-height: 24px;
height: 46px;
margin-bottom: 5px;
cursor: pointer;
}
.woocommerce div.product form.cart .variations td.label {
padding-right: 1em;
}
.woocommerce div.product form.cart .variations td {
vertical-align: top;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
margin-bottom: 1em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
display: none;
}
.woocommerce div.product form.cart .button {
float: left;
vertical-align: middle;
margin-top: 25px;
}
.woocommerce div.product form.cart .group_table td.label {
padding-left: 1em;
padding-right: 1em;
}
.woocommerce div.product form.cart .group_table td {
border: 0 none;
padding-bottom: 0.5em;
vertical-align: top;
}
.woocommerce .products ul, .woocommerce ul.products {
clear: both;
list-style: outside none none;
margin: 0 0 1em;
padding: 0;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
content: " ";
display: table;
}
.woocommerce .products ul li, .woocommerce ul.products li {
list-style: outside none none;
}
.woocommerce ul.products li.product .onsale {
left: auto;
margin: -0.5em -0.5em 0 0;
right: 0;
top: 0;
}
.woocommerce ul.products li.product h3 {
font-size: 1em;
margin: 0;
padding: 0.5em 0;
}
.woocommerce ul.products li.product a {
text-decoration: none;
}
.woocommerce ul.products li.product a img {
box-shadow: none;
display: block;
height: auto;
margin: 0 0 1em;
width: 100%;
}
.woocommerce ul.products li.product strong {
display: block;
}
.woocommerce ul.products li.product .star-rating {
font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
margin-top: 1em;
}
.woocommerce ul.products li.product .price {
color: #77a464;
display: block;
font-size: 0.857em;
font-weight: 400;
margin-bottom: 0.5em;
}
.woocommerce ul.products li.product .price del {
color: inherit;
display: block;
opacity: 0.5;
}
.woocommerce ul.products li.product .price ins {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
font-weight: 700;
}
.woocommerce ul.products li.product .price .from {
color: rgba(132, 132, 132, 0.5);
font-size: 0.67em;
margin: -2px 0 0;
text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select {
vertical-align: top;
border:1px solid #eeeeee !important;
display: block !important;
line-height: 25px;
color:#3d3d3d;
overflow: hidden;
padding: 12px 15px;
text-align: left;
text-overflow: ellipsis;
white-space: nowrap;
}
.woocommerce .woocommerce-ordering .nice-select.orderby{
display:none;	
}
.woocommerce nav.woocommerce-pagination ul {
border:none !important;
position: relative;
display: inline-block;  
}
.woocommerce nav.woocommerce-pagination ul li {
position:relative;
display:inline-block;
margin:0px 5px 7px 0px;
border-right:0;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
opacity: 0.25;
padding-right: 2.618em;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
animation: 2s linear 0s normal none infinite running spin;
content: "";
font-family: 'woocommerce';
font-weight: 400;
position: absolute;
right: 1em;
top: 0.618em;
vertical-align: top;
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
content: "";
font-family: 'woocommerce';
margin-left: 0.53em;
vertical-align: bottom;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover {
background: #232323;
border-color:2px solid #232323;
color: #fff;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
color: inherit;
cursor: not-allowed;
opacity: 1;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit[disabled]:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button[disabled]:disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button[disabled]:disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button[disabled]:disabled:hover {
color: #ffffff;
border-color: #232323;
background: #232323;
padding: 15px 45px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
float: none;
}
.woocommerce a.added_to_cart {
display: inline-block;
padding-top: 0.5em;
white-space: nowrap;
}
.woocommerce #reviews #comments .add_review::after, .woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist::after, .woocommerce #reviews #comments ol.commentlist::before {
content: " ";
display: table;
}
.woocommerce #reviews h2 small {
color: #777;
float: right;
font-size: 15px;
margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
color: #777;
text-decoration: none;
}
.woocommerce #reviews h3 {
color: #292929;
font-size: 16px;
font-weight:400;
text-transform: capitalize;
margin: 0px;
padding:20px 0px 15px;
}
.woocommerce #reviews #respond {
border: 0 none;
margin: 0;
padding: 0;
}
.woocommerce #reviews #comment {
height: 75px;
}
.woocommerce #reviews #comments h2{
color: #3d3d3d;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 15px;
}
.woocommerce-tabs #review_form .comment-reply-title{
margin-top:0px;
color: #3d3d3d;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0px;	
display:block;
}
.woocommerce #review_form #respond::after, .woocommerce #reviews #comments ol.commentlist li .comment-text::after, .woocommerce #reviews #comments ol.commentlist::after, .woocommerce .woocommerce-product-rating::after, .woocommerce td.product-name dl.variation::after {
clear: both;
}
.woocommerce #reviews #comments ol.commentlist {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
list-style: outside none none;
margin: 0;
width: 100%;
}
.woocommerce #reviews #comments ol.commentlist li {
background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
border: 0 none;
margin: 0 0 20px;
padding: 0;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
color: #777;
font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
background: #ebe9eb none repeat scroll 0 0;
border: 1px solid #e4e1e3;
box-shadow: none;
float: left;
height: auto;
left: 0;
margin: 0;
padding: 3px;
position: absolute;
top: 0;
width: 32px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border: 1px solid #e4e1e3;
border-radius: 4px;
margin: 0 0 0 50px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
color: #272727;
font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
list-style: outside none none;
margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
border: 1px solid #e4e1e3;
border-radius: 4px;
margin: 20px 0 0 50px;
padding: 1em 1em 0;
}
.woocommerce #reviews #comments .commentlist > li::before {
content: "";
}
.woocommerce .item_description .item_price {
margin: 0 0 15px !important;
}
.woocommerce .star-rating {
float: none;
font-family: 'star';
font-size: 16px;
margin-bottom:5px;
height: 1em;
line-height: 1;
overflow: hidden;
position: relative;
display:inline-block;
width: 5.4em;
}
.woocommerce .star-rating::before {
color: #cd2122 ;
content: "";
float: left;
left: 0;
position: absolute;
top: 0;
}
.woocommerce .star-rating span {
color:#cd2122 ;
float: left;
left: 0;
overflow: hidden;
padding-top: 1.5em;
position: absolute;
margin-right: 5px;
top: 0;
}
.woocommerce .woocommerce-product-rating {
display: block;
line-height: 2;
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
border-top: 0 none;
line-height: 1.5;
margin: 0;
}
.woocommerce .feedback {
display: inline-block;
background: #f7f7f7;
padding: 14px 15px !important;
position: relative;
top: 3px;
}
.woocommerce .feedback li {
display: inline-block;
margin-right: 3px;
}
.woocommerce .feedback li a {
color:#fa6f1c;
}
.woocommerce .woocommerce-product-rating::after, .woocommerce .woocommerce-product-rating::before {
content: " ";
display: table;
}
.woocommerce .woocommerce-product-rating .star-rating {
float: left;
margin: 0.5em 4px 15px 0;
}
.woocommerce .products .star-rating {
color: #fc7625;
display: block;
float: none;
font-size: 13px;
margin: 0.7em auto;
}
.woocommerce .hreview-aggregate .star-rating {
margin: 10px 0 0;
}
.woocommerce #review_form #respond {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 0 none;
margin: 0;
padding: 0;
position: static;
width: auto;
}
.woocommerce #review_form #respond::after, .woocommerce #review_form #respond:before {
content: " ";
display: table;
}
.woocommerce #review_form #respond p { }
.woocommerce #review_form #respond .form-submit input {
position: relative;
padding: 18px 40px;
font-weight: 600;
border-radius: 0px;
font-size: 16px;
color: #ffffff;
margin-top: 10px;
background: #cd2122;
border: 1px solid transparent;
width:auto;
}
.woocommerce #review_form #respond .form-submit input:hover {
color: #ffffff;
border-color: #232323;
background: #232323;
}
.woocommerce #review_form #respond label {
color: #272727;
margin-bottom:13px;
}
.woocommerce #review_form #respond input[type="text"], .woocommerce #review_form #respond input[type="email"] {
background:none;
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #cd2122;
display: block;
height: 46px;
line-height: 22px;
padding: 11px 20px;
position: relative;
transition: all 300ms ease 0s;
width: 100%;
}
.woocommerce #review_form #respond textarea {
border: 1px solid #e0e0e0;
border-radius: 3px;
color: #cd2122;
display: block;
height: 120px;
line-height: 22px;
padding: 12px 20px;
position: relative;
resize: none;
transition: all 300ms ease 0s;
width: 100%;
}
.woocommerce table.shop_attributes {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: rgba(0, 0, 0, 0.1) -moz-use-text-color -moz-use-text-color;
border-image: none;
border-style: dotted none none;
border-width: 1px 0 0;
margin-bottom: 1.618em;
width: 100%;
}
.woocommerce table.shop_attributes th {
font-weight: 700;
padding: 8px;
width: 150px;
}
.woocommerce table.shop_attributes td {
font-style: italic;
padding: 0;
}
.woocommerce table.shop_attributes td p {
margin: 0;
padding: 8px 0;
}
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
background: rgba(0, 0, 0, 0.024) none repeat scroll 0 0;
}
.woocommerce table.shop_table {
border:0;
border-collapse: separate;
border-radius: 5px;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
}
.woocommerce table.shop_table thead {
border-radius: 7px;
color: #cd2122;
font-size: 18px;
position: relative;
text-transform: uppercase;
width: 100%;
}
.woocommerce table.shop_table th {
color: #272727;
font-size: 14px;
font-weight: 700;
line-height: 35px;
padding-left: 28px;
text-transform: uppercase;
}
.woocommerce table.shop_table td {
border-top:1px solid #f7f7f7;
color: #9e9e9e;
font-size: 16px;
font-weight: 700;
padding: 27px 7px 28px 35px;
}
.woocommerce table.shop_table td a{
color:#cd2122;
}
.woocommerce table.shop_table td small {
font-weight: 400;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
border-top: 0 none;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
border-top: 1px solid rgba(0, 0, 0, 0.1);
font-weight: 700;
}
.woocommerce table.my_account_orders {
font-size: 0.85em;
}
.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
padding: 4px 8px;
vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
white-space: nowrap;
}
.woocommerce table.my_account_orders .order-actions {
text-align: right;
}
.woocommerce table.my_account_orders .order-actions .button {
margin: 0.125em 0 0.125em 0.25em;
}
.woocommerce td.product-name dl.variation {
margin: 0.25em 0;
}
.woocommerce td.product-name dl.variation::after, .woocommerce td.product-name dl.variation::before {
content: " ";
display: table;
}
.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
display: inline-block;
float: left;
margin-bottom: 1em;
}
.woocommerce td.product-name dl.variation dt {
clear: left;
font-weight: 700;
margin: 0 4px 0 0;
padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li::after {
clear: both;
}
.woocommerce td.product-name dl.variation dd {
padding: 0 0 0.25em;
}
.woocommerce td.product-name dl.variation dd p:last-child {
margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
font-size: 0.83em;
}
.woocommerce td.product-quantity {
min-width: 80px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
list-style: outside none none;
margin: 0;
padding: 10px 0;
}
.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before {
content: " ";
display: table;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
display: block;
font-weight: 700;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
box-shadow: none;
float: right;
height: auto;
margin-left: 4px;
width: 32px;
}
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
border-left: 2px solid rgba(0, 0, 0, 0.1);
margin: 0;
padding-left: 1em;
}
.woocommerce ul.cart_list li dl::after, .woocommerce ul.cart_list li dl::before, .woocommerce ul.product_list_widget li dl::after, .woocommerce ul.product_list_widget li dl::before {
content: " ";
display: table;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
display: inline-block;
float: left;
margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
clear: left;
font-weight: 700;
margin: 0 4px 0 0;
padding: 0 0 0.25em;
}
.woocommerce .order_details::after, .woocommerce .widget_layered_nav ul li::after, .woocommerce .widget_shopping_cart .buttons::after, .woocommerce-account .addresses .title::after, .woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce.widget_shopping_cart .buttons::after {
clear: both;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
float: none;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
border-top: 3px double #ebe9eb;
padding: 4px 0 0;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
display: inline-block;
min-width: 40px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 2em;
padding-top: 0;
position: relative;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
left: 0;
position: absolute;
top: 0;
}
.woocommerce .widget_shopping_cart .buttons::after, .woocommerce .widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after, .woocommerce.widget_shopping_cart .buttons::before {
content: " ";
display: table;
}
.woocommerce form .form-row {
margin: 0 0 6px;
padding: 3px;
}
.woocommerce form .form-row label {
color: #272727;
display: block;
font-size: 14px;
font-weight: 400;
margin-bottom: 7px;
text-transform: capitalize;
}
.woocommerce form .form-row label.inline {
display: inline;
}
.woocommerce form .form-row select {
cursor: pointer;
margin: 0;
}
.woocommerce form .form-row .required {
border: 0 none;
color: red;
font-weight: 700;
}
.woocommerce form .form-row .input-checkbox {
display: inline;
margin: -2px 8px 0 0;
text-align: center;
vertical-align: middle;
position:relative;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
box-sizing: border-box;
line-height: 1;
margin: 0;
outline: 0 none;
width: 100%;
}
.woocommerce form .form-row textarea {
box-shadow: none;
display: block;
height: 4em;
line-height: 1.5;
}
.woocommerce form .form-row .select2-container {
line-height: 2em;
width: 100%;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
border-color: #69bf29;
}
.woocommerce form .form-row *:-moz-placeholder {
line-height: normal;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
border: 1px solid #d3ced2;
border-radius: 5px;
margin: 2em 0;
padding: 20px;
text-align: left;
}
.woocommerce ul#shipping_method {
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce ul#shipping_method li {
list-style: outside none none;
margin: 0;
padding: 0.25em 0 0.25em 22px;
text-indent: -22px;
}
.woocommerce ul#shipping_method .amount {
font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
margin: 0;
}
.woocommerce .order_details {
list-style: outside none none;
margin: 0 0 1.5em;
}
.woocommerce .order_details::after, .woocommerce .order_details::before {
content: " ";
display: table;
}
.woocommerce .order_details li {
border-right: 1px dashed #d3ced2;
float: left;
font-size: 0.715em;
line-height: 1;
margin-left: 0;
margin-right: 2em;
padding-left: 0;
padding-right: 2em;
text-transform: uppercase;
}
.woocommerce .order_details li strong {
display: block;
font-size: 1.4em;
line-height: 1.5;
text-transform: none;
}
.woocommerce .order_details li:last-of-type {
border: medium none;
}
.woocommerce .widget_layered_nav ul {
border: 0 none;
list-style: outside none none;
margin: 0;
padding: 0;
}
.woocommerce .widget_layered_nav ul li {
list-style: outside none none;
padding: 0 0 1px;
}
.woocommerce .widget_layered_nav ul li::after, .woocommerce .widget_layered_nav ul li::before {
content: " ";
display: table;
}
.woocommerce .widget_layered_nav ul li.chosen a::before, .woocommerce .widget_layered_nav_filters ul li a::before {
color: #a00;
content: "";
font-family: 'WooCommerce';
font-variant: normal;
font-weight: 400;
line-height: 1;
text-decoration: none;
text-transform: none;
}
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
padding: 1px 0;
}
.woocommerce .widget_layered_nav ul li.chosen a::before {
margin-right: 0.618em;
}
.woocommerce .widget_layered_nav_filters ul {
border: 0 none;
list-style: outside none none;
margin: 0;
overflow: hidden;
padding: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
float: left;
list-style: outside none none;
padding: 0 1px 1px 0;
}
.woocommerce .widget_layered_nav_filters ul li a {
text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
margin-right: 0.618em;
}
.woocommerce .widget_price_filter .price_slider {
margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 0.8751em;
line-height: 2.4;
text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
float: left;
font-size: 1.15em;
position: relative;
padding: 12px 38px;
height: auto;
width: auto;
border-radius: 5px;
font-weight: 600;
background: #cd2122 ;
border: 2px solid #cd2122 ;
color:#ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
color:#ffffff;
background: #232323;
border-color:#232323;
}
.woocommerce .widget_price_filter .ui-slider {
margin-left: 0.5em;
margin-right: 0.5em;
position: relative;
text-align: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #eeeeee;
border-radius: 50%;
cursor: ew-resize;
height: 1em;
border:2px solid #cd2122 ;
margin-left: -0.5em;
outline: 0 none;
position: absolute;
top: -0.3em;
width: 1em !important;
z-index: 2;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: #cd2122 ;
border: 0 none;
border-radius: 1em;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: #eeeeee;
border: 0 none;
border-radius: 1em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
top: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
right: -1px;
}
.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before {
content: " ";
display: table;
}
.woocommerce-account .addresses .title h3 {
float: left;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
font-weight: 700;
margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
list-style: outside none none;
margin-left: 0;
padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
content: "";
font-family: 'WooCommerce';
font-variant: normal;
font-weight: 400;
line-height: 1;
margin-right: 0.618em;
text-decoration: none;
text-transform: none;
}
.woocommerce-cart table.cart .product-thumbnail {
min-width: 32px;
}
.woocommerce-cart table.cart img {
box-shadow: none;
width: 80px !important;
}
.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #dddddd;
display: block;
line-height: 24px;
padding: 10px;
width: 260px;
}
.woocommerce-cart .wc-proceed-to-checkout::after, .woocommerce-cart .wc-proceed-to-checkout::before {
content: " ";
display: table;
}
.cart_totals h2 {
color: #272727;
font-size: 24px;
font-weight: 600;
margin-bottom: 30px;
}
.total-cart {
width: 100%;
}
.total-cart tr th, .total-cart tr td {
border: 1px solid #e0e0e0;
padding: 10px 15px;
width: 50% !important;
}
.total-cart tr td {
border-top: 0 none;
text-align: right;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
display: block;
float: none;
width: 100%;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button::after {
content: "";
font-family: 'WooCommerce';
font-variant: normal;
font-weight: 400;
line-height: 1;
margin-left: 0.618em;
text-decoration: none;
text-transform: none;
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
color: #777;
font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
margin-top: 0;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
clear: none;
float: left;
}
.woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
clear: left;
}
.woocommerce-checkout .checkout .create-account small {
color: #777;
font-size: 11px;
font-weight: 400;
}
.woocommerce-checkout .checkout div.shipping-address {
clear: left;
padding: 0;
width: 100%;
}
.single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout .checkout .shipping_address {
clear: both;
}
.woocommerce-checkout #payment {
background: #ebe9eb none repeat scroll 0 0;
border-radius: 5px;
}
.woocommerce-checkout #payment ul.payment_methods {
border-bottom: 1px solid #d3ced2;
list-style: outside none none;
margin: 0;
padding: 1em;
text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods::after, .woocommerce-checkout #payment ul.payment_methods::before {
content: " ";
display: table;
}
.woocommerce-checkout #payment ul.payment_methods li {
font-weight: 400;
line-height: 2;
margin: 0;
text-align: left;
}
.woocommerce-checkout #payment ul.payment_methods li input {
margin: 0 1em 0 0;
display:inline-block;
}
.woocommerce-checkout #payment ul.payment_methods li img {
box-shadow: none;
margin: -2px 0 0 0.5em;
padding: 0;
position: relative;
vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img + img {
margin-left: 2px;
}
.woocommerce-checkout #payment div.form-row {
padding: 1em;
}
.woocommerce-checkout #payment div.payment_box {
background-color: #dfdcde;
border-radius: 2px;
color: #515151;
font-size: 0.92em;
line-height: 1.5;
margin: 1em 0;
padding: 1em 2%;
position: relative;
width: 96%;
}
.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}
.woocommerce-checkout #payment div.payment_box *:-moz-placeholder {
color: #bbb3b9;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
background-position: right center;
background-repeat: no-repeat;
font-size: 1.5em;
padding: 8px;
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/visa.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/mastercard.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/laser.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/diners.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/maestro.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/jcb.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/amex.png);
}
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
background-image: url(//www.imsep.ma/wp-content/themes/edutech/assets/images/icons/credit-cards/discover.png);
}
.woocommerce-checkout #payment div.payment_box span.help {
color: #777;
font-size: 0.857em;
font-weight: 400;
}
.woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 1em;
}
.woocommerce-checkout #payment div.payment_box p:last-child {
margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box::after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent #dfdcde;
border-image: none;
border-style: solid;
border-width: 8px;
content: "";
display: block;
left: 0;
margin: -1em 0 0 2em;
position: absolute;
top: -3px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
float: right;
font-size: 0.83em;
line-height: 52px;
color:#cd2122;
}
.woocommerce-checkout #payment .payment_method_paypal img {
max-height: 52px;
vertical-align: middle;
}
#content.twentyeleven .woocommerce-pagination a {
font-size: 1em;
line-height: 1;
}
.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
padding: 0;
}
.twentythirteen .woocommerce-breadcrumb {
padding-top: 40px;
}
.twentyfourteen ul.products li.product {
margin-top: 0 !important;
}
.single-rating .star-rating {
color:#cd2122;
display: block;
float: left;
font-size: 13px;
margin: 10px 0 15px;
}
.cart .quantity input.input-text {
background-color:#f7f7f7 !important;
background-image:none;
display: inline-block;
height: 48px !important;
margin-right: 10px;
margin-bottom:0px;
vertical-align: middle;
width: 90px !important;
padding:0;
border-radius: 0 !important;
border:1px solid #ebebeb;
}
form.cart button.add-to-cart {
padding: 11px 38px 10px;
font-weight: 600;
border-radius: 0px;
margin-top:0px;
font-size: 16px;
color: #ffffff;
background-color: #cd2122;
text-transform: capitalize;
border: 1px solid transparent;
cursor:pointer;
}
form.cart button.add-to-cart:before{
display:none !important;   
}
form.cart button.add-to-cart:hover {
color: #ffffff;
border-color: #232323;
background: #232323;
}
form.cart button.add-to-cart span{
top:3px;	
}
.cart-table .cart_item td {
border-bottom: 2px solid #e9e9e9;
padding: 30px 0 !important;
}
.cart-table .cart_item .product-name a {
color: #272727;
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
}
.actions {
margin-bottom: 50px;
}
#comments .comment-form .form-box {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: #e0e0e0 -moz-use-text-color -moz-use-text-color;
border-image: none;
border-style: solid none none;
border-width: 1px 0 0;
}
.woocommerce-EditAccountForm.edit-account input[type="text"], .woocommerce-EditAccountForm.edit-account input[type="email"], .woocommerce-EditAccountForm.edit-account input[type="password"], .login input[type="text"], .login input[type="password"], .woocommerce-ResetPassword.lost_reset_password input[type="text"], .checkout.woocommerce-checkout input[type="text"], .checkout.woocommerce-checkout input[type="email"], .checkout.woocommerce-checkout input[type="tel"], .checkout.woocommerce-checkout .select2-choice, .checkout.woocommerce-checkout textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row .select2-choice {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #e0e0e0;
border-radius: 3px;
display: block;
height: 48px;
line-height: 30px;
padding: 8px 20px;
position: relative;
transition: all 300ms ease 0s;
width: 100%;
}
.woocommerce-EditAccountForm.edit-account legend, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, h3#order_review_heading, .woocommerce-account .addresses .title h3, .woocommerce-MyAccount-content h3,
.woocommerce-additional-fields h3 {
color: #cd2122;
font-size: 20px;
font-weight: 700;
line-height: 1.4em;
margin: 0 0 20px;
}
.woocommerce-EditAccountForm.edit-account legend {
border: medium none;
margin-top: 40px;
}
#ship-to-different-address label {
font-weight: 400 !important;
}
.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%;
}
.product_details .product_top_section .item_description > div span {
line-height: 15px;
}
.commentlist {
padding:0;
}
.add_your_review {
margin: 81px 0 75px;
} .woocommerce .shop-page .meta-info p.woocommerce-result-count{
float:left;
}
.woocommerce .shop-page .woocommerce-ordering{
margin:0px;
}
.woocommerce .shop-page .woocommerce-ordering select{
background:none;
border: 1px solid #f7f7f7;
border-radius: 0;
color: #999999;
font-size: 14px;
outline: medium none !important;
padding: 12px 15px;
text-transform: capitalize;
-moz-appearance: none;
-webkit-appearance:none;
-ms-appearance:none;
z-index:20;
position:relative;
cursor:pointer;
}
.woocommerce .shop-page .woocommerce-ordering{
position:relative;
background: #f7f7f7 none repeat scroll 0 0;
}
.woocommerce .shop-page .woocommerce-ordering:before{
content:'\f107';
position:absolute;
top:11px;
right:10px;
font-family:'FontAwesome';
font-size:14px;
cursor:pointer;
color:#999999;
z-index:1;
}
.woocommerce .shop-page .single-shop-item{
min-height:440px;
}
.woocommerce .shop-page .single-shop-item .text-box .title a {
color: #333333;
font-size: 16px;
line-height: 24px;
margin: -6px 0 0;
transition: color 0.4s ease 0s;
}
.woocommerce .products .star-rating{
font-size:13px;
color: #cd2122 ;
display:inline-block;
margin-bottom:0px;
}
.woocommerce .shop-page .single-shop-item .price{
color: #3563a9;
font-size: 16px;
font-style: normal;
line-height: 24px;
}
.woocommerce .shop-page .single-shop-item .price del > span{
text-decoration:line-through;
margin-right:10px;
} .woocommerce div.product div.images, .woocommerce div.product div.summary,.single-shop-page .single-shop-item .fetr-box .img-box{
margin:0px;
padding:0px;
}
.woocommerce .single-shop-page .single-shop-item{
margin-bottom:40px;
}
.woocommerce .single-shop-page .single-shop-item .woocommerce-product-rating{
margin-bottom:0px !important;
}
.woocommerce .single-shop-page .star-rating::before{
color:#ffffff !important;
}
.woocommerce .single-shop-page .star-rating{
height:20px;
line-height:18px;
width:7.4em;
}
.woocommerce .single-shop-page .star-rating span{
color:#3563a9;
font-size:12px;
}
.woocommerce .single-shop-page .quantity .qty{
width:80px;
height:45px;
border:none;
border-radius:3px;
}
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount,
.single-product.woocommerce .price ins span.woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
font-size:24px !important;
} .woocommerce div.product .woocommerce-tabs{
margin:60px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
border-bottom:none;
}
.woocommerce #reviews #comments ol.commentlist{
padding:0px;
margin-top:10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
padding:0px !important;
margin:0px 0 0px !important;
border:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
background: #ffffff;
border-radius: 0px;
color:#cd2122;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before{
opacity:1;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:30px;
background:#fbfbfb;
box-shadow:none;
border:none;
border-radius:0px;
}
.woocommerce div.product .woocommerce-tabs .panel h2{
color: #1a1a1a;
font-weight:500;
font-size: 18px;
text-transform: capitalize;
margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: block;
float: left;
margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
position: relative;
top: 1px;
display: block;
float: left;
margin-right: 8px;
font-size: 16px;
background: #f8f8f8;
color: #1c1c1c;
border: 1px solid #f2f2f2;
text-transform: capitalize;
font-weight: 700;
line-height: 24px;
cursor: pointer;
padding: 12px 30px 10px;
transition: all 500ms ease;
border-radius: 3px 3px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before{
position: absolute;
content: '';
left: 0px;
top: -1px;
width: 100%;
height: 3px;
opacity: 0;
background-color: #cd2122;
}
.woocommerce textarea{
border:1px solid #ebebeb;
}
.woocommerce p.stars a.star-1{
width:1em;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5{
border:none;
}
.woocommerce p.stars a{
color:#cd2122;
font-weight:400;
} .woocommerce .shop_table thead{
background:#f7f7f7;
}
.woocommerce table.shop_table th{
color: #222222;
font-size: 18px;
font-weight: 600;
line-height: 35px;
text-transform: capitalize;
padding-left: 28px;
}
.woocommerce .shop_table tbody tr.cart_item td{
padding:27px 7px 28px 35px;
border-bottom: 1px solid #f3f3f3;
color: #777777;
font-size: 16px;
font-weight: 700;
}
.woocommerce .shop_table tbody td.product-subtotal{
color:#6aaf08;
}
.woocommerce-cart table.cart img{
width:auto;
}
.woocommerce .shop_table tbody tr td.actions{
padding:21px 15px 20px 25px;
}
.woocommerce .shop_table tbody tr td.actions .coupon{
display:inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
border: 2px solid #f3f3f3;
border-radius: 3px;
font-weight: 700;
height: 46px;
margin-right: 19px;
padding-left: 15px;
width: 225px;
}
.woocommerce .woocommerce-message::before{
color:#cd2122;
}
.woocommerce .woocommerce-message{
border-top-color:#cd2122;
padding: 1em 2em 1em 3.5em !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #place_order{
padding: 15px 45px;
font-weight: 600;
border-radius: 0px;
font-size: 16px;
color: #ffffff;
background:#cd2122;
text-transform: capitalize;
margin-bottom: 0px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
color: #ffffff;
border-color: #232323;
background: #232323;
}
.woocommerce #place_order:hover {
color: #ffffff;
border-color: #232323;
background: #232323;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled{
color: #ffffff;
border-color: 1px solid transparent;
background: #cd2122;
padding: 15px 45px;
} .woocommerce .cart_shipping,
.woocommerce .cart_totals {
border: 0px;
padding: 15px;
}
.woocommerce .cart_shipping p {
margin-top: 10px;
}
.woocommerce .cart_shipping input{
border: 2px solid #f6f4f4;
display: block;
height: 40px;
padding: 0 15px;
position: relative;
width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
margin:0px;
}
.woocommerce .cart_totals{
padding:0px !important;
}
.woocommerce .cart_totals h2 {
background: #f9f9f9 none repeat scroll 0 0;
border-bottom: 1px solid #ebebeb;
font-size: 14px;
margin: 0;
padding: 20px;
}
.woocommerce .cart_totals tr{
border-bottom: 1px solid #ebebeb !important;
}
.woocommerce .cart_totals tr th {
padding:14px 20px !important;
border-right:1px solid #ebebeb;
}
.woocommerce .cart_totals td {
padding: 14px 20px !important;
text-align: right;
}
.woocommerce-cart .wc-proceed-to-checkout{
padding:20px 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
padding: 14px 38px;
font-weight: 600;
border-radius: 0px;
font-size: 16px;
color: #ffffff;
background:#cd2122;
text-transform: capitalize;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
color: #ffffff;
border-color: #232323;
background: #232323;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
border-collapse:collapse !important;
width:100%;
} .woocommerce form .form-row select, .woocommerce form input[type="text"], .woocommerce form input[type="email"], .woocommerce form input[type="password"], .woocommerce form input[type="tel"] {
padding: 10px !important;
border:1px solid #e3e0dc;
width:100%;
}
.woocommerce .checkout_coupon p {
display: block;
}
.woocommerce .checkout_coupon p #coupon_code{
height:46px !important;
border:1px solid #e3e0dc;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
float: left;
max-width:inherit;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
float: right;
max-width:inherit;
}
.shop_sidebar .shop_aside{
margin-top:0px;
}
#order_review_heading{
color: #262626;
font-size: 15px;
font-weight: 700;
letter-spacing: 2px;
margin-bottom: 30px;
padding-top: 40px;
position: relative;
text-transform: uppercase;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom {
display:inline-block !important;
width:31.65% !important;
margin-left:10px;
}
.woocommerce .img-holder .thumbnails.columns-3 a.zoom:first-child{
margin-left:0px;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > .current, .pagination > li:hover > .current{
color: #ffffff;
background: #232323;
border-color: #232323;
}
.contact_info ul li{
border-bottom:none !important;
line-height: 1.8em !important;
padding:0px !important;
}
.contact_info ul a::after{
content:'' !important;
}
.contact_info ul a{
display:inline-block !important;
color:#cd2122  !important;
}
.woocommerce-pagination ul{
position:relative;
display: block;
text-align:center;
}
.woocommerce-pagination ul li {
display: inline-block !important;
margin: 0 5px !important;
}
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span{
width:40px;
height:40px;
line-height:30px !important;
padding:0px;
margin-bottom:5px;
text-align:center;
color:#cd2122;
border:1px solid #cd2122;
font-size:14px !important;
background:#ffffff;
display:inline-block;
position: relative;
min-width: 40px;
text-transform: capitalize;
transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
-moz-transition: all 500ms ease;
}
.woocommerce-pagination ul li a:hover, .woocommerce-pagination ul li span,.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background:#cd2122;
color:#ffffff;
}
.woocommerce .f-shop-detail .summary .star-rating{
color:#cd2122  !important;
}
.search-widget input{
padding-left:15px;
width:70% !important;
border:none !important;
}
.widget_bunch_external_links ul li a::before{
display:none;
}
.results-column p.woocommerce-result-count{
font-size: 14px;
font-weight: 700;
color: #444444;
line-height: 24px;
padding:0px 0px;
margin:10px 0px 10px 0px;
}
.woocommerce-account .woocommerce-MyAccount-content p a{
color:#cd2122 ;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
width: 24%;
display: inline-block;
margin-right: 4px;
margin-top: 4px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child{
margin-right: 0px;
} #customer_details label,
.woocommerce form .form-row span{
width:100%;
}
.woocommerce form.woocommerce-form-login .form-row label {
margin-top:10px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #cd2122 ;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
color: #ffffff;
border-color: #232323;
background-color: #232323;
}
.select2-container--default .select2-selection--single{
border: 1px solid #e0e0e0;
border-radius: 3px;
display: block;
height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
height:43px;
}
.wcppec-checkout-buttons.woo_pp_cart_buttons_div{
display:none;	
}
.woocommerce-grouped-product-list tr {
margin-bottom: 10px; 
}
.woocommerce div.product form.cart .group_table td:first-child {
width: 4em;
text-align: center;
}
.woocommerce div.product form.cart .group_table td:last-child {
border-right: 1px solid #f5f5f5 !important;
}
.woocommerce div.product form.cart .group_table td {
border: 0 none;
padding-bottom: .5em;
vertical-align: top;
}
.woocommerce div.product form.cart .group_table td {
border: 1px solid #f5f5f5 !important;
border-right: none !important;
vertical-align: middle !important;
padding: 10px !important;
text-align: center;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label{
margin-bottom: 0px;   
color:#222;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label a{
color:#222; 
}
.woocommerce .upsells h2{
position: relative;
font-size: 30px;
color: #cd2122;
font-weight: 700;
line-height: 1.3em;
margin-bottom: 35px;
letter-spacing: 1px;
}
#tab-description h2{
display:none;	
}
.cart-collaterals .cross-sells .product {
max-width: 100% !important;
padding: 0px 10px;
}
.cart-collaterals .cross-sells .shop-item .inner-box .lower-content .lower-box .add-cart{
padding: 12px 10px;
width: 120px;
}
.woocommerce-terms-and-conditions-wrapper{
width:100%;
margin-bottom:15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 49%;
overflow: visible;
}
.shop-single-section .info-column .shop-list .product_meta .sku_wrapper{
color: #161e39;
font-size: 18px;
margin-right: 5px;
text-transform: capitalize;
}
.shop-single-section .info-column .shop-list .product_meta .posted_in{
display:block;
position:relative;
margin-top:10px;
color: #161e39;
font-size: 18px;
margin-right: 5px;	
}
.shop-single-section .info-column .shop-list .product_meta .posted_in a{
position: relative;
color: #666666;
font-size: 18px;
margin-bottom: 10px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set{
width:auto;
}