.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;
}

.p-justify > p {
	text-align: justify;
	font-size: 1em;
	line-height: 1.4em;
	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: 2;
}

.overlay3{
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.6); /* 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.6); /* Black see-through */
  width: 100%;
/*  min-height: 100% !important;*/
  opacity:0.8;
  font-size: 20px;
  padding: 20px;
/*  z-index: 1;*/
}

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

.headline{
/*    border:1px solid red;*/
    
/*    padding: 100px;*/
/*    text-shadow: 4px  4px 4px black;*/
    font-size: 1.9em;
    font-weight: bold;
}
.tagline{
    margin-top: 20px;
    font-size: 1.3em;
/*    font-weight: bold;*/
/*    text-shadow: 2px  2px 2px black;*/
}
.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%;
}

.headline_logo{
    position: relative;
    top:180px;
}

.news-headline{
    text-align: justify;
    width: 36%;
    line-height: 1.4;
    left:80px;
    padding:15px;
}

.news-headline p{
    font-weight: bold;
}

.news-headline ul{
list-style-type: circle;
    font-weight: normal;
    list-style-position:outside;
}

.news-title{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding:10px 0;
    line-height: .9;
}

.muted{
    font-size: .5em;
    
}
.ptb-10{
    padding:10px 0;
}
.news-date{
    font-weight: bold;
}
.news-date>a:hover{
    color:blue;
}

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



/*
@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: 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/meet-our-team.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;
}


/*Test team*/

.our-team{ text-align: center; }
.our-team .pic{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 7px solid #af884b;
    position: absolute;
    top: 0;
    left: 0;
}
.our-team .pic:after{
    border-color: #af884b #e6e5e5 #e6e5e5 #af884b;
    z-index: 1;
    transform: rotate(-10deg);
    transition: all 0.5s ease 0s;
}
.our-team:hover .pic:after{ transform: rotate(350deg); }
.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;
}

.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;*/
}

.text-right{
    text-align: right;
}

.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;
}



