@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800|Open+Sans:300,400,600,700);
body {
  font-size: 15px;
  color: grey;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  direction: ltr
}

::selection {
  background: rgba(3, 169, 245, .5)!important;
  color: #fff
}

html {
  font-size: 16px
}

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

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

button:active,
button:focus {
  outline: 0;
  box-shadow: none
}

h1,
h2,
h3,
h4 {
  margin: 0
}

.button,
h1,
h2,
h3,
h4 {
  font-family: Montserrat, sans-serif
}

h1 {
  font-size: 3rem
}

h2 {
  font-size: 3rem
}

h3 {
  font-size: 1.5rem
}

h4 {
  font-size: 1.125rem
}

p {
  font-size: 14px
}

button {
  line-height: 1
}

p {
  font-weight: 400;
  line-height: 1.7
}

.padding {
  padding: 7.5rem 0
}

.padding_testi {
  padding: 7.5rem 0
}

.padding_top {
  padding-top: 7.5rem
}

.padding_bottom {
  padding-bottom: 7.5rem
}

.padding_bottom_half {
  padding-bottom: 3.75rem
}

.padding_top_half {
  padding-top: 3.75rem
}

.heading_space {
  margin-bottom: 3.75rem
}

.bottom10 {
  margin-bottom: 10px
}

.top10 {
  margin-top: 10px
}

.bottom15 {
  margin-bottom: 15px
}

.top15 {
  margin-top: 15px
}

.top20 {
  margin-top: 20px
}

.bottom20 {
  margin-bottom: 20px
}

.bottom25 {
  margin-bottom: 25px
}

.bottom30 {
  margin-bottom: 30px
}

.bottom35 {
  margin-bottom: 35px
}

.top90 {
  margin-top: 90px;
  line-height: 1.4
}

.bottom0 {
  margin-bottom: 0!important
}

.font-bold {
  font-weight: 700
}

.font-normal {
  font-weight: 400
}

.font-light {
  font-weight: 300
}

.font-xlight {
  font-weight: 100
}

.font-bold {
  font-weight: 700
}

.bglight {
  background: #f6f7f8
}

.bgdark {
  background: #26313c
}

.whitecolor {
  color: #fff
}

.darkcolor {
  color: #384141
}

.defaultcolor {
  color: #24cdd5
}

.heading-title h2 {
  line-height: 1
}

.heading-title>span {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 10px;
  display: block
}

.image {
  overflow: hidden
}

.image img {
  display: block
}

.image img {
  width: 100%
}

.image,
.image img,
section {
  position: relative
}

ul.social-icons li {
  display: inline-block
}

ul.social-icons li a {
  height: 30px;
  line-height: 30px;
  width: 30px;
  font-size: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 1px;
  text-align: center;
  display: block;
  color: #26313c;
  position: relative;
  z-index: 1;
  border: 1px solid #7c7c7c
}

ul.social-icons li:last-child a {
  margin-right: 0
}

ul.social-icons li:first-child a {
  margin-left: 0
}

ul.social-icons li a::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  opacity: 0;
  visibility: hidden;
  background: #24cdd5;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -o-transform: scale(.5);
  transform: scale(.5)
}

ul.social-icons li a:focus::before,
ul.social-icons li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

ul.social-icons li a:focus,
ul.social-icons li a:hover,
ul.social-icons.white li a,
ul.social-icons.white li a:focus,
ul.social-icons.white li a:hover {
  color: #fff
}

.button {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: .8rem 2.25rem;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  z-index: 1;
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px
}

.gradient-btn {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
  background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
  background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
  background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
  background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%);
  color: #fff
}

.gradient-btn:hover {
  background-position: right center
}

.btnsecondary:focus,
.btnsecondary:hover,
.gradient-btn:focus,
.gradient-btn:hover {
  color: #fff
}

#services-slider .service-box>span,
.button,
.image img,
.navbar,
.navbar .dropdown-menu,
.overlay,
.testi-box .testimonial-round>img,
::after,
::before,
a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

