@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);


.arrowList ul li{
    padding-left: 40px;
    position: relative;
	padding-top:5px;
	}

.arrowList ul li:before{
    background: url(../images/arrow5.png) no-repeat left top; 
	width:23px;
    height:22px;
	content:"";
	position:absolute;
	top:9px;
	left:0px;
}

.welcome-img{
margin-top:-110px;
margin-bottom:-6px;}

.notification-bg{
background-color:#fff;
border:1px solid #eee;
-webkit-box-shadow: 0px 0px 4px 1px #eee; 
box-shadow: 0px 0px 4px 1px #eee;}

.notification-bg .scrollingpart{
padding:0px 15px 20px 15px;
height:auto;
}

.notification-bg .notificationheading{
padding:8px 20px 8px 35px;
background-color:#0c1f67;
color:#fff;
font-size:20px;
}

.latestupdates{
overflow-y: auto;
outline: none;
height:350px;
}

::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: red !important; 
    
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}

.event{
border:1px solid #eee;
margin-bottom:40px;}

.event .left{
background-color:#ff0000;
padding:13px 20px;
width:20%;
float:left;
}

.event .left h4{
margin-bottom:0px;
color:#fff;
line-height:30px;
text-align:center;
font-size:20px;
}

.event .right{
background-color:#fff;
padding:17px 25px;
width:80%;
float:left;
}

.event .right h4{
color:#0c1f67;
line-height:18px;
text-align:left;
font-size:16px;
margin-bottom:19px;
}

.event .right h6{
color:#0c1f67;
line-height:15px;
font-size:15px;
margin-bottom:0px;
}

.compact .top_nav {
    display: none;
}
.compact .header {
        top: 76px;
}

ul,li{margin:0;padding:0;}

