@import "https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900";

@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700";

.gray{background:#f3f3f3;padding-top: 30px;padding-bottom: 30px;margin: 50px 0 50px;}
.white{background:#ffffff;padding-top: 30px;padding-bottom: 30px;margin: 50px 0 50px;}

.col-md-offset-right-1,.col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover,a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

body {
  line-height: 28px;
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

body,p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none!important;
}

.p_100 {
  padding: 100px 0;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0!important;
}

.c_title {
  text-align: center;
  padding-bottom: 40px;
}

.c_title img {
  padding-bottom: 30px;
}

.c_title h6 {
  font-size: 14px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
}

.c_title h2 {
  font-size: 48px;
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.l_title {
  padding-bottom: 55px;
}

.l_title img {
  padding-bottom: 30px;
}

.l_title h6 {
  font-size: 14px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
}

.l_title h2 {
  font-size: 40px;
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.l_title h2 span {
  font-style: italic;
  color: #673ab7;
}

.main_menu_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 30;
  padding: 0 45px;
}

.main_menu_area .navbar {
  padding: 0;
  border-radius: 0;
  background-color: transparent!important;
}

.main_menu_area .navbar .navbar-toggler {
  border: none;
  border-radius: 0;
  padding: 0;
}

.main_menu_area .navbar .navbar-toggler span {
  height: 3px;
  width: 25px;
  display: block;
  background: #0b1033;
  margin-bottom: 3px;
}

.main_menu_area .navbar .navbar-toggler span:last-child {
  margin-bottom: 0;
}

@media(min-width:992px) {
  .main_menu_area .navbar .navbar-collapse {
    text-align: right;
    display: block!important;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
  text-align: right;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
    padding: 0 25px;
    margin-left: -4px;
	border:2px solid transpartent;
}
.main_menu_area .navbar .navbar-nav li.active{
	border-bottom:2px solid #673ab7;
}
.main_menu_area .navbar .navbar-nav li a {
  font-size: 18px;
  font-family: roboto,sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  letter-spacing: .65px;
  padding: 0;
  line-height: 70px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0;
}

@media(min-width:992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 250px;
    background: #171717;
    left: auto;
    right: 0;
    top: 90%;
    border-radius: 0;
    border: none;
    padding: 30px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: hidden;
  }
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  margin-right: 0;
  display: block;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  display: block;
  line-height: 38px;
  color: #fff;
  font-family: roboto,sans-serif;
  letter-spacing: .48px;
  font-size: 16px;
  padding: 0 30px;
  text-transform: inherit;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-weight: 400;
  text-shadow: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #97ccfe;
}

@media(min-width:992px) {
  .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
  }
}

.main_menu_area .navbar .navbar-nav li:hover a,.main_menu_area .navbar .navbar-nav li.active a {
  color: #fff;
}

.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.6);
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease,-webkit-transform 500ms ease;
  transition: background 500ms ease,-webkit-transform 500ms ease;
  -o-transition: transform 500ms ease,background 500ms ease;
  transition: transform 500ms ease,background 500ms ease;
  transition: transform 500ms ease,background 500ms ease,-webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease,background 500ms ease;
  z-index: 999999;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 70px;
}

.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.banner_area:before {
  content: "";
  background: url(../img/bg.png) no-repeat scroll top right;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 1233px;
  width: 100%;
}

.banner_inner_text {
  padding-top: 280px;
  position: relative;
  padding-bottom: 40px;
}

.banner_inner_text:before {
  content: "";
  width: 213px;
  height: 1px;
  position: absolute;
  /*background: #ced0e0;*/
  left: 0;
  bottom: 0;
}

/* .banner_inner_text h2 {
  font-size: 40px;
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 400;
} */

.banner_inner_text p {
  font-size: 20px;
  color: #6b7d8e;
  font-family: roboto,sans-serif;
  font-weight: 400;
  padding-top: 15px;
}

.main_slider_area {
 /* background: url(../img/bg-main.png) no-repeat scroll top center;*/
  background: url(../img/bg.png) no-repeat scroll top right;
}

.home-banner-caption{ display:flex;}
.tp-caption-ne{width:50%; padding-top:100px;}
.slider-text-box{width:50%; padding-top:300px; padding-bottom:100px;}
.tp-caption-ne img{margin: 35px 0 0 0;}

.tp-caption-new {
    font-weight: 700!important;
    color: #0b1033;
    text-shadow: 0px 1px 1px #FFF;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 0 -30px;
}
.main_slider_area{padding-bottom:100px;}

.tp-leftarrow {
  display: none;
}

.tp-rightarrow {
  display: none;
}

.wg-100 {
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  color: #1b0526;
}

.wg-100 span {
  font-weight: 600;
}

