.no-style {
  /*list-style: none;*/
  padding-inline-start: 0;
  text-align: left;
  margin-left: 25px;
}

.services .icon {
  height: 50px;
}
.vertical-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.height200px {
  height: 200px;
}
.store-link {
  
}
.store-link .store-img img {
  width: 100px;
}
.store-link .store-title {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}
.hero-wrap-3 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .7;
  background: #f0f0f0;
  background: -moz-linear-gradient(45deg, #f0f0f0 0%, white 55%, white 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f0f0f0), color-stop(55%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(45deg, #f0f0f0 0%, white 55%, white 100%);
  background: -o-linear-gradient(45deg, #f0f0f0 0%, white 55%, white 100%);
  background: -ms-linear-gradient(45deg, #f0f0f0 0%, white 55%, white 100%);
  background: linear-gradient(45deg, #f0f0f0 0%, white 55%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=1 );
}

/*.price { display: inline-block; }*/
.block-7 .pricing-text li {
  color: #111;
}

.btn-outline-quote {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-outline-quote:hover,.btn-outline-quote:focus  {
  border: 1px solid transparent;
  background: #2f89fc;
  color: #fff;
}
/*defining animation*/
@-webkit-keyframes grow-shrink-slight {
    0% {
        -webkit-transform: scale(1) translateZ(0);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(0.98) translateZ(0);
        opacity: .6
    }

    50% {
        -webkit-transform: scale(1) translateZ(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(1.02) translateZ(0);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
        opacity: 1
    }
}

@keyframes grow-shrink-slight {
    0% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        opacity: 1
    }

    25% {
        -webkit-transform: scale(0.98) translateZ(0);
        transform: scale(0.98) translateZ(0);
        opacity: .6
    }

    50% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        opacity: 1
    }

    75% {
        -webkit-transform: scale(1.02) translateZ(0);
        transform: scale(1.02) translateZ(0);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        opacity: 1
    }
}
/*end animation */
.container-bg {
  position: absolute;
      top: 0;
      left: -25px;
      right: 0;
      bottom: 0;
  background-image: url(../images/app-img/imonitor--banner-bg-image.png);
  background-color:  #E0F3FF;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all cubic-bezier(0.34,1.61,0.7,1) 2s;
  -webkit-transform: scale(0.9) translateZ(0);
  transform: scale(0.9) translateZ(0);
  opacity: 0;
}
.container-bg.completed-animation {
    -webkit-animation: grow-shrink-slight 4s infinite ease-in-out;
    animation: grow-shrink-slight 4s infinite ease-in-out;
    opacity: 1;

}

.fit-width {
  width: fit-content;
}
.pricing-text {
  text-align: left;
  list-style-type: disc;
}
.pricing-text li{
  padding-left: 40px !important;
}

.bg-gray {
  background: #f4f4f4;
}
.video-container {
  display: block !important;
  position: relative;
      background: #eee;
      box-shadow: 0 0 0 1px rgba(0,0,0,0.11), inset 0 0 0 1px rgba(255,255,255,0.5);
      display: inline-block;
      border-radius: 3px;
}
.video-screen {
  display: block;
  margin: 0 1px 6px;
  background: #bbb;
  border-radius: 2px;
  position: relative;
}
.video-toolbar {
    display: table;
    width: 100%;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(to bottom,#fbfbfb,#eee);
}
.table-row {
    display: table-row !important;
}

.brs_buttons {
    white-space: nowrap;
    width: 1px;
    padding-left: 10px;
    line-height: 0;
}
.l-v-align-middle {
    vertical-align: middle !important;
}
.l-table-cell {
    display: table-cell !important;
}
.brs_button {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 3px;
    border-radius: 50%;
    background: #ffc141;
    vertical-align: middle;
    position: relative;
}
.brs_button.btn-red {
  background: #ea5f5f;
}
.brs_button.btn-green {
  background: #a3d078;;
}
.brs_button:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(0,0,0,0.1);
    content: "";
    border-radius: 50%;
}
.brs_address-bar {
    background: white;
    margin: 5px;
    height: 27px;
    vertical-align: middle;
    text-align: center;
    line-height: 27px;
    font-size: 0;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.09);
}
.line-height-1 {
    line-height: 1 !important;
}
.l-inline-block {
    display: inline-block !important;
}
.font-12px {
  font-size: 12px
}

.brs_menu_icon {
    width: 18px;
    height: 14px;
    vertical-align: middle;
    position: relative;
}
.brs_menu {
    width: 1px;
    padding-right: 10px;
    padding-left: 5px;
    text-align: center;
}
.border-bottom {
  border-bottom: 1px solid #f4f4f4;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services .media-body h3 {
  font-size: 16px;
}
.services .media-body .no-style {
  font-size: 14px;
}

.ptb-3em {
  padding: 3em 0 !important;
}

.services-wrap  {
  padding: 0 20% 0 10%;
}
.services-wrap2  {
  padding: 0 10% 0 20%;
}

.subscribe-form .form-group {
  border-color: #2f89fc;
}
.subscribe-form .form-group .submit {
  background: #2f89fc !important;
  border-radius: 0px 50px 50px 0px;
}
.subscribe-form .form-group .submit:hover {
  border-left: 1px solid #2f89fc;
  background: transparent !important;
  color: #2f89fc !important;
}

.subscribe-form .form-group input {
  color: #2f89fc !important;
}

.ftco-footer p{  
  color: #999 !important; 
}
.ftco-footer {
  background: #f7f7f7;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-weight: 550;
}
.block-right {
  margin: 0 0 0 auto;
  display: block;
}
.content-left {
  justify-content: left;
}

.height300 {
  height: 280px !important;
}
.ftco-navbar-light {
  top: 0;
  background: rgba(255,255,255,1);
  background: #2f89fc !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.owl-carousel .owl-dots .owl-dot {
  border-radius: 50%;
}

.no-shadow {
  box-shadow: none;
}

.keyFeatures .media-body ul {
  display: none;
}

#partnersCarousal .item {
  height: 200px;
  display: flex;
  align-items: center;
}

#partnersCarousal img {
  width: 200px;
  height: auto;
}


