/*
Theme Name: Mos Gray Clay
Theme URI: http://theme.belocal.today/mosgrayclay/
Author: Md. Mostak Shahid
Author URI: https:mdmostakshahid.me
Description: Our Mos Gray Clay default theme is clean, blog-focused, and designed for clarity. Mos Gray Clay is simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach. Your visitors arrive by smartphone, tablet, laptop, or desktop computer can view site easily.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, one-column, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: mosgrayclay
*/
/*Common*/
ul, ol, dl { 
	margin: 0;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Tajawal', sans-serif;
}
p {
    margin-bottom: 20px;
}
a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
    text-decoration: none;
}

a:visited, a:hover, a:active, a:focus { 
    text-decoration: none;
}
a img {
	border: none;
}
.mb20 {
    margin-bottom: 20px;
} 
.breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
}
.video-banner-custom {
    text-align: center;
    margin-top: -120px;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    color: #000000;
    font-size: 30px;
}
.gray-title-header {
    background-color: #f4f4f4;
    padding: 15px;
}
.theme-table {
    border-width: 1px;
    border-style:  solid;
}
.theme-table caption {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    color: #ffffff;
} 
.text-white {
	color: #ffffff;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
    vertical-align: top;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-top {
    align-self: flex-start;
}
.flex-bottom {
    align-self: flex-end;
}
.flex-stretch {
    display: flex;
    align-items: stretch;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.se-pre-con > * {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.scrollup {
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;  
    z-index: 99999;         
}
.one-fifth {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
section,
header,
footer,
.por {
    position: relative;
}
.sidebar .input-group .fa-search {
    font-size: 20px;
} 
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget.widget_search {
    margin-bottom: 20px;
} 
.mosmenu ul {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mosmenu ul:before,
.mosmenu ul:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.mosmenu ul:after { 
    clear: both; 
}
.mosmenu ul li {
    display: block;
    position: relative;
}

.mosmenu ul > li { 
    float: left; 
    position: relative;
}
.mosmenu ul li a {
    display: block;
    text-decoration: none;
    /*white-space: nowrap;*/
    padding: 10px 15px;
}
.mosmenu ul .menu-item-has-children > a:after {
    font-family:'FontAwesome';
    content: '\f107';
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}
.mosmenu ul .menu-item-has-children:hover > a:after {
    content: '\f106';
}
.mosmenu ul li ul { 
    display: none; 
    position: absolute;
    z-index: 9;
}
.mosmenu ul li:hover > ul {
    display: block;
}
.mosmenu ul ul ul {
    top: 0;
    left: 100%;
}
.mosmenu ul ul li.open-left ul {
    right: 100%;
    left: auto;
}
.mosmenu ul li ul li { 
    float: none; 
}
.menu-right {
    text-align: right;
}
.menu-centered {
    text-align: center;
}
.menu-centered ul {
    text-align: left;
}
.full-menu a {
    display: block;
}
.small-nav {
    position: fixed;
    left: 0;
    width: 100%;
    line-height: 52px;
    font-weight: 600;
    z-index: 1;
    text-align: center;
}
.small-nav.top {
    top: 0;
}
.small-nav.bottom {
    bottom: 0;
}
.small-nav a {
    display: block;
    color: #ffffff;
}
ul.mobile-menu {
    position: fixed;
    left: -100%;
    top: 52px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: calc(100vh - 52px);
    overflow-y: auto;
    width: 100%;
    background-color: #484848;
    list-style: none;
    padding-left: 0;
    z-index: 99999;
}
ul.mobile-menu a {
    color: #ffffff;    
}
ul.mobile-menu.open {
    left: 0;
}
ul.mobile-menu li {
    display: block;
    min-height: 44px;
}
ul.mobile-menu li a {
    display: block;
    padding: 10px;
    text-align: left;
}
ul.mobile-menu li a:hover {}
ul.mobile-menu li .drop_down_icon {
    border: 1px solid #ffffff;
    float: right;
    line-height: 42px;
    width: 46px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    font-size: 26px;
}
ul.mobile-menu ul {
    display: none;
    padding-left: 15px;
}


.title-wrapper {
    padding-bottom: 30px;
}
.title {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 45px;
    font-weight: 700;
    color: #484848;
}
.title.white {
    color: #ffffff;
}
/* .title:after,
.title:before {
    display: inline-block;
    margin-bottom: 8px;
    height: 16px;
    content: "";
    text-shadow: none;
    width: 174px;
}
.title:before {
    margin-right: 20px;
    background-image: url(images/title-before.png);
    background-position: right center;
}
.title:after {
	margin-left: 20px;
    background-image: url(images/title-after.png);
	background-position: left center;
} */

.img-centered,
img.aligncenter {
    display: block;
    margin: 0 auto;
}
img.alignleft,
.img-left {
    float: left;
}
.img-right,
img.alignright {
    float: right;
}
.content-wrap {}
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-left-right-padding {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.mb30 {
    margin-bottom: 30px;
}
.min-height0 {
	min-height: 0;
}

.site-branding {}
.site-branding .logo {}
.site-branding .logo img {
    max-width: 100%;
    height: auto;
}
.pagination-container {}
.pagination {}
.pagination .nav-links {} 
.pagination .nav-links .page-numbers {
    position: relative;
    height: 35px;
    min-width: 35px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    margin-right: 10px;
    display: inline-block;
    padding: 0 5px;
} 
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {} 
.pagination .nav-links .page-numbers.dots {} 
.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {} 
.pagination .nav-links .page-numbers.prev {} 
.pagination .nav-links .page-numbers.next {} 
.pagination .screen-reader-text {
	display: none;
}
.holder,
.pagination-wrapper,
.galleryHolder {
    text-align: center;
}
.holder a,
.galleryHolder a {
    display: inline-block;
    cursor: pointer;
}
.holder a:hover,
.holder a.jp-current {}
.holder a.jp-previous,
.holder a.jp-next {}
.holder a.jp-previous {}
.holder a.jp-next {}

.img-container {
    position: relative;
    overflow: hidden;
}
.hover-box {
    position: absolute;
    background: rgba(159, 133, 48, 0.5);
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}
.img-container:hover .hover-box {
    opacity: 1;
}
.img-container .img-gallery {
	width: 100%;
	height: auto;   
	margin: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
 .img-container .link-container a {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    z-index: 1;
} 

/*.img-container:hover .link-container {
    opacity: 1;
}

.img-container:hover .img-gallery {
    -webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
} */
.hover-zoom {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hover-zoom a {
    display: inline-block;
    height: 50px;
    width: 50px;
    transition: all 500ms ease 0s;
}
.hover-zoom .zoom {
    opacity: 0;
    z-index: 1;
    position: relative;
    /*left: -150px;
    transform: rotate(-720deg);*/
}
.img-container:hover .hover-zoom a.zoom {
    opacity: 1;
    /* left: 0;
    position: relative;
    transform: rotate(0deg); */
}


.accordion .panel {
    border-style: none;
    box-shadow: none;
}
.accordion .panel>.panel-heading {
    padding: 0;
}
.accordion .panel>.panel-heading .panel-title {
	margin-bottom: 0;
}
.accordion .panel>.panel-heading a {
    padding: 15px;
    display: block;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    /* counter-reset: section; */
}
/* .accordion .panel>.panel-heading a:before {
    counter-increment: section;
    content: counters(section,".") " ";
} */
.accordion .panel>.panel-heading a:after {
    width: 46px;
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: 'FontAwesome';
    text-align: center;
    content: '\f102';
}
.accordion .panel>.panel-heading a.collapsed:after {
    content: '\f103';
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top-style: none;
}
.accordion .panel+.panel {
    margin-top: 16px;
}

.frm_style_formidable-style.with_frm_style input[type=submit], 
.frm_style_formidable-style.with_frm_style .frm_submit button,  
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
    width: 100%;
    box-shadow: none;
    font-weight: 700;
}
.cptch_wrap {
    display: block !important;
    padding: 0 5px;
    border: 1px solid #cccccc;
}
.nav-container .small-header .site-branding a.logo {
	margin-top: 0;
}


.testimonial-content .img-section {
	position: relative;
}
.testimonial-content .img-section .video-icon {
	position: absolute;
    content: '';
    z-index: 1;
    width: 84px;
    height: 84px;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    cursor: pointer;
}
.owl-nav {
	width: 100%;
}
.owl-theme .owl-nav [class*=owl-] {
	/*text-indent: -9999px;*/
    margin: 0;
    border-radius: 0;
    text-transform: uppercase;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {}
.owl-nav .owl-prev {
	float: left;	
}
.owl-nav .owl-next {
	float: right;
}

.dotted {
    max-width: 100%;
    min-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post-widgets,
.page-widgets {
}

.list-inline li {
	vertical-align:top;
}
/*Common*/
/*Admin Bar*/
#wpadminbar #wp-admin-bar-theme-option>.ab-item:before {
    content: "\f540";
    top: 2px;
}
/*Admin Bar*/
/**********************
********Sections*******
***********************/
/*General Logo Area*/
.site-branding {}
.site-branding a.logo {
	display: block;
}
.site-branding a.logo .img-logo {
	max-width: 100%;
    height: auto;
}
.site-branding .site-title {}
.site-branding .site-title a {}
.site-branding .site-description {}
/*General Logo Area*/
.social-menu {
    margin-bottom: 0;
}
.social-menu li .social-title {
    display: none;
}
/*Sections*/

#main-header .top-header {
    padding: 40px 0;
}
#main-header .top-header .email-wrap {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding: 7px 0;
    text-align: right;
    
}
#main-header .top-header .email-wrap:before {
    content: url(slices/header-emailcon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#main-header .top-header .email-wrap a {
    color: #484848;
}
#main-header .top-header .social-menu {
    padding: 10px 0;
    text-align: right;
}
#main-header .top-header .social-menu li {
    display: inline-block;
    margin-right: 5px;
    text-align: left;
}
#main-header .top-header .social-menu li a {
    color: #4d4d4f;
    width: 35px;
    line-height: 30px;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    background-image: url(slices/blank-icon.png);
    background-position: left top;
    background-repeat: no-repeat;

}
#main-header .top-header .social-menu li a:hover {
    background-image: url(slices/blank-icon-h.png);
    color: #ffffff;
}
#main-header .top-header .phone-number-wrap {
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: right;
    padding-top: 10px;
}
#main-header .top-header .phone-number-wrap:before {
    content: url(slices/phone-icon.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#main-header .middle-header .mosmenu > ul > li > a {
	padding: 22px 15px;
}

#main-header .middle-header .mosmenu > ul > li.current-menu-item > a,
#main-header .middle-header .mosmenu > ul > li.current_page_item > a,
#main-header .middle-header .mosmenu > ul > li.current-menu-ancestor > a,
#main-header .middle-header .mosmenu > ul > li.current-menu-parent > a,
#main-header .middle-header .mosmenu > ul > li.current_page_parent > a,
#main-header .middle-header .mosmenu > ul > li.current_page_ancestor > a {
	font-weight: 500;
}
#main-header .middle-header .mosmenu > ul > li.current-menu-item > a,
#main-header .middle-header .mosmenu > ul > li.current_page_item > a,
#main-header .middle-header .mosmenu > ul > li:hover > a,
#main-header .middle-header .mosmenu > ul > li.current-menu-ancestor > a,
#main-header .middle-header .mosmenu > ul > li.current-menu-parent > a,
#main-header .middle-header .mosmenu > ul > li.current_page_parent > a,
#main-header .middle-header .mosmenu > ul > li.current_page_ancestor > a {
	background-image: url(slices/manu-hove-icon.png);
	background-position: center top 10px;
	background-repeat: no-repeat;
}
#main-header .middle-header .mosmenu > ul > li.special-bg a {
	background-color: #c8bdf3;
	color: #000000;
}
#main-header .middle-header .mosmenu .sub-menu {
	background-color: #eee5ea;
}
#main-header .middle-header .mosmenu .sub-menu a {
	color: #484848;
	width: 290px;
}

