

/*maindiv styling*/
.maindiv
{
  margin: 4rem;
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 2px 5px 20px #2323235e;
}

/*styling main headline of the website*/
.innerdiv h1
{
  margin: 0.7rem 0 0.4rem;
    color: #03A9F4;
}
/*styling the small flag image in the headline*/
.innerdiv h1 img
{
  height: 2rem;
    margin-right: 0.5rem;
}
/*styling the description of the website*/
.innerdiv p{
  font-size: 1.2rem;
    color: #969393;
    margin-bottom: 1rem;

}
/*styling the each card*/
.eachdiv
{
  display: inline-block;
    width: 23.5%;
    background: white;
    box-shadow: 1px 2px 10px #33333352;
    padding: 1rem;
    margin: 0.5rem 0.4%;
    border-radius: 1rem;
    cursor: pointer;
    transition: 0.4s;
}
/*card Hover State*/
.eachdiv:hover
{
  transform: scale(1.03);
  box-shadow: 2px 6px 10px #2f2f2f69;
}
/*styling the card images*/
.eachdiv img
{
  width: 100%;
  margin-bottom: 0.8rem;
    border-radius: 1rem;
}
/*styling card title*/
.eachdiv h3
{
  color: #E91E63;
  font-size: 25px;
    margin-bottom: 0.5rem;
}
/*styling card description*/
.eachdiv p
{
  font-size: 0.8rem;
  text-align: left;
    color: #969696;
    /*margin-bottom: 0;*/
        margin: 0;
}
/*.footer p*/
/*{*/
/*    position: fixed;*/
/*    color: white;*/
/*    bottom: 1rem;*/
    /*right: 1rem;*/
/*    font-size: 1rem;*/
/*    cursor:pointer;*/
/*}*/

/*Media Query Part 
For responsiveness of the website*/

/*Under 1000px styling
For medium screen devices*/
@media only screen and (max-width: 1000px){
  .maindiv {
      margin: 3rem;
  }
  .eachdiv
  {
      width: 48%;
    }
}

/*Under 600px styling 
For small devices*/
@media only screen and (max-width: 600px){
  .maindiv {
      margin: 2rem;
  }
  .eachdiv
  {
      width: 100%;
      margin: 0.5rem 0;
    }
}

/*Note : I have used 1000px and 600px instead of 768px and 500px
Styling over🙂 */



/*team .html team member page css*/

.team-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
}

.team-header h1 {
  font-size: 60px;
  color: #ff4d29;
/*  text-transform: uppercase;*/
  font-size: 400;
  font-weight: 700;
  margin-top: 0;
}
.team-header i {
  position: relative;
  font-size: 50px;
  color: #ffcc00;
}
.team-header i:before {
  content:'';
  height: 1px;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffcc00;
}


.team-header i:after {
  content:'';
  height: 1px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  background: #ffcc00;
}

.team-img {
  margin: 100px 0;
  position: relative;
}



.img-profile:after {
  content:'';
  position: absolute;
  left:0;
  bottom: -10px;
  height: 1px;
  width: 20%;
  background: #ffcc00;
  transition: .3s all;
}

.img-profile:before {
  content:'';
  position: absolute;
  left:0;
  bottom: -10px;
  height: 30%;
  width: 1px;
  background: #ffcc00;
  transition: .3s all;
}


.img-profile span:after {
  content:'';
  position: absolute;
  right:0;
  top: -10px;
  height: 1px;
  width: 30%;
  background: #ffcc00;
  transition: .3s all;
}

.img-profile span:before {
  content:'';
  position: absolute;
  right:0;
  top: -10px;
  height: 40%;
  width: 1px;
  background: #ffcc00;
  transition: .3s all;
}

.img-profile:hover.img-profile:after {
  width: 100%;
} 

.img-profile:hover.img-profile:before {
  height: 110%;
} 


.img-profile:hover.img-profile span:after {
  width: 100%;
} 

.img-profile:hover.img-profile span:before {
  height: 110%;
}

.img-profile img{
  position: relative;
  height: 100%;
  width: 100%;
  border:1px solid #ffcc00;
}

.team-member {
  margin: 60px 0;
}

.team-member:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background: #ffcc00;
  top: 30px;
  left: -40px;
}

.team-member h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
} 

.header-hr {
  width: 30%;
  height: 1px;
  background: #ffcc00;
  display: inline-block;
}

.team-member h4 {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}

.team-member ul.social-icon {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}

.team-member ul.social-icon li {
  display: inline-block;
}

.team-member ul.social-icon li a {
  border: 1px solid #cdcdcd;
  width: 30px;
  height: 30px;
  border-radius:50%;
  font-size: 14px;
  line-height: 30px;
  display: block;
  text-align: center;
  transition: .3s all;
}

.team-member ul.social-icon li a:hover {
  border-color: #ffcc00;
  color: #ffcc00;
}

.team-member p {
  font-size: 14px;
  font-weight: 500;
}

.hr-2 {
  width: 30px;
  height: 3px;
  background: #ffcc00;
  position: relative;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.hr-2:after {
  position: absolute;
  content:'';
  top: 0;
  right: -100px;
  width: 30px;
  height: 3px;
  background: #ffcc00;
  margin-right: 20px;
}


.hr-2:before {
  position: absolute;
  content:'';
  top: 0;
  left: 20px;
  width: 30px;
  height: 4px;
  background: #ffcc00;
  margin-left: 20px;
}

@media screen and (max-width: 800px) {
  .team-member {
    text-align: center;
  }
  
  .team-img {
    margin: 50px 0;
  }
}
/*team .html team member page css*/

/*====================gallery Page=======================*/

    .content {
      margin: 16px 0;
    }

    .raw-preview {
      max-width: 100%;
      box-shadow: 0px 8px 8px #222;
    }

    .image-info,
    .file-info,
    .camera-info {
      margin-bottom: 16px;
    }

    .gallery {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-width: 33%;
      -moz-column-width: 33%;
      column-width: 33%;
    }

    .gallery .pics {
      -webkit-transition: all 350ms ease;
      transition: all 350ms ease;
    }

    .gallery .animation {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }

    @media (max-width: 450px) {
      .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
      }
    }

    @media (max-width: 400px) {
      .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
      }
    }
/*====================gallery Page=======================*/
/* ====================corporateevents page css =====================card start*/
.box{
    background: linear-gradient(to right bottom,#f24685,transparent,transparent);
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box img{
    width: 100%;
    height: 250px;
    transform-origin: top left;
    transition: all 0.5s ease;
}
.box:hover img{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    opacity: 0.7;
    transform: scale(0.95,0.9);
}
.box .box-content{
    color: #fff;
    background-color: #f24685;
    text-align: left;
    padding: 7px 18px;
    border-radius: 20px;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    left: 10px;
    transition: all 0.5s ease;
}   
.box:hover .box-content{
    opacity: 1;
    bottom: 0;
}
.box .title{
    font-size: 23px;
    font-weight: 700;
    color:white;
    text-transform: capitalize;
    margin: 0;
}
.box .post{
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: lowercase;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.5s ease;
}
.box:hover .icon{ right: 0; }
.box .icon li a{
    color: #fff;
    background-color: #f24685;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    margin: 0 0 5px;
    border-radius: 50%;
    display: block;
    transform: scale(0);
    transition: all 0.5s ease;
}
.box:hover .icon li a{ transform: scale(1); }
.box .icon li a:hover{
    color: #f24685;
    background-color: #eee;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}
/*/* ====================corporateevents page css  end card=====================card start*/