/*
Theme Name: Eduloco Child Theme
Template: eduloco
Author: Hendri
Author URI: http://hendri.lawaweb.com/
Description: Child Theme University WordPress Template
*/

/**
 * GLOBAL
 */
body.page-template-tpl_home, 
body.page-template-tpl_home main,
body.page-id-19848,
body.page-id-19432{
	background-color: #ffffff !important;
	
}
body{
	font-size: 14px !important;
	line-height: 24px !important;
}
.fs-25{
	font-size: 25px;
}
h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #b80505 !important;
}

.banner.colored h4 span {
    color: #fff934 !important;
}

.m-top30{
	margin-top: 30px;
}
.m-top20{
	margin-top: 20px;
}
.m-top55{
	margin-top: 55px !important;
}
.m-top0{margin-top: 0px !important;}
.m-top60{margin-top: 60px !important;}
.m-bot0{margin-bottom: 0px !important;}
.m-bot10{margin-bottom: 10px !important;}
.m-bot20{margin-bottom: 20px !important;}
.m-bot30{margin-bottom: 30px !important;}
.m-bot40{margin-bottom: 40px !important;}
.m-bot45{margin-bottom: 45px !important;}
.m-bot50{margin-bottom: 50px !important;}
.m-bot60{margin-bottom: 60px !important;}
.m-bot70{margin-bottom: 70px !important;}
.m-bot80{margin-bottom: 80px !important;}
.p-bot0{padding-bottom: 0 !important;}

input.btn_1,
a.btn_1.medium {
    background: #b80505;
}
a.btn_full.red-btn, .btn_full.red-btn {
    background: #b80505;
}
div.owl-theme .owl-dots .owl-dot.active span, div.owl-theme .owl-dots .owl-dot:hover span {
    border: 2px solid #b80505;
}
div.owl-theme .owl-dots .owl-dot span::before {
    background-color: #b80505 !important;
}

.ul-no-pm ul {
    margin-left: 0;
    padding-left: 0;
}
ol{
	padding-left: 12px;
}
.c-red{
	color: #E14D66 !important;
}
.c-white,
.banner.colored h4 span.c-white{
	color: #ffffff !important;
}
.short_info {
    font-size: 12px;
}
.no-elipis{
	-webkit-line-clamp: unset !important;
}

.banner.colored h4 {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 23px;
}

div.wishlist {
    top: 27px;
}
div#toTop {
    background-color: #B80505;
    margin: 0px 28px 0 0;
    bottom: 120px;
}
.container{
	position:relative;
}
header{
	position: sticky !important;
}

.custom_elfomap_form{
	display: block !important;
	min-height:200px !important;
}
.custom_elfomap_form div.grwf2-wrapper.wf2-abs.wf2-embedded > iframe {
    position: relative !important;
}

/**
 * Custom Icons
 */
.icon-fax:before {
    content: '\eae8';
}

/**
 * LOADING
 */
.loading-text,
.popuploading-text {
    position: relative;
    top: -30px;
    left: 35px;
    color: #ffffff;
}
.popuploading-text {
    color: #2e2e2e;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes pulse {
    50% {
        background: #000;
    }
}

@keyframes pulse {
    50% {
        background: #000;
    }
}

.loading-send,
.popuploading-send{
    right: 0;
    top: -4px;
    position: relative;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: .25rem solid #b80505;
    border-top-color: #222;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

div#position {
    background-color: #B80505;
    padding: 10px 0;
	color:#ffffff;
    font-size: 11px;
}
#position ul li,#position ul li a {
    color: #fff !important;
	opacity:1 !important;
}

/**
 * HEADER
 */
header#plain .main-menu > ul > li > a {
    color: #333;
    font-weight: 500;
}
header#plain #top_line,
header#plain ul#top_links a {
    color: #262c41 !important;
}
header#plain.sticky {
    z-index: 99999999;
}
.search-overlay-menu input[type="text"] {
    height: 100%;
    width: 100%;
    color: #fff;
    background: transparent;
    border-top: 0px solid transparent;
    border-bottom: 2px solid #909090 !important;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 32px;
    font-weight: 400;
    outline: none;
    padding: 10px 0 10px 0;
}
.search-overlay-menu input[type="text"]:-webkit-autofill,
.search-overlay-menu input[type="text"]:-webkit-autofill:hover, 
.search-overlay-menu input[type="text"]:-webkit-autofill:focus, 
.search-overlay-menu input[type="text"]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 70px white inset !important;
}

.header-schedule-call {
    margin-left: 10px;
    top: -1px;
    position: relative;
    background-color: #b80505 !important;
    border-color: #b80505 !important;
}
.header-schedule-call:hover{
    background-color: #262c41 !important;
    border-color: #262c41 !important;
}

/**
 * Admin Bar
 */
#wpadminbar {
    z-index: 999999999 !important;
}
body.logged-in header {
    top: 30px;
}
#social_top a i {
    font-size: 13px;
    background: #262c41;
    padding: 3px;
    color: #fff !important;
    border-radius: 100%;
    text-align: center;
    width: 24px;
    height: 22px;
    line-height: 16px;
    margin: 0 1px;
    display: inline-block;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
#social_top a i:hover{
	background: #b80505;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

/**
 * Elementor
 */
body.logged-in.elementor-default header {
    top: 0;
}
.cmz-subheader {
    min-height: 300px;
    margin-top: 0px;
}
.cmz-subheader .parallax-content-1 {
    height: 300px;
	background: rgba(0, 0, 0, 0.4);
}
.cmz-subheader .parallax-content-1 div h1 {
    margin-bottom: 0;
    padding-top: 50px;
}
.cmz-subheader .parallax-content-1 div p {
    font-weight:600;
	padding-bottom: 50px;
}

/**
 * Revolution Slider
 */
rs-fullwidth-wrap {
    margin-top: 100px !important;
}
body.admin-bar rs-fullwidth-wrap {
    margin-top: 70px !important;
}


/**
 * Home Slider
 */
body.page-template-tpl_home #carousel-home .owl-carousel .owl-slide {
    height: auto;
}
body.page-template-tpl_home #carousel-home{
	margin-top:0px;
}
.home-banner {
	height:auto;
	width: 100%;
}

/**
 * Form Enquire
 */
.cmz-form-enquire {
    max-width: 360px;
    margin: 0 auto;
    margin-top: -100px;
    background-color: #fff;
    padding: 47px 30px 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px -2px #a09f9f;
}
.cmz-form-enquire h3{
	color: #c00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.cmz-form-enquire input, .cmz-form-enquire select {
    width: 100%;
    padding: 10px 5px;
    border: none;
    border-bottom: 2px solid #696969;
    margin-bottom: 15px;
    background-color: transparent;
    font-size: 16px;
	color: #757775;
}
.cmz-form-enquire input[type="submit"]{
	background: #cc0000;
    border-bottom: 0;
    color: #ffffff;
    max-width: 120px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}
.cmz-form-enquire input[type="checkbox"]{
	width:auto;
}
.cmz-form-enquire .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0;
}
.cmz-form-enquire .wpcf7-checkbox span.wpcf7-list-item label{
	display:flex;
}

.cmz-form-enquire .wpcf7-checkbox span.wpcf7-list-item label .wpcf7-list-item-label{
	margin-left: 10px;
    top: -4px;
    position: relative;
}

.elementor-element-f7df840 form {
    position: relative;
    width: max-content;
    margin: 0 auto;
}
.elementor-element-f7df840 .wpcf7 form.invalid .wpcf7-response-output, 
.elementor-element-f7df840 .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    width: 100%;
    padding: 0.2em 4px;
    margin: 0 auto;
    margin-top: 15px;
}

/**
 * Ribbon
 */