#main-header .is-sticky .sticky_menu {
    padding: 0;
    z-index: 99991 !important;
}
#page-title {}
#page-title .content-wrap {}
#page-title span {
	display: block;
	font-family: 'Tajawal', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}
#section-banner {
    width: 100%;
    overflow-x: hidden; 
}
#section-banner .img-banner {
    width: 100%;
    height: auto;
}
#section-banner .banner-content {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
#section-banner .banner-content .banner-text {
    background-color: rgba(255,255,255,.5);
    padding: 15px;
    border-radius: 10px;
}
#section-banner .banner-content .banner-title {
    font-family: 'Tajawal', sans-serif;
    font-size: 60px;
    font-weight: 700;
}
#section-banner .banner-content .banner-desc {
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;    
}
#section-banner .banner-content .btn-banner {
    color: #484848;
    margin-top: 20px;
    padding: 14px 75px 14px 30px;
    border-radius: 55px;
    background-image: url(slices/banner-btn-r.png);
    background-size: 64px 100%;
    background-position: right center;
    background-repeat: no-repeat;
    border-style: none;
}
#section-banner .owl-theme .owl-dots {
    display: none;
}
#section-banner .owl-theme .owl-nav {
    margin-top: 0;
}
#section-banner .owl-theme .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-indent: -9999px;
    
}
#section-banner .owl-theme .owl-nav .owl-prev {
    left: 4.7916vw;
    background-image: url(slices/left-arrow-icon.png);
}
#section-banner .owl-theme .owl-nav .owl-next {
    right: 4.7916vw;
    background-image: url(slices/right-arrow-icon.png);
}
#section-banner .owl-theme .owl-nav .owl-prev:hover {
    left: 4.7916vw;
    background-image: url(slices/left-arrow-icon-hover.png);
}
#section-banner .owl-theme .owl-nav .owl-next:hover {
    right: 4.7916vw;
    background-image: url(slices/right-arrow-icon-hover.png);
}
#section-promotion .left-col,
#section-promotion .right-col {
    text-align: center;    
}
#section-promotion .con-wrap {
    color: #ffffff;
    display: inline-block;
    text-align: left;
}
#section-promotion ul {
    list-style: none;
    padding-left: 0;
}
#section-promotion ul li {
    background-image:  url('slices/text-line.png');
    background-repeat: no-repeat;
    background-position: 0px 11px;
    padding-left: 40px;
}
.page-content img {
    max-width: 100%;
    height: auto;
}
#lightbox-multy-gallery-page .tab-container .tab-content {
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-top-style: none;
}

