@charset "UTF-8";
/*-- ===============================================

Product: 'Cynic - illustration version for digital agencies'
Version: 2.2 
Author: axilweb
Date Created: Sept 24, 2019

==================================================== --*/
/*-- == Table of contents =====================

( Example: Type 'ctrl+f' and then '1.example' to jump to the
 "example" section. Click 'find' if needed.)
 
1. Base css
2. Form css
3. Header css
4. Banner css
5. Achievements css
6. Services css
7. Features css
8. Projects css
9. Team css
10. Clients css
11. Pricing style
12. Newsletter style
13. News css
14. Reviews css
15. Location css
16. Footer css


================================================== --*/
/* -- Imported Fonts
-------------------------------------- -- */
@import url("https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700,800,900|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");

@-webkit-keyframes fadeInRight {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(100px);
    transform: translate(100px);
  }

  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes fadeInRight {
  0% {
    display: none;
    opacity: 0;
    -webkit-transform: translate(100px);
    transform: translate(100px);
  }

  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

/*-- Default css --*/
/* -- Base css
-------------------------------------- -- */
/* Classes for colors */
.white-bg {
  background-color: #fff;
}

.color-palette-a {
  color: #03cde9;
}

.color-palette-b {
  color: #45c8e4;
}

.color-palette-c {
  color: #45c8e4;
}

/* Classes for background-color */
.theme-bg-a {
  background-color: #03cde9;
}

.theme-bg-b {
  background-color: #45c8e4;
}

.theme-bg-c {
  background-color: #45c8e4;
}

.theme-bg-d {
  background-color: #6610f2;
}

.typo-dark {
  color: #32325c;
}

.typo-light {
  color: #546182;
}

/* -- Common css -- */
html {
  font-size: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 2.2rem;
  font-weight: 300;
  color: #546182;
  word-break: break-word;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}

section,
article,
aside,
main {
  position: relative;
}

figure {
  margin-bottom: 3rem;
}

figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  color: #fff;
  font-weight: 400;
  margin: 2rem 0 0;
  text-align: center;
}

blockquote,
.blockquote {
  font-size: 2rem;
  line-height: 3.4rem;
  color: #546182;
  font-weight: 400;
  padding: 1rem 8rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 991px) {

  blockquote,
  .blockquote {
    padding: 1rem 2rem;
  }
}

blockquote p,
.blockquote p {
  margin-bottom: 0;
}

blockquote cite,
.blockquote cite {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 400;
}

/* .section-gap {
  padding: 3.5rem 0;
} */

.section-gap-top {
  padding-top: 2.5rem;
}

.section-gap {
  padding-bottom: 3.5rem;
}

.dark-grey-bg h1,
.dark-grey-bg h2,
.dark-grey-bg h3,
.dark-grey-bg h4,
.dark-grey-bg h5,
.dark-grey-bg h6,
.dark-grey-bg p,
.theme-bg-d h1,
.theme-bg-d h2,
.theme-bg-d h3,
.theme-bg-d h4,
.theme-bg-d h5,
.theme-bg-d h6,
.theme-bg-d p {
  color: #fff;
}

.dark-grey-bg {
  background-color: #32325c;
}

.light-grey-bg {
  background-color: #f9fcff;
}

.grey-bg {
  background-color: #45c8e4;
}