i::after,
i::before {
  -webkit-transition: all 0s!important;
  -o-transition: all 0s!important;
  transition: all 0s!important
}

.process-wrapp li::after,
.process-wrapp li::before,
.process-wrapp li>.pro-step::before,
.side-menu .btn-close::after,
.side-menu .btn-close::before,
.side-nav .navbar-nav .nav-link::after {
  content: ""
}

.dropdown-toggle::after,
ul.links li a::before {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900
}

.dropdown-toggle::after {
  transition: all 0s!important
}

.navbar {
  padding: .35rem 0;
  z-index: 1000
}

.transparent-bg {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%
}

.navbar-brand {
  margin: 16px 0;
  padding: 0;
  width: 90px;
  position: relative
}

.navbar-brand>img {
  width: 100%
}

.navbar .logo-scrolled {
  display: none
}

.navbar .logo-default {
  display: inline-block
}

.navbar-nav .nav-item {
  position: relative
}

.navbar-nav .nav-item:first-child {
  margin-left: 0
}

.navbar-nav .nav-item:last-child {
  margin-right: 0
}

.navbar-nav .nav-link {
  padding: 8px 0!important;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  color: #26313c;
  position: relative;
  line-height: normal;
  margin: 16px 1.25rem;
  display: inline-block
}

.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0
}

.nav-item.dropdown:hover {
  cursor: pointer
}

.navbar-nav .nav-link.dropdown-toggle::before {
  display: none
}

.transparent-bg .navbar-nav .nav-link {
  color: #fff
}

.static-nav .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 2px;
  background: #24cdd5!important;
  margin: auto;
  -webkit-transition: .4s all;
  -moz-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all
}

.collapse {
  position: relative
}

.collapsePagesSideMenu {
  display: flex!important
}

.collapsePagesSideMenu .fas {
  font-size: 12px;
  margin: auto 10px auto auto
}

.sideNavPages .nav-item {
  display: block;
  margin: 5px 0
}

.sideNavPages .nav-link {
  font-size: 1.335rem!important;
  margin-left: 30px!important
}

.dropdown-toggle::after {
  content: "\f107";
  border: none;
  vertical-align: baseline;
  width: auto;
  height: auto;
  line-height: 1
}

.navbar-nav .dropdown-menu {
  z-index: 5;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 18px 0;
  -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, .25);
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, .25);
  left: 0;
  top: auto;
  border-top: 1px solid #efefef;
  margin-top: 0;
  cursor: default
}

.dropdown-menu .dropdown-item {
  background: 0 0;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 0 1.4rem;
  line-height: 40px
}

a.dropdown-toggle::after {
  transition: all 0s
}

.dropdown-menu .dropdown-item {
  color: #26313c
}

.dropdown-menu .dropdown-item:hover,
.navbar .dropdown:hover .dropdown-toggle,
.navbar-nav .nav-link:hover {
  color: #24cdd5!important
}

@media screen and (min-width:992px) {
  .navbar-nav .dropdown {
    position: static
  }
  .navbar .dropdown-menu {
    display: block;
    opacity: .4;
    visibility: hidden;
    min-width: 260px;
    transform: scale(1, 0);
    transform-origin: 0 0
  }
  .navbar-nav .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}

.sidemenu_btn {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  width: 36px;
  padding: 6px;
  margin-right: 1rem;
  margin-top: 1px;
  right: 20px
}

.side-menu .btn-close,
.side-menu .btn-close::after,
.side-menu .btn-close::before,
.sidemenu_btn {
  position: absolute
}

#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
  z-index: 1031;
  opacity: .5;
  cursor: pointer
}

.sidemenu_btn>span {
  height: 2px;
  width: 100%;
  display: block
}

.transparent-bg .sidemenu_btn>span {
  background: #fff
}

