/* Template Name: UGO
   Author: Inventia
   Version: 1.0.0
   Created: May 2021
   File Description: Main Css file of the template
*/
/***********************/
/*       INDEX         */
/*======================
 *    01.  Variables   *
 *    02.  Components  *
 *    03.  General     *
 *    04.  Helper      *
 *    05.  Menu        *
 *    06.  Home        *
 *    07.  Social      *
 *    08.  About       *
 *    09.  Services    *
 *    10.  Counter     *
 *    11.  Screenshot  *
 *    12.  Price       *
 *    13.  CTA         *
 *    14.  Testi       *
 *    15.  Team        *
 *    16.  Contact     *
 *    17.  Footer      *
 ======================*/
.btn {
  padding: 10px 28px;
  outline: none;
  border-radius: .75rem;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.8px;
  transition: all 0.3s;
  font-weight:normal;
}

.btn:focus {
  box-shadow: none !important;
}

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 12px 50px;
  font-size: 15px;
}

.btn.btn-custom {
  color: #ffffff;
  background: #45C2C9;
}

.btn.btn-custom:hover, .btn.btn-custom:focus, .btn.btn-custom:active, .btn.btn-custom.active, .btn.btn-custom.focus {
  background-color: #3b4d70;
  color: #ffffff;
}

.btn.btn-custom-outline {
  border: 1px solid #45C2C9;
  color: #45C2C9;
  background-color: transparent;
}

.btn.btn-custom-outline:hover, .btn.btn-custom-outline:focus, .btn.btn-custom-outline:active, .btn.btn-custom-outline.active, .btn.btn-custom-outline.focus {
  background-color: #45C2C9;
  border-color: #45C2C9;
  color: #ffffff;
}

