/* Header style start */
header .navbar .mobile-itemss{
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 20px;
}
header .navbar .mobile-itemss .languageWrapper a{
  display: block;
  max-width: 45px;
  padding: 0;
  margin: 0 0 20px;
}
header .navbar .mobile-itemss .mobile-social a{
  padding: 0;
  margin: 0 20px 0 0;
  color: #333333;
  
}
header .navbar .mobile-itemss .mobile-social a:hover,
header .navbar .mobile-itemss .mobile-social a:focus{
  color: rgba(51,51,51, 0.6);
  background-color: transparent;
}
header .navbar .mobile-itemss .mobile-social a i{
  margin: 0;
  font-size: 20px;
  color: #0099CC;
}
/* Header style end */

/* banner slider style start */
.home-banner-slider .swiper-slide img{
  width: 100%;
  margin: 0 auto;
  display: block;
  /* height: calc(100vh - 125px); */
  height: calc(100vh - 85px);
  object-fit: cover;
}
.home-banner-slider-2 .swiper-slide img{
  width: auto;
  margin: 0 auto;
  display: block;
  height: calc(100vh - 125px);
  object-fit: cover;
}
.home-banner-slider .swiper-slide{
  position: relative;
}
.home-banner-slider .swiper-slide.main-slide .slider-content{
  transform: translateY(-60%);
  left: 50%;
}
#hero .swiper-slide.main-slide h1{
  color: #0099CC;
  display: block;
  background-color: transparent;
  line-height: 65px;
}
#hero h1{
  background-color: #0099CC;
  display: inline;
  color: #ffffff;
  line-height: 80px;
  /* padding: 0 10px; */
}
.home-banner-slider .swiper-slide .slider-content .btn-get-started{
  margin: 20px 0 0;
}
.home-banner-slider .swiper-pagination-bullet{
  opacity: 0.6;
}
.home-banner-slider .swiper-pagination-bullet-active{
  opacity: 1;
}
/* .home-banner-slider .swiper-slide::before{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5;
} */

.home-banner-slider .swiper-slide .slider-content{
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  z-index: 6;
}
/* banner slider style end */


/* Facts & Figures section style start */
.factsfiguresSection{
  padding: 30px 0 0;
}
.factsfiguresSection .section-title{
  margin: 0 0 20px;
}
.factsfiguresSection .colWrapper{
  width: 20%;
  margin: 0 0 50px;
}
.factsfiguresSection .factWrapper{
  margin: 0 0 25px;
}
.factsfiguresSection .count-box{
  height: 100%;
  padding: 30px 20px 25px;
}
.factsfiguresSection .countTitle,
.factsfiguresSection .countTitle span{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 36px;
}
/* Facts & Figures section style end */

/* Introduction section style start */
.introductionSection img,
.philosophySection img{
  object-fit: cover;
  max-height: 500px;
  width: 100%;
}
.philosophySection img{
  object-position: bottom;
}
/* Introduction section style end */

/* chairman message section style start */
.chairmanMessageSection{
  background-color: #fff;
  padding: 40px 0;
}
.chairmanMessageSection .board-carousel,
.chairmanMessageSection .board-slider {
  overflow: hidden;
}
.chairmanMessageSection .board-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}
.chairmanMessageSection .board-item .board-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}
.chairmanMessageSection .board-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #00adee;
}
.chairmanMessageSection .board-item h4 {
  font-size: 14px;
  color: rgba(68, 68, 68, 1);
  margin: 0;
}
.chairmanMessageSection .quote-icon-left, 
.chairmanMessageSection .quote-icon-right {
  color: #00adee;
  font-size: 26px;
}
.chairmanMessageSection .board-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.chairmanMessageSection .board-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.chairmanMessageSection .board-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}
/* chairman message section style end */


/* ourMissionVissionSection section style start */
.ourMissionVissionSection .imgContentWrapper{
  transition: all 0.3s ease-in-out;
  position: relative;
}
.ourMissionVissionSection .imgContentWrapper .mission-content,
.ourMissionVissionSection .imgContentWrapper .vission-content{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 15px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
}
.ourMissionVissionSection .section-title h3{
  margin: 0;
}
.ourMissionVissionSection .section-title{
  padding: 0;
}
.ourMissionVissionSection .section-title p{
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin: 0px 0 15px;
}
.ourMissionVissionSection .text{
  transition: all 0.3s ease-in-out;
  margin: 0;
  text-align: center;
  min-height: 100px;
}
.ourMissionVissionSection .imgContentWrapper img{
  width: 100%;
  object-fit: cover;
  height: 550px;
}
.ourMissionVissionSection .mission-content span,
.ourMissionVissionSection .vission-content span{
  display: block;
  font-weight: bold;
}