div.ribbon_3 span {
	font-size: 8px;
    background: #b80505;
    background: linear-gradient(#b80505 0%, #b80505 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
div.ribbon_3 span::before {
    border-left: 3px solid #b80505;
    border-top: 3px solid #b80505;
}
div.ribbon_3 span::after {
    border-right: 3px solid #b80505;
    border-top: 3px solid #b80505;
}

span.tooltip-back {
    background: #b80505; 
}

/* V2 */
div.ribbon_3.v2 {
    left: unset;
    right: 10px;
}
div.ribbon_3.v2 span {
	font-size: 8px;
  	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: unset;
    right: -21px;
}

/* V3 */
div.ribbon_3.v3 {
    left: unset;
    right: 9px;
	position: absolute;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 59px;
    height: 56px;
    text-align: right;
}
div.ribbon_3.v3 span {
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
  	left: unset;
  	right: -17px;
	width: 70px;
	top: 7px;
}

/**
 * Wishlist
 */
div.wishlist:before {
	font-style: normal;
	font-weight: normal;
	font-family: "icon_set_1";
	font-size: 30px;
	content: "\62";
	color: #888;
	position: absolute;
	left: 6px;
	top: 2px;
}

/**
 * 1.2 Section Testimonial 2
 */
.ts-testimonial2{
	display: inline-block;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.ts-testimonial2 .owl-carousel{
	overflow: hidden;
}
.ts-testimonial2 .owl-carousel .owl-stage-outer {
    overflow: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ts-testimonial2 .item{
	padding: 20px 40px;
	max-width: 590px;
	margin: 0 auto;
	border-radius: 20px;
	position: relative;
	background: #ffffff;
	text-align: center;
	-webkit-box-shadow: 0 22px 40px -25px rgba(20, 37, 76, 0.50);
    box-shadow: 0 22px 40px -25px rgba(20, 37, 76, 0.50);
}
.ts-testimonial2 .owl-item > div img,
.ts-testimonial2 .owl-item > div h3,
.ts-testimonial2 .owl-item > div h4,
.ts-testimonial2 .owl-item > div ul,
.ts-testimonial2 .owl-item > div p {
	cursor: pointer;
	opacity: 1;
}
.ts-testimonial2 .owl-item > div img{
	width: 79px;
    height: 79px;
    object-fit: cover;
    margin: 0 auto;
}
.ts-testimonial2 .owl-item > div p{
	color: #1f1f1f;
	line-height: 22px;
}
.ts-testimonial2 .owl-item.center > div img,
.ts-testimonial2 .owl-item.center > div h3,
.ts-testimonial2 .owl-item.center > div h4,
.ts-testimonial2 .owl-item.center > div ul,
.ts-testimonial2 .owl-item.center > div p {
	opacity: 1;
}
.ts-testimonial2 .owl-item.center > div img{
	width: 79px;
	margin: 0 auto;
	/*transition: all 0.2s ease-in-out;*/
}
.ts-testimonial2 .owl-item.center > div p{
	color: #212529;
}
.ts-testimonial2 .owl-item {
    border-radius: 20px;
}
.ts-testimonial2 .item img{
	width: auto;
	border: 2px solid #b80505;
    border-radius: 100%;
    position: relative;
    margin-top: -50px;
    margin-bottom: 10px;
    /*transition: all 0.2s ease-in-out;*/
}
.ts-testimonial2 .item ul{
	margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: -10px;
}
.ts-testimonial2 .item ul li{
	list-style: none;
	display: inline-block;
}
.ts-testimonial2 .item h3{
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 21px;
	background: #b80505; 
    background-clip: text;
   /*  -webkit-text-fill-color: transparent;
    text-fill-color: transparent; */
	margin-bottom: 0px;
}
.ts-testimonial2 .item h4{
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 15px;
	background: #333333;
  /*  -webkit-background-clip: text; */
    background-clip: text;
   /*  -webkit-text-fill-color: transparent;
    text-fill-color: transparent; */
	margin-bottom: 15px;
}
.ts-testimonial2 .item i{
	color: #FF9800;
    font-size: 18px;
    margin: 0 -3px;
}
.ts-testimonial2 .item p{
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 17px;
	color: #3f71e0;
	line-height: 25px;
	margin-bottom: 5px;
}

.ts-testimonial2 .owl-theme .owl-dots .owl-dot.active span {
    background: #b80505;
    width: 10px;
    height: 10px;
    top: 0px;
    position: relative;
    
}
.ts-testimonial2 .owl-theme .owl-dots .owl-dot:hover span{
	background: #b80505;
}
.ts-testimonial2 .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 3px 3px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.ts-testimonial2 .owl-theme .owl-nav.disabled+.owl-dots {
    line-height: 0;
}

.ts-testimonial2 .ribbon_3 {
    left: -5px;
}
.ts-testimonial2 i.ts-testimonial2-bg{
	color: rgb(0 0 0 / 5%);
    position: absolute;
    font-size: 290px;
    bottom: 45%;
    transform: translateY(50%);
    right: 0;
    left: 0;
}
i.ts-testimonial2-bg2{
    position: absolute;
    font-size: 90px;
    color: rgb(0 0 0 / 0.05);
    right: 7px;
    bottom: 0px;
}

/**
 * CROSS SEARCH
 */
.cmz-cross-search{
	margin-bottom: 10px;
}
.cmz-cross-search.list_tours_tabs ul li figure {
    left: 2px;
}
.cmz-cross-search.list_tours_tabs ul li {
    padding: 15px 5px 10px 60px;
    width: 33.3333%;
    float: left;
}
.cmz-cross-search.list_tours_tabs ul li:hover {
    background-color: #f5f5f5; 
}
.cmz-cross-search.list_tours_tabs ul li:last-child {
    padding-left: inherit;
    padding-top: inherit;
    position: relative;
    padding: 15px 5px 10px 60px;
    min-height: 65px;
    border-bottom: 1px solid #ededed;
    display: table;
}
.cmz-cross-search.list_tours_tabs .view-more{
	margin: 20px 0;
}
.cmz-cross-search.list_tours_tabs figure > i{
	font-size: 35px;
    top: 6px;
    position: relative;
    color: #2e2e2e;
}
.cmz-cross-search.list_tours_tabs ul li a small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/**
 * Sidebar Filter
 */
/* Filter */
.filter_type .facetwp-facet {
    margin-bottom: 0;
}
.filter_type .facetwp-counter {
    display: none;
}
.filter_type .facetwp-facet input.facetwp-search{
    margin: 0;
    padding-right: 30px;
    min-width: auto;
    width: 100%;
}
.filter_type .facetwp-input-wrap {
    width: 100%;
}

.facetwp-checkbox {
    font-size: 13px;
}

div#filters_col {
    padding: 15px 15px 15px 15px;
}

/* Template */
.facetwp-pager {
    text-align: center;
}
.facetwp-load-more {
    background-color: #b80505 !important;
    color: #fff !important;
    padding: 8px !important;
	border: 0px !important;
	border-radius: 5px !important;
}
.facetwp-page {
    position: relative;
    display: inline-block !important;
    padding: .5rem .75rem !important;
    margin-left: -1px;
    line-height: 1.25;
    color: #2e2e2e !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6;
}
.facetwp-page:hover {
    background-color: #262c41 !important;
    border-color: #262c41 !important;
    color: #fff !important;
}

.facetwp-page.active {
    z-index: 1;
    color: #fff !important;
    background-color: #262c41 !important;
    border-color: #262c41 !important;
}

.course-filters .img_container{
	text-align: center;
    padding: 30px;
    background-color: #c3c3c3;
}
.course-filters .img_container i.icon-book,
.course-filters .img_container i.icon-graduation-cap{
	font-size: 90px;
	color: #4a4a4a;
}

.course-filters .img_container:hover i.icon-book,
.course-filters .img_container:hover i.icon-graduation-cap{
	color: #7b7b7b;
}
.course-filters .img_container .short_info {
    text-align: left;
}
.course-filters .img_container .short_info i{
	float: left;
}
.course-filters .img_container .short_info span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.course-filters .img_container .short_info {
    background: -webkit-linear-gradient(to bottom,transparent 30%,rgb(0 0 0 / 0.80) 160%);
    background: linear-gradient(to bottom,transparent 30%,rgb(0 0 0 / 0.80) 160%);
}
.course-filters .rating i{
	display: block;
	font-size: 11px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.course-filters.scholarship-filters .ribbon_3 span {
    font-size: 9px;
}
.course-filters .tour_container .tour_title h3 {
    text-transform: capitalize;
}

/**
 * Sidebar Apply
 */
.sidebar-apply .form-input label{
	font-size: 10px;
    margin: 0px 0px 0px 10px;
    margin-bottom: -11px;
    background-color: #ffffff;
    padding: 0 3px;
    float: left;
    position: relative;
    display: inline-block;
}
.sidebar-apply .icheckbox_square-grey, 
.sidebar-apply .iradio_square-grey {
    height: 27px;
}
.sidebar-apply #policy{
	padding: 5px 0 0 0;
}
.sidebar-apply #policy label{
	font-size: 12px;
}
.sidebar-apply #policy a{
	color: #b80505 !important;
}
.box_style_1.sidebar-apply{
	padding: 15px;
}
.box_style_1.sidebar-apply h3.inner {
    border: none;
    font-size: 17px;
    background-color: #262c41;
    margin: -15px -15px 10px -15px;
}
.box_style_1.sidebar-apply button.btn_full{
    background: #b80505;
}
.box_style_1.sidebar-apply button.btn_full:hover{
    background: #262c41;
}
.box_style_1.sidebar-apply .form-group{
	margin-bottom: 6px;
}
.box_style_1.sidebar-apply .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b80505 !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.sidebar-apply label.error {
    font-size: 10px;
    position: relative;
    padding: 0 6px;
    top: -6px;
    left: -14px;
    color: #e34f4f;
	font-weight: 600;
    background-color: transparent;
}
.sidebar-apply label.error:after{
	display:none;
}
.sidebar-apply label#apply_policy_terms-error.error {
	font-size: 10px;
    left: -4px;
    top: 16px;
    width: max-content;
    display: inline-block;
    float: left;
    font-weight: 600;
}
.sidebar-apply .before-send {
    height: 25px;
    margin-top: 15px;
    width: 100%;
    position: relative;
}
.sidebar-apply .loading-text {
    color: #000000;
}
.sidebar-apply .loading-send {
    border-top-color: #fff;
}
.sidebar-apply .response-newsletter .alert {
    font-size: 12px;
    padding: 0px 10px;
}

