/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header 
// ----------------------------------------------------------------------------- */
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 100;
  padding: 30px 0;
  }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header nav.sidebar {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    height: 800px;
    height: 100vh;
    background-color: rgba(17, 184, 215, 0.85);
    width: 20%;
    padding-left: 40px;
    padding-top: 100px;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    header nav.sidebar li {
      margin-bottom: 20px; }
      header nav.sidebar li a {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Montserrat", Helvetica, Arial, sans-serif; }
    header nav.sidebar .social {
      margin: 60px 0 25px 0; }
      header nav.sidebar .social li {
        display: inline-block;
        margin-right: 10px; }
      header nav.sidebar .social a {
        color: #fff;
        font-size: 14px; }
    header nav.sidebar .btn {
      background-color: #fff;
      color: #11b8d7; }
      header nav.sidebar .btn:hover {
        color: #fff;
        border-color: #fff;
        background-color: transparent; }
  @media (max-width: 992px) {
    header nav.sidebar {
      width: 50%; } }

.sidebar-active {
  opacity: 1 !important; }

/* -----------------------------------------------------------------------------
// 2. Footer 
// ----------------------------------------------------------------------------- */
footer {
  position: relative;
  background: url(../img/footer.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff; }
  footer:after {
    content: ' ';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 184, 215, 0.85); }
  footer .section-headline h4,
  footer .section-headline p {
    color: #fff !important; }
  footer .footer-main {
    position: relative;
    padding: 100px 0 0 0;
    z-index: 2; }
    footer .footer-main .col {
      text-align: center;
      text-transform: uppercase; }
      footer .footer-main .col p {
        margin-bottom: 5px; }
    footer .footer-main p {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      letter-spacing: 2px; }
    footer .footer-main .icon {
      width: 70px;
      height: 70px;
      line-height: 70px;
      margin: 0 auto 30px auto;
      background-color: #11b8d7;
      color: #fff;
      border-radius: 100%;
      text-align: center;
      font-size: 22px; }
    @media (max-width: 992px) {
      footer .footer-main .col {
        margin-bottom: 50px; } }
  footer .footer-social {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }
    footer .footer-social ul {
      padding: 0;
      margin-bottom: 0; }
      footer .footer-social ul li {
        display: inline; }
      footer .footer-social ul a {
        margin: 0 20px;
        font-size: 24px;
        color: #fff;
        opacity: .2;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        footer .footer-social ul a:hover {
          opacity: 1;
          text-decoration: none; }
  footer .footer-copyright {
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    padding: 25px 0;
    text-align: center;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff; }

/* -----------------------------------------------------------------------------
// 3. Hero Title 
// ----------------------------------------------------------------------------- */
.hero-title {
  padding: 200px 0 100px 0;
  background-color: #aeaeae;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 10;
  }
  .hero-title h2 {
    padding: 0;
    font-size: 48px;
    color: #11b8d7;
    font-weight: 500; }
    .hero-title h2 small {
      display: block;
      margin: 10px 0 0 0;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      color: #4b4b4b;
      letter-spacing: 2px;
      font-size: 16px;
      text-transform: uppercase;
      color: #181818; }

/*# sourceMappingURL=layout.css.map */
.hero-title .container{
}
.hero-title:before{
	content:"";
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	z-index: -1;
}
.breadcumb{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.breadcumb li{
	display: inline-block;
}
.breadcumb li a{
	background: #fff;
	padding: 5px 10px;
	display: block;
	color: #11b8d7;
}
.breadcumb li span,.breadcumb li:hover a{
	background: #11b8d7;
	padding: 5px 10px;
	display: block;
	color: #fff;
}
.contact-page .contact .info-box{
	padding: 20px 30px !important;
}
.contact-page .contact .info-box .icon{
    width: 50px !important;
    height: 50px !important;
	font-size: 20px !important;
    padding-top: 15px !important;	
}
.text-justify{
	text-align:justify;
}
@media(min-width:768px){
	.imgnews{
		height:300px;
		width:100%;
		overflow:hidden;
	}
	.imgnews img{
		height:100%;
		width:100%;
		object-fit:cover;
	}
	.postnew{
		min-height:675px;
	}
}
/* 37. Single Post Layout */
.pm-single-post-img-container {
	width:100%;
	height: 360px;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	border-bottom: 5px solid #11b8d7;
}

.pm-single-post-title {
    background-color: #11b8d7;
    bottom: -45px;
    height: auto;
    padding: 8px 15px;
    position: absolute;
    right: 0;
    width: 75%;
}

.pm-single-post-title.full-width {
	width: 83.5%;	
	bottom:-25px;
}

.pm-single-post-title p {
    color: white;
    font-family: 'Cantata One';
    font-size: 18px;
    margin-bottom: 0;
}

.pm-single-post-meta-container {
    float: left;
    padding: 15px 0;
    width: 170px;
}

.pm-single-post-date {
    margin-left: 15px;
    overflow: hidden;
}

.pm-single-post-date .day {
    color: #11b8d7;
    float: left;
    font-family: 'Cantata One';
    font-size: 42px;
    line-height: 50px;
    margin-right: 7px;
}

.pm-single-post-date .month-year {
    color: #333;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.pm-single-meta-options-list {
	list-style:none;
	padding:0;
	margin:0 0 0 15px;
}

.pm-single-meta-options-list li:before {
	content:"";
	margin:0;
	padding:0;	
}

.pm-single-meta-options-list li, .pm-single-meta-options-list li a {
	font-size:12px;
	color:#1a1a1a;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.pm-single-meta-options-list li a:hover {
	color:#EF5438;
}

.pm-single-meta-options-list li i {
	color:#ab8c6a;	
	margin-right:6px;
}

.pm-single-meta-options-list li:first-child i {
	margin-left:1px;
	margin-right:7px;	
}

.pm-single-meta-divider {
	height:1px;
	background-color:#dcdcdc;
	margin:20px 0;
}	

.pm-single-meta-divider.bottom, .pm-single-tags-container.bottom, .pm-likes-title.bottom {
	display:none;	
}

.pm-single-tags-container {
	margin-left:15px;	
}

.pm-tags-title {
	font-size:18px;
	color:#1a1a1a;
	margin-bottom:5px;
}

.pm-tags-list {
	list-style:none;
	margin:0 0 20px;
	padding:0;
	overflow:hidden;
}

.pm-tags-list li:before {
	margin:0;
	padding:0;
	content:"";
}

.pm-tags-list li {
	float:left;	
	margin-right:4px;
}

.pm-tags-list li a {
	font-size:12px;
	color: #11b8d7;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
	font-weight: bold;
}

.pm-tags-list li a:hover {
	color:#333;	
}

.pm-likes-title {
	font-size:18px;
	color:#1a1a1a;	
	margin-bottom:5px;
	margin-left:15px;
}

.pm-likes-title span {
	color:#EF5438;
}

.pm-single-post-desc-container.half-width {
    float: left;
    margin-top: 60px;
    padding-left: 31px;
    width: 75%;
}

.pm-single-post-desc-container.full-width {
    float: left;
    margin-top: 50px;
    padding-left: 31px;
    width: 80%;
}

.pm-single-post-share-container {
    clear: both;
    display: inline-block;
    margin: 40px 0;
    overflow: hidden;
    padding: 30px;
    width: 100%;
    border: 1px solid #ddd;
	width:100%;
	float:left;
}

.pm-single-post-share-container p {
	float:left;	
	font-family:'Cantata One';
	font-size:18px;
	color:#333;
	text-transform:uppercase;
	line-height:44px;
	margin-bottom:0px;
}

.pm-single-post-share-list {
	list-style:none;
	padding:0;
	margin:0;	
	overflow:hidden;
	float:right;
}

.pm-single-post-share-list li:before {
	content:"";
	margin:0;
	padding:0;	
}

.pm-single-post-share-list li {
	float:left;
	margin-right:4px;
}

.pm-single-post-share-list li:last-child {
	margin-right:0px;	
}

.pm-single-post-share-list li a {
	background-color: #ef5438;
    color: white;
    display: block;
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 45px;
    text-align: center;
    width: 45px;
	padding-top:14px;
	
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	-o-border-radius:99px;
	
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-o-transition:all 0.4s;
}

.pm-single-post-share-list li a:hover {
	background-color:#333;	
}
.share-box span{
	box-sizing:content-box;
	margin-bottom:5px;
}
/* Posted comments */
.pm-comments-container {
	width:auto;
	height:auto;
	overflow:hidden;	
}

.pm-comment-section-title {
	font-size:24px;
	padding: 0;
	color: #11b8d7;
	font-weight: 500;
	font-family: "Gabriela", Helvetica, Arial, sans-serif;
}

.pm-single-blog-post-comments {
	margin-bottom:30px;	
}

.pm-comment-box-container {
	border:1px solid #d5d5d5;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:30px;
}

.pm-comment-box-avatar-container {
	width:auto;
	height:auto;	
	overflow:hidden;
	padding:13px 13px 0;
}

.pm-comment-box-avatar-container p {
	font-size:18px;
	color:#414141;
}

.pm-comment-avatar {
	float:left;
	margin-right:13px;
	overflow:hidden;
	border-radius:99px;
	-moz-border-radius:99px;
	-webkit-border-radius:99px;
	-o-border-radius:99px;
	height: 74px;
	width: 74px;
}
.pm-comment-avatar  img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.pm-comment {
    border-top: 1px solid #D5D5D5;
    margin: 10px 38px 20px 106px;
    padding: 20px 0;
    margin-bottom: 0;
}

.pm-comment-reply-btn {
    float: left;
    margin-bottom: 12px;
    margin-left: 106px;
}

.pm-comment-author-list {
	float:left;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin-top:20px;
	margin-left:10px;
	width:83.5%;
}

.pm-comment-author-list li {
	float:left;	
}

.pm-comment-author-list li:before {
	padding:0;
	margin:0;
	content:"";	
}

.pm-comment-author-list li:last-child {
	float:right;	
}

.pm-comment-name {
	text-transform:uppercase;
	color: #11b8d7 !important;
	font-size:18px !important;
	font-weight:700;
	margin-bottom:0px;
}

.pm-comment-date {
	text-transform:uppercase;
	font-size:14px !important;
	font-weight:400;
}

/* Posted comments end */

/* Submit a comment form */
.pm-submit-comment-form-container {
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:40px;
}

.pm-submit-comment-form-container h3 {
	margin-bottom:5px;	
}

.pm-comment-required {
	font-family:'Open Sans';
	font-size:14px;
	color:#F1482B;		
}

.pm-comment-form-textfield {
	border:1px solid #e1e1e1;
	padding:10px 13px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	font-family:'Open Sans';
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0, #F7F7F7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.pm-comment-form-textfield:focus, .pm-comment-form-textarea:focus {
	background-color:#F1482B;
	background-image:none;	
	color:white;
}

.pm-comment-form-textarea {
	border:1px solid #e1e1e1;
	padding:10px 13px;
	width:100%;
	margin-top:10px;
	font-family:'Open Sans';
	min-height:150px;
	margin-bottom:10px;
	
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #FFFFFF),
		color-stop(0, #F7F7F7),
		color-stop(1, #FFFFFF)
	);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 0%, #FFFFFF 100%);
	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}

.pm-comment-html-tags {
	margin:20px 0;
}

.pm-comment-html-tags span {
	font-family:'Open Sans';
	font-weight:bold;
	color:#777777;
	font-size:12px;
	text-transform:uppercase;
}

.pm-comment-html-tags p {
	font-size:14px;
	margin:0;	
}

.pm-comment-submit-btn {
	border:0px solid grey;
	background-color:#2B5C84;
	padding:7px 15px;
	font-family:'Open Sans';
	color:white;
	font-weight:100;
	text-transform:uppercase;
	margin-top:10px;
	
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.pm-comment-submit-btn:hover {
	background-color:#333;	
}
/* Submit a comment form end */
.textnotification{
	text-align: center;
    margin-bottom: 40px;
}
.textnotification b{
    color: #11b8d7;
}
.imagevideo{
}
.video-left{
	position:relative;
	overflow: hidden;
}
.imagevideo:before{
	content:"";
	background: rgba(255, 255, 255, 0.52);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	transition:all 0.5s ease;
	height: 100%;
	opacity:1;
}
.imagevideo i{
	width: 55px;
	height: 55px;
	background: #11b8d7;
	line-height: 50px;
	color: #fff;
	position: absolute;
	left: 45%;
	bottom: 45%;
	border-radius: 1000px;
	border: 5px solid #fff;
	font-size: 20px;
	text-align: center;
}
.imagevideo img{
	margin-bottom:0 !important;
	width: 100%;
	border-radius: 0 !important;
}
.videolist{
	background-color: #f8f2ed;
	margin-bottom: 30px;
}
.videolist:hover .imagevideo:before{
	transform: rotate(180deg);
	opacity:0;
}
.videolist:hover .imagevideo i{
	background:#333;
}
.video-right{
	padding: 30px 0px;
}
.portolist{
	background: #f8f2ed;
	padding: 20px;
	border: 1px solid #e8ded6;
}
.portolist .item-img{
	height: 300px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #e8ded6;
	margin-bottom: 10px !important;
	background: #fff;
}
.portolist .item-img img{
	height: 100%;
	object-fit: cover;
}
.portolist figcaption{
	background: #fff;
	padding: 10px 20px;
}
.portofil{
	background: #11b8d7;
	text-align:center;
}
.portfolioFilter a{
	padding: 20px 25px;
	display: inline-block;
	color: #fff;
	text-decoration: none !important;
}
.portfolioFilter a.current{
	background: #fff;
	border-color: #000;
	color: #11b8d7;
}
.portfolioFilter a.current i:before{
	content: "\f1db";
}
.portfolioFilter a i{
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
}
.portfolioFilter a:hover{
	transition:all 0.5s ease;
	transform:rotate(360deg);
	background: #fff;
	color: #11b8d7;
}
.magpop:hover{
	opacity:0.8;
}
.magpop{
	display: block;
	height: 350px;
	overflow: hidden;
}
.magpop:hover,.magpop:focus{
	outline:0;
}
.magpop img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.videocontent iframe{
	width:100%;
}

@media(max-width:767px){
	.journal .post .meta a{
		float: none !important;
		display: block;
		margin-bottom: 5px;
	}
	.pm-single-post-title{
		width:100%;
	}
	.pm-single-post-meta-container {
		float: none;
		width: 100%;
		text-align: center;
		padding-bottom: 0px;
		margin-top: 45px;
	}
	.pm-single-post-date {
		display: table;
		margin: 0 auto;
		overflow: hidden;
	}
	.pm-tags-list li{
		float: none;
	}
	.pm-single-post-desc-container.half-width{
		width: 100%;
		margin-top: 0;
		padding-left: 0;
	}
	.pm-comment-avatar {
		display:inline-block;	
	}
	
	.pm-comment-date {
		float:left !important;
		clear:left;
		margin:0px !important;
	}
	
	.pm-comment-name {
		margin:0px !important;	
	}
	.pm-comment-author-list{
		width: 66.5%;
	}
	.pm-comment{
		padding: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.pm-comment-author-list li:last-child{
		float:left;
	}
	.pm-comment-author-list li{
		width:100%;
	}
	.portfolioFilter{
		margin-left: -15px;
		margin-right: -15px;
	}
	.portfolioFilter a:hover{
		transform: initial;
	}
}
@media(max-width:767px){
	.postiframe iframe{
		width:100%;
	}

}
.postiframe img{
	max-width:100%;
	height: auto !important;
}
.hiddentitleheader{
	opacity:0;
	position:absolute;
}
.textleft{
	text-align: left !important;
}
.fontwhite{
	color: #fff !important;
}
.modal{
	z-index: 1000000 !important;
}
.closestyle{
	top: -4px !important;
}
.width100{
	width:100% !important;
}
.maxwidth100{
	max-width:100%;
}
.postjdl{
	color: #11b8d7;margin-bottom: 30px;text-align: center;
}
.heightauto{
	height: auto !important;
}
.nocomment{
	font-size: 18px;
}
.maxw600px{
	max-width:600px;
}
.noborderradius{
	border-radius: 0px;
}
.nopadding{
	padding:0;
}
.displayinline{
	display:inline;
}
.noborderstyle{
	border-style:none;
}
button.closestyle{
    top: -15px !important;
}
.gmaps{
	height:250px;width:100%;
}
.chatwithus{
	position: fixed;
    bottom: 50%;
    right: -55px;
    z-index: 1000000000;
    text-decoration: none;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.chatwithus img{
	width: 160px;
}
.stButton .stArrow{
	display:none !important;
}
.banneradstop{
	padding: 40px 15px 20px;
	background: #ebf2f2;
}
a.bannerads{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}
a.bannerads:hover{
	
}
a.bannerads img{
	width: 100%;
	transition: all 0.4s;
}
a.bannerads:hover img{
}
a.bannerads:before{
	content: "";
	z-index: 1;
	width: auto;
	height: auto;
	background: rgba(235, 243, 243, 0.35);
	position: absolute;
	opacity: 1;
	transition: all 0.4s;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transform: rotate(0deg);
}
a.bannerads:hover:before{
	opacity: 1;
	transform: rotate(180deg);
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
}
.link-footer-set{
	list-style:  none;
	padding:  0;
	margin:  0;
}
.link-footer-set li{
	border-bottom: 1px solid #ffffff2e;
	padding-bottom:  10px;
	margin-bottom:  10px;
	position:relative;
	transition:all 0.5s ease-in-out;
}

.link-footer-set li:before{
	content:"\f105";
	font-family:'FontAwesome';
	position:absolute;
	left:0;
	color:#fff;
}
.footer-main .widgetfooter .link-footer-set a{
	display:  block;
	text-decoration:  none !important;
	margin-left:20px;
	text-align: left;
	background:none !important;
	border:0;
	padding:0;
	color:#fff;
}
.link-footer-set li:hover{
	margin-left:5px;
}
.wawidget{
  position: fixed;z-index: 1000;right: 15px;bottom: 45px;
}