.clearfix{
	clear:both;
	width:100%;
	height:0;
}
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.SocialFontSize1{
	font-size:var(--SocialFontSize1);
}
.SocialFontSize2{
	font-size:var(--SocialFontSize2);
}
.SocialFontSize3{
	font-size:var(--SocialFontSize3);
}
.SocialFontColor1{
	color:var(--SocialFontColor1);
}
.SocialFontColor2{
	color:var(--SocialFontColor2);
}
.SocialFontColor3{
	color:var(--SocialFontColor3);
}
.fab:hover{
	color:var(--SocialFontColor1);
	cursor:pointer;
}

.TextCenter, .TextalignCenter{
	text-align:center;
}
.ColorWhite, .TextWhite, .TextWhite p{
	color:#fff;
}
.ColorBlack, .TextBlack, .TextBlack p{
	color:#000;
}
.BgDullBlack{
	background-color:#666;
}
.TextBlack{
	color:#000;
}

.DivAlignCenter{
	margin:10px auto;
}

.Padding20{
	padding:20px;
}
.OverflowHidden{
	overflow:hidden;
}
.DropCapital{
	float:left;
	font-size:50px;
	line-height:52px;
	padding:10px;
	margin:10px 10px 10px 0px;
}
.DropCapital1{
	float:left;
	font-size:70px;
	line-height:52px;
	padding:10px;
	margin:10px 10px 10px 0px;
}
.DropCapital2{
	float:left;
	font-size:100px;
	line-height:52px;
	padding:10px;
	margin:10px 10px 10px 0px;
}
.QuotesOpen{
	clear:left;
	width:100px;
	height:auto;
	float:left;
	display:inline;
}
.QuotesClose{
	clear:right;
	width:100px;
	height:auto;
	float:right;
	display:inline;
}


