/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://wethemez.com
Author E-mail: rockybd1995@gmail.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Cerative Agency
@Author: Rocky
@Developed By: Rocky
@Developer URL: http://rocky.wethemez.com
Author E-mail: rockybd1995@gmail.com

@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ banner
05/ slider
06/ feature
07/ button
08/ service
09/ testimonials 
10/ blog 
11/ contact 
12/ footer 
=====================================================================*/
/*----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #BA1337;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #7c8d93;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */ }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: #28ad62;*/
  background: #28ad62;
  z-index: 1000; }

/* Loaded */
.loaded #loader-wrapper .loader-section {
  opacity: 0;
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%; }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
ul {
  list-style: none;
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

.row.m0 {
  margin: 0px; }

.p0 {
  padding: 0px; }

body {
  line-height: 28px;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px; }

#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 0px; }

iframe {
  border: none; }

i:before {
  margin-left: 0px !important; }

/* Main title css
============================================================================================ */
.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: bold;
    text-transform: uppercase;
    color: #7c8d93;
    padding-bottom: 10px; }
  .c_title h2 {
    font-size: 48px;
    color: #28ad62;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .c_title h2 a {
      color: #c41943; }

.l_title {
  padding-bottom: 55px; }
  .l_title img {
    padding-bottom: 30px; }
  .l_title h6 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #7c8d93;
    padding-bottom: 10px; }
  .l_title h2 {
    font-size: 48px;
    color: #28ad62;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }
    .l_title h2 span {
      font-style: italic;
      color: #6fbbfe; }

.p_title {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #7c8d93;
  padding-bottom: 10px;
  text-align: center; }

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.main_menu_area {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 30;
  padding: 0px 45px; }
  .main_menu_area .navbar {
    padding: 0px;
    border-radius: 0px;
    background-color: transparent !important; }
    .main_menu_area .navbar .navbar-toggler {
      border: none;
      border-radius: 0px;
      padding: 0px; }
      .main_menu_area .navbar .navbar-toggler span {
        height: 3px;
        width: 25px;
        display: block;
        background: #28ad62;
        margin-bottom: 3px; }
        .main_menu_area .navbar .navbar-toggler span:last-child {
          margin-bottom: 0px; }
    @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;
        margin-right: 55px; }
        .main_menu_area .navbar .navbar-nav li a {
          font-size: 13px;
          font-family: "Roboto", sans-serif;
          font-weight: bold;
          text-transform: uppercase;
          color: #fff;
          letter-spacing: .65px;
          padding: 0px;
          line-height: 118px;
          transition: all 400ms linear 0s; }
        .main_menu_area .navbar .navbar-nav li:last-child {
          margin-right: 0px; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
            transform: scaleY(0);
            transition: all 400ms ease-out;
            display: block;
            transform-origin: 50% 0;
            min-width: 250px;
            background: #eee;
            left: auto;
            right: 0px;
            top: 90%;
            border-radius: 0px;
            border: none;
            padding: 30px 0px 30px 0px;
            box-shadow: none;
            visibility: hidden; } }
        .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
          margin-right: 0px;
          display: block; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
            display: block;
            line-height: 38px;
            color: #2c3e50;
            font-family: "Roboto", sans-serif;
            letter-spacing: .48px;
            font-size: 16px;
            padding: 0px 30px;
            text-transform: inherit;
            transition: all 400ms linear 0s;
            font-weight: normal;
            text-shadow: none; }
          .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
            color: #BA1337; }
        @media (min-width: 992px) {
          .main_menu_area .navbar .navbar-nav li:hover.submenu .dropdown-menu {
            transform: scaleY(1);
            visibility: visible; } }
        .main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
          color: #2c3e50; }
  .main_menu_area.navbar_fixed {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    transform: translateY(70px);
    transition: transform 500ms ease, background 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;
      color: #2c3e50; }

/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .banner_area:before {
    content: "";
    background: url(../img/banner/banner-bg.png) no-repeat scroll center right;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    max-width: 1233px;
    width: 100%; }
  .banner_area .banner_inner_text {
    padding-top: 200px;
    position: relative;
    padding-bottom: 95px; }
    .banner_area .banner_inner_text h2 {
      font-size: 72px;
      color: #2c3e50;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .banner_area .banner_inner_text p {
      font-size: 24px;
      color: #6b7d8e;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      padding-top: 15px; }

.banner_area#application_banner:before {
  top: -50px; }
.banner_area#application_banner p {
  padding-bottom: 25px; }
