/*        GENERAL        */

.h3,.h5,.h6,h3,h5,h6{margin-top:0px;margin-bottom:0px}

body{
    font-family: 'Comfortaa', cursive;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:hover{
    text-decoration: none;
}
.row3 {
       margin-left: -3px;
       margin-right: -3px;
   }

.row3 > div[class^="col-"] {
   padding-left: 3px;
   padding-right: 3px;
   }

.artdate{
	margin-top:10px;
	margin-bottom:10px;
	font-size:18px;
}
   
   
   .rowfooter {
       margin-left: -15px;
        margin-right: -15px;
      }
   .rowfooter > div[class^="col-"] {
           padding-left: 5px;
           padding-right: 5px;
      }
svg{
    width: 8px;
}
.padi{
	padding-left: 5px;
    padding-right: 5px;
}
.overlay-cut svg{
    margin-left: 5px;
    width: 7px;
    position: relative;
    top: 1px;
}
.overlay-cut:hover path{
    fill: #00819F;
}
svg#Layer_2{
    transform: rotate(90deg);
    margin-left: 5px;
    margin-bottom: 2px;
    width: 6px;
}


.espa {
    position: absolute;
    top: 0%;
    right:0;

}

.espa a img {
    max-width: 420px;
   
} 


/* */
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:158%;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.to-top em {
	color: white;
	font-size: 22px;
	bottom: 28px;
	position: fixed;
	z-index: 10000;
	right: 20px;
	background-color: #006178;
	border-radius: 30px;
	padding: 10px;
}
/* scroll */