a,
button,
img,
a:focus,
button:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button {
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #45c8e4;
  text-decoration: none;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-dots {
  display: none !important;
}

.slick-arrow {
  width: 60px;
  height: 30px;
  display: block;
  top: auto;
  bottom: -78px;
  background-color: red;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: none !important;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: .5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Catamaran", sans-serif;
  color: #32325c;
  font-weight: 700;
  margin-bottom: 1rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

h1,
.h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  margin: .3rem 0 1.1rem;
}

.section-title {
  margin: .8rem 0 1.3rem;
}

h2,
.h2 {
  font-size: 4rem;
  line-height: 4.4rem;
}

h3,
.h3 {
  font-size: 3rem;
  line-height: 3.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

h5,
.h5 {
  font-size: 1.8rem;
  line-height: 2rem;
}

h6,
.h6 {
  font-size: 1.6rem;
  line-height: 2rem;
}

p {
  margin-bottom: .6rem;
}

p.larger-txt {
  font-size: 2rem;
  line-height: 3.4rem;
}

p.smaller-txt {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.grid-wrapper {
  padding-top: 0rem;
}

.grid-wrapper .custom-btn {
  margin: 3rem auto 1.5rem;
}

.grid-wrapper__small-padding {
  padding-top: 2.2rem;
}

.custom-btn {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #fff;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 500;
  background-color: #45c8e4;
  border-radius: 6px;
  padding: 1.8rem 3rem 1.7rem;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-btn::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 109, 222, 0.2);
  border-radius: 6px;
  z-index: -1;
  -webkit-transition: inherit;
  transition: inherit;
}

.custom-btn.secondary-btn {
  background-color: #45c8e4;
}

.custom-btn.secondary-btn::after {
  background: rgba(228, 83, 42, 0.2);
}

.custom-btn.btn-small {
  line-height: 2rem;
  padding: 1.1rem 2rem .9rem;
}

.custom-btn:hover {
  text-decoration: none;
  color: #fff;
}

.custom-btn:hover::after {
  height: 100%;
}

.hyperlink {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #45c8e4;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.hyperlink::after {
  content: " ";
  position: absolute;
  bottom: 20px;
  left: 1px;
  width: 100px;
  height: 10px;
  display: block;
  background-color: #45c8e4;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.hyperlink:hover {
  text-decoration: none;
  color: #45c8e4;
}

.hyperlink:hover::after {
  bottom: 0;
  opacity: .5;
}

.common-list {
  list-style: none;
  padding-left: 2.5rem;
  margin-bottom: 2.3rem;
}

.common-list li {
  margin-bottom: .8rem;
  position: relative;
}

.common-list li::after {
  content: " ";
  position: absolute;
  top: 1.1rem;
  left: -2.5rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  background-color: #45c8e4;
}

.privacy-terms-modal .modal-body img {
  margin-top: 3.5rem;
}

/* -- Form css
-------------------------------------- -- */
::-webkit-input-placeholder {
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #546182 !important;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
  opacity: 1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
  opacity: 1;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 1.3rem 2rem;
  color: #546182;
  background: #fff;
  border: 1px solid #e2ebff;
  border-radius: 6px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
  outline: none;
  border-color: #4859bd;
}

textarea {
  min-height: 10rem;
}

.quote-form-wrapper {
  width: 100%;
  max-width: 100rem;
}

.quote-form-wrapper .quote-form {
  margin: 0 -1rem;
}

.quote-form-wrapper .quote-form [class*="col-"] {
  padding: 0 1rem;
}

.quote-form-wrapper .quote-form [class*="col-"] input,
.quote-form-wrapper .quote-form [class*="col-"] textarea,
select {
  margin: 1rem 0;
}

.quote-form-wrapper .quote-form .social-icons-wrapper {
  padding-top: 9px;
}

.quote-form-wrapper .quote-form button {
  margin-top: 1rem;
}

.quote-form-wrapper .social-icons li:hover {
  color: #45c8e4;
}

.form-group {
  margin-bottom: 3rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  margin: 0;
}

.full-width-modal.quote-modal .modal-content {
  padding-top: 117.5px;
  padding-bottom: 115.5px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}

.err-msg,
.success-msg {
  font-size: 1.4rem;
  line-height: 20px;
  color: #ff4545;
  font-weight: 400;
  text-align: left;
  margin-top: -4px;
}

.success-msg {
  color: #00af28;
  margin-bottom: 7px;
}

textarea+.err-msg {
  margin-bottom: 7px;
}

.search-form {
  position: relative;
}

.search-form input {
  background-color: #f9fcff;
}

.search-form input:hover,
.search-form input:focus {
  border-color: #fff;
}

.search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  background: transparent;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}

.search-form .search-btn:hover {
  background: #45c8e4;
  color: #fff;
}

/* -- Header css
---------------------------------- -- */
.page-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: white;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.page-header.scrolled {
  background-color: transparent;
}

.page-header.scrolled .navbar {
  background-color: rgba(255, 255, 255, 0.97);
  padding: 0 3rem;
  margin-top: 3rem;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
  box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
}

.page-header .navbar-brand img {
  height: 10rem;
}

.navbar {
  border-bottom: 1px solid #ecf2f8;
  padding: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-brand {
  padding: 0;
  line-height: 8.6rem;
}

.navbar-nav li {
  position: relative;
  margin-left: 1.5rem;
}

.navbar-nav li a:not(.custom-btn) {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #546182;
  padding: 3.3rem .5rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  word-break: initial;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar-nav li a:not(.custom-btn)::before {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: .2rem;
  background-color: #45c8e4;
  -webkit-transition: width .5s;
  transition: width .5s;
}

.navbar-nav li a:not(.custom-btn):hover::before,
.navbar-nav li a:not(.custom-btn).active::before {
  width: 100%;
}

.navbar-nav li.has-dropdown>a {
  position: relative;
}

.navbar-nav li.has-dropdown>a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  font-weight: 300;
  margin-left: .5rem;
}

@media (min-width: 992px) {
  .navbar-nav li.has-dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
  }
}

.navbar-nav .custom-btn {
  font-size: 1.4rem;
  margin-left: 1rem;
}

.navbar-nav .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 1.5rem 0;
  border: 1px solid #43f0ef1f;
  min-width: 30rem;
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .navbar-nav .submenu {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

@media screen and (max-width: 992px) {
  .navbar-nav .submenu {
    display: none;
  }
}

.navbar-nav .submenu li {
  list-style: none;
  margin: 0;
}

.navbar-nav .submenu li a {
  padding: 1rem 3rem;
}

.navbar-nav .submenu li a::before {
  display: none;
}

.navbar-nav .submenu li a:hover,
.navbar-nav .submenu li a.active {
  color: #45c8e4;
}

@media (max-width: 992px) {
  .navbar-nav .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
  }
}

.navbar-toggler {
  margin: 0;
  padding: 0;
  border: none;
  outline: 0;
}

.custom-toggler-icon {
  display: block;
  width: 3rem;
  height: .2rem;
  background-color: #45c8e4;
  margin: .5rem 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navbar button.change .custom-toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 5px);
  transform: rotate(-45deg) translate(-7px, 5px);
}

.navbar button.change .custom-toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar button.change .custom-toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -3px);
  transform: rotate(45deg) translate(-5px, -3px);
}