.ftco-footer-social li a {
  color: #999;
}
.ftco-footer-social li a:hover {
  color: #000;
}

.work-entry .img {
  height: 300px;
/*  border: 1px solid #2f89fc;*/

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*.ftco-section {
  padding: 4em 0;
}*/

.blog-entry {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);  
}

.blog-entry .text  {
  border-top: 1px solid #ddd;
}

.customPricing {
  column-count: 2;
  margin-top: 20px !important;
}

.readmore {
  display: block;
  font-size: 14px;
}

.blog-entry .text .heading {
    font-size: 18px;
    margin-bottom: 0;
}

.bg-news {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 250px !important;
}

.blog-entry .heading {
  padding: 10px 10px;
}
.blog-entry .readmore {
  padding: 0 10px;
  line-height: 50px;
  font-weight: 600;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.blog-entry .readmore .icon{
  padding: 5px 10px;
  display: flex;
  float: right;
  background: #2f89fc;
  color: #fff;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px 0;
}

.bg-video {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 400px;
}

.bg1 {
  background: url(../images/app-img/explorer3.png);
}

.video-container {
  border: 1px solid #d8d8d8;
}

.aboutus {
  padding: 0;
}

.stepsContainer {
  display: flex;
  align-items: center;
  height: 280px;
}

.block-21 .text {
    height: 80px;
    display: flex;
    align-items: center;
}

.contact-info .icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #2f89fc;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  margin-right: 10px;
}

.ftco-footer {
  padding: 0 !important;
  margin-top: auto!important;
}

body {
  height: 100% !important;
}

@media (min-width: 768px){
.ftco-navbar-light .navbar-brand {
    color: #fff;
}
}

@media (min-width: 992px){
.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #fff;
}
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a , .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #2f89fc !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.ftco-navbar-light.scrolled .navbar-brand {
    color: #fff;
}

.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    color: #fff !important;
}

.ftco-navbar-light.scrolled .nav-item.active > a {
    color: #fff !important;
}

.landingpagesliderbg{
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
  url("../images/app-img/imonitor--banner-bg-image.png") !important;
  background-repeat: no-repeat !important;
  background-position: left 90% !important;
}

.headerquotebtn:hover{
  border: 1px solid #fff !important;
    color: #fff !important;
}