.sidemenu_btn>span:nth-child(2) {
  margin: 4px 0 4px auto;
  width: 75%;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

.sidemenu_btn>span:nth-child(3) {
  margin-left: auto;
  width: 45%;
  -webkit-transition: .6s all;
  -moz-transition: .6s all;
  -o-transition: .6s all;
  transition: .6s all
}

.sidemenu_btn:hover>span:nth-child(2),
.sidemenu_btn:hover>span:nth-child(3) {
  width: 100%
}

.side-menu .btn-close {
  height: 33px;
  width: 33px;
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .15);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, .15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: absolute;
  margin-right: 1.5rem;
  margin-top: 0;
  right: 20px;
  top: 24px;
  z-index: 12;
  cursor: pointer
}

.side-menu .btn-close.btn-close-no-padding {
  top: 24px
}

.side-menu .btn-close::after,
.side-menu .btn-close::before {
  left: 16px;
  height: 24px;
  width: 2px;
  background: #fff;
  top: 5px
}

.side-menu .btn-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

.side-menu .btn-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.side-menu {
  width: 40%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1610;
  height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
  -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
  overflow: hidden
}

.side-menu .inner-wrapper {
  padding: 4.5rem 4rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.side-menu .side-nav {
  margin-bottom: 30px;
  display: block
}

.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 8px 0;
  padding: 0!important;
  opacity: 0;
  -webkit-transition: all .8s ease .5s;
  -o-transition: all .8s ease .5s;
  transition: all .8s ease .5s;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px)
}

.side-nav .navbar-nav .nav-item:first-child {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  margin-top: 0
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s
}

.side-nav .navbar-nav .nav-item:last-child {
  margin-bottom: 0
}

.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #fff!important;
  padding: 5px 0!important;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300
}

.side-nav .navbar-nav .nav-link::before {
  content: '';
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all .5s cubic-bezier(0, 0, .2, 1);
  -o-transition: all .5s cubic-bezier(0, 0, .2, 1);
  transition: all .5s cubic-bezier(0, 0, .2, 1)
}

.side-nav .navbar-nav .nav-link:hover::before {
  width: 100%
}

.side-nav .navbar-nav .nav-link.collapsePagesSideMenu:hover::before {
  width: 0
}

@media (max-width:1200px) {
  .side-menu .inner-wrapper {
    padding: 4rem 3.25rem
  }
  .process-wrapp li::after,
  .process-wrapp li::before {
    width: 26%!important
  }
}

@media (max-width:1024px) {
  .side-menu .inner-wrapper {
    padding: 4rem 2.7rem
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 1.25rem
  }
  .sideNavPages .nav-link {
    font-size: 1.125rem!important
  }
}

@media (max-width:992px) {
  .transparent-bg:not(.fixedmenu) {
    background: rgba(38, 49, 60, .55);
    padding: 0
  }
  .side-menu {
    width: 50%
  }
  .side-menu .inner-wrapper {
    padding: 2rem 2.5rem
  }
  .side-nav .navbar-nav .nav-link {
    font-size: 1.125rem
  }
  .sideNavPages .nav-link {
    font-size: 1rem!important
  }
  .side-menu .btn-close {
    top: 33px;
    margin-right: 1.2rem;
    right: 15px
  }
  nav.side-nav {
    margin-top: 35px
  }
  .process-wrapp li::before {
    width: 0!important
  }
  .process-wrapp li::after {
    width: 70%!important;
    left: 195px
  }
  .process-wrapp li:last-child::after,
  .process-wrapp li:nth-child(even)::after {
    width: 0!important
  }
}

@media (max-width:767px) {
  .side-menu .btn-close {
    top: 26px
  }
  .side-menu {
    width: 80%!important
  }
  .process-wrapp li::after,
  .process-wrapp li::before {
    width: 0!important
  }
}

@media (max-width:576px) {
  .side-menu .inner-wrapper {
    padding: 2rem 5rem
  }
  .side-menu {
    width: 100%!important
  }
  .navbar-nav {
    margin-top: 1.5rem
  }
}

.page-header {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  width: 100%
}