/* -- Banner css
---------------------------------- -- */
.banner {
  height: 360px;
  /* padding-top: 16.8rem; */
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.banner h1 {
  margin: .3rem 0 0.5rem;
}

.banner p {
  /* margin-bottom: 1rem; */
}

.banner .custom-btn {
  margin-bottom: 2rem;
}

.banner img {
  padding-left: 8rem;
}

.home-banner {
  height: auto;
  padding-top: 8.8rem;
}

.breadcrumb-wrapper {
  position: absolute;
  top: 8.7rem;
  left: 0;
  width: 100%;
}

.breadcrumb {
  background: transparent;
  padding: 5rem 0;
  margin: 0;
}

.breadcrumb li {
  font-family: "Catamaran", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  font-weight: 700;
}

.breadcrumb li:hover {
  color: #45c8e4;
}

.breadcrumb li a {
  color: currentColor;
}

.breadcrumb li.active {
  color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  margin: 0 .5rem;
  color: currentColor;
}

/* -- Widgets css -- */
.widget-title {
  font-size: 2.4rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}

.widgets-list {
  list-style: none;
  padding-left: 0;
}

.widget {
  margin-bottom: 50px;
}

.widget ul {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #546182;
}

.widget li {
  margin-bottom: 1.5rem;
}

.widget a {
  color: inherit;
}

.widget a:hover {
  color: #45c8e4;
}

.widget .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

.widget .media a {
  margin-right: 1rem;
}

.widget .media img {
  width: 100%;
  max-width: 5rem;
  max-height: 5rem;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.widget .media h5,
.widget .media h6 {
  margin-bottom: .5rem;
}

/* -- Widgets css -- */
.post-metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin-bottom: 3rem;
  list-style: none;
}

.post-metas li {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: .6rem;
  margin-right: 3rem;
}

.post-metas li:hover {
  color: #45c8e4;
}

.post-metas li a {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-metas li i {
  margin-right: .5rem;
}

.post-metas li img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  margin-right: 1rem;
}

.widget .post-metas {
  margin-bottom: 0;
}

.widget .post-metas a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.widget .post-metas a:hover {
  color: #45c8e4;
}

/* -- Achievements css
---------------------------------- -- */
.achievement-extra-padding-bottom {
  padding-bottom: 25px;
  position: relative;
  top: 8px;
}

.counter-block {
  position: relative;
  padding: .5rem 0 1rem;
}

.counter-block::after {
  content: " ";
  position: absolute;
  top: -3rem;
  right: -16px;
  bottom: -3rem;
  width: 2px;
  display: block;
  background: radial-gradient(closest-side, rgba(127, 154, 255, 0), #7f9aff, rgba(127, 154, 255, 0));
}

.counter-block .icon-container {
  margin-right: 3rem;
}

.achievements [class*="col-"]:last-child .counter-block::after {
  display: none;
}

.counter-wrapper {
  font-family: "Catamaran", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 700;
}

.counter-wrapper br {
  display: none;
}

.counter-wrapper .number {
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  line-height: 5.4rem;
  font-weight: 900;
  margin-bottom: .9rem;
}

/* -- Services css
-------------------------------- -- */
.services {
  padding: 0 14.0625%;
}

@media screen and (max-width: 767px) {
  .services {
    padding: 0 5%;
  }
}

.services .floating-service-wrapper {
  -webkit-transform: translateY(-95px);
  transform: translateY(-95px);
  background: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
  box-shadow: 0 5px 50px rgba(156, 185, 226, 0.2);
  border-radius: 6px;
  padding-bottom: 5.5rem;
}

.facilities {
  padding: 1.5rem 3rem 6rem;
}

.facilities>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Catamaran", sans-serif;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1.1rem;
  position: relative;
}

.facilities>div i {
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #45c8e4;
  font-weight: 400;
  margin-right: 1.6rem;
  width: 1.8rem;
  text-align: center;
}

.service-block {
  position: relative;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 4.5rem;
  padding: 0 15px;
}

.service-block>img {
  margin: 0 1rem 3.6rem;
  max-height: 9rem;
}

.service-block h4,
.service-block .h4 {
  margin-bottom: 1.8rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.service-block p {
  color: #546182;
}

.service-block .service-overlay {
  position: absolute;
  top: -15px;
  right: 15px;
  min-height: calc(100% + 15px);
  left: 15px;
  border: 2px solid #43f0ef1f;
  background: #fff;
  padding: 3rem 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.service-block .service-overlay .facilities {
  padding-bottom: 1.5rem;
}

.service-block .service-overlay .facilities img {
  margin-top: .6rem;
  margin-right: 2rem;
}

.service-block:hover h4 {
  color: #45c8e4;
}

.service-block:hover .service-overlay {
  opacity: 1;
  visibility: visible;
}

/* -- Features css
-------------------------------- -- */
.features {
  padding-bottom: 45px;
  padding-top: 3.5rem;
}

.features-grid {
  padding-bottom: 0px;
}

.features-grid .img-container {
  position: relative;
}

.features-content .section-title {
  margin-bottom: 1.5rem;
}

.features-content .feature-list {
  margin-top: 3rem;
}

.features-content .hyperlink {
  display: inline-block;
  margin-top: 1.9rem;
}

.features-content p {
  margin-bottom: 3rem;
}

.features-content p:nth-last-of-type(1) {
  margin-bottom: .6rem;
}

.feature-video-popup {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #45c8e4;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.feature-video-popup::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
}

.feature-video-popup:hover {
  -webkit-box-shadow: 0 5px 20px #9cb9e2;
  box-shadow: 0 5px 20px #9cb9e2;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.feature-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #546182;
  font-weight: 500;
  margin-bottom: 2rem;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li i {
  font-weight: 400;
  color: #32325c;
  line-height: 2.8rem;
  width: 2.5rem;
  margin-right: 2rem;
  text-align: center;
}

/* -- Projects css
----------------------------------- -- */
.projects {
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.tab-pane {
  width: 100% !important;
  position: relative;
}

.tab-pane .col-slider-2 {
  width: 20%;
}

.item-showcase .custom-btn {
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
}

.owl-carousel {
  -webkit-transition: height 1s !important;
  transition: height 1s !important;
}

.owl-carousel .owl-dots {
  text-align: center;
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  left: 8rem;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: 8rem;
}

.owl-carousel:hover .owl-prev,
.owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: #45c8e4;
  display: block;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin: 15px 5px;
  opacity: .5;
}

.owl-carousel button.owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-item .item {
  padding: 0 2rem;
}

.owl-carousel .img-card {
  max-width: 100%;
}

.projects-carousel .owl-stage-outer {
  text-align: center;
}

.projects-carousel .owl-stage-outer .owl-stage {
  margin: 0 auto;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto !important;
  overflow: hidden;
}

.btn-filter-wrap {
  margin-bottom: 3.5rem;
}

.modal.product-modal .modal-img {
  padding-right: 5rem;
  height: 100%;
}

.modal.product-modal .modal-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 991px) {
  .modal.product-modal .modal-img {
    padding: 5rem 5rem 0;
  }
}

@media (max-width: 767px) {
  .modal.product-modal .modal-img {
    padding: 0;
  }
}

.modal.product-modal .modal-content {
  padding: 0;
}

.modal.product-modal .modal-body {
  padding: 0;
}

.modal.product-modal .modal-body__inner-content {
  padding: 5rem;
  padding-left: 0;
}

@media (max-width: 991px) {
  .modal.product-modal .modal-body__inner-content {
    padding: 5rem;
  }
}

@media (max-width: 767px) {
  .modal.product-modal .modal-body__inner-content {
    padding: 3rem 1.5rem;
  }
}

.modal.product-modal .modal-body__inner-content h4 {
  margin-bottom: 2rem;
}

.modal.product-modal .modal-body__inner-content h4 span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #546182;
  font-weight: 300;
  margin-bottom: 1rem;
}

/* -- Team css
----------------------------------- -- */
.img-card {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  margin: 15px auto;
  max-width: 37rem;
  border: 1px solid #e2ebff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.img-card .content {
  padding: 4px 2rem 1px;
}

.img-card .content h4 {
  padding: 0;
  margin-bottom: 0rem;
}

.img-card .content h4 span {
  margin-top: 1.3rem;
}

.img-card .content p {
  margin-bottom: 1.7rem;
}

.img-card>img {
  width: 100%;
}

.img-card h4 {
  font-size: 14px;
  line-height: 1px;
  color: #fff;
  font-weight: 300;
  padding: 3rem 15px 3rem;
  margin-bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.img-card h4 span {
  display: block;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #32325c;
  margin-bottom: 1.3rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.img-card p {
  color: #546182;
}

.img-card:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
  box-shadow: 0 5px 30px rgba(156, 185, 226, 0.3);
}

.img-card:hover h4 span {
  color: #45c8e4;
}

.team-card {
  background-color: #fff;
}

.team-modal .modal-dialog {
  max-width: 42rem;
}

.portfolio-card {
  border: none;
  width: 105%;
}

.modal .modal-content {
  border: 1px solid #43f0ef1f;
  padding: 5rem 3rem 4rem;
  border-radius: 6px;
}

.modal .modal-content .close {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  font-size: 2.4rem;
  color: #546182;
  z-index: 9;
}

.modal .modal-content .close i {
  font-weight: 300;
}

.modal .modal-content .close:hover {
  color: #45c8e4;
}

.modal-title h2 span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #546182;
  margin-bottom: .7rem;
}

.modal-title .custom-btn {
  margin-top: .5rem;
  margin-bottom: 5rem;
}

.team-modal .modal-body {
  padding: 0;
}

.team-modal .modal-body img {
  max-width: 28rem;
  border-radius: 6px;
}

.team-modal .modal-body p {
  font-size: 1.6rem;
  line-height: 2.7rem;
}

.team-modal .modal-body h4 {
  margin: 2.2rem 0 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #43f0ef1f;
}

.team-modal .modal-body h4 span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #546182;
  font-weight: 300;
  margin-top: 1rem;
}

.team-modal .modal-body .social-icons {
  max-width: 31rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 2.5rem;
}

.team-modal .modal-body .social-icons a:hover {
  color: #45c8e4;
}

.modal-header {
  border: none;
  padding: 0;
}

.modal-open .modal {
  background-color: #f9fcff;
  padding: 15px !important;
}

/* -- Clients css
---------------------------------------- -- */
.clients {
  padding: 2.5rem 0;
}

.client {
  text-align: center;
  outline: 0;
  border: none;
}

.client img {
  display: inline-block;
  /* opacity: .4; */
  -webkit-transition: all .3s;
  transition: all .3s;
}

.client:hover img {
  opacity: 1;
}

.clients-carousel-wrapper {
  margin: 0 auto;
}

.clients-carousel-wrapper .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.clients-carousel-wrapper .owl-stage .item img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.clients-carousel-wrapper .owl-dots {
  display: none;
}

.clients-carousel-wrapper .owl-nav {
  display: none;
}

/* -- Pricing style
---------------------------------- -- */
.pricing {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.pricing-grid-wrapper [class*="col-"]:first-child .pricing-group {
  margin-right: -2px;
}

.pricing-group {
  border: 2px solid #43f0ef1f;
  border-radius: 6px;
}

.group-title {
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #32325c;
  font-weight: 700;
  padding: 1.3rem 15px .9rem;
  background-color: #f1f8ff;
  border-bottom: 2px solid #43f0ef1f;
}

.pricing-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border-right: 2px solid #43f0ef1f;
  padding: 0 0 3rem;
}

.pricing-block.active .price {
  color: #45c8e4;
}

.pricing-block.active .custom-btn {
  opacity: 1;
}

.pricing-block .facilities {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 0;
}

.pricing-block .custom-btn {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.pricing-block:hover .custom-btn {
  opacity: 1;
}

.pricing-group {
  margin: 15px 0;
}

.pricing-group [class*="col-"]:nth-last-of-type(1) .pricing-block {
  border: none;
}

.pricing-level {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 4rem 15px 1rem;
  margin-bottom: 0;
}

.price {
  font-size: 10rem;
  line-height: 1;
  font-weight: 400;
  color: #45c8e4;
  position: relative;
  display: inline-block;
  margin: 2rem auto;
}

.price sup,
.price sub {
  font-size: 2.4rem;
  line-height: 3.6rem;
  position: absolute;
}

.price sup {
  top: .6rem;
  left: -1.3rem;
}

.price sub {
  bottom: .6rem;
  right: -4rem;
}

/* -- Newsletter style
------------------------------ -- */
.newsletter-form {
  max-width: 67rem;
  margin: 0 auto;
  padding: 2.5rem 0 1.5rem;
}

.newsletter-form input {
  -webkit-box-shadow: 0 20px 30px 0 rgba(156, 185, 226, 0.1);
  box-shadow: 0 20px 30px 0 rgba(156, 185, 226, 0.1);
}

.newsletter-form input:hover,
.newsletter-form input:focus {
  border-color: #fff;
}

.newsletter-form .custom-btn {
  width: 100%;
  padding: 1.5rem 3rem 1.4rem;
}

.social-icons-wrapper p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #9cb9e2;
  font-weight: 700;
  margin: 1.5rem 0 1rem;
}

.social-icons {
  padding-left: 2rem;
  margin: 1.5rem 0 .8rem;
}

.social-icons li {
  display: inline-block;
  margin-right: 1.5rem;
  color: #9cb9e2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.social-icons li a {
  font-size: 1.8rem;
  color: currentColor;
  -webkit-transition: none;
  transition: none;
}

.social-icons li:hover {
  color: #fff;
}

.newsletter__white {
  background: #f9fcff;
  border-top: 1px solid #e2ebff;
}

.newsletter__white h2 {
  color: #32325c;
}

.newsletter__white .social-icons li:hover {
  color: #45c8e4;
}

/*-- Comments --*/
.comment-wrapper {
  padding-top: 7rem;
}

@media screen and (max-width: 991px) {
  .comment-wrapper {
    padding-top: 1rem;
  }
}

.comment-box {
  padding-bottom: 3rem;
}

.comment-list {
  padding-left: 0;
  margin-bottom: 3rem;
  list-style: none;
}

.comment-list .comment-list {
  margin-top: 3rem;
  padding-left: 5rem;
}

@media screen and (max-width: 991px) {
  .comment-list .comment-list {
    padding-left: 2rem;
  }
}

.comment {
  margin-bottom: 3rem;
}

.comment .comment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 3rem;
  border-radius: 6px;
  border: 1px solid #e2ebff;
}