/* Sticky Social Icons */
.sticky-container{ padding:0px; margin:0px; position:fixed; right:-180px; top:220px; width:220px; z-index:1000;}
.sticky li{list-style-type:none;background-color:#cbeffb;color:#efefef;height:43px;padding:0px;margin:0px 0px 1px 0px; -webkit-transition:all 0.25s ease-in-out;-moz-transition:all 0.25s ease-in-out;-o-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out; cursor:pointer;}
.sticky li:hover{margin-left:-115px;}
.sticky li img{float:left;margin:5px 4px;margin-right:5px;}
.sticky li p{padding-top:5px;margin:0px;line-height:16px; font-size:11px;}
.sticky li p a{ text-decoration:none; color:#2C3539;}
.sticky li p a:hover{text-decoration:underline;}
/* Sticky Social Icons */


.snip1401 {
  font-family: 'Playfair Display', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 6% 10px 1%;
  min-width: 230px;
  max-width: 315px;
  max-height: 220px;
  width: 100%;
  color: #fff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
}
.snip1401 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 img {
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1401 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #e01a22;
  width: 40%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
.snip1401 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 120px 0;
  border-color: transparent #e01a22 transparent transparent;
}
.snip1401:after {
  position: absolute;
  bottom: 50%;
  right: 40%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 120px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 h3,
.snip1401 p {
  line-height: 1.5em;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
}
.snip1401 h3 {
  margin: 0 0 5px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.0em;
  color:#fff !important;
}
.snip1401 p {
  font-size: 0.8em;
}
.snip1401 i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
.snip1401 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1401:hover img,
.snip1401.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.line-bg{
background-image:url(../images/line-bg.png);
background-repeat:repeat-x;}


/*--our services start--*/
.service-one {
  position: relative;
  padding-bottom: 20px;
}
.service-one__line {
  margin: 0;
 /* border-width: 1px;
  border-color: #EDEEF0;*/
  margin-bottom: 105px;
}
.service-one__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #e7062b;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.service-one__bubble-one {
  top: 15%;
  left: 2%;
}
.service-one__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #f7c324;
  bottom: 15%;
  left: 15%;
}
.service-one__bubble-three {
  width: 88px;
  height: 88px;
  background-color: #f7c324;
  top: 3%;
  left: 32%;
}
.service-one__bubble-four {
  width: 44px;
  height: 44px;
  background-color: #e7062b;
  top: 15%;
  right: 6%;
}
.service-one__bubble-five {
  background-color: #f7c324;
  right: 6%;
  top: 60%;
}
.service-one__single {
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
          filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
}
.service-one__inner {
  padding: 30px 30px 62px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
}
.service-one__inner * {
  position: relative;
  z-index: 10;
}
.service-one__inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #ea072e 0%, #c40a3b 50%, #8d0f37 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0, 100% 50%, 0% 100%);
  background-image: linear-gradient(22deg, #8d0f37 0%, #c40a3b 50%, #ea072e 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__icon {
  font-size: 28px !important;
  color: #e7062b;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.service-one__title a {
  color: #d00937;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__title a:hover {
  color: #fff;
}
.service-one__text {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: #000;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: justify;
}
.service-one__more-link {
  color: #868994;
  font-size: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__more-link:hover {
  color: #fff;
}
.service-one__single:hover .service-one__inner:after, .service-one__single:hover .service-one__inner:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__single:hover .service-one__inner:after {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__single:hover .service-one__icon, .service-one__single:hover .service-one__title a, .service-one__single:hover .service-one__more-link, .service-one__single:hover .service-one__text {
  color: #fff;
}

@-webkit-keyframes squareMover {
  0%,
            100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20%,
            60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
            transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
            80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
            transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%,
            100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20%,
            60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
            transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
            80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
            transform: translate(40px, 60px) rotate(0deg);
  }
}

/*--our services end--*/

/*--our solutions start--*/
.pricing-style-one2 {
    padding: 50px 0px 70px;
    background-image: url(../images/welcome-bg.png);
    position: relative;
    z-index: 1;
    background-position: bottom center;
    background-size: cover;
}
.app_downloadpart {
    margin-bottom: 35px;
}
.download_img {
    height: 450px;
    width: 430px;
}
.partner-with-right {
   
        margin-bottom: 40px;
}
.partner-with-right h2 {
    color: #fff;
}
.partner-with-right p {
    color: #fff;
}
.leftpart{
    background-image: url(../images/cta-bg-shape.png);
  }


.store_app [class*=bubble-] {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  background-color: #ede8ff;
  border: 1px solid #a98fff;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
}
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
            transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
            transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
            transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.store_app .bubble-1 {
  background-color: #fff7e0;
  border-color: #ffdd83;
  top: 10px;
  left: 20px;
}
.store_app .bubble-2 {
  background-color: #fff1ec;
  border-color: #ffb59d;
  bottom: 30px;
  left: 10%;
}
.store_app .bubble-3 {
  background-color: #ebf3ff;
  border-color: #b9d4ff;
  top: 40px;
  left: 40%;
}
.store_app .bubble-4 {
  background-color: #ddffe4;
  border-color: #93ff6d;
  top: 10px;
  right: 40%;
}
.store_app .bubble-5 {
  background-color: #ede8ff;
  border-color: #a98fff;
  bottom: 30px;
  right: 25%;
}
.store_app .bubble-6 {
  background-color: #ffe8fb;
  border-color: #ffa6ef;
  top: 40%;
  right: 10%;
}


.single-process {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  margin-bottom: 50px;
}

.process-bg {
  background-position: 55% 20%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1199px) {
  .process-bg {
    background-position: 55% 5%;
    background-size: 85%;
  }
}

@media only screen and (max-width: 991px) {
  .process-bg {
    background-image: none !important;
  }
}

.single-process-wrapper:nth-child(even) {
  margin-top: 225px;
}

@media only screen and (max-width: 991px) {
  .single-process-wrapper:nth-child(even) {
    margin-top: 0;
  }
}

/*--our solutions end--*/

/*--welcome start--*/

.cta-two {
  padding-top: 106px;
  padding-bottom: 65px;
  position: relative;
}
.cta-two__images-block {
  display: inline-block;
  position: relative;
}
.cta-two__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 88px;
  height: 88px;
  background-color: #e7062b;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.cta-two__bubble-one {
  top: 30%;
    left: 2%;
}
.cta-two__bubble-two {
  width: 64px;
    height: 64px;
    background-color: #f7c324;
    bottom: 30%;
    left: 35%;
}
.cta-two__bubble-three {
  width: 88px;
  height: 88px;
  background-color: #f7c324;
  top: 3%;
  left: 32%;
}
.cta-two__bubble-four {
  width: 44px;
  height: 44px;
  background-color: #e7062b;
      top: 10%;
    right: 15%;
}
.cta-two__bubble-five {
  background-color: #f7c324;
  right: 10%;
  top: 50%;
}
.cta-two .block-title {
  margin: 0;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .cta-two__content {
    padding-left: 30px;
    margin-top: -15px;
  }
}
.cta-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 55px;
}
.cta-two__list-item {
  position: relative;
  color: #03579b;
  font-size: 19px;
    padding-left: 30px;
    padding-bottom: 5px;
}
.cta-two__list-item i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e7062b;
  font-size: 18px;
}
.cta-two__list-item + .cta-two__list-item {
  margin-top: 4px;
}
.cta-two__text {
  margin: 0;
  color: #868994;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 45px;
}

[class*='cta-two__image-'] {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.3);
}

[class*='cta-two__image-']:not(.cta-two__image-four) {
  position: absolute;
}