aside a#filters_col_bt,
aside .widget h4 {
    display: block;
    color: #fff !important;
    font-size: 14px;
    background-color: #262c41;
    padding: 10px 20px 10px 18px;
    margin: -15px -15px 10px -15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
aside .widget h4 {
    margin: -25px -15px 10px -15px;
	padding: 15px 20px 15px 18px;
}

/**
 * Sidebar Ads
 */
div.filter_type ul {
    margin: 0 0 0 0;
}
.sidebar-banner{
	margin-bottom:30px;
	text-align: center;
}

/**
 * COUNTRY GUIDE
 */
.country-guide .tour_container .tour_title {
    background: #b80505;
}
.country-guide .tour_container .tour_title a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.country-guide .tour_container .tour_title i{
	font-size: 20px;
    top: 2px;
    margin-left: 3px;
    position: relative;
}

.country-guide .other-guide i{
	color: #2e2e2e;
}
.country-guide .other-guide .btn_1{
	background: #b80505;
}
.country-guide .other-guide .btn_1:hover{
	background-color: #2e2e2e;
}

/**
 * SUBJECT GUIDE
 */
body.post-type-archive-subject_guide{
	background:#ffffff;
}
body.post-type-archive-subject_guide main{
	background-color:#ffffff;
}

/**
 * BLOGS / Articles
 */
.cmz-blog .box_style_1 {
    padding: 25px 20px;
}
.cmz-blog .box_style_1 p{
	text-align: justify;
}
.cmz-blog .box_style_1 a.btn_1, 
.cmz-blog .box_style_1 .btn_1 {
    background: #b80505;
}
.cmz-blog .box_style_1 a.btn_1:hover, .cmz-blog .box_style_1 .btn_1:hover {
    background: #333333;
}
.cmz-blog .post img {
    max-width: 100%;
/*     height: 215px; */
    object-fit: cover;
}

.cmz-blog .facetwp-facet {
    margin-bottom: 0;
    width: 100%;
}
.cmz-blog .facetwp-input-wrap {
    width: 100%;
}
.cmz-blog .facetwp-facet input.facetwp-search, 
.cmz-blog .facetwp-facet input.facetwp-location {
   	padding: 23px;
    width: 100%;
	min-width: 100%;
    padding-left: 15px;
    border: 1px solid #eee;
}
.cmz-blog span.facetwp-counter {
    display: none;
}
.cmz-blog .facetwp-radio {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
    padding: 8px;
    padding-left: 20px;
}
.cmz-blog .facetwp-radio:hover{
	color: #b80505;
}
.cmz-blog .facetwp-radio:last-of-type{
	border-bottom: none;
}
/* SINGLE ARTICLE*/
.cmz-blog.cmz-blog-single .post img {
    height: auto;
}
.cmz-blog.cmz-blog-single .post .img-wraper-single{
    text-align: center;
}
.cmz-blog.cmz-blog-single form{
	width: 100%;
	display: flex;
}
.cmz-blog.cmz-blog-single .input-group.single-search input {
    padding: 24px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    border-right: none;
}
.cmz-blog.cmz-blog-single button.btn.btn-default {
    padding: 11px 12px 10px;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-left: none;
}
.cmz-blog.cmz-blog-single button.btn.btn-default i{
    color: #c7c7c7;
    font-size: 18px;
}
.cmz-blog.cmz-blog-single #cat_blog ul li a {
    display: block;
    color: #888;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
    padding: 8px;
    padding-left: 0;
}
.cmz-blog.cmz-blog-single #cat_blog ul li:last-child a{
	border-bottom: none;
}

.cmz-blog-sidebar {
    background-color: #ffffff;
    padding: 25px 15px;
	margin-bottom: 30px;
    border-radius: 3px;
	-webkit-box-shadow: 0 0 20px 1px #eee;
	box-shadow: 0 0 20px 1px #eee;
}
ul.recent_post li {
    font-size: 13px;
	font-style:normal;
	display: inline-block;
	color: #b80505;
	padding-bottom: 0;
}
ul.recent_post li div{
	padding-left:0;
}
ul.recent_post li .course-thumb {
    font-size: 50px;
    line-height: 57px;
}

ul.recent_post li div a {
    color: #222222;
}
.cmz-blog-item .post{
	margin-bottom:30px;
	display: inline-block;
}
.cmz-blog-thumbnail {
    width: 250px;
    height: 305px;
    position: relative;
    display: inline-block;
    float: left;
}
.cmz-blog-content {
    display: inline-block;
    width: 530px;
    padding-left: 20px;
}
.cmz-blog .cmz-blog-item .post img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/**
 * Section 404
 */
.section-404{
	padding: 80px 0 80px;
	text-align: center;
	background-color: #fafbfd;
}
.section-404 input[type="search"]{
	border: 1px solid #b80505;
    border-radius: 30px;
    padding: 5px 15px;
}

.section-404 a{
	background: #b80505;
    border: 1px solid #b80505;
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 30px;
    margin-top: 10px;
    display: inline-block;
}
.section-404 .page-header img {
    margin-bottom: 40px;
}

/**
 * Single Course
 */
.sidebar-03 li{
	margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.sidebar-03 li:last-child{
    border-bottom: none;
}
.sidebar-03 li a{
	color: #2e2e2e;
	display: flex;
	font-size: 13px;
}
.sidebar-03 li a:hover{
	color: #b80505;
}
.sidebar-03 .filter_type h6 {
    margin: 15px 0 0;
}
table.course-detail tbody{
    border: 1px solid #ececec;
}

table.course-detail td:nth-child(odd) {
    width: 36%;
    max-width: 100%;
    background-color: #262c41;
    color: #ffffff;
    font-weight: bold;
}

table.course-detail tr {
    border: 1px solid #ececec;
}
#tab_overview .table-responsive {
    margin-top: 30px;
}
.single-cs #single_tour_desc h3 {
    font-size: 14px;
    text-transform: uppercase;
}

body.single-course #single_tour_desc h4.cmz-title,
body.single-scholarship #single_tour_desc h4.cmz-title{
    line-height: 20px;
    font-size: 18px;
    margin-top: 0;
    color: #fff;
    background-color: #262c41;
    margin: -30px -30px 25px -30px;
    padding: 15px 30px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/**
 * Single University
 */
