

@font-face {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/proxima-nova/ProximaNova-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Italic';
  font-style: italic;
  font-weight: normal;
  src: url('../fonts/proxima-nova/ProximaNova-RegularIt.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Thin';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/proxima-nova/ProximaNova-Thin.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Thin Italic';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/proxima-nova/ProximaNova-ThinIt.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Light';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/proxima-nova/ProximaNova-Light.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Light Italic';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/proxima-nova/ProximaNova-LightIt.woff') format('woff');
}

@font-face {
  font-family: 'proxima-nova-medium';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/proxima-nova/ProximaNova-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Medium Italic';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/proxima-nova/ProximaNova-MediumIt.woff') format('woff');
}

@font-face {
  font-family: 'proxima-nova-bold';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/proxima-nova/Proxima-Nova-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Proxima Nova Bold Italic';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/proxima-nova/ProximaNova-BoldIt.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Black';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/proxima-nova/ProximaNova-Black.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Black Italic';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/proxima-nova/ProximaNova-BlackIt.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Extrabold';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/proxima-nova/ProximaNova-Extrabold.woff') format('woff');
}

@font-face {
  font-family: 'Proxima Nova Extrabold Italic';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/proxima-nova/ProximaNova-ExtraboldIt.woff') format('woff');
}
* {
  padding: 0;
  margin: 0;
  font-family: 'proxima-nova';
}

a {
  text-decoration: none !important;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.title-xl {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 42px;
  line-height: 67px;
  text-align: left;
  color: #437eeb;
}

.text-sm {
  font-family: 'proxima-nova';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #4b4a4a;
}

.text-secondary-2 {
  color: #4b4a4a !important;
}

.bg-primary-2 {
  background-color: #437eeb;
}

.bg-secondary-2 {
  background-color: #BCBABA;
}

.section-title {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 30px;
  line-height: 67px;
  text-align: left;
  color: #300750;
}

.text-primary-2 {
  color: #437eeb !important;
}

.dropdown li a {
  font-family: 'Gordita Medium' !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 32.2px !important;
  text-align: left !important;
  color: #000 !important;
  margin: 0 !important;
}

.link-underline-purple {
  position: relative;
}

.link-underline-purple:after {
  content: '';
  background: #437eeb;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.bg-light-2 {
  background-color: #E1E0E0;
}


/****************************************    header css start here  *******************************************/

.navbar-nav li a {
  font-family: 'Gordita Medium';
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  text-align: center;
  color: #fff;
  margin: 0 15px;
}

.custom-logo-link img {
  height: 84px;
  object-fit: contain;
  width: 173px;
}


/****************************************    section 1 css start here  *******************************************/

.section-1 {
  background-image: url('../images/section-1-bg.png');
  background-repeat: no-repeat;
  min-height: 799px;
  background-position: -100px 0;
  background-size: cover;
  margin-bottom: 50px;
}

.splide {
  margin-top: 100px;
}

.section-1 li.splide__slide>img {
  vertical-align: bottom;
  min-height: 563px;
  max-height: 563px;
  object-fit: cover;
  width: 98%;
}

.short-message {
  width: 387px;
  padding: 2rem;
  color: #fff;
  margin-left: 80px;
  margin-top: -120px;
  z-index: 999999;
  position: relative;
}

.bold-title {
  display: flex;
  align-items: end;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Gordita Medium';
}

.bold-title img {
  margin-right: 10px;
  height: 40px;
}

.text-sm-white {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  text-align: left;
  color: #fff;
}

.text-sm-white p {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #ffffff;
}

.link-underline {
  position: relative;
}

.link-underline:after {
  content: '';
  background: #fff;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
}


/****************************************    section 1 css end here  *******************************************/

.incoporate-logo {
  position: relative;
  height: 100%;
}

.incoporate-logo img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

.incoporate-logo img:last-child {
  bottom: 0;
  right: 0;
  position: absolute;
}

.incoporate-logo:after {
  height: 1px;
  background-color: #fff;
  content: '';
  width: 87%;
  left: 5%;
  top: 50%;
  position: absolute;
  transform: rotate(-25deg);
}

.section-2 {
  margin-bottom: 100px;
}


/****************************************     section 2 css end here  *******************************************/

.section-3 {
  background-image: url("../images/about-us-bg.png");
  min-height: 700px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 100px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.section-3:after {
  content: '';
  position: absolute;
  background: #437eeb85;
  width: 100%;
  height: 100%;
  z-index: -1;
}


/****************************************     section 3 css end here  *******************************************/

.section-4 {
  margin-bottom: 100px;
}


/****************************************     section  css end here  *******************************************/

footer ::placeholder,
footer input {
  color: #fff !important;
}

footer .h4 {
  font-size: 30px;
  line-height: 54px;
}

.search input[type=search] {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #fff;
  /* width: 13%; */
}

.search-form {
  display: flex;
}

label {
  flex: 1 1 auto;
  margin: 0;
}

.page-header {
  min-height: 526px;
  background-repeat: no-repeat;
  margin: 0 0 50px 0;
  background-position: 109% 0;
  background-size: contain;
}

.page-header-case-study {
  min-height: 526px;
  background-repeat: no-repeat;
  /* margin: 50px 0; */
  margin: 0 0 50px 0;
  background-position: 109% 47%;
}

.deal-box {
  border: 1px solid #e1e0e0;
  padding: 3rem 2rem;
}

.deals-details small {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #437eeb;
}


/* .deals-type {
    font-family: proxima-nova;
    font-weight: normal;
    font-size: 30px;
    line-height: 67px;
    text-align: left;
    color: #437eeb;
} */

.deals-type-new {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #437eeb;
  padding: 16px 0;
}

.deals-details a {
  margin-top: 43px;
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  color: #437eeb;
  text-transform: uppercase;
}

.deals-details .link-underline:after {
  background: #437eeb;
}

.deals-wrapper .col-md-6 {
  border: 1px solid transparent;
  padding: 16px;
  margin-bottom: 16px;
}

.deals-wrapper .col-md-6:hover {
  border-color: #000;
  background: transparent;
  border: 1px solid #e1e0e0;
  opacity: 0.79;
  box-shadow: 0.24px 1.99px 4px rgba(41, 41, 41, 0.19);
}

.view-more {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
  color: #4b4a4a;
}

.view-more.link-underline:after {
  background: #437eeb;
  bottom: -9px;
  height: 2px;
}

.deals-header {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #4b4a4a;
}

.case__study .deals-header {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #437eeb;
}

.case-study-box {
  background: #ECEBEB;
  padding: 2rem 1.3rem 5rem;
  height: 100%;
}

.case-study-box .title {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #437eeb;
  text-align: left;
}

.case-study-box .Description {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  text-align: left;
  color: #437eeb;
  margin-bottom: 25px;
}

.case-study-box .btn-secondary {
  background: #e5e4e4;
  color: #437eeb;
  border: 0;
}

.case-study-box .view-more-btn {
  position: absolute;
  bottom: 28px;
}

.case-study-box .link-underline {
  position: relative;
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
  color: #437eeb;
  text-transform: uppercase;
}

.case-study-box .link-underline:after {
  content: '';
  background: #437eeb;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.text-purple {
  color: #437eeb !important;
}


/******************************* new homepge design css start here  ******************************/

.deals__box {
  /* background: transparent;
    border: 0.66px solid #706f6f;
    padding: 1rem;
    text-align: center; */
  background: transparent;
  border: 0.66px solid #706f6f;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.deal__note {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 16px;
  line-height: 40.81px;
  text-align: center;
}

.tags {
  background: #e5e4e4;
  display: inline-block;
  padding: 5px;
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #437eeb;
}

.recent-deals-row-2 .deals__box {
  padding: 4rem 2rem 6rem !important;
}

.deals-box-main {
  padding: 16px;
  margin-bottom: 16px;
  background: transparent;
  border: 1px solid transparent;
}


/* //.deals-box-main:hover {
//  border: 1px solid #e1e0e0;
// box-shadow: 0.24px 1.99px 4px rgba(41, 41, 41, 0.19);
//} */

.deal-box:hover {
  filter: drop-shadow(4.592px 5.283px 5px rgba(41, 41, 41, 0.13));
  background-color: #ffffff;
}

.deals-wrapper-new .deals-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.slash:after {
  content: '';
  width: 1px;
  background: #A3A3A3;
  left: 55px;
  height: 100%;
  position: absolute;
  transform: rotate(23deg);
}

.slash {
  position: relative;
}

.blog-wrapper:after {
  background-image: url("../images/blog-bg.png");
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}

.blog .all-blogs .card img {
  max-height: 185px;
  min-height: 185px;
  object-fit: cover;
}

.all-blogs .card-title {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

.all-blogs p {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  color: #437eeb;
}

.tab-link a {
  margin: 0 16px;
}

.tab-link a:first-child {
  margin: 0;
}

.footer-menu li a {
  color: #fff;
  margin: 0 25px;
}

.footer-menu ul,
.footer-menu li {
  display: inline;
}

.footer-menu {
  text-align: right;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.footer-menu ul li:last-child a {
  margin-right: 0;
}

.deals-wrapper .card img {
  max-height: 213px;
  min-height: 213px;
  object-fit: cover;
}

.hidden {
  display: none;
}

.page-header-blog {
  /* //min-height: 300px; */
  background-repeat: no-repeat;
  margin: 0 0 50px 0;
  background-position: 109% 47%;
}

.single-people {
  background-image: url('../images/people-bg.png');
  background-repeat: no-repeat;
  min-height: 600px;
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 50px;
}

.about-member {
  margin-bottom: 100px;
  column-count: 2;
}

.border-bottom-primary {
  border-bottom: 1px solid #437eeb;
}

.text-md {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 22px;
  line-height: 43px;
  text-align: left;
  color: #4b4a4a;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  width: 35%;
  margin-bottom: 20px;
  margin-left: 0;
}

span.wpcf7-list-item-label {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #4b4a4a;
  margin-left: 16px;
}

.question {
  font-family: Gordita Medium;
  font-weight: normal;
  font-size: 25px;
  line-height: 39px;
  text-align: left;
  color: #4d4b4b;
}

.answer {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #4b4a4a;
}

.post-meta-wrapper.post-meta-single.post-meta-single-top {
  display: none;
}

.filter-wrapper .card {
  border: 1px solid transparent;
}

.filter-wrapper .card:hover {
  border: 1px solid #00000020;
}

button.active {
  border-bottom: 2px solid;
}

.question-box ol li a {
  font-size: 16px;
  line-height: 26px;
  color: #4b4a4a;
}

.question-box .question {
  font-size: 18px;
  line-height: 43px;
  color: #4b4a4a;
  font-weight: 500;
}

.question-box ol li {
  line-height: 40px;
}


/* filter css start here/ */

.deals-filter .filter-cat {
  margin: 1em 0;
}

.deals-filter .f-cat {
  color: #fff;
  padding: 1em;
  border: 5px solid #fff;
}

.deals-filter .f-cat[data-cat='cat-red'] {
  background: #ff4136;
}

.deals-filter .f-cat[data-cat='cat-green'] {
  background: #2ecc40;
}

.deals-filter .f-cat[data-cat='cat-blue'] {
  background: #0074d9;
}

.deals-filter .f-cat[data-cat3='cat-upper'] {
  text-transform: uppercase;
}

.deals-filter .f-cat[data-cat3='cat-lower'] {
  text-transform: lowercase;
}

.deals-filter .filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}

.deals-filter .filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tab-filter button.cat-red {
  background: #ff4136;
}

.tab-filter button.cat-red:hover {
  background: #e90d00;
}

.tab-filter button.cat-green {
  background: #2ecc40;
}

.tab-filter button.cat-green:hover {
  background: #208e2c;
}

.tab-filter button.cat-blue {
  background: #0074d9;
}

.tab-filter button.cat-blue:hover {
  background: #004b8d;
}

.tab-filter button.cat-all {
  background: #333;
}

.tab-filter button.cat-all:hover {
  background: #0d0d0d;
}

.tab-filter .cat-red {
  background: #ff4136;
}

.tab-filter .cat-green {
  background: #2ecc40;
}

.tab-filter .cat-blue {
  background: #0074d9;
}

.tab-filter .row .col {
  opacity: 0;
  display: none;
}

.tab-filter .row .col.active {
  opacity: 1;
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.share-buttons {
  display: flex;
}

.share-buttons svg {
  height: 20px;
  width: 20px;
  margin: 0 9px;
  fill: #bfbfbf;
}

.share-buttons span {
  display: none;
}

ul.share-buttons li {
  list-style: none;
}

.recent-transaction img {
  filter: grayscale(1);
}

.recent-transaction .tags {
  color: #4b4a4a;
}

.recent-transaction .tags {
  color: #4b4a4a;
}

.dropdown-toggle::after {
  display: none;
}

.open-menu {
  display: block;
}

.close-menu {
  display: none;
}

.cross .close-menu {
  display: block;
  height: auto;
  width: 25px;
}

.cross .open-menu {
  display: none;
}

.menu-toggle:before {
  content: '';
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

nav.navbar {
  z-index: 99;
}

.menu-toggle nav.navbar {
  z-index: 99;
  position: fixed;
}

.case-study-box img {
  max-height: 80px;
  min-height: 80px;
  object-fit: scale-down;
}

.deals__box img {
  max-height: 40px;
}

.deals-wrapper-new .deals-details img {
  max-height: 60px;
  object-fit: scale-down;
}

.section {
  padding: 30px 0;
  color: #333;
}

.section .top-side {
  text-align: center;
}

.section .top-side .title {
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
}

.section .top-side .title:after {
  content: '';
  display: block;
  width: 50%;
  border-bottom: 1px solid #494949;
  margin: 8px auto;
}

.section.portfolio .filters ul {
  padding: 0;
}


/* .section.portfolio .filters ul li {
    list-style: none;
    display: inline-block;
    padding: 6px 10px;
    cursor: pointer;
    position: relative;
}

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

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

.section.portfolio .filters ul li.active:after {
    width: calc(100% - 60px);
} */

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

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

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

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

.section.portfolio .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item .p-inner h5 {
  font-size: 15px;
}

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

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

.postion-static {
  position: static !important;
}

.case__study {
  background-image: none;
  background-position: 100% 0;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.right-image:before {
  background: #437eeb;
  content: '';
  position: absolute;
  width: 67%;
  height: 50%;
  left: -33px;
  bottom: -33px;
  z-index: 1;
}

.right-image:after {
  background-image: url('../images/case-study.png');
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100px;
  z-index: 1;
  top: -42px;
  background-repeat: no-repeat;
}

.right-image img {
  z-index: 9;
  position: relative;
  min-height: 444px;
  max-height: 444px;
  min-width: 664px;
  max-width: 664px;
  object-fit: cover;
}

.right-image {
  position: absolute;
  top: 8%;
  right: 41px;
}

.btn-secondary-2 {
  background: #e5e4e4;
}

.case__study .deals-type {
  line-height: 49px;
}

.deals-content h2,
.deals-content h3 {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 24px;
  line-height: 43px;
  text-align: left;
  color: #4b4a4a;
}

.deals-content p {
  font-family: 'proxima-nova';
  font-weight: normal;
  text-align: left;
  color: #4b4a4a;
  font-size: 22px;
  line-height: 43px;
  margin-bottom: 2rem;
}

.deals-content h1 {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 30px;
  font-size: 42px;
  line-height: 67px;
  text-align: left;
  color: #437eeb;
}

.bg-single-post:after {
  background-image: url('../images/blog-bg.png');
  background-size: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}


/* header#navbar_top {
    transition: all 0.5s cubic-bezier(0.45, 0.05, 0.55, 0.95);
} */

footer {
  font-size: 20px;
}

.link-underline,
.link-underline-purple {
  position: relative;
  display: inline-block;
}

.link-underline::before,
.link-underline::after,
.link-underline-purple::after,
.link-underline-purple::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: solid 2px #437eeb;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1);
}

.link-underline::before,
.link-underline-purple::before {
  transform-origin: left;
}

.link-underline::after,
.link-underline-purple::after {
  transform-origin: right;
  transform: scaleX(1);
  transition-delay: .25s;
}

.link-underline:hover::before,
.link-underline-purple:hover::before {
  transition-delay: .25s;
  transform: scaleX(1);
}

.link-underline:hover::after,
.link-underline-purple:hover::after {
  transition-delay: 0s;
  transform: scaleX(0);
}

.navbar_top {
  background: #000;
  /* position: fixed; */
  width: 100%;
  left: 0;
  top: 0;
  transition: ease 0.4s;
  z-index: 99999;
}

.main-tool-bar--scrolled {
  height: 40px;
}

.deals-type {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 42px;
  line-height: 67px;
  text-align: left;
  color: #437eeb;
}

.single-people .text-sm {
  font-size: 20px;
}

.our_people .text-sm {
  font-size: 20px;
}

.our_people .about-member {
  margin-bottom: 100px;
  column-count: 2;
  column-gap: 4rem;
}

.filters .active {
  border-bottom: 2px solid;
}

button.search-submit {
  position: absolute;
    right: 36px;
      top: 28px;
}

section.deals-wrapper-new.deal-box-wrapper.deals-filter select {
  color: #437eeb;
}

.people .card img {
  height: 288px;
  object-fit: cover;
}

section.single-people img {
  max-height: 445px;
}

section.sell-advisory h1,
section.sell-advisory h2,
section.about-description h1,
section.about-description h2 {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 42px;
  line-height: 67px;
  text-align: left;
  color: #437eeb;
}

section.sell-advisory h3,
section.about-description h3 {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 24px;
  line-height: 43px;
  text-align: left;
  color: #4b4a4a;
}

a {
  cursor: pointer;
}

.filtering li a.active {
  border-bottom: 2px solid #437eeb;
}

.bg-transparent {
  background-color: transparent !important;
}

.tab-filter li button.active {
  border-bottom: 2px solid !important;
}

.section-3 .link-underline::before,
.section-3 .link-underline::after,
.section-3 .link-underline-purple::after,
.section-3 .link-underline-purple::before {
  border-bottom: solid 2px #fff;
}

.ob-c {
  object-fit: cover;
}

input:focus-visible {
  outline: 0;
}

.date div:last-child {
  display: none;
}

.text-black {
  color: #000;
}

.title-md {
  font-size: 30px;
  line-height: 67px;
  color: #437eeb;
  font-family: proxima-nova;
}

.mergero_deal table {
  margin-left: 8%;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mergero_deal table td {
  color: #437eeb;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
}

.mergero_deal table tr td:nth-child(2) {
  margin-left: 50px;
  width: 75%;
}

.mergero_deal ol li {
  font-family: proxima-nova;
  font-weight: normal;
  font-size: 22px;
  line-height: 43px;
  text-align: left;
  margin-top: 1.5rem;
  color: #000;
}

.mergero_deal ol li a {
  font-weight: 700;
}


.postid-602 .mergero_deal .text-md {
  color: #4b4a4a !important;
  font-weight: 400 !important;
  margin-top: 0 !important;
}

.postid-602 .mergero_deal .deals-content ol li {
  font-family: 'proxima-nova';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #4b4a4a;
}

.mergero_deal .text-md {
  color: #4b4a4a;
}

.mergero_deal ul {
  list-style: none;
}

.mergero_deal .deals-content ul li {
  font-size: 22px;
  line-height: 40px;
  color: #437eeb;
  margin-left: 8%;
}

:focus-visible {
  outline: 0 !important;
}

:focus {
  outline: 0 !important;
}

.faq-main .faq:last-child,
.faq-main .faq:nth-child(4n-3) {
  display: none;
}

.dropdown-menu.open.show {
  display: block !important;
}

ul.dropdown-menu.inner.selectpicker {
  display: block;
}

#l-english {
  display: none;
  font-family: 'proxima-nova';
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  color: #300751 !important;
  margin: 0 15px 0 0;
  padding: .5rem 1rem;
}

#l-finnish {
  display: block;
  font-family: 'proxima-nova';
  font-weight: normal;
  font-size: 16px;
  line-height: 19.2px;
  color: #300751 !important;
  margin: 0 15px 0 0;
  padding: .5rem 1rem;
}

.en-lang #l-finnish {
  display: none;
}

.en-lang #l-english {
  display: block;
}

#l-english svg,
#l-finnish svg {
  height: 13px;
  width: 13px;
  fill: #300751 !important;
  transform: rotate(-90deg);
  margin-left: 8px;
}

#l-english img,
#l-finnish img {
  margin-right: 6px;
}

