.all-in-one{
	padding: 80px 0; 
	text-align: center;
}

/*.all-in-one h4{
	font-size: 26px;
	color: #323232;
	margin-bottom: 20px;
	letter-spacing: normal;
	line-height: 1.2;
}*/
.all-in-one h4{font-size: 27px !important; text-transform: none; font-family: 'Nunito Sans'; font-weight: 400;line-height: 35px;color: #323232;letter-spacing: 1px;}
@media (max-width: 1199px) {
  .all-in-one h4{font-size: 23px !important; text-transform: none; font-family: 'Nunito Sans'; font-weight: 400;line-height: 32px;color: #323232;letter-spacing: 1px;}  
}
/*.all-in-one h4:after{
    content: '...';
    color: #00919c;
    font-size: 27px;
    margin-left: 10px;
}
*/
.all-in-one p{
    font-size: 22px;
    color: #888888;
    font-family: nunito sans;

}

.hm-blok{
	overflow: hidden;
}

.hm-blok .tx{
	position: relative;
}

.hm-blok .tx-ot {
	top: 50%;
	transform: translateY(-50%);
	position: relative;
        max-width: 410px;
}

/*.hm-blok .tx-ot h3{
	font-size: 40px;
	letter-spacing: normal;
	margin-bottom: 20px;
	font-weight: bold;
}*/
.hm-blok .tx-ot h3{font-size: 30px;letter-spacing: 2px;margin-bottom: 20px;}

.hm-blok .tx-ot p{letter-spacing: normal;line-height: 30px;font-size: 20px;margin-bottom: 20px;font-weight: 300;}

.hm-blok.bk-bg .tx-ot p a{color: #47c0cc;}

.hm-blok.bk-bg .tx-ot p a:hover{color: #fff;}

.hm-blok.wh-bg .tx-ot p a{color: #00919c;}

.hm-blok.wh-bg .tx-ot p a:hover{
	color: #323232;
}

.hm-blok.bk-bg{
	background: linear-gradient(#282a2b, #5E5E5F);
}

.hm-blok.bk-bg .tx-ot h3{
	color: #fff;
}

.hm-blok.bk-bg .tx-ot p{
	color: #dddddd;
}

.hm-blok.wh-bg{
	background: #fff;
}

.hm-blok.wh-bg .tx-ot h3{
	color: #323232;
}

.hm-blok.wh-bg .tx-ot p{
	color: #888888;
}

.hm-blok .nf-item.spacing{
	padding: 10px;
}

.hm-blok .im-ot .container-grid{
	margin: 10px;
}


html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.fp-right {
    right: 20px;
}
#fp-nav.fp-left {
    left: 20px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 40px;
    height: 60px;
    margin: 0px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li:after, .fp-slidesNav ul li:after{background:#00919c; position: absolute; left:19px;top:50%; content: ""; height: 100%; width:1px; /*transform: translateX(-50%);*/}
#fp-nav ul li:first-child:after, .fp-slidesNav ul li:first-child:after{ margin-top: 0px;}
#fp-nav ul li:last-child:after, .fp-slidesNav ul li:last-child:after{ display:none;}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none; border: 2px solid transparent
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 100%;border: 2px solid #fff;
    box-shadow: 0 0 0 6px rgba(0, 145, 156, 0.5);
 }
 
#fp-nav ul li a.active span i,.fp-slidesNav ul li a.active span i,#fp-nav ul li :hover a.active span i,.fp-slidesNav ul li:hover a.active span i{font-size: 18px; text-align: center;font-family:'Font Awesome\ 5 Pro';}

#fp-nav ul li:nth-child(1) a.active span i:after,.fp-slidesNav ul li:nth-child(1) a.active span i:after,#fp-nav ul li:nth-child(1) :hover a.active span i:after,.fp-slidesNav ul li:nth-child(1):hover a.active span i:after{position: absolute; left:50%; top:50%; font-family: "Font Awesome\ 5 Pro"; font-weight: 900; content: "\f109"; color:#fff; font-size: 16px; font-style: normal; transform: translate(-50%,-50%); -webkit-transition: .4s; transition: .4s;}


#fp-nav ul li:nth-child(2) a.active span i:after,.fp-slidesNav ul li:nth-child(2) a.active span i:after,#fp-nav ul li:nth-child(2) :hover a.active span i:after,.fp-slidesNav ul li:nth-child(2):hover a.active span i:after{position: absolute; left:50%; top:50%; font-family: "Font Awesome\ 5 Pro"; font-weight: 900; content: "\f7d9"; color:#fff; font-size: 16px; font-style: normal; transform: translate(-50%,-50%); -webkit-transition: .4s; transition: .4s;}


#fp-nav ul li:nth-child(3) a.active span i:after,.fp-slidesNav ul li:nth-child(3) a.active span i:after,#fp-nav ul li:nth-child(3) :hover a.active span i:after,.fp-slidesNav ul li:nth-child(3):hover a.active span i:after{position: absolute; left:50%; top:50%; font-family: "Font Awesome\ 5 Pro"; font-weight: 900; content: "\f500"; color:#fff; font-size: 16px; font-style: normal; transform: translate(-50%,-50%); -webkit-transition: .4s; transition: .4s;}


#fp-nav ul li:nth-child(4) a.active span i:after,.fp-slidesNav ul li:nth-child(4) a.active span i:after,#fp-nav ul li:nth-child(4) :hover a.active span i:after,.fp-slidesNav ul li:nth-child(4):hover a.active span i:after{position: absolute; left:50%; top:50%; font-family: "Font Awesome\ 5 Pro"; font-weight: 900; content: "\f09d"; color:#fff; font-size: 16px; font-style: normal; transform: translate(-50%,-50%); -webkit-transition: .4s; transition: .4s;}


#fp-nav ul li:nth-child(5) a.active span i:after,.fp-slidesNav ul li:nth-child(5) a.active span i:after,#fp-nav ul li:nth-child(5) :hover a.active span i:after,.fp-slidesNav ul li:nth-child(5):hover a.active span i:after{position: absolute; left:50%; top:50%; font-family: "Font Awesome\ 5 Pro"; font-weight: 900; content: "\f82d"; color:#fff; font-size: 16px; font-style: normal; transform: translate(-50%,-50%); -webkit-transition: .4s; transition: .4s;}


#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 10px;
    width: 10px;
    border: 0;
    background: #00919c;
    left: 48%;
    top: 50%;
    margin: -5px 0 0 -5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    text-transform: uppercase;
    cursor: pointer; transform: translateY(-50%) scale(0); background: #00919c; line-height: 12px; padding:15px; border-radius: 25px; right:40px;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
     -webkit-transition: .4s;
    transition: .4s;
    width: auto;
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 70px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
   #myModalHome .modal-footer{text-align: center;} 
   .flipcause-video iframe{width:100%!important}
   h5::after {
    color: #00919c;
    content: "...";
    font-size: 20px;
}
p.transition-subtitle, .transition-subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .bg-imgwebsite {
    background-image: url("../assets/img/website.jpg");
    height: 450px;
    background-position: 100%,100%;
background-size: cover;
background-repeat: no-repeat;
}
.bg-imgcrm {
    background-image: url("../assets/img/reports.jpg");
    height: 450px;
    background-position: 100%,100%;
background-size: cover;
background-repeat: no-repeat;
}
.bg-imgsuccess {
    background-image: url("../assets/img/successteam.jpg");
    height: 450px;
    background-position: 100%,100%;
background-size: cover;
background-repeat: no-repeat;
}
  .spacer-new-hm {
    width: 100%;
    height: 45px;
}  
.new-work-section p {
	font-weight: normal;
	color: #454444;
        font-size: 13px;
}

.new-h4{font-size: 27px !important; text-transform: none; font-family: 'Nunito Sans'; font-weight: 400;}
.new-hm-p-cls{font-size: 22px; Color: #888888; Font-family: nunito sans;}

.hm-blok .tx-ot h3:after {
    color: #00919c;
    content: ".";
    font-size: 40px;
    display: none;
}




@media (max-width:1199px) {
    .hm-blok .tx-ot {
        top: 0%;
        transform: translateY(0%);
        position: relative;
        padding: 60px 20px;
        max-width: none;
    }
    .hm-blok .tx-ot {
	top: inherit;
	transform: inherit;
}
/*#fp-nav {
	opacity: 1 !important;
	display: block !important;
}*/

}

@media (min-width:1200px) {
    .hm-blok, .hm-blok .im-ot{
        height: 100vh;
    }
    .hm-blok .im-ot img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .hm-blok .im-ot .container-grid{
        top: 50%;
        transform: translateY(-50%);
    }
} 

    @media(max-width: 768px){
        .nf-item-responsive-blog{
            padding: 10px !important;
            position: relative !important;
            top: unset !important;
            width: 48% !important;
            display: inline-block;
            left: unset !important;
            right: unset !important;
            max-width: 48% !important;
            text-align: center;
        }
        .container-grid.nf-col-3 .grid-nf-col-3-responsive{
                height: auto !important;
        }
}
@media(min-width: 414px) and (max-width: 898px){
        .nf-item-responsive-blog{
            padding: 10px !important;
            position: relative !important;
            top: unset !important;
            width: 48% !important;
            display: inline-block;
            left: unset !important;
            right: unset !important;
            max-width: 48% !important;
            text-align: center !important;
        }
        .container-grid.nf-col-3 .grid-nf-col-3-responsive{
                height: auto !important;
        }
}
@media(min-width: 375px) and (max-width: 820px){
        .nf-item-responsive-blog{
            padding: 10px !important;
            position: relative !important;
            top: unset !important;
            width: 48% !important;
            display: inline-block;
            left: unset !important;
            right: unset !important;
            max-width: 48% !important;
            text-align: center !important;
        }
        .container-grid.nf-col-3 .grid-nf-col-3-responsive{
                height: auto !important;
        }
}