@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
     
@media (max-width: 767px){
  .feature-block{
     top:20px!important
  }
  .about-section{
 
  margin-top:20px!important
  }
  .about-section .content-column .inner-column{
          padding-top: 0px!important;
  }
}
.top-features{
  position: relative;
  /*margin-top: -100px;*/
  z-index: 1;
      
}

.top-features:before{
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  display: none;
}

.feature-block{
  position: relative;
  margin-bottom: 30px;
  top: -100px;
}

.feature-block .inner-box{
  position: relative;
  padding: 20px;
  background-color: #ffffff;
  background-image: url(../webp_images/pattern-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.feature-block .inner-box:hover{
  background-color: #00b2e3;
  transform: translateY(-20px) translate3d(10px, 10px, 10px);
  box-shadow: 0 10px 30px rgb(0,0,0,0.77);
}

.feature-block .inner-box:before,
.feature-block .inner-box:after{
  position: absolute;
  height: 200px;
  width: 200px;
  right: -100px;
  top: -100px;
  border-radius: 50%;
  background-color: #ffffff;
  z-index: 9;
  transform: scale(0);
  content: "";
  transition: all 600ms ease;
}

.feature-block .inner-box:hover:before{
  transform: scale(1);
  opacity: .20;
  transition-delay: 300ms;
}

.feature-block .inner-box:hover:after{
  transform: scale(1.7);
  opacity: .10;
  transition-delay: 400ms;
}

.feature-block .icon{
  position: relative;
  display: inline-block;
  font-size: 64px;
  line-height: 1em;
  color: #0c6574;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon{
  color: #ffffff;
}

.feature-block h4{
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block h4 a{
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover h4 a{
  color: #ffffff;
}

.feature-block p{
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.feature-block .inner-box:hover p{
  color: #ffffff;
}
.feature-block .inner-box a{
  font-weight: 700;
  color: #0c6574;
}
.feature-block .inner-box a:hover{
  font-weight: 700;
  color: #ffffff;
}

/*** 

====================================================================
About Section
====================================================================

***/

.about-section{
  position: relative;
  padding: 0px;
  margin-top:80px;
}

.about-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../webp_images/pattern-2.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  opacity: .50;
  content: "";
}


.about-section .sec-title{
  margin-bottom: 30px;
}

.about-section .content-column{
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-top: 80px;
}

.about-section .content-column .link-box{
  position: relative;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-section .content-column .link-box .signature{
  margin-right: 30px;
}

.about-section .images-column{
  margin-bottom: 50px;
}

.about-section .video-link{
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 1;
}

.about-section .video-link .play-btn{
  position: relative;
  display: inline-block;
  margin-top: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #1370b5;
  text-align: center;
  background-color: #ffffff;
  line-height: 100px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.10);
  font-size: 32px;
  transition: all 500ms ease;
  padding-left: 5px;
}

.about-section .video-link .play-btn:hover{
  transform: rotate(360deg);
}

.about-section .images-column .inner-column{
  position: relative;
  text-align: right;
  margin-right: -15px;
}

.about-section .image-1{
  right: 50px;
  position: relative;
}

.about-section .image-2{
  position: absolute;
  right: 300px;
  top: 200px;
  left: -150px;
}

.about-section .image-3{
  position: absolute;
  display: inline-block;
  margin-top: 0;
  right: 0px;
  z-index: 3;
  bottom: -70px;
}

.about-section .image-3 .hex{
  position: absolute;
  left: -45px;
  right: -45px;
  top: -55px;
  bottom: -55px;
  background-image: url(../images/icons/hex.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: none;
}
/*button styles */
/*Btn Style One*/

.btn-style-one{
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  background: #0c6574;
  overflow: hidden;
  min-width: 150px;
}

.btn-style-one:hover{
  color: #1370b5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}
/*** 

====================================================================
  Services Section
====================================================================

***/

.services-section{
  position: relative;
  padding: 40px 0 40px;
  background-color: #f5f5f5;
}

.services-section:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../webp_images/gg/pattern-3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  opacity: .23;
  content: '';
}

.service-block{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-block .inner-box{
  position: relative;
  padding: 30px 30px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block .inner-box:hover{
  background-color: #ffffff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.10);
  transform: translateY(-20px);
  border-bottom: 4px solid #1370b5;
}

.service-block .icon{
  position: relative;
  display: inline-flex;
  height: 100px;
  width: 100px;
  background-color: #ffffff;
  font-size: 42px;
  color: #1370b5;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .icon:before{
  z-index: 1;
}

.service-block .icon.flaticon-heartbeat:before{
  position: relative;
  top: 5px;
}

.service-block .inner-box:hover .icon{
  border: 0;
  font-size: 62px;
}

.service-block .icon:after{
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  background-color: #1370b5;
  content: "";
  opacity: 0;
  z-index: 0;
}

.service-block .inner-box:hover .icon:after{
  height: 100%;
  opacity: .05;
  transition-delay: 200ms;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 500ms ease;
}

.service-block h5{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.service-block h5 a{
  display: inline-block;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block h5 a:hover{
  color: inherit;
}

.service-block .text{
  position: relative;
  cursor: default;
}

/*****/

/*====================================================================*/
/*    News Section*/
/*====================================================================*/

/****/

.news-section{
  position: relative;
  padding: 40px 0 20px;
}
.news-section .sec-title{
    margin-bottom: 30px;
}
/* News BLock */
.news-block{
  position: relative;
  margin-bottom: 40px;
}

.news-block .inner-box{
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box:hover{
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}

.news-block .image-box{
  position: relative;
}

.news-block .image{
  position: relative;
  margin-bottom: 0;
}

.news-block .image img{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding:10px 10px 0 10px;
  border-radius:20px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img{
  opacity: .75;
}

.news-block .image-box .date{
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: #1370b5;
  padding: 5px 20px;
  border-radius: 10px 0 0 0;
}

.news-block .image-box .date strong{
  color: #ffffff;
  font-size: 22px;
}

.news-block .lower-content{
  position: relative;
  background: #ffffff;
  padding: 10px;
}

.news-block .lower-content h4{
  position: relative;
  font-size: 22px;
  font-weight: 700;
  margin-bottom:0px;
}

.news-block .lower-content h4 a{
  display: inline-block;
  
    line-height: 28px;
  color: inherit;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block .lower-content .text{
  color: #4c4c4d;
  margin-top: 5px;
}

.news-block .lower-content .theme-btn{
  position: relative;
}

.news-block .lower-content .post-info{
  position: relative;
  font-size: 16px;
  line-height: initial;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: -10px;
}

.news-block .post-author{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #222222;
}

.news-block .post-author a{
  display: inline-block;
  margin:0 5px;
}

.news-block .post-author img{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.news-block .post-option{
  display: flex;
  align-items: center;
  /*margin-bottom: 10px;*/
  margin: 0px;
    list-style: none;
}

.news-block .post-option li{
  position: relative;
  margin-left: 15px;
}

.news-block .post-option li a{
  color: inherit;
  font-size: 16px;
}

.news-block .post-option li i{
  margin-right: 5px;
  font-size: 14px;
}