/*flip-card*/

.flip-card {
  background-color: transparent;
/*  width: 300px;*/
/*  height: 300px;*/
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
/*  width: 100%;*/
/*  height: 100%;*/
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
/*    top:0;*/
/*  width: 100%;*/
/*  height: 100%;*/
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front{
     background-color: #bbb;
  color: black;
}
    

.flip-card-back {
  background-color: #2980b9;
  color: white;
  transform: rotateY(180deg);
}

/*end of flip card*/


.big-heading-monst {
  font-size: 23pt !important;

  width: 50%;
  text-align: left;
  line-height: 1.3em;
}

.sub-heading-droid {
  font-size: 10pt !important;
}
.white-bg{
	letter-spacing: -2 !important;
}

.letter-spacing-custom{
	letter-spacing: 0 !important;
}

.p-custom{
	font-size: 10px;
}

.border{
    border:1px solid red
}

.p-justify > p {
	text-align: justify;
/*	font-size: 1em;*/
	line-height: 1.3em;
	color: black;
}
.devider-heading-left-custom{
	margin-top:  20px !important;
	margin-bottom:  20px !important;
}

.no-left-margin{
	margin-left: 0px !important;
}

.no-right-margin{
	margin-right: 0px !important;
}
.img-content-custom img{
	left: 0!important;
	/* top: 50px; */
	/* margin-top: 50px */
}

.img-content-custom-for-harvard{
	/* left: 0!important;
	top: 50px;
	margin-top: 50px */
}

.sp-padding-custom{
	padding: 0px !important;

}

.f-white{
	color: white;
}

.big-heading-monst{
    width:100% !important;
}
.tp-caption{

/*    top:auto !important;*/
/*    left: 15% !important; */
    right: 50%;
    bottom: 100px !important;
}

#video-header{
    position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#video-header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#video-header .container {
  position: relative;
  z-index: 2;
}

#video-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
    
}

.contactpage{
    position: relative;
    background:url('../img/relax-1.jpg');
    background-position: center/cover;
    background-size: cover;
    background-repeat: no-repeat;
/*    background-color: rgba(0, 0, 0, 0.5); */
/*    opacity:1;*/
}

.overlay2 {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  min-height: 100% !important;
  opacity:0.8;
  font-size: 20px;
  padding: 20px;
/*  z-index: -1;*/
}

.overlay3{
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  width: 100%;
  min-height: 100% !important;
/*  opacity:0.8;*/
  font-size: 20px;
  padding: 20px;
/*  z-index: 1;*/
}
.overlay4{
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.3); /* Black see-through */
  width: 98%;
  min-height: 100% !important;
/*  opacity:0.8;*/
  font-size: 20px;
/*  padding: 20px;*/
/*  z-index: 1;*/
}

.una{
    position: relative;
    z-index: 3;
}


.jhi-group-text{
/*    text-align: justify;*/
}
.jhi-text p{
    font-size: 1.3em;
    line-height: 1.8em
}

.six-spoke{
    text-align: justify;
    
}
.six-spoke>p{
    font-size: 1.2em !important;
    line-height: 1.5em;
}


.w-70{
    width: 70%;
}


.muted{
    font-size: .5em;
    
}
.ptb-10{
    padding:10px 0;
}


.hoverbox:hover{
    background: rgba(0,0,0,0.2);
    transition: 0.5s;
    
}

.recent p{
   
    line-height: 1.2 !important;
/*    color: red;*/
}

.recent img{
    float: left;
}

.recent h6{
    margin-bottom: 0px;
}

.recent div{
    width: 100%;
}

.latest-news{
    position: absolute;
    bottom:6px;
/*    left:26px;*/
    color:white;
/*    width: 100%;*/
    background: rgba(0,0,0,0.5)
}

.latest-news-panel{
    background-color: black
}

.latest-news-panel > img{
    width: 100%;
    height: 450px;
}
.weekly-brief-title{
/*    border:1px solid red;*/
/*    padding:0px !important;*/
    
    background-color: #c79c46;
    display: table;
    width: 100%;
}

.cm-date{
    font-size: 0.7em;
    background-color:darkgray;
    color:white;
    font-weight: bold;
    padding:2px 4px;
    margin-right: 4px;
    
}