.comment img {
  max-width: 12rem;
  margin-right: 3rem;
  border-radius: 100%;
}

@media screen and (max-width: 991px) {
  .comment img {
    max-width: 5rem;
    margin-right: 1.5rem;
  }
}

.comment h5 {
  margin-bottom: .7rem;
}

.comment p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #546182;
}

.comment .comment-meta-date {
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 400;
  margin-left: 1.6rem;
  vertical-align: 1px;
}

.comment .comment-reply-btn a {
  font-family: "Catamaran", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #45c8e4;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
}

.comment .comment-reply-btn a:hover {
  color: #45c8e4;
}

.comment-respond {
  padding-top: 7rem;
}

@media screen and (max-width: 991px) {
  .comment-respond {
    padding-top: 2rem;
  }
}

/* -- News css
--------------------------------- -- */
.news-card {
  background-color: #fff;
}

.news-card .read-more {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #546182;
  font-weight: 700;
  max-width: calc(100% - 6rem);
  margin: 0 auto;
  padding: 2rem 0 1.8rem;
  border-top: 1px solid #43f0ef1f;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.news-card:hover .read-more {
  color: #45c8e4;
}

.news-card:focus {
  border: 2px solid #43f0ef1f;
}

.full-width-modal .modal-dialog {
  max-width: 1170px;
}