body.single-university .cmz-subheader,
body.page-template-tpl_user .cmz-subheader{
	position: relative;
}
body.single-university .parallax-content-1 div p,
body.page-template-tpl_user .parallax-content-1 div p {
    font-size: 15px;
}
body.single-university .parallax-content-1.single_university > div,
body.page-template-tpl_user .parallax-content-1.single_university > div {
    display: table-cell;
    padding: 0;
    top: 90px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
body.single-university .parallax-content-1.single_university,
body.page-template-tpl_user .parallax-content-1.single_university{
	background: transparent;
}
body.single-university .campus-head .campus-logo,
body.page-template-tpl_user .campus-head .campus-logo{
	width: 80px;
	height: 80px;
	border-radius: 100%;
    padding: 0;
    float: left;
	background-color:#ffffff;
	position:relative;
}
body.single-university .campus-head .campus-logo img,
body.page-template-tpl_user .campus-head .campus-logo img{
	position: absolute;
    width: 80px;
	border-radius: 100%;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
}
body.single-university .cmz-subheader .parallax-content-1 div.campus-head h1,
body.page-template-tpl_user .cmz-subheader .parallax-content-1 div.campus-head h1 {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
body.single-university .cmz-subheader .parallax-content-1 div.campus-name,
body.page-template-tpl_user .cmz-subheader .parallax-content-1 div.campus-name{
	text-align: left;
    float: left;
    margin-left: 15px;
}
body.single-university .parallax-content-1 div.campus-name h1:before, .parallax-content-1 div.campus-name h1:after,
body.page-template-tpl_user .parallax-content-1 div.campus-name h1:before {
    display: none !important;
}
body.single-university .parallax-content-1 div.campus-name h1, .parallax-content-1 div.campus-name h3,
body.page-template-tpl_user .parallax-content-1 div.campus-name h1 {
    font-size: 25px;
    text-transform: unset;
}
body.single-university .campus-bg-overlay,
body.page-template-tpl_user .campus-bg-overlay{
	background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.75));
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
body.single-university #position,
body.page-template-tpl_user #position {
    z-index: 9;
    position: relative;
}
#single_tour_feat.uni_tabmenu a{
	color: #2e2e2e;
}
#single_tour_feat.uni_tabmenu li.active a,
#single_tour_feat.uni_tabmenu li a:hover{
	color: #B80505;
}
body.single-university .ul-no-pm ul,
body.page-template-tpl_user .ul-no-pm ul {
    margin-left: 0;
    padding-left: 17px;
}
body.single-university #single_tour_desc h3.cmz-title {
    margin-top: 0;
    color: #fff;
    background-color: #262c41;
    margin: -30px -30px 10px -30px;
    padding: 15px 30px 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
body.single-university #single_tour_desc p{
	margin:0;
}
body.single-university .single-cs{
	padding-bottom: 60px;
}
body.single-university .single-cs .sidebar-03 h3 {
    font-size: 18px;
    font-weight: bold;
}
body.single-university .single-cs .sidebar-03 .min_price {
	font-size: 18px;
    font-weight: bold;
    color: #e14d67;
    display: inline-block;
}
body.single-university .single-cs .sidebar-03 .max_price {
	font-size: 18px;
    font-weight: bold;
    color: #e14d67;
    display: inline-block;
}
body.single-university .single-cs .sidebar-03 .max_price:before {
    font-family: fontello;
    content: '\ea02';
    font-style: normal;
    font-weight: 400; 
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.uni_siderbar ul{
	padding: 0 !important;
	margin:0;
}
.uni_siderbar ul.business-info li i{
	width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #262c41;
    display: inline-block;
    border-radius: 100%;
    font-size: 15px;
    padding: 1px 5px 5px;
    color: #ffffff;
    text-align: center;
    margin-right: 10px;
}
.uni_siderbar ul.business-info li:last-child i{
	width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
}
.uni_siderbar ul.list_icons.facilities-provided li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    border-bottom: none;
    display: flex;
}
.acf-map {
    width: 100%;
    height: 250px;
    border: #ccc solid 1px;
    margin: 0 0 15px;
}
.acf-map img {
   max-width: inherit !important;
}
.uni_siderbar .uni_share a{
	width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 100%;
    color: #ffffff;
    margin: 0 5px 10px;
    top: 0;
    position: relative;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.uni_siderbar .uni_share a:hover{
	top: -5px;
	-webkit-box-shadow: 0 0 15px 3px #cecece;
	box-shadow: 0 0 15px 3px #cecece;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.uni_siderbar .uni_share a.share_fb{
	background-color: #3b5998;
}
.uni_siderbar .uni_share a.share_twitter{
	background-color: #1da1f2;
}
.uni_siderbar .uni_share a.share_whatsapp{
	background-color: #25d366;
}
.uni_siderbar .uni_share a i{
	font-size: 20px;
}

/**
 * TAB COURSES
 */
#list-courses {
	position: relative;
    margin-top: 30px;
}
#tab_courses {
    padding-bottom: 20px;
}
#tab_courses .facetwp-facet {
    margin-bottom: 20px;
}
#tab_courses select {
    padding: 13px;
}
#tab_courses .for-submit{
	display: inline-block;
}
#tab_courses .btn-loading {
    padding: 9px 15px;
    padding-top: 1px;
    text-align: center;
    min-width: 120px;
    background: #cc0000;
    color: #ffffff;
    border: 2px solid #cc0000;
}
#tab_courses .btn-loading i {
    position: relative;
    top: 5px;
    font-size: 30px;
    animation-name: spinRewards;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#tab_courses input#submit {
    padding: 9px 15px;
    text-align: center;
    min-width: 120px;
    background: #cc0000;
    color: #ffffff;
    border: 2px solid #cc0000;
    -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_courses input#submit:hover{
	opacity: 0.9;
	background: #252c41;
	border: 2px solid #252c41;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_courses .item{
	position: relative;
	top: 0;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_courses .item:hover{
	top: -3px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_courses .item .wrapper {
    padding: 15px;
	border-radius: 3px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px -2px #dcdcdc;
    box-shadow: 0 0 15px -2px #dcdcdc;
}
#tab_courses .item a{
	color: #333333;
}
#tab_courses .item .wrapper h6{
	font-size: 14px;
	margin: 0 0 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#tab_courses .item .wrapper ul{
	padding:0;
	margin:0;
}
#tab_courses .item .wrapper ul li{
	list-style: none;
}
.no-result{
	margin-left: 15px;
	list-style: none;
}
#tab_courses .item .wrapper ul li:nth-child(1){
	text-transform: capitalize;
	font-size: 13px !important;
}
#tab_courses .item .wrapper ul li:nth-child(2),
#tab_courses .item .wrapper ul li:nth-child(3){
	font-size: 12px !important;
    text-transform: capitalize;
}
#tab_courses .facetwp-type-dropdown {
    display: inline-block;
    min-width: 150px;
    margin-right: 5px;
}
#tab_courses select {
    width: 200px;
}

/**
 * TAB REVIEWS
 */
#tab_reviews{
	padding-bottom: 60px;
}
#tab_reviews .review_strip_single h4 {
    font-size: 16px;
    margin: -9px 0 15px 0;
    padding: 0;
}
#tab_reviews p {
    margin: 0 0 5px 0;
}
#tab_reviews .review_strip_single {
    position: relative;
    padding: 0 0 15px 0;
    margin: 20px 0 20px 0;
    border-bottom: 1px solid #ddd;
}

.cmz-review-item{
	background: #ffffff;
    margin-bottom: 15px;
    padding: 25px;
    border-radius: 3px;
}

/**
 * TAB PHOTOS
 */
#tab_photos .img_container_gallery img {
    width: 247px;
    height: 165px;
    object-fit: cover;
}

/**
 * TAB VIDEOS
 */
#tab_videos{
	padding-bottom: 60px;
}

/**
 * TAB BROCHURES
 */
#tab_brochures{
	padding-bottom: 60px;
}
#tab_brochures img{
	position:relative;
	top:0;
	width: 160px;
	max-width: 100%;
	height: 245px;
	object-fit: cover;
	margin-bottom: 30px;
    box-shadow: 0 5px 15px 2px #d2d2d2;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_brochures img:hover{
	top:-3px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/**
 * TAB NEWS
 */
#tab_news{
	padding-bottom: 40px;
}
#tab_news .item{
	position: relative;
	top: 0;
	margin-bottom: 15px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_news .item:hover{
	top: -3px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#tab_news .item .wrapper {
    padding: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px -2px #dcdcdc;
    box-shadow: 0 0 15px -2px #dcdcdc;
}
#tab_news .item a{
	color: #333333;
}
#tab_news .item .wrapper h6{
	margin: 0;
	overflow: hidden;
	margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/**
 * Facet WP Loading
 */
/**
 * Loading
 */
