.cgelogo{
    height: 5rem;
  }
.fame {
    object-fit: contain;
    height: 70%;
    width: 70%;
}
.why-choose {
	background: #2A2D2F;
	padding-top: 70px;
}
.why-choose::before {
	position: absolute;
	left: 0;
	width: 48%;
	background: #d5271c;
	content: "";
	height: 100%;
	top: 0;
}
.why-choose .why-img {
	position: relative;
	margin-top: 30px;
	border: 5px solid #fff;
	border-radius: 3px;
}
.why-choose .why-img img{
	width:100%;
}
.why-choose .why-img .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	font-size: 15px;
	margin: -31px 0 0 -86.4px;
	background: #fff;
	padding: 16px 25px;
	color: #353535;
	border-radius: 50px;
	text-transform: capitalize;
}
.why-choose .why-img .video-play:hover{
	background:#379CB0;
	color:#fff;
}
.why-choose .why-img .video-play i {
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #379CB0;
	border-radius: 100%;
	text-align: center;
	padding-left: 5px;
	z-index: 2;
	position: relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.why-choose .why-img .video-play:hover i{
	background:#fff;
	color:#379CB0;
}
.why-choose .waves-block .waves {
	position: absolute;
	width: 70px;
	height: 70px;
	background: rgba(55, 156, 176, 0.4);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	top: -4px;
	left: 6px;
	z-index: 1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.why-choose .video-play:hover .waves-block .waves{
	background-color:rgba(255, 255, 255, 0.4);
}
.why-choose .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.why-choose .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.why-choose .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.why-choose .single-choose {
	position: relative;
	margin-top: 30px;
}
.why-choose .single-choose i {
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	left: 0;
	font-size: 25px;
	color: #fff;
	top: 0;
	background: #379CB0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.why-choose .single-choose:hover i{
	background:#fff;
	border-radius:0px;
}
.why-choose .single-choose h4 {
	font-size: 18px;
	color: #fff;
	margin: 15px 0;
}
.why-choose .single-choose p {
	color: #eee;
}
.about-video .waves-block .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgba(239, 242, 243, 0.25);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	top: -41px;
	left: -41px;
	z-index: 1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-video .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.about-video .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.about-video .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.call-to-action {
	padding: 40px 0;
	position: relative;
	background: #fff;
}
.call-to-action h2 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
}
.call-to-action p {
	color: #fff;
}
.call-to-action .btn {
	background: #d5271c;
	color: #fff;
	margin-top: 5px;
	border-color: #fff;
}
.call-to-action .btn:hover{

	color:#3e91df;
}
.tex{
    color: #fff;
    text-align: center;
}
.tex1{
    color: #fff;
}
.badge-soft-primary {
  color: #3e91df;
  background-color: rgba(31, 85, 222, .08);
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display:flex; */
  /* -webkit-box-align:start; */
  -ms-flex-align: start;
  align-items: flex-start
}
.mr-2, .mx-2 {
  margin-right: .6rem !important;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.slider-area .single-slider .slider-cap-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  /* line 25, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__img {
    width: 42%;
    overflow: hidden;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 25, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      width: 45%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 25, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      width: 55%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 25, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      display: none;
    }
  }
  
  @media (max-width: 575px) {
    /* line 25, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__img {
      display: none;
    }
  }
  
  /* line 40, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__img img {
    width: 100%;
  }
  
  /* line 45, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption {
    width: 50%;
    overflow: hidden;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 45, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      width: 40%;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 45, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      width: 100%;
      padding-left: 86px;
      padding-bottom: 68px;
      padding-top: 61px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 45, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption {
      width: 100%;
      padding-left: 37px;
      padding-bottom: 46px;
      padding-top: 50px;
    }
  }
  
  /* line 63, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #140C40;
    line-height: 1.2;
    display: block;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    /* line 63, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 56px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 63, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 45px;
      line-height: 1.2;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 63, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 34px;
      line-height: 1.4;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 63, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 42px;
      line-height: 1.4;
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 63, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 23px;
    }
  }
  
  /* line 91, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 span {
    color: #140C40;
    display: inline-block;
    position: relative;
  }
  
  /* line 95, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    background: #FA8F77;
    bottom: 0;
    z-index: -1;
  }
  
  @media (max-width: 575px) {
    /* line 95, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption h1 span::before {
      height: 6px;
    }
  }
  
  /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
    margin-bottom: 39px;
    display: block;
    padding-right: 356px;
    color: #1F2C38;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1400px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 35px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 35px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 21px;
      margin-bottom: 13px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      font-size: 24px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 100px;
      margin-bottom: 24px;
      font-size: 15px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 109, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption p {
      padding-right: 10px;
      margin-bottom: 30px;
      font-size: 14px;
      line-height: 26px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 139, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 {
      text-align: center;
      padding-left: 0;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 139, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 {
      text-align: center;
      padding-left: 0;
    }
  }
  
  /* line 148, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 h1 {
    font-size: 60px;
    position: relative;
    display: inline-block;
    font-weight: 400;
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 148, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 h1 {
      font-size: 45px;
    }
  }
  
  @media (max-width: 575px) {
    /* line 148, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 h1 {
      font-size: 38px;
    }
  }
  
  /* line 159, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
  .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 h1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 9px;
    background: #FA8F77;
    bottom: 0;
    z-index: -1;
  }
  
  @media (max-width: 575px) {
    /* line 159, C:/Users/HP/Desktop/jun-2020/279.Business/assets/scss/_h1-hero.scss */
    .slider-area .single-slider .slider-cap-wrapper .hero__caption.hero__caption2 h1::before {
      height: 6px;
    }
  }
  .xt svg{
    color: #fff;
    height: 20px;
  }
  .team {
    background: #F5F8F9;
    overflow: hidden;
  }
  .team .single-team {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 30px;
  }
  .team .single-team:hover{
    -webkit-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow:0px 0px 15px rgba(0, 0, 0, 0.15);
  }
  /* Team Head */
  .team .team-head{
    position:relative;
  }
  .team .team-head img{
    z-index:5;
    width:100%;
    height: 20rem;
  }
  .walt{
      color: #000000;
      text-shadow: -2px 6px 20px white;
  }
  /* .content-between{
    justify-content:center;
    align-items: center;
    text-align: center;
  } */
  .team .team-position {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    position: absolute;
    background: #3e91df;
    color: #fff;
    padding: 5px 20px;
    bottom: 0;
    left: -14px;
  }
  .team .team-position::before {
    content: "";
    position: absolute;
    left: 0px;
    top: -25px;
    border-left: 14px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 13px solid #3e91df;
  }
  .team .team-position span {
    font-size: 14px;
    position: relative;
    font-weight: 600;
  }
  .team .team-position span::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -18px;
    width: 36px;
    height: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /* Team Bottom */
  .team .team-bottom {
    padding: 20px;
    background: #fff;
  }
  .team .team-title {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
  }
  .team .team-title::before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 4px;
    bottom: -2px;
    background: #d5271c;
  }
  /* Social */
  .team .team-social {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
  }
  .team .team-social li {
    display: inline-block;
    margin-right: 5px;
  }
  .team .team-social li:last-child{
    margin:0;
  }
  .team .team-social a {
    text-align: center;
    color: #353535;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 50px;
  }
  .team .team-social a:hover{
    background:#379CB0;
    color:#fff;
    border-color:transparent;
  }
  .team .team-social {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  
  /* Team Slider Control */
  .team button {
    position: absolute;
    top: 50%;
    font-size: 28px;
    z-index: 1;
    padding: 5px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.75);
    margin: -30px 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    opacity:0;
    visibility:hidden;
  }
  .team:hover button{
    opacity:1;
    visibility:visible;
  }
  .team button:hover{
    background:#FC6761;
  }
  .team button span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 100%;
    display: inline-block;
    background: #FC6761;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .team button:hover span{
    background:#fff;
    color:#353535;
  }
  .team button.PrevArrow {
    left: -70px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .team:hover button.PrevArrow{
    transform: translateX(0%);
  }
  .team button.NextArrow{
    right: -70px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
  .team:hover button.NextArrow{
    transform: translateX(0%);
  }
  /* Team Home */
  .team.home .single-team{
    margin-bottom:10px;
  }
  .more-text {
    display: none; /* Hide the additional text initially */
}

.read-more {
  color: #3e91df;
    cursor: pointer;
    text-decoration: none;
}
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}
#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
#speakers .speaker .details {
  background: #3e91dfc4;
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.speaker a{
  color: #fff;
}
.speaker img{
  max-width: 100%;
  height: 13rem;
  width: 100%;
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}
.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #d5271c;
  bottom: 0;
  left: calc(50% - 25px);
}
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
    color: #3e91df;
    text-decoration: none;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #f82249;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}