.main_slider_area .rev_slider .tp-leftarrow,.main_slider_area .rev_slider .tp-rightarrow {
  height: 120px;
  background-image: -webkit-gradient(linear,left top,right top,from(#70bafe),color-stop(51%,#998dff),to(#70bafe));
  background-image: -webkit-linear-gradient(left,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-image: -o-linear-gradient(left,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-image: linear-gradient(to right,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-size: 200% auto;
  width: 138px;
  border: 10px solid rgba(204,241,255,.5);
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.sub {
  padding-bottom: 20px;
  padding-left: 5px;
  padding-top: 5px;
}

.sub-input {
}

.sub input {
  border-radius: 5px;
  background: none;
  box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
  border: none;
  width: 350px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px !important;
  outline: 0;
  font-size: 20px;
}

.sub button {
  margin-left: 10px;
  background: #673ab7 url(../img/button.png) no-repeat top 13px right 12px;
  border-radius: 5px;
  width: 200px;
  text-align: center !important;
  border: none;
  font-size: 20px;
  height: 50px;
  line-height: 50px  !important;
  color: #fff;
  padding-right: 33px !important;
  cursor: pointer;
  transition: all 0.7s;
}

.sub button:hover {
  background: #000 url(../img/button.png) no-repeat top 13px right 10px;
}

.main_slider_area .rev_slider .tp-leftarrow:before,.main_slider_area .rev_slider .tp-rightarrow:before {
  line-height: 100px;
}

.main_slider_area .rev_slider .tp-leftarrow:hover,.main_slider_area .rev_slider .tp-rightarrow:hover {
  background-position: right center;
  color: #fff;
}

.main_slider_area .rev_slider .tp-leftarrow {
  border-bottom-right-radius: 60px;
  border-top-right-radius: 60px;
  border-left: 0;
}

.main_slider_area .rev_slider .tp-rightarrow {
  border-bottom-left-radius: 60px;
  border-top-left-radius: 60px;
  border-right: 0;
}

.testimonials_area {
  padding-top: 190px;
  padding-bottom: 130px;
  border-bottom: 1px solid #bbbec1;
}

.testimonials_slider {
  position: relative;
}

.testimonials_slider:before {
  content: "";
  background: url(../img/3d-shap.png) no-repeat scroll center center;
  height: 600px;
  max-width: 524px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: -210px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.testimonials_slider .owl-item.center {
  color: #fff;
}

.testimonials_slider .owl-item.center h3 {
  color: #fff;
}

.testimonials_slider .owl-item.center p {
  color: #fff;
}

.testimonials_slider .owl-item.center .media .media-body h5 {
  color: #fff;
}

.testimonials_slider .testi_item h3 {
  font-size: 24px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  color: #0b1033;
}

.testimonials_slider .testi_item p {
  font-size: 15px;
  color: #7c8d93;
  line-height: 28px;
  font-weight: 400;
  padding: 20px 0 55px;
}

.testimonials_slider .testi_item .media .d-flex {
  padding-right: 20px;
}

.testimonials_slider .testi_item .media .media-body h4 {
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 8px;
}

.testimonials_slider .testi_item .media .media-body h5 {
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-weight: 500;
  font-size: 12px;
}

.testimonials_slider .owl-dots {
  text-align: center;
  z-index: 4;
  margin-top: 50px;
}

.testimonials_slider .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 8px;
}

.testimonials_slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.feature_area {
  padding-top: 70px;
}

.feature_item {
  text-align: center;
  padding: 180px 20px 60px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.feature_item .f_icon {
  min-height: 145px;
  position: relative;
}

.team_people_area {
}

.feature_item .f_icon img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width:100%;
}

.product-page .feature_item .f_icon img{
	position:static;
	transform:none;
}
.product-page .feature_item{padding:30px 0; text-align:left;} 
.product-page .service_feature.my-inner-product .feature_inner .feature_item{min-height:auto;}
.product-page .feature_item p{max-width:100%;  padding-bottom: 20px;}
.product-page .feature_item h4{padding-top:0;}
.feature_item h4 {
  color: #8a7f90;
  font-family: roboto,sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 45px 0 20px;
}

.feature_item h5 {
  margin-bottom: 10px;
}

.feature_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-weight: 400;
  max-width: 290px;
  margin: auto;
  padding-bottom: 60px;
}

.feature_item .more_btn {
  opacity: 0;
}

.feature_item:hover {
  -webkit-box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
  box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
}

.feature_item:hover .more_btn {
  opacity: 1;
}

.service_feature {
  border-bottom: 1px solid #bbbec1;
  padding-top: 100px;
  overflow: hidden;
}

.team_people_area {
}

.curve1 {
  position: absolute;
  margin-top: -100px;
  right: 0;
  z-index: 999;
  max-width: 195px;
  width: 100%;
}

.team_people_area ul {
}

.team_people_area ul li {
}

.text-234 {
  width: 80%;
  padding-top: 160px;
}

.text-234 p {
  font-weight: 400;
  font-size: 18px;
  color: #777874;
}

.text-234 .l_title {
  padding-bottom: 25px;
}

.rd {
  color: #000;
  font-weight: 400;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
}

.review {
  min-height: 116px;
  margin-bottom: 100px;
}

.shot-des {
}

.shot-des p {
  font-size: 15px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-weight: 400;
  max-width: 800px;
  margin: 0 auto;
}

.service_feature .feature_inner {
  margin-bottom: -50px;
}

.service_feature .feature_inner .feature_item {
  margin-bottom: 50px;
}

.service_feature .feature_inner .feature_item .more_btn {
  opacity: 1;
  background: 0 0;
  border-color: transparent;
  background-image: -webkit-gradient(linear,left top,right top,from(#6ebdfe),to(#9b8aff));
  background-image: -webkit-linear-gradient(left,#6ebdfe,#9b8aff);
  background-image: -o-linear-gradient(left,#6ebdfe,#9b8aff);
  background-image: linear-gradient(left,#6ebdfe,#9b8aff);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  background-size: 200% auto;
}

.service_feature .feature_inner .feature_item:hover .more_btn {
  color: #fff;
  background-image: -webkit-gradient(linear,left top,right top,from(#70bafe),color-stop(51%,#998dff),to(#70bafe));
  background-image: -webkit-linear-gradient(left,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-image: -o-linear-gradient(left,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-image: linear-gradient(to right,#70bafe 0%,#998dff 51%,#70bafe 100%);
  border-color: rgba(204,241,255,.5);
  background-clip: inherit;
}

.team_people_area {
  overflow: hidden;
  padding-top: 90px;
}

/* .team_people_text {
  max-width: 540px;
  float: right;
} */
.team_people_text {
  text-align: center;
}

.team_people_text p {
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding-bottom: 45px;
}

.team_people_text ul {
  padding-left: 20px;
}

.team_people_text ul li {
  display: inline-block;
  margin-bottom: 15px;
  padding: 30px;
  vertical-align: middle;
  list-style: none;
}

.team_people_text ul li a:before {
  display: none;
}

.tp-bullet {
  display: none;
}

.first_text {
  font-size: 40px !important;
  line-height: 42px!important;
  font-weight: bold !important;
}

.wrapper {
  max-width: 818px;
  width: 100%;
  margin: 0 auto;
}

.small-wrapper {
  max-width: 350px;
  width: 100%;
}

.team_people_text ul li a {
  padding-left: 18px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_people_text ul li a:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #a6d7ff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.team_people_text ul li:nth-child(even) {
  padding-left: 22px;
}

.team_people_text ul li:last-child {
  margin-bottom: 0;
}

.team_people_text ul li:hover a {
  color: #a6d7ff;
}

.team_people_text ul li:hover a:before {
  left: 4px;
}

.team_img_inner {
  max-width: 591px;
  margin-bottom: -20px;
  margin-left: 150px;
}

.team_img_inner .row {
  margin-left: -10px;
  margin-right: -10px;
}

.team_img_inner .row .col-lg-6 {
  padding: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.team_img_inner .team_img_item {
  overflow: hidden;
}

.challange_area {
  overflow: hidden;
}

.challange_text_inner {
  max-width: 545px;
  float: right;
}

.challange_text_inner p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: roboto,sans-serif;
  font-weight: 500;
  padding-right: 25px;
}

.challange_text_inner .c_video {
  padding-top: 35px;
}

.challange_text_inner .c_video a {
  font-size: 18px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #0b1033;
}

.challange_text_inner .c_video a img {
  padding-right: 15px;
}

.challange_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.challange_img .challange_img_inner {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-shadow: 0 27px 68px 0 rgba(0,0,0,.4);
  box-shadow: 0 27px 68px 0 rgba(0,0,0,.4);
}

.left_company_text p {
  font-size: 15px;
  color: #7c8d93;
  font-family: roboto,sans-serif;
  font-weight: 500;
  padding-right: 20px;
}

.company_skill {
  padding-top: 90px;
}

.company_skill p {
  font-size: 18px;
  font-family: roboto,sans-serif;
  line-height: 28px;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 70px;
}

.our_skill_inner .single_skill {
  margin-bottom: 20px;
}

.our_skill_inner .single_skill h3 {
  font-size: 15px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-weight: 500;
  padding-bottom: 12px;
}

.our_skill_inner .single_skill .progress {
  height: 5px;
  background: #f4f8fc;
  border-radius: 0;
  overflow: visible;
}

.our_skill_inner .single_skill .progress .progress-bar {
  background: #298aeb;
    background: -moz-linear-gradient(top, #298aeb 0%, #4a60cf 50%, #5d46be 100%);
    background: -webkit-linear-gradient(top, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
    background: linear-gradient(to bottom, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298aeb', endColorstr='#5d46be',GradientType=0 );
  position: relative;
}

.our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
  position: absolute;
  right: 0;
  top: -40px;
  background: #298aeb;
    background: -moz-linear-gradient(top, #298aeb 0%, #4a60cf 50%, #5d46be 100%);
    background: -webkit-linear-gradient(top, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
    background: linear-gradient(to bottom, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298aeb', endColorstr='#5d46be',GradientType=0 );
  color: #fff;
  padding: 0 16px;
  font-size: 14px;
  font-family: roboto,sans-serif;
  line-height: 34px;
  border-radius: 17px;
}

.our_skill_inner .single_skill:last-child {
  margin-bottom: 0;
}

.talk_area {
  background-image: -moz-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
  background-image: -ms-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
  padding: 160px 0 170px;
  border-bottom: 2px solid #fff;
}

.talk_text {
  text-align: center;
}

.talk_text h4 {
  font-size: 48px;
  color: #fff;
  font-family: roboto,sans-serif;
  font-weight: 600;
  padding-bottom: 26px;
}

.talk_text a {
  font-size: 48px;
  color: #fff;
  font-family: roboto,sans-serif;
  font-weight: 600;
}

.service_solution_area {
  background: url(../img/service-bg.jpg) no-repeat fixed center right;
  background-size: cover;
  position: relative;
  z-index: 3;
}

.service_solution_area:before {
  content: "";
  background: rgba(255,255,255,.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.s_solution_item p {
  font-size: 15px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #7c8d93;
}

.solution_collaps {
  margin-top: 60px;
}

.solution_collaps .card {
  margin-bottom: 25px;
  border: none;
}

.solution_collaps .card:last-child {
  margin-bottom: 0;
}

.solution_collaps .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}

.solution_collaps .card .card-header h5 a {
 background: #298aeb;
    background: -moz-linear-gradient(top, #298aeb 0%, #4a60cf 50%, #5d46be 100%);
    background: -webkit-linear-gradient(top, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
    background: linear-gradient(to bottom, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298aeb', endColorstr='#5d46be',GradientType=0 );
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  padding: 11px 25px 11px 20px;
  line-height: 26px;
  position: relative;
}

.solution_collaps .card .card-header h5 a i {
  display: inline-block;
  font-style: normal;
  position: absolute;
  right: 20px;
  line-height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution_collaps .card .card-header h5 a i+i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i {
  display: none;
}

.solution_collaps .card .card-header h5 .collapsed i+i {
  display: inline-block;
}

.solution_collaps .card .card-body p {
  font-size: 15px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  font-weight: 400;
  color: #7c8d93;
}

.elements_title {
  font-size: 24px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #7c8d93;
  font-weight: 400;
  padding-bottom: 75px;
}

.buttons_area .more_btn {
  width: 176px;
}

.buttons_area .submit_btn {
  border: none;
  position: relative;
  width: 158px;
  height: 56px;
  margin-left: 45px;
  cursor: pointer;
  line-height: 56px;
  outline: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.buttons_area .submit_btn:before {
  content: "";
  width: 176px;
  height: 67px;
  border: 2px solid #bee1fe;
  position: absolute;
  left: -8.5px;
  top: -5.5px;
  border-radius: 33px;
}

.buttons_area .submit_btn:focus {
  border: none;
}

.buttons_area .solid_btn {
  margin-left: 40px;
}

.progress_bar_area .company_skill {
  padding-top: 0;
}

.progress_bar_area .solution_collaps {
  margin-top: 30px;
}

.element_service {
  padding-top: 0;
  padding-bottom: 100px;
  border-bottom: 0;
}

.element_service .elements_title {
  padding-bottom: 65px;
}

.mileston_area {
  padding-bottom: 100px;
}

.mileston_area .elements_title {
  padding-bottom: 65px;
}

.mileston_area .col-lg-3 {
  text-align: center;
}

.mileston_item {
  display: inline-block;
  text-align: left;
}

.mileston_item h4 {
  font-size: 72px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  background: -moz-linear-gradient(left,#6ebcfe 0%,#997aff 100%);
  background: -webkit-linear-gradient(left,#6ebcfe 0%,#997aff 100%);
  background: -webkit-gradient(linear,left top,right top,from(#6ebcfe),to(#997aff));
  background: -o-linear-gradient(left,#6ebcfe 0%,#997aff 100%);
  background: linear-gradient(to right,#6ebcfe 0%,#997aff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ebcfe',endColorstr='#997aff',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mileston_item h5 {
  font-size: 14px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #0b1033;
}

.best_3d_area {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 887px;
}

.best_3d_area .left_3d {
  width: calc(50% - 160px);
  float: left;
  position: relative;
}

.best_3d_area .left_3d:before {
  content: "";
  background: url(../img/Group-1104.png) no-repeat scroll center center;
  background-size: cover;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 797px;
  z-index: -1;
}

.best_3d_area .right_text {
  width: calc(50% + 160px);
  float: right;
}

.shap_slider_inner {
  max-width: 315px;
  float: right;
  margin-right: 160px;
  margin-top: 300px;
}

.shap_slider_inner .item {
  color: #fff;
}

.shap_slider_inner .item img {
  width: auto;
}

.shap_slider_inner .item h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  font-weight: 700;
}

.shap_slider_inner .item p {
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  line-height: 28px;
  padding: 16px 0 25px;
}

.shap_slider_inner .item .media {
  vertical-align: middle;
}

.shap_slider_inner .item .media img {
  -ms-flex-item-align: center;
  align-self: center;
}

.shap_slider_inner .item .media .media-body {
  padding-left: 18px;
}

.shap_slider_inner .item .media .media-body h5 {
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #0b1033;
  padding-bottom: 5px;
}

.shap_slider_inner .item .media .media-body h6 {
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.shap_slider_inner .owl-dots {
  text-align: right;
  margin-top: 70px;
}

.shap_slider_inner .owl-dots .owl-dot {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: 10px;
}

.shap_slider_inner .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.shap_slider_inner .owl-dots .owl-dot.active {
  background: #97ccfe;
}

.text_3d {
  display: inline-block;
  padding-left: 80px;
  padding-top: 150px;
  width: 54%;
  float: left;
  padding-right: 5px;
}

.text_3d p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.shap_mobile {
  padding-top: 85px;
  float: right;
  width: 46%;
  padding-left: 130px;
}

.curv2 {
  position: absolute;
  z-index: 99;
  left: 0;
  width: 100%;
  max-width: 190px;
}

/* .curv3 {
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 200px;
  margin-top: -300px;
} */

.curv3 {
    position: absolute;
    right: 0;
    width: 100%;
    max-width: 166px;
    margin-top: -522px;
}
.width_less {
  max-width: 100%;
  width: 100%;
  padding-top: 116px;
  padding-left: 49px;
}

.more_btn {
  padding: 0 46px;
  background: url(../img/btn.png) no-repeat right center;
  background-size: 100%;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: roboto,sans-serif;
  line-height: 55px;
  border-radius: 33px;
}

.more_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn {
  background-image: -webkit-gradient(linear,left top,right top,from(#70bafe),color-stop(51%,#998dff),to(#70bafe));
  background-image: -webkit-linear-gradient(left,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-image: -o-linear-gradient(left,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-image: linear-gradient(to right,#70bafe 0%,#998dff 51%,#70bafe 100%);
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  outline: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  color: #fff;
  font-size: 15px;
  font-family: roboto,sans-serif;
  line-height: 58px;
  border: 6px solid rgba(204,241,255,.5);
  border-radius: 33px;
}

.submit_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 6px solid rgba(204,241,255,.5);
}

.solid_btn {
  padding: 0 53px;
  background: #6fbcfe;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: roboto,sans-serif;
  line-height: 55px;
  border: 6px solid rgba(204,241,255,.5);
  border-radius: 33px;
}

.solid_btn:hover {
  background-position: right center;
  color: #fff;
}

.get_in_touch_area {
  padding-top: 30px;
  padding-bottom: 100px;
}

.contact_us_form {
  margin-top: 100px;
}

.sec {
  padding: 100px 0;
}

.sec-inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.sec-inner h4 {
  padding: 20px 0;
}

.sec-inner p {
  font-weight: 100;
  line-height: 25px;
}

.sec-inner .more_btn {
  margin-top: 40px;
  transition: all 0.7s;
}
/* .sec-inner .more_btn:hover{ background:#000; height:40px; line-height:40px;} */

.my-footer {
}

.my-footer ul {
}

.my-footer ul li:first-child {
	color:#fff;
	
}

.my-footer ul li:first-child a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}

.my-footer ul li {
  line-height: 21px;
  color:#fff;
}

.my-footer ul li a {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}


.my-footer ul li a {
  font-weight: 100;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  transition: all 0.7s;
}

.my-footer ul li a:hover {
  color: #000;
  padding-left: 3px;
}

.my-footer h6 {
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.my-footer form {
}

.my-footer form input {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #838383;
  background: #fff;
  border-radius: 5px;
  padding: 0 100px 0 15px;
}

.my-footer form button {
  position: absolute;
  background: #838383 url(../img/button.png) no-repeat center center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  top: 34px;
  right: 20px;
}

.my-footer p {
  color: #fff;
  font-weight: 100;
}

.contact_us_form .form-group {
  margin-bottom: 5px;
}

.contact_us_form .form-group input {
  height: 50px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input.placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group input:focus {
  border-image: -moz-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  border-image: -webkit-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  border-image: -ms-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  border-image-slice: 1;
}

.contact_us_form .form-group textarea {
  height: 200px;
  border: none;
  border-bottom: 2px solid #e1e1e1;
  border-radius: 0;
  padding: 15px 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 13px;
  font-family: open sans,sans-serif;
  font-style: italic;
  color: #a5bbd0;
}

.contact_us_form .form-group textarea:focus {
  border-image: -moz-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  -webkit-border-image: -webkit-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  border-image: -webkit-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  border-image: -ms-linear-gradient(0deg,#6ebdfe 0%,#9b8aff 100%);
  border-image-slice: 1;
}

.contact_us_form .form-group:last-child {
  margin-top: 40px;
}

.get_in_touch_area .touch_details {
  margin-right: 90px;
  margin-top:-105px;
}

.touch_details p {
  font-size: 15px;
  line-height: 28px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
}

.touch_details h5 {
  font-size: 18px;
  color: #97ccfe;
  font-family: roboto,sans-serif;
  font-weight: 500;
  display: block;
  padding: 50px 0 20px;
}

.touch_details h4 {
  font-size: 30px;
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.world_map_inner {
  text-align: center;
  position: relative;
}

.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 46px 15px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 46px 15px rgba(0,0,0,.15);
  box-shadow: 0 0 46px 15px rgba(0,0,0,.15);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top,#9b8aff 0%,#6ebcfe 100%);
  -webkit-border-image: -webkit-linear-gradient(top,#9b8aff 0%,#6ebcfe 100%);
  border-image: -webkit-linear-gradient(top,#9b8aff 0%,#6ebcfe 100%);
  -o-border-image: -o-linear-gradient(top,#9b8aff 0%,#6ebcfe 100%);
  border-image: -webkit-gradient(linear,left top,left bottom,from(#9b8aff),to(#6ebcfe));
  border-image: linear-gradient(to bottom,#9b8aff 0%,#6ebcfe 100%);
  border-image-slice: 1;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.bd-callout h3 {
  font-size: 15px;
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
}

.bd-callout p {
  color: #7c8d93;
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.bd-callout h4 {
  display: inline-block;
  padding-left: 50px;
}

.bd-callout h4 a {
  display: block;
  color: #7c8d93;
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.contact_map_area {
  position: relative;
  overflow: hidden;
}

.contact_map_area .mapBox1 {
  min-height: 670px;
}

.contact_map_area .map_location_box {
  position: absolute;
  left: 30px;
  top: 160px;
  width: 100%;
}

.contact_map_area .map_location_box .bd-callout {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.contact_map_area .map_location_box .bd-callout:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 14px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: -14px;
  top: 0;
}

.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%)!important;
  -ms-transform: translateX(-50%) translateY(-50%)!important;
  transform: translateX(-50%) translateY(-50%)!important;
  margin: 0;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #97ccfe;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

.circle_chart_area {
  padding: 85px 0 80px;
}

.circle_progress .circle_progress_inner {
  position: relative;
  max-width: 175px;
  margin: auto;
}

.circle_progress .circle_progress_inner strong {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-align: center;
  font-size: 36px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #0b1033;
  margin-top: -13px;
}

.circle_progress .circle_progress_inner h4 {
  font-size: 14px;
  font-family: roboto,sans-serif;
  color: #7c8d93;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.circle_progress .circle_progress_inner .percentage {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: 2px;
  background: #80cfff;
  background: -moz-linear-gradient(left,#80cfff 0%,#997aff 100%);
  background: -webkit-linear-gradient(left,#80cfff 0%,#997aff 100%);
  background: -webkit-gradient(linear,left top,right top,from(#80cfff),to(#997aff));
  background: -o-linear-gradient(left,#80cfff 0%,#997aff 100%);
  background: linear-gradient(to right,#80cfff 0%,#997aff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cfff',endColorstr='#997aff',GradientType=1 );
}

.circle_progress .circle_progress_inner .percentage:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
}

.portfolio_area {
  border-bottom: 2px solid #fff;
}

.portfolio_filter {
  padding: 95px 0 130px;
}

.portfolio_filter ul li {
  display: inline-block;
  margin-right: 40px;
}

.portfolio_filter ul li a {
  font-size: 18px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  color: #7e8d9c;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.portfolio_filter ul li:last-child {
  margin-right: 0;
}

.portfolio_filter ul li:hover a,.portfolio_filter ul li.active a {
  color: #0b1033;
}

.wd_25 {
  width: 25%;
}

.wd_50 {
  width: 50%;
}

.ms_portfolio_inner {
  overflow: hidden;
}

.ms_portfolio_inner .ms_p_item {
  float: left;
}

.ms_portfolio_inner .ms_p_item img {
  width: 100%;
}

.blog_img {
  position: relative;
}

.blog_img .blog_date {
  position: absolute;
  left: 0;
  top: 40px;
  max-width: 120px;
  width: 100%;
  background: #6fbcfe;
  background: -moz-linear-gradient(left,#6fbcfe 0%,#9b8aff 100%);
  background: -webkit-linear-gradient(left,#6fbcfe 0%,#9b8aff 100%);
  background: -webkit-gradient(linear,left top,right top,from(#6fbcfe),to(#9b8aff));
  background: -o-linear-gradient(left,#6fbcfe 0%,#9b8aff 100%);
  background: linear-gradient(to right,#6fbcfe 0%,#9b8aff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe',endColorstr='#9b8aff',GradientType=1 );
  text-align: center;
  color: #fff;
  padding: 18px 0 16px;
}

.blog_img .blog_date h4 {
  font-size: 36px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  padding-bottom: 5px;
}

.blog_img .blog_date h5 {
  font-size: 12px;
  font-weight: 500;
  font-family: roboto,sans-serif;
}

.blog_text {
  padding: 40px 30px 65px;
}

.blog_text h4 {
  font-size: 24px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  color: #0b1033;
  padding-bottom: 5px;
}

.blog_text .blog_author {
  padding-bottom: 30px;
}

.blog_text .blog_author a {
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #7c8d93;
  margin-right: 20px;
  position: relative;
}

.blog_text .blog_author a:before {
  content: "|";
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #7c8d93;
}

.blog_text .blog_author a:last-child {
  margin-right: 0;
}

.blog_text .blog_author a:last-child:before {
  display: none;
}

.blog_text p {
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  line-height: 28px;
  color: #7c8d93;
}

.blog_text p+p {
  padding-top: 30px;
}

.blog_text .more_btn {
  margin-top: 45px;
}

.blog_main_item {
  -webkit-box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
  box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
  margin-bottom: 100px;
}

.blog_main_item:last-child {
  margin-bottom: 0;
}

.pagination_area {
  padding-top: 100px;
}

.pagination_area .pagination li {
  margin-right: 10px;
}

.pagination_area .pagination li a {
  border-radius: 0;
  border: none;
  background: 0 0;
  font-size: 14px;
  font-family: roboto,sans-serif;
  font-weight: 700;
  color: #7c8d93;
  padding: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.pagination_area .pagination li:last-child {
  margin-right: 0;
}

.pagination_area .pagination li:hover a,.pagination_area .pagination li.active a {
  color: #0b1033;
  background: 0 0;
}

.r_widget {
  margin-bottom: 80px;
}

.r_widget:last-child {
  margin-bottom: 0;
}

.r_w_title {
  padding-bottom: 25px;
}

.r_w_title h3 {
  font-size: 18px;
  font-weight: 500;
  font-family: roboto,sans-serif;
  color: #0b1033;
}

.search_widget .input-group {
  display: block;
  position: relative;
}

.search_widget .input-group input {
  width: 100%;
  display: block;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg,#9b8aff 0%,#6ebdfe 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg,#9b8aff 0%,#6ebdfe 100%);
  border-image: -webkit-linear-gradient(180deg,#9b8aff 0%,#6ebdfe 100%);
  border-image: -ms-linear-gradient(180deg,#9b8aff 0%,#6ebdfe 100%);
  border-image-slice: 1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 36px;
  padding: 0;
  line-height: 0;
  padding-bottom: 24px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  color: #acb6ba;
  font-family: roboto,sans-serif;
  font-style: italic;
}

.search_widget .input-group input.placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: roboto,sans-serif;
  font-style: italic;
}

.search_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: roboto,sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: roboto,sans-serif;
  font-style: italic;
}

.search_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #acb6ba;
  font-family: roboto,sans-serif;
  font-style: italic;
}

.search_widget .input-group .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.search_widget .input-group .input-group-btn .btn-secondary {
  background: 0 0;
  border-radius: 0;
  padding: 0;
  border: none;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  margin: 0;
  outline: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  color: #acb6ba;
  cursor: pointer;
}

.search_widget .input-group .input-group-btn .btn-secondary:hover {
  color: #0b1033;
}

.categories_widget ul li {
  margin-bottom: 10px;
}

.categories_widget ul li a {
  font-size: 15px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:last-child {
  margin-bottom: 0;
}

.categories_widget ul li:hover a {
  color: #70a7e4;
}

.insta_widget ul {
  overflow: hidden;
  margin: -3px;
}

.insta_widget ul li {
  width: calc(100%/3);
  float: left;
  overflow: hidden;
}

.insta_widget ul li a {
  display: block;
  padding: 3px;
}

.tag_widget ul {
  margin-right: -8px;
  margin-bottom: -12px;
}

.tag_widget ul li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 12px;
}

.tag_widget ul li a {
  display: inline-block;
  background: #f4f8fc;
  padding: 0 25px;
  line-height: 40px;
  font-family: roboto,sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #7c8d93;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.tag_widget ul li:hover a {
  border-radius: 20px;
  background-image: -moz-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
  background-image: -webkit-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
  background-image: -ms-linear-gradient(10deg,#6ebdfe 0%,#9b8aff 100%);
  color: #fff;
}

.quote_widget p {
  font-family: roboto,sans-serif;
  font-weight: 500;
  font-style: italic;
  color: #7c8d93;
  line-height: 30px;
  font-size: 15px;
  padding-top: 25px;
}

.s_blog_social {
  padding-bottom: 80px;
  padding-left: 30px;
}

.s_blog_social h3 {
  font-size: 18px;
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
  display: inline-block;
}

.s_blog_social ul {
  display: inline-block;
}

.s_blog_social ul li {
  display: inline-block;
  margin-left: 30px;
}

.s_blog_social ul li a {
  font-size: 12px;
  color: #0b1033;
}

.s_blog_social ul li:first-child {
  margin-left: 40px;
}

.blog_author .media {
  vertical-align: middle;
}

.blog_author .media .d-flex {
  padding-right: 20px;
  -ms-flex-item-align: center;
  align-self: center;
}

.blog_author .media .media-body h4 {
  font-size: 18px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}

.blog_author .media .media-body h4 span {
  color: #7c8d93;
}

.blog_author .media .media-body p {
  font-size: 15px;
  line-height: 28px;
  color: #7c8d93;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.blog_comment h3 {
  font-size: 18px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding-bottom: 80px;
  padding-top: 80px;
}

.blog_comment .media {
  margin-bottom: 35px;
}

.blog_comment .media .d-flex {
  display: block!important;
  padding: 0 0 0 25px;
  max-width: 144px;
  width: 100%;
}

.blog_comment .media .d-flex h4 {
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding-bottom: 6px;
}

.blog_comment .media .d-flex h5 {
  color: #7c8d93;
  font-family: roboto,sans-serif;
  font-weight: 500;
  font-size: 12px;
  display: block;
}

.blog_comment .media .media-body {
  padding-left: 20px;
}

.blog_comment .media .media-body p {
  color: #7c8d93;
  font-family: roboto,sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}

.blog_comment .media .media-body a {
  color: #0b1033;
  font-family: roboto,sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.blog_comment .media:last-child {
  margin-bottom: 0;
}

.blog_comment_form {
  max-width: 560px;
}

.blog_comment_form h3 {
  font-size: 18px;
  font-family: roboto,sans-serif;
  font-weight: 500;
  color: #0b1033;
  padding: 75px 0 55px;
}

.blog_comment_form .contact_us_form {
  margin-top: 0;
}

.blog_comment_form .contact_us_form .form-group input {
  height: 55px;
}

.blog_comment_form .contact_us_form .form-group:last-child {
  margin-bottom: 0;
}

.footer_widget_area {
  background: #2196f3;
  background-size: cover;
  padding: 60px 0 20px;
}

.footer_widget_inner {
  padding-bottom: 40px;
}

.footer_bottom {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
}

.footer_bottom ul {
  padding-top: 10px;
}
/* .footer_bottom ul li{ border-right:1px solid rgba(255,255,255,0.5); display:inline-block; padding-right:30px; color:#fff; padding-top:5px; padding-bottom:5px;} */
.footer_bottom  ul li:first-child a {
  font-weight: 100;
}
/* .footer_bottom ul li:last-child{border:none; padding-left:30px;} */
.footer_bottom ul li a {
  font-weight: 100;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  color: #fff;
  transition: all 0.7s;
  font-weight: 100;
}

.footer_bottom ul li a:hover {
  color: #000;
  padding-left: 0;
}

.padding-left-0 {
  padding-left: 0 !important;
}

.d_app {
  text-align: right;
}

.d_app img {
  text-align: right;
}

.footer-last {
  font-size: 16px;
  padding: 10px 0 0;
}

.f_title {
  padding-bottom: 45px;
}

.f_title h3 {
  font-size: 16px;
  color: #fff;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.f_about_widget {
  padding-right: 35px;
}

.f_about_widget img {
  padding-bottom: 55px;
}

.f_about_widget p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-family: roboto,sans-serif;
  font-weight: 500;
}

.f_insta_widget ul {
  overflow: hidden;
  margin: -1px;
}

.f_insta_widget ul li {
  width: calc(100%/4);
  float: left;
}

.f_insta_widget ul li a {
  display: inline-block;
  padding: 1px;
}

.f_insta_widget ul li a img {
  width: 100%;
}

.f_subs_widget .input-group {
  display: block;
}

.f_subs_widget .input-group input {
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
  height: 52px;
  padding: 0 30px;
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input.placeholder {
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: roboto,sans-serif;
  font-style: italic;
  color: #9b9b9b;
}

.f_subs_widget .input-group .input-group-btn {
  margin-left: 0;
  display: block;
  margin-top: 25px;
}

.f_subs_widget .input-group .input-group-btn .submit_btn {
  margin-left: 0;
  border-radius: 35px!important;
}

.f_subs_widget .input-group .input-group-btn .submit_btn:hover {
  border-color: #8cc4fb;
}

.footer_copyright {
  overflow: hidden;
  background: #11173b;
  padding: 35px 0;
}

.footer_copyright .float-sm-left h5 {
  font-size: 14px;
  color: #2a2f56;
  font-family: roboto,sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 29px;
}

.footer_copyright .float-sm-right ul li {
  display: inline-block;
  margin-right: 32px;
}

.footer_copyright .float-sm-right ul li a {
  font-size: 14px;
  color: #2a2f56;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_copyright .float-sm-right ul li:last-child {
  margin-right: 0;
}

.footer_copyright .float-sm-right ul li:hover a {
  color: #fff;
}

.navbar_fixed .navbar-brand img {
  max-width: 165px;
}

.navbar-brand img {
  max-width: 175px;
}

.main_menu_area.navbar_fixed {
  background: #FFF;
  box-shadow: -9px 4px 15px -3px rgba(0,0,0,0.2);
}

.navbar_fixed .navbar-brand .navbar-nav  li a {
  color: #000 !important;
}

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #000;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  color: #000;
}

.mobile {
  display: none;
}

.feature_area {
  padding-top: 0;
}

footer.footr_area.my-footer {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#298aeb+0,4a60cf+50,5d46be+100 */
  background: #298aeb;
 /* Old browsers */
  background: -moz-linear-gradient(top, #298aeb 0%, #4a60cf 50%, #5d46be 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298aeb', endColorstr='#5d46be',GradientType=0 );
 /* IE6-9 */;
}

.footer_widget_area {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#298aeb+0,4a60cf+50,5d46be+100 */
  background: #298aeb;
 /* Old browsers */
  background: -moz-linear-gradient(top, #298aeb 0%, #4a60cf 50%, #5d46be 100%);
 /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
 /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #298aeb 0%,#4a60cf 50%,#5d46be 100%);
 /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298aeb', endColorstr='#5d46be',GradientType=0 );
 /* IE6-9 */;
}

.reg-office {
}

.reg-office p {
  
  font-size:14px; line-height:18px; margin-bottom:10px;
}

.reg-office p strong {
  font-weight: 500;
}

.social-inner-new {
	
}

.social-inner-new p {
}

.social-inner-new p strong {
  font-weight: bold;
}

.social-inner-new ul {
	padding-top:0;
}

.social-inner-new ul li:first-child{
	font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
}



.social-inner-new ul li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.social-inner-new ul li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

.social-inner-new ul li:hover a {
}

.copy_right {
}

.copy_right p {
  text-align: right;
  font-weight: 400;
  padding-top: 10px;
}
 
 .service_feature .feature_inner .feature_item:hover .more_btn{
	 padding: 0 46px;
    background: url(../img/btn.png) no-repeat right center;
    background-size: 100%;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: roboto,sans-serif;
    line-height: 55px;
    border-radius: 33px;
 }

.shap_slider_inner .item p{
	min-height: 187px;
}

.submitted-message{
	font-size: 24px;
    color: #6b7d8e;
    font-family: roboto,sans-serif;
    font-weight: 400;
    padding-top: 15px;
} 


.page-subheading{}
.page-subheading h2{
	    font-size: 48px;
    color: #0b1033;
    font-family: roboto,sans-serif;
    font-weight: 500;
}

.page-subheading h2{
	    font-size: 48px;
    color: #0b1033;
    font-family: roboto,sans-serif;
    font-weight: 400;
}
.page-subheading h3{
	padding-top:30px;
	    font-size: 30px;
    color: #0b1033;
    font-family: roboto,sans-serif;
    font-weight: 500;
}
.contact_bnr{min-height:400px;}

.contact_bnr{ border:none;}
.contact_bnr .banner_inner_text:before{background:none;}

.contact_bnr .banner_inner_text:before{background:none; height:0;}



.hb_contact_form:before {
    content: "";
    width: 213px;
    height: 1px;
    position: absolute;
    background: #ced0e0;   
    left: 0;
    top: 0;
}

.footer_widget_area{margin-bottom:0;}
.footer-band{background:#5c47be; padding:20px 0;  width:100%;    border-top: 2px solid #9b8aff;}
.footer-band p{color:#fff;  font-family: roboto,sans-serif; font-weight:500; font-size:20px; text-align:left;padding-top:3px;}

.sales-btn{text-align:right; padding-top:0;}
.sales-btn a {
  text-align: center;
  padding: 13px 20px;
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  display: inline-block;
  transition: all 0.7s;
}
.sales-btn a:hover{ color:#fff; background:#000;}


  #gdpr-cookie-message {
        position: fixed;
        left: 30px;
        bottom: 30px;
        max-width: 500px;
		width:100%;
        background-color:#fff;
        padding: 20px;
        border-radius: 5px;
        box-shadow:0 0px 6px rgba(0,0,0,0.5);
        margin-left: 30px;
        font-family: system-ui;
		    z-index: 99999;
    }
    #gdpr-cookie-message h4 {
        color:#5a49c0;
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: #584bc1;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
		margin-top:20px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: #000;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
            margin-top: 20px;
    text-align: center;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color:#000;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(0,0,0,1);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background:#584bc1;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: #000;
        color: #fff;
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: white;
        color:#584bc1;
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }
	
	
	.bank-connection{max-width:411px; width:100%; margin:0 auto;}
	.bank-connection img{width:100%; vertical-align:top;}
.v-color{color:#673ab7;}
.b-color-new{color:#2196f3; font-style:normal !important;}
.clearfix{clear:both;}
.touch_details.about-inernal-page{margin-top:0;}


.about-area .banner_inner_text h2{font-size:42px; font-weight:bold;}
.about-text{padding-bottom:60px;}
.about-text h3{    font-size: 30px;
    color: #0b1033;
    font-family: roboto,sans-serif;
    font-weight: bold; padding-bottom:20px;}
	
	
.about-text p{    font-size: 20px;
    line-height: 35px;
    font-family: roboto,sans-serif; font-weight:400;
    color: #7c8d93; margin-bottom:30px;}	

.about-text img{ width:100%; vertical-align:top;}
.padding-top-60{padding-top:60px;}
.pannel2{ padding-top:30px;}

.product-page .feature_item{
	/* webkit-box-shadow: 0 14px 38px 0 rgba(0,0,0,.11);
    box-shadow: 0 14px 38px 0 rgba(0,0,0,.11); */
}

.product-page .service_feature{ padding-top:30px;}

.reflow_short_details p{font-size:14px; line-height:18px; margin-bottom:10px; text-align:left;}
.margin-top-0{margin-top:0;}
.get_in_touch_area.padding-top-50{padding-top:50px;}

.product-page .feature_item:hover{box-shadow:none;}   

.service_feature.my-inner-product .feature_inner .feature_item{
	min-height:1000px;
	margin-bottom:50px;
}

.service_feature .feature_inner{margin-bottom:0;}

.bgv{background:#673ab7; padding:0;}
.bgb{background:#2196f3;}
.developer_tab{ border:10px solid rgba(122, 127, 255, 0.5);}
.developer_tab{margin-bottom:100px;}

#dev-console-header, .dev-console-title {
    padding: 15px 15px;
    background: rgba(66,68,142, 0.8);
}
#dev-console-header .console-circle {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: rgba(245, 247, 249, 0.4);
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    -webkit-box-shadow: 0 3px 3px rgba(50, 50, 93, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 3px 3px rgba(50, 50, 93, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 3px rgba(50, 50, 93, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08);
}
.white {
    color: #ffffff;
}

.no-margin{margin:0 !important;}
.my-bg{height:400px; overflow-y:scroll; overflow-x:auto; }
.my-code{padding:20px; box-sizing:border-box;}

#dev-console-content {
    background: #eee;
    tab-size: 1;
    padding: 0;
}
figure:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: -100vw;
    width: 200vw;
    top: 0;
    bottom: 0;
}
#dev-console-content  code {
    color: #093554;
    font-size: 9pt;
    line-height: 1.9;
    background: transparent;
    display: block;
    padding: 0;
}


.dev{overflow-x:hidden;}

.bgv{}
.bgv ul{}
.bgv ul li{background: #eee; padding:15px; font-size:20px; font-weight:400;}



.btn-violet, .btn-violet:hover {
    background: #7a7fff;
    border: 1px solid #7a7fff;
    color: #ffffff;
}
.btn-shadow:hover {
    transform: translateY(-1px);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.btn-shadow .fa{padding-left:5px;}


#developers{padding-bottom:100px;}

.address-heading{font-size:18px; color:#fff; padding-bottom:2px; }
.reg-office p{font-size:16px;}
.reg-office p a{color:#fff;}
.reg-office{padding-bottom:10px;}




.padding-top-30{padding-top:30px;}
.about-text h3 img{width:auto;}

.ab-new-text{text-align:center;}
.ab-new-text-left{ text-align:left;} 
.partner_banner{padding-bottom:40px;}

.banner_inner_text img{display:none;}


.about-text p.font-inc{font-size:20px; line-height:30px;}
.page-subheading{padding-top:30px;}
.page-subheading h5{font-size:23px; line-height:35px;}

.padding-left-30{padding-left:60px; padding-top:30px;}

.product-page .feature_item p{font-size: 20px;
    line-height: 32px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    color: #7c8d93;
  }

.product-page .feature_item h5{
	font-size:25px;
}  

.product-page .feature_item h4{font-size:30px;}
  
 .l_title h2.v-color {
    color: #673ab7;
}
.touch_details p{font-size: 20px;
    color: #6b7d8e; 
	line-height:35px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    padding-top: 15px;} 
  
  
  
  #hb_contact_form{padding-top:65px;}
  
.l_title h2.v-color{font-size: 42px;
    font-weight: bold;}  
	
	
.curv2{display:none;}
.curv3{}	
.banner_inner_text p.diff-color{font-size: 32px; font-weight: bold; color:#2196f3;}	
.desktop{ display:block;}
.mobile{ display:none;}

.about-text ul{    margin-bottom: 30px;}
.about-text li {
    font-size: 20px;
    line-height: 35px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    color: #7c8d93;
	padding-left:40px;
}
.term-use ul{margin-top:-20px;}
.term-use p{position:relative; padding-left:30px;}
.term-use p:before{position:absolute; top:18px; left:0; content:''; width:15px; height:2px; background:#000;}

.term-use ul li{position:relative; font-size:18px;}
.term-use ul li:before{position:absolute; top:18px; left:20px; content:''; width:10px; height:2px; background:#ccc;}
.term-use{padding-bottom:40px;}


.pp{margin-bottom:40px;}
.pp h3{font-size:26px;}
.pp li {
    font-size: 20px;
    line-height: 35px;
    font-family: roboto,sans-serif;
    font-weight: 400;
    color: #7c8d93;
	padding-left:30px;
}
.pp ul li{position:relative; font-size:18px; padding-bottom:5px;}
.pp ul li:before{position:absolute; top:18px; left:0; content:''; width:15px; height:2px; background:#000;}
.pp ol{padding-left:50px;}
.pp ol li{padding-left:0;}
.pp ol li:before{display:none;}
.feature_item .mobile{text-align:left;}

.cookies-inner{}

.cookies-inner ul{}
.cookies-inner ul li{position:relative; padding-left:30px;}
.cookies-inner ul li:before{position:absolute; top:18px; left:0; content:''; width:10px; height:2px; background:#000;}


.cookies-inner table{
  border-collapse: collapse;
  width: 100%;
}

.cookies-inner td, .cookies-inner th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 10px;
}

.cookies-inner th {
  background-color: #dddddd;
   border: 1px solid #ccc;
}
.new-design .tp-caption-ne{ padding-right:50px;}
.new-design .slider-text-box{    padding-top: 200px; padding-left:50px;}
.new-design .tp-caption-new {
  margin-top: 60px;
  font-size: 40px;
  color: #222222;
  text-shadow: 0px 1px 1px #fcd1c5;
  line-height: 50px;
}

.new-design .tp-caption-ne img{margin-top:60px;}

.tp-caption-new1 {
    font-size: 23px;
    line-height: 30px;
    padding: 20px 0;
}

.shap_slider_inner .owl-carousel .owl-stage{transition:none !important; transform:none !important;}
.shap_slider_inner p{color:#fff;}

.shap_slider_inner .owl-nav{ display:none !important;}
.social-inner-new{text-align:center;}
.social-inner-new .fa{font-size:22px;}
.social-inner-new ul li a{line-height:48px; width:45px; height:45px;}
.about-text.cd{text-align: center}
.about-text.cd img{width:auto; text-align: center}