.facetwp-template{
	position: relative;
}
.cmz-loading {
    background-color: rgb(244 244 244 / 0.6);
    border-radius: 0;
    height: 100%;
    width: 104%;
    position: absolute;
    left: -15px;
    z-index: 999;
}
@keyframes spinRewards {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.cmz-loading:before{
    font-family: fontello;
    content: '\e801';
    color: #b80505;
    width: 40px;
    font-size: 40px;
    position: absolute;
    bottom: 43%;
    transform: translateY(50%);
    left: 48%;
    right: 50%;
    text-align: center;
    display: inline-block;
    z-index: 99999;
    animation-name: spinRewards;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/**
 * Single Guide
 */
body.single-guide p,
body.single-guide footer a{
	font-weight:normal;
}

.section-singleguide {
    padding: 30px 0 40px;
}

/**
 * Zoom Image
 */
.img_container img {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.img_container img:hover {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

/**
 * Registration Form
 */
.cmz-formregistration{
	position:relative;
	display:block;
	min-height:946px;
}
/**
 * contact Form
 */
.cmz-formrcontact{
	position:relative;
	display:block;
	min-height:868px;
}

/**
 * Landingpage Form
 */
.cmz-landingpageform{
	position:relative;
	display:block;
	min-height:656px;
}

/**
 * Contact Services
 */
.cmz-formrservices{
	position:relative;
	display:block;
	min-height:1024px;
}

/**
 * Reviews
 */
body.post-type-archive-review .review_strip_single small{
	margin-top: -3px;
}
body.post-type-archive-review .uni_name {
    margin-top: 15px;
    font-weight: 600;
}
body.post-type-archive-review .rating i.icon-star.voted:nth-of-type(1) {
    margin-left: -4px;
}

/**
 * FOOTER
 */
div#social_footer p {
    color: #ffffff;
}
footer ul li{
	margin-bottom:7px;
}

footer ul li a:hover{
	color:#b80505;
}

footer ul.contact_ft{
	margin-bottom: 0;
    padding-bottom: 0;
}
ul.contact_ft i {
    width: 24px;
    display: inline-block;
    font-size: 13px;
}
#social_footer ul li a {
	background: #fff;
	color: #111 !important;
}
#social_footer ul li a:hover {
	color: #b80505 !important;
}
#newsletter_2{
	position:relative;
}
#newsletter_2 label.error {
    right: unset;
}
#newsletter_2 .alert {
    padding: 3px 10px;
    font-size: 13px;
    margin: -12px 0 10px !important;
}
#newsletter_2 .form-group{
	position: relative;
}
#newsletter_2 .form-group:nth-of-type(1) {
    margin-bottom: 7px;
}

.cmz-item-detail .cid-wrapper {
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 3px #eeeeee;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.cmz-item-detail .cid-wrapper  ul {
    margin-left: 15px !important;
}
.cmz-img-recentpost{
	float: left;
	margin-right: 10px;
	width:68px;
}
.cmz-img-recentpost img{
	width:68px;
	height:68px;
	object-fit:cover;
}
.nvt {
    position: absolute;
}
.nvt i{
	z-index:-1;
	color: #b3b3b3;
}
i.voted{
	position:relative;
}
aside a.btn_map {
    font-size: 15px !important;
	background-color:#B80505;
}

/**
 * Floating Whatsapp
 */
.floating-wpp-button {
    z-index: 99999;
    bottom: 30px;
    right: 15px;
    position: fixed;
    width: 72px;
    height: 72px;
    background-color: #25d366;
    background-image: url(../eduloco/assets/img/whatsapp.svg);
    background-position: center;
    background-size: 180%;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
}
.floating-wpp-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #00ff5f6b;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/**
 * SIDE BANNER
 */
div.sidebar_left_img {
    position: absolute;
    left: -170px;
}
div.sidebar_right_img {
    position: absolute;
    right: -145px;
}

/**
 * POPUP BANNER
 */
.cmz-download-popup {
    width: 100%;
    max-width: 700px;
    position: fixed;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
    z-index: 99999;
}
.cmz-download-popup h2{
	font-size: 18px;
    text-align: center;
	margin-bottom:20px;
}
.cmz-download-popup .center-image{
	text-align:center;
}
.cmz-download-popup .center-image img{
	margin-bottom:20px;
	max-width:100%;
}
.cmz-download-popup ul{
	margin-bottom:40px;
}
.cmz-download-popup ul li {
    font-size: 17px;
    line-height: 30px;
    color: #0B103F;
}
.cmz-download-popup .popup-tnc{
	margin-bottom: 30px;
}
.cmz-download-popup .popup-tnc a{
	text-decoration:underline;
}
.cmz-download-popup .popup-tnc label{
	font-size: 15px;
    color: #0B103F;
}
.cmz-download-popup i.icon-cancel {
    position: absolute;
    cursor: pointer;
    top: -15px;
    right: -10px;
    color: #000000;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100%;
    border: 3px solid #0b7c3f;
}

@media only screen and (max-width:767px){
	.cmz-download-popup h2 {
		font-size: 15px;
		line-height: 22px;
	}
	.cmz-download-popup {
		padding: 30px 15px;
	}
	.cmz-download-popup ul li {
		font-size: 14px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.cmz-download-popup i.icon-cancel {
		right: 5px;
	}
	.cmz-download-popup {
    	width: 95%;
	}
}

/**
 * Template User
 */
body.page-template-tpl_user{

}
body.page-template-tpl_user .tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Nav */
body.page-template-tpl_user .tabs nav {
	text-align: left;
	margin-top:0;
	padding-top:0;
}

body.page-template-tpl_user .tabs nav ul {
	padding: 0;
	margin: 0;
	margin-bottom:-6px;
	list-style: none;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

body.page-template-tpl_user .tabs nav ul li {
	border: 1px solid transparent;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

body.page-template-tpl_user .tabs nav li.tab-current {
	border: 1px solid #e2e2e2;
	box-shadow: inset 0 2px #e2e2e2;
	border-bottom: none;
	z-index: 100;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body.page-template-tpl_user .tabs nav li.tab-current:before,
body.page-template-tpl_user .tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #e2e2e2;
}

body.page-template-tpl_user .tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}
body.page-template-tpl_user .tabs nav li.tab-current a{
	color:#444;
}

body.page-template-tpl_user .tabs nav a {
	color: #999;
	display: block;
	font-size: 13px;
	text-transform:uppercase;
	line-height: 3.5;
	padding: 0 1.25em;
	white-space: nowrap;
	background-color:#fff;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
}

body.page-template-tpl_user .tabs nav a:hover {
	color: #333;
}

/* Icons */
body.page-template-tpl_user .tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-size:15px;
	font-weight: normal;
	font-variant: normal;
	font-family: 'fontello';
	color:#F90;
	line-height: 1; 
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;

}
body.page-template-tpl_user .icon-dashboard:before {
	content: "\e839";
}
body.page-template-tpl_user .icon-profile:before {
	content: "\ee7e";
}
body.page-template-tpl_user .icon-settings:before {
	content: "\e835";
}
body.page-template-tpl_user .icon-booking:before {
	content: "\eea9";
}
body.page-template-tpl_user .icon-wishlist:before {
	content: "\ee78";
}

/* Content */
body.page-template-tpl_user .content section {
	padding:45px;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
	background-color:#fff;
	border:1px solid #e2e2e2;
	border-top: none;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

body.page-template-tpl_user .content section h4{
	text-transform:uppercase;
	margin-top:0;
}

body.page-template-tpl_user .content section:before,
body.page-template-tpl_user .content section:after {
	content: '';
	display: table;
}

body.page-template-tpl_user .content section:after {
	clear: both;
}

/* Fallback example */
body.page-template-tpl_user .no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

body.page-template-tpl_user .content section.content-current {
	display: block;
}

body.page-template-tpl_user .wishlist_close_admin{
	position:absolute;
	top:20px;
	right:10px;
	width:36px;
	height:36px;
	z-index:2;
	font-size:20px;
	line-height:36px;
	font-size:18px;
	text-align:center;
	cursor:pointer;
	color:#F66 !important;
}
body.page-template-tpl_user .wishlist_close_admin:before{
  font-style: normal;
  font-weight: normal;
  font-family: "icon_set_1";
  font-size:36px;
  content: "\72";
  color:#F66;
  position:absolute;
  left:0;
  top:3px;
}

body.page-template-tpl_user ul#profile_summary{
	margin:10px 0 20px 0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	font-weight:600;
}
body.page-template-tpl_user ul#profile_summary li{
	padding:4px 0;
	position:relative;
}
body.page-template-tpl_user ul#profile_summary li span{
	text-transform: none;
	font-weight: normal;
	position:absolute;
	left:200px;
}
body.page-template-tpl_user .profile_pic{
	float:right;
	margin-bottom:15px;
}
body.page-template-tpl_user .divider{
	background-color:#ededed;
	height:2px;
	width:100%;
	margin:15px 0;
}

body.page-template-tpl_user ul#profile_summary li:nth-child(even) {
	background-color:#f8f8f8;
}

body.page-template-tpl_user ul#profile_summary li:nth-child(odd) {
    background-color:#fff;
}

body.page-template-tpl_user .upload-drop-zone {
  height: 200px;
  border-width: 2px;
  margin-bottom: 20px;
}

body.page-template-tpl_user .upload-drop-zone {
  color: #ccc;
  border-style: dashed;
  border-color: #ccc;
  line-height: 200px;
  text-align: center
}
body.page-template-tpl_user .upload-drop-zone.drop {
  color: #222;
  border-color: #222;
}
body.page-template-tpl_user .upload_1 {
	margin:20px 0;
}