.testimonial-bg {
  background: url(../images/testimonial-bg.jpg) no-repeat
}

#services-slider,
#services-slider .service-box,
.bg-counters,
.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
  position: relative
}

.process-wrapp li::after,
.process-wrapp li::before,
.process-wrapp li>.pro-step::before {
  position: absolute
}

#services-slider .service-box>span,
.process-wrapp li>.pro-step {
  display: inline-block
}

#services-slider {
  margin: -140px 0 0;
  min-height: 345px;
  z-index: 21
}

#services-slider .service-box {
  padding: 3rem 1.5rem;
  background: #26313c;
  color: #fff;
  text-align: center;
  -webkit-transition: all .5s ease .1s;
  -o-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
  z-index: 2
}

#services-slider .service-box,
#services-slider .service-box>span {
  overflow: hidden
}

#services-slider .service-box>span {
  font-size: 40px;
  height: 50px;
  width: 50px;
  line-height: 50px
}

#services-slider .service-box h4 {
  font-weight: 700
}

#services-slider .service-box i {
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: all .18s linear;
  -o-transition: all .18s linear;
  transition: all .18s linear
}

#services-slider .service-box:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.gradient-bg {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
  background-image: -webkit-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
  background-image: -moz-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
  background-image: -o-linear-gradient(left, #5192e1 0, #23ced5 51%, #5192e1 100%);
  background-image: linear-gradient(to right, #5192e1 0, #23ced5 51%, #5192e1 100%)
}

.process-wrapp {
  overflow: hidden;
  display: table;
  table-layout: fixed;
  margin: 0 15px
}

.process-wrapp,
.process-wrapp li,
.process-wrapp li>.pro-step {
  z-index: 1
}

.process-wrapp li,
.process-wrapp li>.pro-step {
  text-align: center
}

.process-wrapp li {
  padding: 70px 15px 0 15px;
  display: table-cell
}

.process-wrapp li:hover {
  cursor: pointer
}

.process-wrapp li>.pro-step {
  height: 90px;
  width: 90px;
  line-height: 90px;
  border: 1px solid #fff;
  font-size: 28px;
  font-weight: 600;
  color: #fff
}

.process-wrapp li>.pro-step,
.process-wrapp li>.pro-step::before {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.process-wrapp li>.pro-step::before {
  background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
  background: -webkit-linear-gradient(left, #5192e1, #23ced5);
  background: -o-linear-gradient(left, #5192e1, #23ced5);
  background: linear-gradient(90deg, #5192e1, #23ced5);
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1
}

.process-wrapp li p:last-child {
  font-size: 13px;
  margin-bottom: 4px
}

.process-wrapp li:hover>.pro-step {
  border-color: transparent;
  color: #fff
}

.process-wrapp li.active>.pro-step {
  border-color: transparent;
  color: #fff
}

.process-wrapp li.active:hover>.pro-step {
  border-color: transparent!important
}

.process-wrapp li:hover>.pro-step::before {
  opacity: 1;
  visibility: visible;
  border-radius: 50%
}

.process-wrapp li.active>.pro-step::before {
  opacity: 1;
  visibility: visible;
  border-radius: 50%
}

.process-wrapp li.active:hover>.pro-step::before {
  opacity: 1!important;
  visibility: visible!important;
  border-radius: 50%
}

.process-wrapp:hover li.active>.pro-step::before {
  opacity: 0;
  visibility: hidden
}

.process-wrapp:hover li.active>.pro-step {
  border-color: #fff
}

.process-wrapp li::after,
.process-wrapp li::before {
  height: 1px;
  top: 115px;
  background: rgba(255, 255, 255, .5);
  width: 30%;
  z-index: -1;
  margin: 0
}

.process-wrapp li:first-child::before,
.process-wrapp li:last-child::after {
  opacity: 0;
  visibility: hidden
}

.process-wrapp li::before {
  left: 0
}

.process-wrapp li::after {
  right: 0
}

.collapsePagesSideMenu i {
  transition: all .3s linear
}

.bg-counters {
  background: url(../images/counter-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover
}

.counters .count_nums {
  font-size: 6.25rem;
  line-height: 5rem
}

.counters .count_nums {
  vertical-align: middle
}

@media screen and (max-width:1400px) {
  .counters .count_nums {
    font-size: 5.625rem
  }
}

@media screen and (max-width:1266px) {
  .counters .count_nums {
    font-size: 5rem
  }
}

@media screen and (max-width:992px) {
  .process-wrapp {
    text-align: center
  }
  .process-wrapp li {
    display: inline-block;
    max-width: 300px
  }
  .process-wrapp li:first-child::before,
  .process-wrapp li:last-child::after {
    opacity: 1;
    visibility: visible
  }
}

@media screen and (max-width:767px) {
  #services-slider {
    margin: -70px 0 0
  }
}

.team-box:hover img {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

.overlay {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(to right, #23ced5aa 0, #5192e1aa 100%);
  background-image: -moz-linear-gradient(to right, #23ced5aa 0, #5192e1aa 100%);
  background-image: -ms-linear-gradient(to right, #23ced5aa 0, #5192e1aa 100%);
  background-image: -o-linear-gradient(to right, #23ced5aa 0, #5192e1aa 100%);
  background-image: linear-gradient(to right, #23ced5aa 0, #5192e1aa 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
}

#testimonial-slider .owl-nav {
  position: relative
}

#testimonial-slider {
  margin-top: -90px;
  margin-bottom: -20px
}

.testi-box .testimonial-round>img {
  width: 100%
}

.testi-box .testimonial-round {
  height: 180px;
  width: 180px;
  overflow: hidden
}

.testi-box .testimonial-round,
.testi-box .testimonial-round>img {
  -webkit-border-radius: 50%;
  border-radius: 50%
}

.testi-box .testimonial-round:hover>img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.testimonial-round>img {
  pointer-events: none
}

#testimonial-slider .owl-nav {
  width: 300px;
  display: inline-block;
  height: 30px;
  -webkit-transform: translateY(-150%);
  -moz-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  -o-transform: translateY(-150%);
  transform: translateY(-150%);
  margin-left: 2%;
  position: absolute;
  z-index: 5
}

.test-star {
  font-size: 12px;
  color: #ffc13c;
  cursor: pointer
}

@media (max-width:992px) {
  #testimonial-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 1%
  }
}

#partners-slider .item {
  text-align: center
}

#partners-slider .item,
#partners-slider .logo-item {
  position: relative
}

#partners-slider .logo-item {
  width: 160px;
  height: 40px;
  overflow: hidden
}

#partners-slider .logo-item,
#partners-slider .logo-item>img {
  display: inline-block
}

.logo-item>img {
  width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer
}

section#stayconnect {
  margin-top: -40px
}

.contactus-wrapp {
  position: relative
}

.contactus-wrapp {
  padding: 2.5rem 2rem;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  z-index: 5
}

.contactus-wrapp {
  background: #fff
}

button {
  border: none;
  cursor: pointer
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #b6b8ba
}

.pricing-list {
  font-size: 14px;
  padding: 25px 0;
  display: inline-block
}

.pricing-list li {
  margin: 14px 0 14px 25px;
  text-align: left;
  font-size: 1rem;
  position: relative
}

.pricing-list li::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: -25px;
  color: #b2cb20
}

@media (max-width:992px) {
  .pricing-list li {
    font-size: .9375rem
  }
  .testi-box .top90 {
    margin-top: 10px
  }
}

ul.links li a,
ul.links li a::before {
  display: inline-block
}

ul.latest_news li {
  display: block
}

ul.links li a {
  position: relative
}

ul.links li a {
  color: #fff;
  margin-bottom: 10px
}

ul.links li a::before {
  color: #475869;
  margin-right: 5px;
  content: "\f0da";
  vertical-align: baseline
}

ul.links li a:hover::before {
  padding-right: 5px
}

ul.latest_news li {
  padding-bottom: 15px;
  border-bottom: 1px solid #4e4e4e;
  margin-bottom: 15px
}

footer p {
  font-size: 13px
}

ul.latest_news li,
ul.links li a {
  font-size: 14px
}

.footer_panel p>a:hover,
ul.links li a:focus,
ul.links li a:hover {
  color: #24cdd5
}

@media (max-width:1400px) {
  html {
    font-size: 15px
  }
}

@media (max-width:1266px) {
  html {
    font-size: 14px
  }
}

@media (max-width:1024px) {
  h2 {
    font-size: 2.75rem
  }
  h3 {
    font-size: 1.375rem
  }
}

@media (max-width:992px) {
  h2 {
    font-size: 2.5rem
  }
  p {
    font-size: 13px
  }
  .navbar-expand-lg>.container {
    padding-right: 15px;
    padding-left: 15px
  }
  .padding_testi {
    padding: 3.25rem 0 9.75rem 0
  }
  .process-wrapp li {
    padding: 60px 15px 0 15px
  }
}

@media (max-width:767px) {
  .padding {
    padding: 6rem 0
  }
  .padding_top {
    padding-top: 6rem
  }
  .padding_bottom {
    padding-bottom: 6rem
  }
  .padding_bottom_half {
    padding-bottom: 2rem
  }
  .padding_top_half {
    padding-top: 2rem
  }
  .heading_space {
    margin-bottom: 2rem
  }
  .dropdown-menu .dropdown-item:focus,
  .navbar-nav .nav-link:focus {
    color: #24cdd5
  }
  .process-wrapp li {
    padding: 50px 15px 0 15px
  }
}

@media (max-width:576px) {
  html {
    font-size: 13px
  }
  .container {
    max-width: 98%!important
  }
  .process-wrapp li {
    padding: 35px 15px 0 15px
  }
  .sidemenu_btn {
    margin-right: 0
  }
}

@media (max-width:424px) {
  .side-menu .btn-close {
    margin-right: .7rem
  }
  #services-slider .service-box>span {
    padding-top: .5rem
  }
}