.banner_area#application_banner a svg {
  margin-right: 15px; }

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider css
============================================================================================ */
.main_slider_area {
  background: url(../img/home-slider/slider-bg-1.png) no-repeat scroll center center;
  background-size: cover; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
    font-weight: normal !important;
    color: #28ad62; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .secand_text {
    color: #6b7d8e; }
  .main_slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .more_btn {
    transition: all 400ms linear !important;
    padding: 0px 53px; }
  .main_slider_area .rev_slider .tp-bullets {
    left: calc(50% - 970px) !important; }
    .main_slider_area .rev_slider .tp-bullets .tp-bullet {
      height: 10px;
      width: 10px;
      background: #b3adff;
      border: 5px solid #fff; }
      .main_slider_area .rev_slider .tp-bullets .tp-bullet.selected {
        background: #97cdfe;
        border-color: #97cdfe; }
  .main_slider_area .rev_slider .tp-leftarrow, .main_slider_area .rev_slider .tp-rightarrow {
    height: 120px;
    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, 0.5);
    transition: all 400ms ease-out; }
    .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: 0px; }
  .main_slider_area .rev_slider .tp-rightarrow {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
    border-right: 0px; }

/* End Slider css
============================================================================================ */
/* Testimonials Slider css
============================================================================================ */
.testimonials_area {
  padding-top: 230px;
  padding-bottom: 50px; }

.testimonials_slider {
  position: relative; }
  .testimonials_slider:before {
    content: "";
    background: url(../img/3d-shap.png) no-repeat scroll center center;
    background-size: 450px 450px;
    height: 600px;
    max-width: 524px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: -210px;
    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: bold;
    color: #BA1337; }
  .testimonials_slider .testi_item p {
    font-size: 15px;
    color: #7c8d93;
    line-height: 28px;
    font-weight: normal;
    padding: 20px 0px 55px 0px; }
  .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: #28ad62;
    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: 0px; }

/* End Testimonials Slider css
============================================================================================ */
/* Partners Slider css
============================================================================================ */
.partner {
  margin: 25px auto;
  padding: 5px; }

/* End Partners Slider css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Feature Area css
============================================================================================ */
.feature_area {
  padding-top: 70px; }
  .feature_area .feature_item {
    text-align: center;
    padding: 40px 10px 0px 10px; }
    .feature_area .feature_item h4 {
      color: #28ad62;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      font-size: 20px;
      padding: 45px 0px 20px 0px; }

.feature_item {
  text-align: center;
  padding: 40px 0px 60px 0px;
  transition: all 400ms linear 0s; }
  .feature_item .f_icon {
    min-height: 91px;
    position: relative; }
    .feature_item .f_icon img {
      position: absolute;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%); }
  .feature_item h4 {
    color: #28ad62;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 45px 0px 20px 0px; }
  .feature_item p {
    font-size: 15px;
    line-height: 28px;
    font-family: "Roboto", sans-serif;
    color: #7c8d93;
    font-weight: 500;
    max-width: 290px;
    margin: auto;
    padding-bottom: 60px; }
  .feature_item .more_btn {
    opacity: 0; }
  .feature_item:hover {
    box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11); }
    .feature_item:hover .more_btn {
      opacity: 1; }