/* Booking */
body.page-template-tpl_user .strip_booking{
	border-bottom:1px solid #ededed;
	padding-bottom:15px;
	margin-bottom:15px;
}
body.page-template-tpl_user .strip_booking h3{
	font-size:16px;
	text-transform:uppercase;
	position:relative;
	top:10px;
	padding-left:65px;
}
body.page-template-tpl_user .strip_booking h3 span{
	color:#999;
	display:block;
	font-size:11px !important;
}
body.page-template-tpl_user .strip_booking h3.hotel_booking:before, body.page-template-tpl_user .strip_booking h3.tours_booking:before, body.page-template-tpl_user .strip_booking h3.transfers_booking:before{
  font-style: normal;
  font-weight: normal;
  font-family: "icon_set_1";
  font-size:24px;
  color:#e04f67;
  position:absolute;
  border:1px solid #ededed;
  width:50px;
  height:50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left:0;
  top:-10px;
  text-align:center;
  line-height:50px;
}
body.page-template-tpl_user .strip_booking h3.hotel_booking:before{
  content: "\26";
}
body.page-template-tpl_user .strip_booking h3.tours_booking:before{
  content: "\3e";
}
body.page-template-tpl_user .strip_booking h3.transfers_booking:before{
  content: "\39";
}
body.page-template-tpl_user .strip_booking .date{
	background-color:#f8f8f8;
	text-align:center;
}
body.page-template-tpl_user .strip_booking .date .month{
	background-color:#e04f67;
	display:block;
	color:#fff;
	text-transform:uppercase;
}
body.page-template-tpl_user .strip_booking .date .day {
	padding:15px;
	margin-top:1px;
	color:#999;
	text-transform:uppercase;
	display:block;
}
body.page-template-tpl_user .strip_booking .date .day strong{
	font-size:36px;
	font-weight:normal;
	display:block;
	color:#e04f67;
	margin-bottom:3px;
}
body.page-template-tpl_user ul.info_booking{
	list-style:none;
	margin:0;
	padding:15px 25px 15px 0;
	font-size:11px;
	color:#999;
	line-height:12px;
	border-right: 1px solid #ededed;
	text-align:right
}
body.page-template-tpl_user ul.info_booking li{
	margin-bottom:5px;
}
body.page-template-tpl_user ul.info_booking li strong{
	text-transform:uppercase;
	display:block;
	color:#555;
}
body.page-template-tpl_user .booking_buttons{
	margin-top:20px;
}
body.page-template-tpl_user a.btn_2, body.page-template-tpl_user .btn_2, body.page-template-tpl_user a.btn_3, body.page-template-tpl_user .btn_3{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #51bce6;
	cursor: pointer;
	padding: 7px 8px;
	font-size:11px;
	line-height:9px;
	display:block;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
}
body.page-template-tpl_user a.btn_3, body.page-template-tpl_user .btn_3{
	color:#999;
	background: #eee;
	min-width:60px;
	text-align:center;
	margin-top:3px;
}
body.page-template-tpl_user a.btn_2:hover, body.page-template-tpl_user .btn_2:hover, body.page-template-tpl_user a.btn_3:hover, body.page-template-tpl_user .btn_3:hover{
	background: #333;
	color:#fff;
}
body.page-template-tpl_user .styled-select-filters select {
    padding: 1px 5px 6px 10px;
    height: 38px;
}

/* Media queries */
@media screen and (max-width: 52.375em) {
	body.page-template-tpl_user .tabs nav a span {
		display: none;
	}
	body.page-template-tpl_user .tabs nav a:before {
		margin-right: 0;
	}
	body.page-template-tpl_user ul.info_booking{
		padding:30px 0 15px 0;
		border-right: none;
		text-align:left;
		}
		.booking_buttons{
			margin-top:0;
		}
		.content section {
		padding:25px;
		}
		.profile_pic{
		float:none;
	}
}

/**
 * POPUP Newsletter
 */
.newsletter-popup{
    position:fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0,0,0,0.6);
    visibility: hidden;
    opacity: 0;
    transition: all 1s ease;
}
.newsletter-popup .form-group{
    position:relative;
}
.newsletter-popup label.error {
    left: 0;
    right: unset !important; 
}
.newsletter-popup .alert {
    padding: 2px 10px !important;
    font-size: 12px; 
}
.newsletter-popup.show{
    visibility: visible;
    opacity: 1;
}
.newsletter-popup .box{
    background-color: #ffffff;
    width: 700px;
    position:absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    display: flex;
    flex-wrap: wrap;
}
.newsletter-popup .box .img-area{
    flex:0 0 50%;
    max-width: 50%;
    position: relative;
}
.newsletter-popup .box .img-area .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/popup.png');
    background-size: cover;
    background-position: center;
}
.newsletter-popup .box .form{
    flex:0 0 50%;
    max-width: 50%;
    padding:50px 30px;
}
.newsletter-popup .box .form h1{
    color:#b80505;
    font-size: 35px;
    text-align: center;
}
.newsletter-popup .box .form p{
    color:#2e2e2e;
    font-size: 12px;
    margin:0 0 30px;
    text-align: center;
}
.newsletter-popup .box .form .form-control{
    height: 40px;
    margin-bottom: 10px;
    width: 100%;
    border: none;
    border: 1px solid #cccccc;
    font-size: 15px;
    color:#000000;
}
.newsletter-popup .box .form .form-control:focus{
    outline: none;
}
.newsletter-popup .box .form .btn{
    width: 100%;
    background-color: #b80505;
    margin-top:10px;
    height: 45px;
    border:none;
    border-radius:25px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
}
.newsletter-popup .box .form .close{
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px; ;
    cursor: pointer;
}

