.access-img{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    /*background: #fff;*/
    margin-left: 5px;
}
img.feild-img {
    width: 30px;
    max-width: 35px;
}
@media (max-width: 768px){
.get-started-btn {
    margin: 0 0 0 48px;
    padding: 7px 7px 7px 1px;
    border:none;
}
}

#hero .icon-box {
    padding: 15px 10px;
}
#hero .icon-box h3 {
    font-weight: 600;
    margin: 5px 0 0 0;
    padding: 0;
    line-height: 1;
    font-size: 12px;
    line-height: 20px;
}
i.ri-check-double-line {
    font-size: 30px;
    color: #01b2c6;
    width: 37px;
    display: inline-block;
}
/*----------------------------video--------------------------------*/

.video-box {
  background: url("../img/about.png") center center no-repeat;
  background-size: contain;
  /*background-size: cover;*/
   min-height: 300px; 
}

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#01b2c6 50%, hsl(186deg 99% 39% / 50%) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(1 178 198);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #61af47;
  transform: scale(20);
}

.play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------*/

#hero:before {
    content: "";
    background: rgb(1 107 119 / 88%);
}
.services .icon-box h4 {
    color: #000;
    min-height: 35px;
    margin-bottom: 5px;
    font-size: 13px;
}
.services .icon-box p {
    font-size: 11px;
    line-height: 18px;
    color: #444444;
}

.services .icon-box {
    padding: 40px 15px;
    margin-bottom: 50px;
    width: 100%;
}
.features .icon-box i {
    font-size: 35px;
    float: right;
    color: #01b2c6;
    vertical-align: middle;
}
.features .icon-box h4 {
    font-size: 16px;
    margin: 5px 60px 10px 0px;
}
.features .icon-box p {
    font-size: 15px;
    color: #848484;
    margin-left: unset;
    margin-right: 60px;
}
.features h4 {
    font-weight: 700;
    font-size: 24px;
    color: #151515;
}





/*-----------------------------*/
.help-number {
    position: fixed;
    background: #ffffff;
    z-index: 999;
    height: 45px;
    width: 125px;
    top: 90%;
left: 0;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #034f4d;
    box-shadow: 0px 2px 10px rgb(119 148 147 / 47%);
}
@media (max-width: 767px) {
    .help-number {
        height: 45px;
        width: 45px;
        }
      span.num-phone, .help-text.small {
        display: none;
    }
}
#footer {
    background: rgb(1 178 198);
}


ul.nav.nav-tabs {
    padding: 0;
    margin-bottom: 25px;
}

.icon-block.icon-block-2.icon-block-3:hover {
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
}
.icon-block.icon-block-2.icon-block-3 {
    padding: 40px  15px;
    text-align: center;
    border: 1px solid #deddddb3;
    margin-bottom: 26px;
}

.cat-name {
    margin-bottom: 15px;
}

/*.\33 -icons a {
    border: 1px  solid #c5c4c4;
    width: 40px;
    display: inline-block;
    margin: auto 6px;
    padding: 3px 5px;
}*/
.\33 -icons a {
    border: 1px solid #01b2c6;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding: 14px 5px;
    padding: 7px 0px;
    background: #01b2c6;
    color: #fff;
    border-radius: 50%;
}
.\33 -icons a:hover {
    background: #fff ;
    color: #01b2c6;
}
.nav-tabs .nav-link {
    font-weight: bold;
    font-size: 13px;
}
.my-circle:hover,.my-circle.active {
    fill: #79be21;
    cursor: pointer;
    rx: 7.5;
    ry: 7.5;
    r:7;
}
.cta .cta-btn:hover {
background: #01b2c6;
    border-color: #01b2c6;
    color: #ffffff;
}
.amana-info {
    color: #fff;    
}
svg#Layer_1 {
    max-width: 100% !important;
}
@media (max-width: 768px){
.get-started-btn {
    margin: 0 0 0 48px;
    padding: 7px 8px 8px 5px;
}
}
.col-xl.col-md.col-6.mb-3 {
    padding-right: 2px;
    padding-left: 2px;
}
#hero .icon-box {
    padding: 10px 2px;
}
#hero {
    min-height: 100vh;
}

.get-started-btn {
    padding: 7px 7px 8px 3px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/

/*new pmo by dal ---*/

@media (min-width: 992px){
#header .container-fluid {
    padding-right: 40px;
padding-left: 40px;
}
}
@media (max-width: 992px){
.sign-btn {
    margin-right: 40px;
    margin-left: 20px;
}
#header .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}    
}
/*hero*/
.hero-text p {
    color: #fff;
}
.hero-btns .btn {
    min-width: 170px;
    text-align: left;
}
.play-btn:hover::after {
  border-left: 15px solid #01b2c6;
  transform: scale(20);
}
a:hover {
  color: #01b2c6;
  text-decoration: none;
}





/*waves */

.ocean {
    height: calc(0px);
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
}

.wave {
  background: url(../../assets/wave-0.svg) repeat-x; 
  position: absolute;
top: -150px;
    bottom:0px ;
  width: 6400px;
  height: 150px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -165px;
    height: 165px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.2005s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

.wave:nth-of-type(3) {
  top: -180px;
     height: 180px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

.wave:nth-of-type(4) {
  top: -170px;
     height: 170px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.165s infinite, swell 30s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-0px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}




/*services*/
.section-title h2 {  
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #01b2c6;
}
.section-title p {
    font-size: 14px;
    font-weight: 400;
}
.section-bg {
    background-color: #f5f5f5;
}
.section-title p {
    margin-bottom: 20px;
}
.services .icon-box p.description {
    font-size: 13px;
    min-height: 60px;
}

footer a {
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
header#header.inner-top {
    background: #01b2c6;
    height: 75px;
}

section.inner-page {
    min-height: calc(100vh - 150px);
}

footer#footer {
    height: 75px;
}
.contact .info-box h3 {
    font-size: 15px;
}

.contact .info-box p {
    min-height: 50px;
}
.nav-menu > ul > li.active {
    border-bottom: 1px solid #fff;
}







































