@import url("http://fonts.cdnfonts.com/css/roboto");

html * {
  font-family: "Roboto", sans-serif;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
html,
body {
  height: 91%;
}

/* Navbar */
.navbar-dark .navbar-toggler {
  color: rgb(22 61 71) !important;
  border-color: rgb(22 61 71) !important;
}
.nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto";
}

/* Navbar Active Underline */
.navbar-nav .active {
  border-bottom: #fffab8 solid 3px;
}

/* Navbar On Hover Underline */
.navbar-nav .nav-item:hover {
  border-bottom: #fffab8 solid 3px;
}
.navbar-color{
  background: #fffab8;
  width: 100%;
}
.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
}
/* Navbar Font Size */
.navbar-nav .nav-item {
  font-size: 1.1em;
}

/* WhatsApp Css */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #fffab8;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}

/* Make Carousel Full Screen */
.carousel,
.item,
.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}

/* Carousel Caption */
.carousel-caption {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -35%);
  text-align: center;
  font-size: 1.2em;
}
/* make carousel-caption center when less than 768px */
@media (max-width: 768px) {
  .carousel-caption {
    left: 50% !important;
  }
}

/* Make Carousel img fit view */
.carousel-item img {
  height: 82vh;
}


/* Small caption */
.caption-sm {
  position: absolute;
  margin: 0;
  color: white;
  left: 50%;
  top: 50%;
  width: 70%;
  transform: translate(-50%, -35%);
  text-align: center;
  font-size: 1.1em;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 90%;
}

.carousel-inner .main-btn2 {
  position: relative;
  padding: 12px 36px;
  background-color: #c6def1;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  left: -0%;
  top: 70%;
}
.carousel-inner .main-btn2:hover {
  transform: translateY(-10px);
}

/* main btn */
.main-btn2 {
  padding: 6px 34px;
  background-image: linear-gradient(
    87.87deg,
    #c6def1 0%,
    #c6def1 0.01%,
    #c6def1 100%
  );
  color: #145f7a !important;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.main-btn2:hover {
  transform: translateY(-10px);
}
.main-btn2:active {
  transform: translateY(-5px);
}
.logo {
  width: 57px;
  margin-top: 0px;
}
.logo1 {
  width: 88px;
  margin-top: 10px;
  margin-left: -17px;
}
.container-fluid{
  width: 100%;
}

@media (max-width: 1200px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 5px;
    margin-left: 10px;
  }
  .navbar>.container, .navbar>.container-fluid, .navbar>.container-sm, .navbar>.container-md, .navbar>.container-lg, .navbar>.container-xl, .navbar>.container-xxl{
    background-color:  #2d809f;
    margin-top: -8px;
}
.carousel-control-prev, .carousel-control-next{
  top: 87px;
}
.navbar-expand-lg .navbar-collapse{
  margin-top: 27px;
}
}
@media (max-width: 970px) {
  .logo1 {
    display: none;
  }
  .logo {
    margin-top: 0px;
    margin-left: 10px;
  }
}

@media (min-width: 360px) {
 .header-text{
   padding: 50px;
 }
}
.carousel-indicators {
  bottom: 65px;
}
.carousel-indicators button {
  width: 100px !important;
}

.thumb {
  float: left !important;
}
.carousel-control-prev {
  z-index: 3000 !important;
}

.carousel-indicators {
  z-index: 3000 !important;
}

@media (max-width: 750px) {
  .thumb {
    display: none !important;
  }
  .thum {
    display: none !important;
  }
  /* .img-fluid {
    display: none !important;
  } */
}
.fa {
  float: left;
  font-size: 60px;
}

.title-home {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
}

.title-home span {
  font-size: 33px;
  font-weight: 600;
  text-transform: uppercase;
}

/* #logo-img style */
#logo-img {
  width: 55px !important;
  height: 55px !important;
  border-radius: 40%;
  /* overflow: hidden; */
  position: relative;
  margin-top: -53px;
  margin-left: 26px;
  background-color: white;
  opacity: 0.7;
}

/* add on hover to #logo-img */
#logo-img:hover {
  opacity: 1;
}
.footer-link {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  text-align: center;
  width: 100%;
  z-index: 1001;

}
.fa{
  font-size: 10px;
}
.tm-social-link {
  color: rgb(255, 254, 254);
  display: inline-block;
}
.tm-social-link:hover{
color: #ff9000 !important;
}