.ourMissionVissionSection .imgContentWrapper:hover .mission-content,
.ourMissionVissionSection .imgContentWrapper:hover .vission-content{
  background-color: #0099CC;
}
.ourMissionVissionSection .imgContentWrapper:hover .mission-content h3 span,
.ourMissionVissionSection .imgContentWrapper:hover .vission-content h3 span,
.ourMissionVissionSection .imgContentWrapper:hover .mission-content .text,
.ourMissionVissionSection .imgContentWrapper:hover .vission-content .text,
.ourMissionVissionSection .imgContentWrapper:hover .mission-content .section-title p,
.ourMissionVissionSection .imgContentWrapper:hover .vission-content .section-title p{
  color: #ffffff;
}

/* ourMissionVissionSection section style end */

/* ourValuesSection section style start */
.ourValuesSection .section-title p{
  width: 100%;
}
.ourValuesSection .contentWrapper{
  width: 50%;
  padding: 0 10px;
}
.ourValuesSection .contentWrapper .icon {
  width: 100%;
  max-width: 55px;
  margin: 0 0 10px;
}
.ourValuesSection .contentWrapper .icon i{
  font-size: 50px;
  color: #0099CC;
}
.ourValuesSection .contentWrapper h4{
  font-size: 17px;
}
/* ourValuesSection section style end */

/* contact us section style start */
.contact p a{
  color: #333333;
}

/* contact us section style end */

/* footer section style start */
footer .logoFooter{
  max-width: 165px;
  margin: 0 0 20px;
}
footer .languageWrapper a{
  display: block;
  max-width: 40px;
}
.languageWrapper img{
	max-width: 25px;
}
/* footer section style end */

/* responsive style start */
@media only screen and (max-width: 1199px) {
  .factsfiguresSection .countTitle,
  .factsfiguresSection .countTitle span{
    font-size: 28px;
  }
  .factsfiguresSection .count-box {
    padding: 30px 15px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .factsfiguresSection .colWrapper {
    width: 33.33%;
  }
  .factsfiguresSection .countTitle,
  .factsfiguresSection .countTitle span {
    font-size: 24px;
  }
  .ourValuesSection .img{
    object-fit: cover;
    width: 100%;
    height: 550px;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  header .navbar .mobile-itemss{
    display: flex;
  }
  .factsfiguresSection{
    padding: 40px 0 20px;
  }
  .factsfiguresSection .colWrapper {
    width: 50%;
  }
  .introductionSection,
  .ourMissionVissionSection,
  .ourValuesSection,
  .philosophySection{
    padding: 35px 0;
  }
  .introductionSection img,
  .philosophySection img {
    max-height: 300px;
  }
  .ourMissionVissionSection .imgContentWrapper{
    margin: 0 0 25px;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    background-color: #f1f6fe;
  }
  .ourMissionVissionSection .imgContentWrapper .mission-content,
  .ourMissionVissionSection .imgContentWrapper .vission-content{
    position: inherit;
    background-color: transparent;  
  }
  .ourValuesSection .img{
    height: 400px;
  }
  .ourValuesSection .contentWrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 10px;
  }

  .ourMissionVissionSection .imgContentWrapper img {
    height: 430px;
  }
  
  #hero .swiper-slide.main-slide h1{
    line-height: 45px;
  }
  #hero h1 {
    line-height: 50px;
  }

  #footer .footer-top {
    padding: 40px 0 10px 0;
  }
}
@media only screen and (max-width: 574px) {
  .factsfiguresSection .countTitle,
  .factsfiguresSection .countTitle span {
    font-size: 22px;
  }
  .ourMissionVissionSection .imgContentWrapper img {
    height: 350px;
  }
}
/* responsive style end */

#chairmanMessageSec .board-item-name{
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 15px auto;
}

@media only screen and (max-width: 768px) {
  .chairman-message-block{
    display: flex;
    margin-bottom: 25px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  .chairman-message-block .chairman-img{
    max-width: 85px;
  }
  #chairmanMessageSec .chairman-message-block .board-item-name{
    margin: 0;
    margin-left: 20px;
  }
}
.chairman-message-block .chairman-img{
  border-radius: 50%;
}