/*Responsive*/
@media only screen and (max-width: 767px){
    .newsletter-popup .box{
        width: calc(100% - 30px)
    }
    .newsletter-popup .box .form{
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/**
 * Latest
 */
body.page-template-tpl_home .ts-testimonial2 .item h3 {
    background: transparent;
}
body.page-template-tpl_home .ts-testimonial2 .item h4 {
    background: transparent;
}

/*============================
 *       02. Responsive      *
 *===========================*/
@media only screen and ( min-width: 1522px ){
	.ts-testimonial2 .owl-carousel{
	    /*max-width: 1522px;*/
	    margin: 0 auto;
	}
}
@media only screen and ( max-width: 1521px ){
	.ts-testimonial2 .item {
    	padding: 20px 25px;
    }
	.ts-testimonial2 .title1 {
	    margin-bottom: 90px;
	}
	.ts-testimonial2 img.bg-testimonial {
	    top: -135px;
	}
}
@media only screen and ( min-width:1200px ){
	.ts-testimonial2 .item p {
	    font-size: 15px;
	}
	body.single-university .cmz-subheader .parallax-content-1 div.campus-head h1,
	body.page-template-tpl_user .cmz-subheader .parallax-content-1 div.campus-head h1 {
	    margin-top: 11px;
	}
	.ts-testimonial2 .item {
    	min-height: 409px;
    }
	#tab_courses .item .wrapper ul li:nth-child(1) {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	#tab_courses .item .wrapper ul li:nth-child(2), #tab_courses .item .wrapper ul li:nth-child(3) {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	
}
@media only screen and ( max-width: 1199px ){
	.ts-testimonial2 .title1 {
	    margin-bottom: 40px;
	}
	.ts-testimonial2 img.bg-testimonial {
	    top: -100px;
	}
	.ts-testimonial2 .item p {
	    font-size: 15px;
	    line-height: 28px;
	}
	.ts-testimonial2 i.ts-testimonial2-bg{
		display:none;
	}
}
@media only screen and ( min-width: 992px ) and ( max-width: 1199px ){
	.ts-testimonial2 .item i {
	    font-size: 15px;
	    margin: 0 0px;
	}
	.ts-testimonial2 .item p {
	    font-size: 14px;
	    line-height: 25px;
	}
}
@media only screen and ( max-width: 991px ){
	.ts-testimonial1 {
	    padding: 60px 0;
	}
	.ts-testimonial1 .title1 {
	    margin-bottom: 35px;
	}
}
@media only screen and ( min-width:501px ){
	.cmz-hide-mobile{
		display:none !important;
	}
}
@media only screen and ( max-width: 500px ){
	.cmz-hide-desktop{
		display:none !important;
	}
	body.home .banner:before,
	body.home .banner:after{
		display:none !important;
	}
	.ts-testimonial2 .item ul li {
	    margin: 0 -2px;
	}
	.ts-testimonial2 .title1 {
	    margin-bottom: 10px;
	}
	.ts-testimonial2 img.bg-testimonial {
	   display: none;
	}
}
@media only screen and (min-width:1200px){
	/** HEADER **/
	#logo_home {
	    margin-top: 4px;
	}
	header.sticky #logo_home {
	    margin-top: -6px;
	    margin-bottom: 5px;
	}
	.main-menu > ul {
	    text-align: right;
	    margin-right: 60px !important;
	}
	.main-menu > ul > li > a {
	    text-transform: uppercase;
	}
	.main-menu > ul > li > a:hover {
	    color: #fd5057;
	}
	/** /.HEADER **/
	.tour_container .tour_title h3 {
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}
	.blog-item h4{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}
	.blog-item img.img-fluid {
	    width: 100%;
	    height: 150px;
	    object-fit: cover;
	}
	.cmz-cross-search.list_tours_tabs h3{
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	}
	.full-img-01 img{
		width: 100% !important;
		height: 350px !important;
	}
	ul.recent_post li .second-title{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	ul.recent_post li .main-title a{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

@media only screen and ( max-width: 1199px ){
	.blog-item img.img-fluid {
	    width: 100%;
/* 	    height: 200px; */
	    object-fit: cover;
	}
	.cmz-blog-content {
		width: 390px;
	}
	.cmz-blog-content p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
	div.sidebar_left_img,
	div.sidebar_right_img,
	div.sidebar_right_img2{
		display:none;
	}
}

@media only screen and ( max-width: 991px ){
	.cmz-subheader {
	    min-height: 150px;
		background-size: 340%;
		background-position: center;
	}
	.cmz-subheader .parallax-content-1 {
	    height: 150px;
	}
	.cmz-subheader .parallax-content-1 div h1 {
	    margin-bottom: 0px;
	    padding-top: 0px;
	}
	.cmz-subheader .parallax-content-1 > div {
	    padding-top: 5px;
	    padding-bottom: 10px !important;
	}
	body.single-university .cmz-subheader,
	body.page-template-tpl_user .cmz-subheader{
	    min-height: 250px;
	}
	.uni_siderbar ul.business-info li:last-child i {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.uni_siderbar .collapse:not(.show) {
	    display: block;
	}
	.uni_siderbar {
	    margin-top: 30px;
	}
	.cmz-formregistration{
		min-height:1227px;
	}
	.cmz-blog-sidebar ul.recent_post li {
		display: inline-block;
		width: 100%;
	}
	.cmz-img-recentpost {
		margin-bottom: 0;
	}
	body.post-type-archive-review .sidebar-banner,
	body.post-type-archive-subject_guide .sidebar_left_img2,
    .section-reg-form .banner.colored h4 span.c-white{
		display:none;
	}
	.section-reg-form .banner.colored h4{
		margin-bottom:10px;
	}
	.section-reg-form{
		text-align:center;
	}
}

@media only screen and ( max-width: 767px ){
	.cmz-cross-search.list_tours_tabs ul li {
	    width: 100%;
	}
	.cmz-form-enquire {
    	max-width: 300px;
		padding: 47px 15px 20px;
	}
	.wpcf7 form.invalid .wpcf7-response-output, 
	.wpcf7 form.unaccepted .wpcf7-response-output {
    	width: 300px !important;
	}
	.cmz-form-enquire input[type=date] {
	  text-align: right;
	}

	.cmz-form-enquire input[type="date"]:before {
	  color: #75758b;
	  content: attr(placeholder) !important;
	  margin-right: 0.5em;
	}
	body.single-university .parallax-content-1 div,
	body.page-template-tpl_user .parallax-content-1 div{
	    padding: 0;
		margin-left: 0 !important;
	}
	body.single-university .parallax-content-1 div.campus-name h1, 
	body.single-university .parallax-content-1 div.campus-name h3,
	body.page-template-tpl_user .parallax-content-1 div.campus-name h1, 
	body.page-template-tpl_user .parallax-content-1 div.campus-name h3 {
	    font-size: 18px;
	}
	body.single-university .campus-head .campus-logo,
	body.page-template-tpl_user .campus-head .campus-logo {
	    width: 80px;
		height: 80px;
		padding: 0;
		margin: 0 auto 15px;
		background-color: #ffffff;
		position: relative;
	}
	body.single-university .cmz-subheader,
	body.page-template-tpl_user .cmz-subheader {
	    min-height: 210px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	body.single-university .parallax-content-1 div p,
	body.page-template-tpl_user .parallax-content-1 div p {
	    font-size: 16px;
		font-weight: 400;
	}
	#tab_courses .facetwp-type-dropdown {
	    min-width: 100%;
	}
	#tab_courses select {
	    width: 100%;
	}
	#tab_courses .facetwp-facet {
	    margin-bottom: 10px;
	}
	
	.sticky ul#top_tools, ul#top_tools {
	    margin: 3px 40px 0 0 !important;
	}
	body.single-university .cmz-subheader,
	body.page-template-tpl_user .cmz-subheader {
		margin-top: 0;
	}
	rs-fullwidth-wrap {
	    margin-top: 60px !important;
	}
	body.admin-bar rs-fullwidth-wrap {
		margin-top: 15px !important;
	}
	.cmz-blog .post img {
		height: auto;
	}
	.cmz-blog-thumbnail {
		width: 100%;
		height: 170px;
	}
	.cmz-blog-content {
		width: 100%;
	}
	body.single-university #single_tour_desc h3.cmz-title,
	body.page-template-tpl_user #single_tour_desc h3.cmz-title {
		margin: -15px -16px 10px -16px;
		padding: 15px 18px 15px;
	}
	.cmz-item-detail .cid-wrapper {
		padding: 15px;
	}
	body.single-course #single_tour_desc h4.cmz-title,
	body.single-scholarship #single_tour_desc h4.cmz-title{
		margin: -30px -16px 25px -16px;
		padding: 15px 16px 15px;
	}
	.post-type-archive-subject_guide .sidebar-banner,
	.post-type-archive-subject_guide .uni_siderbar{
		display: none;
	}
	.search-overlay-menu input[type="text"] {
		font-size: 13px;
		padding: 10px 0 0px 0;
	}
	.search-overlay-menu form button {
		font-size: 25px !important;
    	top: 17px !important;
    	right: -11px !important;
	}
	.search-overlay-menu form {
		width: 90% !important;
		left: 5% !important;
	}
	body.page-template-tpl_home .banner.colored h4 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	body.single-university .cmz-subheader .parallax-content-1 div.campus-name,
	body.body.page-template-tpl_user .cmz-subheader .parallax-content-1 div.campus-name {
		width: 210px;
		padding-left: 10px;
		top: 7px;
    	position: relative;
	}
	body.page-template-tpl_home .banner.colored h4 {
		font-size: 19px;
		margin-bottom: 15px;
	}
	body.page-template-tpl_home #carousel-home {
		margin-top: 0px !important;
	}
	body.page-template-tpl_home header#plain {
		padding-bottom: 0 !important;
	}
	body.page-template-tpl_home.logged-in #carousel-home {
		margin-top: 14px;
	}
}


/* New LP */
.img {
	image-rendering: -webkit-optimize-contrast;
}
.newsletter-form .email-field {
    border: none;
    padding: 10px;
    border-radius: 10px;
    background-color:#E9E9E9;
    position: relative;
    width: calc(100% - 110px);
}

.newsletter-form .submit-button {
    position: relative;
    top: 0;
    right: 100% -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 10px 20px;
    background: #B80505;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    font-weight:600 !important;
    font-family: "Poppins", Sans-serif;
}

.newsletter-form .alert-success {
    background-color: green;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
}
.newsletter-form .alert-danger {
    background-color: red;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
}

.contact-form {
    padding: 10px 40px 10px 40px;
}

.contact-form .column {
  float: left;
  width: 50%;
  padding: 10px;
  padding-bottom:30px;
  box-sizing: border-box
}

/* Clear floats after the columns */
.contact-form .row:after {
  content: "";
  display: table;
  clear: both;
}

.contact-form .label {
  font-size:16px;
  display: block;
  padding-bottom: 5px;
  font-weight:600 !important;
  font-family: "Poppins", Sans-serif;
}

::-webkit-input-placeholder {
       font-size:14px;
       font-family: "Poppins", Sans-serif;
    }
    :-moz-placeholder { /* Upto Firefox 18, Deprecated in Firefox 19  */
       font-size:14px;
       font-family: "Poppins", Sans-serif;  
    }
    ::-moz-placeholder {  /* Firefox 19+ */
       font-size:14px;
       font-family: "Poppins", Sans-serif;  
    }
    :-ms-input-placeholder {  
       font-size:14px;
       font-family: "Poppins", Sans-serif;  
    }

