@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); 
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
    font-family: "Montserrat" !important;
    font-weight: 500;
    line-height: 30px;
}
.border-cls:last-child,
.contact-list,
.footer-middle ul.footer_items.footer_social li {
    margin-bottom: 0
}

.col-12,
img {
    max-width: 100%
}

.btn,
.nav-tabs .nav-link,
.navbar-toggler {
    border: 1px solid transparent
}

.file_input,
.file_input span,
.main_port_slider,
.modal,
.modal-open,
.progress-bar {
    overflow: hidden
}

*,
::after,
::before {
    box-sizing: border-box
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: block;
    width: 100%
}

.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
}

.btn_top.show,
.no-js .owl-carousel,
.owl-carousel .owl-item img,
.owl-carousel.owl-loaded,
header {
    display: block
}

.contact_ipad,
.contact_laptop,
.contact_mobile,
.contact_sec_form::before,
.logo_ipad,
.menu_head,
.nav-link.btn.btn-danger:after,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.right-bg .contact_sec_form::before,
.testimonials-wrap .owl-carousel .owl-nav .owl-next::before,
.testimonials-wrap .owl-carousel .owl-nav .owl-prev::before {
    display: none
}

.home-testimonial-carousel-arrow .owl-nav.disabled {
    display: block !important
}

.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
}

button {
    cursor: pointer
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.fade:not(.show),
.modal-backdrop.fade,
.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
}