.weekly-brief-title p{
/*    background-color: burlywood;*/
/*    padding:10px;*/
    font-weight: bold;
    color: white;
    text-align:center; 
  vertical-align: middle;
  display: table-cell;   
    text-transform:uppercase;
    font-size: 1.4em;
    display: inline-block;
    margin:9px !important; 
}

.weekly-brief > ul{
    list-style: none;
    padding:5px;
}

.weekly-brief > ul li:hover{
    background: rgba(199,156,70,0.5);
    padding:10px;
    cursor:zoom-in;
}

.devider{ 
    display:block; 
    border-bottom: 5px solid burlywood;  
    margin-top:0px; 
    margin-bottom:10px; 
    
}
.weekly-brief-devider{ 
    display:block; 
    border-bottom: 5px solid burlywood;  
    margin-top:-10px; 
    margin-bottom:10px; 
    
}
.weekly-brief p{
/*    color: red;*/
    line-height: 1.3;
        
}
.weekly-brief h6{
    margin-bottom:6px;
}

.no-padding-left{
    padding-left: 0;
}

.parallax-window{
    background: rgba(0,0,0,0.5);
}

.short-notes img{
    width: 75px;
    height: 60px;
}






/*
@media (pointer: coarse) and (hover: none) {
  #video-header {
    background: url('img/jhi-bg2.png') black no-repeat center center scroll;
  }
  #video-header video {
    display: none;
  }
}
*/

@media(min-width:1200px){
    .display-3{
        font-size: 4em;
    }
    
    .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
    }
    .container{
       width: 1170px !important; 
    }
    
}

@media only screen and (max-width:500px){
/*
    .tagline{
        font-size: 0.9em;
        line-height: 1px;
    }
*/
    .w-70{
        width: 95%;
    }
}

@media only screen and (max-width: 1000px) and (min-width:600px) {
 
    .headline{
        line-height: 30px
    }
    .w-40{
        width:100% !important;
    }
    .news-headline{
    position: relative;
    text-align: justify;
    width: 100%;
    line-height: 1.4;
    left:0;
    top: 200px;
    padding:25px;
    background-color: rgba(0,0,0,0.4);
}

}



.display-3{
    font-weight: 1.2;
}
.text-white{
    color:white;
}

.h-100{
    height: 100% !important;
}



/*
nav{
    position: relative;
    float: right;
    margin-right: 0px;
    z-index: 999;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}*/

/*
*::after, *::before{
    box-sizing:border-box!important;
}
*/

/*
.menu-init{
    position: relative;
    margin-top:-60% 1important;
}
*/

.align-items-center {
    align-items: center!important;
}

.d-flex {
    display: flex!important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.w-100 {
    width: 100%!important;
}

.border-red{
    border: 1px solid red;
}

.tag-line{
    position: absolute;
}
.mt-100{
    margin-top: 100px;
}

.mt--100{
    margin-top: -100px;
}

.w-40{
    width:40% !important;
}

.pt-100{
    padding-top: 100px;
}
.pt-10{
    padding-top: 10px;
}
.center{
    text-align: center !important;
}

#jhiGroup{
/*
    background-image: url('../img/minilist-wallpapers-2.jpg');
    background-position:bottom right;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: #ccc;
*/
}
.no-padding2{
    padding:0px !important;
}

.meet-out-team{
    background-image: url('../img/unsplash.jpg');
    background-position:bottom right;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-origin: padding-box;
  background-clip: border-box;
  background-color: #ccc;
}

.team{
    height: 300px !important;
}

.pr-10{
    padding-right:10px !important; 
/*    border: 1px solid red;*/
}



.h-bg-white{
    background-color: white !important;
    color: black !important;
}
.lending-requirements-icon i{
    font-weight:bolder;
    font-size: 1.5em;
/*    color: blue;*/

}

.lending-requirements-icon ul{
    
    list-style: none;
    
    margin: 0;
  padding: 0;
}
.lending-requirements-icon li{
   list-style-position: inside;
/*    padding: 5px 0;*/
/*    text-indent: -1em;*/
}

.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #00a8a8;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.news-body{
    font-size: 1.2em
}
.news-body li{
    padding: 5px;
}