.testimonials {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.testimonials::before {
	background: #379CB0;
	opacity: 0.95;
}
.testimonials .testimonial-active{
	margin-top:20px;
}
.testimonials .single-testimonial {
	background: #fff;
	padding: 20px 35px 35px 35px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
	text-align: center;
	position: relative;
	margin-top: 7px;
}
.temp h2{
  font-size: 45px !important;
}
.temp h4{
  font-size: 24px !important;
}


/* Table Ribbon */
.testimonials .ratting-main {
	position: absolute;
	right: -6px;
	top: -13px;
	z-index: 1;
	width: 90px;
	height: 90px;
	text-align: right;
	overflow: hidden;
}
.testimonials .ratting-main .rating{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: rotate(45deg);
	width: 107px;
	display: block;
	background: #3e91df;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 25px;
	right: -23px;
	height: 25px;
	line-height: 25px;
}
.testimonials .ratting-main .rating::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #3e91df;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #3e91df;
}
.testimonials .ratting-main .rating::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #3e91df;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #3e91df;
}
.testimonials .ratting-main .rating li {
	display: inline-block;
}
.testimonials .single-testimonial p {
	position: relative;
	content: "";
	z-index: 4;
}
.testimonials .t-info {
	position: relative;
	overflow: hidden;
	padding-top: 25px;
}
.testimonials .t-info .img-head {
	position: relative;
	display: inline-block;
	z-index: 3;
}
.testimonials .t-info .img-head::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 3px solid transparent;
	border-radius: 100%;
	transform-origin: center;
	transform: scale(1);
}
.testimonials .single-testimonial:hover .img-head:before{
	transition: all 0.75s ease-in-out;
	transform-origin: center;
	transform: scale(1.5);
	border-color:#379CB0;
	opacity: 0;
}  
.testimonials .t-info img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: inline-block;
	position:relative;
}
.testimonials .t-info .t-name {
	font-size: 20px;
	display: block;
	color: #353535;
	margin: 20px 0;
}
.testimonials .t-info .t-name span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-top: 5px;
	color: #3e91df;
}
/* Testimonial Dots */
.testimonials .slick-dots {
	text-align: center;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -27.5px;
}
.testimonials .slick-dots li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0px;
	margin-bottom: 8px;
}
.testimonials .slick-dots li:last-child{
	margin-bottom:0px;
}
.testimonials .slick-dots li button {
	width: 13px;
	height: 13px;
	line-height: 13px;
	border-radius: 100%;
	font-size: 0;
	background: #fff;
	margin-left: 5px;
	border: 3px solid transparent;
	cursor: pointer;
	outline: none;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.testimonials .slick-dots li:hover button,
.testimonials .slick-dots li.slick-active button {
	background: #FC6761;
	border-color:#fff;
}
.testimonials .single-testimonial p::before {
  position: absolute;
  content: "\f10d"; /* Quote-left icon */
  font-family: 'Font Awesome 5 Free'; /* Font Awesome family */
  font-weight: 900; /* Required for Font Awesome solid icons */
  font-size: 43px; /* Icon size */
  left: -6px;
  z-index: -4; /* Adjust z-index for proper layering */
  opacity: 0.4;
}
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #3e91df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}