.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,0.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-21px);-ms-transform:scale(0.75) translateY(-21px);transform:scale(0.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.chat_title {
margin-bottom: 75px;
}
.chat_title h2 {
color: #222;
font-weight: 400;
font-size: 36px;
line-height: 48px;
}
.chat_title h2 span {
font-weight: 700;
}
.chat_title p {
max-width: 730px;
margin: 0px auto;
color: #677294;
}
.chat_features_item {
text-align: center;
padding: 0px 30px;
}
.chat_features_item .round {
height: 270px;
line-height: 324px;
position: relative;
}
.chat_features_item .round .top_img {
top: -6px;
right: 8px;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.chat_features_item .round_circle {
background-image: -moz-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
background-image: -webkit-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
background-image: -ms-linear-gradient(-140deg, #f483a3 0%, #c670fe 100%);
width: 220px;
height: 220px;
border-radius: 50%;
display: block;
margin: 0 auto;
left: 58%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
z-index: -1;
top: 0;
}
.chat_features_item .round_circle.two {
background-image: -moz-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
background-image: -webkit-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
background-image: -ms-linear-gradient(-140deg, #83f3f4 0%, #70b6fe 100%);
}
.chat_features_item .round_circle.three {
background-image: -moz-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
background-image: -webkit-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
background-image: -ms-linear-gradient(-140deg, #f0f483 0%, #fec070 100%);
}
.chat_features_item h4 {
font-size: 18px;
font-weight: 700;
color: #222;
margin-bottom: 18px;
position: relative;
z-index: 1;
}
.chat_features_item p {
color: #666666;
line-height: 24px;
text-align: center;
}
.chat_features_item:hover .round .top_img {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
} .chat_features_area {
padding: 120px 0px;
}
.chat_features_img {
background-image: -moz-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
background-image: -webkit-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
background-image: -ms-linear-gradient(-140deg, #83e0f4 0%, #7094fe 100%);
width: 100%;
height: 475px;
position: relative;
padding-left: 60px;
}
.chat_features_img .chat_features_img_bg_one {
position: absolute;
left: 0;
z-index: -1;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.chat_features_img .chat_one, .chat_features_img .chat_two {
-webkit-box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
box-shadow: 0px 5px 20px 0px rgba(12, 0, 46, 0.15);
}
.chat_features_img .chat_one {
top: 0px;
position: relative;
}
.chat_features_img .chat_two {
left: 46%;
bottom: -35px;
}
.chat_features_img .dot_bg {
left: -30px;
bottom: 40px;
}
.chat_features_content img {
margin-bottom: 28px;
}
.chat_features_content h2 {
font-size: 36px;
font-weight: 400;
color: #222;
margin-bottom: 16px;
}
.chat_features_content h2 span {
font-weight: 700;
}
.chat_features_content p {
line-height: 30px;
color: #666666;
}
.chat_features_content a {
color: #666666;
font-size: 14px;
font-weight: 700;
}
.chat_features_content a:hover {
color: #6754e2;
}
.chat_features_img_two {
background-image: -moz-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
background-image: -webkit-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
background-image: -ms-linear-gradient(-140deg, #f7b05c 0%, #f08260 100%);
margin-left: 30px;
}
.chat_features_img_two .chat_two {
bottom: 50px;
left: -30px;
}
.chat_features_img_two .chat_one {
top: -30px;
}
.chat_features_img_three {
background-image: -moz-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
background-image: -webkit-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
background-image: -ms-linear-gradient(-140deg, #5cf77d 0%, #70c7fe 100%);
}
.chat_features_img_three .chat_two {
left: 60px;
bottom: 50px;
}
.chat_integration_area {
padding-bottom: 120px;
}
.chat_integration_area .border-bottom {
margin-bottom: 110px;
} @media (max-width: 1199px) {
.chat_features_item {
padding: 0px;
}
.chat_features_item .round_circle {
left: 50%;
}
}
@media (max-width: 991px) {
.chat_core_features_area .row {
justify-content: center;
}
.chat_features_item {
margin-bottom: 50px;
}
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//hostphox.com/wp-content/plugins/saasland-core/assets/vendors/owl-carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}