@charset "utf-8";

@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir/AvenirLTStd-Roman.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Avenir-Black";
    src: url("../fonts/Avenir/AvenirLTStd-Black.otf");
    font-weight: normal;
    font-style: normal;
}
body{
    /*font-family: Avenir, sans-serif !important;*/
    width: 100%;
    height: 100%;
    /*background-color: #ecfbff;*/
    background: #FFF;
}
/* Common */
a{
    text-decoration:none !important;
}
.red{
	color:red !important;
}
.divider{
    border: 1px solid #000;
}
@media only screen and (max-width: 960px) {
    .desktoponly {
        display: none !important;
    }
}

.btn {
    border-radius:2px !important;
}
.has-error {
  background-color: #fce4e4;
  border: 1px solid #cc0033;
  outline: none;
}

/*.fixed-top {
    background: #0a2240 !important;
}
.fixed-top a{
    color:#FFF !important;
}*/
.bg-unikorn {
    background:#0a2240 !important;
}
.bg-unikorn-blue{
    /*background-color: #23a0da !important;*/
	background-color: #007380 !important;
}
/* Header styles*/
.uw-campaign{
    /*background-color: #004054;*/
    background: #0a2240;
    /* border-left: 8px solid #0cd973; */
    border-left: 8px solid #ff5c35;
    color: #fff;
    display: flex;
    padding: 10px 25px;
}
.uw-campaign .prefix {
    font-weight: 700;
    padding-right: 25px;
}
.uw-campaign .divider{
    border-color: #FFF !important;
}
.uw-campaign a {
    color: #fff;
    display: flex;
    text-decoration: none;

}
.uw-campaign .title {
    padding-left: 25px;
    padding-right: 25px;
  }
  .uw-campaign .arrow {
    color: #ff5c35;
    right: 0;
    transition: all .3s;
      font-weight: 600;
  }
  
  .cta-btn
  {
    
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left:20px;
  }

/* Main Navbar */

 .uw-main-navbar{
      /*background-color: #fff;*/
      /*padding:0.15rem 1rem !important;*/
  }
  .uw-main-navbar a {
      color: #0a2240;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 23px;
      font-weight: 600;
      letter-spacing: 1.5px;
  }
   .bg-unikorn a {
        color: #FFF !important;
   }
    .uw-main-navbar .heading > a{
      color: #ff5c35 !important;
    
  }
.uw-main-navbar a .menu-item-description {
  display: block;
  letter-spacing: .02em;
  font-size: 12px !important;
  text-align: left;
  font-weight: 400;
  opacity: .7;
  text-transform:none;
}

.dropdown-menu
{
    min-width: 8rem !important;
    width: max-content;
    background-color: #0a2240;
}