/* Remove border from toggler */
.navbar-toggler {
  border: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Lines of the Toggler */
.toggler-icon{
  width: 30px;
  height: 3px;
  background-color: #fffab8;
  display: block;
  transition: all 0.2s;
}

/* Adds Space between the lines */
.middle-bar{
  margin: 5px auto;
}

/* State when navbar is opened (START) */
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
/* State when navbar is opened (END) */

/* State when navbar is collapsed (START) */
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
/* State when navbar is collapsed (END) */

/* Color of Toggler when collapsed */
.navbar-toggler.collapsed .toggler-icon {
  background-color: #ffffff;
}

@media (max-width: 1920px) {
.carousel-indicators{
  display: none;
}
}
@media (min-width:1920px) {
  .carousel-indicators [data-bs-target]{
    display: none;
  }
}
header { width: 100%; position: fixed; height: 70px; z-index: 9; background: #2d809f;}
header.smaller {height: 40px; transition: all 0.3s; background: #829397;}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  height: 340px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #5c9fbd;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background:#2d809f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  /* margin-top: -220px; */
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* life cycle */
.cir {
  width: 100%;
  height: 480px;
}

#learn-more {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 2;
  border-radius: 5px;
  stroke-linejoin: round;
  transition: all 250ms ease-in;
  cursor: pointer;
}
#learn-more:hover {
  fill-opacity: 1;
}
#learn-more:hover ~ .learn-more-text {
  fill: #2d809f;
}

.learn-more-text {
  font-family: "Roboto";
  fill: #fff;
  pointer-events: none;
  font-size: 14px;
  transition: all 250ms ease-in;
}

.center {
  fill: #2d809f;
}

.pointer {
  fill: #fff;
  stroke: #2d809f;
  stroke-width: 2;
}

.nav-copy {
  font-family: "Roboto";
  fill: #fff;
  fill-opacity: 1;
  transition: all 250ms ease-in;
}
.nav-copy.changing {
  fill-opacity: 0;
}

.service {
  cursor: pointer;
}
.service text {
  font-size: 14px;
  font-family: "Roboto";
  text-anchor: middle;
}
.service .icon-wrapper {
  transform-origin: 50% 50%;
}
.service .icon-wrapper, .service .icon-wrapper > * {
  transition: all 250ms ease-in;
}
.service circle {
  fill: #2d809f;
}
.service circle.shadow {
  fill-opacity: 0;
  filter: url(#service-shadow);
}
.service use {
  fill: #fff;
}
.service text {
  fill: #2d809f;
  font-size: 16px;
  font-weight: bold;
}
.service.active .icon-wrapper, .service:hover .icon-wrapper {
  transform: scale(1.15) translateY(-5px);
}
.service.active .icon-wrapper, .service.active .icon-wrapper > *, .service:hover .icon-wrapper, .service:hover .icon-wrapper > * {
  transition: all 250ms ease-out;
}
.service.active .icon-wrapper circle.shadow, .service:hover .icon-wrapper circle.shadow {
  fill-opacity: 0.4;
}
.service.active text, .service:hover text {
  fill: #1a94a3;
  font-weight: bold;
}


/* 
---------------------------------------------
footer 
--------------------------------------------- 
*/

footer {
  background-color: #0d4e66;
}

footer p {
  color: #fff;
  font-weight: 600;
    font-family: roboto;
    text-transform: uppercase;
    font-size: 12px !important;

}

footer p a {
  color: #faf7b9;
}

/* social */
.social-icons a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 20px 10px;
  border-radius: 50%;
  text-decoration: none;
}
.social-icons {
  display: flex;
}
.social-icons i,
.social i {
  color: #0d576a;
}
.social-icons a:hover {
  background-color: #0d576a;
  box-shadow: 2px 2px 12px rgba(72, 130, 134);
  transition: all ease 0.5s;
}
.social-icons a:hover i,
.social a:hover i {
  color: #ffffff;
  transition: all ease 0.5s;
}
.social {
  position: fixed;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} 

/*  */

p {
  color: #5c5c5c;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }

.btn-outline-primary {
    color: #0d576a !important;
    border-color: #0d576a !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0d576a !important;
  border-color: #ff9000 !important;
}
.content {
  background-image: linear-gradient(to right, #215e71f7  , #e7902314 , #215e71f5 );
 }
  .ml-auto, .mx-auto {
    margin-left: auto!important;
    margin-top: 100px !important;
}
h2 {
  font-size: 20px; }

/* 10 */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  position: relative; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.2); }

  .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); }

  .site-blocks-cover h1 {
    font-size: 61px;
    font-weight: 500;
    line-height: 1; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 4rem; } }
  .site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: gray;
    font-weight: 300; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .sub-text {
        color: #000; } }
  .site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: 2;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px; }
    @media (max-width: 991.98px) {
      .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0; }
        .site-blocks-cover .img-wrap .hero-slider:before {
          position: absolute;
          content: "";
          background: #3b5c62;
          opacity: .5;
          z-index: 2;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; } }
    .site-blocks-cover .img-wrap .slide {
      height: 100vh;
      position: relative; }
      .site-blocks-cover .img-wrap .slide img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
  .site-blocks-cover .intro {
    z-index: 3;
    position: relative; }
    .site-blocks-cover .intro .heading {
      margin-left: -150px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .heading {
          margin-left: 0; } }
    .site-blocks-cover .intro .text {
      padding-left: 50px; }
      @media (max-width: 991.98px) {
        .site-blocks-cover .intro .text {
          padding-left: 0; } }