.service-unit {
    position: relative;
}
.service-unit .service-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}
.service-unit .img-service {
    margin: 0 auto;
}
#section-service .service-unit .img-part {
    position: relative;
}
#section-service .service-unit .icon-con {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.75);
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    align-items: center;
}
#section-service .service-unit .icon-con img {
    display: block;
    margin: 0 auto;
}
#section-service .service-unit .content {
    margin-left: 99px;
    padding: 20px;
    color: #484848;
    border-left: 1px solid #484848;
}
#section-service .service-unit .content .service-section-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
#section-welcome {}
#section-welcome .content-wrap {}
#section-welcome .title-wrapper.welcome {}
#section-welcome .title-wrapper.welcome .title {}
#section-welcome .desc {
    overflow-y: hidden; 
}
#section-welcome .desc a {}



#section-welcome .desc.with-none {
    height: auto;
}
#section-welcome .desc p {
    margin: 0;
    margin-bottom: 24px;
}
#section-welcome .btn-welcome {
    background-image: url(slices/banner-btn-r.png);
    background-size: 64px 100%;
    background-position: right center;
    background-repeat: no-repeat;
}
#welcomeModal {
    top: 50px;
}
#section-testimonial .title-wrapper {
    position: relative;
}
#section-testimonial .title-wrapper:before {
    width: calc(4.16vw - 10px);
    height: calc(4.16vw - 10px);
    position: absolute;
    left: 0;
    top: -4.16vw;
    background-image: url(slices/Student-Testimonials-quote.png);
    background-size: cover;
    content: '';
}
#section-testimonial .testimonial-content {
    color: #ffffff;
    font-weight: 300;
	padding-top: 30px;
    padding-left: 30px;
    position: relative;
}
#section-testimonial .testimonial-content:before {
	width: 100%;
	max-width: 170px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	border-top: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
}
#section-testimonial .testimonial-content .sec-2 {
	background-image: url(slices/Student-Testimonials-suer.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 13px 65px;
}
#section-testimonial .owl-theme .owl-nav {
    display: none;
}
#testimonial-page .testimonial-content {
    border: 1px solid #484848;
    padding: 30px;
    margin-bottom: 30px;
}
#section-review .owl-theme .owl-dots,
#section-testimonial .owl-theme .owl-dots {
    margin-top: 30px;
    text-align: left;
    counter-reset: section;
}
#section-review .owl-theme .owl-dots .owl-dot,
#section-testimonial .owl-theme .owl-dots .owl-dot {
    position: relative;
    height: 35px;
    width: 35px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
    margin-right: 10px;
}
#section-testimonial .owl-theme .owl-dots .owl-dot {
    color: #ffffff;	
}
#section-review .owl-theme .owl-dots .owl-dot:before,
#section-testimonial .owl-theme .owl-dots .owl-dot:before {
    counter-increment: section;
    content: counters(section,".") " ";
}
#section-review .review-content .img-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 110px;
}
#section-testimonial-owl {
    overflow: hidden;
}
#section-testimonial .owl-theme .owl-dots {
    position: relative;
}
#section-testimonial .owl-theme .owl-dots:after {
    content: '';
    position: absolute;  
    width: 1920px; 
    height: 5px;
    bottom: 22px;
    border-top: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
}
#section-review .review-content .img-wrap img {
	width: auto;
}