.btn.btn-outline-white {
  border: 1px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active, .btn.btn-outline-white.focus {
  background-color: #45C2C9;
  border: 1px solid #45C2C9 !important;
  color: #ffffff;
}
.btn-tblue {
    background-color: #3b4d70;
    border: 1px solid #3b4d70 !important;
    color: #ffffff;
}
.btn-tblue:hover {
    background-color: #3b4d70;
    border: 1px solid #3b4d70 !important;
    color: #ffffff;
}
.btn-tgreen {
    background-color: #45C2C9;
    border: 1px solid #45C2C9 !important;
    color: #ffffff;
}

    .btn-tgreen:hover {
        background-color: #45C2C9;
        border: 1px solid #45C2C9 !important;
        color: #ffffff;
    }
html {
    /*overflow-y: hidden !important;*/
}

body {
  font-family: Roboto,sans-serif;
  /*overflow-x: hidden;
  overflow-y:visible;*/
  font-size: 1rem;
  color: #3b4d70;
  pointer-events: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto,sans-serif;
  line-height: 1.5;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  letter-spacing: 0.3px;
  line-height: 1.8;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(255,255,255,0.9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.text-custom {
  color: #45C2C9;
}

.bg-custom {
  background-color: #45C2C9;
}
.titlesb{
	font-size: 2.15rem;
    line-height: 1.25;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    background: #3b4d70;
    padding: 0 .5rem;
	}
.title-heading {
  line-height: 26px;
  position: relative;
  z-index: 1;
}

.title-heading .sub-title {
  font-size: 22px;
  letter-spacing: 2px;
}

.title-heading .heading {
      font-weight: 700;
    font-size: 50px;
    line-height: 58px;
  letter-spacing: 0;
  color:#fff;
}

.title-heading .para-desc {
  font-size: 17px;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
}

.section-title .title {
  letter-spacing: 1px;
  font-size: 26px;
  position: relative;
}

.section-title .title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #e9ecef;
  position: absolute;
  bottom: -55%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.para-desc {
  max-width: 700px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #45C2C9, #45C2C9);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#preloader #status .sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

#preloader #status .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#preloader #status .sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

#preloader #status .sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

#preloader #status .sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

#preloader #status .sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

#preloader #status .sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

#preloader #status .sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

#preloader #status .sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

#preloader #status .sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

#preloader #status .sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

#preloader #status .sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

#preloader #status .sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

#preloader #status .sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

#preloader #status .sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

#preloader #status .sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

#preloader #status .sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

#preloader #status .sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

#preloader #status .sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

#preloader #status .sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

#preloader #status .sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

#preloader #status .sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

#preloader #status .sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

#preloader #status .sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

#preloader #status .sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
  .mgTB{
	  margin: 150px auto;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px !important;
  }
  .mgTB{
	  margin: 120px auto;
  }
}

@media (max-width: 375px) {
  .section-title .title:after {
    bottom: -30%;
  }
}
.topBar{
	background: #1dacb4;
    position: absolute;
    top: 0;
    width: 100%;
}
.topBar .tflft, .topBar .tfrgt{
	list-style:none;
	display:flex;
	margin:0;
	padding:0;
}
.topBar .tflft li a, .topBar .tfrgt li a{
	font-size:12px;
	color:#fff;
	display:inline-block;
	padding:5px 15px;
}
.topBar .tflft li:first-child a{
	padding-left:0;
}
.topBar .tfrgt li:last-child a{
	padding-right:0;
}
    .topBar .tfrgt li.glb a {
        padding-top: 7px;
        padding-bottom: 4px;
        border-left: 1px solid rgba(255,255,255,0.15);
        border-right: 1px solid rgba(255,255,255,0.15);
    }
.tybicn{font-size:1.25rem;line-height:1rem;}
.navbar-custom {
    background-color: #fff;
    padding: 40px 0 6px 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-toggler {
  color: #3b4d70;
  font-size: 30px;
  padding: 0px;
}

.navbar-custom .navbar-brand {
  color: #3b4d70 !important;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-family: Roboto,sans-serif;
}

.navbar-custom .navbar-brand .l-dark {
  display: none;
}

.navbar-custom .navbar-brand .l-light {
  display: inline-block;
}

.navbar-custom .navbar-nav li a {
  color: #3b4d70 !important;
  font-size: .875rem;
  background-color: transparent !important;
  margin: 0 7px;
  line-height: 24px;
  transition: all 0.5s;
  font-family: Roboto,sans-serif;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
  color: #45C2C9 !important;
}

.navbar-custom .navbar-nav li.active a {
  color: #45C2C9 !important;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding:6px 0 6px 0;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #29292d !important;
}
    .nav-sticky.navbar-custom .topBar{
        display:none;
    }

    .nav-sticky.navbar-custom .navbar-toggler {
        color: #3b4d70;
    }

.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #2f3545 !important;
}

.nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #45C2C9 !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a {
  color: #45C2C9 !important;
}

.nav-sticky.navbar-custom.sticky-light {
  background-color: #ffffff;
}

.nav-sticky .navbar-brand {
  color: #29292d !important;
}

.nav-sticky .navbar-brand .l-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .l-light {
  display: none;
}

.login-button {
  color: #ffffff;
  background-color: #45C2C9;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 60px;
  border-radius: 8px;
  letter-spacing: 0.8px;
}

.login-button:hover {
  color: #ffffff;
}
/*.nav-sticky.navbar-custom ~ div .section.habtbg{
    padding-top: 150px;
}*/
/*.nav-sticky.navbar-custom ~ div .section.custExp {
    padding-top: 80px;
}*/
.spc_sprt {
    display: block;
    height: 1px;
    padding-top: 70px;
    margin-bottom:70px;
    border-bottom: 1px solid #e0e5e8;
}
.btnsec{margin-top:1.5rem;}
@media (max-width: 1023px) {
    .navbar-custom .nav-social {
    display: none;
  }
}

@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    background-color: #fff;
    padding: 40px 0px 6px !important;
  }
    .nav-sticky.navbar-custom {
        padding: 10px 0px 10px !important;
    }
    .navbar-brand .l-dark {
        display: inline-block;
    }
  .navbar-brand .l-light {
    display: none;
  }
  .navbar-custom .container {
    /*width: 85%;*/
    padding-left:1rem;
    padding-right:1rem;
  }
  .login-button {
    margin-left: 5px !important;
  }
}