.dropdown-toggle::after {
	vertical-align: top !important;
	content: "\F140" !important;
	border: 0px !important;
	font-family: Material Design Icons !important;
	font-size: 18px;
}

  /*Owl Coursel-Banner1*/
  .banner .owl-carousel .owl-item > div {
    background: linear-gradient(90deg,#239FDA 0,#239FDA 41.69%,#239FDA 50%);

  }
.banner .owl-carousel .owl-item > div::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10%;
    background: linear-gradient(to right,#0cd973 0,#00cfff 100%);
    transform: skew(60deg,78.5deg);
    opacity: 10;
}
.banner .owl-carousel .owl-item > div::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10%;
    background: linear-gradient(to right,#0cd973 0,#00cfff 100%);
    transform: skew(60deg,78.5deg);
    opacity: .5;
}
.banner .owl-carousel .owl-item .item-content {
    height: 100%;
width: 100%;
justify-content: center;
align-items: center;
color: #fff;
  }
.banner .owl-carousel .owl-item .item-overlay {
    max-width: 512px;
    padding-top: 150px;
  }
@media only screen and (max-width: 960px) {
    .banner .owl-carousel .owl-item .item-overlay {
        max-width: none;
        padding-top: 20px;
    }
}
.banner .owl-carousel .owl-item .slide-image {
    height: 100%;
    position: absolute;
    right: -161px;
  }
.banner .owl-carousel .owl-item img {
    height: inherit !important;
  }
.banner .owl-carousel .owl-item .cta-button {
   margin-bottom:10px;
   
  }

/*Banner 2*/
.uw-banner{
    background: #FFF;
    display: flex;

}
.uw-banner .left-column {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.uw-banner .right-column {
    clear: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
}

.uw-banner .heading-1 {
    color: #0a2240;
    text-align: left;
    text-shadow: none;
    margin: 20% 0 20px;
    padding-bottom: 0;
    font-family: Avenir-Black, sans-serif !important;
    font-size: 42px;
    font-weight: 300;
    line-height: 48px;
}

.uw-banner .heading-1 a{
    color:#ff5c35 !important;
}
.uw-banner .heading-5 {
    color: #0a2240;
    text-align: left;
    text-shadow: none;
    margin: 0 0 30px;
    padding-bottom: 0;
    font-family: Avenir, sans-serif;
    font-size: 18px;
    line-height: 24px;
}
.uw-banner .link-block {
    max-width:50%;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
  /* Sectors section */
  .uw-sectors {
      display: block;
      text-align: center;
      /*margin-bottom:20px;*/
      padding:35px 0px;
      /*background: #0a2240;*/
      background:#FFF;
  }
 .uw-sectors .heading-text {
     color: #0a2240;
    }
  .uw-sectors .card {
    padding: 0px 0px 0px 0px;
      margin-bottom: 10px;
	  min-height:388px !important;
  }
  /*.uw-sectors .card img {
    width: 225px;
    height: 280px;
    opacity: 0.5;
  }*/
    .uw-sectors .card-body
    {
        border: 0px solid #ff5c35;
        background-color: #fff;
        /*color: #004054;*/
        color:#0a2240;
        text-align: left;
        border-radius:4px;
        padding:20px 30px;
        min-height: 300px;
    }

    .uw-sectors .card-title {
        color: #004054;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
.uw-sectors .icon{
    text-align: center;
}
.uw-sectors .cta{
    color: #FFF;
    text-decoration: none;
    /*font-weight: 600;*/
    background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}


/* Clients Section*/
.uw-clients{
    padding:20px 0px;
    background: #F7F7F7;
    /*background:rgb(238, 245, 255);*/
    text-align: center;
}
.uw-clients .heading-text{
    color: #004054;
}
.uw-clients .client-logos{
    position: relative;
    margin-top: 24px;
    padding-bottom: 32px;
    text-align: center;
}
.uw-clients .client-logos li{
    padding: 0px 15px 0px 0px !important;
    display: inline-block;
    opacity: 0.5;
}
.uw-clients .client-logos img {
    /*max-width: 170px;*/
    max-height: 65px;
    vertical-align: middle;
}

.uw-clients .client-logos-2{
    /* opacity:0.5; */
    padding:10px 5px;
    border:0px solid #ced4da;
    border-radius: 3px;
}
.uw-clients .client-logos-2 img
{
    width: 170px !important;
    height: 52px;
}
.clients-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: -20%;
    margin-left: -35px;
    display: block !important;
    border:0px solid black;
}

.clients-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: -20%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.clients-carousel .owl-prev i, .clients-carousel .owl-next i {font-size:35px;transform : scale(1,6); color: #ccc;}
/*Contact us*/
.uw-contacts {
    padding: 35px 0px 0px
}
.uw-contacts h3
{
    color: #0a2240;
    text-align: left;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 700;
    font-family: Avenir-Black, sans-serif !important;
}
.form-btn{
    color: #FFF;
    text-decoration: none;
    /*font-weight: 600;*/
    background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:20px;
}
.uw-contacts .form-control {
font-size: 14px;
}
.uw-contacts .contact-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom:15px;
}
/*Blog Section*/
.uw-articles{
    padding:0px 0px 20px;
    background: #fff;
    text-align: left;
}
.uw-articles .heading-text{
    color: #004054;
    text-align: center;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.uw-articles .heading-text .fadeBullet {
    font-size: 16px;
    transform: rotateY(0) rotate(-45deg);
    position: relative;
    top: 0;
    background: -webkit-linear-gradient(#0cd973,#239FDA);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news-block-one .inner-box{
    position: relative;
    display: block;
}
.blog-grid .news-block-one .inner-box {
    margin-bottom: 50px;
}

.news-block-one .inner-box:before{
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 10px);
    left: 10px;
    top: 10px;
    border: 1px solid #e0e0ea;
    border-radius: 5px;
    z-index: 2;
}

.news-block-one .inner-box .image-box{
    position: relative;
    display: block;
}

.news-block-one .inner-box .image-box .image{
    position: relative;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
    height:250px;
}

.news-block-one .inner-box .image-box .image:before{
    position: absolute;
    content: '';
    background: #252638;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.15;
    z-index: 1;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before{
    opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 0px;
    color: #ffffff;
    z-index: 2;
}


.news-block-one .inner-box .image-box .image img{
    width: 100%;
    transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
    transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
    position: absolute;
    top: 10px;
    right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3{
    position: relative;
    display: inline-block;
    width: 64px;
    font-size: 24px;
    font-weight: 700;
    background: #004054;
    padding: 11px 0px 5px 0px;
    text-align: center;
    border-radius: 0px 5px 0px 5px;
    line-height: 24px;
    z-index: 2;
}
.news-block-one .inner-box .image-box .post-date h3 {
    color: #fff;
}
.news-block-one .inner-box .image-box .post-date h3 span{
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-block-one .inner-box .lower-content{
    position: relative;
    display: block;
    background: transparent;
    padding: 33px 30px 2px 30px;
    z-index: 2;
}

.news-block-one .inner-box .lower-content .category{
    position: absolute;
    left: 30px;
    top: -30px;
}

.news-block-one .inner-box .lower-content .category a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    padding: 3px 12.5px;
}

.news-block-one .inner-box .lower-content .category a i{
    margin-right: 7px;
}

.news-block-one .inner-box .lower-content .category a {
    background: #004054;
}

.news-block-one .inner-box .lower-content .category a:hover{
    background: #252638;
}

.news-block-one .inner-box .lower-content h4{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
    min-height:110px;
}
.news-block-one .inner-box .lower-content .itemFullText
{
    min-height:150px;
}
.news-block-one .inner-box .lower-content h4 a{
    display: inline-block;
    color: #252638;
}

.news-block-one .inner-box .lower-content p {
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
}

.news-block-one .inner-box .lower-content .post-info li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
    padding-left: 22px;
    font-size: 16px;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a{
    display: inline-block;
    color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
    position: absolute;
    left: 0px;
    font-size: 17px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
    position: absolute;
    content: '';
    background: #cbcbcb;
    width: 1px;
    height: 14px;
    top: 6px;
    right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
    display: none;
}


.uw-articles .owl-dots{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 65px;
}

.uw-articles .owl-theme .owl-dots .owl-dot button{
    height: 3px;
}

.uw-articles .owl-theme .owl-dots .owl-dot span{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background: #dddddd;
    border: none;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}
.uw-articles .owl-theme .owl-dots button{
    background: transparent;
}
.uw-articles .owl-theme .owl-dots .owl-dot.active span, .news-section .owl-theme .owl-dots .owl-dot span:hover {
    background: #e41e2f;
}


/*Footer*/
.uw-footer{
    /*background:#0a2240 !important;*/
    padding:15px 0px;
   
}
.footer-credits {
    font-size:14px;
    color:#fff;
}
.footer-socials{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/*Portfolio*/
.uw-tech-portfolio{
    /*margin-bottom: 20px;*/
}
.uw-tech-portfolio .heading-text{
    line-height: 24px;
}
.uw-tech-portfolio .heading-text .heading-1{
    color: #0a2240;
    text-align: left;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 700;
    font-family: Avenir-Black, sans-serif !important;
}
.uw-tech-portfolio .heading-text .heading-2{
    color: #0a2240;
    text-align: left;
    text-shadow: none;
    font-size: 18px;
}
.uw-tech-portfolio  .portfolio-item
{
    border:1px solid rgba(0,58,112,0.2);
    border-radius: 8px;
    box-shadow: none;
    background: #FFF;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.uw-tech-portfolio .portfolio-item img
{
    width:100%;
    height:380px;
}
.uw-tech-portfolio .portfolio-desc
{
    padding:15px;
}

.uw-tech-portfolio .portfolio-desc .heading{
    color: #0a2240;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 800;
    font-family: Avenir-Black, sans-serif !important;
}
.uw-tech-portfolio .portfolio-desc p{
    margin: 0px !important;
}
.uw-tech-portfolio .portfolio-desc a
{
    color: #ff5c35 !important;
    text-decoration: none;
}

/*Process*/
.uw-tech-process{
    /*margin-bottom: 20px;*/
}
.uw-tech-process .heading-text{
    line-height: 24px;
}
.uw-tech-process .heading-text .heading-1{
    color: #0a2240;
    text-align: left;
    text-shadow: none;
    font-size: 2rem;
    font-weight: 700;
    font-family: Avenir-Black, sans-serif !important;
}

.uw-tech-process .steps {
    position: relative;
    z-index: 10;
    margin-top: 20px
}
.uw-tech-process .steps-indicator {
    position: absolute;
    left:1.5rem;
    border:0px;
    top:0;margin-top:0.75rem;
    height: calc(100% + 1.8rem);
    border-right:1px dashed #ff5c35;
}
.uw-tech-process .steps-indicator-horizontal
{
    position: absolute;
    width: 4rem;
    border:0px;
    border-top:1px dashed #ff5c35;
    margin-left: 1.5rem;
    margin-top: 1.5rem;
}
.uw-tech-process .step {
    position: relative;

}
.mb-14 {
    margin-bottom: 1.09rem;
}
.uw-tech-process .step-icon {
    position:relative;
    margin-top: 10px;
    display: inline-block;
    height: 2rem;
    width: 10%;
    vertical-align: top;
}
.uw-tech-process .step-content {
    margin-left:1.5rem;
    vertical-align: top;
    display: inline-block;
    width: 80%;
}
.uw-tech-process .step-content .number{
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}
.uw-tech-process .step-content .title{
    font-size: 18px;
    line-height:24px;
    margin-bottom:3px;
    font-weight: 500;
    font-family: Avenir-Black, sans-serif !important;
    color: #0a2240;
}
.uw-tech-process .step-content .desc{
    line-height: 1.25rem;
}
.uw-tech-process .step-content-cta
{
    margin-left: 4.5rem;
    position: relative;
}
.uw-tech-process .link-block {
    background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/*Construction Values*/
.uw-build-values
{
    padding:15px 0px;
	/* background: -webkit-linear-gradient(left, #fff 20%, #ff0000 78%);
  background: -moz-linear-gradient(left, #fff 20%, #ff0000 78%);
  background: -o-linear-gradient(left, #fff 20%, #ff0000 78%);
  background: -ms-linear-gradient(left, #fff 20%, #ff0000 78%);
  background: linear-gradient(left, #fff 20%, #ff0000 78%);*/
}
.uw-build-values .values{

background: #007380 !important;
border-radius:5px;
margin:auto;

}
.uw-build-values .heading-text .heading-1{
    color: #0a2240;
    text-shadow: none;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
	font-family:Avenir-Black, sans-serif !important;
	font-size:2rem;
	
}
.uw-build-values .heading-text .heading-2{
    color: #0a2240;
    text-shadow: none;
    font-size: 18px;
}
.uw-build-values .value-item
{
    display: flex;
    flex-direction: row;
    gap:20px;
    color: #fff;
	align-items:center;
}
.uw-build-values .value-item .item_icon {
  /*background:#fff;
  padding:5px 10px;*/
  height:fit-content;
  border-radius:3px;

}
.uw-build-values .value-item .item_content {
    padding-left: 15px;
    text-align:left;
}
.uw-build-values .value-item .item_title {
    font-weight: 600;
    font-size: 16px;
    color: #fff !important;
    line-height: 1.4em;
	
}
.uw-build-values .value-item .item_description {
    padding-top:5px;
    color:#fff;
}

/*Construction products*/

.uw-build-products {
      display: block;
      text-align: center;
      /*margin-bottom:20px;*/
      padding:35px 0px;
      background: #0a2240;
  }
.uw-build-products .heading-text .heading-1{
    color: #0a2240;
    text-shadow: none;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.8rem;
	font-family:Avenir-Black, sans-serif !important;
	font-size:2rem;
	
}
.uw-build-products .heading-text .heading-2{
    color: #0a2240;
    text-shadow: none;
    font-size: 18px;
}


.platform-blurbs {
  border-top: 1px dashed #777 !important;
  padding-top: 42px;
  display: flex;
  justify-content: center;
  margin:15px 0;
}
.platform-blurbs div {
  padding: 0 30px;
  border-right: .5px solid #aaa;
}
.platform-blurbs div p {
  margin: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #0d3d5b;
}
.platform-blurbs div:last-child {
  border-right: none;
}


/*Big banner*/
.hero img {
    width: 100%;
}
.big-banner {
  background-color: #ff5c35;
  width: 100%;
 
}
.big-banner .banner-text {
  padding: 0;
}
.big-banner .banner-text h2 {
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff;
    margin:30px 0;
    display: inline-block;
    position: relative;
}

.big-banner .banner-text h2 a {
    color: #fff;
    text-decoration:none;
}


.uw-marketo-form {
    background-color:#fefefe;
    border-radius:0.25rem;
    border:1px solid #ddd;
    padding:1.875rem;
}
.uw-marketo-form .form-heading {
    margin-bottom:1.5rem;
}
.uw-marketo-form .form-heading .heading {
    font-weight:700;
    font-size: 1.2375rem;
  line-height: 1.5;
}

.form-group.required .control-label::after {
  content: "*";
  color: red;
  padding-left: 3px;
}


.uw-about{
      padding: 35px 0px 0px
}

.uw-about .aboutBanner
{
    max-width: 620px;
  margin: 0 auto;
  padding: 10px 0;
}

.uw-about .typography-h2{
    line-height: 1.2;
  letter-spacing: -0.00833em;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  font-size:30px;
}

@media (max-width: 900px) {
  .uw-about .typography-h2 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .uw-about .typography-h2 {
    font-size: 20px;
  }
}

.uw-about .typography-h5{
  letter-spacing: 0em;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
  font-size:18px;
  margin-bottom: 20px;
}

.uw-about .typography-h5-a{
    line-height: 1.334;
  letter-spacing: 0em;
  color: #ff5c35;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 60px;
}

.aboutDetails{
    padding-top: 5px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-auto-rows: 515px;
  grid-column-gap: 16px;
  column-gap: 16px;
  padding-bottom: 96px;
}

@media screen and (max-width: 1025px) {
  .aboutDetails {
    grid-auto-rows: inherit;
  }
}

@media screen and (max-width: 767px) {
  .aboutDetails {
    padding-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 515px;
    grid-row-gap: 16px;
    row-gap: 16px;
  }
}
.aboutDetails .leftPhotoBlock {
  max-width: 400px;
  border-radius: 20px;
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
 .aboutDetails .leftPhotoBlock {
    justify-self: center;
  }
}
.aboutDetails .leftPhotoBlock img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.aboutDetails .rightContentBlock {
  position: relative;
  right: 6vw;
  top: 6vw;
  z-index: 2;
  max-width: 515px;
  border-radius: 10px;
  padding: 48px;
  box-shadow: 0 8px 16px rgba(0,0,0,.08);
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .aboutDetails .rightContentBlock {
    right: 0;
    top: 0;
    justify-self: center;
  }
}

.aboutDetails .moreinfo h2{
        /*margin: 48px 0 16px;*/
    border-top: 1px solid #d7d7d7;
    padding-top: 24px;
    letter-spacing: -.02em;
    line-height: 32px;
    font-size: 1.25rem;
}
.aboutDetails .moreinfo p{
   /*line-height:28px;*/
   /*margin: 16px 0;*/
}



.cta-section {
    padding: 35px 0;
    color: #fff;
    background: linear-gradient(70.8deg,#0a2240  50.13%,#F7F7F7 12.19%);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    position: relative;
    overflow: visible;
}

@media (max-width: 767px){
.cta-section {
     overflow: hidden;
     background: linear-gradient(89.8deg,#0a2240 2.13%,#0a2240 50.19%);
    }
}
.cta-section h2 {
    text-align: left;
    color: #fff;
    font-size: 60px;
    font-weight:700;
}
@media (max-width: 1280px){
.cta-section h2 {
    font-size: 35px!important;
    line-height: 1.3;
     font-weight:700;
    }
}

.cta-section p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 610px;
}

.cta-section .cta-btn-v2 {
    display: flex;
    background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
    border-radius: 6px;
    color: #FFF;
    /*font-weight: 600;*/
    font-size: 18px;
    /*line-height: 22px;*/
    letter-spacing: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 20px;

}
.cta-section .cta-image {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 630px;
    max-width: 100%;
}
@media (max-width: 767px){
.cta-section .cta-image {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
 }
}

.uw-product-navbar  {
     background:#fff;
  }
.uw-product-navbar a {
      color: #0a2240 !important;
      font-size: 16px;
      font-weight: 500;
  }
  .uw-product-navbar .cta-btn {
      color: #FFF !important;
  }
  
 .uw-product-v1 .cta-banner
 {
      padding: 60px 130px 10px;
      text-align: center !important;
 }
 

.uw-product-v1 .cta-banner .heading-1 {
    color: #0a2240;
    text-shadow: none;
    padding-bottom: 0;
    font-family: Avenir-Black, sans-serif !important;
    font-size: 55px;
    font-weight: 300;
    line-height: 60px;
}

.uw-product-v1 .cta-banner .heading-1 a{
    color:#ff5c35 !important;
}
.uw-product-v1 .cta-banner .heading-5 {
    color: #0a2240;
    /*text-align: left;*/
    text-shadow: none;
    margin: 0 0 30px;
    padding-bottom: 0;
    font-family: Avenir, sans-serif;
    font-size: 22px;
    /*line-height: 24px;*/
}
.uw-product-v1 .link-block {
    /*max-width:50%;*/
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(164deg, #ff5c35, #ff5c35 25%, #ff5c35);
    /*display: flex;*/
    /*flex-direction: row;*/
    justify-content: center;
    align-items: center;
    font-size: 20px !important;
    border-radius: 4px !important;
    font-weight: 500;
}

@media (max-width: 767px){
.uw-product-v1 .cta-banner {
     padding: 40px 0 10px;
    }

.uw-product-v1 .cta-banner .heading-1 {
    font-size: 35px;
     line-height: 40px;
}
.uw-product-v1 .cta-banner .heading-5 {
    font-size:18px;
}
    
.uw-product-v1 .cta-banner .cta-image {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
}
}


.uw-product-v1 .features {
    margin-top: 48px;
}
.uw-product-v1 .features .heading-text {
 padding-bottom: 15px;
}

.uw-product-v1 .features .heading-text .heading-1 {
  color: #0a2240;
  text-align: center;
  text-shadow: none;
  font-size: 2rem;
  font-weight: 700;
  font-family: Avenir-Black, sans-serif !important;
}
.uw-product-v1 .features .heading-text .heading-2 {
  color: #0a2240;
  text-align: center;
  text-shadow: none;
  font-size: 18px;
}
.uw-product-v1 .feature-card-l {
    background-color: #e6eefe;
    border-radius: 4px;
    justify-content: space-between;
    display: flex;
}

.uw-product-v1 .feature-card-l.hide {
    display: none;
}

.uw-product-v1 .features-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 24px;
    display: grid;
} 
.uw-product-v1 .feature-card-s {
    background-color: #e6eefe;
    border-radius: 4px;
    justify-content: space-between;
    display: flex;
}
.uw-product-v1 .feature-card-s.hide {
    display: none;
}
.uw-product-v1 .feature-card-s.margin-top-32 {
    margin-top: 24px;
}


.uw-product-v1 .feature-card-m {
    background-color: #e6eefe;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
}

.uw-product-v1 .card-content {
    /*width: 44%;*/
    padding: 30px 10px 0px 48px;
    /*padding-left: 48px;*/
}
.uw-product-v1 .card-content.percent-36 {
    /*width: 36%;*/
    margin-left: 48px;
}
.uw-product-v1 .card-content.percent-80 {
    width: 80%;
}
.uw-product-v1 .card-content.percent-80.margin-top-56 {
    margin-top: 56px;
}
.uw-product-v1 .h4-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 2rem;
    color:#0a2240;
    font-family: Avenir-Black, sans-serif !important;
}

.uw-product-v1 .para {
    color:#0a2240;
    margin-bottom:0.5rem;
}
.uw-product-v1 .text-button {
    font-size: 16px !important;
    color: #fff;

}

.uw-product-v1 .img-feature {
    /*height: 304px;*/
    align-self: stretch;
    /*overflow: hidden;*/
}

.uw-product-v1 .img-feature-mobile{
    display: none;
}

.uw-product-v1 .mobile {
   display:none;
}
.uw-product-v1 .img-feature.percent-50 {
    align-items: flex-end;
    display: flex;
}
.uw-product-v1 .img-feature.margin-up-32 {
    height: 352px;
    align-self: center;
    margin-top: 32px;
    overflow: visible;
}
.uw-product-v1 .img-feature.margin-up-32.size-flex {
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 40px;
    display: flex;
}
.uw-product-v1 .image-31 {
    max-height: 100%;
    max-width: 2000%;
    align-self: center;
    padding-top: 0;
}

.uw-product-v1 .sub-features{
    color:#0a2240;
}
.uw-product-v1 .sub-features ul {
    padding-bottom: 0;
}
.uw-product-v1 .sub-features ul li{
    display: block;
        list-style: none;
    position: relative;
    line-height: 1.429;
    margin-bottom: 0.5rem
    font-size: 15px;
}
.uw-product-v1 .sub-features ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #64d2ff;
    border-radius: 50%;
    position: absolute;
    left: -0.9375rem;
    top: 0.5625rem;
}
@media screen and (max-width: 767px){
    
.uw-product-v1 .feature-card-l, .uw-product-v1 .feature-card-s {
        height: auto;
        flex-direction:column;
        align-items:center;
}
.uw-product-v1 .card-content {
    padding: 32px 10px 10px 24px;
}
.uw-product-v1 .img-feature.percent-50 {
    height: 100%;
    /*display: none;*/
    overflow: hidden;
}

.uw-product-v1 .img-feature-mobile {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
}
.uw-product-v1 .image-31 {
    width: 88%;
    padding-top: 0;
}
.uw-product-v1 .image-46 {
    height: 98%;
}
.uw-product-v1 .mobile-hide {
   display:none;
}
.uw-product-v1 .mobile-display {
   display:block;
}
.uw-product-v1 .features-cards {
  flex-direction: column;
    display: flex;
}
}

@media screen and (max-width: 991px){
.uw-product-v1 .card-content{
       padding: 32px 10px 10px 24px;
    }
    .uw-product-v1 .img-feature.percent-50 {
    width: 50%;
}
.uw-product-v1 .features-cards {
    flex-direction: column;
    display: flex;
}
.uw-product-v1 .mobile-hide {
   display:none;
}
.uw-product-v1 .mobile {
   display:block;
}
}


/*Pricing Table*/
.uw-pricing {
  padding: 35px 0;
  position:relative;
  background: #F7F7F7;
  width:100%;
 text-align: center !important;
}
.uw-pricing .heading-text {
 padding-bottom: 15px;
}

.uw-pricing .heading-text .heading-1 {
  color: #0a2240;
  /*text-align: left;*/
  text-shadow: none;
  font-size: 2rem;
  font-weight: 700;
  font-family: Avenir-Black, sans-serif !important;
}
.uw-pricing .heading-text .heading-2 {
  color: #0a2240;
  /*text-align: left;*/
  text-shadow: none;
  font-size: 18px;
}
.uw-pricing .content-box {
  width: 100%;
margin:0 auto;
  
}
.uw-pricing ul{
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.uw-pricing li {
  list-style:none;
  flex:1;
}

.uw-pricing button {
  width:100% !important;
  border: 1px solid #DDD;
  /*border-right:0;*/
  /*border-top:0;*/
  padding: 10px;
  background:#FFF;
  font-size:18px;
  font-weight:500;
  /*height:60px;*/
  color:#0a2240
}
.uw-pricing li.active button {
  background:#0a2240;
  color:#FFF;
}
.uw-pricing table { 
    border-collapse:collapse; 
    table-layout:fixed; 
    width:100%; 
    background:#fff;
     border-radius:4px;
}
.uw-pricing th { 
    background:#FFF;
    display:none; 
    
}
.uw-pricing td, .uw-pricing th {
  /*height:53px*/
  height:auto;
}
.uw-pricing td,.uw-pricing th { 
    border:0px solid #DDD; 
    padding:10px 10px 10px 35px; 
    empty-cells:show; 
    
}

.uw-pricing tbody tr td:first-of-type{
    border-right:1px solid #DDD !important;
}
tr:first-child > td {
    background-color: rgb(179, 250, 179);
}

.uw-pricing td.sep,.uw-pricing th.sep { 
    padding:10px !important; 
}

.uw-pricing thead td, .uw-pricing thead th {
     padding: 0px 10px !important;
}
.uw-pricing thead td.cta, .uw-pricing thead th.cta {
    padding: 10px 0 !important;
} 

.uw-pricing thead td.plan-name,.uw-pricing thead th.plan-name { 
    padding-top:15px !important; 
}

.uw-pricing td,.uw-pricing th {
  text-align:left;
}
.uw-pricing td+td, .uw-pricing th+th {
  text-align:center;
  display:none;
}
.uw-pricing td.default {
  display:table-cell;
}
/*plan basic details */
.uw-pricing .plan-name {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--zf-primary-semibold);
  margin-bottom: 15px;
}

.uw-pricing td .plan-caption {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
  color: #999;
}



.uw-pricing .bg-grey {
  border-top:0px solid #5E6A71;
  border-bottom:0px solid #fff;  
  background-color:#fff;
}
.uw-pricing .bg-ltpurple {
  border-top:0px solid #b197b7;
  border-bottom:0px solid #f4eef6;    
  background-color:#f4eef6
}
.uw-pricing .bg-purple {
  border-top:3px solid #714e71;  
  border-bottom:0px solid #e2cee3;  
  background-color:#e2cee3;
}
.uw-pricing .bg-membership {
  Height:10px !important;
  border-top:3px solid #0097CF;
}
.uw-pricing .sep {
  background:#f3f3f3;
  font-weight:500;
  color:#0a2240;
  font-size:16px;
  border-right:0px solid #DDD !important;
}
.uw-pricing td.short{
   height:20px !important;
   border-bottom:1px solid #fff;    
   background-color:#fff;
}
.uw-pricing td.shortltpurple{
   height:20px !important;
   border-bottom:1px solid #f4eef6;    
   background-color:#f4eef6;
}
.uw-pricing td.shortpurple{
   height:20px !important;
   border-bottom:1px solid #e2cee3;  
   background-color:#e2cee3;
   /*display:table-cell;*/
}
.uw-pricing td.price{
   height:20px !important;
   border-top:0px;
   border-bottom:0px;
   text-align:center;
}
.uw-pricing td.priceltpurple{
   height:20px !important;
   border-top:0px;
   border-bottom:0px;
   text-align:center;
   background-color:#f4eef6;  
}
.uw-pricing td.pricepurple{
   height:20px !important;
   border-top:0px;
   border-bottom:0px;
   text-align:center;
   background-color:#e2cee3;
   /*display:table-cell;  */
}
.uw-pricing td.priceheader{
   height:20px !important;
   border:0;
   font-size:25px;
   font-weight:bold;
}
.uw-pricing td.description{
   height:20px !important;
   border-top:0px;
   text-align:center;
   border-bottom:0px;
}
.uw-pricing td.descriptionltpurple{
   height:20px !important;
   border-top:0px;
   text-align:center;
   background-color:#f4eef6;  
   border-bottom:0px;  
}
.uw-pricing td.descriptionpurple{
   height:20px !important;
   border-top:0px;
   text-align:center;
   background-color:#e2cee3;  
   border-bottom:0px;  
   /*display:table-cell;  */
}
.uw-pricing td.grey{
   background-color:#fff;   
   color:#5e6a71;
}
.uw-pricing td.ltpurple{
   background-color:#f4eef6;   
   /*display:table-cell;*/
   color:#8e258d;
}
.uw-pricing td.purple{
   background-color:#e2cee3;
   color: #8e258d;
}
.uw-pricing .txt-l { font-size:28px; font-weight:bold; }
/*--.txt-top { position:relative; top:-9px; left:-15px; }--*/
.uw-pricing .txt-top { position:relative; top:15px; }
.uw-pricing .tick { 
    font-size:18px; 
    color:#5e6a71; 
}

.uw-pricing .check {
  display: inline-block;
  transform: rotate(45deg);
   height: 16px;
   width: 8px;
    border-bottom: 2px solid #78b13f;
    border-right: 2px solid #78b13f;
}

.uw-pricing .close {
  position: absolute;
  /*right: 32px;*/
  /*top: 32px;*/
  /*width: 32px;*/
  /*height: 32px;*/
  opacity: 1;
}

.uw-pricing .close:before, .uw-pricing .close:after {
  position: absolute;
  /*left: 15px;*/
  content: ' ';
  height: 16px;
  width: 2px;
  background-color: #ff5c35;
}
.uw-pricing .close:before {
  transform: rotate(45deg);
}
.uw-pricing .close:after {
  transform: rotate(-45deg);
}



.uw-pricing .tickltpurple { font-size:18px; color:#b079b1; }
.uw-pricing .tickltpurplesmallfont { font-size:16px; color:#b079b1; }
.uw-pricing .tickpurple { font-size:18px; color:#8e258d; }
.uw-pricing .donotshow {
  border:0;
  background:none;
}
.uw-pricing .hidetop {
  border-top:1px solid #ddd;
  border-bottom:0px;
  background:none;
}

@media (min-width: 767px) {
    .uw-pricing .content-box {
  width: 65%;
margin:0 auto;
  
}
  .uw-pricing ul {
    display:none;
  }
  .uw-pricing td,.uw-pricing th {
    display:table-cell !important;
  }
  .uw-pricing td,.uw-pricing th {
    width: 280px;
  
  }
  .uw-pricing td+td, .uw-pricing th+th {
    width: auto;
  }
}


.whats-float {
    position: fixed;
    transform:translate(108px,0px);
    top:50%;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle
}

@media only screen and (max-width: 384px) {
  .whats-float {
    width:200px;
  }
}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float iconify-icon {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
}

.whats-float:hover iconify-icon  {
    transform:rotate(360deg);
}
