body {
     background: #fdfdfd;
  line-height: 1.7;
      font-family: 'Poppins', sans-serif!important;
      background-image: url(../images/body-bg.png);
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed; }
h1 span {
  position: relative;
  top: 20px;
  display: inline-block;
  -webkit-animation: bounce .8s ease infinite alternate;
          animation: bounce .8s ease infinite alternate;
  font-size: 80px;
  line-height:110px;
  color: #FFF;
  text-shadow: 0 1px 0 #CCC,
               0 2px 0 #CCC,
               0 3px 0 #CCC,
               0 4px 0 #CCC,
               0 5px 0 #CCC,
               0 6px 0 transparent,
               0 7px 0 transparent,
               0 8px 0 transparent,
               0 9px 0 transparent,
         0 10px 0 transparent,
               0 11px 0 transparent,
               0 12px 0 transparent,
               0 13px 0 transparent,
         0 14px 0 transparent,
               0 15px 0 transparent,
               0 10px 10px rgba(0, 0, 0, .4);
}

h1 span:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s; }
h1 span:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s; }
h1 span:nth-child(4) { -webkit-animation-delay: .3s; animation-delay: .3s; }
h1 span:nth-child(5) { -webkit-animation-delay: .4s; animation-delay: .4s; }
h1 span:nth-child(6) { -webkit-animation-delay: .5s; animation-delay: .5s; }
h1 span:nth-child(7) { -webkit-animation-delay: .6s; animation-delay: .6s; }
h1 span:nth-child(8) { -webkit-animation-delay: .7s; animation-delay: .7s; }
h1 span:nth-child(9) { -webkit-animation-delay: .8s; animation-delay: .8s; }
h1 span:nth-child(10) { -webkit-animation-delay: .9s; animation-delay: .9s; }
h1 span:nth-child(11) { -webkit-animation-delay: 1s; animation-delay: 1s; }
h1 span:nth-child(12) { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
h1 span:nth-child(13) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
h1 span:nth-child(14) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@-webkit-keyframes bounce {
  100% {
    top: -20px;
    text-shadow: 0 1px 0 #CCC,
                 0 2px 0 #CCC,
                 0 3px 0 #CCC,
                 0 4px 0 #CCC,
                 0 5px 0 #CCC,
                 0 6px 0 #CCC,
                 0 7px 0 #CCC,
                 0 8px 0 #CCC,
                 0 9px 0 #CCC,
         0 10px 0 #CCC,
               0 11px 0 #CCC,
               0 12px 0 #CCC,
               0 13px 0 #CCC,
         0 14px 0 #CCC,
               0 15px 0 #CCC,
                 0 50px 25px rgba(0, 0, 0, .2);
  }
}

@keyframes bounce {
  100% {
    top: -20px;
    text-shadow: 0 1px 0 #CCC,
                 0 2px 0 #CCC,
                 0 3px 0 #CCC,
                 0 4px 0 #CCC,
                 0 5px 0 #CCC,
                 0 6px 0 #CCC,
                 0 7px 0 #CCC,
                 0 8px 0 #CCC,
                 0 9px 0 #CCC,
          0 10px 0 #CCC,
               0 11px 0 #CCC,
               0 12px 0 #CCC,
               0 13px 0 #CCC,
         0 14px 0 #CCC,
               0 15px 0 #CCC,
                 0 50px 25px rgba(0, 0, 0, .2);
  }
}
h1 {
  text-align:center;
}
.p1-gradient-bg, .thumb .overlay-bg {
  background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%); }

