.about-section {
  position: relative;
  padding: 40px 0 20px;
}
.about-section::before {
  background-image: url(../images/icon/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-animation: bounce-x 10s infinite linear;
  animation: bounce-x 10s infinite linear;
}

.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section .about-image-wrapper {
  position: relative;
  padding-top: 150px;
  max-width: 570px;
  margin: 0 auto;
  width: 100%;
}
.about-section .image-3 {
  position: absolute;
  border: 30px solid #ffae00;
  top: 0;
  left: -50px;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}
.about-section .image-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 30px solid #fd00c5;
  overflow: hidden;
}
.about-section .image-1 {
  position: relative;
  margin-left: -180px;
  overflow: hidden;
  margin-bottom: 0;
  z-index: -1;
}
.about-section .about-image-wrapper .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  margin-left: -20px;
  border-radius: 50%;
}
.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-top: 60px;
  padding-left: 5px;
}
.sec-title {
  position: relative;
  margin-bottom: 35px;
}
.sec-title .sub-title {
  display: block;
  font-size: 16px;
  color: #fe00c5;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  margin-bottom: 15px;
}
.sec-title h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #081245;
  font-weight: 700;
}
.sec-title .divider {
  position: relative;
  display: block;
  width: 68px;
  height: 5px;
  background-image: url(../images/icon/divider.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}
.about-section .content-column p {
  margin-bottom: 24px;
}
.about-section .content-column .btn-box {
  position: relative;
  margin-top: 40px;
}
.btn-style-one::before {
  position: absolute;
  top: -50%;
  left: -50%;
  height: 100%;
  width: 200%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.theme-btn .btn-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9;
  color: inherit;
}

/*--------------block 2-------------------------*/
.feature-block {
  position: relative;
  margin-bottom: 0px;
}
.feature-block .inner-box {
  position: relative;
  text-align: center;
  background: #ffffff;
  padding: 40px 30px 40px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block .inner-box::before {
  position: absolute;
  right: -13px;
  top: 50px;
  bottom: 50px;
  border: 1px solid #ebebeb;
  content: "";
}
.feature-block .icon-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.feature-block .icon-box .icon {
  position: relative;
  font-size: 62px;
  line-height: 1em;
  color: #fe00c5;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.feature-block h4 {
  font-size: 22px;
  color: #081245;
  font-weight: 700;
  margin-bottom: 24px;
}
.feature-block p {
  margin-bottom: 20px;
}
.gallery-section.alternate {
  padding: 30px 0 20px;
  background-image: url(../images/icon/pattern-5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-section {
  position: relative;
  padding: 30px 0 30px;
  overflow: hidden;
}

.secg-title h2 {
  display: block;
  font-size: 36px;
  line-height: 48px;
  color: #081245;
  font-weight: 700;
}


.news-section.alternate {
  padding: 0px;
  background-image: url(../images/icon/pattern-5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-section {
  position: relative;
  padding: 100px 0 100px;
  overflow: hidden;
}

.sec-title .sub-title {
  display: block;
  font-size: 16px;
  color: #fe00c5;
  font-weight: 700;
  font-family: 'Exo', sans-serif;
  margin-bottom: 15px;
}

.sec-title.text-center .divider {
  margin: 30px auto 0;
  width: 90px;
  height: 5px;
  background-image: url(../images/icon/divider-centered.png);
}
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  background: #001376;
  overflow: hidden;
  min-width: 180px;
}
.theme-btn {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.call-to-action {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.call-to-action::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00082e;
  background: -o-linear-gradient(45deg, #00082e 0%, #081245 100%);
  background: linear-gradient(45deg, #00082e 0%, #081245 100%);
  opacity: .90;
  content: "";
}
.anim-icons.full-width {
  max-width: 100%;
}
.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.call-to-action .icon-dotted-world.left {
  left: -260px;
  top: 27px;
  -webkit-animation: bounce-x 10s infinite;
  animation: bounce-x 10s infinite;
    animation-delay: 0s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-dotted-world {
  width: 350px;
  height: 350px;
  background-image: url(../images/icon/icon-world.png);
}
.call-to-action .icon-dotted-world.right {
  right: -260px;
  top: 27px;
  -webkit-animation: bounce-x 10s infinite;
  animation: bounce-x 10s infinite;
}


.call-to-action .content-box {
  position: relative;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.call-to-action .content-box h2 {
  display: block;
  font-size: 36px;
  line-height: 1.2em;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
}


.testimonial-section {
  position: relative;
  padding: 30px 0;
  background-color: #e6e6e6;
}

.testimonial-block {
  position: relative;
  padding: 15px;
}
.testimonial-block .inner-box {
  position: relative;
}
.testimonial-block .text-box {
  position: relative;
  background-color: #ffffff;
  padding: 20px 10px 13px;
  -webkit-box-shadow: 0 0px 15px rgba(8, 0, 0, .15);
  box-shadow: 0 0px 15px rgba(8, 0, 0, .15);
  margin-bottom: 35px;
  height: 280px;
}
.testimonial-block .info-box {
  position: relative;
  min-height: 100px;
  padding-left: 125px;
  padding-top: 20px;
}
.testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 50px;
}
.testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #081245;
  font-weight: 700;
}
.testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 25px;
  color: #555555;
  font-weight: 700;
}

.gallery-isotope .gallery-item .overlay-shade{
   background: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
}


.news-block.style-four {
  padding-top: 20px;
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
}
.news-block .image-box {
  position: relative;
}

.news-block .image-box .tag {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  font-size: 16px;
  color: #fdfdfd;
  background: #ffc600;
  background: -o-linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
  background: linear-gradient(45deg, #ffc600 1%, #ff6c00 100%);
  padding: 5px 20px;
  font-weight: 600;
  color: #ffffff;
}
.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image img {
  display: block;
  width: 100%;
}
.news-block.style-four .lower-content {
  padding-top: 0 !important;
}
.news-block .post-info {
  position: relative;
  margin-top: 30px;
}
.news-block .lower-content {
  position: relative;
  padding: 30px 30px 30px;
    padding-top: 30px;
}