.tnp.tnp-subscription {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  margin: 0em 0.5em 1em 0;
  padding: 0.2em 0em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  margin: 0em 0.5em 1em 0;
  padding: 0.2em 0em;
  border: transparent;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0em 0.5em 1em 0;
  padding: 0.2em 0em;
  border: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb90000;
}

.page-header-case-study img {
  max-height: 524px;
  object-fit: contain;
}

section.section-4 .section-title {
  line-height: unset;
}

.single-details img {
  max-width: 100%;
  max-height: 60px;
  display: block;
  margin: auto;
}


/* new css start from here */

div.hero {
  position: relative;
  padding: 0;
}

div.hero div.hero-slideshow {
  height: 641px;
  /* Main slide content div */
}

div.hero div.hero-slideshow div.slick-track,
div.hero div.hero-slideshow div.slick-list {
  height: 100%;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide {
  padding: 130px 100px 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide img.ia-logo-81 {
  display: inline-block;
  top: 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
  max-width: 528px;
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide img.ia-logo-81 {
    max-width: 164px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 {
  color: #fff !important;
  font-family: 'proxima-nova', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 54px !important;
  font-weight: 700;
  line-height: 66px;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 900px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img {
  display: inline;
  vertical-align: -15px;
  margin-right: -40px;
  width: 220px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.edge-logo {
  vertical-align: -15px;
  margin-right: -28px;
  width: 350px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.vision-and-perspective {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.icc-logo {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.iu-logo {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.spirograph {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.ignition-logo {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.ignition-logo2 {
  display: inline-flex;
  width: 222px;
  height: 96px;
  margin: 0 auto 0 auto;
  padding: 0.131px 0.565px 2.177px 0.359px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.exchange-logo {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.onboard-logo {
  display: none;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 img.ignition-basic-logo {
  width: 225px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2 span {
  color: inherit;
}

@media (min-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2 span.show-for-medium {
    display: inline !important;
  }
}

@media screen and (max-width: 1280px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.edge-panel-h2 {
    font-size: 54px !important;
    line-height: 66px;
    width: 110%;
  }
}

@media screen and (max-width: 830px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.edge-panel-h2 {
    font-size: 52px !important;
    line-height: 64px;
  }
}

@media screen and (max-width: 786px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.edge-panel-h2 {
    font-size: 48px !important;
    line-height: 56px;
  }
}

@media screen and (max-width: 740px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.edge-panel-h2 {
    font-size: 42px !important;
    line-height: 52px;
  }
}

@media screen and (max-width: 672px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.edge-panel-h2 {
    font-size: 38px !important;
    line-height: 48px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2.bfe {
  font-size: 54px !important;
  margin-bottom: 50px;
}

@media (max-width: 64.0005em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.bfe {
    font-size: 48px !important;
    line-height: 42px;
    margin-bottom: 30px;
  }
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.bfe {
    font-size: 32px !important;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide h2.iccso {
  width: 800px;
}

@media (max-width: 64.0005em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.iccso {
    margin-bottom: 6px;
    width: 80%;
    font-size: 48px !important;
    line-height: 58px;
  }
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.iccso {
    width: auto;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide h2.iccso img {
    margin-bottom: 10px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide button.see-whats-new {
  width: 214px;
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide button.see-whats-new {
    margin-bottom: 10px !important;
    width: 150px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide p {
  color: #fff !important;
  font-family: 'proxima-nova', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  max-width: 740px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide p.attribution {
  font-style: italic;
  font-size: 18px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide p.attribution img.chobani-logo {
  width: 4.2em;
  height: auto;
  display: inline;
  margin: 0;
  padding: 1px 0 0 0;
  vertical-align: text-top;
}

@media (max-width: 64.0005em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide p.first-panel {
    width: 85%;
  }
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide p.first-panel {
    width: auto;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide button {
  height: 45px;
  padding: 12px 20px;
  border-radius: 3px;
  color: #fff;
  font-family: 'proxima-nova', 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  margin-left: 15px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide a:first-of-type button {
  margin-left: 0;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide button.orange {
  background: #437eeb !important;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide button.hollow-download {
  border: 2px solid #4a90ad;
  border-radius: 3px;
  background-color: transparent;
  line-height: 17px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide button.orange:hover {
  background: #e38025 !important;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide button.hollow-download:hover {
  background-color: #4a90ad;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge {
  background-image: url('../images/banner/3.png');
  background-position: center;
  padding-bottom: 180px;
}

@media (max-width: 1024px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge {
    padding-top: 120px;
    padding-bottom: 282px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge img {
  margin: 0 auto 20px auto;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge h2 {
  max-width: 756px;
}

@media (max-width: 750px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge h2 {
    max-width: 492px;
  }
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge {
    padding-top: 50px !important;
    padding-bottom: 248px !important;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition-edge h2 {
    margin: 0 auto 30px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center {
  background-position: center;
  padding-bottom: 180px;
}

@media (max-width: 1024px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center {
    padding-top: 120px;
    padding-bottom: 282px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center img {
  margin: 0 auto 20px auto;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center h2 {
  max-width: 756px;
}

@media (max-width: 750px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center h2 {
    max-width: 492px;
  }
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center {
    padding-top: 50px !important;
    padding-bottom: 256px !important;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.standard-medium-left-small-center h2 {
    margin: 0 auto 30px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.quote-builder {
  background-image: url('../images/banner/1.png');
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.quote-builder {
    padding-top: 130px !important;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.quote-builder .p {
  max-width: 620px;
}

@media only screen and (max-width: 64em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.quote-builder .p {
    max-width: 532px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.download-ignition {
  background-image: url('../images/banner/2.png');
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ia-case-study {
  background-image: url('../images/banner/3.png');
  padding: 100px 100px 180px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ia-case-study .ignition-logo2 {
  vertical-align: -17px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.enterprise-starter-package {
  background-image: url('../images/banner/4.png');
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.enterprise-starter-package {
    padding: 0 0 180px !important;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.enterprise-starter-package h2 {
    margin-top: 120px;
    margin-bottom: 80px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.icc-2024-carousel {
  background-image: url('../images/banner/3.png');
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.icc-2024-carousel h2 img {
  width: 35px;
  display: inline !important;
  margin: 0 5px 0;
  vertical-align: -23px;
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.icc-2024-carousel {
    padding: 47px 0 180px !important;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.icc-2024-carousel h2 img {
    display: none !important;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.unlimited-licensing {
  background-image: url('../');
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.unlimited-licensing {
    padding: 50px 0 256px 0 !important;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.unlimited-licensing .columns {
    padding: 0 8px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.perspective-pricing-page-promo {
  background-image: url('../');
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition {
  background-image: url('../');
  background-color: #003e69;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 210px;
  text-align: center;
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition {
    padding-top: 130px;
    background-image: url('../');
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition .bg-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media all and (-ms-high-contrast: none) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition .bg-video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.ignition {
    padding-top: 95px !important;
    padding-bottom: 205px !important;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition {
  background-image: url('../');
  padding-top: 60px;
  padding-bottom: 144px;
}

@media (max-width: 1024px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition {
    padding-bottom: 137px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition img.cloud-edition {
  height: 197px;
  margin: 0 auto;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition h2 {
  max-width: none;
  line-height: 80px;
  margin-top: 16px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition h2 {
    margin-bottom: 24px;
  }
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition button {
  padding: 12px 36px;
  margin-bottom: 24px;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition .purchase-today {
  font-size: 15px;
  line-height: 21px;
  color: white;
}

div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition .purchase-today .link-underline {
  display: inline;
  border-bottom-color: white;
}

@media (max-width: 40.063em) {
  div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition {
    padding-top: 50px !important;
    padding-bottom: 186px !important;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition img.cloud-edition {
    height: 64px;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition h2 {
    line-height: 40px;
    max-width: 310px;
    margin: 20px auto 30px auto;
  }

  div.hero div.hero-slideshow div.slick-slide .slick-slide.cloud-edition button {
    line-height: 19px;
    height: auto;
    padding: 8px 28px;
    margin-bottom: 24px !important;
  }
}

div.hero div.hero-slideshow button:focus {
  outline: 0;
}

div.hero div.hero-slideshow button.slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  position: absolute;
  top: 45%;
  /* calc fallback */
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  z-index: 200;
}

div.hero div.hero-slideshow [data-focus-type='key'].slick-arrow:focus::before {
  content: '';
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 2px solid #8fc1fe;
  border-radius: 3px;
}

div.hero div.hero-slideshow button.slick-arrow:after {
  position: absolute;
  top: 45%;
  /* calc fallback */
  top: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  font-size: 40px;
  line-height: 23px;
  font-family: 'proxima-nova', 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 200;
  -webkit-transition: color 200ms ease, border-color 300ms ease;
  -o-transition: color 200ms ease, border-color 300ms ease;
  transition: color 200ms ease, border-color 300ms ease;
}

div.hero div.hero-slideshow button.slick-arrow:hover:after {
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}

div.hero div.hero-slideshow button.slick-prev {
  left: 20px;
}

div.hero div.hero-slideshow button.slick-next {
  right: 20px;
}

div.hero div.hero-slideshow button.slick-prev::after {
  content: '\2039';
  left: 0;
  padding-right: 2px;
}

div.hero div.hero-slideshow button.slick-next::after {
  content: '\203A';
  right: 0;
  padding-left: 2px;
  pointer-events: none;
}

div.hero div.slick-slide .slick-slide.ignition h2 {
  margin: 0 auto;
}

div.hero ul.mobile-dots {
  display: none;
}

div.hero div.slideshow-tabs {
  font-family: 'proxima-nova', 'Roboto', Helvetica, Arial, sans-serif;
  margin: auto;
}

div.hero div.slideshow-tabs ul.slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
}

div.hero div.slideshow-tabs ul.slick-dots li {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  width: 25%;
  height: 100%;
  text-align: left;
  padding: 15px 30px;
  vertical-align: top;
  position: relative;
}

div.hero div.slideshow-tabs ul.slick-dots li div.prog-bg,
div.hero div.slideshow-tabs ul.slick-dots li div.prog-fg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2px;
  display: none;
}

div.hero div.slideshow-tabs ul.slick-dots li div.prog-bg {
  background-color: rgba(247, 144, 30, 0.35);
  left: 0;
  z-index: 1;
}

div.hero div.slideshow-tabs ul.slick-dots li div.prog-fg {
  background-color: #437eeb !important;
  right: 0;
  z-index: 2;
}

div.hero div.slideshow-tabs ul.slick-dots li p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  margin-top: 0;
}

div.hero div.slideshow-tabs ul.slick-dots li h3 {
  color: #9b9b9b !important;
  font-weight: 500;
  line-height: 18px;
  text-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 3px;
}

div.hero div.slideshow-tabs ul.slick-dots li h3 span {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

div.hero div.slideshow-tabs ul.slick-dots li:hover {
  cursor: pointer;
}

div.hero div.slideshow-tabs ul.slick-dots li:hover h3 {
  color: #437eeb !important;
}

div.hero div.slideshow-tabs ul.slick-dots li.slick-active {
  background-color: rgba(19, 21, 21, 0.75);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 40.063em) {
  div.hero div.slideshow-tabs ul.slick-dots li.slick-active {
    height: 100px;
  }
}

div.hero div.slideshow-tabs ul.slick-dots li.slick-active h3 {
  color: #437eeb !important;
  font-weight: 500;
}

div.hero div.slideshow-tabs ul.slick-dots li.slick-active p {
  font-weight: 300;
}

div.hero div.slideshow-tabs ul.slick-dots li.slick-active div.prog-bg,
div.hero div.slideshow-tabs ul.slick-dots li.slick-active div.prog-fg {
  display: block;
}

div.hero div.slideshow-tabs ul.slick-dots li.slick-active .prog-fg.widthTransition {
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

div.hero div.slideshow-tabs ul.slick-dots li:first-of-type {
  border-left: none;
}

div.hero div.slideshow-tabs ul.slick-dots li:last-of-type {
  border-right: none;
}

div.hero div.slideshow-tabs ul.slick-dots.paused li div.prog-fg {
  width: 100% !important;
}

div.hero div.slideshow-tabs ul.slick-dots.paused li.slick-active .prog-fg.widthTransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

div.hero div.tab-wrapper {
  background-color: rgba(30, 37, 40, 0.75);
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

div.hero div.slideshow-tabs {
  font-family: 'proxima-nova', 'Roboto', Helvetica, Arial, sans-serif;
  margin: auto;
}

div.hero div.slideshow-tabs ul.slick-dots {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  display: flex;
}


.partner-section {
  background-color: #f8f9ff;
}

.side-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  background-color: #dce8fc;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.brand-list {
  list-style-type: disc;
  padding-left: 20px;
  font-weight: 600;
}

.brand-list li {
  font-size: 28px;
  font-weight: 900;
  line-height: 44px;
  font-family: "Anton", sans-serif;
}


.site-heading h4 {
  text-transform: uppercase;
  font-weight: 800;
  color: #437eeb;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.testimonials-area .testimonial-items .carousel-item i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 70px;
  line-height: 70px;
  margin: auto auto 30px;
  position: relative;
  text-align: center;
  width: 70px;
  display: inline-block;
  color: #437eeb;
  font-size: 25px;
}

.testimonials-area .carousel-indicators {
  bottom: -31px;
  margin-top: 35px;
  position: relative;
}

#testimonial-carousel {
  margin-bottom: -8px;
}

.testimonials-area .carousel-indicators li {
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
  padding: 5px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  min-width: 55px;
  min-height: 55px;
}

.testimonials-area .carousel-indicators li.active img {
  background: -webkit-linear-gradient(left,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  background: linear-gradient(to right,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
}

.testimonials-area .carousel-indicators .active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin: 0 25px;
}

.testimonials-area .testimonial-items .carousel-item i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 70px;
  line-height: 70px;
  margin: auto auto 30px;
  position: relative;
  text-align: center;
  width: 70px;
  display: inline-block;
  color: #437eeb;
  font-size: 25px;
}

.testimonials-area .testimonial-items .carousel-item i::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #edf5ff;
  margin-left: -10px;
}

.testimonial-items h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.testimonial-items span {
  color: #437eeb;
  font-weight: 600;
  text-transform: capitalize;
}



/* ==============================================================
     # Blog
=================================================================== */

.blog-area .blog-items .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-items .item {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgb(216, 216, 216);
}

.blog-area .blog-items .item:hover {
  border: 1px solid #437eeb;
}

.blog-area .blog-items .item .thumb {
  position: relative;
  z-index: 1;
}

.blog-area .blog-items .item .thumb img {
  border-radius: 10px 10px 0 0;
}

.blog-area .blog-items .item .thumb a {
  display: block;
}

.blog-area .blog-items .item .thumb .date {
  position: absolute;
  left: 30px;
  bottom: -30px;
  text-align: center;
  background: #ffffff;
  padding: 15px 30px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 27px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
}

.blog-area .blog-items .item .thumb .date strong {
  display: block;
  color: #232323;
  position: relative;
}

.blog-area .blog-items .info {
  padding: 30px;
  padding-top: 55px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4,
.blog-area .blog-items .info h5 {
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}

.blog-area .blog-items .info>.btn-simple {
  margin-top: 10px;
}

.blog-area .blog-items.content-less .info>a {
  margin-top: 7px;
}

.blog-area .blog-items .info .meta li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 7px;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}

.blog-area .blog-items .info .meta li a {
  display: inline-block;
  font-weight: 700;
  color: #666666;
}


.blog-area .blog-items .info .meta {
  margin-bottom: 10px;
}

.blog-area .blog-items .info .meta li:first-child {
  margin-right: 0;
}

.blog-area .blog-items .info .meta li:first-child::after {
  display: none;
}

.blog-area .blog-items .info .meta li::after {
  position: absolute;
  right: -7px;
  bottom: 0;
  content: ",";
}

.blog-area .blog-items .info .meta li:last-child::after {
  display: none;
}

.blog-area .blog-items .footer-meta ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  margin-top: 25px;
  padding-top: 30px;
}

.blog-area .blog-items .footer-meta ul li {
  font-weight: 800;
}

.blog-area .blog-items .footer-meta ul li:first-child a i {
  margin-right: 3px;
  font-weight: 500;
}

.blog-area .blog-items .footer-meta ul li img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 7px;
}

.blog-area.full-blog .blog-items .single-item:last-child {
  margin-bottom: 0;
}

/* Pagination */

.blog-area .pagi-area .pagination {
  align-items: center;
  justify-content: center;
  margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
  display: inline-block;
  padding: 15px 20px;
  margin: 5px;
  margin-bottom: 0;
  border-radius: 10px;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  display: inline-block;
}

.blog-area .sidebar .title h4::after {
  position: absolute;
  left: 100%;
  top: 50%;
  content: "";
  height: 1px;
  width: 50px;
  border-bottom: 1px solid #437eeb;
  margin-top: -1px;
  margin-left: 15px;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar button[type="submit"] {
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  border: medium none;
  color: #ffffff;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  min-height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #437eeb none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #437eeb;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  background: #f1f1f1;
  top: 10px;
  color: #232323;
  font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.heading-left {
  margin-bottom: 60px;
}

.bg-gray {
  background-color: #f4f7fc;
}


element.style {
  visibility: visible;
  animation-name: fadeInUp;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


.btn-gradient {
  padding: 15px 40px;
}

.btn-gradient,
.btn-gradient:focus {
  background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);
  color: #ffffff !important;
  background-color: #437eeb;
  transition: all 500ms ease;
}

.g-footer {
  background-color: #000;
  color: #000;
}

.g-footer h3 {
  font-weight: bold;
  border-bottom: 1px solid #9fa0a0;
  margin: 0 0 1em;
  padding: 0 0 0.25em;
  font-size: 16px;
  color: #ffffff;
}

.g-footer ul a,
.g-footer ul li {
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
}

.g-footer ul .company-name {
  font-size: 18px;
  font-weight: 700;
}

.g-footer ul li svg {
  width: 30px;
  fill: #fff;
}

.breadcrumb-area {
  padding-top: 190px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2, 59, 166, 1) 0%, rgba(67, 126, 235, 1) 100%);
  background-color: #437eeb;
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center left;
  z-index: -1;
  opacity: 0.7;
}

.breadcrumb-area h1 {
  font-weight: 700;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
  color: #dddddd;
  text-decoration: underline;
}





img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
  color: black;
}

a,
.btn,
button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

a img,
iframe {
  border: none;
}

p {
  color: black;
  line-height: 28px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

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

a:hover {
  color: white;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: black;
}

/* a:hover {
  color: black;
} */

b,
strong {
  font-weight: 900;
}

.btn.active,
.btn:active {
  background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.container-full {
  margin: 0 auto;
  width: 80%;
  padding: 0 15px;
}

/* Default CSS */
.container-medium {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-medium {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-medium {
    max-width: 1400px;
    width: 80%;
  }
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 1400px;
    width: 90%;
  }
}

.container-fluid {
  width: 100%;
}

@media (min-width: 576px) {
  .container-fluid {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-bottom-center {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f4f7fc;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #437eeb;
}

.bg-light-gradient {
  background: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 36%,
      rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
  background-image: linear-gradient(90deg,
      rgba(2, 59, 166, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  background-color: #437eeb;
}

.container-md {
  width: 90%;
  margin: auto;
  position: relative;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #437eeb none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #437eeb none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: inherit;
}

.btn-md {
  padding: 15px 40px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 12px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn-gray.border {
  background-color: transparent;
  color: #437eeb;
  border: 2px solid #e7e7e7;
}

.btn-gray.border:hover {
  background-color: #437eeb;
  color: #ffffff !important;
  border: 2px solid #437eeb;
}

.btn-gray.effect {
  background: #fafafa;
  border: 1px solid #e7e7e7;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover,
.btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover,
.btn.btn-light.effect:focus {
  background-color: #437eeb;
  color: #ffffff !important;
  border: 2px solid #437eeb;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff !important;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-standard {
  display: inline-block;
  text-align: center;
  color: #437eeb;
  position: relative;
  margin-top: 15px;
  border: 1px solid #e7e7e7;
  padding: 10px 30px;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 800;
}

.btn-standard.md {
  padding: 13px 45px;
}

.btn-standard i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #437eeb;
  font-size: 15px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #cccccc;
  z-index: 1;
  margin-right: 5px;
  background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
  background: #ffffff;
  color: #437eeb;
}

.btn-dark:hover,
.btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #111d30 none repeat scroll 0 0 !important;
}

.bg-dark-hard {
  background: #08111e;
}

.bg-gradient {
  background-image: linear-gradient(90deg,
      rgba(2, 59, 166, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  background-color: #437eeb;
}

.bg-gradient-light {
  background-image: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
}

.btn-theme {
  background-color: #437eeb;
  color: #ffffff !important;
  border: 2px solid #437eeb;
}

.btn-theme.border {
  background-color: transparent;
  color: #437eeb !important;
  border: 2px solid #437eeb;
}

.btn-theme.border:hover {
  background-color: #437eeb;
  color: #ffffff !important;
  border: 2px solid #437eeb;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
  background: #437eeb none repeat scroll 0 0;
  border: 2px solid #437eeb;
  color: #ffffff;
}

.btn.btn-sm-lm {
  font-size: 12px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  background-image: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff !important;
  background-color: #437eeb;
  transition: all 500ms ease;
}

.btn-gradient i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.icon-left i {
  margin-left: 0;
  margin-right: 5px;
}

.inc-icon i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 10px;
  border-radius: 50%;
  margin-left: 5px;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient {
  padding: 15px 40px;
}

.btn-gradient.btn-sm {
  padding: 10px 30px;
}

.btn-gradient:hover {
  background-color: #fff;
  border: 1px solid #437eeb;
}

.btn.btn-transparent.border {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff !important;
}

.relative {
  position: relative;
}

.btn-simple.md {
  padding: 15px 60px;
}

.btn-simple.light {
  background: #ffffff;
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 15px;
  color: #437eeb;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn-simple.md.light {
  color: #437eeb;
}

a.btn-simple.md.light:hover {
  color: #ffffff;
}

.btn-simple:after {
  background: linear-gradient(90deg,
      rgba(67, 126, 235, 1) 0%,
      rgba(30, 85, 189, 1) 100%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
  color: #ffffff;
}

.btn-simple:hover::after {
  left: 0;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  width: 100%;
}

.container-medium {
  padding: 0 15px;
  width: 80%;
  margin: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

button,
button:focus {
  border: none !important;
  box-shadow: inherit !important;
  outline: inherit !important;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

.attr-nav .social.right li {
  margin-left: 20px;
}

.attr-nav .social li a {
  font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
  background: #437eeb none repeat scroll 0 0;
  border: 2px solid #437eeb;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #437eeb;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h4 {
  text-transform: uppercase;
  font-weight: 700;
  color: #437eeb;
  font-family: "proxima-nova-bold";
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #437eeb;
  z-index: -1;
  opacity: 0.1;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #437eeb;
}

.site-heading h2 span {
  color: #437eeb;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {
  display: block;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.site-heading h2 span {
  color: #437eeb;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
}

.site-heading.single {
  margin-bottom: 35px;
}

.heading-left {
  margin-bottom: 60px;
}

.heading-left h2 {
  margin: 0;
  font-weight: 700;
  margin-top: -8px;
  font-size: 36px;
}

.heading-left p {
  margin-top: -8px;
  margin-bottom: 25px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.default-padding-bottom1 {
  padding-bottom: 0px;
  /*background-color: ghostwhite;*/
}

@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.left-border::before {
    background: #ffffff;
  }

  .right-border::before {
    position: absolute;
    right: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }

  .bg-gray.right-border::before {
    background: #ffffff;
  }
}

.a {
  color: black;
}

.a:hover {
  color: black;
}

/* ===================================
      # Shape
  ====================================== */

.shape {
  position: relative;
  z-index: 1;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
  left: 0;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0;
  width: 30%;
}

.side-bg.right img {
  right: 0;
  left: auto;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.triangle-shape::after {
  position: absolute;
  right: 10%;
  top: 15%;
  content: "";
  height: 700px;
  width: 500px;
  background: #dce8ff;
  z-index: -1;
  transform: rotate(110deg);
  border-radius: 50px;
  opacity: 0.5;
}

.wavesshape-bottom .waveshape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wavesshape-bottom .waveshape.less-opacity img {
  opacity: 0.007;
}

.rectangular-shape::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  content: "";
  height: 600px;
  width: 600px;
  background: #437eeb;
  z-index: -1;
  opacity: 0.08;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}

.rectangular-shape.shape-margin-right::after {
  right: -200px;
  bottom: auto;
  top: 40px;
}

.circular-shape::after {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 50px solid #437eeb;
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
}

.border-shape::before {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 500px;
  width: 500px;
  border: 2px dashed #e7e7e7;
  content: "";
  z-index: -1;
  opacity: 1;
  border-radius: 50%;
  animation: rotate-animation 25s infinite linear;
}

/* ==============================================================
       # Bradcrumb
  =================================================================== */
.breadcrumb-area {
  padding-top: 190px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center left;
  z-index: -1;
  opacity: 0.7;
}

.breadcrumb-area h1 {
  font-weight: 700;
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.page-title-area {
  padding: 150px 0;
}

.page-title-area h1 {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
  content: "";
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  right: -13px;
  height: 8px;
  width: 8px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  top: 10px;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 0 7px;
  padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
  color: #dddddd;
  text-decoration: underline;
}

/* ==============================================================
       # Topbar Area
  =================================================================== */
.top-bar-area li {
  display: inline-block;
  padding: 15px 0;
}

.top-bar-area.inc-border {
  border-bottom: 1px solid #e7e7e7;
  background-color: black;
}

.top-bar-area .info li {
  margin-right: 15px;
  float: left;
}

.top-bar-area .info li i {
  z-index: 1;
  position: relative;
  color: #437eeb;
  font-size: 20px;
  padding-right: 16px;
  margin-right: 10px;
}

.top-bar-area .info li p {
  margin: 0;
  padding-left: 10px;
}

.top-bar-area .info li i,
.top-bar-area .info li p {
  display: table-cell;
  vertical-align: middle;
  color: white;
}

.top-bar-area .text-right ul {
  border-left: 1px solid #e7e7e7;
  display: inline-block;
}

.top-bar-area .info li i::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  height: 15px;
  width: 1px;
  background: #e2e2e2;
}

.top-bar-area.bg-dark .info li i::after {
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .social li {
  padding: 15px 0;
  position: relative;
  top: 4px;
}

.top-bar-area .social a {
  display: inline-block;
  margin-left: 25px;
  font-size: 18px;
}

.top-bar-area .social li.facebook a {
  color: #3b5998;
}

.top-bar-area .social li.twitter a {
  color: #1da1f2;
}

.top-bar-area .social li.pinterest a {
  color: #bd081c;
}

.top-bar-area .social li.g-plus a {
  color: #db4437;
}

.top-bar-area .social li.linkedin a {
  color: #0077b5;
}

.top-bar-area.bg-dark .social a {
  color: #ffffff;
}

.top-bar-area .button {
  display: inline-block;
}

.top-bar-area .button a {
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #437eeb;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
  font-weight: 600;
}

.top-bar-area .item-flex>div {
  display: inline-block;
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
}

.top-bar-area .item-flex.border-less>div {
  border: none;
}

.top-bar-area .item-flex {
  display: inline-block;
  float: right;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle {
  background: transparent;
  border: none;
  color: #666666;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 15px;
  text-transform: capitalize;
}

.top-bar-area .item-flex.border-less .language-switcher .dropdown-toggle {
  color: #ffffff;
}

.top-bar-area .item-flex.border-less .language-switcher img {
  padding: 3px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.top-bar-area .item-flex .language-switcher .dropdown-toggle li {
  display: block;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li:last-child {
  border: none;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu {
  margin: 0;
  min-width: 200px;
  border-radius: inherit;
  border: 1px solid #e7e7e7;
}

.top-bar-area .item-flex .language-switcher .dropdown-menu li a {
  padding: 7px 15px;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.top-bar-area .item-flex>div:last-child {
  padding: 0;
  border: none;
}

.language-switcher span {
  font-size: 12px;
}

.top-bar-area.multi-info {
  padding: 15px 0;
}

.top-bar-area.multi-info .address-info ul {
  margin-top: 10px;
  display: inline-block;
}

.top-bar-area .item-box {
  display: flex;
  align-items: center;
}

.top-bar-area .address-info.text-right li {
  margin-right: 0;
  margin-left: 15px;
  padding: 0;
}

.top-bar-area.multi-info .text-right ul {
  border: none;
}

.top-bar-area.bg-dark .info li p {
  color: #cccccc;
}

/* ==============================================================
       # Banner
  =================================================================== */
body,
.banner-area,
.banner-area div {
  height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
  height: auto;
  min-height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
  animation-delay: 0.5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
  animation-delay: 0.7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
  animation-delay: 0.9s;
}

.banner-area .item p {
  animation-delay: 0.5s;
}

.banner-area .item ul {
  animation-delay: 0.6s;
}

.banner-area .item a,
.banner-area .item button {
  animation-delay: 0.7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item>.slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}

/* Carousel Indicators */
.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

.top-pad-90 {
  padding-top: 90px;
}

.top-pad-50 {
  padding-top: 50px;
}

/* Content */
.banner-area.rectangular-shape {
  position: relative;
  z-index: 1;
}

.banner-area.rectangular-shape::after {
  position: absolute;
  right: -300px;
  top: 0;
  height: 600px;
  width: 600px;
  background: linear-gradient(90deg,
      rgba(67, 126, 235, 1) 47%,
      rgba(255, 255, 255, 1) 100%);
  content: "";
  border-radius: 20px;
  transform: rotate(45deg);
  opacity: 0.06;
}

.banner-area.shape-top .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner-area.shape-top::after {
  position: absolute;
  right: -10%;
  top: -20%;
  content: "";
  height: 700px;
  width: 700px;
  background: #f4f7fc;
  z-index: -1;
  border-radius: 50px;
  transform: rotate(65deg);
}

.banner-area .double-items .thumb img {
  max-width: 120%;
}

.banner-area .double-items .thumb.col-lg-5 img {
  max-width: 180%;
}

.banner-area.thumb-solid .double-items .thumb img {
  max-width: 100% !important;
}

.banner-area.thumb-pos .double-items .thumb {
  position: relative;
}

.banner-area.thumb-pos .double-items .thumb img {
  max-width: 150%;
  position: relative;
  right: -30%;
}

.banner-area.thumb-pos .double-items .thumb img.absolute {
  box-shadow: inherit;
  width: auto;
  position: absolute;
  left: 80px;
  bottom: -50px;
  height: 100%;
}

.banner-area .double-items .thumb.max-right img {
  max-width: 160%;
}

.banner-area.bottom-shape .wavesshape {
  bottom: -50px;
}

.banner-area .double-items {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
}

.banner-area .double-items .thumb {
  padding-left: 35px;
}

.banner-area.text-combo h2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

.banner-area .col-lg-10 h2 {
  line-height: 1.1;
}

.banner-area.text-combo h2 span {
  font-size: 36px;
  display: block;
  font-weight: 200;
  margin-bottom: 20px;
}

.banner-area.multi-heading h2 span {
  margin-top: 25px;
  margin-bottom: 15px;
}

.banner-area.less-content h2 {
  margin-bottom: 0;
}

.banner-area.less-content h2 span {
  margin-top: 30px;
}

.banner-area h2 strong {
  position: relative;
  z-index: 1;
}

.banner-area h2 strong::after {
  position: absolute;
  left: 0;
  bottom: 10px;
  content: "";
  height: 10px;
  width: 100%;
  z-index: -1;
  background: #437eeb;
  opacity: 0.1;
}

.banner-area.text-combo a {
  margin-top: 15px;
}

.banner-area a {
  margin-right: 10px;
}

.banner-area.text-center a,
.banner-area .text-center a {
  margin-right: 5px;
  margin-left: 5px;
}

.banner-area .col-md-7.info {
  padding-right: 35px;
}

.banner-area .col-md-7.info p {
  padding-right: 15%;
}

.banner-area .fixed-content {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.banner-area .fixed-content li {
  float: left;
  padding: 40px 70px;
  background: #ffffff;
  border-right: 1px dashed #e7e7e7;
}

.banner-area .fixed-content li:last-child {
  border: none;
}

.banner-area.auto-height .content {
  padding-top: 180px;
}

.banner-area.auto-height .thumb {
  max-width: 60%;
  margin: auto;
}

.banner-area.auto-height .thumb img {
  margin-top: 50px;
}

.bottom-extra-bg::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 120px;
  width: 100%;
  background: #f4f7fc;
  z-index: -1;
}

.bottom-extra-bg {
  position: relative;
  z-index: 1;
}

.banner-area .content form {
  width: 70%;
  margin: 40px auto auto;
  position: relative;
  border-radius: 30px;
  box-shadow: 0 0 10px #cccccc;
}

.banner-area .content form input {
  border: none;
  box-shadow: inherit;
  min-height: 60px;
  border-radius: 30px;
  padding-left: 20px;
}

.banner-area .content form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  border: none;
  color: #ffffff;
  padding: 0 24px;
  min-height: 50px;
  border-radius: 30px;
  font-weight: 700;
}

.banner-area .content form button i {
  margin-left: 5px;
}

.banner-area.shape-right::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: url(assets/img/bg-2.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}

.banner-area.text-combo.btn-video a {
  margin-top: 20px;
}

.banner-area.text-combo.btn-video a.video-play-button.inline {
  top: 7px;
  height: 58px;
  width: 58px;
  line-height: 54px;
  left: 25px;
}

.banner-area.text-combo.btn-video a.video-play-button.inline::after,
.banner-area.text-combo.btn-video a.video-play-button.inline::before {
  height: 58px;
  width: 58px;
}

.banner-area.text-combo.btn-video a.video-play-button.inline i {
  line-height: 60px;
  font-size: 20px;
  position: relative;
  left: -1px;
}

.banner-area.reverse .double-items .thumb {
  padding-left: 15px;
}

.banner-area.reverse .double-items .thumb img {
  max-width: 100%;
}

.banner-area.reverse .double-items .info {
  padding-left: 35px;
}

.banner-area.shadow-gradient {
  position: relative;
  z-index: 1;
}

.banner-area.shadow-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.9) 100%) repeat scroll 0 0;
  z-index: -1;
}

/* Banner 9 */

.banner-area .double-items .thumb.col-lg-5 img {
  max-width: 180%;
}

.banner-area .fixed-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
  opacity: 0.08;
}

.video-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  margin-left: 10px;
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: #437eeb;
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: #ffffff;
}

.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #437eeb repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

/* ==============================================================
       # Video Button Play
  =================================================================== */
.video-play-button {
  color: #437eeb;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
  background: #437eeb repeat scroll 0 0;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #437eeb;
}

.video-play-button.theme i {
  color: #ffffff;
}

.video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 68px;
  width: 68px;
  line-height: 68px;
  text-align: center;
  margin-top: 0 !important;
  top: 40px;
  margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
  height: 68px;
  width: 68px;
  line-height: 68px;
}

.video-play-button.relative i {
  line-height: 70px;
  font-size: 25px;
}

/* ==============================================================
       # About Us
  =================================================================== */

.about-area .heading {
  margin-bottom: 25px;
  margin-top: -5px;
}

.about-area .heading h4 {
  text-transform: uppercase;
  font-weight: 800;
  color: #437eeb;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.about-area .heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #437eeb;
  z-index: -1;
  opacity: 0.1;
}

.about-area .heading h4 i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  z-index: -1;
  color: #e7e7e7;
  opacity: 0.8;
}

.about-area .heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.about-area .heading p {
  padding: 0 15%;
}

.light-half-bg-bottom {
  position: relative;
  z-index: 1;
}

.light-half-bg-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
}

.about-area .video {
  position: relative;
  max-width: 80%;
  margin: 50px auto auto;
}

.about-area .video img {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 10px;
  background: linear-gradient(90deg,
      rgba(2, 59, 166, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  border-radius: 30px;
}

.about-area .about-items .info h2 {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

.about-area .about-items .info h3 {
  margin-bottom: 30px;
  font-weight: 400;
  color: black;
}

.about-area .about-items .center-tabs .info h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #232323;
}

.about-area .about-items .info .skill-items {
  margin-top: 40px;
}

/* About Version Two */

.about-area .items-box .thumb {
  padding-right: 35px;
}

.about-area .items-box .info>h5 {
  text-transform: uppercase;
  color: #437eeb;
  margin-bottom: 25px;
  font-weight: 600;
}

.about-area .items-box .info h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.about-area .items-box .info ul li {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.about-area .items-box .info ul {
  margin: 15px -15px;
  overflow: hidden;
  margin-top: 25px;
}

.about-area .items-box .info ul li h5 {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  line-height: 1.3;
}

.about-area .items-box .info ul li h5::after {
  position: absolute;
  left: 0;
  top: 3px;
  content: "\f058";
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #437eeb;
  font-size: 15px;
}

/*.about-area.shape-left::before {*/
/*  position: absolute;*/
/*  left: 30px;*/
/*  top: -25%;*/
/*  content: "";*/
/*  width: 300px;*/
/*  height: 300px;*/
/*  background: #f4f7fc;*/
/*  z-index: -1;*/
/*  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);*/
/*  transform: rotate(45deg);*/
/*}*/

/* Center Tabs */

.center-tabs .nav-tabs {
  border-bottom: none;
  margin-bottom: 40px !important;
}

.center-tabs .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

.center-tabs .nav-tabs li a {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
  color: #666666;
}

.center-tabs .nav-tabs li a:hover,
.center-tabs .nav-tabs li a:focus {
  background: transparent;
}

.center-tabs .nav-tabs li a.active {
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff;
}

.center-tabs .nav-tabs li a.active::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  content: "";
  height: 15px;
  width: 1px;
  background: #437eeb;
}

.center-tabs .nav-tabs li a.active::before {
  position: absolute;
  left: 50%;
  bottom: -24px;
  content: "";
  height: 10px;
  width: 10px;
  border: 2px solid #437eeb;
  margin-left: -5px;
  border-radius: 50%;
}

.about-area .center-tabs {
  margin-top: 50px;
}

.center-tabs .tab-content {
  padding: 50px;
  background: #ffffff;
  border-top: 3px solid #437eeb;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.center-tabs .tab-content .info {
  padding-right: 35px;
  text-align: left;
}

.center-tabs .info h3 {
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.center-tabs .info a i {
  font-size: 14px;
  margin-right: 2px;
}

.center-tabs .info a {
  margin-top: 10px;
}

/* About Version Two */

.about-area .items-box .about-tabs .nav-tabs {
  border: none;
  margin: 0;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #e7e7e7;
  overflow: inherit;
}

.about-area .items-box .about-tabs .nav-tabs li.nav-item {
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
  margin-right: 35px;
}

.about-area .items-box .about-tabs .nav-tabs li.nav-item a {
  display: block;
  border: none;
  bottom: 0;
  margin: 0;
  padding: 15px 0;
  border-radius: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

.about-area .items-box .about-tabs .nav-tabs li.nav-item a.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  height: 3px;
  width: 100%;
  background: #437eeb;
  z-index: 1;
}

.about-area .items-box .about-tabs .nav-tabs li.nav-item a,
.about-area .items-box .about-tabs .nav-tabs li.nav-item a:focus {
  background: transparent;
}

.about-area .items-box .about-tabs .nav-tabs li.nav-item a.active {
  color: #437eeb;
}

/* ==============================================================
       # Why Chose Us
  =================================================================== */

.chose-us-area .thumb {
  padding-right: 35px;
}

.choseus-items .thumb {
  padding-right: 35px;
}

.choseus-items.right-thumb .thumb {
  padding-right: 0;
  padding-left: 35px;
}

.choseus-items .info h2 {
  font-weight: 700;
  margin-bottom: 25px;
}

.choseus-items .info h4 {
  font-weight: 400;
  margin-top: 25px;
}

.choseus-items .info ul {
  margin-top: 30px;
}

.choseus-items .info ul li {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

.choseus-items .info ul li span {
  display: flex;
  padding: 15px 20px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-weight: 600;
  background: #ffffff;
}

.choseus-items .info ul li:last-child {
  margin-bottom: 0;
}

.choseus-items .info ul li i {
  position: relative;
  z-index: 1;
  color: #437eeb;
  display: inline-block;
  margin-right: 25px;
  padding-left: 8px;
  font-size: 14px;
  top: 0;
}

.choseus-items .info ul li i::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 30px;
  width: 30px;
  background: #edf5ff none repeat scroll 0 0;
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 5px;
}

.choseus-items .info ul li i::before {
  position: relative;
  top: 8px;
}

/* ==============================================================
       # Our Features
  =================================================================== */

@media only screen and (min-width: 1367px) {
  .our-features-area .container {
    margin-left: calc((100% - 1140px) / 2);
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media only screen and (min-width: 1000px) {
  .our-features-area .feature-items.feature-carousel.owl-carousel .owl-stage {
    left: -100px;
  }
}

.our-features-area .info {
  padding-left: 35px;
}

.our-features-area .feature-items .item {
  padding: 50px;
  border-bottom: 3px solid #437eeb;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
  border-radius: 10px;
}

.our-features-area .feature-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.our-features-area .feature-items .item .icon::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(225deg);
}

.our-features-area .feature-items .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.our-features-area .feature-items .item .bottom .video-play-button.relative {
  position: relative;
  display: inline-block;
  left: 30px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  margin-top: 0 !important;
  top: 22px;
  margin-left: 10px;
}

.our-features-area .feature-items .item .bottom .video-play-button.relative::before,
.our-features-area .feature-items .item .bottom .video-play-button.relative::after {
  height: 45px;
  width: 45px;
  line-height: 45px;
}

.our-features-area .feature-items .item .bottom .video-play-button.relative i {
  line-height: 45px;
  font-size: 20px;
}

.our-features-area .feature-items .item>i,
.our-features-area .feature-items .item .icon i {
  font-size: 70px;
  display: inline-block;
  background: linear-gradient(90deg,
      rgba(3, 25, 65, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-features-area .feature-items .item p {
  margin-bottom: 0;
}

.our-features-area .feature-items .item h2,
.our-features-area .feature-items .item h3,
.our-features-area .feature-items .item h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

.our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
}

.our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Feature Version Two */
.feature-box .item {
  padding: 50px 37px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 10px;
}

.about-area .feature-box {
  margin-top: 45px;
}

.feature-box .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.feature-box .item .bottom>i {
  display: inline-block;
  font-size: 80px;
  background: linear-gradient(90deg,
      rgba(3, 25, 65, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-box .item .bottom {
  border-top: 1px dashed #dddddd;
  margin-top: 25px;
  padding-top: 25px;
}

.feature-box .item .info h4 {
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 25px;
}

.feature-box .item .bottom a {
  text-transform: uppercase;
  font-weight: 800;
  color: #437eeb;
}

.feature-box .feature-2-col-carousel.owl-carousel .owl-dots {}

.feature-box .feature-2-col-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.feature-box .feature-2-col-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
}

.feature-box .feature-2-col-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.our-features-area .left-info .info {
  padding-left: 0;
}

.our-features-area .left-info {
  padding-right: 35px;
}

.our-features-area .left-info .skill-items {
  margin-top: 30px;
}

/* Features List */

.features-list {
  position: relative;
  z-index: 1;
}

.features-list.bottom-less {
  margin-bottom: -30px;
}

.features-list .single-item {
  margin-bottom: 30px;
}

.features-list .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 37px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #437eeb 0%, #093ac1 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.features-list .item::after {
  position: absolute;
  right: -50px;
  top: -50px;
  content: "";
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 155, 0.1);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.features-list .item::before {
  position: absolute;
  right: -50px;
  top: -50px;
  content: "";
  height: 150px;
  width: 150px;
  background: rgba(255, 255, 155, 0.1);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
}

.features-list .item:hover::after {
  height: 120px;
  width: 120px;
}

.features-list .item:hover::before {
  height: 180px;
  width: 180px;
}

.features-list .item i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 40px;
}

.features-list .item h4 {
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
}

.features-list .item ul li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}

.features-list .item ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

.features-list .item ul li:last-child {
  margin-bottom: 0;
}

.features-list .fixed-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* ==============================================================
       # Top Features
  =================================================================== */

.top-features .single-item {
  margin-bottom: 30px;
}

.top-features .single-item .item {
  padding: 65px 30px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}

.top-features .single-item .item::after {
  position: absolute;
  left: 50%;
  top: -30px;
  content: "";
  height: 0;
  width: 70px;
  background: #437eeb;
  z-index: -1;
  opacity: 0.1;
  margin-left: -35px;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.top-features .single-item:nth-child(2) .item,
.top-features .single-item .item:hover {
  box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.top-features .single-item:nth-child(2) .item::after,
.top-features .single-item .item:hover::after {
  height: 140px;
}

.top-features .single-item .item i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  color: #437eeb;
}

.top-features .single-item .item h4 {
  font-weight: 700;
  font-size: 18px;
}

.top-features .single-item .item p {
  margin-bottom: -5px;
}

/* ==============================================================
       # Custom FadeInUp Animation
  =================================================================== */
.shape-animated {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: infiUpDown;
  animation-name: infiUpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ==============================================================
       # Skill
  =================================================================== */

.skill-area {
  position: relative;
  z-index: 1;
}

.skill-items .info h2 {
  display: block;
  font-weight: 700;
}

.skill-items .info h3 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #666666;
}

.skill-area .thumb .image-box {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-left: 35px;
}

.skill-area .thumb .image-box img {
  margin-right: 20%;
  border: 10px solid #ffffff;
  box-shadow: 0 0 10px #cccccc;
  max-width: 80%;
}

.skill-area .thumb .image-box img:nth-child(2) {
  position: absolute;
  right: -20%;
  bottom: 0;
  margin: 0;
  height: 60%;
  width: auto;
}

.skill-items .progress-box {
  margin-bottom: 30px;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.skill-items .progress-box h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: left;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: 2px solid #dddddd;
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
  height: 6px;
  border-radius: 30px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  top: 12px;
  position: relative;
}

/* ==============================================================
       # Faq
  =================================================================== */
.faq-items .row {
  align-items: center;
}

.faq-items .faq-content h2 {
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  margin-top: -5px;
}

.faq-area .thumb {
  padding-left: 35px;
}

.accordion .card-header h4:after {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  content: "\f06e";
  position: absolute;
  right: 30px;
  top: 30px;
  font-weight: 600;
}

.accordion .card-header h4.collapsed:after {
  content: "\f070";
  font-weight: 600;
}

.faq-area .faq-content .card {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
  overflow: inherit;
  background: #ffffff;
  border-radius: 5px;
}

.faq-area .faq-content .card:last-child {
  margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.faq-area .faq-content .card .card-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  padding: 30px;
  padding-right: 50px;
  cursor: pointer;
}

.faq-area .faq-content .card .card-body {
  padding-left: 30px;
  padding-top: 0;
}

/* Companies */
.companies-carousel .item img {
  width: auto;
  margin: auto;
}

/* ==============================================================
       # Services
  =================================================================== */

.services-area .single-item {
  margin-bottom: 30px;
}

.services-area.left-shape {
  position: relative;
  z-index: 1;
}

.services-area.left-shape::after {
  position: absolute;
  left: 30px;
  top: 50px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/1.png);
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.6;
}

.services-area .services-items .item {
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  padding: 50px 30px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.services-area .services-items.services-carousel .item {
  box-shadow: 0 0 10px #cccccc;
}

.services-area .services-items .item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #437eeb 0%, #093ac1 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.services-area .services-items .item:hover::after {
  opacity: 1;
  bottom: 0;
}

.services-area .services-items.iconic .item h4 {
  margin-bottom: 30px;
}

.services-area .services-items .item>i {
  display: inline-block;
  font-size: 70px;
  margin-bottom: 30px;
  background: linear-gradient(90deg,
      rgba(3, 25, 65, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-area .services-items .item>img {
  width: 100px;
  height: auto;
  margin-bottom: 30px;
  min-height: 100px;
}

.services-area .services-items.big-thumb .item>img {
  margin: auto auto 30px;
  width: 60%;
  min-height: 170px;
}

.services-area .services-items.big-thumb .item {
  position: relative;
  z-index: 1;
}

.services-area .services-items.big-thumb .item::before {
  position: absolute;
  left: -25%;
  top: -25%;
  content: "";
  height: 300px;
  width: 300px;
  background: #fafafa;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 20px;
}

.services-area .services-items .item h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-area .services-items .item .button a::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

.services-area .services-items .item i,
.services-area .services-items .item h4,
.services-area .services-items .item p {
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item:hover h4,
.services-area .services-items .item:hover p {
  color: #ffffff;
}

.services-area .services-items .item:hover .button a {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

.services-area .services-items .item:hover .button a i {
  box-shadow: inherit;
  background: #ffffff;
}

.services-area .services-items .item:hover>i {
  background: transparent;
  -webkit-text-fill-color: #ffffff;
}

.shape-fixed {
  position: absolute;
  right: 50px;
  top: 120px;
}

.shape-fixed img {
  animation: rotate-animation 10s infinite linear;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.services-area .services-items.services-carousel.owl-carousel .owl-dots {}

.services-area .services-items.services-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.services-area .services-items.services-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Services Single */
.services-single-area .services-content img {
  margin: 30px 0;
}

.services-single-area .services-content a {
  margin-top: 10px;
  display: inline-block;
}

.services-single-area .services-content h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.services-single-area .services-content h4 {
  font-weight: 700;
}

.services-single-area .services-content .row ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.services-single-area .services-content .row ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #437eeb;
}

.services-single-area .services-content .service-item {
  margin-top: 25px;
}

.services-single-area .services-content .faq-content {
  margin-top: 30px;
}

.services-single-area .services-sidebar .sidebar-item {
  border: 1px solid #e7e7e7;
}

.services-single-area .services-sidebar .sidebar-item .sidebar-title {
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff;
  text-align: center;
  padding: 16px;
  font-weight: 800;
  font-size: 20px;
  position: relative;
  top: -25px;
}

.services-single-area .services-sidebar .sidebar-item {
  padding: 30px;
  background: #fafafa;
  padding-top: 0;
  margin-top: 25px;
  margin-bottom: 60px;
}

.services-single-area .services-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.services-single-area .services-sidebar .sidebar-item li {
  margin-bottom: 15px;
}

.services-single-area .services-sidebar .sidebar-item li a:hover {
  color: #437eeb;
}

.services-single-area .services-sidebar .sidebar-item li:last-child {
  margin-bottom: 0;
}

.services-single-area .services-sidebar .sidebar-item li.active {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.services-single-area .services-sidebar .sidebar-item li.active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0a4";
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #232323;
}

.services-single-area .services-sidebar .sidebar-item li.active a {
  color: #437eeb;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li {
  margin-bottom: 15px;
  display: flex;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li:last-child {
  margin-bottom: 0;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .info {
  padding-left: 15px;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .info span {
  display: block;
  font-weight: 800;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .icon i {
  color: #437eeb;
  font-size: 30px;
}

.services-single-area .services-sidebar .sidebar-item ul.contact li .icon {
  position: relative;
  top: 5px;
}

/* Services List */
.services-list-area .services-list-items a {
  display: flex;
  padding: 16px 30px;
  border-radius: 5px;
  color: #232323;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
  align-items: center;
  line-height: 24px;
}

.services-list-area .services-list-items a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg,
      rgba(244, 247, 252, 1) 0%,
      rgba(255, 255, 255, 1) 77%);
  z-index: -1;
  border-radius: 5px;
}

.services-list-area .services-list-items .single-item {
  margin-bottom: 30px;
}

.services-list-area .services-list-items a i {
  font-size: 25px;
  color: #437eeb;
  border-right: 1px solid #dddddd;
  margin-right: 20px;
  min-width: 45px;
}

.shadow.gradient-left::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(67, 126, 235, 0.65) 100%) repeat scroll 0 0;
  z-index: -1;
}

/* ==============================================================
       # Chose Us Area
  =================================================================== */
.choseus-area .info h5 {
  color: #437eeb;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
}

.choseus-area .info h2 {
  font-weight: 800;
  margin-bottom: 25px;
}

.choseus-area .info p {
  margin: 0;
}

/* ==============================================================
       # How it works
  =================================================================== */

.work-process-area {
  position: relative;
}

.works-process-items {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.works-process-items .item {
  padding: 0 15px;
}

.works-process-items .single-item {
  position: relative;
  z-index: 1;
}

.works-process-items .single-item::after {
  position: absolute;
  left: 100%;
  top: 41px;
  content: "";
  background-image: url(assets/img/direction-sign.png);
  height: 50px;
  width: 100px;
  background-repeat: no-repeat;
  margin-right: -100px;
  background-size: contain;
  margin-left: -50px;
  opacity: 0.3;
}

.works-process-items .single-item:last-child::after {
  display: none;
}

.works-process-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.works-process-items .item .info span {
  color: #437eeb;
  display: block;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

.works-process-area .works-process-items .info p {
  margin: 0;
}

.works-process-items .item .icon {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 120px;
}

.works-process-items .item .icon span {
  background: #ffffff;
  position: absolute;
  right: -10px;
  top: -10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  z-index: 1;
  color: #437eeb;
  font-weight: 800;
  font-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
}

.works-process-items .item .icon i {
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  border-radius: 20px;
  color: #ffffff;
  font-size: 50px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 120px;
  z-index: 1;
  display: inline-block;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 30px;
}

.works-process-items .item .info {
  line-height: 0;
  position: relative;
  text-align: center;
}

.works-process-items .item .info h4 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 20px;
}

.works-process-items .item .info p {
  margin: 0;
  margin-bottom: -5px;
}

.works-process-items .item .info {
  text-align: center;
}

/* ==============================================================
       # Team
  =================================================================== */

.our-team-area .team-items .single-item {
  margin-bottom: 30px;
}

.our-team-area .team-items .thumb {
  position: relative;
}

.our-team-area .team-items .info {
  position: relative;
}

.our-team-area .team-items .info .social {
  position: relative;
  left: 0;
  top: -25px;
  transition: all 0.35s ease-in-out;
}

.our-team-area .team-items .info .social ul {
  display: inline-block;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  padding: 11px 40px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.our-team-area .team-items .info .social li {
  display: inline-block;
  margin-right: 25px;
}

.our-team-area .team-items .info .social li:last-child {
  margin-right: 0;
}

.our-team-area .team-items .info .social li a {
  display: inline-block;
  color: #ffffff;
}

.our-team-area .team-items .info .social li.facebook a {
  color: #3b5998;
}

.our-team-area .team-items .info .social li.twitter a {
  color: #1da1f2;
}

.our-team-area .team-items .info .social li.pinterest a {
  color: #bd081c;
}

.our-team-area .team-items .info .social li.g-plus a {
  color: #db4437;
}

.our-team-area .team-items .info .social li.linkedin a {
  color: #0077b5;
}

.our-team-area .team-items .info .social li.youtube a {
  color: #c4302b;
}

.our-team-area .team-items .info .social li.dribbble a {
  color: #ea4c89;
}

.our-team-area .team-items .item {
  background: #ffffff;
}

.our-team-area .team-items .item:hover::after {
  opacity: 1;
  bottom: 0;
}

.our-team-area .team-items .item .info {
  padding: 30px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-team-area .team-items .item h4 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 20px;
}

.our-team-area .team-items .item span {
  display: block;
  font-weight: 700;
  color: #888888;
  text-transform: capitalize;
}

.our-team-area .team-items .item h4,
.our-team-area .team-items .item span {
  transition: all 0.35s ease-in-out;
}

.team-items .mail {
  border-top: 1px dashed #dddddd;
  margin-top: 18px;
  padding-top: 15px;
}

.team-items .mail i {
  color: #437eeb;
  margin-right: 3px;
}

.our-team-area .team-items .item .info>a {
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff;
  border-radius: 50%;
  margin-top: 20px;
  font-size: 14px;
}

.our-team-area .team-items .thumb {
  overflow: hidden;
}

.our-team-area .team-items .thumb .social {
  position: absolute;
  right: 20px;
  top: 20px;
}

.our-team-area .team-items .thumb .social li {
  display: block;
  margin-bottom: 10px;
}

.our-team-area .team-items .thumb .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #437eeb;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  right: -30px;
}

.our-team-area .team-items .thumb .social li:first-child a {
  transition: all 0.5s ease-in-out;
}

.our-team-area .team-items .thumb .social li:last-child a {
  transition: all 0.3s ease-in-out;
}

.our-team-area .team-items .item:hover .social li a {
  opacity: 1;
  margin: 0;
  right: 0;
}

/* ==============================================================
       # Team Single
  =================================================================== */

.team-single-area .left-info .content {
  padding: 0 30px;
}

.team-single-area .left-info .content h4 {
  font-weight: 700;
}

.team-single-area .left-info .content-inner {
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  position: relative;
  top: -50px;
  margin-bottom: -50px;
  border-radius: 5px;
  padding: 30px;
}

.team-single-area .left-info img {
  border-radius: 5px;
}

.team-single-area .left-info .content-inner .social ul li {
  display: inline-block;
  margin: 0 10px;
  margin-top: 15px;
}

.team-single-area .left-info .content-inner .contact ul i {
  margin-right: 5px;
}

.team-single-area .left-info .content-inner .social ul li.facebook a {
  color: #3b5998;
}

.team-single-area .left-info .content-inner .social ul li.twitter a {
  color: #1da1f2;
}

.team-single-area .left-info .content-inner .social ul li.pinterest a {
  color: #bd081c;
}

.team-single-area .left-info .content-inner .social ul li.g-plus a {
  color: #db4437;
}

.team-single-area .left-info .content-inner .social ul li.linkedin a {
  color: #0077b5;
}

.team-single-area .left-info .content-inner .social ul li.dribbble a {
  color: #ea4c89;
}

.team-single-area .left-info .content-inner .social ul li.youtube a {
  color: #c4302b;
}

.team-single-area .right-info {
  padding-left: 35px;
}

.team-single-area .right-info h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.team-single-area .right-info span {
  color: #437eeb;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.team-single-area .right-info h4 {
  font-weight: 700;
}

.team-single-area .right-info .skill-items {
  margin-top: 25px;
  margin-bottom: 30px;
}

.team-single-area .right-info .skill-items span {
  color: #666666;
}

.team-single-area .right-info .skill-items h4 {
  margin-bottom: 25px;
}

.team-single-area .right-info p:last-child {
  margin-bottom: 0;
}

.team-single-area .right-info .skill-items h5 {
  color: #666666;
}

/* ==============================================================
       # Fun Factor
  =================================================================== */

.fun-factor-area {
  position: relative;
  z-index: 1;
}

.fun-factor-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.8;
}

.fun-factor-area .item .timer {
  display: block;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #232323;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg,
      rgba(3, 25, 65, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -5px;
  color: #232323;
}

.fun-factor-area .fixed-bg.contain {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* ==============================================================
       # Clients
  =================================================================== */
.clients-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #111d30;
  z-index: -1;
}

.clients-area::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: url(assets/img/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.5;
}

/* ==============================================================
       # Clients
  =================================================================== */
.clients-area .item img {
  width: auto;
  margin: auto;
}

.clients-area .item {
  text-align: center;
}

.clients-area .offset-lg-1 {
  padding-left: 50px;
}

.clients-area .info h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 25px;
}

.clients-area .info h2 {
  font-weight: 800;
  margin-bottom: 20px;
}

.clients-area .info a {
  margin-top: 15px;
}

/* ==============================================================
       # Testimonials
  =================================================================== */

.testimonials-area.default-padding {
  padding-bottom: 85px;
}

.testimonials-area .carousel-indicators {
  bottom: -31px;
  margin-top: 35px;
  position: relative;
}

#testimonial-carousel {
  margin-bottom: -8px;
}

.testimonials-area .carousel-indicators li {
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
  padding: 5px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  min-width: 55px;
  min-height: 55px;
}

.testimonials-area .carousel-indicators li.active img {
  background: -webkit-linear-gradient(left,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  background: -o-linear-gradient(left,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  background: linear-gradient(to right,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
}

.testimonials-area .carousel-indicators .active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin: 0 25px;
}

.testimonials-area .testimonial-items .carousel-item i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 70px;
  line-height: 70px;
  margin: auto auto 30px;
  position: relative;
  text-align: center;
  width: 70px;
  display: inline-block;
  color: #437eeb;
  font-size: 25px;
}

.testimonials-area .testimonial-items .carousel-item i::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #edf5ff;
  margin-left: -10px;
}

.testimonial-items h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.testimonial-items span {
  color: #437eeb;
  font-weight: 600;
  text-transform: capitalize;
}

/* ==============================================================
       # Projects / Portfolio Area
  =================================================================== */

.projects-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 200px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(assets/img/shape/2.png);
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
  opacity: 0.1;
}

.project-items-area .gallery-content {
  margin: 0 -15px;
  margin-bottom: -15px;
}

.projects-area .gallery-items.colums-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.projects-area .gallery-items.colums-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.projects-area .gallery-items.colums-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.projects-area .gallery-items .pf-item.width-xl {
  width: 66.5555%;
}

.project-items-area .gallery-content .mix-item-menu {
  margin-bottom: 30px;
}

.project-items-area .gallery-content .mix-item-menu button {
  background: no-repeat;
  border: none;
  text-transform: capitalize;
  font-weight: 700;
  padding: 10px;
  margin: 0 5px;
  position: relative;
  z-index: 1;
  color: #666666;
}

.project-items-area .gallery-content .mix-item-menu button.active {
  color: #232323;
}

.project-items-area .gallery-content .mix-item-menu button.active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 30px;
  width: 30px;
  background: #437eeb;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.2;
}

.projects-area .projects-items .single-item .info {
  padding: 30px;
  position: relative;
  z-index: 1;
}

.projects-area .projects-items .single-item .info::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  height: 15px;
  width: 15px;
  border: 4px solid #edf5ff;
  border-radius: 50%;
}

.projects-area .projects-items .single-item .info::after {
  position: absolute;
  right: 30px;
  bottom: 30px;
  content: "";
  height: 25px;
  width: 25px;
  border: 4px solid #edf5ff;
  border-radius: 50%;
}

.projects-area .projects-items .single-item {
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
}

.projects-area .projects-items .single-item .info a {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.projects-area .projects-items .info ul {
  margin-bottom: -5px;
}

.projects-area .projects-items .info li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  z-index: 1;
  color: #437eeb;
  font-weight: 600;
}

.projects-area .projects-items .info li::after {
  position: absolute;
  right: -11px;
  top: 10px;
  content: "";
  height: 10px;
  width: 2px;
  background: #cccccc;
}

.projects-area .projects-items .info li:last-child::after {
  display: none;
}

.projects-area .projects-items .projects-carousel.owl-carousel .owl-dots {}

.projects-area .projects-items .projects-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.projects-area .projects-items .projects-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  border: 2px solid #e7e7e7;
}

.projects-area .projects-items .projects-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Effect Animation */
.projects-area .projects-items .item-effect {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.projects-area .projects-items .item-effect img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.projects-area .projects-items .item-effect .effect-info a::before,
.projects-area .projects-items .item-effect a {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.projects-area .projects-items .item-effect .effect-info::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.projects-area .projects-items .single-item:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.projects-area .projects-items .item-effect a {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 0 1.5em 1.5em 0;
  text-align: center;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #ffffff;
  border-radius: 10px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  box-shadow: inherit;
}

.projects-area .projects-items .item-effect a i {
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
}

.projects-area .projects-items .single-item:hover .effect-info a::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.projects-area .projects-items .single-item:hover a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Projces Single */
.case-details-area .case-basic {
  padding: 50px 30px;
  box-shadow: 0 0 10px #cccccc;
  border-bottom: 3px solid #437eeb;
  border-radius: 5px;
}

.case-details-area .case-basic .col-lg-3 {
  border-right: 1px dashed #dddddd;
}

.case-details-area .case-basic .col-lg-3:last-child {
  border: none;
}

.case-details-area .case-basic .item i {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 30px;
  color: #437eeb;
}

.case-details-area .case-basic .item h5 {
  text-transform: capitalize;
  font-weight: 700;
}

.case-details-area .case-details-info .left-info {
  padding-left: 35px;
}

.case-details-area .case-details-info h5 {
  text-transform: capitalize;
  font-weight: 700;
}

.case-details-area .feature-item {
  margin-top: 25px;
}

.case-details-area .case-basic .item span {
  font-weight: 600;
}

.case-details-info h2 {
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.4;
  margin-top: -05px;
  margin-bottom: 25px;
}

.case-details-info .thumb img {
  padding-left: 35px;
}

.case-details-info ul {
  margin-top: 25px;
}

.case-details-info ul li {
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  line-height: 1.3;
  color: #232323;
}

.case-details-info ul li:last-child {
  margin-bottom: 0;
}

.case-details-info ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #437eeb;
  font-size: 15px;
}

.case-details-area .case-single-carousel .owl-nav {
  margin: 0;
}

.case-details-area .case-single-carousel .owl-nav .owl-prev,
.case-details-area .case-single-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #437eeb;
  font-size: 30px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.case-details-area .case-single-carousel .owl-nav .owl-next {
  left: auto;
  right: 15px;
}

/* ==============================================================
       # Our Story
  =================================================================== */

.our-story-area .story-items .item span {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 45px;
  border: 4px solid #437eeb;
  border-radius: 50%;
  font-weight: 800;
  margin-bottom: 30px;
  background: #ffffff;
  color: #232323;
  transition: all 0.35s ease-in-out;
}

.our-story-area .story-items .single-item:first-child .item span,
.our-story-area .story-items .single-item .item:hover span {
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff;
  border: none;
  line-height: 54px;
  transition: all 0.35s ease-in-out;
}

.our-story-area .story-items {
  position: relative;
  z-index: 1;
}

.our-story-area .story-items::after {
  position: absolute;
  left: 0;
  top: 25px;
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 2px dashed #e7e7e7;
  z-index: -1;
}

.our-story-area .story-items .item h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 20px;
}

.our-story-area .story-items .item p {
  margin-bottom: -5px;
  font-size: 14px;
  font-weight: 600;
}

/* ==============================================================
       # Pricing
  =================================================================== */
.pricing-area .pricing-item {
  padding: 50px 37px;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  margin-bottom: 30px;
}

.pricing-area .pricing-item::after {
  position: absolute;
  left: 0;
  bottom: -100%;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, #437eeb 0%, #093ac1 100%);
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.pricing-area .pricing-item:hover::after {
  opacity: 1;
  bottom: 0;
}

.pricing-area .pricing-item:hover h2,
.pricing-area .pricing-item:hover h5,
.pricing-area .pricing-item:hover li,
.pricing-area .pricing-item:hover i {
  transition: all 0.35s ease-in-out;
}

.pricing-area .pricing-item:hover h2,
.pricing-area .pricing-item:hover h5,
.pricing-area .pricing-item:hover li {
  color: #ffffff;
}

.pricing-area .pricing-item:hover a {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.pricing-area .pricing-item .pricing-header {
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}

.pricing-area .pricing-item .pricing-header h2 {
  font-weight: 800;
  margin: 0;
  font-size: 50px;
}

.pricing-area .pricing-item .pricing-header h5 {
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 18px;
}

.pricing-area .pricing-item .pricing-header h2 sub {
  left: -10px;
  font-size: 20px;
}

.pricing-area .pricing-item ul {
  text-align: left;
  display: inline-block;
}

.pricing-area .pricing-item .pricing-header span {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 5px 25px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 700;
  color: #232323;
}

.pricing-items .pricing-header .icon {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.pricing-items .pricing-header .icon::before {
  left: -5px;
  position: absolute;
  bottom: -5px;
  content: "";
  height: 110px;
  width: 110px;
  border: 1px solid #437eeb;
  border-radius: 50%;
  opacity: 0.3;
  transform: inherit;
  transition: all 0.35s ease-in-out;
}

.pricing-items .pricing-item:hover .pricing-header .icon::before {
  opacity: 1;
  border-color: rgb(255, 255, 255, 0.6);
}

.pricing-items .pricing-header .icon i {
  display: inline-block;
  background: #edf5ff none repeat scroll 0 0;
  color: #437eeb;
  height: 100px;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 40px;
}

.pricing-items .single-item:nth-child(2) .pricing-header .icon i {
  color: #7fcb11;
}

.pricing-items .single-item:nth-child(3) .pricing-header .icon i {
  color: #e92460;
}

.pricing-items .pricing-header .icon .shape-top .shape {
  position: absolute;
  width: 2px;
  background: #437eeb;
  transform: rotate(50deg);
  opacity: 0.3;
  transition: all 0.35s ease-in-out;
}

.pricing-items .pricing-item:hover .pricing-header .icon .shape-top .shape {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.pricing-items .pricing-header .icon .shape-top .shape:first-child {
  right: 2px;
  top: 14px;
  height: 8px;
}

.pricing-items .pricing-header .icon .shape-top .shape:nth-child(2) {
  right: 12px;
  top: 2px;
  height: 8px;
}

.pricing-items .pricing-header .icon .shape-top .shape:nth-child(3) {
  right: 1px;
  top: -2px;
  height: 20px;
  width: 4px;
}

.pricing-items .pricing-header .icon .shape-bottom .shape {
  position: absolute;
  width: 2px;
  background: #437eeb;
  transform: rotate(50deg);
  opacity: 0.3;
  transition: all 0.35s ease-in-out;
}

.pricing-items .pricing-header .icon .shape-bottom .shape {
  position: absolute;
  width: 2px;
  background: #437eeb;
  transform: rotate(50deg);
  opacity: 0.3;
  transition: all 0.35s ease-in-out;
}

.pricing-items .pricing-item:hover .pricing-header .icon .shape-bottom .shape {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.pricing-items .pricing-header .icon .shape-bottom .shape:first-child {
  left: -1px;
  bottom: 11px;
  height: 8px;
}

.pricing-items .pricing-header .icon .shape-bottom .shape:nth-child(2) {
  left: 10px;
  bottom: -2px;
  height: 8px;
}

.pricing-items .pricing-header .icon .shape-bottom .shape:nth-child(3) {
  left: -1px;
  bottom: -5px;
  height: 20px;
  width: 4px;
}

.pricing-items li {
  margin-bottom: 15px;
}

.pricing-items li:last-child {
  margin-bottom: 0;
}

.pricing-items li.footer {
  margin-top: 30px;
}

.pricing-items li i {
  margin-right: 5px;
  color: #34de9c;
}

.pricing-items li i.ti-close {
  color: #e92460;
}

/* ==============================================================
       # Start Projects
  =================================================================== */
.start-us-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  opacity: 0.6;
  background-size: contain;
}

.start-us-area .info h2 {
  font-weight: 700;
  line-height: 1.3;
  margin-top: -5px;
  margin-bottom: 30px;
}

.start-us-area .info a {
  margin-top: 20px;
}

.start-us-area .thumb {
  padding-left: 35px;
}

.start-us-area .thumb img {
  max-width: 140%;
}


/* ==============================================================
       # Contact
  =================================================================== */
.contact-area .left-item .info-items .item {
  display: flex;
  margin-bottom: 35px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 30px;
}

.contact-area .left-item .info-items .item .info {
  padding-left: 20px;
}

.contact-area .left-item .info-items .item .icon i {
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-area .left-item .info-items .item:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.contact-area .left-item .info-items {
  padding: 50px 37px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-area .left-item .info-items::before {
  position: absolute;
  right: -15px;
  top: 15px;
  height: 100%;
  width: 100%;
  content: "";
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.contact-area .right-item {
  padding-left: 50px;
}

.contact-area .left-item .info-items .item .info h4,
.contact-area .left-item .info-items .item .info h5 {
  text-transform: capitalize;
  font-weight: 800;
}

.contact-area .left-item .info-items .item .info p {
  margin-bottom: 0;
}

.contact-area .right-item h2 {
  font-weight: 800;
}

.contact-area form input,
.contact-area form textarea {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  padding: 0;
  color: #232323;
  border: 1px solid #ced4da;
  background-color: #ced4da;
}

.lable {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 5px;
  max-width: 100%;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: black;
}

.contact-area form textarea {
  min-height: 150px;
}

.contact-area form button {
  background: #1778ba;
  display: inline-block;
  padding: 10px 35px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid white;
  margin-top: 15px;
  color: white;
}

.contact-area form button i {
  margin-left: 5px;
  display: inline-block;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
}

.contact-area form img.loader {
  margin-left: 10px;
}

/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

/* ==============================================================
       # Error Page
  =================================================================== */

.error-page-area .shape {
  position: absolute;
  left: 0;
  top: -120px;
  z-index: -1;
  opacity: 0.08;
}

.error-page-area.overflow-hidden.default-padding {
  z-index: 1;
}

.error-page-area .error-box {
  padding-left: 35px;
  z-index: 1;
}

.error-page-area .error-box h1 {
  font-size: 180px;
  line-height: 140px;
  margin-bottom: 30px;
  font-weight: 900;
}

.error-page-area .error-box h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.error-page-area .error-box a {
  margin-top: 15px;
}

.error-page-area .thumb {
  z-index: 1;
}

/* ==============================================================
       # Login
  =================================================================== */
.login-area,
.login-area div {
  height: 100%;
}

.login-area div.login,
.login-area div.login div {
  height: auto;
}

.login-area .login-box {
  display: table;
  width: 100%;
}

.login-area .login-box .login {
  display: table-cell;
  height: auto;
  vertical-align: middle;
}

.login-area .content {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 5px;
  box-shadow: 0 0 10px #cccccc;
  padding: 30px;
  text-align: center;
}

.login-area .content img {
  margin-bottom: 30px;
}

.login-area .content input {
  border: none;
  box-shadow: inherit;
  padding-left: 25px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
}

.login-area .form-group {
  position: relative;
}

.login-area .form-group i {
  position: absolute;
  left: 0;
  top: 16px;
  color: #999999;
}

.login-area .content button {
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  border: medium none;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  font-weight: 800;
  padding: 8px;
  text-transform: uppercase;
  width: 100%;
}

.login-area .content .sign-up {
  display: inline-block;
  margin-top: 30px;
}

.login-area .content .sign-up a {
  color: #437eeb;
  margin-left: 5px;
}

.login-area .link {
  text-align: right;
  margin-bottom: 25px;
  text-decoration: underline;
}

.login-area .social-login li {
  display: inline-block;
  margin: 0 3px;
}

.login-area .social-login li a {
  background: #002359 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 44px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  font-size: 12px;
}

.login-area .social-login li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.login-area .social-login li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.login-area .social-login li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.login-area .social-login li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.login-area .social-login {
  border-top: 1px dashed #dddddd;
  margin-top: 15px;
  padding-top: 30px;
}

.login-area .social-login h5 {
  font-weight: 900;
  margin-bottom: 15px;
  color: #666666;
  font-size: 16px;
  text-transform: uppercase;
}

/* ==============================================================
       # Footer
  =================================================================== */

footer {
  position: relative;
  z-index: 1;
}

footer .footer-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.05;
}

footer.bg-dark .footer-shape {
  opacity: 0.03;
}

footer .widget-title {
  font-weight: 400;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  color: white;
}

footer .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  /*background: #f4f7fc;*/
  z-index: -1;
}

.address {
  color: white;
}

footer.bg-dark .widget-title::after {
  display: none;
}

footer .f-item>img {
  margin-bottom: 30px;
  height: 60px;

}

.footer {
  background-color: black;
}

footer .f-items .f-item.link li {
  display: block;
  margin-bottom: 18px;
}

footer .f-items .f-item.link li a {
  display: inline-block;
  color: white;
  font-weight: 600;
}

footer.bg-dark .f-items .f-item.link li a {
  color: white;
}

footer.bg-dark p {
  color: #cccccc;
}

footer .f-items .f-item.link li a:hover {
  color: #437eeb;
}

footer .f-items .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item.contact li {
  margin-bottom: 10px;
}

footer.bg-dark .f-items .f-item.contact li {
  color: #cccccc;
}

footer .f-items .f-item.contact li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item .address {
  margin-top: 20px;
}

footer .f-items .f-item .social {
  margin-top: 36px;
}

footer .f-items .f-item .social li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}

footer .f-items .f-item .social li a {
  display: inline-block;
  height: 37px;
  width: 37px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  border-radius: 18px;
  font-size: 14px;
}

footer .f-items .f-item .social li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

footer .f-items .f-item .social li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

footer .f-items .f-item .social li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

footer .f-items .f-item .social li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

footer .f-items .f-item .social li.youtube a {
  background: #cd201f none repeat scroll 0 0;
}

footer .f-items .f-item .social li.instagram a {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);

}

footer .f-items .f-item .social li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

/* Footer Bottom */
footer .footer-bottom {
  padding-bottom: 50px;
  margin-top: 0rem;

}

footer .footer-bottom ul li {
  display: inline-block;
  margin-left: 15px;
}

footer .footer-bottom ul li a:hover {
  color: #437eeb;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom p a {
  color: #437eeb;
  font-weight: 700;
  text-decoration: underline;
}

/* ==============================================================
       # Preloader
  =================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #ffffff;
  text-align: center;
}

/* ==============================================================
       # Dark Lyout
  =================================================================== */

body.dark-layout,
body.dark-layout p {
  color: #cccccc;
}

body.dark-layout h1,
body.dark-layout h2,
body.dark-layout h3,
body.dark-layout h4,
body.dark-layout h5,
body.dark-layout h6,
body.dark-layout a {
  color: #ffffff;
}

body.dark-layout {
  background: #0d152e;
}

body.dark-layout .bg-gray {
  background: #101c3d;
}

body.dark-layout .bg-light-gradient {
  background: #0d152e;
}

/* Navbar */
body.dark-layout nav.navbar.navbar-default.bootsnav {
  background: #0d152e !important;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout nav.bg-gray.navbar.navbar-default.bootsnav {
  background: #101c3d !important;
  box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout nav.navbar.navbar-default.bootsnav.navbar-fixed-light a.navbar-brand::before,
body.dark-layout nav.navbar.navbar-default.bootsnav.navbar-fixed-light::after {
  display: none;
}

body.dark-layout nav.navbar.bootsnav ul.nav>li>a,
body.dark-layout .attr-nav,
body.dark-layout .attr-nav>ul>li,
body.dark-layout .attr-nav>ul>li>a {
  color: #ffffff;
}

body.dark-layout nav.navbar.bootsnav.navbar-fixed .navbar-toggle {
  color: #ffffff;
}

@media (max-width: 1023px) {
  body.dark-layout nav.navbar.bootsnav .navbar-nav {
    background: #0d152e;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }

  body.dark-layout nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {
    color: #ffffff;
  }

  body.dark-layout nav.navbar.bootsnav .navbar-nav>li>a {
    border-color: rgba(255, 255, 255, 0.4);
  }

  body.dark-layout nav.navbar.bootsnav ul.nav li.dropdown>ul.dropdown-menu li>a {
    border-color: rgba(255, 255, 255, 0.4) !important;
  }
}

body.dark-layout a.btn-simple.md.light {
  color: #ffffff;
}

body.dark-layout .gradient-bg {
  background-image: inherit;
  background-color: #0d152e;
}

body.dark-layout .wavesshape-bottom .waveshape {
  display: none;
}

body.dark-layout .about-area.shape-left::before {
  opacity: 0.03;
}

/*Banner */
body.dark-layout .banner-area.bg-bottom-center.center-mobile.top-pad-90.text-combo.multi-heading.text-light {
  background-image: none !important;
}

body.dark-layout .banner-area.shape-top::after {
  opacity: 0.01;
}

body.dark-layout .bottom-extra-bg::before {
  background: #101c3d;
}

body.dark-layout .banner-area.bottom-shape .wavesshape {
  display: none;
}

body.dark-layout .banner-area .content form {
  box-shadow: inherit;
  background: rgba(255, 255, 255, 0.1);
}

body.dark-layout .banner-area.shape-right::before {
  display: none;
}

/*End Banner */

body.dark-layout .choseus-items .info ul li span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body.dark-layout .our-features-area .feature-items .item {
  background: transparent;
  box-shadow: inherit;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .btn-simple {
  border: 1px solid transparent;
  color: #ffffff;
  background: linear-gradient(90deg,
      rgba(67, 126, 235, 1) 0%,
      rgba(30, 85, 189, 1) 100%);
}

body.dark-layout .btn-simple:hover {
  border: 1px solid transparent;
}

body.dark-layout .bg-gradient {
  background-image: inherit;
  background-color: #0d152e;
}

body.dark-layout .services-list-area .services-list-items a {
  box-shadow: inherit;
  color: #ffffff;
}

body.dark-layout .services-list-area .services-list-items a::after {
  background: #101c3d;
}

body.dark-layout .services-list-area .services-list-items a i {
  border: none;
  margin: 0;
}

body.dark-layout .clients-area::after {
  display: none;
}

body.dark-layout .clients-area.overflow-hidden.default-padding.bg-gradient.text-light {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .our-team-area .team-items .item .info {
  background: #101c3d;
  box-shadow: inherit;
}

/* Features */
body.dark-layout .our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot span {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inherit;
}

body.dark-layout .our-features-area.wavesshape-bottom .waveshape {
  display: none;
}

body.dark-layout .our-features-area .feature-items .item .icon::after {
  display: none;
}

body.dark-layout .our-features-area .feature-items .item>i,
body.dark-layout .our-features-area .feature-items .item .icon i {
  background: linear-gradient(97deg,
      rgba(67, 126, 235, 1) 44%,
      rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.dark-layout .features-list .fixed-bg {
  display: none;
}

body.dark-layout .features-list .item {
  box-shadow: inherit;
}

body.dark-layout .projects-area .projects-items .single-item .info {
  background: #101c3d;
}

body.dark-layout .projects-area.bg-gray .projects-items .single-item .info {
  background: #0d152e;
}

body.dark-layout .feature-box .feature-2-col-carousel.owl-carousel .owl-dot span {
  box-shadow: inherit;
  background: rgba(255, 255, 255, 0.2);
}

body.dark-layout .feature-box .feature-2-col-carousel.owl-carousel .owl-dot.active span::after {
  background: #ffffff;
}

body.dark-layout .feature-box .item {
  background: #0d152e;
  box-shadow: inherit;
}

body.dark-layout .feature-box .item .bottom {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

body.dark-layout .feature-box .item .bottom>i {
  background: linear-gradient(97deg,
      rgba(67, 126, 235, 1) 44%,
      rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* End Features */

body.dark-layout .center-tabs .nav-tabs li a {
  color: #ffffff;
}

body.dark-layout .center-tabs .tab-content {
  background: #101c3d;
  box-shadow: inherit;
}

body.dark-layout .bg-gray .center-tabs .tab-content {
  background: #0d152e;
}

body.dark-layout .about-area .about-items .center-tabs .info h3 {
  color: #ffffff;
}

body.dark-layout .fun-factor-area .item .timer {
  color: #ffffff;
  background: transparent;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-background-clip: inherit;
}

body.dark-layout .fun-factor-area .item .medium {
  color: #cccccc;
}

body.dark-layout .fun-factor-area.bg-gray .fixed-bg {
  opacity: 0.1;
}

@media only screen and (min-width: 1100px) {
  body.dark-layout .left-border::before {
    background: #101c3d;
  }

  body.dark-layout .bg-gray.left-border::before {
    background: #0d152e;
  }
}

body.dark-layout .faq-area .faq-content .card {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #0d152e;
}

body.dark-layout .fun-factor-area .fixed-bg.contain {
  opacity: 0.5;
}

body.dark-layout .pricing-area .pricing-item {
  box-shadow: inherit;
  background: #101c3d;
}

body.dark-layout .rectangular-shape.shape-margin-right::after {
  display: none;
}

body.dark-layout .btn-gray.effect {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3; );
}

body.dark-layout .pricing-items .pricing-header .icon i {
  background: transparent;
}

body.dark-layout .pricing-area .pricing-item .pricing-header {
  border-color: rgba(255, 255, 255, 0.4);
}

body.dark-layout .services-area .services-items .item {
  box-shadow: inherit;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .services-area .services-items.big-thumb .item::before {
  opacity: 0.04;
}

body.dark-layout .btn-standard {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .btn-standard i {
  box-shadow: inherit;
}

body.dark-layout .skill-items .info h3 {
  color: #ffffff;
}

body.dark-layout .skill-area .thumb .image-box img {
  box-shadow: inherit;
}

body.dark-layout .skill-area .thumb .image-box img:nth-child(2) {
  box-shadow: 0 0 10px #cccccc !important;
}

body.dark-layout .testimonial-items h4 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .testimonials-area .carousel-indicators li {
  box-shadow: inherit;
}

/* Blog */
body.dark-layout .blog-area .blog-items .item {
  background: #0d152e;
  box-shadow: inherit;
}

body.dark-layout .blog-area .blog-items .item .thumb .date {
  box-shadow: inherit;
}

body.dark-layout .blog-area .blog-items .info .meta li a {
  color: #cccccc;
}

body.dark-layout .blog-area .blog-items .item .thumb a {
  color: #232323;
}

body.dark-layout .blog-area .blog-items .footer-meta ul {
  border-top: none;
  margin-top: 30px;
  padding-top: 0;
}

body.dark-layout .blog-area .blog-items .footer-meta ul li:first-child {
  display: none;
}

/* End BLog */

body.dark-layout footer .widget-title::after {
  display: none;
}

body.dark-layout footer .f-items .f-item.link li a {
  color: #cccccc;
}

body.dark-layout footer .f-items .f-item.link li a:hover {
  color: #ffffff;
}

body.dark-layout .services-area .services-items .item>i {
  background: linear-gradient(97deg,
      rgba(67, 126, 235, 1) 44%,
      rgba(255, 255, 255, 1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.dark-layout .services-area .services-items .item:hover>i {
  background: transparent;
  -webkit-background-clip: inherit;
  -moz-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #ffffff;
}

body.dark-layout .our-story-area .story-items::after {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

body.dark-layout .our-story-area .story-items .item span {
  background: #101c3d;
  color: #ffffff;
}

body.dark-layout .services-area .services-items.services-carousel.owl-carousel .owl-dot span {
  background: transparent;
  border: 7px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .project-items-area .gallery-content .mix-item-menu button {
  color: #cccccc;
  font-size: 16px;
}

body.dark-layout .project-items-area .gallery-content .mix-item-menu button.active {
  color: #ffffff;
}

body.dark-layout .projects-area .projects-items .single-item {
  background: #0d152e;
  box-shadow: inherit;
}

body.dark-layout .projects-area .projects-items .info li {
  color: #cccccc;
}

body.dark-layout .projects-area .projects-items .single-item .info::before,
body.dark-layout .projects-area .projects-items .single-item .info::after {
  display: none;
}

body.dark-layout .our-team-area .team-items .thumb img {
  box-shadow: inherit;
}

body.dark-layout .our-team-area .team-items .info .social ul {
  box-shadow: inherit;
}

body.dark-layout .our-team-area .team-items .item span {
  color: #cccccc;
}

body.dark-layout .contact-area .left-item .info-items {
  background: #101c3d;
  box-shadow: inherit;
}

body.dark-layout .contact-area .left-item .info-items::before {
  background: #437eeb;
  box-shadow: inherit;
}

body.dark-layout .contact-area .left-item .info-items .item {
  border-color: rgba(255, 255, 255, 0.3);
}

body.dark-layout .contact-area form input,
body.dark-layout .contact-area form textarea {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #ffffff;
}

body.dark-layout .contact-area form input:focus,
body.dark-layout .contact-area form textarea:focus {
  box-shadow: inherit;
}

body.dark-layout .works-process-items .item .icon span {
  background: #437eeb;
  box-shadow: inherit;
  right: -7px;
  top: 0;
  color: #ffffff;
}

body.dark-layout .works-process-items .item .icon i {
  background: #0d152e;
  box-shadow: inherit;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* ==============================================================
       # Demo
  =================================================================== */

.demo-area.demo-conten.default-padding {
  padding-bottom: 30px;
}

.demo-area .single-item {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px #cccccc;
}

.demo-area .item {
  margin-bottom: 50px;
}

.demo-area .single-item .info {
  padding: 30px 15px;
  text-align: center;
  background: #fafafa;
}

.demo-area .single-item .info h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  margin-top: 15px;
}

.banner-area .demo-banner h1 {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 46px;
}

.banner-area .demo-banner h1 span {
  font-size: 36px;
}

.banner-area .demo-banner img {
  height: auto;
  margin-bottom: 20px;
  max-height: 60px;
}

.demo-area .def-heading h2 {
  font-weight: 900;
  margin: 30px 0;
  text-transform: uppercase;
  color: #333333;
}

.demo-footer {
  padding-bottom: 80px;
}

.introduction-area h2 span {
  color: #fd0060;
}

.introduction-area h4 {
  font-weight: 300;
  line-height: 30px;
}

.introduction-area h2 {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.introduction-area h2::before {
  background: #fd0060 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 50px;
}

.introduction-area h2::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 25px;
}

footer.demo .copyright {
  margin-top: 15px;
}

.demo-area .comming-soon.item img {
  opacity: 0.3;
}

.banner-area.demo-banner {
  padding: 50px 0;
}

.demo-area .site-heading {
  margin-bottom: 30px;
}

.demo-area img {
  background: #ffffff none repeat scroll 0 0;
  padding: 10px;
}

.demo-area.demo-conten .single-item a {
  position: relative;
  display: block;
}

.demo-area.demo-conten .single-item a span {
  position: absolute;
  right: 15px;
  top: -14px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  color: #ffffff;
  padding: 1px 35px;
  border-radius: 30px;
  box-shadow: 0 0 10px #cccccc;
}

.demo-area .rtl-version a {
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  z-index: 9;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}

.demo-area .rtl-version a::after {
  position: absolute;
  left: -10px;
  top: -10px;
  height: 120%;
  width: 120%;
  content: "";
  background: #437eeb;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.demo-area.default-padding {
  z-index: inherit;
}

.demo-banner a.btn img {
  height: 30px;
  margin-right: 2px;
  margin-bottom: 0;
  position: relative;
}

.demo-banner a.btn {
  position: relative;
}

.banner-thumb {
  display: none;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.demo-area .site-heading h2 {
  margin-bottom: 40px;
}

.demo-area .single-item .info a {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 30px;
  color: #ffffff;
  margin: 0 5px;
  background: linear-gradient(90deg,
      rgba(0, 16, 45, 1) 0%,
      rgba(0, 89, 252, 1) 56%);
}

.demo-area .single-item .info h4 {
  /* color: #ffffff; */
  margin-bottom: 25px;
  margin-top: 0;
}

.banner-area .fun-fact-box {
  position: absolute;
  bottom: 50px;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.banner-area .fun-fact-box .fun-fact {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.banner-area .fun-fact-box .fun-fact::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
}

.banner-area .fun-fact-box .fun-fact:last-child::after {
  display: none;
}

.banner-area .fun-fact-box .fun-fact .timer {
  font-weight: 800;
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

.banner-area .fun-fact-box .fun-fact .medium {
  text-transform: uppercase;
  font-weight: 700;
}

/* Features */

.demo-features .single-item {
  margin-bottom: 30px;
}

.demo-features .item {
  background: #ffffff;
  padding: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 8px;
}

.demo-features .item img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}

.demo-features .item h5 {
  font-weight: 700;
  text-transform: capitalize;
}

.navbar.navbar-transparent .attr-nav>ul>li.button {
  display: none;
}

.attr-nav>ul>li.button a img {
  height: 30px;
}

.demo-area .rtl-version a {
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: linear-gradient(90deg,
      rgba(30, 85, 189, 1) 0%,
      rgba(67, 126, 235, 1) 100%);
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  z-index: 9;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}

.demo-area .rtl-version a::after {
  position: absolute;
  left: -10px;
  top: -10px;
  height: 120%;
  width: 120%;
  content: "";
  background: #437eeb;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.demo-area .demo-tabs li {
  display: inline-block;
}

.demo-area .demo-tabs .nav-tabs {
  text-align: center;
  margin-bottom: 50px;
  border: none;
}

.demo-area .demo-tabs .nav-tabs li {
  margin: 0;
  padding: 0;
}

.demo-area .demo-tabs .nav-tabs li a {
  display: inline-block;
  padding: 15px 41px;
  border: 2px solid #086ad8;
  margin: 5px;
  font-size: 20px;
  font-weight: 800;
  border-radius: 30px;
}

.demo-area .demo-tabs .nav-tabs li a.active {
  background: #086ad8;
  color: #ffffff;
}


/* my css start from here */

.about-section .subtitle {
  font-family: "proxima-nova-bold";
  color: #437eeb;
  margin-top: 0rem;
}

.about-section h4 {
  font-family: "proxima-nova-bold"!important;
  margin-top: 16px;
}

.about-section .content_description {
  font-size: 16px;
}

.blog-thumb {
  width: 100%;
  height: 235px;
}

.modal-open .modal {
  z-index: 99999;
}
.slick-slide img{
  height: 80px;
}

@media only screen and (max-width: 768px) {
    .slideshow-tabs li {
        display: none;
    }

    .slideshow-tabs li.slick-active {
        display: block;
    }

    div.hero div.slideshow-tabs ul.slick-dots li {
        width: 100%;
    }
        .slick-slide img {
            height: 40px;
        }
}

.category-list ul.subcategory-list {
    margin-top: 5px;
    margin-left: 15px;
    list-style-type: circle;
}


.child-category-list li a:hover{
    color: #1778F2!important;
}


.ekit-heading__description {
  display: none!important;
}

.ekit-heading:hover .ekit-heading__description {
  display: block!important;
}