/*Test team*/

.our-team{ text-align: center; }
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.775);
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
/*    border-radius: 50%;*/
/*    border: 7px solid #af884b;*/
     box-shadow: 0 4px 7px rgba(0, 0, 0, 0.875);
    
    position: absolute;
    top: 0;
    left: 0;
 
}
.our-team .pic:after{

/*    border-color: #af884b #e6e5e5 #e6e5e5 #af884b;*/
    z-index: 1;
/*    transform: rotate(-10deg);*/
/*    box-shadow: 1px rgba(0, 0, 0, .5) !important;*/
    transition: all 0.5s ease 0s;

}
.our-team:hover .pic:after{ 
/*    transform: rotate(350deg); */
    box-shadow: 0 4px 7px rgba(0, 0, 1);
     
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .title{
    font-size: 1.5em;
    font-weight: bold;
    color: #222;
    padding-bottom: 7px;
    margin: 0 0 5px 0;
    position: relative;
}
.our-team .title:after{
    content: "";
    width: 20px;
    height: 2px;
    background: #222;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    
    
}
.our-team .post{
    display:block;
    margin-top:-15px;
    font-size:1.2em;
    font-style: italic;
    color: #777;
}
.our-team .icon{
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}
.our-team .icon li{ display: inline-block; }
.our-team .icon li a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background: #e0e0e0;
    font-size: 14px;
    color: #999;
    margin-right: 5px;
    transition: all 0.3s ease-out 0s;
}
.our-team .icon li a:hover{
    background: #37b0f1;
    color: #fff;
}
 .justify-content-md-center{
        justify-content: center !important;
   
    }


/*team version 2*/
.our-team2{
/*    border:1px solid red;*/
    padding: 5px 5px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.our-team2 .pic2{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 5px;
    margin-bottom: 8px;
    transition: all 0.5s ease 0s;
/*    border-radius: 50%;*/
}
.our-team2:hover .pic2{
    background: #af884b;
    border-radius: 50%;
}
.pic2 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.our-team2 .title2{
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    color: #2e282a;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.our-team2 .post2{
    display: block;
    font-size: 1em;
    color: #af884b;
    text-transform: capitalize;
    margin-bottom: 5px;
    line-height:1.4;
}
/*
.our-team2 .social2{
    padding: 0;
    margin: 0;
    list-style: none;
}
*/
/*
.our-team2 .social2 li{
    display: inline-block;
    margin-right: 5px;
}
*/
/*
.our-team2 .social2 li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
*/
.our-team2:hover{
    background: #17bebb;
    color: #fff;
}
@media only screen and (max-width: 990px){
/*    .our-team2{ margin-bottom: 30px; }*/
}



/*end of team version 2*/

@media only screen and (max-width: 990px){
    .our-team2{ margin-bottom: 30px; }
}
@media (min-width: 760px){
    .justify-content-md-center{
        justify-content: center !important;
        
    }
}


/*end of test team*/




section{
/*    padding-top: 90px !important;*/
/*    padding: 100px 0 0 0 !important;*/
    padding:100px 0 100px 0 !important;
}


/*Realeatate*/

.realestate{
    
    background:url('../img/green-grass-trans.png');
    background-position:bottom;
    background-size: 8%;
    background-repeat:repeat-x;
}
.realestate-intro img{
   float: right;
    width: 400px;
    padding:0 20px;
}
.realestate-intro p{
    text-align: justify;
}

.youtube-ovialand
{

      margin: 0 auto;
    display: block;
    height: 100%;
    
}

.januarius-color{
    color: #c30707;
}
.youtube-ovialand iframe
{
   margin: 0 auto;
    display: inline-block;
    width: 100%;

    border: 1px solid #ccc;
}

#ovialand_play{
    margin-top: 100px;
    display: table-cell;
  vertical-align: middle;
}


/*ovialand timelione*/