.site-menu-toggle .menu-text {
  position: relative;
  top: -6px;
  text-transform: uppercase; }

.hero-slider .owl-nav {
  position: absolute;
  bottom: 120px;
  right: 50px;
  z-index: 100; }
  .hero-slider .owl-nav .owl-prev, .hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #007bff;
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.3rem; }
    .hero-slider .owl-nav .owl-prev span, .hero-slider .owl-nav .owl-next span {
      color: #fff;
      font-size: 30px; }
    .hero-slider .owl-nav .owl-prev:active, .hero-slider .owl-nav .owl-prev:focus, .hero-slider .owl-nav .owl-next:active, .hero-slider .owl-nav .owl-next:focus {
      outline: none; }

.btn-pill {
  border-radius: 30px;
  padding: 15px 30px;
  border-color: #fff;
  color: #fff; }
  .btn-pill:hover {
    background: #fff;
    border-color: #fff;
    color: #000; }
    
/* 4boxes */
.srvice {
  margin: 50px 0;
  padding: 48px 0;
  /* overflow-x: hidden; */
  margin-bottom: 3px;
}
      /* particles-js */
      #particles-js {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to right, #215e71f7  , #e7902314 ,#9d9c9cdc ,#2b8dabf9, #145f7a );
        background-size: cover;
        background-position: 50% 50%;
      }


/* 
---------------------------------------------
About Style
--------------------------------------------- 
*/

#about {
  padding-top: 130px;
}

.about-right-content p {
  margin-top: 30px;
  margin-bottom: 45px;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

.skill-item {
  text-align: center;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}

.first-skill-item .progress .progress-bar {
  border-color: #4da6e7;
}

.second-skill-item .progress .progress-bar {
  border-color: #726ae3;
}

.third-skill-item .progress .progress-bar {
  border-color: #f58b56;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 35px;
  text-align: center;
  line-height: 25px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 17px;
  text-transform: none;
  color: #afafaf;
  font-weight: 500;
  font-family: roboto;
  
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
}

.dotCircle .itemDot {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    background: #ffffff;
    color: #2d809f;
    border-radius: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
    border: 2px solid #e6e6e6;
}

.dotCircle .itemDot .forActive {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dotCircle .itemDot .forActive::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 3px solid #2d809f;
    bottom: -31px;
    left: -14px;
    filter: blur(1px);
    position: absolute;
    border-radius: 100%;
}

.dotCircle .itemDot .forActive::before {
    content: '';
    width: 6px;
    height: 6px;
    filter: blur(5px);
    top: -15px;
    position: absolute;
    transform: rotate(-45deg);
    border: 6px solid #2d809f;
    right: -39px;
}

.dotCircle .itemDot.active .forActive {
    display: block;
}

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #2d809f;
    border-radius: 100%;
    animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #2d809f;
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
    border-radius: 100%;
    color: #222222;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transition: 0.5s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin: auto;
    line-height: 250px;
}

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle {
        width: 300px; height: 300px;
        margin: 110px auto;
    }

    .holderCircle::after {
        width: 100%;
        height: 100%;
    }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

@media only screen and (min-width:600px) and (max-width:767px) {}

@media only screen and (min-width:768px) and (max-width:991px) {}

@media only screen and (min-width:992px) and (max-width:1199px) {}

@media only screen and (min-width:1200px) and (max-width:1499px) {}

.title-box .title {
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    z-index: -1;
    font: message-box;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #2d809f;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}


i.fa.fa-line-chart {
   margin: 15px !important;
  }

i.fa.fa-id-card {
  margin: 15px !important;
}

i.fa.fa-desktop {
  margin: 15px !important;
}

i.fa.fa-file-code-o {
  margin: 18px !important;
}

i.fa.fa-list {
  margin: 15px !important;
}

i.fa.fa-check-square-o {
  margin: 19px !important;
}

.CirItem p {
  font-size: 16px;
  font-weight: 600px;
  font-family: roboto;
  text-transform: uppercase;
}

span.title-process {
  color: #2d809f;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.process-background{
  background-image: linear-gradient(to right, #215e716b  , #e7902314 , #215e716b ); 
  margin-top: 50px;
}
@media (max-width: 660px) {
  .iq-features {
   display: none;
  }
  .progress{
    display: none;
  }
  .head-title-process{
    display: none;
  }
  .title-process{
    display: none;
  }
}
@media (max-width: 770px) {
  .progress{
    display: none;
  }
}
@media (max-width: 576px) {
  .img-fluid{
    max-width: 66% !important;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 10px;
  }
  #about{
    padding: 30px;
  }
}

.title-experience{
  color: #2d809f;
   font-size: 18px; 
   line-height: 40px;
   text-transform: uppercase;
   font-weight: 500;
}
.title-process{
  color: #2d809f;
  font-size: 18px; 
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 660px) {
  .spider-img{
    display: none;
  }
 
}