/*!
	Theme Style
	Version 1.0
	Transourcemedia
*/
/*--------------------------------------------------------------
## General Style and Typography
--------------------------------------------------------------*/
body{
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;	
	font-size: 18px;
	color: #484848;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Sumana', serif;
    font-weight: 700;
    line-height: 1.3;
}
h1{
	font-size: 48px;
}
h2{
	font-size: 44px;	
}
h3{
	font-size: 38px;	
}
h4{
	font-size: 30px;	
}
h5{
	font-size: 24px;	
}
h6{
	font-size: 20px;	
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #484848;
    margin-bottom: 20px;
}
a{
	text-decoration: none;
}
a:hover, a:focus{
	text-decoration: none;
}
ul, ol{

}
li{
    margin-bottom: 12px;
}
.list-style-none{
    list-style: none;
}
.transition {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;        
}
.grow-box:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 9;
}
.head-font{
	font-family: 'Sumana', serif;	
	font-weight: 700;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header{
    background: #fff;
}
.logo{
    padding: 20px 0;
}
.menu-navigation{
    padding: 40px 0px 0 0;
    float: left;
}
.menu-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;	
}
.menu-navigation li{
    display: inline;
    margin-left: 9px;
}
.menu-navigation li.current-menu-item a{
	color: #048ecc;	
}
.menu-navigation a{
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #484848;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;        
}
.menu-navigation a:hover,
.float-panel.fixed .menu-navigation a:hover{
	color: #048ecc;
}
.search-btn-line{
    padding: 40px 0px 0 0;
    float: left;
    margin-left: 22px;	
}
.search-btn{
	color: #484848;
    font-size: 14px;	
}
.search-btn:hover{
    color: #0389cb;
}
.search-bar{
    background: #03537b;
    color: #999999;
    padding: 16px 0 25px 0;
    display: none;
    z-index: 999;
    width: 100%;
}
.close-search {
    float: right;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}
