@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body.home {
    background: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
    font-family: Roboto, sans-serif
}

section {
    font-family: Roboto, sans-serif;
    font-weight: 300;
    font-size: calc(16px + .41vw)
}

h2 {
    font-size: calc(16px + 2vw);
    color: #000
}

.cta-btn {
    width: 250px;
    background: #f87a54;
    margin: 4vh 0 0;
    font-size: 24px;
    color: #fff;
    border-radius: 50px
}

#particle-slider {
    width: 500px;
    height: 418px;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#fp-nav li:first-child .fp-tooltip,
#fp-nav li:first-child a span,
#fp-nav li:first-child a.active span,
#fp-nav li:first-child:hover a.active span {
    display: none
}

#fp-nav li:first-child a:after {
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f015";
    position: absolute;
    top: 0;
    left: -3px;
    display: block;
    color: #fff;
    transition: .2s ease-in-out
}

#fp-nav li:first-child a.active:after,
#fp-nav li:first-child a:hover:after,
#fp-nav.white li:first-child a:hover:after {
    color: #ff6c4b;
    transform: scale(1.5)
}

#fp-nav.white li:first-child a:after {
    color: #7d7e80
}

.top-container {
    padding: 0;
    color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.top-container .fp-scroller {
    height: 100%
}

.headline {
    font-size: calc(16px + 2.5vw);
    line-height: .8;
    font-weight: 500;
    margin-bottom: 25px
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.animate-text {
    color: #f8824c
}

.leads {
    font-size: calc(16px + 1.5vw);
    color: #fff;
    margin-bottom: calc(16px + 1vw)
}

.video-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    z-index: 11;
    display: block;
    top: 0
}

#video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
    overflow: hidden
}

#video-background iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.trust-rows {
    position: relative;
    top: 25vh
}

.resourcifi-service {
    background: linear-gradient(90deg, #fb6060 40%, #695bfd 100%);
    color: #fff
}

.resourcifi-service h3 {
    font-size: calc(16px + 1VW);
    font-weight: 500;
    margin: 0
}

.resourcifi-service h3 a {
    color: #fff;
    transition: .2s ease-in-out
}

.fa-icon:hover .fa,
.resourcifi-service h3 a:hover {
    color: #ff6c4b
}

span.fa-icon {
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
    background: #263238;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.big-s {
    margin: 1vh 0
}

.we-provide {
    margin-top: calc(16px + 5vh)
}

.we-provide hr {
    width: 100px;
    margin: 10px auto
}

.process-num {
    position: absolute;
    left: 50%;
    font-size: calc(16px + 4vw);
    color: rgba(0, 0, 0, .05);
    transform: translate(-50%, 0);
    font-weight: 500
}

.c1,
.c2,
.c3,
.c4 {
    padding: 75px 0
}

.c-1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 14px
}

.c-2 {
    position: absolute;
    width: 100%;
    bottom: 50%;
    left: 0
}

.c-3 {
    position: absolute;
    top: 50%;
    left: -13px;
    width: 100%
}

.c-4 {
    position: absolute;
    width: 100%;
    right: 27px;
    bottom: 50%
}

.arrow-1 img {
    position: absolute;
    top: 25%;
    right: -22%;
    width: 40%;
    z-index: 1
}

.arrow-2 img {
    position: absolute;
    right: -18%;
    top: 30%;
    z-index: 1;
    width: 40%
}

.arrow-3 img {
    position: absolute;
    top: 25%;
    right: -12%;
    width: 40%;
    z-index: 1
}