.p1-gradient-color {
  background: -moz-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  background: -ms-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5 {
  color: #fff;
  font-weight: 200; }

h2 {
  font-size: 25px; }

a {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  color: #ffffff; }
  a:hover, a:focus, a:active {
    color: #b2c251;
    text-decoration: none; }

.parent-nav-link-padding, .site-navbar .navbar-nav > li > a {
  padding: 15px 20px !important; }
#section-about h2 {
  color: #000;
}
#section-portfolio h2 {
   color: #000;
}
#section-portfolio {
    width: 100%;
    float: left;
    background: rgb(240 242 244);
}
.site-navbar {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 0px;
  background: none;
  position: absolute;
  width: 100%;
  z-index: 200;
  background: #fff; }
  .site-navbar .navbar-brand {
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em; }
    .site-navbar .navbar-brand:hover {
      color: #fff; }
  .site-navbar.bg-light {
    background: transparent !important; }
    @media (max-width: 991.98px) {
      .site-navbar.bg-light {
           background: #2d53b3 !important;
        top: 0; }
        .site-navbar.bg-light .navbar-brand {
          display: inline-block;
          font-size: 18px;
          border: 2px solid #000;
          padding: 2px 10px !important;
          color: #000; } }
  .site-navbar .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .2em; }
    .navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
    box-shadow: unset;
}
    @media (max-width: 991.98px) {
      .site-navbar .navbar-nav > li > a {
      color: rgb(251 247 247 / 70%) !important; } }
  .site-navbar .navbar-nav.active > a {
    color: #bac964 !important; }
  .site-navbar.scrolled {
    background: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.09);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
    .site-navbar.scrolled.bg-light {
          background-color: #8e78ff !important;
    box-shadow: 0 4px 8px 0 hsla(0,0%,7%,.5); }
    .site-navbar.scrolled .navbar-brand {
      display: inline-block;
      font-size: 18px;
      border: 2px solid #000;
      padding: 2px 10px !important; }
    .site-navbar.scrolled.awake, .site-navbar.scrolled.sleep {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .site-navbar.scrolled.awake {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      background: #fff !important; }
    .site-navbar.scrolled.sleep {
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      background: #bac964 !important; }
    .site-navbar.scrolled .navbar-brand {
      color: #000; }
    .site-navbar.scrolled .dropdown > a:before {
      color: rgba(0, 0, 0, 0.4); }
      .site-navbar.scrolled .navbar-nav > li > a:hover {
         color: #fff!important;
    border-bottom: 4px double #fff;
    transition: 0.2s;}
      .site-navbar.scrolled .navbar-nav > li > a.active {
             color: #fff!important;
        border-bottom: 4px double #fff;
} 
.custom-btn-bg {
  
       background-image: linear-gradient(to top left,#8e78ff,#604acf)!important;
    font-size: 16px !important;
    color: #fff;

}
    .site-navbar.scrolled .navbar-nav > li.active > a {
      color: #fff!important;
    border: 1px solid #43b9f3;
    background: #35bbfd; }
.mob-logo img {
  height: 60px;
}
.list-pannel ul {
  padding: 0px;
  list-style: none;
}
.list-pannel ul li {
  float: left;
  display: inline-block;
  width: auto;
  margin-bottom: 15px;
}
.list-pannel ul li a {
      padding: 5px 15px;
    border: 1px solid #fff;
    margin: 1px 2px;
    border-radius: 2px;
}
.list-pannel {
     width: 100%;
    float: left;
    background: #08246d;
    /* height: 100%; */
    padding: 21px;
    margin-bottom: 10px;
    border-radius: 5px;

}
.site-hero {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .site-hero, .site-hero .row {
    height: 100vh;
    min-height: 800px; }
  .site-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
       background-image: linear-gradient(to right, rgb(39 24 118), rgba(255,0,0,0));}
       .logo {
        float: left;
    text-align: left;
    width: 20%;
       }
       #section-about img {
            border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border: 4px solid #684cf8;
    box-shadow: 0 30px 100px -20px rgba(0, 0, 0, 0.4);
    max-width: 500px;
    margin: 0 auto;
    display: block;
    padding: 8px;
       }
  .site-hero h1 {
    font-weight: 200;
    margin-bottom: 20px;
    display: block; }
    @media (min-width: 768px) {
      .site-hero h1 {
        font-size: 70px; } }
  .site-hero h1, .site-hero .lead {
    font-weight: 200;
    color: #fff; }
  .site-hero .lead {
    line-height: 2; }
  .site-hero .site-subheading {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.5); }

.site-section {
  padding: 5em 0; }

.section-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 10; }
  .section-heading h2 {
    position: relative;
    font-weight: 200;
    padding-top: 20px;
    font-size: 30px; }
  .section-heading.text-center h2:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.lead {
  font-weight: 200;
  line-height: 1.5; }

.site-service-item {
  background: #333;
  padding: 30px; }
  .site-service-item .icon {
    display: block;
    margin-bottom: 50px;
    background: #35bbfd;
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto 30px auto; }
    .site-service-item .icon span {
      font-size: 40px;
      color: #080b0e;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .site-service-item h3 {
    font-size: 20px;
    font-weight: 200; }

.site-link {
  position: relative; }
  .site-link i {
    position: relative;
    top: 2px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-link:hover i {
    position: relative;
    margin-left: 20px; }

.site-list {
  padding: 0;
  margin: 0; }
  .site-list li {
    margin: 0 0 10px 0;
    padding: 0;
    position: relative;
    list-style: none; }
    .site-list li:before {
      font-family: 'icomoon';
      position: absolute;
      top: .1em;
      left: 0; }
    .site-list li.site-check {
      padding-left: 30px; }
      .site-list li.site-check:before {
        color: #bac964;
        font-size: 16px;
        content: "\ebd3"; }

.btn {
  border-radius: 100px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem; }
  .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #b2c251; }

.progress {
  overflow: visible;
  margin-bottom: 26px;
  height: 4px; }
  .progress .progress-bar {
    background-color: #bac964;
    position: relative;
    border-radius: 4px; }
    .progress .progress-bar span {
      background-color: #bac964;
      position: absolute;
      bottom: -20px;
      font-size: 10px;
      line-height: 10px;
      padding: 2px 3px 2px 4px;
      right: -1.4em;
      border-radius: 2px; }
    .progress .progress-bar span:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #bac964;
      border-width: 5px;
      margin-left: -5px; }

.skill h3 {
  font-size: 18px; }

.filters {
  text-align: center; }
  .filters ul {
    padding: 0;
    margin: 0 0 30px 0; }
    .filters ul li {
      display: inline-block;
      cursor: pointer;
      padding: 10px 20px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .filters ul li:hover {
        color: #e83965; }
      .filters ul li.active {
                color: #ffffff;
        background-image: linear-gradient(to top left,#6b55da,#8771f7)!important;
    border-radius: 1px; }

.single-portfolio {
  margin-bottom: 15px;
  display: block; }
  .single-portfolio .relative {
    margin-bottom: 20px; }
  .single-portfolio .p-inner {
    text-align: center; }
    .single-portfolio .p-inner h4 {
      font-size: 20px; }
    .single-portfolio .p-inner .cat {
      font-size: 12px;
      text-transform: uppercase;
      color: #cccccc; }

/*--------- Start Portfolio Area -------------*/
.portfolio-area .primary-btn {
  color: #fff;
  background-color: #bac964;
  margin-left: auto;
  margin-right: auto; }

.portfolio-area .filters {
  text-align: center; }

.portfolio-area .filters ul {
  padding: 0; }

.portfolio-area .filters ul li {
  list-style: none;
  display: inline-block;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 500; }
  @media (max-width: 736px) {
    .portfolio-area .filters ul li {
      padding: 6px 6px; } }

.portfolio-area .filters ul li:after {
  content: "";
  display: block;
  width: calc(0% - 60px);
  position: absolute;
  height: 2px;
  background: #333;
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out; }

.portfolio-area .filters ul li:hover:after {
  width: calc(100% - 60px);
  -webkit-transition: width 350ms ease-out;
  -o-transition: width 350ms ease-out;
  transition: width 350ms ease-out; }

.portfolio-area .filters ul li.active {
  color: #bac964; }

.portfolio-area .filters-content {
  margin-top: 50px; }

.portfolio-area .filters-content .show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

.portfolio-area .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms; }

.portfolio-area .filters-content .item {
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px; }

.portfolio-area .filters-content .item img {
  border-radius: 10px; }

.portfolio-area .filters-content .p-inner {
  padding: 20px 0px;
  text-align: center; }

.portfolio-area .filters-content .item .p-inner .cat {
  font-size: 13px; }

.portfolio-area .filters-content .item img {
  width: 100%; }

.image {
     opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: -2px 2px 5px 1px rgb(170 176 180);
    /* border: 1px solid #fff; */
    padding: 5px;
    background: #fff;
    border-radius: 10px; }

.middle {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.single-portfolio:hover .middle {
  opacity: 1; }

.text {
  color: white;
  font-size: 25px;
  padding: 16px 32px; }

.single-portfolio {
  border-radius: 5px; }
  .single-portfolio:hover .thumb .overlay-bg {
    opacity: .85; }

.thumb .overlay-bg {
  opacity: 0;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .thumb .overlay-bg {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.resume-item {
       padding: 15px;
    background: #e2e7f5;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    /* border: 2px solid #6f6f6f; */
    /* border-width: 3px; */
    /* border-style: solid; */
    /* border-image: linear-gradient( to bottom, #e7336d, rgba(0, 0, 0, 0) ) 1 100%; */
    box-shadow: -2px 2px 5px 1px rgb(2 62 123);
    border-radius: 15px; }
  #section-resume {
        float: left;
    width: 100%;
    background: #2b9a83;
    padding: 80px 0px;
    background-image: url(../images/client-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
  }
    #section-resume::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
          background: rgba(0,76,147,.9);
  }
  #section-about {
    background: rgb(252 253 255 / 96%);
  }
  #section-contact {
        float: left;
    width: 100%;
    background: #2b9a83;
    padding: 80px 0px;
    background-image: url(../images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;

  }
  .site-footer {
        width: 100%;
    float: left;
    background: rgb(213 224 249 / 90%);
  }
  #section-contact::before {
     content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
        background: rgba(0,76,147,.8);

  }
  .resume-item .date {
  display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #0e0e0e; }
  .resume-item .school {
    display: block;
    font-size: 16px; }
  .resume-item h3 {
    color: #4a2ed7;
    font-size: 20px; }
  .resume-item .school {
        color: #084277; }
  .resume-item *:last-child {
    margin-bottom: 0; }

.blog-entry {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
  top: 0;
  -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1);
  background: #333; }
  .blog-entry:hover, .blog-entry:active, .blog-entry:focus {
    -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.1);
    top: -2px; }
  .blog-entry .blog-entry-text {
    border-top: none;
    padding: 30px; }
    .blog-entry .blog-entry-text h3 {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1.5; }
      .blog-entry .blog-entry-text h3 a {
        color: #fff; }
        .blog-entry .blog-entry-text h3 a:hover {
          color: #bac964; }
  .blog-entry .meta {
    font-size: 14px; }
    .blog-entry .meta a {
      display: inline-block;
      margin-right: 10px;
      color: rgba(255, 255, 255, 0.4); }
      .blog-entry .meta a:hover {
        color: #bac964; }
/*.content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1100px) {
  .content {
    justify-content: space-around;
  }
}

.group {
  margin: 10px;
}
.group .circular-progress60 {
  background: linear-gradient(90deg, #E0E0E0 50%, transparent 50%, transparent), linear-gradient(126deg, #FF70A6 50%, #E0E0E0 50%, #E0E0E0);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 130px;
  margin: 2em auto;
  position: relative;
  min-width: 130px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.group .circular-progress60::before {
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  content: "10%";
  font-size: 45px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 145px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 100%;
}
.group .circular-progress60:hover {
  box-shadow: 0 0 100px 1px rgba(255, 214, 112, 0.35);
}
.group .circular-progress73 {
  background: linear-gradient(-7.2deg, #FF9770 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9770 50%, #E0E0E0 50%, #E0E0E0);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 130px;
  margin: 2em auto;
  position: relative;
  min-width: 130px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.group .circular-progress73::before {
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  content: "73%";
  font-size: 45px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 145px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 100%;
}
.group .circular-progress73:hover {
  box-shadow: 0 0 100px 1px rgba(255, 214, 112, 0.35);
}
.group .circular-progress75 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF9770), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #FF9770), color-stop(50%, #E0E0E0), to(#E0E0E0));
  background: linear-gradient(0deg, #FF9770 50%, transparent 50%, transparent), linear-gradient(270deg, #FF9770 50%, #E0E0E0 50%, #E0E0E0);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 130px;
  margin: 2em auto;
  position: relative;
  min-width: 130px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.group .circular-progress75::before {
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  content: "75%";
  font-size: 45px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 145px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 100%;
}
.group .circular-progress75:hover {
  box-shadow: 0 0 100px 1px rgba(255, 214, 112, 0.35);
}
.group .circular-progress85 {
  background: linear-gradient(36deg, #70D6FF 50%, transparent 50%, transparent), linear-gradient(270deg, #70D6FF 50%, #E0E0E0 50%, #E0E0E0);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 130px;
  margin: 2em auto;
  position: relative;
  min-width: 130px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.group .circular-progress85::before {
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  content: "85%";
  font-size: 45px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 145px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 100%;
}
.group .circular-progress85:hover {
  box-shadow: 0 0 100px 1px rgba(255, 214, 112, 0.35);
}
.group .circular-progress90 {
  background: linear-gradient(54deg, #70D6FF 50%, transparent 50%, transparent), linear-gradient(270deg, #70D6FF 50%, #E0E0E0 50%, #E0E0E0);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 130px;
  margin: 2em auto;
  position: relative;
  min-width: 130px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.group .circular-progress90::before {
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  content: "90%";
  font-size: 45px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 145px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 100%;
}
.group .circular-progress90:hover {
  box-shadow: 0 0 100px 1px rgba(255, 214, 112, 0.35);
}
.group .circular-progress100 {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #C8E9A0), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #C8E9A0), color-stop(50%, #E0E0E0), to(#E0E0E0));
  background: linear-gradient(90deg, #C8E9A0 50%, transparent 50%, transparent), linear-gradient(270deg, #C8E9A0 50%, #E0E0E0 50%, #E0E0E0);
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  height: 130px;
  margin: 2em auto;
  position: relative;
  min-width: 130px;
  margin: 10px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.group .circular-progress100::before {
  background-color: #FAFAFA;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  content: "100%";
  font-size: 45px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 145px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: scale(0.87);
          transform: scale(0.87);
  width: 100%;
}
.group .circular-progress100:hover {
  box-shadow: 0 0 100px 1px rgba(255, 214, 112, 0.35);
}
.group .circular-text {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
*/

.circle {
width: 150px;
    margin: 6px 12px 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    /* border: 1px solid; */
    background: #f8f8f9;
    padding: 8px;
    border-radius: 7px;
    box-shadow: -2px 2px 5px 1px rgb(6 52 96);
}
.circle strong {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 53px;
    font-size: 40px;
    color: #191818;
}

.twitter {
  background-color: #FAFAFA;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  width: 140px;
  border-radius: 2px;
  margin: 1em auto;
  -webkit-transition: box-shadow .3s linear;
  transition: box-shadow .3s linear;
}
.twitter:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

#footer {
  margin-top: 30px;
}

@-webkit-keyframes turning_cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes turning_cw {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.form-control {
  border: none !important;
  background: #1d4575;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important; }
  .form-control:active, .form-control:focus {
    background: #1d4575;
    color: #fff; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

.site-form .form-control {
  border: 1px solid #b3bdc6; }

.site-contact-details, .site-contact-details li {
  padding: 0;
  margin: 0; }

.site-contact-details li {
      list-style: none;
    margin-bottom: 15px;
    background: #f8f8f9;
    padding: 15px;
    border-radius: 2px;
    box-shadow: -2px 2px 5px 1px rgb(0 64 125);}
  .site-contact-details li > span {
        color: #484545;
    letter-spacing: .1em;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    display: block; }
.form-body {
         background: #4c4c4c;
    padding: 15px;
    background: #f8f8f9;
    padding: 15px;
    border-radius: 2px;
    box-shadow: -2px 2px 5px 1px rgb(4 41 77);
}
.site-footer {
  padding: 3em 0; }
  .site-footer p:last-child {
    margin-bottom: 0; }
  .site-footer .social-item {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #5842c9;
    position: relative;
    border-radius: 50%;
    font-size: 22px;
    margin: 0 10px; }
    .site-footer .social-item > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
       .site-footer .social-item:hover { 
        color: #e7356a;}

.block-47 .block-47-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  display: block; }
  .block-47 .block-47-image img {
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2); }

.block-47 .block-47-quote {
  margin-left: 40px;
  padding: 30px;
  background: #333;
  border-radius: 7px;
  position: relative;
  -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1); }
  .block-47 .block-47-quote:before {
    content: "";
    border: 1px solid red;
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #333 transparent transparent; }
  .block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666666; }

.letter-spacing {
  letter-spacing: .2rem; }
.mobile_button {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    float: left;
    display: none;
    padding: 0px 0px;
    z-index: 9999999999;
}
.navbar-light .navbar-toggler-icon {
background-image: url(../images/toggle.png) !important;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}
 /* Responsive*/
 @media (min-width: 1200px) and (max-width: 1400px) {
  .site-hero, .site-hero .row {
    height: 90vh;
    min-height: 660px;
}
}
@media (max-width: 991px) {
  .mob-logo img {
    height: 50px;
  }

}
@media (max-width: 767px) {
.site-hero, .site-hero .row {
    height: 35vh !important;
    min-height: 250px !important;
       top: 55px;
}
.site-hero h1, .site-hero .lead {
    font-size: 25px;
}
#section-about img {
    width: 100%;
}
.circle {
    width: 150px;
    margin: 6px 6px 10px;
}
.filters ul li {
    display: inline-block;
    cursor: pointer;
    padding: 6px 8px;
    font-size: 15px;
}
.logo {
    display: none;
}
#section-resume {
    margin: 0px;
    padding: 30px 0px;
}
.lead {
  font-size: 17px;
}
#section-contact {
    padding: 30px 0px;
}
.site-footer .social-item {
    display: inline-block;
    width: 45px;
    height: 45px;
    font-size: 18px;
    margin: 0 5px;
}
.site-footer {
      width: 100%;
    float: left;
    padding: 0px;
}
.mobile_button {
    display: block;
}
.mobile_button ul {
    padding: 0px;
    margin-bottom: 0px;
}
.mobile_button ul li {
    float: left;
    display: inline-block;
    background: #7f66ff;
    width: 25%;
    text-align: center;
    margin: auto;
        box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 4px;
}
.mobile_button ul li a {
    line-height: 1.8;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.mob-email {
    background: #ec2f41 !important;
}
.mob-whatsapp {
    background: #25d366 !important;
}
.mob-sms {
    background: #c3ab33 !important;
}
h1 span {
    top: -13px;
     -webkit-animation: bounce .5s ease infinite alternate; 
    animation: bounce .5s ease infinite alternate;
    font-size: 30px;
    line-height: 50px;
    text-shadow: unset;
}
.thank-u-p {
  margin-top: 15px;
}
.d-m-w {
  display: none !important;
}
@keyframes bounce {
  100% {
    top: -20px;
    text-shadow: unset !important;
  }
}
}
@media (max-width: 535px) {
  .mob-logo img {
    height: 35px;
  }

}