/* .home-center { 
  display: table;
  width: 100%;
  height: 100%;
}*/
 .home-center { 
  display: block;
 position:relative;
}
.banner-content{
	position:absolute;
	    top: 70%;
    left: 50%;
	transform:translate(-50%, -50%);
	    width: 94%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home-1 {
  position: relative;
  padding: 170px 0px 140px 0px;
}
.banner-content1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.25rem 5rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
    .banner-content1:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 30%;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .banner-content1:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 30%;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }
.bnrTitle {
    font-weight: 700;
    font-size: 2rem;
    color: #fff;
    white-space: nowrap;
}
.bg-home {
    /* height: 100vh; */
    padding-top: 118px;
    background-size: 100% 100%;
    align-self: center;
    position: relative;
    background-position: center center;
}
.sldr{
	width:100%;
	height:auto;
}
.moveArrow{
	
}
.bg-home .home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.bg-home .home-shape img {
  width: 100%;
  height: auto;
}

.bg-home .home-dashboard img {
  position: relative;
  top: 80px;
  z-index: 1;
}

.home-img img {
  max-height: 600px;
  position: relative;
  z-index: 1;
}

.index-form {
  position: relative;
  z-index: 1;
}

.mover-img {
  animation: mover 1s infinite alternate;
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}
.wvtotal {
    font-size: 1rem;
    font-weight: bold;
    color: #757f92;
    border-bottom: 2px solid #dde1e8;
    padding-bottom:1rem;
    margin-bottom:2.5rem;
}
.bd2b {
    display:block;
    border-bottom: 2px solid #dde1e8;
    margin-bottom: 2.5rem;
}
.wvtl {
    font-size: 1rem;
    font-weight: bold;
    color: #757f92;
}
.vwtbig {
    font-size: 1.5rem;
    font-weight:500;
}
.vwlnk{
    display:block;
}
.vtitle {
    font-size: 1.05rem;
    font-weight: 500;
    color: #3b4d70;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vwbx {
    position: relative;
    margin-bottom:.75rem;
    border: 2px solid #dde1e8;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
}
.vwlnk:hover .vwbx {
    border: 2px solid #3b4d70;
}
    .vwbx .bi{
        position:absolute;
        right:1rem;
        bottom:.7rem;
        color:#ff0000;
        font-size:1.65rem;
        line-height:1.65rem;
        display:inline-block;
    }
        .vwbx .bi-play-btn-fill {
            display:none;
        }
.vwlnk:hover .vwbx .bi-play-btn {
    display:none;
}
.vwlnk:hover .vwbx .bi-play-btn-fill {
    display: inline-block;
}
.bdrsprt {
    border-bottom: 1px solid #dde1e8;
    display:block;
    clear:both;
    margin-bottom:2rem;
}
@media (min-width: 200px) and (max-width: 767px) {
    .bg-home, .bg-half, .bg-slider, .jarallax {
    padding: 90px 0 0;
    height: auto;
  }
  .home-img {
    text-align: center;
  }
}