.search-bar input[type="text"] {
    background: none;
    padding: 8px 0;
    width: 100%;
    height: auto;
    font-size: 25px;
    border: none;
    text-transform: none;    
    border-bottom: 1px dotted #e4e4e4;
    box-shadow: none;
    color: #fff;
}
.float-panel {
    width:100%;
    z-index:300;
    transform: translateZ(0);
    transition:all 0.5s;
}
.float-panel.fixed.site-header{
	background: #fff;
}
.float-panel.fixed .menu-navigation a,
.float-panel.fixed .search-btn{
    color: #484848;	
}
.float-panel.fixed.site-header .logo{
	padding: 12px 0;
}
.float-panel.fixed.site-header .menu-navigation,
.float-panel.fixed.site-header .search-btn-line{
	padding: 34px 0 0 0;
}
.float-panel a {
	text-decoration:none;
}                  
.fixed {
    box-shadow:0 2px 6px rgba(140, 140, 140, 0.2);  
    animation:slide-down 0.7s;
    opacity:1;    
}   
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.top-navigation{
    background: #f9f9f9;
    border-bottom: 1px solid #eeeeee;  
}
.left-nav{
    padding: 9px 0;    
}
.left-nav a{
    font-family: 'Roboto', sans-serif;
    padding: 14px 16px;
    color: #7b7b7b;
    font-size: 14px;
    border-left: 1px solid #eeeeee;
}
.left-nav a.mail-ls{
    border-right: 1px solid #eeeeee;     
}
.left-nav a:hover,
.left-nav a:focus{
    background: #038acb;
    color: #fff !important;  
    border-color: #038acb 
}
.right-nav{}
.right-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;    
}
.right-nav li{
    float: left;
    margin: 0 0px 0px 4px;
    padding: 9px 0;
}
.right-nav li.flw-us{
    font-size: 13px;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7b7b7b;
    font-family: 'Roboto', sans-serif;
}
.right-nav a{
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 50%;     
}
.right-nav a.fb-icn{
    color: #fff;
    background: #395796;
    padding: 7px 14px;  
}
.right-nav a.tw-icn{
    color: #fff;
    background: #1ca6d6;
    padding: 7px 11px;   
}
.right-nav a.ln-icn{
    color: #fff;
    background: #0077af;
    padding: 7px 12px; 
}
.right-nav a.fb-icn:hover{background: #496bb2;}
.right-nav a.tw-icn:hover{background: #21b5e9;}
.right-nav a.ln-icn:hover{background: #0392d6;}
/*--------------------------------------------------------------
## Components
--------------------------------------------------------------*/
.section-margin{
	padding: 100px 0;
}
.section-margin-small{
	padding: 70px 0;
}
.white-text{
	color: #fff;
}
.blue-text{
	color: #048ecc;
}
.green-text{
	color: #1ca30f;
}
.purple-text{
	color: #750769;
}
.bg-white{
	background: #fff;
}
.bg-blue{
	background: #048ecc;
}
.bg-light-gray{
	background: #f7f7f7;
}
.btn-main{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 11px 34px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;	
}
.btn-big{
    font-size: 16px;
    padding: 14px 38px;	
}
.btn-white-transparent,
.btn-white-transparent-full{
    color: #fff;
    background: none;
    border: 2px solid #fff;
}
.btn-white-transparent:hover,
.btn-white-transparent:focus{
	background: #038acb;
    border: 2px solid #038acb;
    color: #fff;    	
}
.btn-white-transparent-full:hover,
.btn-white-transparent-full:focus{
	background: #fff;
    border: 2px solid #fff;
    color: #111; 	
}
.btn-white-transparent-fl{
    color: #fff;
    background: none;
    border: 2px solid #fff;
}
.btn-white-transparent-fl:hover,
.btn-white-transparent-fl:focus{
	background: #fff;
    border: 2px solid #fff;
    color: #484848;    	
}
.btn-blue, 
.btn-blue a:not([href]):not([tabindex]){
    background: #038acb;
    border: 2px solid #038acb;
    color: #fff;
    cursor: pointer;
}
.btn-blue:hover,
.btn-blue:focus{
	background: #005984;
    border: 2px solid #005984;
    color: #fff;    	
}
.hero-section{
    background: url('../images/slide-bg.jpg') no-repeat;
    background-position: top center;
    background-size: cover;	
    position: relative;
    height: 500px;    
}
.hero-section:before{
    background: url('../images/pattern.png') repeat;
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    	
}
.hero-inner-content{
    position: relative;
    height: 500px;	
}
.hero-inner-text{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.hero-inner-text{
}
.hero-inner-text h1{
    font-size: 56px;	
}
.hero-inner-btn{
    margin-top: 35px;	
}
.img-bx-dsn,
.box-design{
    background: #fff;
    box-shadow: 4px 11px 24px rgba(0, 0, 0, 0.05);	
}
.img-bx-dsn img{}
.img-bx-cnt{
    padding: 90px 50px;	
}
.img-bx-cnt h1{
    color: #038acb;
    font-size: 30px;
    margin-bottom: 25px;
}
.img-bx-cnt p{
    margin-bottom: 35px;	
}
.img-bx-cnt a{}
.section-heading{
    margin-bottom: 70px;	
}
.section-heading h3{
    margin: 0;
}
.img-sc-bx{
    border: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.img-sc-bx-image{
    position: relative;
    background: #000;  
}
.img-sc-bx-image img{
    opacity: 0.7;
}
.img-sc-bx-image img:hover{
    opacity: 1;
}
.img-sc-bx-content{
    padding: 20px 35px 45px 35px;
}
.img-sc-bx-head{
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to bottom, rgba(14, 14, 14, 0), rgb(14, 14, 14) 90%);
    padding: 22px 33px;    
}
.img-sc-bx-head h3{
    font-size: 22px;
    margin: 0;
    color: #fff;
}
.img-sc-bx-head i{}
.img-sc-bx-cn{}
.img-sc-bx-cn p{
    margin: 0 0 25px 0;
    font-size: 17px;
    height: auto;
    overflow: hidden;
}
.picture-overlay {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 330px;
}
.bg-style {
    position: absolute;
    width: 100%;
    height: 100%;
}
.white-bg-transparent {
    background-color: rgba(23, 23, 23, 0.89);
}
.inner-cn-bl{
    position: relative;
    height: 330px;	
}
.inner-cn-txt{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.inner-cn-txt h3{
    margin-bottom: 20px;	
}
.inner-cn-txt p{
    margin-bottom: 25px;	
}
.inner-cn-txt a{}
.bg-img-js{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 610px;   
    background-color: #333;	
}
.bg-style-lhs {
    background-color: rgba(25, 25, 25, 0.7);	
    position: absolute;
    width: 100%;
    height: 100%;
}
.picture-overlay-box{
    padding: 6em 0;	
}
.left-logo-ribbon{}
.left-logo-ribbon img{}
.sub-ljs-content{}
.sub-ljs-content h3{
    margin-bottom: 30px;	
}
.sub-ljs-content p{
    margin-top: 25px;	
}
.sub-ljs-content a{}
.rd-mre{
    margin-top: 40px;	
}
.form-txt{}
.form-txt h1{
    font-size: 38px;
    margin-bottom: 30px;	
}
.form-txt h3{
	font-size: 28px;
    font-weight: 400;
    margin-bottom: 35px;	
}
.form-txt p{
    font-size: 20px;	
}
.form-content{
    background: #fff;
    padding: 35px 45px;
    text-align: center;
}
.form-content h3{
    font-size: 26px;
    color: #048ecc;
    margin-bottom: 15px;	
}
.form-content p{
    text-transform: none;
    font-weight: 400;
    font-size: 20px;	
}
.form-jsls{}
.form-jsls input[type="text"],
.form-jsls input[type="email"],
.form-jsls textarea{
    border: 2px solid #eaeaea;
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 8px;
    font-size: 18px;
    border-radius: 7px;	
}
.form-jsls textarea{
    height: 130px;	
}
.form-jsls input[type="submit"]{
    background: #038acb;
    border: 2px solid #038acb;
    color: #fff;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 11px 34px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 16px;
    width: 100%;   
}
.modal-form .form-content{
    padding: 0 0px;	
}
/*--------------------------------------------------------------
## Single and Inner Pages
--------------------------------------------------------------*/
.entry-header-box {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.entry-header-color {
	background: rgba(3, 140, 204, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}
.entry-header-text {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.entry-header-text h1 {
    color: #fff;
    font-size: 55px;
    padding-bottom: 8px;
}
.section-page-margin {
    padding: 70px 0;
}
.pic-prof-img{

}
.pic-prof-img img,
.circled-sq{
	border-radius: 50%;
    border: 10px solid #eaeaea;	
}
.pic-prof-content{}
.pic-prof-content h3{
    font-size: 40px;
    margin-bottom: 25px;	
}
.pic-prof-content p span.txt-capitalize{}
.pic-prof-content p{
    margin-bottom: 40px;
    font-size: 20px;	
}
.pic-prof-content a.btn-main{
	color: #fff !important;
}
.pic-prof-ls{}
.modal-profile{}
.modal-profile .modal-dialog{}
.modal-profile .modal-content{
    border: none;
    border-radius: 0;	
}
.modal-profile .modal-header{
    border: none;	
}
.modal-profile .modal-header .close{
    background: #1696cf;
    color: #fff;
    padding: 9px 16px;
    opacity: 1;
}
.modal-profile .modal-header .close:hover{
    background: #399cc7;	
}
.modal-profile .modal-header .close span{
    font-size: 26px;	
}
.modal-profile .modal-body{
    padding: 0 45px 40px 45px;	
}
.profile-content-md-img{}
.profile-content-md-img img{
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    margin-top: 42px;
}
.profile-content-md-img h3{
    font-size: 28px;
    margin-bottom: 25px;	
}
.follow-pf-sm{}
.follow-pf-sm span{
    font-family: 'Sumana', serif;
    font-weight: 700;
    margin-right: 6px;
    color: #484848;
    font-size: 22px;	
}
.follow-pf-sm a{
    display: inline;
    color: #fff;
    font-size: 14px;
    margin-right: 2px;
    border-radius: 50%;
}
.follow-pf-sm a.fb-flw{background: #395693;padding: 10px 15px;}
.follow-pf-sm a.tw-flw{background: #00a7e6;padding: 10px 13px;}
.follow-pf-sm a.ln-flw{background: #0077af;padding: 10px 14px;}
.contact-info{}
.contact-info h4{}
.contact-info a{}
.contact-info h5{}
.entry-services-page.entry-header-box{
    height: 450px;    
}
.entry-services-page.entry-header-box .entry-header-color{
    background: rgba(8, 8, 8, 0.7);    
}
.entry-services-page.entry-header-box .entry-header-text h1{
    font-size: 55px;
}
.site-content .section-page-margin h1,
.site-content .section-page-margin h2,
.site-content .section-page-margin h3,
.site-content .section-page-margin h4,
.site-content .section-page-margin h5,
.site-content .section-page-margin h6{
    margin-bottom: 20px;
}
.single-card{
    text-align: center;
    margin-bottom: 30px;
}
.single-card-cn{
    padding: 30px 25px 40px 25px;    
}
.single-card img{
    border: 5px solid #eaeaea;    
}
.single-card h3{
    font-size: 22px;
    margin: 15px 0;    
}
.single-card p{
    font-size: 17px;
    height: 110px;
    overflow: hidden;    
}
.single-card a, .single-card a:not([href]):not([tabindex]){
    font-size: 12px;
    padding: 10px 26px;   
    color: #fff; 
}
.single-card .follow-pf-sm{
    overflow: hidden;
    padding: 22px 0 24px 0;
    background: #dcdcdc;    
}
.single-card .follow-pf-sm span{
    font-size: 18px;    
}
.single-card .follow-pf-sm a{}
.events-page{
    padding: 50px;    
}
.archive.events-archive .events-page #tribe-events .tribe-events-ical,
.single-tribe_events .events-page #tribe-events .tribe-events-cal-links,
.single-tribe_events .events-page .tribe-events-single #tribe-events-footer,
.single-tribe_events .events-page .tribe-events-event-meta{
    display: none;
}
.archive.events-archive .events-page .tribe-events-loop{
    max-width: 100%;    
}
.archive.events-archive .events-page .tribe-events-loop .type-tribe_events{
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 40px;
    margin-bottom: 40px;    
}
.archive.events-archive .events-page .tribe-events-loop .type-tribe_events:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;    
}
.archive.events-archive .events-page #tribe-events .tribe-events-list-event-description p{
    margin-bottom: 25px;    
}
.archive.events-archive .events-page #tribe-events .tribe-events-list-event-description a{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;    
    background: #038acb;
    border: 2px solid #038acb;
    color: #fff;
    cursor: pointer;
}
.single-tribe_events .events-page #tribe-events h1.tribe-events-single-event-title{
    font-size: 38px;  
    line-height: 1.3;      
}
.single-tribe_events .events-page #tribe-events .tribe-events-schedule{
    margin: 10px 0 25px 0;
}
.single-tribe_events .events-page #tribe-events .tribe-events-schedule h2{
    line-height: 1.5;
    font-size: 18px;
}
.single-tribe_events .events-page .tribe-events-event-meta,
.single-tribe_events .events-page #tribe-events-content,
.archive.events-archive .events-page #tribe-events-content.tribe-events-list{
    margin-bottom: 0;
}
.events-btn-lne{
    text-align: center;
    margin-top: 35px;    
}
.events-btn-lne a{
    font-size: 18px;
    padding: 13px 50px;    
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer{
    background: #252525;
    text-align: center;
    padding: 100px 0px 20px 0;
    color: #fff;
}
.footer-main{
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 80px;
    margin-bottom: 20px;	
}
.footer-menu{
    margin-bottom: 50px;	
}
.footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;	
}
.footer-menu li{
    display: inline;
    margin: 0 22px;	
}
.footer-menu a{
	background: none;
	border-radius: 5px;
	font-size: 16px;
    text-transform: uppercase;
    padding: 12px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;	
}
.footer-menu a:hover{
	background: #038acb;	
    color: #fff;	
}
.social-media{
    margin: 60px 0 25px 0;	
}
.social-media a{
    color: #fff;
    font-size: 25px;
    margin: 0 20px;
}
.social-media a:hover{}
.social-media h3{
    font-size: 20px;
    margin-bottom: 35px;
}
.footer-txt{}
.footer-txt a{
    color: #fff;
    background: #038acb;
    padding: 5px 12px;
    font-size: 14px;
    border-radius: 6px;
    margin: 0 5px;
}
.footer-txt a:hover{
    color: #fff;
    background: #525252;	
}
.footer-txt span{}
.footer-cright{}
.footer-cright p{
    text-transform: uppercase;	
    margin-bottom: 0;
    font-size: 12px;
    color: #cacaca;	
}
.footer-cright p a{
    color: #048ecd;
    font-size: 12px;	
}
.license-no{
    margin-top: 15px;    
}
.license-no span{
    font-size: 16px;    
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
.mobile-header{
	display: none;
}	
.mobile-content-menu {
    display: none !important;
}
/* Large screens */
@media only screen 
and (min-width : 1824px) {
	.picture-overlay, .bg-img-js{
	    background-attachment: fixed;
	}	
}

/* Desktops and laptops */
@media only screen 
and (min-width : 1224px) {
	.picture-overlay, .bg-img-js{
	    background-attachment: fixed;
	}	
}

/*= Mobile & Tablet Version
	------------------------------------------- */

/* Tablet Landscape */
@media (max-width: 1259px) and (min-width: 768px){
	.menu-navigation li {
	    margin-left: 0px;
	}	
	.menu-navigation a{
    	padding: 12px 10px;		
	}
	.hero-inner-content {
	    position: relative;
	    height: 500px;
	    width: 100%;
	}	
	.hero-inner-text {
	    text-align: center;
	}	
	.img-bx-cnt {
	    padding: 0;
	    margin: 40px;
	}	
	.form-txt img,
	.left-logo-ribbon img{
	    width: 100%;
	    height: 100%;		
	}
	.bg-img-js{
    	height: auto;		
	}	
	.img-bx-dsn img {
	    width: 100%;
	    height: 100%;
	}	
    .img-sc-bx-image img {
        width: 100%;
        height: 100%;
    }  
    .footer-menu li{
        margin: 0 10px;
    }    
}	

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.desktop-header{
		display: none;
	}
	.mobile-header{
	    display: block;
	    padding: 20px 0 20px 0;
	    overflow: hidden;
	    position: relative;
	}	
    aside.mobile-content-menu{
        display: block !important;
    }   
    aside.mobile-content-menu {
        background: #fdfdfd;
        width: 100%;
    }
    aside.mobile-content-menu .menu-close-btn {
        font-size: 18px;
        padding: 14px;
        float: right;
    }
    aside.mobile-content-menu ul {
	    list-style-type: none;
	    padding: 0 0 0 0;
	    margin: 58px 0 0 0;
     	border-top: 1px solid #efefef;  	    
    }
    aside.mobile-content-menu ul li {
     	border-bottom: 1px solid #efefef;   	
    }  
    aside.mobile-content-menu ul li.current-menu-item a,
    aside.mobile-content-menu ul li.current-menu-item a:focus{
    	background: #0389ca;
    	color: #fff;
    }
    aside.mobile-content-menu ul li a {
	    color: #000;
	    text-transform: uppercase;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 600;
	    font-size: 18px;
	    display: block;
	    padding: 15px 30px;
    }
    .menu-overlay {
        background-color: #000;
    }                   
    [data-sidebar] {
        display: none;
        position: fixed;
        height: 100%;
        z-index: 100;
    }
    [data-sidebar-overlay] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        min-height: inherit;
    } 	
	.mobile-header .mobile-menubar, 
	.mobile-header .logo, 
	.mobile-header .search-btn-line {
	    float: left;
	}	
	.mobile-header .mobile-menubar{
	    width: 20%;
	    text-align: center;
	    margin: 5px 0 0 0;	
	}
	.mobile-header .mobile-menubar a{
	    font-size: 28px;
	    color: #0389ca;
	    padding: 16px;
	    cursor: pointer;	
	}	
	.mobile-header .logo{
	    padding: 0;
	    width: 60%;
	}
	.mobile-header .logo img{
	}
	.mobile-header .search-btn-line{
	    width: 20%;
	    text-align: center;
	    margin: 5px 0 0 0;	
	    padding: 0;
	}
	.mobile-header .search-btn-line a{
    	font-size: 28px;	
    	color: #0389ca;		
	}	
	#search-bar-mobile {
	    position: absolute;
	    margin-top: -35px;
	    padding-bottom: 12px;
	}	
	.search-bar input[type="text"] {
	    font-size: 17px;
	}
	.hero-section,
	.hero-inner-content{
		height: 400px;	
	}
	.hero-inner-text h1 {
	    font-size: 40px;
	}	
	.img-bx-cnt {
	    padding: 0;
	    margin: 0 20px;
	    text-align: center;
	}
	.img-bx-cnt h1 {
	    color: #038acb;
	    font-size: 20px;
	    margin-bottom: 15px;
	    margin-top: 28px;
	}	
	.img-bx-cnt p {
	    margin-bottom: 27px;
	    font-size: 14px;
	}	
	.pic-prof-content h3 {
	    font-size: 28px;
	    text-align: center;
	}
	.pic-prof-content .col-lg-6,
	.form-txt{
	    text-align: center;
	}
	.follow-pf-sm {
	    padding: 40px 0;
	}	
	.pic-prof-img {
	    text-align: center;
	    margin-bottom: 20px;
	}			
	.pic-prof-img img {
	    width: 70%;
	    height: 70%;
	}	
	.modal-profile .modal-body {
	    padding: 0 35px 30px 35px;
	}	
	.profile-content-md-img{	
	}	
	.profile-content-md-img img{
	    float: none;
	    margin-right: 0;
	    margin-bottom: 30px;			
	}
	.profile-content-md-img h3 {
	    font-size: 28px;
	    margin-bottom: 25px;
	    text-align: center;
	}	
    .img-sc-bx-cn p {
        height: auto;
    }       	
    .footer-menu li {
	    margin: 0 0px;
	}		
	.footer-menu a{
		padding: 12px 14px;
	}		
}


/* Mobile Landscape ----------- */
@media only screen and (max-width : 767px) {
	.desktop-header{
		display: none;
	}
	.mobile-header{
	    display: block;
	    padding: 20px 0 20px 0;
	    overflow: hidden;
	    position: relative;
	}	
    aside.mobile-content-menu{
        display: block !important;
    }   
    aside.mobile-content-menu {
        background: #fdfdfd;
        width: 100%;
    }
    aside.mobile-content-menu .menu-close-btn {
        font-size: 18px;
        padding: 14px;
        float: right;
    }
    aside.mobile-content-menu ul {
	    list-style-type: none;
	    padding: 0 0 0 0;
	    margin: 58px 0 0 0;
     	border-top: 1px solid #efefef;  	    
    }
    aside.mobile-content-menu ul li {
     	border-bottom: 1px solid #efefef;   	
    }  
    aside.mobile-content-menu ul li.current-menu-item a,
    aside.mobile-content-menu ul li.current-menu-item a:focus{
    	background: #0389ca;
    	color: #fff;
    }
    aside.mobile-content-menu ul li a {
	    color: #000;
	    text-transform: uppercase;
	    font-family: 'Poppins', sans-serif;
	    font-weight: 600;
	    font-size: 18px;
	    display: block;
	    padding: 15px 30px;
    }
    .menu-overlay {
        background-color: #000;
    }                   
    [data-sidebar] {
        display: none;
        position: fixed;
        height: 100%;
        z-index: 100;
    }
    [data-sidebar-overlay] {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        width: 100%;
        min-height: inherit;
    } 	
	.mobile-header .mobile-menubar, 
	.mobile-header .logo, 
	.mobile-header .search-btn-line {
	    float: left;
	}	
	.mobile-header .mobile-menubar{
	    width: 20%;
	    text-align: center;
	    margin: 5px 0 0 0;	
	}
	.mobile-header .mobile-menubar a{
	    font-size: 28px;
	    color: #0389ca;
	    padding: 16px;
	    cursor: pointer;	
	}	
	.mobile-header .logo{
	    padding: 0;
	    width: 60%;
	}
	.mobile-header .logo img{
	}
	.mobile-header .search-btn-line{
	    width: 20%;
	    text-align: center;
	    margin: 5px 0 0 0;	
	    padding: 0;
	}
	.mobile-header .search-btn-line a{
    	font-size: 28px;	
    	color: #0389ca;		
	}	
	#search-bar-mobile {
	    position: absolute;
	    margin-top: -35px;
	    padding-bottom: 12px;
	}	
	.search-bar input[type="text"] {
	    font-size: 17px;
	}	
	.hero-section {
	    background-position: center center;
	    height: 230px;
	}
	.hero-inner-content {
	    position: relative;
	    height: auto;
	    padding: 50px 20px;
	    width: 100%;
	}	
	.hero-inner-text {
	    margin-top: 0;
	    float: none;
	    position: relative;
	    text-align: center;
	    transform: none;
	    top: 0;
	    left: 0;
	}
	.hero-inner-text h1 {
	    font-size: 22px;
	}	
	.pst-cls .img-bx-dsn{
    	margin-bottom: 30px;		
	}
	.img-bx-dsn img{
		width: 100%;
		height: 100%;
	}
	.section-margin {
	    padding: 50px 0;
	}	
	.section-heading {
	    margin-bottom: 40px;
	}		
	.section-heading h3 {
	    margin: 0;
	    font-size: 24px;
	}	
	.img-sc-bx-head h3 {
	    font-size: 20px;
	}	
	.inner-cn-txt h3 {
	    font-size: 28px;
	}
	.img-bx-cnt {
	    padding: 40px;
	}	
	.img-bx-cnt h1 {
	    font-size: 20px;
	}	
	.section-page-margin {
	    padding: 40px 0;
	}	
	.entry-header-box {
	    height: 230px;
	}	
	.entry-header-text h1 {
	    font-size: 30px;
	}
	.pic-prof-img {
	    text-align: center;
	    margin-bottom: 20px;
	}		
	.pic-prof-content h3 {
	    font-size: 28px;
	    text-align: center;
	}
	.pic-prof-content .col-lg-6{
	    text-align: center;
	}
	.follow-pf-sm {
	    padding: 40px 0;
	}			
	.pic-prof-img img {
	    width: 100%;
	    height: 100%;
	}	
	.modal-profile .modal-body {
	    padding: 0 35px 30px 35px;
	}	
	.profile-content-md-img{	
	}	
	.profile-content-md-img img{
	    float: none;
	    margin-right: 0;
	    margin-bottom: 30px;			
	}
	.profile-content-md-img h3 {
	    font-size: 28px;
	    margin-bottom: 25px;
	    text-align: center;
	}	
    .img-sc-bx-image img,
    .form-txt img{
        width: 100%;
        height: 100%;
    }  
	.bg-img-js {
	    height: auto;
	    text-align: center;
	}   
	.sub-ljs-content {
	    padding: 0 20px;
	}	 
	.sub-ljs-content h3 {
	    margin: 30px 0;
	    font-size: 28px;
	}	
	.form-txt h1 {
	    font-size: 28px;
	    margin-bottom: 30px;
	    text-align: center;
	}	
    .entry-services-page.entry-header-box {
        height: 260px;
    }     
    .entry-services-page.entry-header-box .entry-header-text h1 {
        font-size: 30px;
    }   
    .img-sc-bx-cn p {
        height: auto;
    }   
    .contact-info h4 {
        font-size: 24px;
    }
    .top-navigation{
        padding: 8px 0;        
    }  
    .top-navigation .container{
        padding-right: 0;
        padding-left: 0;        
    }  
    .top-navigation .left-nav,
    .top-navigation .right-nav{
        float: none !important;
        text-align: center;
        padding: 0;       
    }     
    .top-navigation .left-nav{
    }
    .top-navigation .left-nav a{
        border-left: none;
        color: #505050;        
    }
    .left-nav a.mail-ls {
        border-right: none;
        border-left: 1px solid #eeeeee;
    }  
    .top-navigation .right-nav{
        padding: 14px 0;
        display: none;        
    }  
    .top-navigation .right-nav ul{}  
    .top-navigation .right-nav ul li{
        float: none;
        display: inline;        
    }
    .top-navigation .right-nav ul li a{}
	.site-footer{
		padding: 50px 0px 50px 0;
	}
	.footer-menu li {
	    display: block;
	    margin: 20px 0px;
	}	
	.footer-menu a{
	    font-size: 14px;
	}	
	.footer-cright p {
	    text-align: center !important;
	    float: none !important;
	}						
}
	
/* Mobile Portrait ----------- */
@media only screen and (max-width: 479px) {
}