@media (max-width:360px) {
  #testimonial-slider .owl-nav {
    width: 270px
  }
}

::-webkit-scrollbar-track {
  background-color: #515252
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #3eabdc
}

::-webkit-scrollbar-thumb {
  background: #3eabdc
}

::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 100px 20px #3992bf
}

.feature-item .icon,
#services-slider .service-box>span{-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
i::before,
i::after{-webkit-transition:all 0s !important;-o-transition:all 0s !important;transition:all 0s !important;}
.side-menu .btn-close::before,

#services-slider .owl-item.center .service-box{-webkit-background-size:200% auto;background-size:200% auto;background-image:-webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));background-image:-webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:-moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:-o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);padding:4.5rem 1.5rem;margin-top:-25px;}

#services-slider.owl-carousel .owl-stage-outer{padding-top:25px;padding-bottom:25px;}
.carousel-shop-detail .owl-stage-outer{}


#services-slider .service-box{padding:3rem 1.5rem;background:#26313c;color:#fff;text-align:center;-webkit-transition:all .5s ease .1s;-o-transition:all .5s ease .1s;transition:all .5s ease .1s;z-index:2;}
#services-slider.services-slider-light .service-box{background:#556772;}
.bg-light-dark{background:#556772;}
#services-slider .service-box,
#services-slider .service-box>span{overflow:hidden;}
#services-slider .service-box>span{font-size:40px;height:50px;width:50px;line-height:50px;}

.back-top{right:20px;font-size:26px;position:fixed;z-index:1600;opacity:0;visibility:hidden;bottom:30px;-webkit-background-size:200% auto;background-size:200% auto;background-image:-webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));background-image:-webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:-moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:-o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);height:40px;width:40px;text-align:center;line-height:40px;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;}
.back-top-visible{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1;visibility:visible;}
.back-top,
.back-top:hover,
.back-top:focus{color:#fff;}
.back-top:hover{background-position:right center;}


.fa-angle-up:before {
  content: "\f106"; }




:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #b6b8ba
}