.contact-form .column-full{
  float: left;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.contact-form .checkbox {
  display: inline-block;
  padding: 0px 10px 0px 10px;
}

.contact-form .button {
    padding-top: 30px;
}

.contact-form .btn_full {
    width: 120px;
    height: 44px;
    padding: 10px 30px;
    border-radius: 40px;
    color:white;
    background-color: #bb261a;
    font-weight:600 !important;
    font-family: "Poppins", Sans-serif;
}

.contact-form .policy_description {
    font-size:14px;
    font-weight:400;
    text-align: left;
    display: inline-flex;
    font-family: "Poppins", Sans-serif; 
}

.contact-form .alert-success {
    background-color: green;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
}
.contact-form .alert-danger {
    background-color: red;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .contact-form .column {
    width: 100%;
  }
}

footer#colophon {
    background: #ffffff;
}

/* .page-id-39780 nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow,
.page-id-39842 nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow,
.page-id-39891 nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow{
    margin-top: 0;
}

.page-id-39780 header,
.page-id-39842 header,
.page-id-39891 header{
	padding: 0;
} */

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow{
	 margin-top: 0;
}

header#masthead{
	padding: 0 !important;
}

.page-id-40633 section#header-new, .page-id-40677 section#header-new{
    display: none;
}

.page-id-40633 footer#colophon, .page-id-40677 footer#colophon{
    display: none;
}

/**
 * PAGE HOME
 */
body.home .elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4;
    background-color: #24272C;
    border-radius: 18px;
}
body.home .elementor-widget-accordion .elementor-widget-container {
    background-color: transparent !important;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 0px 0px 10px 0px rgb(8 15 52 / 6%);
}
body.home .elementor-widget-container:hover{
    border-color: transparent !important;
}
body.home .elementor-accordion-title,
body.home .elementor-tab-content{
    color: #ffffff !important;
}
body.home .elementor-accordion-icon i.fas.fa-chevron-circle-up,
body.home .elementor-accordion-icon i.fas.fa-chevron-circle-down {
    font-size: 30px;
    top: -6px;
    position: relative;
}

/**
 * FOOTER
 */
#section-footer a:hover {
    color: #b80505 !important;
}

/* FOOTER NEWSLETTER */
.newsletter-form .email-field {
    border: none;
    padding: 10px;
    border-radius: 10px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color:#E9E9E9;
    position: relative;
    width: calc(100% - 80px);
	outline: none;
}
.newsletter-form .submit-button {
    position: relative;
    top: -1px;
    bottom: 0;
    border: none;
    font-size: 16px;
    outline: none !important;
    box-shadow: none !important;
    padding: 10px 20px;
    background: #B80505;
    color: #ffffff;
    margin-left: -23px;
    transition: 0.3s;
    border-radius: 50px;
    font-weight: 600 !important;
    font-family: "Poppins", Sans-serif;
}
.newsletter-form .alert-success {
    background-color: green;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
}
.newsletter-form .alert-danger {
    background-color: red;
    color: white;
    margin-top: 5px;
    padding: 5px 10px;
}

/**
 *  Contact US
 */
body.page-id-39891 label.policy_description {
    display: flex;
    color: #ffffff;
}
body.page-id-39891 .icheckbox_square-grey{
	margin-right: 10px;
}
body.page-id-39891 button.btn_full.contact_form {
    margin-top: 25px;
}
body.page-id-39891 textarea#description {
    margin-bottom: 15px;
}
body.page-id-39891 .form-group label {
    color: #ffffff;
	margin-bottom: 9px;
}
.contact-form .column {
    float: left;
    width: 50%;
    padding: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

/**
 * REVIEWS
 */
@media(max-width:768px){
	#cmzReviews .flex{
		display: block !important;
	}
	#cmzReviews .content{
		width: 100% !important;
	}
	#cmzReviews.container {
		padding: 0 15px;
	}
	#cmzReviews .content {
		margin: 10px 0;
	}
}

#cmzReviews.container{
	max-width:1140px;
	margin:0 auto;
}
#cmzReviews .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#cmzReviews .content {
	width: 100%;
	color: #fff;
	font-size: 24px;
	text-align: left;
	background-color: #24272C;
	margin: 5px;
	border-radius: 20px;
	min-height: 0;
}

#cmzReviews .title h2{
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 28px;
	font-weight: 600;
}

#cmzReviews .title p{
	color: #fff;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 400;
}
#cmzReviews .content-review {
	min-height: 0;
	padding: 15px;
}
#cmzReviews .content-review,
#cmzReviews .content-review h3,
#cmzReviews .content-review strong{
	font-size:14px;
}
#cmzReviews p.name{
	color: #ffee73;
	font-family: "Chantal Bold", Sans-serif;
	font-size: 20px;
	font-weight: 600;
}
#cmzReviews p.review-des{
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 400;
}
#cmzReviews .bottom-des {
	padding: 15px;
	min-height: 50px;
	border-top: solid 1px #fff;
}

#cmzReviews .bottom-des p{
	font-family: "Poppins", Sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 5px;
}
#cmzReviews .star-icon {
	color: #FDE16D;
	font-size: 18px;
	position: relative;
}

#cmzReviews .star-icon.full:before {
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
	color: #FDE16D;
	content: '\2605';
	position: absolute;
	left: 0;
}

#cmzReviews .star-icon.half:before {
	text-shadow: 0 0 2px rgba(0,0,0,0.7);
	color: #FDE16D;
	content: '\2605';
	position: absolute;
	left: 0;
	width: 50%;
	overflow: hidden;
}
#cmzReviews .rating-star {
    line-height: 20px;
}
.facetwp-facet.facetwp-facet-load_more {
    text-align: center;
    margin-top: 30px;
    outline:none !important;
}
.facetwp-facet.facetwp-facet-load_more button{
    background-color: #b80505;
    color: #ffffff;
    border: none;
    padding: 10px 30px;
    border-radius: 20px;
    outline:none !important;
}

@-moz-document url-prefix() {
	#cmzReviews .star-icon {
		font-size: 50px;
		line-height: 34px;
	}
}

/**
 * EDULOCO GLOSSARY
 */
body.page-id-29326 .name_directory_names {
    color: #ffffff;
}
body.page-id-29326 .name_directory_name_box{
    padding:10px 0 7px;
    margin-bottom:10px;
}
body.page-id-29326 input {
    margin-bottom: 5px;
    margin-top: 10px;
}
body.page-id-29326 a.name_directory_startswith {
    color: #ffee73;
    font-weight: 600;
}
body.page-id-29326 input#name-directory-search-input-button {
    background-color: #b80505;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    outline: none !important;
}
body.page-id-29326 .name_directory_total {
    color: #959595;
}
body.page-id-29326 a.name_directory_startswith.name_directory_active {
    background-color: #fff;
    padding: 2px 8px 4px;
    color: #24272c !important;
    border-radius: 100%;
}

/**
 * SUBJECT GUIDE
 */
body.subject_guide-template {
    background-color: #000000 !important;
}
body.subject_guide-template {
    background-color: black !important;
}

body.subject_guide-template .elementor-column.elementor-col-66 .elementor-widget-wrap.elementor-element-populated {
    background-color: #24272C !important;
}
body.subject_guide-template .elementor-column.elementor-col-66 .elementor-widget-wrap.elementor-element-populated p,
body.subject_guide-template .elementor-column.elementor-col-66 .elementor-widget-wrap.elementor-element-populated li,
body.subject_guide-template .elementor-column.elementor-col-66 .elementor-widget-wrap.elementor-element-populated span{
   color: #ffffff;
}
body.subject_guide-template .elementor-column.elementor-col-33 .elementor-widget-wrap.elementor-element-populated h2,
body.subject_guide-template .elementor-column.elementor-col-33 .elementor-widget-wrap.elementor-element-populated p,
body.subject_guide-template .elementor-column.elementor-col-33 .elementor-widget-wrap.elementor-element-populated h4{
    color:#ffffff;
}
body.subject_guide-template .elementor-column.elementor-col-33 .elementor-posts .elementor-post__card {
    background-color: #24272c;
}
/**
 * CMZ Testimonial
 */
.myWrap{
    background-color: #bbe4e6;
    padding-bottom: 90px;
}
.myWrap .containerWrapper {
    max-width: 1140px;
    margin: 0 auto;
    max-height: 480px;
    overflow-y: scroll;
}