/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-content {
  padding: 90px 0 110px;
}

.post-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .post-inner {
  background: #fff;
  margin-bottom: 60px;
}
.post-box p {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
}
.post-box .entry-media .post-cat {
  position: absolute;
  z-index: 2;
  bottom: -16px;
  left: 40px;
}
.post-box .inner-post {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 36px;
  border: 1px solid #e7e7e7;
}
.post-box .post-cat a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #43baff;
  padding: 10px;
  margin-right: 6px;
}
.post-box .post-cat a:hover {
  background: #18b4a9;
}
.post-box .entry-meta {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #18b4a9;
  margin-bottom: 13px;
}
.post-box .entry-meta > span {
  margin-right: 5px;
  display: inline-block;
}
.post-box .entry-meta a {
  color: #18b4a9;
}
.post-box .entry-meta a:hover {
  color: #43baff;
}
.post-box .entry-title {
  margin-bottom: 15px;
  line-height: 36px;
}
.post-box .entry-title a {
  color: #1b1d21;
  display: inline-block;
}
.post-box .entry-title a:hover {
  text-decoration: underline;
}
.post-box .padding-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 0 40px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.post-box .padding-box + .inner-post {
  border-top: none;
  padding-top: 20px;
}
.post-box .img-slider .slick-arrow {
  height: 65px;
  width: 50px;
  background: #262051;
  color: #fff;
  left: 0;
}
.post-box .img-slider .slick-arrow:hover {
  background: #fff;
  color: #262051;
}
.post-box .img-slider .next-nav {
  left: auto;
  right: 0;
}
.post-box .audio-box iframe {
  width: 100%;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #1b1d21;
}
.post-box .link-box a:hover {
  color: #43baff;
}
.post-box .link-box i {
  color: #18b4a9;
  margin-right: 15px;
}
.post-box .link-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
}
.post-box .quote-box i {
  float: left;
  color: #18b4a9;
}
.post-box .quote-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box .quote-text {
  padding-left: 52px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  color: #1b1d21;
}
.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #b5b5b5;
}
.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
}
.post-box .btn-play i {
  position: relative;
  z-index: 1;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  color: #43baff;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play i:before {
  margin-left: 6px;
  font-size: 21px;
}
.post-box .btn-play:before, .post-box .btn-play:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1024;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play:after {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.post-box .btn-play:hover i {
  background: #43baff;
  color: #fff;
}
.post-box .btn-play:hover:before, .post-box .btn-play:hover:after {
  border-color: #43baff;
}
.post-box .btn-readmore {
  margin-top: 22px;
  line-height: 1;
  overflow: hidden;
}
.post-box .btn-readmore > a {
  font-size: 14px;
  font-weight: bold;
  color: #43baff;
}
.post-box .btn-readmore > a i {
  margin-right: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.post-box .btn-readmore > a i:before {
  font-size: 15px;
}
.post-box .btn-readmore > a:hover i {
  margin-right: 3px;
}
.post-box:hover {
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.post-box:hover > .post-inner > .inner-post,
.post-box:hover > .post-inner > .padding-box {
  border-color: transparent;
}

.page-pagination {
  margin-top: 60px;
  margin-bottom: 0;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-size: 18px;
  color: #1b1d21;
  background: #fff;
  font-weight: 700;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 5px;
  border: 1px solid #e7e7e7;
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 16px;
}
.page-pagination li span, .page-pagination li a:hover {
  background: #43baff;
  color: #fff;
  border-color: #43baff;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post > .inner-post {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
  padding-bottom: 50px;
}
.blog-post.format-audio .post-cat, .blog-post.format-quote .post-cat, .blog-post.format-link .post-cat, .blog-post.format-standard:not(.has-post-thumbnail) .post-cat {
  left: 0;
}
.blog-post .padding-box {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.blog-post .tagcloud {
  margin: 2px -3px 0;
  float: left;
}
.blog-post .tagcloud a {
  color: #1b1d21;
  background: #f6f6f6;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
}
.blog-post .tagcloud a:hover {
  background: #18b4a9;
  color: #fff;
}
.blog-post .entry-footer {
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-post .share-post {
  margin-bottom: 30px;
  text-align: center;
}
.blog-post .share-post a {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  background: #43baff;
  color: #fff;
  margin: 0 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.blog-post .share-post a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-post .share-post a.face {
  background: #4661c5;
}
.blog-post .share-post a.twit {
  background: #44b1e4;
}
.blog-post .share-post a.pint {
  background: #ff2e2e;
}
.blog-post .share-post a.linked {
  background: #0073B0;
}
.blog-post .share-post a.google {
  background: #DC4A38;
}
.blog-post .share-post a.tumblr {
  background: #3C586D;
}
.blog-post .share-post a.reddit {
  background: #FD4507;
}
.blog-post .share-post a.vk {
  background: #5082B9;
}
.blog-post .author-bio {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-post .author-bio .author-image {
  float: left;
  margin-right: 50px;
}
.blog-post .author-bio .author-info {
  padding: 40px 50px 33px 0;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.blog-post .author-bio .author-info .title {
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
  font-weight: 700;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 15px;
}
.blog-post .author-bio .author-info .author-socials a {
  font-size: 14px;
  margin-right: 15px;
  color: #b5b5b5;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: #43baff;
}
.blog-post:hover {
  box-shadow: none;
}

.drop-cap {
  font-family: "Montserrat", sans-serif;
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #43baff;
}

.post-nav {
  margin-bottom: 30px;
  overflow: hidden;
}
.post-nav a {
  position: relative;
  display: block;
  line-height: 1;
  min-height: 70px;
}
.post-nav a:before {
  position: absolute;
  top: 0;
  color: #fff;
  background: #43baff;
  height: 70px;
  line-height: 70px;
  padding: 0 7px;
}
.post-nav h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.post-nav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #bdbdbd;
}
.post-nav .post-prev {
  float: left;
  max-width: 350px;
  margin-left: -45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-prev a {
  padding-left: 45px;
}
.post-nav .post-prev a:before {
  content: "";
  font-family: "Flaticon";
  left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-prev:hover {
  margin-left: 0;
}
.post-nav .post-next {
  float: right;
  text-align: right;
  max-width: 350px;
  margin-right: -45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-next a {
  padding-right: 45px;
}
.post-nav .post-next a:before {
  content: "";
  font-family: "Flaticon";
  right: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-next:hover {
  margin-right: 0;
}

.related-posts {
  margin-top: 90px;
  margin-bottom: 20px;
}
.related-posts h2 {
  margin-bottom: 30px;
}
.related-posts .post-box .post-inner {
  margin-bottom: 0;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes slide-up{
  0%{height:0;} 
}
@media (max-width: 991px) {
  .content-area.col-md-9 {
    margin-bottom: 60px;
  }

  .post-box.post-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post .author-bio .author-image {
    display: none;
  }
  .blog-post .author-bio .author-info {
    padding: 20px 25px;
    border-left: 1px solid #e7e7e7;
  }

  .post-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 20px;
  }

  .single-post .entry-content {
    padding: 50px 0 70px;
  }

  .blog-list .post-box .inner-post {
    padding: 30px;
  }

  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}


/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transiti--------------------------------------------------------------*/on: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
}
.octf-btn:hover, .octf-btn:focus {
  background: #18b4a9;
  color: #fff;
}

.octf-btn.octf-btn-second {
  background: #18b4a9;
  color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
  background: #43baff;
}

.octf-btn.octf-btn-light {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #1b1d21;
}

.octf-btn-dark {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
  background: #fff;
  color: #1b1d21;
}


.video-btn a span {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: circle-fade-before 2s infinite ease-in-out;
    -webkit-animation: circle-fade-before 2s infinite ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-color: #43baff;
}
.video-btn a .circle-2 {
    animation: circle-fade-after 2s infinite ease-in-out;
    -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-btn a:hover span {
    border-color: #fff;
}
.img-small {
    position: absolute;
    right: -25%;
    bottom: 0;
    z-index: -1;
}
.img-small .img-small-1 {
    position: absolute;
    top: -150px;
    left: 70%;
}
.serv-box-2 {
    margin-bottom: 30px;
    border: 1px solid #46416B;
}
.misc-box {
    padding-left: 50px;
    padding-right: 50px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.misc-box-bg1 {
    background-image: url(https://geostd.com/images/bg-counter-1.jpg);
}
.misc-box-bg2 {
    background-image: url(https://geostd.com/images/bg-counter-2.jpg);
}
.misc-box h5 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}
.misc-box .ot-counter {
    margin: 0 0 0 -20px;
    padding: 45px 0 14px 0;
    color: #fff;
}
.misc-box p {
    margin-bottom: 0;
    padding-bottom: 45px;
}
.cta {
    padding: 55px 65px 200px 65px;
    background-image: url(https://geostd.com/images/background/bg-cta1-home1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cta .ot-heading {
    margin-bottom: 0;
}
.cta .ot-heading span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #fff;
}
.cta h2 {
    color: #FFF;
    font-size: 48px;
    line-height: 60px;
}
.cta .btn-border {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 21px 35px 21px 35px;
    line-height: 1;
    margin-bottom: 8px;
}
.technology-v1 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image:url('https://geostd.com/images/background/bg-tech-home1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.serv-box .overlay {
  z-index: 2;
  background: transparent;
}

.serv-box-2 {
  overflow: hidden;
  position: relative;
  padding: 43px 30px 65px;
  background: #262051;
  color: #aeaacb;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .big-number {
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 100px;
  font-weight: 800;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  line-height: 72px;
  color: #332d5f;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  /* background: #332d5f; */
  border-radius: 50%;
  /* -webkit-border-radius: 50%; */
  -moz-border-radius: 50%;
  /* transition: all 0.3s linear; */
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .icon-main img{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  
}
.serv-box-2 .icon-main i, .serv-box-2 .icon-main span, .serv-box-2 .icon-main img {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box-2 .icon-main img{
  position:absolute;
  width: 100% !important;
  height:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  filter: brightness(0.4);
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s;
}
.serv-box-2:hover .icon-main img{
  transition:0.5;
  transform:scale(1.2);
}
.serv-box-2 .icon-main i:before, .serv-box-2 .icon-main span:before, .serv-box-2 .icon-main img:before {
  font-size: 35px;
}
.serv-box-2 .icon-main img {
  width: 35px;
}
.serv-box-2 .content-box {
  position: relative;
  z-index: 1;
}
.serv-box-2 .content-box h5 {
  line-height: 30px;
  color: #fff;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.serv-box-2 .content-box .btn-details {
  display: inline-block;
  margin-top: 30px;
}
.serv-box-2:hover {
  background: #fff;
  
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.serv-box-2:hover .big-number {
 
}
.serv-box-2:hover .icon-main {
  
}
.serv-box-2:hover .content-box h5 {
 
}

.serv-box-2 .content-box {
  position: relative;
  z-index: 1;
}

  .vaat {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
  }



.refences-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 55px 0;
}

.refences-btn a {
  padding: 30px 65px;
  font-size: 40px;
  color: #fff;
  background: linear-gradient(97deg, rgba(19,126,110,1) 0%, rgba(19,126,110,1) 0%, rgba(32,251,251,1) 100%, rgba(32,251,251,1) 100%);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.refences-btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  right: 0;
  bottom: 0;
  background: linear-gradient(97deg , rgba(32,251,251,1) 0%, rgba(32,251,251,1) 0%, rgba(19,126,110,1) 100%,rgba(19,126,110,1) 100%);
  transition: 0.5s;
}
.refences-btn a:hover::after {
  transition: .5s;
  width:100%
 
}

.btn-play {
  position: relative;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 68px;
  font-size: 19px;
  color: #fff;
}


/** Style 1 **/
.icon-box-s1 .icon-main {
  color: #18b4a9;
}
.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
  font-size: 40px;
}
.icon-box-s1 .icon-main img {
  width: 40px;
}
.icon-box-s1 h5 {
  font-size: 18px;
  font-weight: 600;
}
.icon-box-s1 h5 a {
  color: #1b1d21;
}
.icon-box-s1 .line-box {
  height: 3px;
  width: 100%;
  background: #efefef;
  margin-bottom: 15px;
  position: relative;
}
.icon-box-s1 .line-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #18b4a9;
  height: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s1:hover .line-box:after {
  left: 0;
  right: auto;
  width: 100%;
}



.icon-box-s2 {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  float: left;
  text-align: center;
  line-height: 1;
  color: #18b4a9;
}
.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
  padding-left: 75px;
}
.icon-box-s2 .content-box h5 {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box-s2 .content-box h5 a {
  color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
  color: #43baff;
}
.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box-s2.s2 {
  padding: 40px 45px;
  position: relative;
  overflow: hidden;
}
.icon-box-s2.s2 * {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.icon-box-s2.s2 .icon-main {
  color: #18b4a9;
  margin-bottom: 30px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main img {
  max-width: 40px;
  margin-top: -5px;
}
.icon-box-s2.s2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.icon-box-s2.s2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  right: -15px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.icon-box-s2.s2:hover {
  background: transparent !important;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}
.icon-box-s2.s2:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-box-s2.s2:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.icon-box-s2.s2 .content-box h5 {
  margin-bottom: 14px;
}
.icon-box-s2.s3 .icon-main {
  float: right;
}
.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}

.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 15px 30px;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}

.ot-image-box {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ot-image-box .overlay {
  z-index: 1;
  opacity: 1;
  background: rgba(16, 120, 165, 0.2);
}
.ot-image-box h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-image-box img {
  filter: grayscale(90%);
}
.ot-image-box:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.ot-image-box:hover img {
  filter: none;
}
.ot-image-box:hover .overlay {
  background: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-box-s2.s2 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1024px) {
  .icon-box-s2.s2:before {
    width: 100%;
  }
}

.ot-heading > span {
  font-size: 14px;
  font-weight: 800;
  color: #18b4a9;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.bg-dark-primary.why {
  background: #757a80;
}

.home-about-video {
  background-image: url(images/home-about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  min-height: 400px;
  margin-bottom: 45px;
  box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.3);
}

.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
}
.octf-btn:hover, .octf-btn:focus {
  background: #18b4a9;
  color: #fff;
}

.octf-btn.octf-btn-second {
  background: #18b4a9;
  color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
  background: #43baff;
}

.octf-btn.octf-btn-light {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #1b1d21;
}

.octf-btn-dark {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
  background: #fff;
  color: #1b1d21;
}

.btn-details {
  font-size: 14px;
  font-weight: bold;
  color: #43baff;
}
.btn-details i {
  margin-right: 8px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.btn-details i:before {
  font-size: 15px;
}
.btn-details:hover i {
  margin-right: 3px;
}

.region-footer-fifth .footer-item,
.region-footer-fifth a {
  color: #AEAACB;
}

.region-footer-fifth i {
  font-size: 20px;
  color: #fff;
}




.page-header {
  width: 100%;
  min-height: 350px;
  color: #43baff;
  font-weight: 500;
  background: #262051 center center no-repeat;
    background-image: none;
    background-size: auto;
  background-size: cover;
}


.breadcrumbs .active::before {
  content: "";
  font-family: "FontAwesome";
  font-size: 7px;
  color: #43baff;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumbs li a {
  color: #aeaacb;
}


.field--name-field-subtitle {
  font-weight: 800;
  color: #18b4a9;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}