.full-width-modal .modal-feat-img {
  margin-bottom: 3.9rem;
}

.full-width-modal h3 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.full-width-modal .modal-content {
  padding-top: 3.5rem;
  padding-bottom: 1.7rem;
}

.full-width-modal p {
  margin-bottom: 2.3rem;
}

.blog-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 4.2rem;
  text-align: center;
}

.blog-info li {
  display: inline-block;
}

.blog-info li,
.blog-info a {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #546182;
  text-decoration: none;
  font-weight: 300;
}

.blog-info li:hover,
.blog-info a:hover {
  color: #45c8e4;
}

.blog-info li img,
.blog-info a img {
  vertical-align: -1px;
  margin-right: 1rem;
}

.blog-info li:not(:last-child) {
  margin-right: 2.5rem;
}

/* -- News details css
--------------------------------- -- */
.post-details {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 991px) {
  .post-details {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .post-sidebar {
    padding-top: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .post-sidebar {
    padding-left: 2rem;
  }
}

.article-details p {
  margin-bottom: 3rem;
}

.article-details blockquote,
.article-details .blockquote {
  position: relative;
}

.article-details blockquote p,
.article-details .blockquote p {
  margin-bottom: 0;
}

.article-details blockquote::before,
.article-details .blockquote::before {
  content: "“";
  position: absolute;
  top: -1.5rem;
  left: 5.5rem;
  font-family: "Catamaran", sans-serif;
  font-size: 20rem;
  line-height: 1;
  color: rgba(84, 97, 130, 0.05);
}

figure img {
  border-radius: 6px;
}

/* -- Reviews css
----------------------------- -- */
.customer-reviews {
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.review-card {
  max-width: 100%;
  padding: 4rem 3rem 2.4rem;
}

.review-card .media {
  padding-bottom: 4rem;
  margin-bottom: 2.8rem;
  border-bottom: 1px solid #43f0ef1f;
}

.review-card .media img {
  margin-right: 4rem;
  border-radius: 100%;
}

.review-card .media h5 {
  margin-bottom: .9rem;
}

.review-card .media p {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-style: normal;
  font-weight: 300;
}

.review-card .media a {
  text-decoration: none;
}

.review-card .media a:hover {
  color: #45c8e4;
}

/* -- Location css
----------------------------- -- */
.location {
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.nav-tabs {
  padding-top: 1.6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #43f0ef1f;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  font-family: "Catamaran", sans-serif;
  color: #45c8e4;
  font-weight: 700;
  background: transparent;
  border: none;
  padding: 2rem .5rem 3.1rem;
  margin: 0 1.5rem;
  position: relative;
  cursor: pointer;
}

.nav-tabs .nav-link i {
  vertical-align: -2px;
  margin-right: .8rem;
}

.nav-tabs .nav-link::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  display: block;
  background-color: #45c8e4;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.btn-active,
.nav-tabs .nav-link.is-checked {
  color: #45c8e4;
  background: transparent;
}

.nav-tabs .nav-link:hover::after,
.nav-tabs .nav-link.active::after,
.nav-tabs .nav-link.btn-active::after,
.nav-tabs .nav-link.is-checked::after {
  width: 100%;
}

.location-tab-content {
  margin-bottom: 1.5rem;
}

.location-tab-content .tab-pane {
  border-radius: 6px;
  overflow: hidden;
  height: 450px;
  margin-top: 1.5rem;
}

.location-tab-content iframe {
  width: 100%;
  height: 100%;
}

.contact-info {
  padding-top: 2.4rem;
}

.contact-info .info {
  margin-top: 1.5rem;
}

.contact-info a:not(.custom-btn) {
  font-size: 1.8rem;
  color: #546182;
  font-weight: 300;
  text-decoration: none;
  margin-bottom: .6rem;
  display: block;
}

.contact-info a:not(.custom-btn):hover {
  color: #45c8e4;
}

.contact-info .custom-btn {
  margin-bottom: 1.5rem;
}

.contact-form-wrapper {
  margin: 0 auto;
  max-width: 80rem;
}

/*-- Process --*/
.process-tab-container {
  max-width: 92rem;
  margin: 0 auto;
}

.process-tab-container .nav-pills {
  margin-top: 1.5rem;
  margin-left: -1rem;
  margin-right: -1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .process-tab-container .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.process-tab-container .nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 32rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  color: #546182;
  padding: 4rem 6rem 4rem 3rem;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  -webkit-box-shadow: 0 4px 10px 0 rgba(221, 223, 235, 0.1);
  box-shadow: 0 4px 10px 0 rgba(221, 223, 235, 0.1);
}

@media screen and (max-width: 991px) {
  .process-tab-container .nav-link {
    font-size: 1.4rem;
    padding: 1rem 4rem 1rem 1rem;
  }
}

.process-tab-container .nav-link span {
  margin-right: 2rem;
  color: #DDDFEB;
  white-space: nowrap;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 991px) {
  .process-tab-container .nav-link span {
    margin-right: .5rem;
  }
}

.process-tab-container .nav-link i {
  position: absolute;
  right: 6rem;
  top: 4.2rem;
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: 400;
  color: #45c8e4;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media screen and (max-width: 991px) {
  .process-tab-container .nav-link i {
    top: 1.3rem;
    right: 2rem;
    font-size: 1.4rem;
  }
}

.process-tab-container .nav-link.active,
.process-tab-container .nav-link:hover {
  background: #fff;
  color: #32325c;
  -webkit-box-shadow: 0 20px 30px 5px rgba(136, 143, 184, 0.12);
  box-shadow: 0 20px 30px 5px rgba(136, 143, 184, 0.12);
}

.process-tab-container .nav-link.active span,
.process-tab-container .nav-link:hover span {
  color: #45c8e4;
}

.process-tab-container .nav-link.active i,
.process-tab-container .nav-link:hover i {
  opacity: 1;
  right: 3rem;
}

@media screen and (max-width: 991px) {

  .process-tab-container .nav-link.active i,
  .process-tab-container .nav-link:hover i {
    right: 1rem;
  }
}

.process-tab-container .tab-content {
  padding-left: 2.4rem;
}

@media screen and (max-width: 991px) {
  .process-tab-container .tab-content {
    padding-left: 0;
    text-align: center;
  }
}

.process-card {
  max-width: 100%;
  background: #fff;
}

.process-card-content {
  padding: 3rem 3rem 1rem;
}

.process-card-content h3 {
  margin-bottom: 2rem;
}

.process-card-content p {
  margin-bottom: 2rem;
}

/*-- Case study --*/
.case-study-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.3rem;
}

.case-study-info img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1rem;
}

.case-study-info h5 {
  margin-bottom: 0;
}

.case-study-info span {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #fff;
  margin-left: 2rem;
}

.img-card.case-study-card p {
  font-size: 14px;
  line-height: 1.8rem;
  margin-bottom: 3rem;
}

.img-card.case-study-card h4 span {
  margin-top: 0;
}

/* -- Footer css
------------------------------------- -- */
.dark-footer-bg {
  background: #45c8e4;
}

.page-footer {
  padding: 6rem 0 4.2rem;
  font-size: 1.6rem;
}

.page-footer a {
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.page-footer a:hover,
.page-footer a.active {
  color: #fff;
}

.page-footer .social-icons {
  padding-left: 0;
  margin: 5px 0 0 .6rem;
}

.page-footer .social-icons li {
  color: #fff;
}

.page-footer .social-icons li:hover {
  color: #fff;
}

.page-footer .social-icons li:hover a {
  color: currentColor;
}

.page-footer p {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #fff;
  font-weight: 400;
}

.page-footer .footer-logo {
  margin-bottom: 0rem;
}

.footer-nav {
  padding-left: 0;
  list-style: none;
}

.footer-nav-title {
  margin-top: 2rem;
  color: #4859bd;
}

.footer-nav li {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 400;
}

.footer-nav li a {
  color: inherit;
}

.footer-contact-info p {
  margin-bottom: 2rem;
}

.footer-contact-info a {
  font-weight: 500;
  color: #45c8e4;
  white-space: pre-wrap;
  text-decoration: underline;
}

.footer-contact-info .info a {
  display: block;
  margin-bottom: 2rem;
}

.footer-contact-info .tel {
  color: #fff;
  text-decoration: none;
}

.page-footer p,
.page-footer .social-icons {
  margin-bottom: 0rem;
}

.page-footer .social-icons li {
  margin-right: 2.5rem;
}

.footer-logo {
  height: 20rem;
}

/* -- Responsive styling
------------------------------------------- -- */
@media (max-width: 1199px) {

  /* -- services css -- */
  .service-block {
    margin-bottom: 3rem;
  }

  .grid-wrapper [class*="col-"]:last-child .service-block {
    margin-bottom: 0;
  }

  .navbar-nav li {
    margin-left: .5rem;
  }
}

@media (max-width: 991px) {

  /* -- common css -- */
  .section-gap {
    padding: 2.5rem 0px 2.5rem 0px;
  }

  br {
    display: none;
  }

  /* -- header css -- */
  .navbar-nav li {
    width: 100%;
    margin: 0;
  }

  .navbar-nav li a:not(.custom-btn) {
    padding: 1rem 0;
    border-radius: 6px;
  }

  .navbar-nav li a:not(.custom-btn)::before {
    display: none;
  }

  .navbar-nav li a:not(.custom-btn):hover,
  .navbar-nav li a:not(.custom-btn).active {
    color: #45c8e4;
  }

  header .navbar-nav {
    background-color: #eee;
    padding: 2.1rem 1.5rem;
    text-align: center;
  }

  .navbar-nav li .custom-btn {
    width: 100%;
    margin: 1.8rem auto;
  }

  /* -- banner css -- */
  .banner {
    height: auto;
    padding-top: 10rem !important;
   
  }

  .banner .img-container {
    padding: 0rem;
  }

  .banner img {
    padding: 0;
  }

  /* -- achievements css -- */
  .counter-wrapper .number {
    font-size: 3rem;
    line-height: 1;
  }

  .counter-wrapper {
    font-size: 1.6rem;
    margin-top: 5px;
  }

  .counter-block .icon-container {
    margin-right: 1rem;
  }

  .onepage-services .floating-service-wrapper {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  .achievements {
    padding-bottom: 2.5rem;
  }

  .features-grid {
    padding-bottom: 0.5rem;
  }

  .features-grid img {
    max-width: 40rem;
    margin-bottom: -5px;
  }

  .section-title {
    margin: .8rem 0 1rem;
    font-size: 3.4rem;
  }

  .grid-wrapper {
    padding-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin: .3rem 0 .7rem;
  }

  h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 3rem;
    font-size: 28px;
  }

  h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  p.larger-txt {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }

  .navbar.scrolled {
    margin-top: 1.5rem;
  }

  .banner p {
    margin-bottom: 2.2rem;
  }

  .custom-btn {
    padding: 1rem 2rem;
  }

  .counter-block {
    display: block !important;
    text-align: center;
  }

  .counter-block .icon-container {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .counter-block .icon-container img {
    max-height: 4rem;
  }

  .counter-wrapper {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .counter-wrapper .number {
    font-size: 2rem;
  }

  .scrolled .navbar-nav {
    margin-bottom: 3rem;
  }

  .service-block img {
    max-height: 5rem;
    margin-bottom: 2rem;
  }

  .service-block h4 {
    margin-bottom: 1.2rem;
  }

  .features-grid img {
    max-width: 100%;
  }

  .hyperlink {
    font-size: 1.2rem;
  }

  .hyperlink::after {
    left: 0;
  }

  .features-content .hyperlink {
    margin-top: 1.1rem;
  }

  .counter-wrapper br {
    display: block;
  }

  .clients {
    padding: 4rem 0;
  }

  .img-card h4 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .img-card h4 {
    font-size: 1.4rem;
  }

  .img-card>img {
    width: 100%;
  }

  .pricing-block {
    border-right: none;
    border-bottom: 2px solid #43f0ef1f;
  }

  .newsletter-form {
    text-align: center;
  }

  .newsletter-form input {
    margin-bottom: 1rem;
  }

  .newsletter-form .custom-btn {
    display: block;
  }

  .pricing-grid-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info a:not(.custom-btn) {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  .contact-info .custom-btn {
    margin-top: .6rem;
  }

  .page-footer {
    padding: 3.6rem 0 3.2rem;
  }

  .nav-tabs .nav-link {
    padding: 1rem .5rem 1.1rem;
  }

  .modal .modal-content {
    padding: 3rem 1.5rem 1.5rem;
  }

  .modal .modal-content .close {
    top: 1rem;
    right: 1rem;
  }

  .blog-info li:not(:last-child) {
    margin-right: 1rem;
  }

  .blog-info li,
  .blog-info a {
    font-size: 1.3rem;
  }

  .blog-info li img,
  .blog-info a img {
    max-height: 1.1rem;
  }

  .common-list li::after {
    top: .8rem;
  }

  .clients-carousel-wrapper .owl-stage .item img {
    width: 100%;
    max-width: 10rem;
  }

  .owl-carousel .owl-item .item {
    padding: 0 1.5rem;
  }

  .service-block .service-overlay {
    padding: 1rem 0;
  }

  .facilities>div {
    margin-bottom: 0;
  }

  .feature-video-popup {
    width: 6rem;
    height: 6rem;
  }

  .feature-video-popup::after {
    border-top-width: 5px;
    border-left-width: 10px;
    border-bottom-width: 5px;
    margin-left: 2px;
  }

  .full-width-modal.quote-modal .modal-content {
    padding-top: 39.5px;
    padding-bottom: 19.5px;
  }

  .pricing-grid-wrapper [class*="col-"]:first-child .pricing-group {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .onepage-services {
    padding: 0 15px;
  }
}

/* -- Browser Hacks
---------------------------------- -- */
/* -- Chrome hacks -- */
/* -- Firefox hacks -- */
/* -- IE hacks -- */

/*# sourceMappingURL=../maps/main.css.map */

/* strat scroll Image */

.content {
  position: relative;
}
.screen {
  display: block;
  width: 370px;
  height: 320px;
  overflow: hidden;
  position: relative;
  border: 5px solid #45c8e4;
  border-radius: 7px 7px 0px 0px;
  margin: 0 auto;
  top: 17px;
}
.screen img {
  bottom: -1210px;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: top 11s;
  -moz-transition: top 11s;
  -ms-transition: top 11s;
  -o-transition: top 11s;
  transition: bottom 11s;
}
.screen:hover img {
  bottom: 0;
  -webkit-transition: all 11s;
  -moz-transition: all 11s;
  -ms-transition: all 11s;
  -o-transition: all 11s;
  transition: all 11s;
}


/* End Scroll Image */
.career_s{
  padding-top: 12rem;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1050px)  
{ 
  .home-banner {
    height: auto !important;
  }
}  

@media only screen and (min-width: 1051px) and (max-width: 1366px) {
  .home-banner {
    height: auto !important;
  }
}  

@media only screen and (min-width: 491px) and (max-width: 767px) {
  .banner{
    padding-top: 32.3rem;
  }
}

@media only screen and (min-width: 390px) and (max-width: 490px) {
  .banner{
    padding-top: 9rem;
  }
}

/* Start chatbot style -----------------------------------------------------------> */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

/* Chatbot */
.botIcon {
	bottom: 15px;
	left: 15px;
	position: fixed;
	z-index: 9999;
}
.iconInner {
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: #a64bf4;
	background: -webkit-linear-gradient(
		to left,
		#00dbde,
		#fc00ff,
		#00dbde,
		#fc00ff
	);
	background: -o-linear-gradient(to left, #00dbde, #28aa49, #00dbde, #28aa49);
	background: -moz-linear-gradient(to left, #00dbde, #28aa49, #00dbde, #28aa49);
	background: linear-gradient(to left, #00dbde, #28aa49, #00dbde, #28aa49);
	background-position: 50%;
	background-size: 300%;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.7em;
	height: 2em;
	justify-content: center;
	width: 2em;
}
.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
	display: none;
}
/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
	0% {opacity: 0;-webkit-transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
	0% {opacity: 0;-o-transform: translateY(20px);}
	100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
	0% {opacity: 0;-moz-transform: translateY(20px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
	0% {opacity: 0;-ms-transform: translateY(20px);}
	100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
	.botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages,
.botIcon .Messages_list {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.chat_close_icon {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 12px;
	z-index: 9;
}
.chat_on {
	background-color: #8a57cf;
	bottom: 20px;
	border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	padding: 9px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 45px;
	z-index: 10;
}
.chat_on_icon {
	color: #fff;
	font-size: 25px;
	text-align: center;
}
.botIcon .Layout {
	-webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	background-color: rgb(63, 81, 181);
	bottom: 20px;
	border-radius: 10px;
	box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
	box-sizing: content-box !important;
	color: rgb(255, 255, 255);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-height: 30px;
	max-width: 300px;
	min-width: 50px;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	-webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	-ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
		border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
		color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
	z-index: 999999999;
}
.botIcon .Layout-open {
	border-radius: 10px;
	color: #fff;
	height: 500px;
	max-height: 500px;
	max-width: 300px;
	overflow: hidden;
	-webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	-ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
		bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
		border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
		color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
	width: 100%;
}
.botIcon .Layout-expand {
	display: none;
	height: 400px;
	max-height: 100vh;
	min-height: 300px;
}
.showBotSubject.botIcon .Layout-expand {
	display: block;
}
.botIcon .Layout-mobile {
	bottom: 10px;
}
.botIcon .Layout-mobile.Layout-open {
	min-width: calc(100% - 20px);
	width: calc(100% - 20px);
}
.botIcon .Layout-mobile.Layout-expand {
	border-radius: 0 !important;
	bottom: 0;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
}
.botIcon .Messenger_messenger {
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	width: 100%;
}
.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.botIcon .Messenger_header {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #45c8e4;
	color: rgb(255, 255, 255);
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 40px;
	padding-left: 10px;
	padding-right: 40px;
}

.botIcon .Messenger_header h4 {
	-webkit-animation: slidein 0.15s 0.3s;
	-ms-animation: slidein 0.15s 0.3s;
	animation: slidein 0.15s 0.3s;
	-webkit-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	font-size: 16px;
	opacity: 0;
}
.botIcon .Messenger_prompt {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.botIcon .Messenger_content {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 80px;
}
.botIcon .Messages {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	position: relative;
	-webkit-overflow-scrolling: touch;
}
.botIcon .Input {
	background-color: #fff;
	border-top: 1px solid #e6ebea;
	color: #96aab4;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 15px;
	padding-top: 17px;
	position: relative;
	width: 100%;
}
.botIcon .Input-blank .Input_field {
	max-height: 20px;
}
.botIcon .Input_field {
	background-color: transparent;
	border: none;
	outline: none;
	padding-left: 20px;
	padding-right: 45px;
	resize: none;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	min-height: 20px !important;
}
.botIcon .Input_button-emoji {
	right: 45px;
}
.botIcon .Input_button {
	background-color: transparent;
	border: none;
	bottom: 15px;
	cursor: pointer;
	height: 25px;
	outline: none;
	padding: 0;
	position: absolute;
	width: 25px;
}
.botIcon .Input_button-send {
	right: 15px;
}
.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
	fill: #2c2c46;
}
.Icon svg {
	height: auto;
	width: 100%;
}

.msg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.msg.user {
	-webkit-box-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.msg + .msg {
	margin-top: 15px;
}
span.responsText {
	color: #000;
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	max-width: calc(100% - 50px);
}
.msg.user span.responsText {
	margin-left: 0;
	margin-right: 10px;
}
span.avtr {
	display: inline-block;
	width: 30px;
}
span.avtr figure {
	background-color: #ccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
	display: block;
	margin: 0;
	padding-bottom: 100%;
}

@-webkit-keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-ms-keyframes appear {
	0% {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes appear {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@-webkit-keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-ms-keyframes slidein {
	0% {
		opacity: 0;
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes slidein {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@media only screen and (max-width: 412px) {
	.botIcon .Layout-open {
		width: 250px;
	}
}

/* End chatbot style -----------------------------------------------------------> */

/* Start float icons */

.adminActions {
	position: fixed;
	bottom: 15px;
	right: 35px;
  z-index: 2;
}

.adminButton {
	height: 48px;
	width: 48px;
	background-color: #feab0a;
	border-radius: 50%;
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}

.adminButton i {
	font-size: 22px;
}

.adminButtons {
	position: absolute;
	width: 100%;
	bottom: 120%;
	text-align: center;
}

.adminButtons a {
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	text-decoration: none;
	margin: 10px auto 0;
	line-height: 1.15;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	position: relative;
	box-shadow: 0 0 5px 1px rgba(51, 51, 51, 0.3);
}

.adminButtons a:hover {
	transform: scale(1.05);
}

.adminButtons a:nth-child(1) {
	background-color: #4caf50;
	transition: opacity 0.2s ease-in-out 0.3s, transform 0.15s ease-in-out;
}
.adminButtons a:nth-child(2) {
	background-color: #03a9f4;
	transition: opacity 0.2s ease-in-out 0.25s, transform 0.15s ease-in-out;
}
/* .adminButtons a:nth-child(3) {
	background-color: #f44336;
	transition: opacity 0.2s ease-in-out 0.2s, transform 0.15s ease-in-out;
}
.adminButtons a:nth-child(4) {
	background-color: #af4c4c;
	transition: opacity 0.2s ease-in-out 0.15s, transform 0.15s ease-in-out;
} */

.adminActions a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.adminToggle {
	-webkit-appearance: none;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none;
	z-index: 2;
	transition: box-shadow 0.2s ease-in-out;
	box-shadow: 0 3px 5px 1px rgba(51, 51, 51, 0.3);
}

.adminToggle:hover {
	box-shadow: 0 3px 6px 2px rgba(51, 51, 51, 0.3);
}

.adminToggle:checked ~ .adminButtons a {
	opacity: 1;
	visibility: visible;
}

/* End float icons */

/* start testimonial index carousel */
.owl-carousel {
  position: relative;
  margin-top: 30px;
}
.owl-nav {
  position: absolute;
  top: -60px;
  left: 10px;
}
h3 {
  margin-top: 10px;
}
.owl-next {
  background: #3286f0;
}
.owl-theme .owl-nav [class*="owl-"] {
  background: #fff;
}
.owl-dots {
  margin-top: 30px;
}
/* end testimonial index carousel */

.filip-horizontal:hover{
  transition: all 2s;
  -webkit-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
}


.sweep-to-top {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 1000ms;
  transition: color 1000ms;
}
.sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #45f0f130;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 1000ms ease-out;
  transition: 1000ms ease-out;
}
.sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Custom css */
.portfolio_page{
  position: relative;
  top: 3rem;
}