.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(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body {
    margin: 0;
    padding: 0;
    color: #010101;
    line-height: 1.694;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden
}

.header_sec .navbar-nav span.nav-link,
.port_slider_wrk_wht .port_slider_wrk_itm,
.pp-head p,
a {
    color: #fff
}


.header_sec {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 50px;
    left: 0
}

.contact-list {
    display: flex;
    justify-content: end
}

.contact-list li {
    flex: 0 0 auto;
    list-style: none;
    min-width: 190px;
    padding: 0 15px
}

.form-group.ebcaptcha-cls,
.mail_address_cls a,
.phone_content {
    display: flex;
    align-items: center
}

.phone_content img {
    margin-right: 8px;
    width: auto;
    height: 20px
}

.contact-list li a {
    color: #000;
    font-size: 15px
}

.top-head {
    background: #eff8ff;
    padding: 12px 0
}

.contact-list li a:hover,
.footer_items a:hover {
    color: #216fa7
}

.btn,
.dropdown,
.form-group,
.header_sec .nav-link,
.mail_address_cls,
.navbar,
.position_cls {
    position: relative
}

.btn,
a,
button,
input,
select,
textarea {
    outline: 0 !important;
    box-shadow: none 
}

.footer-middle .footer_head,
p,
ul {
    margin-top: 0
}

.btn,
.navbar-toggler,
a,
button.close {
    background-color: transparent
}

.h3,
h3 {
    font-size: 1.75rem
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    text-transform: capitalize
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

img {
    font-size: 13px
}

.header_sec .navbar {
    padding: 0 1rem
}

a {
    text-decoration: none;
    cursor: pointer
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.test_con_user_img img {
    max-width: 154px
}

@media(min-width:576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .banner_sec_img_home {
        background-image: url(../img/new-bg-new.webp)
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .menu-half-view {
        display: flex;
        width: 100%
    }
    .menu-half-view .megamenu-cls {
        flex: 0 0 50%;
        max-width: 50%;
        height: 100%
    }
    .megamenu-cls.menu-half-view a {
        flex: 0 0 50%;
        max-width: 50%
    }
    .megamenu-cls.menu-half-view {
        display: flex;
        flex-wrap: wrap
    }
    .solution-dropdown .service_head {
        padding-right: 0 !important
    }
    .choose_invento_in .heading_para {
        max-width: 1000px;
        font-size: 16px
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media(min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .modal-xl {
        max-width: 1140px
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(min-width:1220px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

@media(min-width:1580px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1380px
    }
}

.navbar {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

span.t_img svg path {
    fill: #fff
}

.navbar-brand {
    display: inline-flex;
    margin-right: 1rem
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

span.t_img svg {
    width: 35px;
    height: 35px
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.menu_right_cls {
    display: flex;
    align-items: center;
    margin-left: auto
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

.navbar-nav {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    list-style: none;
    margin: 0
}

.header_sec .navbar-nav .nav-link {
    padding: 20px 20px;
    display: inline-block
}

.header_sec .nav-link.active::after,
.header_sec .nav-link::after {
    content: "";
    display: inline-block;
    width: 0;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .2s;
    height: 2px
}

.header_sec .nav-link:hover::after,
.iti,
.rating_img,
li.nav-item.dropdown.has-dropdown:hover a.nav-link::after {
    width: 100%
}

.has-dropdown {
    position: static
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.header_sec li.nav-item.dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background: 0;
    left: 0;
    right: 0;
    overflow: auto;
    box-shadow: unset;
    border: 0;
    display: none;
    box-shadow: 0 5px 5px rgb(0 0 0 / 8%);
    top: 120%
}

/* .header_sec li.nav-item.dropdown .nav-link:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 0;
    top: calc(120% - 20px);
    z-index: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    left: calc(50% - 10px);
    opacity: 0;
    transition: .5s
} */
   .megamenu-cls:after {
      content: "";
      position: absolute !important;
      height: calc(100% - 0px) !important;
      width: 1px !important;
      background: #888 !important;
      top: 0 !important;
   }
li.nav-item.dropdown.has-dropdown a.nav-link:hover,
li.nav-item.dropdown.has-dropdown:hover a.nav-link {
    color: #fff !important
}

span.arrow_cls {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: relative;
    top: 15px;
    right: -5px
}

.header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
    transition: .5s;
    margin-top: 0;
    max-height: calc(90vh - 67px);
    opacity: 1;
    visibility: visible;
    max-width: 70%;
    display: block;
    box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
    border-radius: 0 0 20px 20px
}

.submenu-inner {
    padding: 40px;
    background: #fff;
    max-width: 1350px;
    margin: auto
}

.header_sec li.nav-item.dropdown:hover .dropdown-menu {
    transition: .5s;
    margin-top: 0;
    height: inherit;
    top: 100%
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.submenu-row {
    z-index: 111;
    position: relative
}

.submenu-row .inner-menu .submenu {
    border: 0;
    padding: 0 15px
}

.border-cls {
    margin-bottom: 35px
}

.header_sec .submenu-title .dropdown-item {
    font-size: 20px;
    border-bottom: 0;
    font-weight: 600;
    padding: 0;
    color: #010101;
    line-height: 1.1
}

.header_sec .dropdown-item {
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
    padding: 0 0 20px 20px;
    border-bottom: 0;
    color: #010101;
    font-size: 14px;
    transition: .5s;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

.megamenu-cls {
    position: relative;
    left: 2px;
    margin-top: 20px
}

.megamenu-cls:after {
    content: "";
    position: absolute;
    height: calc(100% - 0);
    width: 1px;
    background: #888;
    top: 0
}

.btn-danger:hover,
section.talk_expert.great_app_sec:hover {
    background: #236391

}
.btn-danger{
    border-radius: 100px !important;
}
.btn-danger:hover{
    animation: blue_animat 1s ease-in-out infinite;
}
 
a:hover{
    /* animation: blue_animat 1s ease-in-out infinite; */
}
@keyframes blue_animat {
    0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4) !important;
    -moz-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4) !important;
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.4) !important;
}
100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) !important;
    -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) !important;
}
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:hover {
    background: 0;
    color: #216fa7
}

.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:after {
    content: "";
    position: absolute;
    left: -1px;
    height: 0;
    width: 3px;
    background: #216fa7;
    z-index: 9;
    transition: .5s;
    top: 0
}

.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:hover:after {
    height: 15px
}

.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:last-child {
    padding-bottom: 0
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-danger {
    background-color: #216fa7;
    border: 0;
    padding: 12px 30px;
    color: #fff
}

.header_sec .menu_btn .btn-danger {
    margin-left: 0;
    margin-bottom: 20px
}

.service_head h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px
}

.service_head p {
    font-size: 16px;
    margin-bottom: 40px
}

li.nav-item.dropdown:hover a.nav-link span.arrow_cls {
    border-top-color: #216fa7
}

.btn-danger:hover {
    color: #fff;
    border-color: #236391
}

.header_sec .btn-danger {
    margin-left: 30px
}

.header_sec li.nav-item.dropdown:hover .nav-link:before {
    width: 20px;
    top: calc(100% - 20px);
    opacity: 1;
}

.header_sec .container-fluid {
    padding: 0
}

.btn,
.form-control {
    line-height: 1.5;
    font-weight: 500
}

.banner_sec_img {
    background-size: cover;
    height: 100vh;
    padding: 180px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.banner_heads {
    color: #fff;
    font-weight: 700;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 25px
}

.banner_sec_con h4 {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px
}

.banner_sec_con {
    position: relative;
    z-index: 111
}

.fixed_buttons_scls {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 111
}

.fixed_buttons_scl {
    padding: 4px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    margin: 8px 0;
    border-radius: 50px 0 0 50px;
    transition: .5s;
    right: -100px;
    position: relative
}

.fixed_buttons_scl_btn {
    display: flex;
    color: #216fa7 !important;
    align-items: center;
    font-weight: 500;
}

.fixed_buttons_scl_ic {
    height: 40px;
    width: 40px;
    border-radius: 50%
}

.fixed_buttons_scl_cn {
    padding-left: 10px;
    padding-right: 10px
}

.fixed_buttons_scl:hover {
    transition: .5s;
    right: 0
}

.term_sec {
    padding: 60px 0
}

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

.term_sec_item {
    display: flex;
    padding: 0 5px
}

.term_sec_ic {
    padding-right: 20px
}

.term_sec_con h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px
}

.term_sec_con p {
    font-size: 13px;
    margin-bottom: 0
}

.best_services {
    padding: 65px 0;
    position: relative
}

.best_services::before {
    height: 100%;
    width: 100%;
    background-image: url(https://d1yfv825grupco.cloudfront.net/invent/public/img/bg_trans.webp);
    background-repeat: no-repeat;
    background-position: top center
}

.heading_type_h2 {
    font-size: 55px;
    font-weight: 700;
    text-align: center
}

.heading_para {
    font-size: 16px;
    margin: 0 auto 15px;
    text-align: center
}

.best_services_item {
    margin-top: 20px;
    padding: 10px;
    position: relative
}

.choose_invento,
.talk_sec,
.top_mobile_companies {
    padding: 70px 0
}

.best_services_item .best_services_btn_cls,
.section_1 .appi-cont p,
.section_1 .pp-head p {
    color: #000
}

.best_services_ic {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7142f8;
    border-radius: 12px;
    margin-bottom: 20px
}

.best_services_ic .serv_icon img {
    width: auto;
    height: 35px
}

.best_services_con h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}

.best_services_con p {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.best_services_btn {
    font-weight: 700;
    color: #216fa7;
    transition: .5s;
    opacity: 0;
    margin-top: 5px;
    display: inline-block;
    font-size: 13px
}

.best_services_item .best_services_btn_cls .best_services_btn,
.best_services_item:hover::before,
.close,
.parsley-errors-list.filled {
    opacity: 1
}

.header_sec.fixed-header {
    top: 0;
    background: #333
}

.best_services .row [class*=col-]:nth-child(2) .best_services_ic,
.best_services .row [class*=col-]:nth-child(2) .best_services_ic span::after,
.best_services .row [class*=col-]:nth-child(2) .best_services_ic span::before,
.best_services .row [class*=col-]:nth-child(2) .best_services_ic::after,
.best_services .row [class*=col-]:nth-child(2) .best_services_ic::before,
.choose_invento_itms .row [class*=col-]:nth-child(2) .choose_invento_itm_ic,
.industry-icon-parent ul li:nth-child(3) .industry-icon,
.step_3 .hire_web_step,
.work_process .row [class*=col-]:nth-child(4) .work_process_ic {
    background: #74ba46
}

.best_services .row [class*=col-]:nth-child(3) .best_services_ic,
.best_services .row [class*=col-]:nth-child(3) .best_services_ic span::after,
.best_services .row [class*=col-]:nth-child(3) .best_services_ic span::before,
.best_services .row [class*=col-]:nth-child(3) .best_services_ic::after,
.best_services .row [class*=col-]:nth-child(3) .best_services_ic::before,
.choose_invento_itms .row [class*=col-]:nth-child(3) .choose_invento_itm_ic,
.flower-sec .step_6 .hire_web_step,
.industry-icon-parent ul li:last-child .industry-icon,
.work_process .row [class*=col-]:nth-child(5) .work_process_ic {
    background: #f38650
}

.best_services .row [class*=col-]:nth-child(12) .best_services_ic,
.best_services .row [class*=col-]:nth-child(12) .best_services_ic span::after,
.best_services .row [class*=col-]:nth-child(12) .best_services_ic::after,
.best_services .row [class*=col-]:nth-child(12) .best_services_ic::before,
.best_services .row [class*=col-]:nth-child(4) .best_services_ic,
.best_services .row [class*=col-]:nth-child(4) .best_services_ic span::after,
.best_services .row [class*=col-]:nth-child(4) .best_services_ic span::before,
.best_services .row [class*=col-]:nth-child(4) .best_services_ic::after,
.best_services .row [class*=col-]:nth-child(4) .best_services_ic::before,
.best_services.row[class*=col-]:nth-child(12).best_services_icspan::before,
.choose_invento_itms .row [class*=col-]:nth-child(4) .choose_invento_itm_ic,
.flower_slider .owl-dots button.owl-dot.active,
.game_sec:hover {
    background: #216fa7
}

.best_services .row [class*=col-]:nth-child(5) .best_services_ic,
.best_services .row [class*=col-]:nth-child(5) .best_services_ic span::after,
.best_services .row [class*=col-]:nth-child(5) .best_services_ic span::before,
.best_services .row [class*=col-]:nth-child(5) .best_services_ic::after,
.best_services .row [class*=col-]:nth-child(5) .best_services_ic::before,
.choose_invento_itms .row [class*=col-]:nth-child(5) .choose_invento_itm_ic {
    background: #fa4c9a
}

.best_services .row [class*=col-]:nth-child(6) .best_services_ic,
.best_services .row [class*=col-]:nth-child(6) .best_services_ic span::after,
.best_services .row [class*=col-]:nth-child(6) .best_services_ic span::before,
.best_services .row [class*=col-]:nth-child(6) .best_services_ic::after,
.best_services .row [class*=col-]:nth-child(6) .best_services_ic::before,
.choose_invento_itms .row [class*=col-]:last-child .choose_invento_itm_ic,
.work_process .row [class*=col-]:nth-child(6) .work_process_ic {
    background: #35bfe7
}

.pulse a,
.serv_icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.best_services_item::before {
    background: #fff;
    box-shadow: 0 0 49px 0 rgb(223 223 223 / 46%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 10px;
    opacity: 0
}

.talk_sec {
    background: linear-gradient(79deg, #33073f, #0d3677) !important
}

.talk_sec_con {
    text-align: center;
    width: 950px;
    margin: 0 auto 30px;
    max-width: 100%
}

.talk_sec .heading_type_h2 {
    font-size: 55px;
    text-transform: uppercase
}

.talk_sec .heading_type_h2,
.talk_sec p {
    text-align: center;
    color: #fff
}

.heading_type4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0
}

.talk_sec_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.talk_sec_con .heading_type4 {
    color: #fff;
    font-size: 22px;
    font-weight: 400
}

.choose_invento_itm,
.mobile_companies_itm {
    box-shadow: 0 0 49px 0 rgb(223 223 223 / 46%);
    padding: 25px;
    text-align: center;
    margin-top: 20px;
    height: calc(100% - 20px)
}

.appi-pp-para,
.mobile_companies_itm_img {
    margin-bottom: 20px
}

.mobile_companies_itm_rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.mobile_companies_itm_rating_cn {
    font-size: 20px;
    font-weight: 700;
    margin: -2px 0 0 7px;
    line-height: 1
}

.choose_invento_itm_con p,
.form-group.select_custom_cls ul,
.mobile_companies_itm_cn p,
.port_slider_wrk_itm p,
.test_con_meta_img {
    margin: 0
}

.choose_invento_itm {
    display: flex;
    align-items: center;
    padding: 15px
}

.choose_invento_itm_ic {
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 5px;
    background: #7143f4;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.choose_invento_itm_con {
    text-align: left
}

.choose_invento_itm_con h4 {
    font-weight: 700;
    margin: 0
}

.choose_invento_itms .row [class*=col-]:first-child .choose_invento_itm_ic {
    background: #7143f4
}

.partner_sec {
    padding: 60px 0 35px;
    background: #f1f1f1
}

.partner_sec_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.partner_img {
    flex: 0 0 calc(100% / 4);
    text-align: center
}

.partner_img img {
    filter: invert(.4) grayscale(1)
}

.partner_img:hover img {
    filter: unset
}

.talk_expert {
    background: #216fa7;
    text-align: center;
    padding: 0;
    transition: .5s
}

.form-control,
.form-group.ebcaptcha-cls input {
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.great_app_inner {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center
}

.file_input span,
.office_sec,
.privacy_cls,
.test_con_item,
.test_con_meta {
    text-align: center
}

.lets_btn_cls a.btn.btn-danger.lets_btn:hover {
    background: #2670a5 !important;
    border: 1px solid #fff
}

.lets_btn_cls a.btn.btn-danger.lets_btn:hover img {
    filter: brightness(0) invert(1)
}

.great_app_inner h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff
}

.close,
.footer_head,
.office_con h4,
.office_phone,
.rating_con h4,
.test_head h3,
.test_head h4 {
    font-weight: 700
}

section.talk_expert.great_app_sec span.sub_content {
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin: 10px 0 0
}

.lets_btn_cls {
    margin: 10px auto 0;
    display: table
}

section.talk_expert.great_app_sec {
    padding: 25px 0
}

.lets_btn_cls a.btn.btn-danger.lets_btn {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.lets_btn {
    background: #fff !important;
    display: block;
    color: #2571a7;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #fff;
    min-width: 220px
}

.lets_btn_cls a.btn.btn-danger.lets_btn:hover span.btn_arrow {
    margin-left: 25px;
    transition: .5s
}

.lets_btn_cls a.btn.btn-danger.lets_btn span.btn_arrow {
    margin-left: 15px;
    line-height: 0;
    transition: .5s
}

span.btn_arrow {
    display: flex;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    margin-left: 10px;
    align-items: center
}

.contact_sec {
    background: #216fa7;
    padding: 70px 0;
    position: relative
}

.contact_sec::before {
    height: 200px;
    width: 100%;
    top: -200px
}

.contact_sec_con img {
    margin: 0 auto
}

.contact_sec_form {
    padding: 30px;
    position: relative;
    background: #fff
}

.accpetbtn.declinebtn,
.btn_blue {
    background: #010101
}

.form-group {
    margin-bottom: 1rem
}

.email_control,
.message_control,
.name_control,
.telephone_control {
    padding-left: 50px
}

.form-control {
    color: #010101;
    min-height: 47px;
    border-radius: 5px;
    display: block;
    border: 1px solid #ced4da;
    font-size: 15px
}

.country_code select.form-control {
    border-right: 0;
    padding-left: 45px;
    border-radius: 5px 0 0 5px !important;
    z-index: 0 !important;
    padding-right: 5px
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.contact_heading .test_head h3 {
    font-size: 43px;
    position: absolute;
    bottom: -150px
}

.test_head h3 {
    font-size: 93px;
    line-height: 1;
    position: relative
}

.test_head h4.content_sub_head {
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    bottom: -175px;
    opacity: .8
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.form-group.select_custom_cls {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-left: 0;
    position: relative;
    outline: 0 !important
}

.input-group.country_code input.form-control {
    border-left: 0 !important
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-group.select_custom_cls .input-group.country_code input:focus,
.form-group.select_custom_cls input,
.form-group.select_custom_cls select:focus {
    border: 0 !important
}

.input-group.country_code input {
    border: 1px solid #ced4da
}

.country_code .telephone_control {
    border-left: 0;
    padding-left: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.test_head h4 {
    color: #216fa7;
    font-size: 28px;
    margin-bottom: 0
}

.form-group.select_custom_cls select {
    border: 0;
    padding-left: 0;
    max-width: 100px;
    background: #fff !important
}

.form-group.ebcaptcha-cls label {
    margin-bottom: 0;
    margin-right: 20px;
    max-width: 120px;
    flex: 0 0 120px
}

.form-group.ebcaptcha-cls input {
    height: calc(1.5em .75rem 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0 10px;
    outline: 0
}

.file_input input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.file_input {
    height: 47px;
    position: relative
}

.file_input span {
    border: 2px dashed #ced4da;
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    height: 100%;
    display: block
}

.btn_blue {
    color: #fff;
    width: 100%;
    height: 47px;
    font-size: 18px;
    cursor: pointer
}

.office_item_icon,
.rating_s_in {
    background: #fff;
    box-shadow: 0 0 20px 0 rgb(163 163 163 / 19%)
}

.contact_social_link,
.footer-inner-cls {
    display: flex
}

.mail_address_cls a {
    background: #216fa7;
    height: 45px;
    padding: 0 15px 0 50px;
    border-radius: 5px;
    color: #fff
}

.mail_cont,
.office_item_icon {
    align-items: center;
    display: flex
}

.office_phone,
.office_phone a {
    color: #293339
}

.mail_cont {
    border-left: 1px solid #fff;
    height: 100%;
    padding-left: 8px
}
.mail_address_cls .mail_cont {
    font-size: 12px !important;
}
.mail_address_cls a h6 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700
}

.skype-icon {
    position: absolute;
    left: 15px;
    top: calc(50% - 10px)
}

.office_sec {
    padding: 60px 0 30px
}

.office_item {
    margin-top: 40px
}

.office_item_icon {
    width: 66px;
    height: 66px;
    margin: 0 auto 10px;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #cecece
}

.office_con h4 {
    font-size: 16px;
    margin-top: 20px
}

address {
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 5px
}

.office_phone {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0
}

.rating_s_in {
    position: relative;
    margin-bottom: -222px;
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 25px;
    display: flex
}

.rating_left_sec {
    flex: 0 0 170px;
    margin-right: 20px;
    padding-top: 14px;
    padding-left: 32px
}

.rate_list {
    display: flex;
    flex-wrap: wrap
}

.rate_list .rate_list_itm {
    flex: 0 0 calc(100% / 8)
}

.rating_con {
    font-size: 14px;
    margin-top: 20px
}

.rating_con h4 {
    font-size: 27px;
    margin-bottom: 5px;
    line-height: 1
}

.rating_con p {
    margin-bottom: 0;
    line-height: 1.4
}

.footer_sec {
    background: #00152e;
    padding-top: 240px
}

.footer-middle,
.footer_bottom {
    padding: 30px 0;
    border-top: 1px solid #15283e
}

.footer_top {
    margin-top: 30px
}

.footer_head {
    font-size: 14px;
    color: #fff;
    margin: 20px 0
}

.footer-inner-cls .footer_items,
.test_con_meta_img {
    margin-right: 20px
}

.footer_items li,
.privacyaccept_content {
    margin-bottom: 12px
}

.footer_items a {
    color: #c9c9c9;
    font-size: 13px;
    text-transform: capitalize
}

.footer-middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.footer_bottom p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8a8a8a
}

ul.copyright {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    align-items: center;
    list-style: none
}

ul.copyright li {
    padding: 0 5px;
    color: #8a8a8a;
    display: flex
}

ul.copyright li a.dmca-badge {
    margin-right: 10px;
    display: flex;
    align-items: center
}

ul.copyright li a {
    color: #8a8a8a
}

ul.copyright li a.dmca-badge img {
    max-width: 100px
}

.footer_items {
    line-height: normal;
    padding: 0;
    margin: 0;
    list-style: none
}

.footer-inner-cls .footer_items:last-child,
.footer-middle ul.footer_items.footer_social li:last-child {
    margin-right: 0
}

.footer_items.footer_social {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center
}

.sc-icon img {
    flex: 0 0 45px
}

ul.footer_items.footer_social li {
    margin: 0 23px 20px 0;
    height: 45px;
    width: 45px
}

.privacy_cls {
    position: fixed;
    width: 500px;
    background: #fff;
    bottom: 20px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 0 30px #00000017;
    z-index: 12;
    transition: .5s;
    margin: auto;
    left: 0;
    right: 0;
    border: 1px solid #d6d6d6;
    max-width: 80%
}

.accpetbtn {
    background: #216fa7;
    color: #fff !important;
    font-size: 18px;
    border-radius: 5px;
    border: 0;
    padding: 8px 20px 10px;
    margin-right: 10px
}

.btn_top,
.port_slider_wrk_wht .port_slider_wrk_itm h4::before {
    background: #fff
}

.btn_top {
    position: fixed;
    right: 15px;
    bottom: 120px;
    border: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    z-index: 11;
    display: none;
    box-shadow: 0 0 20px #9f9e9e !important
}

body.cookies_remove #privacyaccept {
    display: none;
    transition: .5s
}

.footer-middle ul.footer_items.footer_social a {
    font-size: 0
}

.call-icon,
.envelope-icon,
.user-icon {
    top: 12px;
    left: 15px;
    position: absolute
}

.form-group.select_custom_cls .input-group.country_code {
    position: initial
}

.comment-icon {
    position: absolute;
    top: 4px;
    left: 15px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0
}

.fade {
    transition: opacity .15s linear
}

div#myModal .modal-dialog {
    width: 900px;
    max-width: 80%
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

div#myModal .modal-dialog .modal-content {
    border-radius: 0 !important
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    background-clip: padding-box
}

div#myModal .modal-header {
    position: absolute;
    z-index: 99;
    right: 0;
    border-bottom: 0;
    top: -10px
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    cursor: pointer
}

.emit_bg {
    background: #fbd33a
}

.katalogue_bg,
.section_4 {
    background: #0057db
}

.main_port_slider_mobile .item {
    padding: 40px 0 80px
}

.lavender_bg {
    background: #409
}

.close {
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    padding: 0 !important;
    margin: 0 !important;
    border: 0;
    font-size: 28px
}

div#myModal .modal-body {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-left: -1px
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.left-bg {
    background-image: url(https://d1yfv825grupco.cloudfront.net/invent/public/img/popup_bg.webp);
    background-size: cover;
    background-position: center
}

.right-bg .contact_sec_form {
    margin-top: 0;
    padding: 80px 30px
}

.contact_sec_form h3,
.popup_content h2 {
    font-size: 28px !important;
    color: #306faa;
    font-weight: 900;
    margin-bottom: 35px
}

.contact_sec_form h3 span,
.popup_content h2 span {
    color: #010101;
    display: block
}

.modal-backdrop.show {
    opacity: .8
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 2.5rem);
    margin: 1.25rem auto
}

.section_1,
.section_2,
.section_3,
.section_4 {
    position: relative;
    height: 100vh;
    align-items: center
}

.section_1 {
    background: #fbd33a;
    display: flex
}

.section_2 {
    background: #409;
    display: flex
}

.section_3,
.section_4 {
    display: flex;
    width: 100%
}

.port_slider {
    display: flex;
    margin: 0 -15px
}

.port_slide {
    max-width: 50%;
    padding: 0 15px
}

.port_slider_wrk_itm h4 {
    font-weight: 700;
    font-size: 21px;
    position: relative;
    padding-top: 10px;
    margin: 0
}

.port_slider_wrk_itm h4::before {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    display: inline-flex;
    top: 0;
    background: #010101
}

.port_slider_wrk_itm {
    margin-top: 20px
}

.slider_content {
    padding: 100px 85px 100px 0
}

.box {
    position: absolute;
    bottom: 25%;
    right: 10%;
    transform: translate(-50%, -50%)
}

.box span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: 2s infinite animatebox
}

.box span:nth-child(3) {
    animation-delay: -.4s
}

.box span:nth-child(2) {
    animation-delay: -.2s
}

@keyframes animatebox {
    0 {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.fixed-mobile {
    clip: rect(auto, auto, auto, auto);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.inner-phone {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 72px
}

.pp-head p {
    font-weight: 800;
    font-size: 64px;
    line-height: 1;
    margin: 0 0 30px
}

.appi-cont p {
    color: #fff;
    margin-bottom: 0
}

.process_sec,
.testimonial_sec,
section.designer_sec {
    padding: 70px 0;
    background: #f1f1f1
}

.test_con,
.test_con_user {
    background: #fff;
    border-radius: 10px
}

.test_con {
    box-shadow: 0 0 49px 0 rgb(223 223 223 / 46%);
    padding: 15px 30px 30px;
    width: 75%;
    margin: 0 auto
}

.test_con_item {
    padding: 10px
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-dots {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%
}

.test_con_meta_con h4,
.test_con_user_con h4 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px
}

.test_con_user_con p {
    font-size: 13px;
    margin-bottom: 0;
    font-style: oblique
}

.test_con_meta {
    padding-left: 0;
    display: inline-block
}

.test_con_meta_con p {
    margin-bottom: 0;
    color: #216fa7;
    font-weight: 600;
    line-height: 1;
    font-size: 16px
}

li.parsley-required,
li.parsley-type {
    max-width: unset !important;
    padding: 0 !important;
    font-size: 11px !important;
    bottom: -12px;
    position: absolute !important
}

.owl-carousel .owl-item .test_con_meta_img img {
    width: auto;
    margin: 0 auto 7px
}

.test_con_user {
    padding: 20px;
    width: auto;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px #ddd;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-bottom: 30px
}

.test_con_user_img {
    border-radius: 50%;
    overflow: hidden
}

.test_con_user_con {
    padding-left: 20px
}

.test_quote_left {
    position: absolute;
    left: -45px;
    top: 20px
}

.test_quote_right {
    margin-top: -30px;
    position: relative;
    margin-left: 5px
}

.test_con_para {
    line-height: 1.813;
    width: 100%;
    margin: 10px auto
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.footer_top,
.quote-icon {
    margin-bottom: 30px
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1111
}

.whatsapp {
    height: 50px;
    width: 50px;
    box-shadow: 0 0 20px #9f9e9e;
    border-radius: 50%
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    line-height: .9em;
    opacity: 0;
    transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    color: red;
    font-size: 12px
}

li.parsley-required {
    flex: unset !important;
    color: red !important;
    left: 0
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7
}

.btn:after,
.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 200px;
    transition: .5s
}

.btn:hover:after {
    background: rgba(255, 255, 255, .7);
    top: 60%;
    bottom: 60%
}

.btn:hover:before {
    background: rgba(255, 255, 255, .7);
    left: 60%;
    right: 60%
}

.form-group.ebcaptcha-cls .captcha_error {
    font-size: 10px !important;
    position: absolute;
    bottom: -14px;
    left: 140px
}

.contact_sec_form::before {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 10px;
    background-color: #e6e6e6;
    z-index: -1
}

.header_sec li.nav-item.dropdown.has-dropdown.about-us-dropdown:hover .dropdown-menu {
    max-width: 50%;
    left: 20%
}

.form-group.select_custom_cls .input-group.country_code .iti__flag-container {
    height: 47px;
    background: 0;
    padding: 0 !important
}

.iti--separate-dial-code .iti__selected-flag {
    background: 0 0 !important
}

li.parsley-type {
    color: red !important
}

.left-bg-wrap {
    background: linear-gradient(180deg, #07497a 0, #3a81b7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.left-bg-img h5 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    max-width: 80%;
    margin: 15px auto;
    font-weight: 700
}

.hr_inquiry_sec {
    background: #2670a5;
    margin-bottom: 30px;
    padding: 15px 0
}

.hr_inquiry_sec .great_app_inner {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center
}

.lets_btn_cls.d-flex {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: start !important;
    margin: 15px 0 0 !important
}

.hr_inquiry .row,
.pulse {
    align-items: center
}

.callAction a:hover {
    color: #fff;
    transition: .5s
}

.hr_inquiry .footer_head {
    margin: 0;
    font-size: 18px
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    transition: .5s
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: .2s
}

.video-overlay-close:hover {
    color: #fa183d
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1000px;
    height: 550px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .75)
}

.pulse {
    width: 60px;
    height: 60px;
    background: #216fa7;
    border-radius: 50%;
    color: #fff;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: 3s linear infinite animate-pulse;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    z-index: 1;
    left: calc(50% - 30px);
    display: flex;
    justify-content: center;
    top: calc(50% - 30px)
}

@keyframes animate-pulse {
    0 {
        box-shadow: 0 0 0 0 rgb(38 112 165 / 70%), 0 0 0 0 rgb(38 112 165 / 70%)
    }
    40% {
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 0 rgb(38 112 165 / 70%)
    }
    80% {
        box-shadow: 0 0 0 10px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
}

.video_play svg {
    width: 40px;
    height: 40px;
    fill: #fff
}

.footer_item.hr_inquiry_footer span {
    color: #fdfdfd;
    font-size: 12px
}

.footer_item.hr_inquiry_footer span a {
    color: #2670a5
}

.sc-icon img {
    max-width: 100%;
    max-height: 100%
}

.owl-carousel .owl-item img {
    width: auto
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-] {
    font-size: 0;
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 0;
    margin: 0;
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 50px);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 100%;
    background: #f1f1f1 !important;
    border: 2px solid #000;
    transition: .5s
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-]:hover {
    background: #216fa7 !important;
    transform: scale(1.1);
    transition: .5s;
    border: 2px solid #216fa7
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-] img {
    max-width: 25px
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-]:hover img {
    filter: brightness(1000) invert(1)
}

.testimonials-wrap .owl-carousel .owl-nav button[class*=owl-].owl-next {
    margin-left: 60px
}

.owl-carousel.client-testimonial-carousel {
    padding-bottom: 10px
}

.project-price {
    padding-top: 15px
}

.testimonials-info p {
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px
}

.testimonials-name {
    padding: 15px 0 0
}

.testimonials-name h3 {
    padding-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat" !important;
}

.testimonials-name p {
    padding-bottom: 0;
    color: #696969;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Montserrat" !important;

}

.testimonials-item .invent-image img {
    border: 1px solid #ecf2fe;
    object-fit: cover;
    width: 250px
}

.testimonials-info-wrap h2 {
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 34px;
    line-height: 40px
}

.testimonials-item .invent-image {
    display: inline-block;
    padding-top: 0;
    border: 6px solid #559ccf;
    margin: 45px 0 0 10px;
    position: relative
}

.testimonials-label {
    display: inline-block;
    padding: 6px 10px;
    background-color: #589dcd;
    color: #fff;
    font-weight: 600;
    border-radius: 5px
}

.testimonials-info-wrap .testimonials-name {
    padding: 25px 0 20px
}

.testimonials-info-wrap h4 {
    padding-bottom: 5px;
    color: #559ccf;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
}

.testimonials-info-wrap h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6
}

.testimonials-meta {
    border-left: 1px solid #c8d0e0;
    text-align: center
}

.testimonials-meta-item {
    padding: 38px 0
}

.testimonials-meta-item h4 {
    padding: 8px 3px 0;
    font-size: 18px;
    line-height: 20px
}

.testimonials-meta-item a,
.testimonials-meta-item h4 {
    margin-bottom: 0;
    color: #252525
}

.testimonials-wrap {
    padding: 25px 0 80px;
    position: relative
}

.testimonials-wrap:after {
    position: absolute;
    top: 0;
    right: 56%;
    width: 1000%;
    height: 100%;
    background-color: #f1f1f1;
    content: "";
    border-radius: 0 0 150px;
    z-index: 1
}

.owl-carousel {
    z-index: 11 !important;
}

.testimonial_sec {
    background: 0;
    padding: 0
}

.testimonials-info {
    padding-top: 50px
}

section.talk_expert.great_app_sec+section.testimonial_sec {
    padding-top: 70px
}

.test_head.footer-bg-cont {
    position: absolute;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    bottom: 30px;
    width: 50%;
    z-index: 1
}

.test_head.footer-bg-cont h3 {
    font-size: 60px;
    color: #ffff
}

.test_head.footer-bg-cont h4.content_sub_head {
    position: unset;
    color: #fff;
    opacity: 1
}

.contact_sec:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(270deg, #01152d42, #00000000, #01152d42);
    bottom: 0
}

.contact_sec_form {
    margin-top: 0;
    border-radius: 0 10px 10px 0;
    margin-left: 12px
}

.form-control.message_control {
    height: 100px
}

.load_contact_form {
    position: relative;
    z-index: 11
}

.contact_sec {
    margin-top: 0 !important;
    overflow: hidden
}

.contact-banner-img {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0
}

.contact-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.row.justify-content-between {
    justify-content: space-between
}
  .main_port_slider_mobile .owl-theme .owl-nav {
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        text-align: center
    }
    .main_port_slider_mobile .owl-carousel .owl-nav button[class*=owl-] {
        font-size: 0;
        width: 45px;
        height: 45px;
        line-height: 1;
        padding: 0;
        top: 0;
        position: relative;
        margin: 0 5px;
        background: #031a85;
        border-radius: 50%;
        right: 0;
        color: #fff
    }
       .main_port_slider_mobile .owl-carousel .owl-nav button[class*=owl-] span {
        font-family: monospace;
        font-size: 30px;
        line-height: 1;
        margin-top: -5px;
        display: inline-block
    }

@media(max-width:1600px) {
    .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
        max-width: 80%
    }
    .banner_sec_img {
        background-position: 50%
    }
    .banner_heads {
        font-size: 105px
    }
}

@media(max-width:1500px) {
    .test_head.footer-bg-cont h3 {
        font-size: 45px
    }
    .testimonials-item .invent-image img {
        width: 200px;
        height: 280px
    }
}

@media(max-width:1391.98px) {
    .testimonials-item .invent-image img {
        width: 140px;
        height: 210px
    }
    .contact_sec_form {
        margin-left: -15px
    }
    .test_head.footer-bg-cont h3 {
        font-size: 36px;
        padding: 0
    }
    section.contact_sec .container-fluid {
        padding: 0 60px !important
    }
    section.contact_sec {
        padding: 25px 0 !important
    }
    .load_contact_form {
        margin-left: 0 !important
    }
    .service_head {
        padding-right: 0
    }
    .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
        max-width: 90%
    }
    .header_sec li.nav-item.dropdown.has-dropdown.about-us-dropdown:hover .dropdown-menu {
        max-width: 60%
    }
    .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
        padding: 0 0 15px 20px;
        font-size: 15px
    }
    .inner-menu {
        padding-left: 20px;
        margin: 0 -10px
    }
    .submenu-inner {
        padding: 30px
    }
    .header_sec .submenu-title .dropdown-item {
        word-break: break-word;
        width: 100%;
        white-space: initial;
        font-size: 18px
    }
    .submenu-row .inner-menu .submenu {
        padding: 0 10px
    }
    .test_head h3 {
        font-size: 55px;
        padding: 0 35px
    }
    .test_quote_left {
        left: -10px
    }
    .pp-head p {
        font-size: 54px;
        margin-bottom: 10px
    }
    .contact_heading .test_head h3 {
        font-size: 30px;
        padding-left: 0
    }
    .accpetbtn {
        padding: 5px 10px;
        font-size: 16px
    }
    .footer_bottom {
        padding: 30px 0 40px
    }
    .heading_type_h2 {
        font-size: 45px
    }
    .btn-danger {
        padding: 10px 15px
    }
    .banner_heads {
        font-size: 90px
    }
    .header_sec .navbar-nav .nav-link {
        padding: 20px 15px
    }
}

@media screen and (max-width:1220px) {
    .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
        font-size: 14px;
        padding-left: 15px;
        padding-bottom: 15px
    }
}

@media(max-width:1199.98px) {
    section.contact_sec {
        background-size: 100% 100% !important;
        background-position: center !important
    }
    .contact_sec::before {
        height: 100% !important;
        background: #01152d;
        top: 0;
        width: 50%;
        z-index: 1;
        right: 0
    }
    .contact_sec_form::before,
    .fixed_buttons_scl_cn,
    .logo_desktop {
        display: none
    }
    .test_con_user_img {
        max-width: 100px;
        max-height: 100px
    }
    .fixed_buttons_scl_ic img {
        max-width: 30px;
        height: 30px
    }
    .fixed_buttons_scl_ic {
        height: 30px;
        width: 30px
    }
    .inner-phone img.spinnnerImg {
        width: auto;
        height: auto
    }
    .test_quote_left {
        top: 10px
    }
    .appi-pp-para {
        margin-bottom: 10px
    }
    .contact_social_link,
    .footer-inner-cls {
        flex-direction: column
    }
    .footer-inner-cls .footer_items {
        margin-right: 0
    }
    .rating_left_sec {
        flex: 0 0 133px;
        margin-right: 5px;
        padding-top: 10px;
        padding-left: 15px
    }
    .office_phone {
        flex-wrap: wrap;
        font-size: 14px
    }
    .contact_social_link .mail_address_cls.ml-auto {
        margin-left: unset !important;
        margin-top: 10px
    }
    .best_services_item {
        padding: 15px
    }
    .heading_type_h2 {
        font-size: 40px !important
    }
    .btn {
        font-size: 14px
    }
    .banner_sec_con h4 {
        font-size: 18px
    }
    .banner_sec_img {
        height: auto;
        position: relative
    }
    .header_sec .navbar-nav .nav-link {
        padding: 20px 10px;
        font-size: 13px
    }
    .logo_ipad {
        display: block
    }
    .header_sec .btn-danger {
        margin-left: 15px
    }
}

@media(max-width:991.98px) {
    .testimonials-wrap {
        padding: 0 0 60px
    }
    .testimonials-info-wrap h4 {
        font-size: 16px
    }
    .testimonials-wrap:after {
        right: 50%
    }
    .testimonials-info {
        padding-top: 0
    }
    .testimonials-info p {
        margin-bottom: 0
    }
    .header_sec {
        top: 0
    }
    .box,
    .contact_sec_con .contact_desktop,
    .header_sec .nav-link.active::after,
    .header_sec .nav-link::after,
    .service_head,
    .term_sec, 
    .top-head {
        display: none
    }
    .header_sec .navbar-nav span.nav-link {
        color: #010101
    }
    span.arrow_cls {
        border: 0;
        float: right;
        right: 0
    }
    .submenu-inner {
        padding: 15px
    }
    li.nav-item.dropdown.has-dropdown:hover.nav-link.drop_cls.menu_open.dropdown-nav {
        display: block;
        box-shadow: none
    }
    body.header_secli.nav-item.dropdown.nav-link.drop_cls.menu_open.dropdown-menu {
        background-image: unset !important
    }
    .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
        max-width: 100%;
        display: none;
        max-height: 100%
    }
    .header_sec li.nav-item.dropdown.has-dropdown.about-us-dropdown:hover .dropdown-menu {
        max-width: 100%
    }
    .header_secli.nav-item.dropdown.nav-link.drop_cls.menu_open.dropdown-menu,
    .section_1,
    .section_2,
    .section_3,
    .section_4 {
        height: auto
    }
    .choose_invento,
    .office_sec,
    .partner_sec,
    .section_1,
    .section_2,
    .section_3,
    .section_4,
    .talk_sec,
    .top_mobile_companies {
        padding: 40px 0
    }
    .pp-head p {
        font-size: 42px
    }
    .appi-cont p {
        font-size: 14px;
        line-height: 1.5
    }
    .mail_cont {
        padding-left: 10px
    }
    .contact_sec_form h3 {
        font-size: 20px !important;
        margin-bottom: 20px
    }
    .right-bg .contact_sec_form {
        padding: 60px 5px
    }
    ul.footer_items.footer_social li {
        margin: 0 10px 15px 0;
        height: 35px;
        width: 35px
    }
    .form-group.select_custom_cls select {
        max-width: 90px;
        padding-right: 0
    }
    .test_head h3 {
        line-height: 1.3
    }
    .footer_bottom p {
        text-align: center
    }
    ul.copyright {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 15px
    }
    .test_head h4.content_sub_head {
        font-size: 16px;
        bottom: -165px
    }
    .collapse:not(.show),
    .contact_ipad {
        display: block
    }
    .contact_heading .test_head h3 {
        font-size: 24px;
        bottom: -130px;
        padding-left: 0
    }
    .footer_sec {
        padding-top: 160px
    }
    .accpetbtn {
        font-size: 13px;
        padding: 5px 7px;
        margin-right: 5px
    }
    .footer-middle ul.footer_items.footer_social {
        margin-top: 15px
    }
    .rating_left_sec {
        flex: 0 0 150px;
        margin-right: 20px
    }
    .rating_s_in {
        margin-bottom: -142px
    }
    .mail_address_cls a h6,
    p.office_phone {
        font-size: 13px;
        font-weight: 400
    }
    .name_control {
        padding-left: 40px;
        font-size: 14px
    }
    .choose_invento_itm,
    .mobile_companies_itm {
        padding: 10px
    }
    .choose_invento_itm_ic {
        flex: 0 0 60px;
        height: 60px;
        margin-right: 10px;
        padding: 10px
    }
    .choose_invento_itm_con p {
        font-size: 14px;
        line-height: 1.2
    }
    .partner_img {
        flex: 0 0 calc(100% / 3)
    }
    .heading_type4 {
        font-size: 22px
    }
    .talk_sec_con .heading_type4 {
        font-size: 20px
    }
    .best_services_con h4 {
        margin-bottom: 5px;
        font-size: 15px
    }
    .best_services_item {
        padding: 15px;
        margin-top: 0
    }
    .heading_para {
        font-size: 16px;
        margin-bottom: 0
    }
    .best_services {
        padding: 40px 0 !important
    }
    .heading_type_h2 {
        font-size: 34px !important
    }
    .banner_heads {
        font-size: 50px
    }
    .menu_right_cls {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 20px
    }
    .menu_head {
        display: flex;
        justify-content: space-between
    }
    .btn_cross,
    .close-ic {
        display: block;
        padding: 0
    }
    .btn_cross {
        border: 0;
        height: unset;
        background: 0
    }
    .close-ic {
        margin: 0
    }
    .close-ic img {
        height: 20px;
        width: 20px
    }
    .menu_right_cls .nav-item.login_btn {
        margin: 0 auto;
        width: 100%;
        padding-top: 0;
        text-align: center
    }
    .menu_right_cls .nav-item.login_btn a.nav-link {
        display: inline-flex;
        margin: auto
    }
    .open_nav #collapsibleNavbar {
        right: 0;
        transition: .5s
    }
    #collapsibleNavbar {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100vh;
        padding: 20px;
        min-width: 100%;
        box-shadow: 0 0 10px #b1b1b1;
        right: -100%;
        transition: .5s;
        width: 100%;
        overflow: auto
    }
    .navbar-toggler {
        padding: 0;
        font-size: 0
    }
    .banner_sec_img {
        background-position: center;
        height: 500px;
        padding: 100px 0 60px;
        position: relative;
        overflow: hidden
    }
    .header_sec .navbar-nav .nav-link {
        width: 100%;
        color: #010101;
        font-size: 16px;
        padding: 0
    }
    .header_sec .nav-link:after {
        bottom: 0
    }
    .menu_right_cls ul.header_menu {
        margin-left: 0 !important;
        width: 100%
    }
    .header_sec .navbar {
        padding: 10px 1rem
    }
    .menu_right_cls .nav-item {
        padding: 15px 0;
        border-bottom: 1px solid #bfbaba;
        width: 100%
    }
    .banner_sec_con h4 {
        font-size: 16px;
        max-width: 100%;
        margin: 10px auto 20px
    }
    .slider_content {
        padding: 25px 10px 0
    }
    .port_slider_wrk_itm h4 {
        font-size: 18px
    }
    .port_slider_wrk_itm p {
        font-size: 13px;
        line-height: 1.4
    }
    .rate_list .rate_list_itm {
        flex: 0 0 calc(100% / 4)
    }
    .inner-menu {
        padding-left: 0
    }
    .border-cls {
        margin-bottom: 25px !important
    }
    .contact_sec_form {
        margin-left: 0;
        padding: 20px
    }
    span.nav-link.drop_cls.menu_open~.dropdown-menu.dropdown-nav.menu_bg {
        display: block;
        transition: .5s;
        box-shadow: none;
        opacity: 1 !important;
        visibility: visible
    }
    button.close {
        color: #fff
    }
}

@media(max-width:767.98px) {
    .appi-cont p,
    .heading_para {
        -webkit-box-orient: vertical;
        overflow: hidden
    }
    .whatsapp_icon_img img {
        height: 40px
    }
    .whatsapp-btn {
        left: 0;
        bottom: 30px
    }
    .testimonials-wrap {
        text-align: center;
        margin-top: 20px
    }
    .mobile_companies_itm,
    .office_sec h4 {
        margin-top: 15px
    }
    .testimonials-info-wrap {
        padding-top: 50px
    }
    .testimonials-item .invent-image img {
        width: 200px;
        height: 220px
    }
    .testimonials-item .invent-image {
        margin-top: 15px;
        margin-left: 0
    }
    .quote-icon {
        margin-bottom: 20px
    }
    .testimonials-item .invent-image:after {
        width: 6px;
        height: 45px;
        bottom: 0;
        left: 50%;
        top: 100%
    }
    .testimonials-info-wrap h2 {
        font-size: 28px
    }
    .port_slider_wrk_itm h4,
    .talk_sec_con .heading_type4,
    .testimonials-info p,
    section.talk_expert.great_app_sec span.sub_content {
        font-size: 16px
    }
    .testimonials-wrap .owl-carousel .owl-nav {
        text-align: center;
        margin: 0 auto;
        display: inline-flex
    }
    .best_services::before,
    .contact-banner-img,
    .contact_ipad,
    .contact_sec:after,
    .footer_top,
    .talk_expert.great_app_sec,
    .testimonials-wrap:after {
        display: none
    }
    /* .testimonials-wrap .owl-carousel .owl-nav button[class*=owl-].owl-next {
        margin: 0
    } */
    .contact_sec::before {
        display: none !important
    }
    section.contact_sec .container-fluid {
        padding: 0 15px !important
    }
    section.contact_sec {
        background-image: unset !important
    }
    .test_head.footer-bg-cont {
        position: unset !important;
        padding: 0;
        width: 100%
    }
    .load_contact_form {
        margin-left: 0 !important
    }
    .test_head.footer-bg-cont h3 {
        font-size: 26px;
        padding: 0 !important;
        text-align: center
    }
    .test_head.footer-bg-cont h4.content_sub_head {
        text-align: center
    }
    .talk_sec_con,
    .test_head {
        margin-bottom: 15px
    }
    .banner_sec_img {
        height: auto;
        padding: 100px 0 40px
    }
    .best_services_ic,
    .heading_type_h2,
    .mobile_companies_itm_img {
        margin-bottom: 10px
    }
    .best_services {
        padding: 40px 0 25px !important
    }
    .talk_expert.great_app_sec.hr_inquiry_sec {
        display: block !important
    }
    .talk_expert.great_app_sec.hr_inquiry_sec .great_app_inner {
        gap: 10px
    }
    .port_slider_wrk_itm h4::before {
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .heading_type4,
    .lets_btn {
        font-size: 18px
    }
    .port_slider_wrk [class*=col-] {
        flex: 0 0 50%;
        max-width: 50%
    }
    .port_slider_wrk [class*=col-]:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px
    }
    .fixed-mobile {
        position: unset !important;
        height: unset;
        clip: unset
    }
    .inner-phone {
        padding-top: 0 !important;
        position: unset;
        transform: unset !important
    }
    .port_slider {
        flex-direction: column-reverse
    }
    .slider_content {
        padding: 15px 0 0
    }
    .port_slide {
        max-width: 100%;
        text-align: center
    }
    .inner-phone img {
        max-width: 270px
    }
    .section_1,
    .section_2,
    .section_3,
    .section_4 {
        height: auto
    }
    .pp-head p {
        font-size: 32px
    }
    .appi-cont p,
    .office_sec address,
    .port_slider_wrk_itm p {
        font-size: 13px
    }
    .port_slider_wrk_itm {
        margin-top: 10px
    }
    .office_item {
        padding: 0;
        margin-top: 20px
    }
    .footer_top {
        margin-top: 0
    }
    .rate_list .rate_list_itm {
        flex: 0 0 calc(100% / 3)
    }
    .terms-content p {
        font-size: 14px;
        margin-bottom: 0
    }
    .office_sec h4,
    ul.copyright li a {
        font-size: 14px
    }
    .test_head h4.content_sub_head {
        position: relative;
        bottom: 0;
        color: #fff;
        margin: 10px 0 20px;
        font-size: 14px;
        opacity: 1
    }
    .contact_desktop {
        display: block;
        margin: 0 auto
    }
    .contact_heading {
        background: #216fa7;
        color: #fff;
        padding: 40px 0 0;
        text-align: center;
        border-top: 1px solid #ddd
    }
    .contact_heading .test_head h3 {
        position: relative;
        bottom: 0;
        font-size: 24px;
        padding-right: 0
    }
    .rating_thumb {
        margin-right: 15px;
        flex: 0 0 76px;
        max-width: 76px
    }
    .rating_con {
        max-width: 100%;
        margin-right: 0;
        margin-top: 0
    }
    .rating_left_sec {
        flex: 0 0 100%;
        margin-right: 0;
        display: flex;
        padding-left: 5px;
        padding-top: 0
    }
    .rating_s_in {
        flex-wrap: wrap
    }
    .lets_btn {
        min-width: 190px;
        padding: 10px
    }
    .great_app_inner h3 {
        font-size: 22px;
        line-height: 1
    }
    .partner_img {
        flex: 0 0 calc(100% / 3);
        padding: 0 10px
    }
    .partner_img img {
        filter: unset;
        width: auto;
        height: auto
    }
    .best_services_item {
        margin: 0 auto;
        display: table
    }
    .heading_para {
        font-size: 15px;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        display: -webkit-box
    }
    .heading_type_h2 {
        font-size: 26px !important
    }
    .banner_sec_img_home {
        background-image: url(../img/new_bg_mbl.webp)
    }
    .talk_sec .heading_type4 {
        margin-bottom: 15px;
        text-align: center
    }
    .contact_sec {
        padding: 0 0 40px;
        margin-top: 0
    }
    .contact_sec_form {
        border-radius: 10px;
        margin-top: 30px;
        padding: 25px
    }
    span.privacy_dtl {
        font-size: 13px;
        line-height: 1.5 !important;
        display: block
    }
    .rating_img {
        margin-top: 20px
    }
    .main_port_slider_mobile .item img {
        margin: 0 auto
    }
    .emit_bg .appi-cont p,
    .emit_bg .pp-head p {
        color: #000
    }
  
    .appi-cont p {
        display: -webkit-box;
        -webkit-line-clamp: 6
    }
 
    .fixed_buttons_scl {
        right: 0
    }
    .header_sec .navbar-nav span.nav-link {
        color: #010101
    }
    .mobile_companies_itm_rating {
        margin-bottom: 5px
    }
}

@media(max-width:575.98px) {
    .pp-head p,
    .test_head.footer-bg-cont h3 {
        font-size: 22px
    }
    .lets_btn_cls a.btn.btn-danger.lets_btn {
        min-width: unset;
        font-size: 12px
    }
    .mobile_companies_itm_rating_itms img {
        max-width: 13px;
        line-height: 1
    }
    .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item,
    .mail_address_cls a h6,
    .mobile_companies_itm_rating_cn,
    .port_slider_wrk_itm p,
    .terms-content p,
    .testimonials-info-wrap h5 {
        font-size: 13px
    }
    .testimonials-info p {
        font-size: 14px;
        line-height: 1.5
    }
    .quote-icon img {
        width: 40px;
        height: 30px
    }
    .testimonials-name h3 {
        font-size: 18px
    }
    .testimonials-info-wrap h2 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 0
    }
    .heading_type4,
    .port_slider_wrk_itm h4,
    .talk_sec_con .heading_type4,
    .testimonials-name p {
        font-size: 14px
    }
    .testimonials-item .invent-image img {
        width: 170px;
        height: 190px
    }
    .testimonials-info-wrap .testimonials-name {
        padding: 20px 0 15px
    }
    .project-price .row {
        margin: 0 -7px
    }
    .project-price [class*=col-] {
        padding: 0 7px
    }
    .owl-theme .owl-dots .owl-dot span {
        margin: 5px 3px;
        height: 8px;
        width: 8px
    }
    .owl-dots {
        white-space: nowrap
    }
    .header_sec .submenu-title .dropdown-item {
        font-size: 15px;
        font-weight: 500
    }
    .inner-phone img {
        max-width: 210px
    }
    div#myModal .modal-dialog {
        max-width: 95%
    }
    .right-bg .contact_sec_form {
        padding: 20px 5px
    }
    ul.footer_items.footer_social li {
        margin: 10px 3px;
        width: auto;
        height: auto
    }
    ul.copyright li:first-child {
        text-align: center;
        justify-content: center
    }
    ul.copyright {
        flex-wrap: wrap
    }
    .contact_sec_con {
        display: none
    }
    .contact_heading {
        padding: 30px 0 0
    }
    .contact_heading .test_head h3 {
        font-size: 20px
    }
    .footer_bottom {
        padding: 0 0 10px;
        border: 0
    }
    .footer-middle {
        padding: 20px 0
    }
    .email_control,
    .message_control,
    .name_control,
    .telephone_control {
        padding-left: 45px;
        padding-right: 10px;
        font-size: 15px
    }
    .contact_sec .contact_sec_form {
        margin-top: 0;
        padding: 15px
    }
    .great_app_inner {
        flex-direction: column
    }
    .great_app_inner .lets_btn_cls {
        margin-left: auto;
        margin-top: 12px
    }
    section.talk_expert.great_app_sec span.sub_content {
        font-size: 14px;
        text-align: center
    }
    .partner_sec_in {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center
    }
    .best_services_item p {
        text-align: center;
        display: none
    }
    .best_services_ic {
        margin: 0 auto 15px
    }
    .best_services_con h4 {
        margin-bottom: 0
    }
    .best_services_item {
        text-align: center !important;
        padding: 0;
        margin-top: 30px
    }
    .heading_type_h2 {
        font-size: 22px !important
    }
    .banner_sec_con .btn {
        padding: 10px 20px
    }
    .banner_heads {
        font-size: 24px;
        margin-bottom: 13px;
        line-height: 1.2
    }
    .border-cls {
        margin-bottom: 25px
    }
    .header_sec nav.navbar {
        padding: 10px 15px
    }
    .banner_sec_con h4 {
        margin: 10px auto 15px;
        font-size: 14px
    }
    .col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%
    }
    .choose_invento_itm {
        flex-wrap: wrap;
        margin-top: 10px;
        height: calc(100% - 10px)
    }
    .choose_invento_itm_con {
        margin-top: 5px
    }
    .choose_invento_itms [class*=col-] {
        padding: 0 5px
    }
    .choose_invento_itms .row {
        margin: 0 -5px
    }
}

@media(max-width:476px) {
    .accpetbtn {
        font-size: 13px;
        padding: 5px 8px
    }
    .rating_left_sec {
        padding-left: 0
    }
    .mail_cont {
        padding-left: 5px
    }
    .office_con address br {
        display: none
    }
    .footer_head {
        font-size: 15px
    }
    .mobile_companies_itm_cn p {
        font-size: 14px
    }
}

@media(max-width:400px) {
    .mail_address_cls a {
        padding-left: 38px !important;
        padding-right: 8px
    }
    .mail_address_cls a .envelope-icon,
    .skype-icon {
        left: 10px
    }
    .contact_sec .contact_sec_form {
        padding: 10px
    }
}

.single_blog.single-blog-view {
    box-shadow: unset !important;
    margin-bottom: 30px
}

.single_blog {
    border: 1px solid #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden
}

section.blog_home .blog_inner_sec .row {
    justify-content: center
}

.blog_img {
    flex: 0 0 50%;
    padding: 20px
}

.home-blogs-py .blog_img {
    background: linear-gradient(180deg, #0d3677 0, #33073f 100%) !important
}

.blog_img {
    background: linear-gradient(180deg, #0d3677 0, #33073f 100%) !important
}

.blog_img img {
    max-width: 100%;
    border-radius: 10px;
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    display: table
}

.blog_inner_main_sec .blog_img img {
    max-height: 190px
}

.single_blog_cont {
    width: 100%;
    margin: 0;
    padding: 20px;
    position: relative
}

.blog_inner_main_sec .date_comp {
    line-height: 1;
    margin-top: 15px
}

.single_blog.single-blog-view .single_blog_cont .blgo-title h3 {
    margin: 10px 0
}

.blgo-title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
}

.single_blog .date-icon {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.owl-carousel .owl-item img {
    width: auto;
    border-radius: 10px
}
.blgo-title h3 a{
    line-height: 30px;
}