.timeline {
	max-width: 800px;
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
	.timeline:before {
		top: 2px;
		bottom: 15px;
		position: absolute;
		content: " ";
		width: 3px;
		background-color: #eeeeee;
		left: 50%;
		margin-left: -1.5px;
	}
		.arrowhead{
			width: 0;
			position: absolute;
			top: 0;
			left: 50%;
			margin-left: -15px;
			
			border-top: 0 solid transparent;
			border-left: 15px solid transparent;
			border-right: 15px solid transparent;
			border-bottom: 15px solid #eeeeee;
		}
	.timeline > li {
		min-height:150px;
		width: 50%;
		padding-left: 42px;
		padding-right: 42px;		
		margin-bottom: 30px;		
		position: relative;		
		float: left;
		clear: left;
        
	}

/*Panel*/
	.timeline > li > .timeline-panel {
		width: 92%;
		float: left;
		border: 1px solid #d4d4d4;
		/*border-radius: 2px;*/
		/*padding: 20px;*/
		position: relative;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        background-color: white;
	}
		.timeline > li > .timeline-panel:before {
			position: absolute;
			top: 26px;
			right: -15px;
			display: inline-block;
			border-top: 15px solid transparent;
			border-left: 15px solid #ccc;
			border-right: 0 solid #ccc;
			border-bottom: 15px solid transparent;
			content: " ";
		}
		.timeline > li > .timeline-panel:after {
			position: absolute;
			top: 27px;
			right: -14px;
			display: inline-block;
			border-top: 14px solid transparent;
			border-left: 14px solid #fff;
			border-right: 0 solid #fff;
			border-bottom: 14px solid transparent;
			content: " ";		
		}

		.timeline-panel img {
			width: 100%;
			padding: 10px 10px 0 10px;
		}


/*Inverted panel*/
	.timeline > li.timeline-inverted > .timeline-panel {
		float: right;
	}
		.timeline > li.timeline-inverted > .timeline-panel:before {
			border-left-width: 0;
			border-right-width: 15px;
			left: -15px;
			right: auto;
		}
		.timeline > li.timeline-inverted > .timeline-panel:after {
			border-left-width: 0;
			border-right-width: 14px;
			left: -14px;
			right: auto;
		}

	.timeline > li.timeline-inverted{
		float: right; 
		clear: right;
		margin-top: -50px;
		margin-bottom: 0px;
	}

		.timeline > li:nth-child(3) {
/*			margin-top: -45px;*/
		}


	/*Last panel*/
	@media (min-width: 850px) {
		.timeline .last{
			margin-top: -60px;
		}
        
        .second-timeline{
    margin-top: -90px !important;
}
        .third-timeline{
            margin-top: 15px !important;
        }
			.timeline .last .timeline-panel{
          margin-top: 75px;
          left: calc(50% + 60px);
			}
			.timeline .last .timeline-panel:before{
				top: -15px;
				right: calc(50% - 7px);
				border-top: 0 solid transparent;
				border-left: 15px solid transparent;
				border-right: 15px solid transparent;
				border-bottom: 15px solid #ccc;
			}
			.timeline .last .timeline-panel:after{
				top: -14px;
				right: calc(50% - 6.5px);
				border-top: 0 solid transparent;
				border-left: 14px solid transparent;
				border-right: 14px solid transparent;
				border-bottom: 14px solid #fff;
			}
	}


/*Badge*/
	.timeline > li > .timeline-badge {   
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 1.2em;
		text-align: center;
		position: absolute;
		top: 16px;
		right: 5px;
		z-index: 100; 
		border-top-right-radius: 50%;
		border-top-left-radius: 50%;
		border-bottom-right-radius: 50%;
		border-bottom-left-radius: 50%; 
		cursor: default;
	}
		.timeline > li.timeline-inverted > .timeline-badge{
			left: 5px;
		}

	.timeline > li > .timeline-badge:before{
		position: absolute;
		top: 58%;
		right: -11px;
		content: ' ';
		display: block;
		width: 12px;
		height: 12px;
		margin-top: -10px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid rgb(255,80,80);
		z-index: 10;
	}
		.timeline > li.timeline-inverted > .timeline-badge:before{
			left: -11px;
		}




/*Content*/
	.timeline-title {
	  margin-top: 0;
	  padding: 20px 20px 0px 20px;
	  color: inherit;
	}
	.timeline-body > p,
	.timeline-body > ul {
		padding:0 20px 20px 20px;
		margin-bottom: 0;
	}
		.timeline-body > p + p {
		  margin-top: 5px;
		}

	.timeline-footer{
		background-color:#f4f4f4;
		padding: 10px;
		text-align: center;		
	}
		.timeline-footer > a{
			padding:20px;
			cursor: pointer;
			text-decoration: none;
		}

/*Placement small devices*/
@media (max-width: 850px) {
     ul.timeline:before { 
 		    bottom: -15px;
  }
    ul.timeline:before, .arrowhead {
        left: 10px;    
    }
  
    ul.timeline > li {
	  min-height: 50px;
      margin-bottom: 20px;
      padding-right: 5px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
    }


    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
	.timeline > li.timeline-inverted{
		float: left; 
		clear: left;
		margin-top: 0;
		margin-bottom: 20px;
	}

  ul.timeline > li > .timeline-badge, ul.timeline > li.timeline-inverted > .timeline-badge{
    left: 15.5px;
  }   
	ul.timeline > li > .timeline-badge:before, ul.timeline > li.timeline-inverted > .timeline-badge:before{
    left: -11.5px;
	}
}

/*end of timeline*/






.icon_logo{
/*    margin: 0 auto;*/
/*    display: inline-block;*/
    width: 100%;
      
/*    height: 80px;*/
     
/*    border-radius: 100%;*/
    
}
.icon_logo img{
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 3px solid #ccc;
}

.icon_logo p{
/*    padding-left:20px !important;*/
    line-height: 1em;
}

/*
.ovialand-left{
    background: url('../img/ovialand-bg-trans.png');
    background-position: bottomleft;
    background-size: 100%;
    background-repeat:no-repeat;
}
*/

/*End of realestate*/


.meet-out-team{
    padding: 100px 0 220px 0 !important;
}
.long-name{
    min-height: 20px !important
}
.overflow-w{

    white-space:normal !important;
}
.jhiteam{
/*    border:1px solid red;*/
    flex-flow: row wrap;
    flex-wrap: wrap;
    justify-content:center;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.flex-item {
/*  background: tomato;*/
  padding:5px;
    margin: 10px;
  width: 200px;
   
  height: 150px;
/*  margin-top: 10px;*/
/*  line-height: 150px;*/
  color: white;
/*  font-weight: bold;*/
/*  font-size: 3em;*/
/*  text-align: center;*/
}
html{
/*    height: 100% !important;*/
/*    overflow: hidden;*/
}

body{
/*     perspective: 1px !important;*/
/*    transform-style: preserve-3d !important;*/
    
}

#ourteam{
/*    perspective: 1px !important;*/
   
/*    min-height: 100vh !important;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    transform-style: inherit;*/
/*    padding: 30vw 0 5vw;*/
/*    width: 100vw;*/
/*
    overflow-x: hidden;
    overflow-y: scroll;
*/
}


#ourteam, #ourteam:before{
    
      min-height: 100vh !important;
    position: relative;
    background: 10% 10% / cover;
}
#ourteam::before{
    bottom: 0;
    content:"";
    left:0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    background-image: url(../img/unsplash.jpg);
    background-size: cover;
    transform-origin: center center 0;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
/*    min-height: 10vh;*/
}

/*Start of realestate charts */
#charts{
    background: url(../img/charts-bg-3.png);
    background-size:100% auto;
    background-repeat: no-repeat;
    transform-origin: center center 0;
    
/*    transform: translateZ(-1px) scale(2);*/
    z-index: -1;
}




/* End of realestate charts */
/**/
    

.text-right{
    text-align: right;
}
.p-80{
    padding:80px 1important;
}
.pt-30{
    padding-top: 30px !important;
}

/*
.img-content img{
    position: relative;
}
*/

.j-title{
    font-family: Montserrat !important;
    font-size: 2em;
    font-weight: bold;
    color:#035928;
    line-height: 1.2
}

/*
.close-button-top-right::before{
    content:'f057';
}
*/
.close-button-top-right{
    position: absolute;
    top: 25px;
    margin-left:-20px;
/*    right:;*/
    color:red;

    
}

.close-button-top-right:hover{
    cursor: pointer;
    color:white;
}

.text-right a{
    color:green;
}

.pt-2{
    padding-top:15px;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