.cta-two__image-one {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.cta-two__image-two {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

.cta-two__image-three {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(30%) translateX(-50%);
          transform: translateY(30%) translateX(-50%);
}
/*--welcome end--*/

.client-icons{
  width: 15%; float: left;
  margin-right: 2%;
}

.client-icons1{
  width: 15%; float: left;
 
}



/*-- welcome css start--*/

.pricing-style-one {
  padding: 60px 0;
}
.pricing-style-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 0;
  margin-bottom: 60px;
}
.pricing-style-one .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.pricing-style-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  color: #86909E;
  display: inline-block;
  padding: 14px 33.5px;
  cursor: pointer;
  color: #777B92;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0 !important;
  transition: all 0.4s ease;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  background-color: #fefdfe;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
}
.pricing-style-one .tab-title li a:hover {
  border-color: #E94FCA;
  background: #E94FCA;
  color: #FFFFFF;
}
.pricing-style-one .tab-title li a.active {
  border-color: #E94FCA;
  background: #E94FCA !important;
  color: #FFFFFF !important;
}
.pricing-style-one .tab-title li:first-child a {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.pricing-style-one .tab-title li:last-child a {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.single-pricing-one {
  padding: 60px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  text-align: center;
}
.single-pricing-one.basic-pack .price {
  color: #5DDA6C;
}
.single-pricing-one.basic-pack .line {
  background-color: #5DDA6C;
}
.single-pricing-one.basic-pack .price-btn:hover {
  background-color: #5DDA6C;
  border-color: #5DDA6C;
}
.single-pricing-one.biz-pack .price {
  color: #F0A734;
}
.single-pricing-one.biz-pack .line {
  background-color: #F0A734;
}
.single-pricing-one.biz-pack .price-btn:hover {
  background-color: #F0A734;
  border-color: #F0A734;
}
.single-pricing-one span,
.single-pricing-one a {
  display: block;
}
.single-pricing-one ul.feature-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
}
.single-pricing-one ul.feature-lists li {
  font-size: 18px;
  line-height: 1em;
  color: #777B92;
}
.single-pricing-one ul.feature-lists li + li {
  margin-top: 20px;
}
.single-pricing-one .price {
  color: #AD63F3;
  font-size: 60px;
  font-weight: 300;
  line-height: 1em;
}
.single-pricing-one .pack-name {
  font-size: 14px;
  font-weight: 500;
  color: #273167;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 22px;
}
.single-pricing-one .line {
  background-color: #ad63f3;
  width: 40px;
  height: 2px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-pricing-one .price-btn {
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 4px;
  background-color: white;
  box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1);
  display: inline-block;
  vertical-align: middle;
  color: #777B92;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 42.5px;
  transition: all .4s ease;
}
.single-pricing-one .price-btn:hover {
  background-color: #E94FCA;
  color: #fff;
  border-color: #E94FCA;
}
.single-pricing-one .tag-line {
  font-size: 14px;
  text-transform: uppercase;
  color: #777B92;
  letter-spacing: .1em;
  margin-top: 40px;
}

.welcome-text h6{
  font-size: 20px; color: #14375c; margin-bottom: 16px;
}



.welcome-text p{
  font-size: 15px; 
  text-align: justify;
  line-height: 30px;
    color: #777b92
}

.welcome-text .btn {
    background-color: #f1695c;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 20px;
}

.welcome-text .btn:hover {
    background-color: #03579b;
   color: #fff;
}

.inner-text p{
  font-size: 15px; 
  text-align: justify;
  line-height: 30px;
    color: #777b92;
    padding-bottom: 15px;
}
/*-- welcome css start--*/

.our-impotance{padding:60px 0px 0px; background: #f2f3f7;}
.our-impotance  ul {
       width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 42px;
}
.our-impotance ul li a:hover h3{    color: #ea4636;}
.our-impotance ul li {
    display: block;
    margin-bottom: 64px;
    border-right: 1px #e9e9e9 solid;
    position: relative;
    float: left;
}
.our-impotance ul li .inner {
    display: block;
    padding: 30px;
}
.our-impotance ul li .inner .img-block img{text-align: center; width: 70px;}
.our-impotance ul li .inner .img-block {

    position: absolute;
    right: 16px;
    top: -50px;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #999999;
    /* font-size: 37px; */
    background-color: #ffffff;
    border-radius: 100%;
    border: 1px solid #f5f5f5;
    padding: 0px 0px 0px;
    line-height: 158px;
}
.our-impotance ul li h3 {
    display: block;
    padding: 22px 0 0px 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    line-height: 24px;
}
.our-impotance ul li p {
        display: block;
    font-size: 14px;
   line-height: 30px;
    color: #777b92;
}
.our-impotance ul li:after {
        width: 90%;
    height: 1px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: block;
    position: absolute;
    bottom: -2px;    content: "";
    background: #e9e9e9;

}
.our-impotance ul li .inner .bd-right:after{
        height: 58px;
    width: 1px;
    margin: 0 auto;
    left: 0px;
    top: -8px;
    display: block;
    position: absolute;
    right: -163px;
    content: "";
    background: #e9e9e9;
}
.our-impotance ul li .inner {
          display: block;
    padding: 30px;
    border-radius: 9px;
    background: #ffffff;
    height: 238px;
    position: relative;
    box-shadow: 7px 7px 4px #e4e4e4;
}

.inner-box{padding:40px 0px; background: #f2f3f7;}

.inner-box h4{font-size: 20px; color: #d00937;}

.img-block {
    margin-bottom: 0px;
}

.main_title {
  text-align: left;
  margin: 0px auto 30px;
}

.main_title h2::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 40px;
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 49%);
    clip-path: polygon(0 0, 0% 100%, 100% 49%);
    border-left-width: 18px;
    border-left-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#f1695c), to(rgb(255, 255, 255))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    -moz-border-image: -moz-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    -o-border-image: -o-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    border-image: linear-gradient(to right, #f1695c, rgb(255, 255, 255)) 1 100%}

.main_title h2 {
    font-size: 32px; 
    color: #0090ac;
    margin-bottom: 20px;
    padding-left: 48px;
    font-weight: 600;
}

.main_title span{    
    font-size: 20px;
    /*color:#92a4bd;*/
    color: rgba(0,0,0,0.8);
  }

  .inner_main_title {
  text-align: left;
  margin: 0px auto 0px;
}

.inner_main_title h2::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 49%);
    clip-path: polygon(0 0, 0% 100%, 100% 49%);
    border-left-width: 18px;
    border-left-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#d00937), to(rgb(255, 255, 255))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(right, #d00937, rgb(255, 255, 255)) 1 100%;
    -moz-border-image: -moz-linear-gradient(right, #d00937, rgb(255, 255, 255)) 1 100%;
    -o-border-image: -o-linear-gradient(right, #d00937, rgb(255, 255, 255)) 1 100%;
    border-image: linear-gradient(to right, #d00937, rgb(255, 255, 255)) 1 100%}

.inner_main_title h2 {
    font-size: 32px; 
    color: #03579b;
    margin-bottom: 20px;
    padding-left: 48px;
    font-weight: 600;
}

.inner_main_title span{    
    font-size: 20px;
    /*color:#92a4bd;*/
    color: rgba(0,0,0,0.8);
  }

.services-main_title {text-align: left;
  margin: 0px auto 30px;}

  .services-main_title h2::before {
    content: "";
    position: absolute;
    /*left: 92px;*/
    /*top: 0px;*/
    margin-left: -46px;
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 49%);
    clip-path: polygon(0 0, 0% 100%, 100% 49%);
    border-left-width: 18px;
    border-left-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#f1695c), to(rgb(255, 255, 255))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    -moz-border-image: -moz-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    -o-border-image: -o-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    border-image: linear-gradient(to right, #f1695c, rgb(255, 255, 255)) 1 100%}

.services-main_title h2 {
    font-size: 32px; 
    color: #0096b4;
    margin-bottom: 20px;
    padding-left: 48px;
    font-weight: 600;
}

.services-main_title span{    
    font-size: 20px;
    /*color:#92a4bd;*/
    color: rgba(0,0,0,0.8);
  }












  .solution-main_title {text-align: left;
  margin: 0px auto 30px;}

  .solution-main_title h2::before {
    content: "";
    position: absolute;
    left: 48px;
    /*top: 0px;*/
    width: 15px;
    height: 15px;
    border: 15px solid transparent;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 49%);
    clip-path: polygon(0 0, 0% 100%, 100% 49%);
    border-left-width: 18px;
    border-left-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#f1695c), to(rgb(255, 255, 255))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    -moz-border-image: -moz-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    -o-border-image: -o-linear-gradient(right, #f1695c, rgb(255, 255, 255)) 1 100%;
    border-image: linear-gradient(to right, #f1695c, rgb(255, 255, 255)) 1 100%}

.solution-main_title h2 {
    font-size: 32px; 
    color: #03579b;
    margin-bottom: 20px;
    padding-left: 48px;
    font-weight: 600;
}

.solution-main_title span{    
    font-size: 20px;
    /*color:#92a4bd;*/
    color: rgba(0,0,0,0.8);
  }


  .about__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 30px;
}
.about__list-item {
  position: relative;
  color: #03579b;
  font-size: 16px;
    padding-left: 30px;
    padding-bottom: 8px;
}
.about__list-item i {
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #e7062b;
  font-size: 18px;
}
.about__list-item + .about__list-item {
  margin-top: 4px;
}