.social-icon li a {
  color: #3b4d70;
  border: 1px solid #3b4d70;
  display: inline-block;
  height: 34px;
  width: 34px;
  text-align: center;
  transition: all 0.4s ease;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

.social-icon li a i {
  font-size: 16px;
  line-height: 32px;
}

.social-icon li a:hover {
  background-color: #45C2C9;
  border-color: #45C2C9 !important;
  color: #ffffff !important;
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.list-inline-item:not(:last-child) {
  margin-right: 3px;
}

.about-app .title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.services .core-service .core-service-content .content {
  overflow: hidden;
  display: block;
}

.services .core-service .core-service-content .content .title {
  font-size: 18px;
  font-weight: 700;
}

.services .core-service .icon i {
  font-size: 25px;
}

.services .core-service .fea-right .icon {
  float: right;
}

.services .core-service .fea-left .icon {
  float: left;
}

.device-feature .icon img {
  height: 50px;
}

.device-feature .icon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  border-radius: 77% 23% 20% 80% / 60% 56% 44% 40%;
  background-color: #45C2C9;
  opacity: 0.4;
  z-index: -2;
  transition: all 0.5s ease;
}

.device-feature .content .title {
  font-size: 18px;
  font-weight: 700;
}

.device-feature.device-border:after {
  content: '';
  position: absolute;
  width: 60%;
  height: 32px;
  top: 30px;
  opacity: 0.4;
  left: 70%;
  background: url("../images/border.html") center center no-repeat;
}

.device-feature:hover .icon:before {
  border-radius: 50%;
  width: 75px;
  height: 75px;
  bottom: -12px;
  right: -12px;
}

@media (max-width: 768px) {
  .services .core-service-img {
    display: none;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .services .core-service .fea-right {
    text-align: left !important;
  }
  .services .core-service .fea-right .icon {
    float: left;
    margin-left: 0 !important;
    margin-right: 24px;
  }
  .device-feature.device-border:after {
    display: none;
  }
}

.bg-counter {
  position: relative;
  padding: 0;
}

.bg-counter .counter-box .counter-icon {
  font-size: 40px;
}

.bg-counter .counter-box .counter-head {
  font-size: 18px;
  letter-spacing: 1px;
}

.swiper-container {
  margin-top: 50px;
}

.swiper-slide {
  cursor: pointer;
}

.swiper-slide.swiper-slide-active img {
  border: 12px solid transparent;
}

.swiper-button-next {
  background-image: none;
}

.swiper-button-prev {
  background-image: none;
}

.swiper-button-next, .swiper-button-prev {
  width: 33px;
  height: 33px;
  margin-top: -22px;
  line-height: 33px;
  text-align: center;
  font-size: 20px;
  color: #45C2C9;
  border: 1px solid #45C2C9;
  border-radius: 8px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  color: #ffffff;
  background: #45C2C9;
}

.screenshot-cell {
  position: absolute;
  top: -407px;
  right: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.screenshot-cell img {
  /* height: 590px; */
}

@media (max-width: 1024px) {
  .swiper-container {
    margin-top: 30px;
  }
  .screenshot-cell {
    top: -450px;
  }
  .screenshot-cell img {
    height: 480px;
  }
}

@media (max-width: 991px) {
  .screenshot-cell {
    top: -330px;
  }
  .screenshot-cell img {
    height: 345px;
  }
}

@media (max-width: 768px) {
  .screenshot-cell {
    top: -445px;
  }
  .screenshot-cell img {
    height: 475px;
  }
}

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}



@media (max-width: 425px) {
  .screenshot-cell {
    top: -380px;
  }
  .screenshot-cell img {
    height: 400px;
  }
}

@media (max-width: 375px) {
  .screenshot-cell {
    top: -330px;
  }
  .screenshot-cell img {
    height: 345px;
  }
}

@media screen and (max-width: 320px) {
  .screenshot-cell {
    top: -575px;
  }
  .screenshot-cell img {
    height: 620px;
  }
}

.pricing-table {
  border-radius: 8px;
}

.pricing-table .price-header {
  border-radius: 8px 8px 0 0;
}

.pricing-table .price-header .price-title {
  font-size: 18px;
  letter-spacing: 1px;
}

.pricing-table .price-header p {
  color: #9CA1A3;
}

.pricing-table .price-value {
  background: #e9ecef;
}

.pricing-table .price-value .price-lable h4 {
  display: inline-block;
}

.pricing-table .pricing-features ul li {
  position: relative;
  padding: 7px 0;
}

.bg-cta {
  padding: 100px 0;
}

.bg-cta .play-btn img {
  height: 80px;
}

.app-download li a img {
  height: 58px;
}

.testi-icon i {
  font-size: 64px;
}

.testi-review .name {
  font-size: 1rem;
  font-weight:bold;
}
.clnt-degn {
    font-weight: 500;
    color: #45c2c9;
}
.incm {
    height: 60px !important;
    margin-bottom: 1.25rem;
}
.avticon{
    width:70px;
    min-width:70px;
    height:70px;
    border-radius:50%;
    margin-right:1.25rem;
}
.avticon img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.rvrname {
    font-size: 1rem;
    font-weight: bold;
}
.rvrdd {
    font-size: .785rem;
    color: #757f92;
}
.testi-review .testimonial {
    cursor: -webkit-grab;
}
.testi-review .testimonial {
    padding: 3rem 2rem;
    margin: 1rem;
    background: #eff3f6;
    border-radius: 1rem;
    transition: all .3s ease;
}
    .testi-review .testimonial .content-review .review {
        font-size: .975rem;
        line-height: 1.9;
        min-height: 170px;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e0e5e8;
    }
.cnttxt{
    line-height:1.9;
}
.applnk img{
    height:50px;
}
/*.testi-review img {
  height: 100px;
}*/
.owl-theme .owl-controls .owl-page span {
    border-radius: 50px;
    background: transparent;
    border: 1px solid #45C2C9;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #45C2C9;
}

.team-layout .content .name {
  font-size: 18px;
}

.team-layout .content .designation {
  font-size: 14px;
}

.contact-detail i {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.contact-detail .content .title {
  font-size: 18px;
  font-weight: 500;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
}

.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 45px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.5s ease;
}
   

    .form-group .form-control:focus, .form-group .form-control.active {
        border-color: #45C2C9;
    }

.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 16px;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D52941;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #D52941;
  color: #D52941;
  border-radius: 4px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #159B42;
  font-size: 22px;
}

.map iframe {
  width: 100%;
  height: 350px;
}

.footer {
    padding: 12px 0;
    position: relative;
    background: #45c1c9;
    font-size: .845rem;
}

.footer p {
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer ul.list-unstyled li{
	margin-right:10px;
}
.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 33px;
  height: 33px;
  line-height: 31px;
  display: none;
  color: #ffffff;
  background-color: #45C2C9;
  border: 1px solid #45C2C9;
  transition: all 0.5s ease;
  border-radius: 30px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.back-to-top i {
  font-size: 16px;
}

.back-to-top:hover {
  background-color: #3b4d70;
  border: 1px solid #3b4d70;
  color: #ffffff;
}


.titleabt{
	font-size:1.4rem;
}
.titleabt span{
	color:#45C2C9;
}
.habtbg{
	background:url(../image/dots_bg.svg) no-repeat;
	background-position:top 0 right 7rem;
}
.huwbg{
	background:#fff url(../image/bg_2.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 130px;
    padding-bottom: 150px;
}
.ttlbig {
    font-size: 2.45rem;
    font-weight: bold;
    /* margin-top: 5rem; */
    margin-bottom: 2rem;
    z-index: 1;
    position: relative;
}
.ttlbig span{
	color:#45C2C9;
}
.solusec{
	font-size:1.1rem;
	line-height:1.8;
}
.slst{
	font-weight:500;
	position: relative;
    z-index: 1;
}
.slst li{
	margin-bottom:.7rem;
	}
	.custExp{
		position:relative;
		padding: 70px 0;
	}
	.custExp:before{
		position:absolute;
		content:'';
		width:930px;
		height:616px;
		left: -465px;
		top: -270px;
		background:transparent url(../image/circle_bg.svg) no-repeat;
		z-index:0;
	}
	.imgCrl{
		position:absolute;
		top:-50%;
		left:-30%;
		z-index:0;
	}
	.bnftsec{
	background:#fff url(../image/bg_2.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 120px;
    padding-bottom: 150px;
}
.cbxgrp .card-group{
	margin-top:-1px;
}
.cbxgrp .card-group .card{
	background:transparent;
}
.cbxgrp .card-group .card .card-body{
	padding:1.25rem 1.5rem;
}
    .cbxgrp .card-group .card .card-text {
        font-size: .845rem;
        color: #757f92;
    }
.bdt0{border-top:0 !important;}
.bdl0{border-left:0 !important;}
.bdr0{border-right:0 !important;}
.bdb0{border-bottom:0 !important;}
.cbxgrp .card-group .card .card-title{
	font-size:1.1rem;
}
.cmpicns{margin-bottom:.75rem;}
.fttop{
	background:#fff url(../image/bg_3.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 70px;
    padding-bottom: 100px;
}
.ttlbigsm {
    font-size: 2.15rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.ttlbigsm span{
	color:#45C2C9;
}
.txtbig{
	font-size:1.1rem;
}
.gtintc{
	background:#3b4d70;
	padding:70px 0;
}
.ttlFt{
	font-size:1.5rem;
	font-weight:500;
	color:#45C2C9;
	text-transform:uppercase;
}
.gglply{
	height:58px;
}
.addWgt{
	position:absolute;
	top:-170px;
	width:100%;
	background:#fff;
	border-radius:2rem;
	overflow: hidden;
}
.mapLoc{
	height:200px;
	overflow: hidden;
}
.mapImg{
	max-width:100%;
}
.addLoc{
	padding:35px;
	font-size:.925rem;
    text-align:left;
}
.addList{
	list-style:none;
	padding:0;
	margin:0;
}
    .addList li {
        display: flex;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e0e5e8;
    }
        .addList li:last-child {
            margin-bottom: 0;
            padding-bottom:0;
            border-bottom: 0;
        }
    .addList li svg {
        height: 24px;
        width: 24px;
        margin-right: 12px;
        color: #45C2C9;
    }
.adHdr {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: .7rem;
    font-weight: 500;
}
.adTxt{
    line-height:1.8;
}
.hdngs {
    font-size: 1.25rem;
    margin: 2rem 0 .5rem;
}
.img-fluid{
	z-index: 1;
    position: relative;
}
.imgBox{
	display:block;
	    overflow: hidden;
}
.imgBox img.imgRes{
	max-width:100%;
}
.txtb {
    font-size: 1.1rem;
    color: #757f92;
    line-height: 1.8;
}
.pbc{text-decoration:underline !important;}
.testi-review.owl-theme .owl-controls {
    margin-top: 30px;
}
    .testi-review.owl-theme .owl-controls .owl-page span {
        width: 20px;
        height: 7px;
        margin: 4px 6px;
    }
.ntxt {
    font-size: 1.1rem;
    line-height:1.9;
}
.crtbox img {
    border-radius: 1rem;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
    transition: all .3s ease;
}
.section.clntsys {
    padding-top: 40px;
    padding-bottom: 180px;
}
.prvtms {
    background: url(../image/dots_bg.svg) no-repeat;
    background-position: top 0 right 7rem;
    padding-top: 50px;
    padding-bottom: 70px;
}
.gmnoprint{display:none;}
img{
    max-width:100%;
}
.ttllarge {
    font-size: 2.35rem;
    font-weight: bold;
    line-height:1.25;
}
    .ttllarge span {
        display: block;
        color: #45C2C9;
        font-size: 3.5rem;
    }

label.required:after {
    content: "*";
    color: #e72d52;
    margin-left: 3px;
}
.modal-body label {
    margin-bottom: .25rem;
}
.modal-body .form-control {
    height: calc(1.7em + .75rem + 2px);
    font-size: .845rem;
}
.modal-body textarea.form-control {
    height: auto;
    min-height: calc(1.7em + .75rem + 2px);
}
.modal-header {
    padding: 1rem 1.5rem;
}
.modal-body {
    padding:1.5rem;
}


@media (min-width: 768px) {
    .dnBig {
            display: none;
        }
    }

    @media (max-width: 767px) {
        .dnMob {
            display: none;
        }

        .txtcmd {
            text-align: center;
        }

        .ttllarge {
            font-size: 1.5rem;
            text-align: center;
        }

            .ttllarge span {
                font-size: 2rem;
                margin-bottom: 1rem;
            }

        .prvtms {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .testi-review .testimonial .content-review .review {
            font-size: .875rem;
        }

        .txtb {
            font-size: .925rem;
            line-height: 1.65;
        }

        .topBar .tflft {
            /*display:none;*/
        }

        .navbar-custom .navbar-brand img.l-light, .navbar-custom .navbar-brand img.l-dark {
            height: 34px;
        }

        .titlesb {
            font-size: 1rem;
            line-height: 1.5rem;
            margin-bottom: .35rem !important;
            padding: 0 .4rem;
        }

        /*.banner-content {
        top: 65%;
    }*/

        .arwImg {
            height: 12px;
        }

        .title-heading .heading {
            font-size: 1.15rem !important;
            line-height: 1.5rem;
            font-weight: bold;
        }

        .titleabt {
            font-size: 1rem;
            margin-top: 1rem;
        }

        .topBar .tfrgt {
            justify-content: space-between;
        }

        .habtbg {
            background-position: top 0 right 0;
            background-size: 50px;
            padding-bottom: 50px;
        }

        .ttlbig {
            font-size: 1.5rem;
            /*margin-top: 5rem;*/
            margin-bottom: 2.25rem;
        }

        .mbMob {
            margin-bottom: 5rem;
        }

        .solusec {
            font-size: .9rem;
            line-height: 1.65;
        }

        .bnftsec {
            background-size: cover;
            padding-top: 130px;
            padding-bottom: 150px;
            background-position: top;
            /*margin-bottom: -110px;
        margin-top: -110px !important;*/
        }

        .custExp {
            padding: 10px 0 0 0;
        }

        .ttlbigsm {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 2rem;
        }

        .addWgt {
            position: relative;
            top: 0;
        }

        .imgCrl {
            display: none;
        }

        .footer {
            font-size: .825rem;
        }

        .topBar .container {
            /*justify-content:center !important;*/
            padding-left: 1rem;
            padding-right: 1rem;
            width: 100%;
        }

        .hdngs {
            font-size: 1.05rem;
            margin: 1.5rem 0 .5rem;
        }

        .txtbig {
            font-size: .875rem;
        }

        .fttop {
            padding-top: 50px;
            padding-bottom: 50px;
            background-size: cover;
            background-position: top center;
        }

        .custExp:before {
            left: -750px;
            top: -220px;
        }

        .huwbg {
            background-size: cover;
            padding-top: 80px;
            padding-bottom: 80px;
            background-position: top;
        }

        /*.nav-sticky.navbar-custom ~ div .section.habtbg {
        padding-top: 100px;
    }*/

        /*.nav-sticky.navbar-custom ~ div .section.custExp {
        padding-top: 50px;
    }*/
        .testi-review .testimonial {
            padding: 2.5rem 1.5rem;
        }

        .section.clntsys {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .section.gtintc {
            text-align: center;
            padding: 50px 0;
        }
    }

    @media (min-width:576px) and (max-width: 767px) {
        .banner-content1 {
            padding: .9rem 3rem;
        }

        .bnrTitle {
            font-weight: 700;
            font-size: 1.25rem;
            color: #fff;
            white-space: nowrap;
        }

        .cbxgrp > .card-group > .card {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            margin-bottom: 0;
        }

            .cbxgrp > .card-group > .card.bdbtm1 {
                border-bottom: 1px solid rgba(0,0,0,.125) !important;
            }

            .cbxgrp > .card-group > .card.bdrgt0 {
                border-right: 0 !important;
            }

        .testi-review .testimonial {
            margin: .5rem;
        }
    }

    @media (max-width:575px) {
        .topBar .tflft li a, .topBar .tfrgt li a {
            padding: 5px 10px;
            font-size: .72rem;
        }

        .vwtbig {
            font-size: 1.35rem;
            margin-bottom: .7rem;
        }

        .bdrsprt {
            display: none;
        }

        .banner-content1 {
            padding: .5rem 2rem;
        }

        .bnrTitle {
            font-weight: 700;
            font-size: 1.2rem;
            color: #fff;
            white-space: nowrap;
        }

        .cbxgrp .card-group .card {
            border: 0 !important;
        }

        .text-xs-center {
            text-align: center;
        }

        .testi-review .testimonial {
            margin: .25rem;
        }

        .ttlbig span, .ttlbigsm span {
            display: block;
        }

        .vwlnk {
            display: flex;
        }

        .vwbx {
            width: 45%;
            min-width: 45%;
            margin-right: 1rem;
        }

        .vtitle {
            font-size: .845rem;
        }
    }

    @media (min-width:768px) and (max-width:1024px) {
        .banner-content {
            top: 60%;
        }

        .title-heading .heading {
            font-size: 34px;
            line-height: 50px;
        }
    }

    @media(max-width:991px) {
        .footer {
            text-align: center;
        }
    }

    .form-row {
    margin-right: -10px;
    margin-left: -10px;
}
    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 10px;
        padding-left: 10px;
    }
/*# sourceMappingURL=style.css.map */