.why-choose {
    background: linear-gradient(90deg, #fb6060 40%, #695bfd 100%);
    color: #fff
}

.hire-from-resourcifi-point li {
    font-size: 16px;
    margin: 0 0 calc(10px + .25vw);
    font-weight: normal;
    display: flex;
    align-items: center
}

.why-choose-point {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    padding: 15px
}

.cta-btn-call {
    position: absolute;
    bottom: 25px;
    width: 100%
}

.cta-btn-call .cta-btn {
    background: #fff;
    color: #000
}

.cta-btn-call .cta-btn:hover {
    color: #f95839
}

.resourcifi-highlights {
    overflow: hidden
}

.resourcifi-highlights .fp-tableCell {
    vertical-align: top
}

.resourcifi-highlights .owl-item .item {
    margin: 0
}

.carouesl-text span {
    line-height: 1.2
}

.resourcifi-highlights .owl-nav {
    text-align: center;
    width: 150px;
    background: #525c6e;
    border-radius: 10px 10px 0 0;
    margin-top: 10vh;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
    transform: translateX(-20px)
}

.resourcifi-highlights .owl-nav .owl-next,
.resourcifi-highlights .owl-nav .owl-prev {
    display: flex
}

.resourcifi-highlights .fa {
    font-size: 50px
}

.owl-next:hover path,
.owl-prev:hover path {
    fill: #ccc
}

.resourcifi-highlights .owl-controls {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%
}

.owl-theme.owl-loaded {
    position: static
}

.our-works p {
    line-height: normal;
    margin-bottom: 3vh
}

.resourcifi-highlights.our-works .owl-controls {
    position: absolute;
    bottom: 0;
    z-index: 9999;
    width: 100%
}

.resourcifi-highlights.our-works .owl-nav {
    background: #fff;
    padding: 10px 0;
    transform: translateX(-20px)
}

.resourcifi-highlights.our-works .owl-carousel.owl-theme {
    position: static
}

.resourcifi-highlights.our-works .owl-dots {
    display: none
}

.contact-wrap {
    background: #536976;
    background: url(../images/resourcifi-path.png) left bottom no-repeat, linear-gradient(45deg, #3b5dc010%, #2db4ee 75%);
    color: #fff;
    background-size: 23%, auto
}

.columnform7marginbottom {
    margin-bottom: 15px
}

#contact-wrap textarea,
input:not([disabled]):not([type=submit]) {
       background-color: #ebebeb;
        border:0;
    border-radius: 5px;
    padding: .5em;
    width: 100%;
    font-size: 16px;
    font-family: Roboto, sans-serif
}

#contact-wrap textarea {
    height: 75px;
    resize: none
}

#contact-wrap .sc_button_style_filled,
.blog-sec .sc_button_style_filled {
    background: #4594c3;
    border: 0;
    color: #000;
    padding: 10px 25px;
    border-radius: 50px;
    
    margin: 20px 0 0;
    width: auto;
    font-weight: 500;
    height: 35px;
        display: inline-flex;
    font-size: 17px;
}

#contact-wrap .sc_button_style_filled:hover,
.blog-sec .sc_button_style_filled:hover {
    background: #ff6c4b;
    color: #fff
}

#contact-wrap .columnform7marginbottom {
    margin-bottom: 10px
}

#contact-wrap span.wpcf7-not-valid-tip {
    font-size: .5em;
    line-height: normal
}

.clients-speak {
    background: #f0f2f3
}

.clients-speak .item {
    background: #fff;
    padding: 60px 25px 50px;
    border-radius: 10px;
    font-size: calc(16px + .75vw);
    color: #000;
    font-family: georgia
}

#client-speak {
    margin-top: 10vh
}

.abt-client {
    display: flex;
    justify-content: space-between
}

#client-speak .owl-controls {
    position: absolute;
    width: 100%
}

#client-speak .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 0
}

#client-speak .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 0
}

#client-speak .owl-item {
    opacity: .5
}

#client-speak .owl-item.active.center {
    opacity: 1
}

.block-quote {
    position: absolute;
    top: -10px
}

.award [class*=col-] {
    margin-top: 25px
}

.faq-constant {
    background: #eee
}

.panel-default {
    border-radius: 0
}

.panel-default>.panel-heading {
    background-color: transparent
}