#section-review .review-content .title-wrap {
	padding-left: 20px;
	background-image: url(slices/review-title.png);   
	background-repeat: repeat-y;
	background-position: left center; 
	margin-bottom: 20px;
}
#section-review .review-content .title-wrap .heading {}
#section-review .owl-theme .owl-nav {
	display: none;
}
#section-review .owl-theme .owl-dots .owl-dot.active,
#section-review .owl-theme .owl-dots .owl-dot:hover {
	color: #ffffff;
}
#section-button .wrapper-btn {
    position: relative;
}
#section-button .wrapper-btn .btn-button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}
#section-achievement .title-wrapper {
    text-align: center;
}
#section-achievement .wrapper {
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}
#section-achievement .wrapper * {
    display: block;
    margin: 0 auto;
}
#section-achievement .wrapper .num {
    font-size: 60px;
    padding: 15px 0;
}
#section-team {}
.team-unit {
    position: relative;
}
.team-unit:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    filter: alpha(opacity=0);    
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.team-unit:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.team-unit .details {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 15px;
    text-align: center;    
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

    color: #ffffff;
    opacity: 0;
    filter: alpha(opacity=0);    
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}
.team-unit .details a {
    color: #ffffff;
}
.team-unit:hover .details {
    opacity: 1;
    filter: alpha(opacity=100);       
}
.btn-button {
    padding: 0;
    box-shadow: none;
}
.img-button {
    width: 100%;
    height: auto;
}
.widget {}
.widget ul {
    padding-left: 0;
}
.widget ul li {
    list-style: none;    
}
.widget ul li a {
    display: block;
}
.widget.widget_nav_menu {}
.widget.widget_nav_menu ul {}
.widget.widget_nav_menu ul > li {}
.widget.widget_nav_menu ul li a {}
.page-widgets .widget-title, 
.post-widgets .widget-title {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 30px;
    margin-bottom: 0;
}
.post-widgets .frm_forms.frm_style_formidable-style.with_frm_style,
.page-widgets .frm_forms.frm_style_formidable-style.with_frm_style {
     background-color: #f2f2f2;
     padding: 30px;
}
.belocal {
    display: inline-block;
}
/*Sections*/
/*Pages*/



/*Testimonial Page*/
/*Thank You Page*/
#thanks-page {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#thanks-page .content {
    padding: 4.16vw 0;
    color: #ffffff;
    border: 5px solid #ffffff;
    margin-top: 30px;
}
/*Thank You Page*/

.flex-container {
	display: flex;
	align-items: center;
}

/*404 Page*/
#error {
	position: relative;
}

#error .content-wrap {
	padding-top: 50px;
	padding-bottom: 50px;
}
#error .left-col {
	text-align: center;
}
#error .right-col {
	text-align: center;
}
#error .error-title {
	font-size: 216px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 4px;
    padding: 0;
    margin: 0;
}
#error .subtitle {	
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#error .error-page-list {
	padding: 6% 0;
	margin: 0;
}
#error .error-page-list li {
	list-style-type: none;
	text-align: left;
	width: 33%;
	float: left;
}
#error .error-page-list li a {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	display: block;
}
#error .error-page-list li a:hover {
	text-decoration: none;
}
#error .fa-search:before {
    font-size: 20px;
}
/*404 Page*/
/*Single Product*/
.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 600;
}
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    color: #484848;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations label {
    margin: 0;
}
.woocommerce div.product form.cart .variations select {
    width: auto;
    min-width: unset;
    margin: 0 10px;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 6px 12px;
}
/*Single Product*/
/*Cart Page*/
.quantity.wac-quantity .wac-qty-button {
    display: none;
}
/*Cart Page*/
/*My Account*/
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li {}
.woocommerce-account .woocommerce-MyAccount-navigation > ul > li > a {
    display: block;
    padding: 10px 0;
}
.woocommerce-account .addresses .woocommerce-Address-title.title {
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.woocommerce-account .addresses .woocommerce-Address-title.title h3 {
    margin-bottom: 0;
}
.woocommerce-account .addresses .woocommerce-Address-title.title .edit {
    font-size: 16px;
}
.woocommerce form .form-row .input-checkbox {
    position: relative;
}
#section-map {
	background-image: url(slices/footer-image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#section-map .content-wrap {
	padding: 3.6458vw 0;
}
#section-map .content-wrap .widget-title {
    padding-left: 3.6458vw;
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid rgba(255,255,255,.35);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#section-map .content-wrap .textwidget {
	padding: 0 3.6458vw;
}
#section-map .content-wrap .textwidget a {
	color: #484848;
}
#section-map .address-wrap,
#section-map .phone-number-wrap,
#section-map .email-wrap {
	display: table;
}
#section-map .address-wrap:before,
#section-map .address-wrap .address,
#section-map .phone-number-wrap:before,
#section-map .phone-number-wrap .phone-number,
#section-map .email-wrap:before,
#section-map .email-wrap .email {
	display: table-cell;
	vertical-align: middle;
}
#section-map .address-wrap:before,
#section-map .phone-number-wrap:before,
#section-map .email-wrap:before {
	width: 30px;
}
#section-map .address-wrap:before {
	content: url(slices/location-icon.png);
}
#section-map .content-wrap .textwidget .phone-number-wrap a {
	font-size: 20px;
	color: #ffffff;
}
#section-map .phone-number-wrap:before {
	content: url(slices/footer-phone-icon.png);
}
#section-map .email-wrap:before {
	content: url(slices/footer-email-icon.png);
}
#section-map .contact-hour li {
	background-image: url(slices/hour-icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 0;
	padding-left: 30px;
}
#section-map .contact-hour li span {
    float: right;
}
#section-map .wrap {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
} 
#section-map .wrap a {
	color: #484848;
	text-decoration: underline;
    margin-left: 6.77vw;
}
#section-map .wrap a *{
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
} 
#section-map .social-menu {
    right: -16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#section-map .social-menu li {
	width: 55px;
	height: 56px;
	background-image: url(slices/footer-icon.png);
	display: block;
}
#section-map .social-menu li:hover {
	background-image: url(slices/footer-icon-hover.png);
}

