
body {
  margin: 0px;
  padding: 0px;
  font-family:'montserratregular';
  font-weight: 500;
  color: #626262;
}
.cms-banner-section {
  min-height: 370px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.cms-banner-section .cover {
  padding: 20px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.42);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cms-banner-section .cms-head {
  position: absolute;
  width: 100%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.cms-banner-section .cms-head h1 {
  color: #fff;
  margin: 0;
  font-size: 4.5rem;
}
.cms-content-details {
  padding: 50px 0;
  background: linear-gradient(55deg, #fff 60%, #eff3fe 60%);
  background-attachment: fixed;
}
.cms-content-details .sub-text {
  margin-bottom: 25px;
}
.cms-content-details .sub-text p {
  color: #333;
  text-align: left;
  font-size: 15px;
  line-height: 1.8;
  font-weight: normal;
  margin-bottom: 12px;
}
.cms-content-details .sub-text h3 {
  color: #141414;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 15px;
}
.cms-content-details .sub-text h4 {
  color: #333;
  text-align: left;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
.cms-content-details .sub-list {
  margin-bottom: 30px;
}
.cms-content-details .sub-list h3 {
  color: #141414;
  text-align: left;
  font-size: 2rem;
  margin-bottom: 15px;
}
.cms-content-details .sub-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cms-content-details .sub-list ul li {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.cms-content-details .sub-list ul li:before {
  content: "\f192";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0.2em;
  width: 1.2em;
  color: #777;
  font-size: 18px;
  vertical-align: middle;
  text-indent: -2px;
}
.about-section {
  background: -webkit-gradient(linear, right top, left top, from(#29a4a3), to(#000b88));
  background: linear-gradient(to left, #29a4a3, #000b88);
  padding: 60px 0;
}
.about-section .about-item {
  cursor: pointer;
}
.about-section .about-item span.icon {
  margin: auto;
  text-align: center;
  background: #fff;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 4px solid #ccc;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.about-section .about-item h2 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  margin: 20px 0px;
}
.about-section .about-item .lead {
  color: #fff;
  font-size: 14px;
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 0px;
}
.about-section .about-item:hover span.icon {
  -webkit-box-shadow: 0 10px 25px -10px #ccc;
          box-shadow: 0 10px 25px -10px #ccc;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.about-section .about-item:hover img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