.panel-group .panel {
    border-radius: 0;
    margin: 20px 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.panel-title {
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067"
}

.panel-title>a:active,
.panel-title>a:focus,
.panel-title>a:hover {
    text-decoration: none
}

.panel-heading {
    padding: 0
}

.panel-heading a {
    padding: 15px;
    display: block
}

.panel.panel-default.active {
    border-color: #fc8d45
}

.panel.panel-default.active .panel-heading {
    border-bottom: 1px solid #fc8d45
}

.resourcifi-tech {
    background: #443f3f;
    padding: calc(16px + 3vh) 0 0
}

.tech-box {
    background: #282828;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: calc(16px + 2vh)
}

.site-footers {
    display: flex;
    justify-content: space-between
}

.site-footers .col-cust {
    margin: 0
}

.site-footers ul {
    padding: 0;
    list-style: none
}

.site-footers ul li {
    margin: 0 0 5px
}

.site-footers a {
    color: rgba(255, 255, 255, .5);
    font-size: 18px
}

.resourcifi-tech .fa-stack {
    width: 1.25em;
    height: 1.25em;
    line-height: 1.25em;
    margin-top: 10px
}

.cont-ele {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    padding-top: 15px;
    font-weight: 300;
    font-size: 16px
}

.conatiner-full {
    background: #000;
    padding: calc(16px + 3vh) 0 0;
    margin: calc(16px + 3vh) 0 0
}

.cta-btn {
    width: 250px;
    background: #f87a54;
    margin: 4vh 0 0;
    font-size: 24px;
    color: #fff;
    border-radius: 50px
}

.brick-o {
    padding: 5px;
    font-size: 0
}

.brick-o .post-thumbnail {
    margin: 0
}

.brick-bg,
.brick-bg .thumb-w,
.brick-c,
.brick-c-i,
.brick-url {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.brick-i {
    position: relative;
    height: 0;
    overflow: hidden;
    font-size: 1.5rem;
    padding-bottom: 76%;
    color: #fff
}

.brick-c-i {
    z-index: 3;
    padding: 15px;
    top: auto;
    pointer-events: none;
    background-image: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 110%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .8) 110%)
}

.brick-e-t {
    margin-bottom: 0;
    margin-top: 0;
    max-width: 550px;
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #fff !important;
    font-size: 2.4rem
}

.brick-bg {
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
    position: absolute !important
}

.thumb-w {
    position: absolute !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    padding: 0 !important;
    height: 100% !important
}

.brick-bg:before {
    background-color: #080810;
    opacity: .3;
    transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -ms-transition: opacity .2s
}

.brick-bg:after,
.brick-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none
}

.thumb-w img {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100% !important
}

.brick-i {
    padding-bottom: 40%
}

.padding-100 .brick-i {
    padding-bottom: 81.5%
}

.brick:hover .brick-bg:before {
    opacity: .6;
    background-color: #ff7a59;
    background-image: none;
    background-image: none
}

.brick-o .brick-bg .thumb-w {
    transition: all .45s ease;
    -webkit-transition: all .45s ease;
    -ms-transition: all .45s ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.brick-o:hover .brick-bg .thumb-w {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.entry-meta {
    letter-spacing: .15rem
}

.pbs-bricks .brick-e-m {
    margin-top: 10px;
    color: rgba(255, 255, 255, .6)
}

.entry-meta {
    overflow: hidden;
    font-size: 1.1rem;
    color: #afafaf
}

.blog-title {
    margin-top: calc(16px + 2.5vw)
}

#contact-wrap .columnform7marginbottom.margin-0 {
    margin: 0
}

.twentyseventeen-front-page.modal-open .modal {
    transform: translateY(0)
}

.down-arrow {
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 99
}

@media(min-width:1600px) {
    .resourcifi-service h3 {
        font-size: calc(16px + .75vw)
    }
}

@media(min-width:1400px) {
    .big-s {
        margin: 10vh 0 0
    }
    #contact-wrap .columnform7marginbottom {
        margin-bottom: 20px
    }
}

@media screen and (min-width:992px) {
    .carousel-wrap {
        max-height: 100vh
    }
    .carouesl-text {
        padding-top: 25vh
    }
    .flex-centers {
        display: flex;
        align-items: center
    }
    .cta-btn {
        margin-top: 2vh
    }
}

@media screen and (max-width:1370px) {
    .why-choose-point {
        height: 9vh;
        width: 9vh
    }
}

.fixed-nav {
    position: fixed;
    bottom: 3vh
}