.carousel-fullscreen .carousel-inner .item {

	height: 280px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*        HEADER         */
.sub-menu-btn{
    position: relative;
}
.menu-top{
    font-size: 16px;
}
.menu-top{
    background: #00819F;
    color: #fff;
    line-height: 35px;
    line-height: 24px;
}
.languages a{
    color: #fff;
    font-weight: bold;
}
a.inactive-lang{
    font-weight: normal;
}
.languages span:first-of-type{
    margin-right: 5px;
}
.languages span:last-of-type{
    margin-left: 5px;
}
.languages span:nth-of-type(2){
    position: relative;
    bottom: 1;
    color: #fff;
}
.contact-info a{
    color: #fff;
}

.contact-info span:last-of-type{
    margin-left: 8px;
    margin-right: 8px;
    color: rgba(255,255,255,0.6);
    font-size: 20px;
}

.contact-info{
    text-align: center;
}
.contact-info a~a{
    margin-left: 5px;
}
.languages{
    text-align: center;
}
.logo-section img{
    margin: auto;
}
.my-navbar-btn{
    width: 41px;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer;
    margin-top: 4px;
}
.my-navbar-btn span{
    display: block;
    background: #00819F;
    margin-bottom: 5px;
    width: 41px;
    height: 6px;
    border-radius: 45%;
}
.logo-section{
    padding-top: 5px;
    -webkit-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 1px 0px rgba(0,0,0,0.15);
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 1;
}
ul.menu{
    list-style: none;
    padding-left: 15px;
    background: #00819F;
    position: absolute;
    width: auto;
    margin-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    left: 0;
}

ul.menu li a{
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
ul.menu > li~li{
    margin-top: 5px;
}
.articles-width > .container > .row > .col-xs-12 > h2{
    /*color: #047C97;*/
    color: #00819F;
}
.fa-angle-down{
    font-weight: bold;
}
ul.sub-menu{
    list-style-type: none;
    padding-left: 25px;
    background: #fff;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: all .3s ease-in-out;
}
ul.sub-menu li a{
    color: #00819F;
}
li.sub-menu-btn{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.relat{
    position: relative;
}






/*        MAIN-BODY         */
.full-width-img{
    width: 100%;
    position: relative;
}
.full-width-img img{
    width: 100%;
}
.bio-index{
    padding-bottom: 90px;
    background: #00819F;
    margin-top: -1px;
}
.bio-index h2{
    text-indent: 15px;
    color: #fff;
    font-weight: bold;
}
.bio-border{
    border: 3px solid #fff;
    padding: 15px;
}
.bio-caption{
    background: #fff;
}
.bio-caption img{
    display: block;
    margin: auto;
    margin-top: 15px;
}
.bio-details{
    padding: 15px;
    padding-right: 36px;
	line-height: 32px;
}
.bio-details p{
    color: rgba(0,0,0,0.75);
    font-size: 14px;
}
.bio-details .btn{
    color: #fff;
    background: #00819F;
    border-radius: 20px;
    font-size: 16px;
    padding: 9px 19px;
}
.bio-details h2{
    color: #000;
    text-indent: 0px;
    font-size: 24px;
}
.counseling-photos{
    padding-bottom: 100px;
    padding-top: 100px;
    background: #ebebeb;
}
.counseling-photos .overlay-cut{
    width: 100%;
    background-position: center;
    background-size: cover;
}
.counseling-photos .col-md-4:nth-of-type(1) a:nth-of-type(1) .overlay-cut{
    background-image: url("../../photos/counsiling-img-1.jpg");
    height: 440px;
    margin-bottom: 25px;
}
.counseling-photos .col-md-4:nth-of-type(1) a:nth-of-type(2) .overlay-cut{
    background-image: url("../../photos/counsiling-img-2.jpg");
    height: 300px;
    margin-bottom: 25px;
}
.counseling-photos .col-md-4:nth-of-type(2) a:nth-of-type(1) .overlay-cut{
    background-image: url("../../photos/counsiling-img-4.jpg");
    height: 300px;
    margin-bottom: 6px;
}
.counseling-photos .col-md-4:nth-of-type(2) a:nth-of-type(2) .overlay-cut{
    background-image: url("../../photos/counsiling-img-4.jpg");
    height: 440px;
    margin-bottom: 25px;
}
.counseling-photos .col-md-4:nth-of-type(3) a:nth-of-type(1) .overlay-cut{
    background-image: url("../../photos/counsiling-img-3.jpg");
    height: 440px;
    margin-bottom: 25px;
}
.counseling-photos .col-md-4:nth-of-type(3) a:nth-of-type(2) .overlay-cut{
    background-image: url("../../photos/counsiling-img-5.jpg");
    height: 300px;
    margin-bottom: 25px;
}

.articles-width .item{
    border: 4px solid #d5d5d5;
    padding: 10px;
}
.articles-width .btn{
    font-size: 20px;
    position: relative;
    background: #00819F;
    color: #fff;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    border-radius: 0;
}
.article-details p{
    opacity: 0.75;
    font-size: 14px;
}
.owl-theme .owl-dots .owl-dot~.owl-dot{
    margin-left: 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00819F;
}
.owl-theme .owl-dots .owl-dot{
    transform: scale(0.7);
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 50px 0px;
}
.overlay-cut{
    position: relative;
}
.wavy-overlay{
    position: relative;
    width: 100%;
    height: 100%;
}
.wavy-bg{
    height: 78px;
    background-image: url(../images/wavy-bg2.png);
    position: absolute;
    width: 100%;
    bottom: -1px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.wavy-bg span{
    position: absolute;
    bottom: 5px;
    right: 9px;
    color: #fff;
    font-size: 19px;
    transition: all .3s ease-in-out;
    font-weight: bold;

}
.articles-width > .container > .row > .col-xs-12 > h2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}
.full-width-img h1{
    position: absolute;
    right: 30px;
    bottom: -27px;
    color: #fff;
    text-align: right;
    font-size: 13px;
    z-index: 1;
}



.article-details h2{
    font-size: 28px;
}
.wavy-bg-main-img{
    position: absolute;
    bottom: 0;
}
.index-page .article-details h2{
    font-size: 25px;
    margin-bottom: 21px;
    margin-top: 24px;
    line-height: 32px;
    font-weight: bold;
}

/*        FOOTER         */


.menu-footer{
    background: #00819F;
    padding-top: 50px;
    padding-bottom: 25px;
}
.menu-footer span{
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: bold;
}
.menu-footer span a{
    color: #fff;
}
.menu-footer span a:hover{
	text-decoration: underline;
}
.menu-footer .fa:hover{
    color: #93ECFF;

}
.email-footer{
    margin-bottom: 20px;
    margin-top: 20px;
}
.oroi{
	    margin-top: 40px;
}

.logo-footer{
    margin-bottom: 50px;
}
.social-icon-footer{
    margin-top: 20px;

}
.social-icon-footer .fa{
    color: #fff;
    font-size: 23px;
}
.social-icon-footer a~a{
    margin-left: 10px;
}
.copyrights{
    background: #006178;
    padding-bottom: 25px;
    padding-top: 25px;
    color: #fff;
}
.copyrights a{
    color: #fff;
}
.copyrights span{
    font-size: 12px;
}

/*         SECONDARY-PAGES         */
.category-page .category-details h2{
    font-size: 28px;
        font-weight: bold;
}
.category-page .full-width-img h1{
    right: 23px;
    bottom: 0px;
	background-color: #01819e;
}
.category-details{
    margin-bottom: 155px;
    margin-top: 90px;
	line-height: 39px;
}
.category-details p{
    font-size: 18px;
}
.category-details span{
    font-size: 18px;
    opacity: 0.9;
}
.contact-inner{
    margin-top: 110px;
    margin-bottom: 160px;
}
.contact-inner .form-control{
    border-radius: 0;
}
.contact-inner .form-group~.form-group{
    margin-top: 30px;
}
.contact-inner .btn{
    background: #00819F;
    color: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 16px;
}
.contact-inner .form-group:last-of-type{
    margin-bottom: 30px;
}
.contact-page-info span{
    display: block;
    font-size: 16px;
}
.contact-page-info{
    margin-bottom: 30px;
}
.contact-page-info .contact-info-title{
    color: #00819F;
    font-size: 12px;
}
.contact-inner .pad-left{
    margin-top: 50px;
}
.contact-inner label{
    font-size: 12px;
}
.articles-inner .btn{
    font-size: 20px;
    background: #00819F;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    border-radius: 0;
    padding-top: 10px;
}
.article-details-display h2{
    margin-top: 13px;
    margin-bottom: 23px;
    font-size: 25px;
    line-height: 32px;
    font-weight: bold;
}
.article-details-display p{
    font-size: 14px;
    line-height: 22px;
}

.articles-inner img{
    margin: auto;
}
.articles-inner .btn{
    margin: auto;
}
.contact-page .full-width-img h1{
    right: 55px;
    bottom: 5px;
	background-color: #01819e;	
}
.articles-page .full-width-img h1{
    right: 28px;
    bottom:0px;
	background-color: #01819e;
}
].article-page .full-width-img h1{
    right: 28px;
    bottom: 0px;
	background-color: #01819e;
}
.articles-inner{
    margin: 100px 0px;
}
.articles-inner hr{
    position: relative;
    margin: 70px 0;
    border: 1px solid #d5d5d5;
}
.article-page .articles-inner img{
    margin: auto;
}
.articles-page .article-details h2{
    font-size: 28px;
    margin-top: 13px;
}
.articles-more-btn .btn{
    background: #00819F;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.articles-more-btn{
    margin-bottom: 55px;
}
.index-page .article-details p{
    font-size: 14px;
    line-height: 22px;
}
.article-page-inner p{
    font-size: 18px;
}
.number1{
    padding-left: 20px;
}
.number1::before{
    content: '1';
    position: absolute;
    left: 15px;
}
.number2{
    padding-left: 20px;
}
.number2::before{
    content: '2';
    position: absolute;
    left: 15px;
}
.number3{
    padding-left: 20px;
}
.number3::before{
    content: '3';
    position: absolute;
    left: 15px;
}
.blue-borders{
    text-align: center;
    font-size: 26px;
    margin: 50px 0;
}
.blue-borders span::before{
    content: '';
    border-top: 3px solid #00819F;
    display: block;
    margin-bottom: 15px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.blue-borders span::after{
    content: '';
    border-bottom: 3px solid #00819F;
    display: block;
    margin-top: 15px;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
}
.article-page-inner{
    margin-top: 65px;
    margin-bottom: 195px;
}
.article-page-inner h2{
    margin-bottom: 35px;
}
.blue-borders span{
    display: inline-block;
}

.bio-page .articles-inner p{
    font-size: 18px;
    line-height: 39px;
}
.bio-page .articles-inner img{
    margin: auto;
}
.bio-page .articles-inner h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}


/*     MEDIA QUERIES     */
@media (min-width: 768px) and (max-width: 992px){
	.articles-page .full-width-img h1{
		right: 78px;
		bottom: 22px;
		background-color: #01819e;
	}
	.article-page .full-width-img h1 {
		right: 110px;
		bottom: 22px;
		background-color: #01819e;
	}
}
@media (min-width: 480px) and (max-width: 640px){
	
	.article-page .full-width-img h1 {
		right: 60px;
		bottom:8px;
		background-color: #01819e;
	}
}
@media (width: 320px) and (height: 480px){
	.full-width-img h1 {
        position: absolute;
        right: 30px;
        bottom: -35px;
        color: #fff;
        text-align: right;
        font-size: 13px;
        z-index: 1;
    }
    .articles-width > .container > .row > .col-xs-12 > h2 {
        font-size: 23px;

    }
    .wavy-bg span {      
        font-size: 17px;      
    }
	.article-page .full-width-img h1 {
		right: 60px;
		bottom:8px;
		background-color: #01819e;
    }
    .contact-page .full-width-img h1 {
        right: 53px;
        bottom: -2px;
		background-color: #01819e;
    }
}
@media screen and (max-width: 480px){
	.bio-index h2 {
       
        font-size: 23px!important;
    }
    .articles-width > .container > .row > .col-xs-12 > h2 {
        font-size: 23px!important;

    }
	.article-page .full-width-img h1 {
		right: 43px;
		bottom: 0px;
		background-color: #01819e;
	}
}
@media (min-width: 640px) and (max-width: 768px){
	
	.article-page .full-width-img h1 {
		right: 95px;
		bottom: 15px;
		background-color: #01819e;
	}
}

@media (min-width: 992px) and (max-width:1200px){
	.articles-page .full-width-img h1{
		right: 125px;
		bottom: 30px;
		background-color: #01819e;
	}
	.article-page .full-width-img h1 {
    right: 110px;
    bottom: 28px;
	background-color: #01819e;
	}
	
}
@media screen and (min-width: 545px){
    .full-width-img h1 {
        position: absolute;
        right: 57px;
        bottom: -21px;
        color: #fff;
        text-align: right;
        font-size: 18px;
    }
    .category-page .full-width-img h1{
        right: 80px;
        bottom: 10px;
    }
}
@media screen and (min-width: 768px){
    .full-width-img h1 {
        position: absolute;
        right: 95px;
        bottom: 0px;
        color: #fff;
        text-align: right;
        font-size: 23px;
		/* right: 171px!important; */
		/* bottom: 31px!important; */
    }
	
	.indexH1 {
		 bottom: -36px!important;
	}
}
@media screen and (min-width: 992px){
	
	.carousel-fullscreen .carousel-inner .item {

		height: 945px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
    .bio-page .articles-inner img{
        display: inline-block;
    }
    .bio-page .articles-inner h2{
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        display: inline-block;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
        margin-left: 50px;
    }
    .articles-inner hr{
        left: -15px;
        width: calc(100% + 30px);
    }
    .article-btn-display{
        display: inline-block;
        position: absolute;
        bottom: 0;
        right: 15px;
    }
    .article-details-display{
        display: inline-block;
        position: absolute;
        width: calc(100% - 540px);
        padding-left: 40px;
    }
    .articles-item img{
        display: inline-block;
    }



    .contact-inner .pad-left{
        margin-top: 0px;
        margin-left: 50px;
    }

    .counseling-photos .overlay-cut:hover{
        -webkit-box-shadow: inset 0px 0px 5px 1000px rgba(0,0,0,0.25);
        -moz-box-shadow: inset 0px 0px 5px 1000px rgba(0,0,0,0.25);
        box-shadow: inset 0px 0px 5px 1000px rgba(0,0,0,0.25);
    }
    .overlay-cut:hover .wavy-bg span{
        color: #00819F;
    }
    .overlay-cut:hover .wavy-bg{
        background-image: url("../images/wavy-bg-hover2.png")
    }
    li.sub-menu-btn{
        color: #00819F;
    }
    .logo-section{
        position: absolute;
    }
    .index-page .logo-section{
        position: relative;
    }
    .counseling-photos .col-md-4:nth-of-type(1) a:nth-of-type(1) .overlay-cut{
        background-image: url("../../photos/counsiling-img-1.jpg");
        height: 440px;
        margin-bottom: 6px;
    }
    .counseling-photos .col-md-4:nth-of-type(1) a:nth-of-type(2) .overlay-cut{
        background-image: url("../../photos/counsiling-img-2.jpg");
        height: 300px;
        margin-bottom: 0px;
    }
    ..counseling-photos .col-md-4:nth-of-type(2) a:nth-of-type(1) .overlay-cut{
        background-image: url("../../photos/counsiling-img-4.jpg");
        height: 606px;
        margin-bottom: 0px;
    }
    .counseling-photos .col-md-4:nth-of-type(3) a:nth-of-type(1) .overlay-cut{
        background-image: url("../../photos/counsiling-img-3.jpg");
        height: 440px;
        margin-bottom: 6px;
    }
    .counseling-photos .col-md-4:nth-of-type(3) a:nth-of-type(2) .overlay-cut{
        background-image: url("../../photos/counsiling-img-5.jpg");
        height: 300px;
        margin-bottom: 0px;
    }

    .bio-caption img{
        display: block;
        margin: unset;
        margin-top: 0px;
        padding: 16px;
        padding-left: 38px;
    }
    .bio-caption{
        padding: 15 30 15 30;
    }
    .hover-line::after{
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #00819F;
        transition: width .3s;
    }
    .hover-line:hover::after {
        width: 100%;
    }
    .vAlign{
            display:flex;
            align-items:center;
            justify-content:center;
            flex-direction:row;
    }
    ul.menu > li a{
        color: #00819F;
    }
    ul.menu > li~li{
        margin-left: 30px;
    }
    ul.menu{
        padding-left: 0px;
        background: transparent;
        position: relative;
        opacity: 1;
        visibility: visible;
        text-align: right;
    }
    .menu li{
        display: inline-block;
    }
    .logo-section{
        padding-bottom: 5px;
    }
    .menu-top{
        line-height: 35px;
    }
    .logo-section img{
        margin: unset;
    }
    .contact-info{
        text-align: right;
    }
    .languages{
        text-align: left;
    }
    .lg-right{
        text-align: right;
    }
    .social-icon-footer {
        margin-top: 40px;
		    text-align: right;
    }
    ul.sub-menu{
        position: absolute;
        list-style-type: none;
        padding-left: 0px;
        background: #fff;
        width: 280px;
        opacity: 0;
        visibility: hidden;
        height: 0;
        text-align: left;
        top: 32px;
        padding-top: 26px;
        padding-bottom: 12px;
    }
    ul.sub-menu li{
        display: block;
    }
    ul.sub-menu li a{
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    ul.sub-menu li a:hover{
        color: #fff;
        background: #047C97;
    }
    .sub-menu-btn:hover  ul.sub-menu{
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    ul.sub-menu li:nth-of-type(1):before {
        content: '';
        position: relative;
        display: block;
        width: calc(100% + 15px);
        left: -15px;
        top: -16px;
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.6);
        height: 1px;
    }
    .articles-inner img{
        margin: unset;
    }
    .articles-inner .btn{
        margin: unset;
    }
    .category-page .full-width-img h1{
        right: 115px;
        bottom: 25px;
		background-color: #01819e;
    }

}

@media screen and (min-width: 1200px){
	
	.carousel-fullscreen .carousel-inner .item {

		height: 945px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
    .index-page .full-width-img h1{
        font-size: 38px;
    }
    .index-page .full-width-img h1 span{
        font-size: 46px;
    }
    .index-page .article-details {
        padding-left: 20px;
		line-height: 39px;
    }
    .wavy-bg span {
        font-size: 20px;
    }
    .category-page .full-width-img h1 {
        position: absolute;
        right: 230px;
        bottom: 30px;
        color: #fff;
        text-align: right;
        font-size: 43px;
        bottom: 60px;
    }
    ul.sub-menu{
        padding-top: 34px;
    }
    .articles-width .btn{
        position: absolute;
        right: -37px;
        top: 235px;
    }
    .articles-width > .container > .row > .col-xs-12 > h2{
        width: 1070px;
        margin: auto;
    }
    .articles-width .item {
        width: 1070px;
        margin: auto;
        padding: 25px 30px;
    }
    .full-width-img h1 {
        position: absolute;
        right: 150px;
        bottom: -30px;
        color: #fff;
        text-align: right;
        font-size: 43px;
    }
    .contact-page .full-width-img h1 {
        bottom: 90px;
		background-color: #01819e;
    }
    .articles-page .full-width-img h1{
        bottom: 90px;
		background-color: #01819e;
    }
    .row70 {
          margin-left: -70px;
          margin-right: -70px;
        }
      .row70 > div[class^="col-"] {
          padding-left: 70px;
          padding-right: 70px;
        }
        .contact-page .full-width-img h1{
            right: 100px;
            bottom: 35px;
			background-color: #01819e;
        }
        .articles-page .full-width-img h1{
            right: 110px;
            bottom: 35px;
			background-color: #01819e;
        }
        .article-page .full-width-img h1{
            right: 110px;
            bottom: 35px;
			background-color: #01819e;
        }
        .category-page .full-width-img h1{
            right: 110px;
            bottom: 30px
			background-color: #01819e;
        }

}
@media screen and (min-width: 1250px){
    .container1200{
        width: 1224px;
    }
}
@media screen and (min-width: 1600px){
    .category-page .full-width-img h1 {
        right: 300px;
        bottom: 80px;
		background-color: #01819e;
    }
    .full-width-img h1{
        right: 245px;
        bottom: 25px;
    }
    .contact-page .full-width-img h1 {
        right: 220px;
        bottom: 70px;
		background-color: #01819e;
    }
    .articles-page .full-width-img h1{
        right: 220px;
        bottom: 70px;
		background-color: #01819e;
    }
    .article-page .full-width-img h1{
        right: 220px;
        bottom: 70px;
		background-color: #01819e;
    }
}



@media screen and (max-width: 768px){
    .menu.active{
        position: relative;
        width: calc(100% + 30px);
        left: -15px;
        opacity: 1;
        visibility: visible;
            z-index: 1;
    }
}
@media screen and (max-width: 992px){
    .sub-menu.active{
        opacity: 1;
        visibility: visible;
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .menu.active{
        position: absolute;
        width: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        left: 0;
    }
}
@media screen and (min-width: 424px) and (max-width: 992px){
    .wavy-bg{
            background-image: url(../images/wavy-bg-max2.png);
    }
}

@media screen and (width: 320px) and (height: 568px){
	.full-width-img h1 {
		position: absolute;
		right: 30px;
		bottom: -42px;
		color: #fff;
		text-align: right;
		font-size: 13px;
		z-index: 1;
	}
}
