.overflow-fix {
  float: left;
  width: 100%;
  height: auto; }

.section-title-area h2 {
  font-size: 32px;
  color: #031d5b;
  line-height: 1.2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  font-weight: bold; }

.section-title-area a {
  background: #FF9D4E;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  height: 40px;
  width: 150px;
  margin-top: 45px;
  border: 1px solid  transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; }
  .section-title-area a:hover {
    border: 1px solid  #FF9D4E; }
    .section-title-area a:hover:after {
      left: 0px;
      top: 0px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
  .section-title-area a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 5px;
    content: "";
    border: 1px solid #FF9D4E;
    z-index: -1;
    top: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
  .section-title-area a svg {
    margin-left: 20px; }

.section-title-area h3 {
  font-size: 28px;
  color: #031d5b;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 45px;
  font-family: lb;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }

.section-title-area p {
  font-size: 28px;
  color: #385673;
  line-height: 1.5;
  margin-top: 55px;
  line-height: 40px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0; }

.section-title-area.section-title-area-right {
  text-align: right; }
  .section-title-area.section-title-area-right a {
    float: right; }

.section-title-area.section-title-area-center {
  text-align: center; }

.home-menu-area.sticky {
  background-image: -moz-linear-gradient(90deg, #e0f1f8 0%, #e7f5f9 75%, #edf8fa 100%);
  background-image: -webkit-linear-gradient(90deg, #e0f1f8 0%, #e7f5f9 75%, #edf8fa 100%);
  background-image: -ms-linear-gradient(90deg, #e0f1f8 0%, #e7f5f9 75%, #edf8fa 100%);
  padding: 21px 0;
  z-index: 9; }
  .home-menu-area.sticky img:last-child {
    display: block !important; }
  .home-menu-area.sticky .menu-area-list ul li a {
    color: #06144B; }
    .home-menu-area.sticky .menu-area-list ul li a:hover {
      color: #FF9D4E; }

.home-menu-area.sticky img:first-child {
  display: none !important; }

.home-menu-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 40px 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .home-menu-area .logo-area img:last-child {
    display: none; }
  .home-menu-area .menu-area-list ul li {
    list-style: outside none;
    display: inline-block;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding: 0px 17.5px; }
    .home-menu-area .menu-area-list ul li:hover a:after {
      left: 0;
      opacity: 1;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
    .home-menu-area .menu-area-list ul li a {
      color: #fff;
      line-height: 1.2;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      position: relative;
      padding-bottom: 10px;
      overflow-x: hidden;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .home-menu-area .menu-area-list ul li:last-child a {
      padding-right: 0px; }
    .home-menu-area .menu-area-list ul li:last-child:after {
      content: "";
      display: block;
      height: 2px;
      width: 100%;
      bottom: 0;
      position: absolute;
      opacity: 0;
      left: 90%;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
  .home-menu-area .menu-area-list ul .active a:after {
    left: 0;
    opacity: 1;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s; }

.homepage-banner-slider-area {
  position: relative; }
  .homepage-banner-slider-area .full-hight-table {
    padding-top: 120px; }
  .homepage-banner-slider-area .jelly-circle-svg {
    border: #431C53 solid;
    display: none; }
  .homepage-banner-slider-area .jelly-circle-canvas-area .jelly-circle-canvas {
    width: 640px;
    height: 650px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.about-us-area {
  margin-bottom: 180px; }
  .about-us-area .about-us-right-area.fadeInRight {
    opacity: 1; }
  .about-us-area .about-us-right-area {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0; }
    .about-us-area .about-us-right-area .about-us-right-shape {
      position: relative; }
      .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-shapetringle .about-jelly-circle-svg {
        border: #431C53 solid;
        display: none; }
      .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-shapetringle .about-jelly-circle-canvas-area .about-jelly-circle-canvas {
        width: 615px;
        height: 600px;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-shaperound {
        top: 145px;
        position: absolute;
        left: 15px;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        padding-left: 100px; }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-shaperound svg {
          width: 385px;
          height: 385px;
          -webkit-animation: dash 250s linear infinite;
          animation: dash 250s linear infinite; }

@-webkit-keyframes dash {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes dash {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-shaperound:nth-child(3) {
          top: 190px;
          left: 60px; }
          .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-shaperound:nth-child(3) svg {
            width: 291px;
            height: 291px;
            -webkit-animation: dash 250s linear infinite alternate;
            animation: dash 250s linear infinite alternate; }

@keyframes dash {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
      .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound {
        position: absolute;
        overflow: hidden; }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound .about-iterm {
          position: relative; }
          .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound .about-iterm .about-iterm-content {
            position: absolute;
            text-align: center;
            top: 25px; }
            .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound .about-iterm .about-iterm-content p {
              font-size: 12px;
              color: #00117b;
              line-height: 1.2;
              font-weight: bold;
              padding: 0px 25px; }
            .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound .about-iterm .about-iterm-content img {
              max-width: 55px;
              overflow: hidden; }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound:nth-child(4) {
          width: 92px;
          height: 96px;
          top: 48%;
          left: 48%;
          z-index: 2;
          -webkit-transform: translate(-195px);
          -ms-transform: translate(-195px);
          transform: translate(-195px);
          -webkit-animation: abouttAni1 60s infinite linear;
          animation: abouttAni1 60s infinite linear; }

@-webkit-keyframes abouttAni1 {
  0% {
    -webkit-transform: rotate(0deg) translate(-195px) rotate(0deg);
    transform: rotate(0deg) translate(-195px) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translate(-195px) rotate(-360deg);
    transform: rotate(360deg) translate(-195px) rotate(-360deg); } }

@keyframes abouttAni1 {
  0% {
    -webkit-transform: rotate(0deg) translate(-195px) rotate(0deg);
    transform: rotate(0deg) translate(-195px) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translate(-195px) rotate(-360deg);
    transform: rotate(360deg) translate(-195px) rotate(-360deg); } }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound:nth-child(5) {
          width: 115px;
          height: 120px;
          top: 48%;
          left: 48%;
          z-index: 2;
          -webkit-transform: translate(85px, -85px);
          -ms-transform: translate(85px, -85px);
          transform: translate(85px, -85px);
          -webkit-animation: abouttAni2 30s infinite linear alternate;
          animation: abouttAni2 30s infinite linear alternate; }

@-webkit-keyframes abouttAni2 {
  0% {
    -webkit-transform: translate(85px, -85px);
    transform: translate(85px, -85px); }
  100% {
    -webkit-transform: translate(-85px, 85px);
    transform: translate(-85px, 85px); } }

@keyframes abouttAni2 {
  0% {
    -webkit-transform: translate(85px, -85px);
    transform: translate(85px, -85px); }
  100% {
    -webkit-transform: translate(-85px, 85px);
    transform: translate(-85px, 85px); } }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound:nth-child(6) {
          width: 160px;
          height: 165px;
          top: 25.5%;
          left: 28.6%;
          -webkit-transform: scale(1) translate(0px, 0px);
          -ms-transform: scale(1) translate(0px, 0px);
          transform: scale(1) translate(0px, 0px);
          -webkit-animation: abouttAni3 15s infinite linear alternate;
          animation: abouttAni3 15s infinite linear alternate; }

@-webkit-keyframes abouttAni3 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px); }
  100% {
    -webkit-transform: scale(0.7) translate(115px, 160px);
    transform: scale(0.7) translate(115px, 160px); } }

@keyframes abouttAni3 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px); }
  100% {
    -webkit-transform: scale(0.7) translate(115px, 160px);
    transform: scale(0.7) translate(115px, 160px); } }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound:nth-child(7) {
          width: 92px;
          height: 96px;
          top: 48%;
          left: 48%;
          z-index: 2;
          -webkit-transform: translate(195px);
          -ms-transform: translate(195px);
          transform: translate(195px);
          -webkit-animation: abouttAni4 60s infinite linear;
          animation: abouttAni4 60s infinite linear; }

@-webkit-keyframes abouttAni4 {
  0% {
    -webkit-transform: rotate(0deg) translate(195px) rotate(0deg);
    transform: rotate(0deg) translate(195px) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translate(195px) rotate(-360deg);
    transform: rotate(360deg) translate(195px) rotate(-360deg); } }

@keyframes abouttAni4 {
  0% {
    -webkit-transform: rotate(0deg) translate(195px) rotate(0deg);
    transform: rotate(0deg) translate(195px) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translate(195px) rotate(-360deg);
    transform: rotate(360deg) translate(195px) rotate(-360deg); } }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound:nth-child(8) {
          width: 160px;
          height: 165px;
          top: 55%;
          left: 59%;
          -webkit-transform: scale(1) translate(0px, 0px);
          -ms-transform: scale(1) translate(0px, 0px);
          transform: scale(1) translate(0px, 0px);
          -webkit-animation: abouttAni5 15s infinite linear alternate;
          animation: abouttAni5 15s infinite linear alternate; }

@-webkit-keyframes abouttAni5 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px); }
  100% {
    -webkit-transform: scale(0.7) translate(-125px, -100px);
    transform: scale(0.7) translate(-125px, -100px); } }

@keyframes abouttAni5 {
  0% {
    -webkit-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px); }
  100% {
    -webkit-transform: scale(0.7) translate(-125px, -100px);
    transform: scale(0.7) translate(-125px, -100px); } }
        .about-us-area .about-us-right-area .about-us-right-shape .about-us-right-nrow-shaperound:nth-child(9) {
          width: 115px;
          height: 120px;
          top: 48%;
          left: 48%;
          z-index: 2;
          -webkit-transform: translate(-85px, 85px);
          -ms-transform: translate(-85px, 85px);
          transform: translate(-85px, 85px);
          -webkit-animation: abouttAni6 30s infinite linear alternate;
          animation: abouttAni6 30s infinite linear alternate; }

@-webkit-keyframes abouttAni6 {
  0% {
    -webkit-transform: translate(-85px, 85px);
    transform: translate(-85px, 85px); }
  100% {
    -webkit-transform: translate(85px, -85px);
    transform: translate(85px, -85px); } }

@keyframes abouttAni6 {
  0% {
    -webkit-transform: translate(-85px, 85px);
    transform: translate(-85px, 85px); }
  100% {
    -webkit-transform: translate(85px, -85px);
    transform: translate(85px, -85px); } }

.main-portfolio-area {
  position: relative;
  margin-bottom: 115px; }
  .main-portfolio-area .portfolio-svg-area {
    position: relative;
    left: -41.666667%; }
  .main-portfolio-area .portfolio-bar-area {
    position: absolute;
    left: -90%;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%;
    opacity: 0; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar {
      display: block;
      height: 75px;
      background: #E9F0FA;
      width: 100%;
      border-radius: 50px;
      position: relative; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar1 {
      margin-bottom: 50px; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar2 {
      display: block; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar3 {
      display: block; }
      .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar3:after {
        content: "";
        display: block;
        position: absolute;
        background: #F1F5FB;
        width: 200px;
        top: 0;
        right: -90px;
        height: 100%;
        border-radius: 50px; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar4 {
      display: block;
      margin-bottom: 50px; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar5 {
      display: block;
      margin-bottom: 50px; }
      .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar5:after {
        content: "";
        display: block;
        position: absolute;
        background: #E9F0FA;
        width: 75px;
        top: 0;
        right: -100px;
        height: 75px;
        border-radius: 50%; }
    .main-portfolio-area .portfolio-bar-area .portfolio-bar .bar6 {
      display: block; }
  .main-portfolio-area .portfolio-cooo-area {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    height: 100%; }
    .main-portfolio-area .portfolio-cooo-area .zoomIn.portfolio-left-area {
      opacity: 1; }
    .main-portfolio-area .portfolio-cooo-area .portfolio-left-area {
      position: relative;
      top: -90px;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      opacity: 0; }
      .main-portfolio-area .portfolio-cooo-area .portfolio-left-area .portfolio-single-area {
        background-image: -webkit-gradient(linear, right top, left top, from(#b8b7f8), to(#9795f0));
        background-image: -webkit-linear-gradient(right, #b8b7f8 0%, #9795f0 100%);
        background-image: -o-linear-gradient(right, #b8b7f8 0%, #9795f0 100%);
        background-image: linear-gradient(-90deg, #b8b7f8 0%, #9795f0 100%);
        max-width: 255px;
        max-height: 265px;
        height: 265px;
        overflow: hidden;
        border-radius: 30px;
        position: relative; }
        .main-portfolio-area .portfolio-cooo-area .portfolio-left-area .portfolio-single-area:nth-child(1) {
          top: 60px;
          z-index: 1; }
        .main-portfolio-area .portfolio-cooo-area .portfolio-left-area .portfolio-single-area:nth-child(2) {
          top: 150px;
          left: 30px; }
        .main-portfolio-area .portfolio-cooo-area .portfolio-left-area .portfolio-single-area:nth-child(3) {
          top: 90px; }
        .main-portfolio-area .portfolio-cooo-area .portfolio-left-area .portfolio-single-area img {
          width: 100%;
          height: 265px; }

.work-process-area {
  padding-top: 150px;
  padding-bottom: 90px;
  margin-top: 100px;
  position: relative;
  -webkit-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99); }
  .work-process-area .work-process-svg-area .container .work-process-svg {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15); }
  .work-process-area .work-process-content-main-area {
    position: absolute;
    top: 0;
    left: 0; }
    .work-process-area .work-process-content-main-area .wokring-process-title-area {
      max-width: 730px;
      float: none;
      margin: 0 auto;
      position: relative;
      margin-top: -50px;
      margin-bottom: 200px; }
    .work-process-area .work-process-content-main-area .single-work-procerss-content-area {
      position: relative;
      z-index: 1; }
      .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6:nth-child(1) .single-work-procerss:after {
        content: "";
        width: 100%;
        height: 1px;
        border-top: 2px dashed #00117b;
        position: absolute;
        bottom: 60px;
        z-index: -1;
        left: 30%; }
      .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6:nth-child(2) .single-work-procerss:after {
        content: "";
        width: 1px;
        height: 100%;
        border-left: 2px dashed rgba(0, 17, 123, 0.62);
        position: absolute;
        bottom: -80%;
        z-index: -1;
        left: 25%; }
      .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6:nth-child(3) .single-work-procerss:after {
        content: "";
        width: 1px;
        height: 100%;
        border-left: 2px dashed rgba(0, 17, 123, 0.62);
        position: absolute;
        bottom: -80%;
        z-index: -1;
        left: 25%; }
      .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6:nth-child(4) .single-work-procerss:after {
        content: "";
        width: 100%;
        height: 94px;
        border-bottom: 2px dashed #00117b;
        position: absolute;
        bottom: 25px;
        z-index: -1;
        left: -75%;
        border-radius: 0% 50% 50% 0%; }
      .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6:nth-child(5) .single-work-procerss:after {
        content: "";
        width: 100%;
        height: 94px;
        border-bottom: 2px dashed #00117b;
        position: absolute;
        bottom: 25px;
        z-index: -1;
        left: 30%;
        border-radius: 50% 50% 0% 15%; }
      .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6 .single-work-procerss {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0;
        position: relative;
        margin-bottom: 105px; }
        .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6 .single-work-procerss .single-work-procerss-img img {
          width: 100%; }
        .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6 .single-work-procerss .single-work-procerss-content h2 {
          font-size: 24px;
          color: #031d5b;
          line-height: 0.708;
          margin-bottom: 15px; }
        .work-process-area .work-process-content-main-area .single-work-procerss-content-area .col-md-6 .single-work-procerss .single-work-procerss-content p {
          font-size: 14px;
          color: #385673;
          line-height: 1.267;
          padding-right: 10px; }

.main-testimonial-title-area {
  padding-top: 100px;
  padding-bottom: 50px; }

.main-testimonial-area {
  overflow-x: hidden;
  padding-top: 0px;
  position: relative;
  background: url(../images/polyiline.png);
  background-size: 100%;
  background-position: center; }
  .main-testimonial-area .testimonial-area-peralax {
    position: relative;
    overflow: hidden;
    padding-top: 50px; }
    .main-testimonial-area .testimonial-area-peralax .testimonial-area-peralax-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      .main-testimonial-area .testimonial-area-peralax .testimonial-area-peralax-bg div {
        height: 890px;
        width: 120%;
        position: relative;
        left: -10%;
        background-size: cover !important; }
      .main-testimonial-area .testimonial-area-peralax .testimonial-area-peralax-bg .test-bg-two {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        opacity: 0; }
      .main-testimonial-area .testimonial-area-peralax .testimonial-area-peralax-bg .test-bg-two.jackInTheBox {
        opacity: 1; }
  .main-testimonial-area .main-testimonial-area-content .testimonial-title-area {
    margin-bottom: 50px; }
  .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .owl-nav {
    opacity: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 23%; }
    .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .owl-nav svg {
      color: #031d5b;
      font-size: 20px; }
    .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .owl-nav .owl-prev {
      margin: 10px 15px; }
    .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .owl-nav .owl-next {
      margin: 10px 15px; }
  .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item {
    height: 575px;
    position: relative; }
    .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title {
      width: 100px;
      height: 100px;
      text-align: center;
      position: absolute;
      border-radius: 50%;
      overflow: hidden;
      opacity: 1; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        margin-top: 8px; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title h2 {
        font-size: 12px;
        color: #f0f1ff;
        font-weight: bold;
        line-height: 1.417; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title h3 {
        font-size: 12px;
        color: #f0f1ff;
        line-height: 1.417; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:after {
        content: ""; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(1) {
        left: 18%;
        top: 15%; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(1) img {
          -webkit-box-shadow: 0px 0px 15px 0px #FAA434;
          box-shadow: 0px 0px 15px 0px #FAA434; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(2) {
        left: 8%;
        top: 30%; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(2) img {
          -webkit-box-shadow: 0px 0px 15px 0px #209893;
          box-shadow: 0px 0px 15px 0px #209893; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(3) {
        left: 22%;
        bottom: 30%; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(3) img {
          -webkit-box-shadow: 0px 0px 15px 0px #F26922;
          box-shadow: 0px 0px 15px 0px #F26922; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(4) {
        right: 8%;
        top: 30%; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(4) img {
          -webkit-box-shadow: 0px 0px 15px 0px #FAA434;
          box-shadow: 0px 0px 15px 0px #FAA434; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(5) {
        right: 22%;
        bottom: 30%; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(5) img {
          -webkit-box-shadow: 0px 0px 15px 0px #F26922;
          box-shadow: 0px 0px 15px 0px #F26922; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(6) {
        right: 18%;
        top: 15%; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-title:nth-child(6) img {
          -webkit-box-shadow: 0px 0px 15px 0px #209893;
          box-shadow: 0px 0px 15px 0px #209893; }
    .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-active-item-nowes {
      max-width: 350px;
      max-height: 354px;
      position: relative;
      margin: 0 auto;
      float: none;
      display: block;
      margin-top: 30px; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-active-item-nowes .testimonial-svg-area {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1; }
    .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content {
      max-width: 350px;
      max-height: 354px;
      height: 354px;
      overflow: hidden;
      position: relative;
      padding: 30px 0px 40px 0px;
      text-align: center; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .testmoni-conten-admin-active {
        padding: 0px 40px 0px 30px; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .testmoni-conten-admin-active p {
          font-size: 14px;
          color: #fff;
          line-height: 20px;
          margin-bottom: 25px; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .testmoni-conten-admin-active .test-qut {
          width: 45px;
          height: 30px;
          margin: 0 auto;
          margin-bottom: 20px; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .img-active-test-arow img {
        margin: 0 auto;
        width: 95%;
        margin-left: 11px; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .img-active-test-arow .img-active-test {
        position: relative;
        margin-top: -10px;
        margin-left: 2.5px; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .img-active-test-arow .img-active-test img {
          width: 70px;
          height: 70px;
          border-radius: 50%;
          text-align: center;
          margin: 0 auto; }
      .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .testmoni-name-admj {
        padding: 0px 40px 0px 30px; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .testmoni-name-admj h2 {
          font-size: 14px;
          color: #fff;
          line-height: 20px;
          margin-top: 10px; }
        .main-testimonial-area .main-testimonial-area-content .testimonial-slider-area .testimonial-slider .testimonial-slider-single-item-area .testimonial-slider-single-item .testimonial-slider-single-item-content .testmoni-name-admj h3 {
          font-size: 14px;
          color: #fff;
          line-height: 20px; }

.main-bloge-area {
  margin-top: 180px;
  position: relative; }
  .main-bloge-area .blog-svg-area {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .main-bloge-area .main-content-blog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%; }
    .main-bloge-area .main-content-blog .bloge-right-area .single-post-home.one {
      border-radius: 5px;
      background-color: #fafbff;
      -webkit-box-shadow: 0px 0px 9px 1px rgba(171, 169, 233, 0.2);
      box-shadow: 0px 0px 9px 1px rgba(171, 169, 233, 0.2);
      width: 255px;
      height: 360px; }
      .main-bloge-area .main-content-blog .bloge-right-area .single-post-home.one .single-post-home-img {
        max-height: 145px;
        overflow: hidden;
        border-radius: 5px 5px 0px 0px;
        max-width: 100%; }
    .main-bloge-area .main-content-blog .bloge-right-area .single-post-home {
      margin-bottom: 20px;
      border-radius: 5px;
      background-color: #fafbff;
      -webkit-box-shadow: 0px 0px 9px 1px rgba(171, 169, 233, 0.2);
      box-shadow: 0px 0px 9px 1px rgba(171, 169, 233, 0.2);
      width: 350px;
      height: 170px; }
      .main-bloge-area .main-content-blog .bloge-right-area .single-post-home .single-post-home-img {
        max-width: 110px;
        max-height: 170px;
        overflow: hidden;
        border-radius: 5px 0px 0px 5px; }
        .main-bloge-area .main-content-blog .bloge-right-area .single-post-home .single-post-home-img img {
          height: 170px;
          width: 100%; }
      .main-bloge-area .main-content-blog .bloge-right-area .single-post-home .single-post-home-conetnt {
        padding: 15px; }
        .main-bloge-area .main-content-blog .bloge-right-area .single-post-home .single-post-home-conetnt .date {
          font-size: 13px;
          color: #031d5b;
          text-transform: uppercase;
          padding-bottom: 10px;
          margin-bottom: 22px;
          border-bottom: 1px solid #031d5b; }
        .main-bloge-area .main-content-blog .bloge-right-area .single-post-home .single-post-home-conetnt .short-c {
          font-size: 19px;
          color: #031d5b;
          line-height: 1.2; }

.client-process-area {
  padding: 180px 0; }
  .client-process-area .client-process-title-area h2 {
    margin-bottom: 50px; }
  .client-process-area .client-process-slider .client-slider .owl-nav svg {
    color: #031d5b;
    font-size: 20px; }
  .client-process-area .client-process-slider .client-slider .owl-nav .owl-prev {
    position: absolute;
    top: 25px;
    left: -10%; }
  .client-process-area .client-process-slider .client-slider .owl-nav .owl-next {
    position: absolute;
    top: 25px;
    right: -10%; }

.disabled svg {
  opacity: .8;
  cursor: not-allowed; }

body {
  overflow-x: hidden; }

.uHome-banner-area {
  background-image: -moz-linear-gradient(175deg, #ffc61c 0%, #f99b1f 50%, #f26922 100%);
  background-image: -webkit-linear-gradient(175deg, #ffc61c 0%, #f99b1f 50%, #f26922 100%);
  background-image: -ms-linear-gradient(175deg, #ffc61c 0%, #f99b1f 50%, #f26922 100%);
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .uHome-banner-area .banner-round-two {
    position: absolute;
    border-radius: 50%;
    width: 34.375em;
    height: 34.375em;
    bottom: 75px;
    left: 20px;
    background-image: -moz-linear-gradient(130deg, #f18e0e 0%, #f89f2c 42%, #ffb04a 100%);
    background-image: -webkit-linear-gradient(130deg, #f18e0e 0%, #f89f2c 42%, #ffb04a 100%);
    background-image: -ms-linear-gradient(130deg, #f18e0e 0%, #f89f2c 42%, #ffb04a 100%); }
  .uHome-banner-area .banner-round-one {
    position: absolute;
    border-radius: 50%;
    width: 12.688em;
    height: 12.688em;
    left: -55px;
    bottom: -45px;
    background: -webkit-linear-gradient(359deg, #f18e0e 0%, #faa434 100%); }
  .uHome-banner-area .banner-round-three {
    position: absolute;
    border-radius: 50%;
    width: 12.688em;
    height: 12.688em;
    right: -55px;
    bottom: -45px;
    background: -webkit-linear-gradient(359deg, #f18e0e 0%, #faa434 100%); }
  .uHome-banner-area .banner-round-four {
    position: absolute;
    border-radius: 50%;
    width: 64.250em;
    height: 64.250em;
    right: -340px;
    bottom: -130px;
    background: -webkit-linear-gradient(359deg, #f18e0e 0%, #faa434 100%); }
  .uHome-banner-area .full-hight-table {
    float: left;
    width: 100%; }
    .uHome-banner-area .full-hight-table .full-hight-tablecell .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .uHome-banner-area .full-hight-table .full-hight-tablecell .row .uBanner-left-area {
        color: #fff; }
        .uHome-banner-area .full-hight-table .full-hight-tablecell .row .uBanner-left-area h2 {
          font-size: 40px;
          font-weight: 600; }
        .uHome-banner-area .full-hight-table .full-hight-tablecell .row .uBanner-left-area p {
          font-size: 70px;
          font-family: lb; }
      .uHome-banner-area .full-hight-table .full-hight-tablecell .row .uBanner-right-area a {
        width: 27.813em;
        height: 27.813em;
        overflow: hidden;
        border-radius: 50%;
        position: relative; }
        .uHome-banner-area .full-hight-table .full-hight-tablecell .row .uBanner-right-area a img {
          min-width: 27.813em;
          min-height: 27.813em; }
        .uHome-banner-area .full-hight-table .full-hight-tablecell .row .uBanner-right-area a i {
          position: absolute;
          font-size: 70px;
          color: #fff;
          width: 100%;
          height: 100%;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          background: -webkit-linear-gradient(245deg, rgba(0, 229, 255, 0.45) 0%, rgba(34, 0, 128, 0.45) 100%);
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          
          
          
          .uBanner-right-area img {
	width: 350px;
	height: 350px;
	border-radius: 50%;
}