.navbar-toggle-fixed:focus {
    outline: 0
}

.navbar-toggle-fixes {
    position: fixed;
    right: 10px;
    top: 10px;
    background: 0 0;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    z-index: 99999
}

.navbar-toggle-fixes .icon-bar {
    width: 30px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 5px 0;
    transition: .5s
}

.is-opens span {
    display: block;
    position: relative;
    left: -4px
}

.navbar-toggle-fixes.is-opens .icon-bar:nth-child(1) {
    -webkit-transform: rotate(225deg) translate(-13px, 0);
    transform: rotate(225deg) translate(-13px, 0)
}

.navbar-toggle-fixes.is-opens .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-225deg) translate(-15px, 0);
    transform: rotate(-225deg) translate(-15px, 0)
}

.navigation-top-open {
    transition: .5s all ease-in-out;
    transform: translateY(-110%);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999
}

.nav-over {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9);
    position: relative
}

.blind-nav-show {
    transform: translateY(0)
}

.stick {
    padding: 10px 0;
    text-align: center;
    transition: 1s all
}

.stick a {
    color: #fff;
    font-size: calc(16px + 1vw);
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none
}

.flexin {
    position: absolute
}

.flexs:after {
    content: "";
    width: 2px;
    height: 500px;
    display: block;
    background: #5b5b5b;
    position: absolute;
    top: 0;
    right: -15%
}

.activeline:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #ff774d;
    display: block;
    position: absolute;
    top: 50%;
    animation: leftani .25s linear forwards;
    left: -70%
}

@keyframes leftani {
    from {
        left: -100%
    }
    to {
        left: -40%
    }
}

.nav-panel {
    display: none
}

#dropdown {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-40%, -50%)
}

#dropdown li,
#sub-nav li {
    padding: 15px 0
}

#dropdown li a,
#sub-nav li a {
    color: #fff;
    display: inline-block;
    font-size: calc(16px + .5vw);
    font-weight: 500;
    text-decoration: none
}

#sub-nav {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 15px;
    transform: translate(0, -50%);
    width: 45%
}

#sub-nav #business {
    margin-top: 150px
}

#sub-nav li {
    display: inline-block
}

#dropdown li a {
    position: relative
}

#dropdown li a:hover,
#dropdown li.actives a,
#sub-nav li a:hover,
.nav-over a:hover,
.navigation-top-open .active a,
.stick .fa:hover {
    color: #ff774d
}

#sub-nav li a {
    display: flex;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    color: #fff;
    font-size: calc(16px + .25vw)
}

.mega-icon {
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 10px
}

@media(max-width:1366px) {
    .flexs:after {
        right: -10%
    }
}

@media(max-width:1024px) {
    .stick a {
        font-size: calc(16px + .5vw)
    }
    #dropdown li a {
        font-size: calc(16px + .25vw)
    }
    #sub-nav li a {
        font-size: 12px
    }
    .activeline:before {
        width: 65px
    }
    .padding-100 .brick-i {
        padding-bottom: 103%
    }
    .brick-i {
        padding-bottom: 50%
    }
    .trust-rows {
        top: 15vh
    }
}

@media(max-width:768px) {
    .section {
        padding: 5vh 0
    }
    .top-container {
        padding: 20vh 0;
        background: rgba(0, 0, 0, .75);
        position: relative
    }
    .trust-rows {
        top: 0
    }
    #particle-slider,
    .four,
    .navbar-toggle-fixes,
    .one,
    .three,
    .two {
        display: none
    }
    .carouesl-text {
        padding: 25px
    }
    .pad-top-20 {
        padding-top: 20px;
    }
    .hvr-wobble-top {
        width: 100%;
    }
}

@-moz-document url-prefix() {
    .wow {
        visibility: visible !important
    }
}

.cccit {
    color: #fff;
}

.font-white h2,
p {
    color: #f0f2f3;
    text-align: justify;
}
.hire-from-resourcifi-point ul{padding:0;}

p.card-text, .panel-body p {
    color: #000;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
}
.panel-body ul li{ font-size: 15px;}