@media (max-width:992px) {
  .testi-box .top90 {
    margin-top: 10px
  }
}

::-webkit-scrollbar-track {
  background-color: #515252
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #3eabdc
}

::-webkit-scrollbar-thumb {
  background: #3eabdc
}

::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 100px 20px #3992bf
}

.back-top{right:20px;font-size:26px;position:fixed;z-index:1600;opacity:0;visibility:hidden;bottom:30px;-webkit-background-size:200% auto;background-size:200% auto;background-image:-webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));background-image:-webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:-moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:-o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);background-image:linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);height:40px;width:40px;text-align:center;line-height:40px;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;}



.fixedmenu{top:0;left:0;right:0;position:fixed;margin:0 !important;padding:0;z-index:1002;background:#fff !important;-webkit-box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.35);box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.35);-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}
.fixedmenu.no-animation{animation:none;animation-duration:0.1s;}

.navbar.fixedmenu .logo-default,
.navbar .logo-scrolled{display:none;}
.navbar.fixedmenu .logo-scrolled,
.navbar .logo-default{display:inline-block;}
.navbar-nav .nav-item{position:relative;}


.fixedmenu .navbar-nav .nav-link{color:#26313c;}
.fixedmenu .sidemenu_btn>span:not(.gradient-bg){background:#26313c !important;}





/*Back To Top*/



.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.back-top,
.back-top:hover,
.back-top:focus {
    color: #fff;
}

.back-top:hover {
    background-position: right center;
}




/*Faq Accordions*/

#accordion .card {
    margin-bottom: 15px;
}

#accordion .card:last-child {
    margin-bottom: 0;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-header .card-link {
    display: block;
    padding: .75rem 1.25rem;
    background: #fff;
    border: none;
    font-size: 1.125rem;
    color: #26313c;
}

.card-header .card-link:before {
    content: "\f107";
    float: right;
}

.card-header .card-link.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

.card-body p:last-child {
    margin-bottom: 0;
}


/*Accordion ends*/



/* transitions common*/

a,
*::before,
*::after,
.button,
.image img,
.navbar,
.navbar .dropdown-menu,
.team-content h4,
.overlay,
.overlay ul,
.card-header .card-link:before,
.contact-table .icon-cell,
.feature-item .icon,
.cbp-l-filters .cbp-filter-item span,
.testi-box .testimonial-round>img,
.feature-item .icon,
#services-slider .service-box>span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i::before,
i::after {
    -webkit-transition: all 0s !important;
    -o-transition: all 0s !important;
    transition: all 0s !important;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after,
.process-wrapp li>.pro-step::before,
.process-wrapp li::before,
.process-wrapp li::after,
.half-section-alt::before,
.team-content::before,
.progress-bars .progress .progress-bar span::after,
.bg-testimonial::after,
ul.rounded li::before,
.webcats li a::before,
ul.hours_links li::before,
.side-nav .navbar-nav .nav-link::after,
.numbered .tp-count:before,
.owl-prev::before,
.owl-next::before,
.contact-banner::before {
    content: "";
}

.bg-white {
    background-color: #fff;
}

.dropdown-toggle::after,
.card-header .card-link:before,
blockquote.blockquote::before,
ul.links li a::before,
.form-check label::before {
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

.dropdown-toggle::after {
    transition: all 0s !important;
}


.whitebox .widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}






/*review find us form*/

form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.findus:not(.form-inline) .form-group {
    width: 100%;
}

form.findus .form-control,
form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

form.findus textarea {
    width: 100%;
    outline: none;
    min-height: 160px;
}

.form-control {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

.form-control:focus,
textarea:focus {
    border-color: #24cdd5;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .9;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

form.findus .select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    padding: 9px 0 8px 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logincontainer .form-control {
    background: transparent;
}

.logincontainer .btn_common {
    width: 100%;
}



 #cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