/*GB Banner*/
.GBanner{
	background-color:#F8F9FA;
	height:400px;
	overflow:hidden;
}
.GBanner .headline{
	font-size: 56px;
	line-height:60px;
	font-weight:400;
	font-family:'Raleway', sans-serif;
	font-style:italic;
	color:#000;
	/*text-shadow: 2px 2px #999;*/
}
.GBanner .headline p{
	font-size: 20px;
	line-height:22px;
	font-weight:200;
	font-family:Verdana, Geneva, sans-serif;
}
.GBannerText{
	width:90%;
	height:auto;
	margin:20px auto;
	padding:0;
	overflow:hidden;
	transition:all ease-in .5s;
}
.GBanner .GBannerImg{
	width:80%;
	height:auto;
	margin:20px auto;
	padding:0;
	overflow:hidden;
	box-shadow: 5px 5px 4px #E4E5E5;
	transition:all ease-in .5s;
	
	/*Masking Image to Hide Borders*/
	-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.GBannerFullImg{
	width:100%;
	height:100%;
	padding:0;
	overflow:hidden;
}
.GBannerFullImg img{
	width:100%;
	height:auto;
	margin:auto;
	padding:0;
	margin-top:50%;
	transform:translateY(-100%);
}
.GBannerSmallImg{
	width:120px;
	height:auto;
	margin:20px auto;
	padding:0;
	float:left;
	overflow:hidden;
	box-shadow: 5px 5px 4px #E4E5E5;
	transition:all ease-in .5s;
	
	/*Masking Image to Hide Borders*/
	-webkit-mask-image: -webkit-gradient(linear, left 90%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
}
.GBanner .GBannerImg:hover{
	box-shadow: 10px 10px 16px #333333;
}
.GBanner .GBannerImg img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	
}
/*-----------------------------------------GB Banner*/
/*11 Home Buttons*/
.LeftBorder{
    border-left: 15px solid #fb6648;
	text-align:left;
}
.RightBorder{
    border-right: 15px solid #fb6648;
	text-align:right;
}
.Batch{
	width:90%;
	height:auto;
	margin:0 auto;
	padding:0;
}
.Batch .BatchContent {
    width: 100%;
    height: auto;
    background: #01A0E2;
    padding: 10px 0;
	padding-left:10px;
	padding-right:10px;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    transition: all 0.5s ease 0s;
}
.Batch .BatchTitle a{
    font-size: 20px;
    font-weight: 300;
    color: #5e3448;
	text-decoration:none;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.Batch .BatchSummary{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #000;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.Batch:hover .BatchSummary{
    opacity: 1;
	height:auto;
}
/*--------------------------------11 Home Buttons*/
/*Round Dashed Card*/
.gradient_bg_default{
    background: #00bcd4;
}
.RoundDashedCard .Dash{
	width:100%;
	height:100px;
	background:none;
	border-bottom:1px solid #fff;
	padding-top:50px;
}
.RoundDashedCard .Round{
	width:100px;
	height:100px;
	border-radius:100%;
	border:1px solid #fff;
	background:var(--BrandColor2);
	margin:0 auto;
	padding:20px;
	text-align:center;
	font-size:50px;
	line-height:60px;
	color:var(--BrandTextColor1);
}
.RoundDashedCard:hover .Round{
	background:var(--BrandColor1);
}
.RoundDashedCard .RoundContent{
	clear:both;
	width:100%;
	margin:50px 0 20px 0;
	padding:20px;
	text-align:center;
	background:none;
}
.RoundDashedCard .RoundContentHeading{
	text-align:center;
	font-size:25px;
	font-weight:300;
}
.RoundDashedCard .RoundContentText{
	text-align:center;
	font-size:18px;
	font-weight:300;
}
/*----------------------------------ROUND DASHED CARD*/


/* Price Table 1*/
.PriceTableContainer .PriceTable{
	background-color:var(--BackgroundColor1);
	color:var(--TextColor1);

    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
	border-radius:9px;
}
.PriceTableContainer .PriceTable:hover{
	background-color:var(--BackgroundColor2);
	color:var(--TextColor2);
}
/*-----------------------------------Price Table 1*/

/*Why us*/
.WhyUs {
	clear:both;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.WhyUs .WhyUsImage {
    width: 100%;
    max-height: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.WhyUs .WhyUsImage img{
    width: 100%;
	min-height:200px;
    margin: 0;
    padding: 0;
    display: block;
}
.WhyUs .WhyUsText {
    width: 100%;
    height: 120px;
    padding: 20px 20px;
    margin: 0;
    display: inline-block;
	background-color:var(--BrandColor2);
}

.WhyUs .WhyUsText h2 {
    color: var(--BrandColor2);
    font-size:var(--FontSize4);
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
.WhyUs .WhyUsText a{
    color: var(--BrandColor1);
    font-size:var(--FontSize2);
    font-weight: 400;
    margin: 0;
    padding: 0;
	text-decoration:none;
	transition:all ease 1s;
}
.WhyUs .WhyUsText a:hover{
	color: var(--BrandColor2);
}
/*---------------Why us*/


/*Card One*/
.CardOne{
	margin:20px 0;
}
.CardOne .CardInner{
	width:90%;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
.CardOne .CardImage{
	width:100%;
	max-height:200px;
	overflow:hidden;
}
.CardOne .CardImage img{
	width:100%;
	min-height:200px;
	overflow:hidden;
}
.CardOne .CardImage img:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.CardOne .CardTitle{
	font-size:var(--FontSize3);
	color:var(--BrandColor1);
	margin:10px auto;
	padding:5px;
	text-align:center;
}
.CardOne .CardContent{
	width:100%;
	height:200px;
	overflow:hidden;
	margin:0;
	padding:15px;
	resize:vertical;
	text-align:justify;
	font-size:var(--FontSize2);
}
.CardOne .CardContent a{
	font-size:var(--FontSize2);
	color:var(--BrandColor1);
	text-decoration:none;
}
.CardOne .CardContent a:hover{
	color:var(--BrandColor1);
}

.CardOne .CardTitleFour{
	font-size:var(--FontSize3);
	color:var(--BrandColor1);
	margin:7px auto;
	padding:2px;
	text-align:center;
	
}
.CardOne .CardContentThree {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    padding: 15px;
    resize: vertical;
    text-align: justify;
    font-size: 1.5rem;
}
/*----------Card One*/

/*Blog Summary*/
.BlogSummary .Content{
	border-left:5px solid var(--BrandColor2);
}
.BlogSummary .Heading{
	color:var(--BrandColor1);
	font-size:var(--FontSize3);
}
.BlogSummary .ImageBox{
	width:100%;
	height:100%;
	border-radius:100%;
	overflow:hidden;
}
.BlogSummary .ImageBox img{
	width:100%;
	height:100%;
	border-radius:100%;
	overflow:hidden;
}
@media screen and (max-width: 700px){
	.BlogSummary .ImageBox{
		clear:both;
		width:200px;
		height:200px;
		border-radius:100%;
		overflow:hidden;
		margin:0 auto;
	}
}
/*---------------Blog Summary*/

/*TwoColumnEqualHeightRow*/
.TwoColumnEqualHeightRow .img-container{
    position: relative;
    overflow: hidden;
}

.TwoColumnEqualHeightRow .image img {
    width: 100%;
    display: block;
}


.TwoColumnEqualHeightRow .darkcolor {
    color: #212331;
}

.TwoColumnEqualHeightRow .container-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.TwoColumnEqualHeightRow .padding {
    padding: 7.5rem 0;
}
/*----------------------------TwoColumnEqualHeightRow*/
/*Movie Banner*/
.MovieBanner{
	clear:both;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:20px 0px 20px 0px;
	margin:20px 0px 20px 0px;
}

.MovieBanner .MovieBannerInner{
	
	transition:all 1s;
}
.MovieBanner .MovieBannerInner:hover{
	transform:scale(1.1,1.1);
}


.MovieBanner .card {
	clear:both;
  width: 800px;
  height: 400px;
  background: transparent;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
}
.MovieBanner .card_left {
  width: 40%;
  height: 400px;
  float: left;
  overflow: hidden;
  background: transparent;
  border-radius: 10px 0 0 10px;
}
.MovieBanner .card_left img {
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  position: relative;
}
.MovieBanner .card_right {
  width: 60%;
  float: left;
  background: #000000;
  height: 400px;
  padding:10px;
  color:#fff;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
}
.MovieBanner .card_right h1 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  font-size: 40px;
  margin: 30px 0 0 0;
  padding: 0 0 0 40px;
  letter-spacing: 1px;
}
.MovieBanner .card_right__details ul {
  list-style-type: none;
  padding: 0 0 0 40px;
  margin: 10px 0 0 0;
}
.MovieBanner ul.resp-tabs-list, .MovieBanner p {
    margin: 0px;
    padding: 0px;
	color:#fff;
}
.MovieBanner .card_right__details ul li {
  display: inline;
  color: #e3e3e3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 10px;
  padding: 0 40px 0 0;
}

.MovieBanner .card_right__rating__stars .rating > label:before {
  margin: 5px;
  font-size: 1.25em;
  display: inline-block;
  content: "\f005";
  font-family: FontAwesome;
}
.MovieBanner .card_right__rating__stars .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.MovieBanner .card_right__rating__stars .rating > label {
  color: #ddd;
  float: right;
}
.MovieBanner .card_right__button {
  padding: 0 0 0 40px;
  margin: 30px 0 0 0;
}
.MovieBanner .card_right__button a {
  color: #ffda00;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  border: 2px solid #ffda00;
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  background: url("Stories/Samples/Icons/COMdoWZ.png");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 7% 50%;
  border-radius: 5px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;


}
.MovieBanner .card_right__button a:hover {
  color: #000000;
  background-color: #ffda00;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
/*------------------------Movie Banner*/

/*Banner Hero Image*/
.hero-image {
	clear:both;
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
	height: 400px;
	overflow:hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-image .hero-image-blur{
	filter: blur(8px);
  -webkit-filter: blur(4px);
}
.hero-image img{
	top:0;
	left:0;
	position:absolute;
	margin-top:-50%;
	margin-left:-50%;
}
.hero-image .hero-text h1, .hero-image p{
	color: #fff;
}
.hero-image .hero-text h1{
	font-size:50px
}
.hero-image .hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.hero-image .hero-text button {
	border: none;
	outline: 0;
	display: inline-block;
	padding: 10px 25px;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
}

.hero-image .hero-text button:hover {
	background-color: #555;
	color: white;
}
/*-----------------------------------Banner Hero Image*/

/*Card Services*/
.services-grid{
	box-sizing:border-box;
	margin:20px auto;
}
.services-grid .services-left{
	width:75px;
	height:75px;
	margin:10px 20px 0px 10px;
	padding:0;
	height:auto;
	float:left;
}
.services-grid .services-left p{
	width:75px;
	height:75px;
	margin:0 auto;
	float:left;
	padding:10px;
	font-size:3.5rem;
	font-weight:bold;
	text-align:center;
	border-radius:100%;
	border:solid 2px #fff;
	color:var(--TextColorWhite);
	background-color:var(--BrandColor2);
	transition:all ease .5s;
}
.services-grid:hover .services-left p{
	border-radius:unset;
}


.services-grid .services-right{
	width:80%;
	margin:0;
	padding:15px;
	height:auto;
	font-style:italic;
	color:var(--TextColor2);
	background-color:var(--BrandColor1);
}
.services-grid .services-right h4{
	color:var(--TextColorWhite);
	font-weight:800;
	font-size:2rem;
	text-align:center;
}
.services-grid .services-right a{
	text-decoration:none;
}
.services-grid .services-right a:hover{
	color:var(--TextColorWhite);
}
/*--------------------------Card Services*/


/* Banner One*/
.BannerOne{
	height:400px;
}
.BannerOne .BannerImage{
	margin:100px auto;
	width:90%;
	max-height:200px;
	overflow:hidden;
}
.BannerOne .BannerImage img{
	width:100%;
	min=height:100%;
}
.BannerOne .BannerSkew1{
  transform:rotate(-10deg) skew(10deg,10deg);
}

.BannerOne .BannerContent{
	margin:30px auto;
}
.BannerOne .BannerContent h1{
	font-size:4rem;
	color:#fff;
	font-style:italic;
}
.BannerOne .BannerContent h2{
	font-size:2rem;
	color:#fff;
}
.BannerOne .BannerContent p{
	font-size:1.5rem;
	color:#fff;
}

.BannerOne .BannerContent a{
	animation-name:slideInFromRight;
	animation-delay:4s;
	animation-direction:4s;
	animation-fill-mode: forwards;
	animation-timing-function:ease-in-out;
}
/*-------------------------------- Banner One*/


/*BlueCard*/
.BlueCard{
	width:90%;
    background:#00458f;
    border-color:#00458f;
    border-radius: 10px;
    margin:20px auto;
    padding: 15px;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
	font-size:12px;
	line-height:14px;
	text-align:center;
}
.BlueCard .Icon{
	width:75px;
	height:75px;
	margin:0 auto;
	padding:0;
	border-radius:100%;
	overflow:hidden;
	border:2px solid #fff;
	transition:all ease-in 2s;
}
.BlueCard:hover .Icon{
	transform:rotateY(-180deg);
}
.BlueCard .Icon img{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
.BlueCard:hover {
    background: #003b7a;
    border-color: #003b7a;
}
.BlueCard h2{
	font-size:18px;
	line-height:20px;
	margin:15px 0 15px 0;
	padding:0;
	color:#fff;
	text-align:center;

}
.BlueCard p{
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-align:center;
}
.BlueCard p a{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
/*---------------------------BlueCard*/

/*Square Card*/
.SquareCard{
	position: relative;
	margin-bottom: 60px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,.25);
	overflow: hidden;
	height: 400px;
	transition: box-shadow 3s ease-in-out;
	resize:vertical;
}
.SquareCard{
	width:100%;
	height:auto;
	overflow: hidden;
	height: 400px;
	transition: box-shadow 1s ease-in-out;
}
.SquareCard .CardImageContainer{
	clear:both;
	width:100%;
	height:200px;
	overflow:hidden;
	margin:0;
	padding:0;
	transition:all ease-in;
}
.SquareCard .CardImageContainer img{
	width:100%;
	height:auto;
	transition:all ease-in 1s;
}

.SquareCard .CardImageContainer img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.SquareCard h2{
	font-size: 20px;
	font-weight: 600;
	padding: 15px 10px;
}
/*----------------------------------------Square Card*/

/*Banner and Round Icon*/
.Banner{
	width:100%;
	max-height:200px;
	overflow:hidden;
}
.Banner img{
	width:100%;
	min-height:200px;
	overflow:hidden;
}
.Banner img:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.RoundIconBiggest{
	width:400px;
	height:400px;
}
.RoundIconBigger{
	width:200px;
	height:200px;
}
.RoundIconBig{
	width:100px;
	height:100px;
}
.RoundIconMedium{
	width:75px;
	height:75px;
}
.RoundIconSmall{
	width:50px;
	height:50px;
}
.RoundIconSmaller{
	width:25px;
	height:25px;
}
.RoundIconSmallest{
	width:16px;
	height:16px;
}
.RoundIcon{
	max-height:200px;
	border-radius:100%;
	border:1px solid;
	border-color:var(--BrandColor1);
	overflow:hidden;
}
.RoundIcon img{
	width:100%;
	min-height:100%;
	overflow:hidden;
}
.RoundIcon img:hover{
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
/*--------------------Banner and Round Icon*/

/*Content Image*/
.ContentImageCenter{
	clear:both;
	width:300px;
	height:auto;
	margin:20px auto 20px auto;
	padding:0;
	overflow:hidden;
	text-align:center;
	position:relative;
}

.ContentImageLeft{
	clear:both;
	width:300px;
	height:auto;
	margin:20px 20px 20px 0px;
	padding:0;
	overflow:hidden;
	text-align:center;
	position:relative;
}
.ContentImageRight{
	clear:both;
	width:300px;
	height:auto;
	margin:20px 20px 0px 20px;
	padding:0;
	overflow:hidden;
	text-align:center;
	float:right;
}
/*------------------------------------Content Image*/

/*Team Card our-team*/
.our-team{
    text-align: center;
    background: #222;
    transition: all 0.3s ease 0s;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.our-team .post-title{
    color: #ffffff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.our-team .post{
    font-size: 13px;
    font-weight: 500;
    color:#bbb;
    display: block;
    margin: 5px 0 10px 0;
    text-transform: uppercase;
}
.our-team .our-team .description{
    color:#777;
    padding: 0 30px;
    margin-bottom: 20px;
}
.our-team .team_social{
    list-style: none;
    border-top: 1px solid #e67e22;
    padding: 28px 0 20px 0;
}
.our-team .team_social > li{
    display: inline-block;
    margin: 0 4px;
}
.our-team .team_social > li > a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #fff;
}
.our-team .team_social > li > a:hover{
    background: #e67e22;
    border: 1px solid #e67e22;
}
.our-team .our-team:hover{
    background: #272727;
    transition: all 0.3s ease 0s;
}
.our-team .our-team:hover .pic{
    transform: translateY(3px);
    transition: all 0.3s ease 0s;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}
/*-----------------------------------Team Card our-team*/

/*our-team2*/
.our-team2{
    text-align: center;
    position: relative;
	margin:40px 0;
}
.our-team2 img{
    width: 100%;
    height: auto;
}
.our-team2 .team-content{
    width: 100%;
    height: auto;
    background: #ecdfbd;
    padding: 27px 0;
    border-left: 5px solid #fb6648;
    box-shadow: 0 15px 25px 0 rgba(3,7,15,0.1);
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease 0s;
}
.our-team2:hover .team-content{
    background: #5e3448;
}
.our-team2 .title{
    font-size: 20px;
    font-weight: 700;
    color: #5e3448;
    text-transform: capitalize;
    margin: 0;
    transition: all 0.5s ease 0s;
}
.our-team2:hover .title{
    color: #ecdfbd;
    margin-bottom: 10px;
}
.our-team2 .post{
    display: block;
    font-size: 15px;
    font-style: italic;
    color: #fb6648;
    text-transform: capitalize;
    height: 0;
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease 0s;
}
.our-team2:hover .post{
    height: 40px;
    opacity: 1;
    transform: scale(1);
}
.our-team2 .social{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(-60%);
    transition: all 0.5s ease 0s;
}
.our-team2:hover .social{
    transform: translateY(50%);
    opacity: 1;
}
.our-team2 .social li{
    display: inline-block;
}
.our-team2 .social li a{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ecdfbd;
    font-size: 17px;
    font-weight: 700;
    line-height:40px;
    color: #5e3448;
    transition: all 0.5s ease 0s;
}
.our-team2 .social li a:hover{
    color: #ecdfbd;
    background: #5e3448;
}
@media only screen and (max-width: 990px){
    .our-team2{ margin-bottom: 40px; }
}
/*------------------------------------our-team2*/
/*--our-team3*/  

.our-team3{
    border-top: 1px solid #fff;
    background: #FFC;
    border-radius: 5px;
    margin-top: 72px;
}
.our-team3 .pic{
    width: 40%;
    border: 3px solid #fff;
    border-radius: 60px 0;
    margin: -72px auto 0;
    overflow: hidden;
    transition: all 0.20s ease 0s;
}
.our-team3:hover .pic{
    border-radius: 50%;
    border-color: #6e9ecf;
}
.our-team3 .pic img{
    width: 100%;
    height: auto;
}
.our-team3 .team-content{
    text-align: center;
    position: relative;
    overflow: hidden;
}
.our-team3 .team-title{
    font-size: 24px;
    color: #333;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.our-team3 .post{
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.our-team3 .description{
    font-size: 16px;
    font-weight: 300;
    color: #333;
    padding: 0 35px;
    line-height: 22px;
    margin-bottom: 60px;
}
.our-team3 .social-links{
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: -17%;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #6e9ecf;
    transition: all 0.20s linear 0s;
}
.our-team3:hover .social-links{
    bottom: 0;
}
.our-team3 .social-links li{
    display: inline-block;
    margin: 0 5px;
}
.our-team3 .social-links li a{
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
}
.our-team3 .social-links li a:hover{
    text-decoration: none;
}
@media only screen and (max-width: 990px) {
    .our-team3 { margin-top: 80px; }
}

/*-----------------------------------------our-team3*/  

/*--Css Only Accordin--*/
.CssAccordinContainer .CssAccordinContainerInner i:before,
.CssAccordinContainer .CssAccordinContainerInner i:after {
  transition: all 0.25s ease-in-out;
}
.CssAccordinContainer {
	width:95%;
	height:auto;
	margin:20px auto;
  	list-style: none;
  	padding: 0;
	background-color:#CCC;
	
	-webkit-box-shadow: -1px 7px 6px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 7px 6px 5px rgba(0,0,0,0.75);
	box-shadow: -1px 7px 6px 5px rgba(0,0,0,0.75);
}
.CssAccordinContainer .CssAccordinContainerInner {
  position: relative;
  padding: 0;
  margin: 0;
  border-top: 1px dotted #dce7eb;
}
.CssAccordinContainer .CssAccordinContainerInner i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 15px;
  right: 20px;
}
.CssAccordinContainer .CssAccordinHeading{
	width:100%;
	padding:10px;
	background-color:#CCC;
}
.CssAccordinContainer .CssAccordinHeading h2{
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
}
.CssAccordinContainer .CssAccordinContent{
  color:#272727;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  padding:0px;
  margin-top:0px;
  z-index: 2;
  transition: all 500ms ease;
  background-color:#EFEFEF;
}
.CssAccordinContainer .CssAccordinContainerInner i:before,
.CssAccordinContainer .CssAccordinContainerInner i:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 3px;
  height: 16px;
}
.CssAccordinContainer .CssAccordinContainerInner i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.CssAccordinContainer .CssAccordinContainerInner i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.CssAccordinContainer .CssAccordinContainerInner input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.CssAccordinContainer .CssAccordinContainerInner input[type=checkbox]:checked ~ .CssAccordinContent {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.CssAccordinContainer .CssAccordinContainerInner .CssAccordinContentInner{
	margin:0;
	padding:15px;
	width:100%;
	height:auto;
}
.CssAccordinContainer .CssAccordinContainerInner input[type=checkbox]:checked ~ i:before {
  margin-top: 9px;
  height: 9px;
  transform: translate(2px, 0) rotate(45deg);
}
.CssAccordinContainer .CssAccordinContainerInner input[type=checkbox]:checked ~ i:after {
  margin-top: 9px;
  height: 9px;
  transform: translate(-2px, 0) rotate(-45deg);
}
.CssAccordinContainer .CssAccordinContainerInner:nth-of-type(1) {
  border-top: none;
  animation-delay: 0.5s;
}
.CssAccordinContainer .CssAccordinContainerInner:nth-of-type(2) {
  animation-delay: 0.75s;
}
.CssAccordinContainer .CssAccordinContainerInner:nth-of-type(3) {
  animation-delay: 1s;
}
.CssAccordinContainer .CssAccordinContainerInner:last-of-type {
  padding-bottom: 0;
}
.CssAccordinContainerInner {
  animation: bounceInUp 1s ease both;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*--------------------------------Css Only Accordin--*/
