/*
Theme Name: Mos Academy
Theme URI: http://theme.belocal.today/mosacademy/
Author: Md. Mostak Shahid
Author URI: https:mdmostakshahid.me
Description: Our Mos Academy default theme is clean, blog-focused, and designed for clarity. Mos Academy 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: mosacademy
*/
/*Common*/
/*
Base Color for 
a, button bg, small call, FAQ Header 
*/
ul, ol, dl { 
	margin: 0;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1;
    margin-top: 0;
    margin-bottom: 20px;
}
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;
}

a:visited, a:hover, a:active, a:focus { 
    text-decoration: none;
}
a img {
	border: none;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}
.display-block {
    display: block;
}
.display-inline-block {
    display: inline-block;
    vertical-align: top;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
}
.se-pre-con i {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.scrollup {
    width:40px;
    height:40px;            
    text-indent:-9999px;
    opacity:0.3;
    position:fixed;
    bottom:150px;
    right:50px;
    display:none;  
    z-index: 1;         
}
section,
header,
footer,
.por {
    position: relative;
}
.mosmenu ul {
    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 > li:before,
.mosmenu > ul > li:after {
    position: absolute;
    left: 15px;
    right: 15px;
    content: ''; 
    height: 2px; 
    z-index: 1;
    background-color: #ffffff; 
    opacity: 0;
    filter: alpha(opacity=0);    
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.mosmenu > ul > li:before {
    top: 0;
}
.mosmenu > ul > li:after {
    bottom: 0;
}
.mosmenu > ul > li.current-menu-item:before,
.mosmenu > ul > li.current_page_item:after,
.mosmenu > ul > li:hover:before,
.mosmenu > ul > li:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.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: 1;
}
.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-centered {
    text-align: center;
}
.menu-centered ul {
    display: inline-block;
    vertical-align: top;
}
.menu-centered ul ul {
    text-align: left;
}
.small-header {
    position: relative;
    padding-top: 52px;
}

.small-header .small-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.small-header .small-nav {}
.small-header .small-nav .small-call,
.small-header .small-nav .small-menu {
    width: 50%;
    line-height: 52px;   
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    color: #ffffff;
}
.small-header .small-nav .small-call {}
.small-header .small-nav .small-menu {}
.small-header .small-nav ul {
    list-style: none;
    padding-left: 0;
}
.small-header .small-nav ul li {}
.small-header .small-nav ul li a {
    display: block;
    padding: 10px;
}
.small-header .small-nav ul li a:hover {}
.small-header .small-nav ul 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;
}
.small-header .small-nav ul ul {
    display: none;
    padding-left: 15px;
}

.small-header .small-nav .mobile-menu {
    position: absolute;
    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: #000000;
}
.small-header .small-nav .mobile-menu a {
    color: #ffffff;    
}
.small-header .small-nav .mobile-menu.open {
    left: 0;
}
.title-wrapper {
    text-align: center;
}
.title {
    margin: 0;
    padding: 0;
    display: inline-block;
}
/* .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;
}
.min-height0 {
	min-height: 0;
}
.display-table {
	display: table;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-center {
	margin: 0 auto;
}
.table-right {
	float: right;
}
.pagination-container {}
.pagination {}
.pagination .nav-links {} 
.pagination .nav-links .page-numbers {} 
.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;
}
.owl-carousel {
	z-index: 0;
}
.owl-theme .owl-dots .owl-dot {}
.owl-theme .owl-dots .owl-dot.active, 
.owl-theme .owl-dots .owl-dot:hover {}

.numaric-dot .owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}
.numaric-dot .owl-dot.active:before {}


.img-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.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: 100%;
	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 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	text-align: center;
	width: 100%;
	padding: 0 10px;
    opacity: 0;	
}
.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%;
    margin-top: -25px;
}
.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); */
}
.holder,
.pagination-wrapper {
    text-align: center;
}
.holder 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 {}
.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;
    /* 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;
    text-align: center;
    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 textarea {
    height: 260px;
}
.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;
}


.nav-container .small-header .site-branding a.logo {
	margin-top: 0;
}
.map-holder {
	display: inline-block;
}
.widgets-call {
	font-weight: 600;
}

.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*/
/*General Social*/
ul.social {
    margin-bottom: 0;
}
ul.social.with-hover li {
	height: 38px;
	width: 38px;
	overflow: hidden;
	padding: 0;
}
ul.social.with-hover li a {
    display: block;    
}
ul.social.with-hover li:hover a.hover-icon {
	margin-top: -38px;
}

/*Sections*/
#main-header .is-sticky .sticky_menu {
    padding: 0;
    z-index: 99991 !important;
}
#page-title {}
#page-title .content-wrap {}
#page-title h1 {
    text-align: center;
    margin: 0;
}
#section-banner {}
#section-banner .banner-content {
    position: absolute;
    top: 50%;
    width: 100%;
}
.page-content img {
    max-width: 100%;
    height: auto;
}
.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-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-scroll {
    overflow-y: scroll;
}
#section-welcome .desc.with-scroll::-webkit-scrollbar-track {
    background-repeat: repeat-y;
    background-position: center top;
}
#section-welcome .desc.with-scroll::-webkit-scrollbar {
    width: 9px; /*Set manually*/
}
#section-welcome .desc.with-scroll::-webkit-scrollbar-thumb {
    border-radius: 0px; /*Set manually*/
}


#section-welcome .desc.with-none {
    height: auto;
}
#section-welcome .desc p {
    margin: 0;
    margin-bottom: 24px;
}
#section-welcome .btn-welcome {
    border-width: 2px;
    border-style: solid;
    border-radius: 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;    
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
}
.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 {}
.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;
}
/*404 Page*/
/*Pages*/
@media (min-width: 1281px) {
}


@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

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

@media (max-width: 1200px) {
}
/*Tablet Land*/
@media (max-width: 1024px) {
	
}

@media (max-width: 991px) {
	.display-table,
	.display-table-cel {
	    display: block;
	    width: 100%;
	}	
	.no-right-padding,
	.no-left-padding,
	.no-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,
    #section-banner .banner-content .flex-container {
        padding: 5px;
    }
    #section-banner .banner-content {
        position: relative;
    }

}

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

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

@media (max-width: 768px) {	
	#error .error-title {
		font-size: 160px;
	    letter-spacing: 1px;
	}
}
@media (max-width: 667px) {
	
	
}
@media (max-width: 640px) {
}

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

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

@media (max-width: 480px) {		
	.one-fifth-grid {
		width: 100%;
	}
}

@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) {}
/*extra saddam*/
.col-md-6.bannerimg img {
   
    margin-top: -518px;
}