#section-map .social-menu li a {
    color: #ffffff;
    width: 52px;
    text-align: center;
    display: inline-block;
    line-height: 53px;
}
.testimonial-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.testimonial-wrapper .testimonial-title {
    font-weight: 700;
}
.testimonial-wrapper .testimonial-title,
.testimonial-wrapper .testimonial-meta-_mosgrayclay_testimonial_designation {
    margin-bottom: 5px;
}
.info-wrapper {
    padding: 40px;
    text-align: center;
    border-width: 5px;
    border-style: dashed;
    margin-bottom: 30px;
}
.info-wrapper .address-wrap,
.info-wrapper .phone-number-wrap,
.info-wrapper .email-wrap {
    display: block;
    margin-bottom: 20px;
}
.info-wrapper .address-wrap:before,
.info-wrapper .phone-number-wrap:before,
.info-wrapper .email-wrap:before {
    font-family: 'FontAwesome';
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
}
.info-wrapper .address-wrap:before {
    content: '\f041';    
}
.info-wrapper .phone-number-wrap:before {
    content: '\f098';  
}
.info-wrapper .email-wrap:before {
    content: '\f0e0';    
}
.info-wrapper .address-wrap a,
.info-wrapper .phone-number-wrap a,
.info-wrapper .email-wrap a {
    color: #000000;
}
.info-wrapper .phone-number-wrap a {
    font-weight: 700;
}
.frm_form_widget .widget-title:before {
    content: 'Enquire Now';
    font-size: 30px;
    display: block;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
#footer {
	font-size: 15px;
}
#footer,
#footer a {
	color: #ffffff;
	font-weight: 300;
}

#footer .top-secton {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #676467;
}
#footer .bottom-secton {
	padding-top: 10px;
	padding-bottom: 20px;
}
#footer .bottom-secton .menu-footer {
	text-align: right;
}
/*My Account*/
/*Pages*/
@media (min-width: 1281px) {
}


@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}
@media (max-width: 1300px) {
    #section-banner .owl-theme .owl-nav {
        display: none;        
    }
    #section-banner .owl-theme .owl-dots {
        display: block;
        margin-top: -27px;
        z-index: 1;
        position: relative;
    }
}

@media (max-width: 1200px) {
}
/*Tablet Land*/
@media (max-width: 1024px) {
    #main-header .middle-header .mosmenu > ul > li > a {
        padding: 22px 8px;
        font-size: 16px;
    }
    #section-banner .banner-content .banner-title {
        font-size: 40px;
    }
	
}
@media (min-width: 992px) {
    .one-fifth {
        float: left;
        width: 20%;
    }
}
@media (max-width: 991px) {
    .scrollup {
        right: 10px;
        bottom: 60px;
    }
    .img-page {
        margin-bottom: 20px;
    }
	.display-table,
	.display-table-cel {
	    display: block;
	    width: 100%;
	}	
	.no-right-padding,
	.no-left-padding,
	.no-left-right-padding {
		padding-left: 15px;
		padding-right: 15px;
	}
	/* .flex-container {
        display: block;
        text-align: center;
    }
    .flex-container img {
        display: inline-block;
    } */
    #main-header {
        display: none;
    }
    .site-branding {        
        padding: 62px 10px 10px;
    }
    #section-banner .banner-content {
        padding: 10px;
    }
    #section-banner .banner-content {
        position: relative;
    }
    #section-banner .owl-theme .owl-dots {
        margin-top: 0;
    }
    .service-unit {
        margin-bottom: 30px;
    }
    #section-promotion {
        background-image: none !important;
        background-color: rgba(0,0,0,.5);
    }
    #section-promotion .con-wrap {
        display: block;
    }
    #section-map .social-menu {
        text-align: center;
        position: relative;
        top: initial;
        right: initial;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    #section-map .social-menu li {
        display: inline-block;
    }
    #section-map .wrap {
        margin-top: 30px;
    }
    .mos-course-wrapper {
        min-height: auto;
    }
    .mos-course-link .course-link, 
    .mos-course-countdown-wrap .mos-course-countdown {
        width: calc(100% - 30px);
    }
    .mos-course-countdown-wrap .mos-course-countdown:last-child {
        text-align: left;
    }
    #section-map .wrap a {
        margin-left: 0;
    }
    #footer .content-wrap {
        padding-bottom: 60px;
    }
    #footer .bottom-secton,
    #footer .bottom-secton .menu-footer {
        text-align: center;
    }
}

@media (max-width: 960px) {
}

@media (max-width: 800px) {
}

@media (max-width: 767px) {	
	#error .error-title {
		font-size: 160px;
	    letter-spacing: 1px;
	}
    #section-banner .banner-content {
        text-align: center;
    }
    /*#section-banner .banner-content .btn-banner {
        margin: 0 auto;
    }*/
    #section-testimonial .title-wrapper:before {
        display: none;
    }
    #section-map .contact-hour li span {
        float: none;
    }
}
@media (max-width: 667px) {
    h1, .h1,
    #section-banner .banner-content .banner-title,
    .title,
    #section-achievement .wrapper .num,
    #page-title span {
        font-size: 30px;
        line-height: 30px;
    }
    #section-banner .banner-content .banner-desc {
        font-size: 18px;
        line-height: 20px;
    }
    #section-banner .banner-content .btn-banner {
        padding: 10px 15px;
        background-image: none;
    }
    h2, .h2 {
        font-size: 24px;
    }
    h3, .h3 {
        font-size: 18px;
    }
	
}
@media (max-width: 640px) {
}

@media (max-width: 600px) {
}

@media (max-width: 540px) {
}

@media (max-width: 480px) {}

@media (max-width: 375px) {
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
}

@media (max-width: 240px) {
}
@media screen and (orientation:portrait) {}
@media screen and (orientation:landscape) {}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}


.animation {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.rotate {
    animation-name: rotate; 
}
.video-banner-custom {
    text-align: center;
    position: relative;
    margin-top: -102px;
    margin-bottom: 102px;
    z-index: 1;
    color: #000;
    font-size: 25px;
    font-weight: 700;
}
.uph img:hover {
    opacity: 0.8;
    
}
img.size-full.wp-image-495.sloanimg:hover {
    opacity: 0.9;
}

img.aligncenter.img-responsive {
    border: 1px solid #00b2e0;
    margin-bottom: 30px;
}
section.newsection {
       padding: 40px 0px 30px 0px;
}
.page-id-587 section#page-title {
    display: none;
}
section.newsection {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://www.grayclay.com.au/wp-content/uploads/2018/07/Welcome-to-Gray-Clay.jpg);
}