.security_feature {
  height: 800px; }
  .security_feature .row {
    overflow: hidden; }
    .security_feature .row .how_to div {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding-left: 50px; }
      .security_feature .row .how_to div h4 {
        color: #28ad62;
        font-size: 28px; }
      .security_feature .row .how_to div p {
        font-size: 16px;
        margin-bottom: 25px;
        color: #2c3e50; }
      .security_feature .row .how_to div i {
        color: #2c3e50; }
  .security_feature .security_container {
    position: relative;
    height: 700px; }
    .security_feature .security_container .security_inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 400px;
      width: 400px;
      background: url("../img/3d-shap.png") no-repeat;
      background-size: 400px 400px; }
      .security_feature .security_container .security_inner .security_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 1s;
        color: #fff; }
      .security_feature .security_container .security_inner .security_logo {
        position: absolute;
        font-size: 35px;
        cursor: pointer;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100px;
        width: 100px;
        margin: auto;
        border-radius: 50%;
        box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
        .security_feature .security_container .security_inner .security_logo i {
          line-height: 80px; }
        .security_feature .security_container .security_inner .security_logo.https {
          transform: rotate(0deg) translate(-300px) rotate(0deg); }
          .security_feature .security_container .security_inner .security_logo.https:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.pci {
          transform: rotate(45deg) translate(-300px) rotate(-45deg); }
          .security_feature .security_container .security_inner .security_logo.pci:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.cryptage {
          transform: rotate(90deg) translate(-300px) rotate(-90deg); }
          .security_feature .security_container .security_inner .security_logo.cryptage:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.code_secret {
          transform: rotate(135deg) translate(-300px) rotate(-135deg); }
          .security_feature .security_container .security_inner .security_logo.code_secret:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.sms {
          transform: rotate(180deg) translate(-300px) rotate(-180deg); }
          .security_feature .security_container .security_inner .security_logo.sms:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.verification {
          transform: rotate(225deg) translate(-300px) rotate(-225deg); }
          .security_feature .security_container .security_inner .security_logo.verification:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.cloud {
          transform: rotate(270deg) translate(-300px) rotate(-270deg); }
          .security_feature .security_container .security_inner .security_logo.cloud:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo.assistance {
          transform: rotate(315deg) translate(-300px) rotate(-315deg); }
          .security_feature .security_container .security_inner .security_logo.assistance:hover + .security_item {
            opacity: 1; }
        .security_feature .security_container .security_inner .security_logo div {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          text-align: center; }

.service_feature {
  height: 100%;
  padding-top: 100px;
  overflow: hidden; }
  .service_feature .tarifs_entreprise, .service_feature .tarifs_particulier {
    text-align: center; }
    .service_feature .tarifs_entreprise h2, .service_feature .tarifs_particulier h2 {
      font-size: 52px;
      color: #2c3e50;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .service_feature .tarifs_entreprise p, .service_feature .tarifs_particulier p {
      font-size: 16px;
      color: #6b7d8e;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      padding-top: 15px; }
    .service_feature .tarifs_entreprise .tarifs_btn a, .service_feature .tarifs_particulier .tarifs_btn a {
      border: 0;
      margin: 15px 0;
      background: #BA1337;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #EA384D, #BA1337);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #EA384D, #BA1337);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .service_feature .brands {
    margin-top: 50px; }
  .service_feature .feature_inner .feature_item {
    margin-bottom: 50px;
    height: 530px; }
    .service_feature .feature_inner .feature_item h4 {
      font-size: 24px;
      color: #7c8d93;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .service_feature .feature_inner .feature_item h3 {
      font-size: 52px;
      color: #28ad62;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      margin-bottom: 15px; }
      .service_feature .feature_inner .feature_item h3 .currency {
        vertical-align: text-top;
        font-size: 28px; }
    .service_feature .feature_inner .feature_item .list-group {
      padding: 10px; }
      .service_feature .feature_inner .feature_item .list-group ul.list-styled {
        list-style-type: none; }
        .service_feature .feature_inner .feature_item .list-group ul.list-styled li.disabled {
          color: #7c8d93; }
        .service_feature .feature_inner .feature_item .list-group ul.list-styled li:before {
          position: absolute;
          margin-left: -1.3em;
          font-weight: bold; }
        .service_feature .feature_inner .feature_item .list-group ul.list-styled li.enabled:before {
          content: "\2713";
          color: darkgreen; }
        .service_feature .feature_inner .feature_item .list-group ul.list-styled li.disabled:before {
          content: "\2717";
          color: #7c8d93; }
    .service_feature .feature_inner .feature_item .more_btn {
      position: absolute;
      bottom: 100px;
      left: 50%;
      transform: translateX(-50%);
      opacity: 0;
      transition: all 400ms linear 0s;
      background-size: 200% auto;
      background-clip: inherit;
      background: #BA1337;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #EA384D, #BA1337);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #EA384D, #BA1337);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      color: #fff; }
    .service_feature .feature_inner .feature_item:hover .more_btn {
      opacity: 1;
      background: #BA1337;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #EA384D, #BA1337);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #EA384D, #BA1337);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      border-color: #BA1337;
      background-clip: inherit; }

/* End Feature Area css
============================================================================================ */
/* Team People Area css
============================================================================================ */
.team_people_area {
  overflow: hidden;
  padding-top: 90px; }

.team_people_text {
  max-width: 540px;
  float: right; }
  .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 {
      width: calc(100% / 2);
      float: left;
      margin-bottom: 15px; }
      .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;
        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: 0px;
          top: 50%;
          transform: translateY(-50%);
          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: 0px; }
      .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: 0px 10px;
      margin-bottom: 20px;
      overflow: hidden; }
  .team_img_inner .team_img_item {
    overflow: hidden; }

/* End Team People Area css
============================================================================================ */
/* Challange Area css
============================================================================================ */
.challange_area {
  overflow: hidden; }

.challange_text_inner {
  max-width: 545px; }
  .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: #28ad62; }
      .challange_text_inner .c_video a img {
        padding-right: 15px; }

.challange_img {
  display: flex; }
  .challange_img .challange_img_inner {
    align-self: center;
    box-shadow: 0px 27px 68px 0px rgba(0, 0, 0, 0.4); }

/* End Challange Area css
============================================================================================ */
/* We Are Company Area css
============================================================================================ */
.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: 0px;
    overflow: visible; }
    .our_skill_inner .single_skill .progress .progress-bar {
      background-image: -moz-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
      background-image: -webkit-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
      background-image: -ms-linear-gradient(0deg, #6ebdfe 0%, #9b8aff 100%);
      position: relative; }
      .our_skill_inner .single_skill .progress .progress-bar .progress_parcent {
        position: absolute;
        right: 0px;
        top: -40px;
        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;
        padding: 0px 16px;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        line-height: 34px;
        border-radius: 17px; }
  .our_skill_inner .single_skill:last-child {
    margin-bottom: 0px; }

.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 0px 170px 0px;
  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; }

/* End We Are Company Area css
============================================================================================ */
/* Service Solution Area css
============================================================================================ */
.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, 0.7);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0; }

.s_solution_item .l_title h2 {
  color: #BA1337; }
.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: 0px; }
    .solution_collaps .card .card-header {
      padding: 0px;
      border: none;
      background-color: transparent; }
      .solution_collaps .card .card-header h5 a {
        background: #bdc3c7;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #2c3e50, #bdc3c7);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #2c3e50, #bdc3c7);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#79ccff', endColorstr='#9b75ff', GradientType=1);
        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%;
          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: normal;
      color: #7c8d93; }

/* End Service Solution Area css
============================================================================================ */
/* Elements Page Area css
============================================================================================ */
.elements_title {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #7c8d93;
  font-weight: normal;
  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;
  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: 0px; }
.progress_bar_area .solution_collaps {
  margin-top: 30px; }

.element_service {
  padding-top: 0px;
  padding-bottom: 100px;
  border-bottom: 0px; }
  .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%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6ebcfe 0%, #997aff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6ebcfe 0%, #997aff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ebcfe', endColorstr='#997aff', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .mileston_item h5 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #28ad62; }

/* End Elements Page Area css
============================================================================================ */
/* Best 3d Area css
============================================================================================ */
.best_3d_area {
  overflow: hidden;
  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/3d-slider-shap.png) no-repeat scroll center center;
      background-size: cover;
      min-height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      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: bold; }
    .shap_slider_inner .item p {
      font-size: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      line-height: 28px;
      padding: 25px 0px 55px 0px; }
    .shap_slider_inner .item .media {
      vertical-align: middle; }
      .shap_slider_inner .item .media img {
        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: #28ad62;
          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: 0px; }
      .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; }

/* End Best 3d Area css
============================================================================================ */
/*
FAQ Feature
 */
.faq_feature {
  padding-bottom: 100px; }
  .faq_feature .minus {
    color: #28ad62; }
  .faq_feature .card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Variables
$color1: #17A456;
$color2: #C3C3C3;
$color3: #70bafe;
============================================================================================ */
/*
Sierra

$color1: #6fbcfe;
$color2: #998dff;
$color3: #70bafe;
 */
/* Button Area css
============================================================================================ */
.more_btn {
  padding: 0px 46px;
  background: #BA1337;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EA384D, #BA1337);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EA384D, #BA1337);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  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, 0.5);
  border-radius: 33px; }
  .more_btn:hover {
    background-position: right center;
    color: #fff; }

.submit_btn {
  background: #BA1337;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #EA384D, #BA1337);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #EA384D, #BA1337);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: 200% auto;
  z-index: 2;
  width: 176px;
  padding: 0px;
  display: inline-block;
  transition: all 400ms ease-out;
  text-align: center;
  outline: 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, 0.5);
  border-radius: 33px; }
  .submit_btn:hover {
    background-position: right center;
    color: #fff; }
  .submit_btn:focus {
    box-shadow: none;
    outline: none;
    border: 6px solid rgba(204, 241, 255, 0.5); }

.solid_btn {
  padding: 0px 53px;
  background: #BA1337;
  z-index: 2;
  display: inline-block;
  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, 0.5);
  border-radius: 33px; }
  .solid_btn:hover {
    background-position: right center;
    color: #fff; }

/* Button Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Get In Touch Area css
============================================================================================ */
.get_in_touch_area {
  padding-top: 100px; }

.contact_us_form {
  margin-top: 100px; }
  .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: 0px;
      padding: 0px;
      outline: none;
      box-shadow: none;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      color: #2c3e50;
      font-weight: bold; }
      .contact_us_form .form-group input.placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group input:-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group input::-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group input::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group input:focus {
        border-image: -moz-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: 0px;
      padding: 15px 0px;
      outline: none;
      box-shadow: none;
      font-size: 13px;
      font-family: "Open Sans", sans-serif;
      font-style: italic;
      font-weight: bold;
      color: #2c3e50;
      resize: none; }
      .contact_us_form .form-group textarea.placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group textarea:-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group textarea::-moz-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group textarea::-webkit-input-placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        font-style: italic;
        color: #7c8d93; }
      .contact_us_form .form-group textarea:focus {
        border-image: -moz-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; }

.touch_details {
  margin-left: 90px; }
  .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 0px 20px 0px; }
  .touch_details h4 {
    font-size: 30px;
    color: #0b1033;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

/* End Get In Touch Area css
============================================================================================ */
/* World Map Area css
============================================================================================ */
.world_map_inner {
  text-align: center;
  position: relative; }

.bd-callout {
  text-align: left;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 550px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 46px 15px rgba(0, 0, 0, 0.15);
  border-left: 8px;
  border-style: solid;
  border-image: -moz-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  border-image: -webkit-linear-gradient(top, #9b8aff 0%, #6ebcfe 100%);
  border-image: linear-gradient(to bottom, #9b8aff 0%, #6ebcfe 100%);
  border-image-slice: 1;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  padding-left: 70px;
  padding-top: 35px;
  padding-bottom: 35px; }
  .bd-callout h3 {
    font-size: 15px;
    color: #28ad62;
    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; }

/* End World Map Area css
============================================================================================ */
/* Contact Map Area css
============================================================================================ */
.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: 0px;
      left: 0px;
      transform: translateY(0);
      z-index: 999; }

/* End Contact Map Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  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: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #BA1337;
      padding-bottom: 10px; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Circle Chart Area css
============================================================================================ */
.circle_chart_area {
  padding: 85px 0px 80px 0px; }

.circle_progress .circle_progress_inner {
  position: relative;
  max-width: 175px;
  margin: auto; }
  .circle_progress .circle_progress_inner strong {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    text-align: center;
    font-size: 36px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #28ad62;
    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: 0px;
    top: 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;
    /* Old browsers */
    background: -moz-linear-gradient(left, #80cfff 0%, #997aff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #80cfff 0%, #997aff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #80cfff 0%, #997aff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80cfff', endColorstr='#997aff',GradientType=1 );
    /* IE6-9 */ }
    .circle_progress .circle_progress_inner .percentage:after {
      content: "";
      height: 10px;
      width: 10px;
      border-radius: 50%;
      position: absolute;
      left: 5px;
      top: 5px;
      background: #fff; }

/* End Circle Chart Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Portfolio Area css
============================================================================================ */
.portfolio_area {
  border-bottom: 2px solid #fff; }

.portfolio_filter {
  padding: 95px 0px 130px 0px; }
  .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: bold;
      color: #7e8d9c;
      transition: all 400ms linear 0s; }
    .portfolio_filter ul li:last-child {
      margin-right: 0px; }
    .portfolio_filter ul li:hover a, .portfolio_filter ul li.active a {
      color: #28ad62; }

.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%; }

/* End Portfolio Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Blog Main Area css
============================================================================================ */
.blog_img {
  position: relative; }
  .blog_img .blog_date {
    position: absolute;
    left: 0px;
    top: 40px;
    max-width: 120px;
    width: 100%;
    background: #6fbcfe;
    /* Old browsers */
    background: -moz-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #6fbcfe 0%, #9b8aff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #6fbcfe 0%, #9b8aff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbcfe', endColorstr='#9b8aff',GradientType=1 );
    /* IE6-9 */
    text-align: center;
    color: #fff;
    padding: 18px 0px 16px 0px; }
    .blog_img .blog_date h4 {
      font-size: 36px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      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 30px; }
  .blog_text h4 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #28ad62;
    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%;
        transform: translateY(-50%);
        color: #7c8d93; }
      .blog_text .blog_author a:last-child {
        margin-right: 0px; }
        .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 {
  box-shadow: 0px 14px 38px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 100px; }
  .blog_main_item:last-child {
    margin-bottom: 0px; }

.pagination_area {
  padding-top: 100px; }
  .pagination_area .pagination li {
    margin-right: 10px; }
    .pagination_area .pagination li a {
      border-radius: 0px;
      border: none;
      background: transparent;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #7c8d93;
      padding: 0px;
      transition: all 400ms linear 0s; }
    .pagination_area .pagination li:last-child {
      margin-right: 0px; }
    .pagination_area .pagination li:hover a, .pagination_area .pagination li.active a {
      color: #28ad62;
      background: transparent; }

.r_widget {
  margin-bottom: 80px; }
  .r_widget:last-child {
    margin-bottom: 0px; }

.r_w_title {
  padding-bottom: 25px; }
  .r_w_title h3 {
    font-size: 18px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #28ad62; }

.search_widget .input-group {
  display: block;
  position: relative; }
  .search_widget .input-group input {
    width: 100%;
    display: block;
    border-radius: 0px;
    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: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    padding: 0px;
    line-height: 0px;
    padding-bottom: 24px;
    outline: 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: 0px;
    top: 0px;
    z-index: 3; }
    .search_widget .input-group .input-group-btn .btn-secondary {
      background: transparent;
      border-radius: 0px;
      padding: 0px;
      border: none;
      transition: all 400ms linear 0s;
      margin: 0px;
      outline: none !important;
      box-shadow: none !important;
      color: #acb6ba;
      cursor: pointer; }
      .search_widget .input-group .input-group-btn .btn-secondary:hover {
        color: #28ad62; }

.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;
    transition: all 400ms linear 0s; }
  .categories_widget ul li:last-child {
    margin-bottom: 0px; }
  .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: 0px 25px;
      line-height: 40px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 500;
      color: #7c8d93;
      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;
    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: #28ad62;
  padding-bottom: 80px;
  padding-top: 80px; }
.blog_comment .media {
  margin-bottom: 35px; }
  .blog_comment .media .d-flex {
    display: block !important;
    padding: 0px 0px 0px 25px;
    max-width: 144px;
    width: 100%; }
    .blog_comment .media .d-flex h4 {
      color: #28ad62;
      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: #28ad62;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      font-size: 12px; }
  .blog_comment .media:last-child {
    margin-bottom: 0px; }

.blog_comment_form {
  max-width: 560px; }
  .blog_comment_form h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #28ad62;
    padding: 75px 0px 55px 0px; }
  .blog_comment_form .contact_us_form {
    margin-top: 0px; }
    .blog_comment_form .contact_us_form .form-group input {
      height: 55px;
      color: #0b0b0b; }
    .blog_comment_form .contact_us_form .form-group:last-child {
      margin-bottom: 0px; }

/* End Blog Main Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footr_area {
  font-size: 14px; }

.footer_widget_area {
  background: url(../img/footer-bg.jpg) no-repeat scroll center center;
  background-size: cover;
  padding: 60px 0px 60px 0px; }

.f_title {
  padding-bottom: 40px; }
  .f_title h3 {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    line-height: 42px; }

.f_about_widget {
  padding-right: 35px; }
  .f_about_widget img {
    padding-bottom: 40px; }
  .f_about_widget p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500; }

.f_contacts ul {
  overflow: hidden;
  margin: -1px;
  color: #EEEEEE; }
  .f_contacts ul li {
    width: 100%;
    float: left; }
    .f_contacts ul li a {
      display: inline-block;
      padding: 1px;
      color: #ffffff; }

.f_fb p {
  color: #EEEEEE; }

.f_subs_widget .input-group {
  display: block; }
  .f_subs_widget .input-group input {
    display: block;
    width: 100%;
    border-radius: 0px;
    border: none;
    height: 52px;
    padding: 0px 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: 0px;
    display: block;
    margin-top: 25px; }
    .f_subs_widget .input-group .input-group-btn .submit_btn {
      margin-left: 0px;
      border-radius: 35px !important; }
      .f_subs_widget .input-group .input-group-btn .submit_btn:hover {
        border-color: #8cc4fb; }

.footer_copyright {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.6);
  padding: 35px 0px; }
  .footer_copyright .float-sm-left h5 {
    font-size: 14px;
    color: #2c3e50;
    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: #2c3e50;
      transition: all 400ms linear 0s; }
    .footer_copyright .float-sm-right ul li:last-child {
      margin-right: 0px; }
    .footer_copyright .float-sm-right ul li:hover a {
      color: #2c3e50; }

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.circle_area {
  background: url(../img/home-slider/slider-bg-1.png) no-repeat scroll center center;
  background-size: cover;
  overflow: hidden; }
  .circle_area .mockup {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%); }
    .circle_area .mockup img {
      display: block;
      margin: auto; }
    .circle_area .mockup h4 {
      text-align: center;
      margin: 0;
      padding: 0;
      color: #7c8d93; }
  .circle_area .main-circle {
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh;
    left: 35%;
    overflow: hidden; }
  .circle_area .circle {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 45px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    margin: auto;
    transition: width .5s; }
    .circle_area .circle .txt {
      position: relative;
      margin: 0;
      left: 90px;
      width: 140px;
      height: 100%; }
      .circle_area .circle .txt p {
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }
    .circle_area .circle .logo {
      font-size: 35px;
      position: absolute;
      top: 50%;
      left: 27px;
      transition: color .5s;
      transform: translateY(-50%); }
    .circle_area .circle .logo.logo-vanilla {
      left: 5px; }
  .circle_area .circle:hover {
    width: 230px; }
    .circle_area .circle:hover .logo {
      color: #BA1337; }
  .circle_area .circle.c1 {
    animation: anim-circle 17s linear infinite; }
  .circle_area .circle.c2 {
    animation: anim-circle2 10s linear infinite; }
  .circle_area .circle.c3 {
    animation: anim-circle3 15s linear infinite; }
  .circle_area .circle.c4 {
    animation: anim-circle2 20s linear infinite; }
  .circle_area .circle.c5 {
    animation: anim-circle5 8s linear infinite; }

@keyframes anim-circle {
  0% {
    transform: rotate(0deg) translate(-150px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translate(-150px) rotate(-360deg); } }
@keyframes anim-circle2 {
  0% {
    transform: rotate(180deg) translate(-250px) rotate(-180deg); }
  100% {
    transform: rotate(-180deg) translate(-250px) rotate(180deg); } }
@keyframes anim-circle3 {
  0% {
    transform: rotate(0deg) translate(-250px) rotate(0deg); }
  100% {
    transform: rotate(360deg) translate(-250px) rotate(-360deg); } }
@keyframes anim-circle5 {
  0% {
    transform: rotate(-30deg) translate(-150px) rotate(30deg); }
  100% {
    transform: rotate(-390deg) translate(-150px) rotate(390deg); } }
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.application {
  margin-bottom: 100px; }
  .application .section-header {
    text-align: center;
    margin: 50px 0; }
    .application .section-header h2 {
      font-size: 52px;
      color: #28ad62;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .application .section-header h4 {
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      font-weight: 500;
      color: #6b7d8e; }
  .application .striped-icon-large {
    background: rgba(232, 233, 237, 0.5);
    color: #212529;
    font-size: 35px;
    margin: auto;
    text-align: center;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 2; }
    .application .striped-icon-large i {
      line-height: 80px;
      color: #BA1337; }
  .application .app-demo {
    width: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .application .app-features h5 {
    font-size: 20px; }
  .application .app-features p {
    font-size: 14px;
    color: #7c8d93; }

@media (max-width: 991px) {
  .application {
    margin-bottom: 130px; } }
.application .section-header ul li {
  padding: 0 15px; }

.application .app-features {
  margin-bottom: 60px;
  width: 100%;
  position: relative; }

@media (min-width: 992px) {
  .application .app-features p {
    margin: 0; } }
.application .app-features:first-of-type {
  margin-top: 35px; }

.application .app-features:last-of-type {
  margin-bottom: 0; }

.application .app-features .striped-icon-large {
  position: absolute;
  top: 0; }

.application .app-features.right-features,
.application .app-features.left-features {
  padding-left: 100px;
  text-align: left; }

.application .app-features.right-features .striped-icon-large,
.application .app-features.left-features .striped-icon-large {
  left: 0; }

@media (min-width: 992px) {
  .application .app-features.left-features {
    padding-right: 100px;
    padding-left: 0;
    text-align: right; }

  .application .app-features.left-features .striped-icon-large {
    right: 0;
    left: auto; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .application .app-demo {
    margin-left: -25px; } }
@media (min-width: 1200px) {
  .application .app-demo {
    margin-left: 5px; } }
/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */
