@font-face {
    font-family: Montserrat-Regular;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-Regular.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Light;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-Light.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-ExtraBold.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-ExtraBold.woff) format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Black;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-Black.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Thin;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-Thin.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-SemiBold.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-SemiBold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-Medium.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat-bold;
    src: url(https://www.brainvire.com/sg/assets/font/Montserrat-Bold.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/Montserrat-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: clutch-icons;
    src: url(https://www.brainvire.com/sg/assets/font/clutch-icons.woff2) format('woff2'), url(https://www.brainvire.com/sg/assets/font/clutch-icons.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: clutch-icons;
    src: url(https://www.brainvire.com/sg/assets/font/clutch-icons.eot?#iefix) format('embedded-opentype'), url(https://www.brainvire.com/sg/assets/font/clutch-icons.eot) format('eot'), url(https://www.brainvire.com/sg/assets/font/clutch-icons.eot) format('eot');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Product Sans Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.brainvire.com/sg/assets/font/ProductSans-Regular.woff), url(https://www.brainvire.com/sg/assets/font/ProductSans-Regular.woff) format('woff')
}

@font-face {
    font-family: 'Product Sans Bold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://www.brainvire.com/sg/assets/font/ProductSans-Bold.woff), url(https://www.brainvire.com/sg/assets/font/ProductSans-Bold.woff) format('woff')
}

body {
    font-family: Montserrat-Regular
}

a:hover {
    text-decoration: none;
    opacity: .8;
    transition: .5s ease
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

:focus {
    outline-style: none
}

.navbar-brand {
    padding: 0 15px
}

.Main_menu {
    width: 100%;
    float: left
}

li.request-quote a {
    background-color: #ff4242;
    border-radius: 30px;
    height: 65px;
    width: 185px;
    display: flex;
    align-items: center;
    float: left;
    justify-content: center
}

li.request-quote a:hover {
    background-color: #ff4242 !important;
    border-radius: 30px !important
}

.main-menu_padding li.request-quote {
    padding: 32px 0;
    margin-left: 10px;
    margin-top: 8px
}

.header-cover {
    background: #002f4f
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform .33s ease;
    height: auto;
    z-index: 3;
    animation: smoothScroll .5s forwards ease
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}

.sticky input.search-input {
    height: 90px;
    right: 0
}

.sticky .navbar {
    padding: 10px 0;
    margin-bottom: 0
}

header .container-fluid,
nav.navbar {
    height: 100%;
    margin-bottom: 0
}

.navbar-toggle {
    background: #fff
}

.navbar-toggle .icon-bar {
    background-color: #000
}

nav.navbar .row {
    display: flex;
    align-items: center;
    height: 100%
}

ul.nav.navbar-nav {
    float: right;
    margin-right: 40px;
    margin-right: 65px
}

.navbar-nav>li>a {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    border-radius: 0
}

.upper-mega-drop-menu {
    width: 67.7%;
    float: none;
    margin: 0 auto !important;
    display: block;
    border-width: 2px 0 0;
    border-color: #80a0b3;
    border-style: solid;
    padding: 20px 0
}

ul.mega-dropdown-menu.active {
    display: block
}

.dropdown-menu {
    top: 140px
}

.sticky .dropdown-menu {
    top: 100%
}

.main-menu_padding li {
    padding-top: 60px;
    margin-right: 10px;
    padding-bottom: 47px
}

ul.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu li {
    margin: 0;
    padding-bottom: 12px
}

.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu li {
    padding-top: 0;
    padding-left: 0
}

.top-menu-bar-header {
    margin-right: 14%
}

.top-header {
    background-color: #00456c;
    padding: 20px 0
}

.top-menu-bar-header ul.nav.navbar-nav {
    float: none;
    text-align: right;
    margin: 0 auto
}

.top-menu-bar-header ul.nav.navbar-nav li {
    float: none;
    display: inline-block
}

.icon_menu a {
    float: left
}

.icon_menu a i {
    border: 2px solid;
    padding: 10px 11px;
    border-radius: 22px;
    margin-right: 20px
}

.icon_menu span {
    font-family: Montserrat-Medium;
    font-size: 16px;
    display: block;
    text-align: left;line-height: 20px;
}

.icon_details {
    font-family: Montserrat-bold !important
}

.icon_menu lable {
    display: table-cell;
    padding-bottom: 5px
}

body .upper-mega-drop-menu ul li.icon_menu a {
    padding: 0 !important
}

.mobile-menu {
    display: none
}

.email-call {
    float: left
}

span.upper_line {
    border: .5px solid #80a1b4;
    display: block;
    width: 100%;
    float: left;
    margin-top: -30px
}

.mega-dropdown-menu li ul.border_bottom_divide {
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.indu_stry span.upper_line {
    margin-top: -10px;
    margin-bottom: 24px
}

li.dropdown.mega-dropdown {
    position: static
}

.mega-dropdown-menu {
    padding: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: rgba(0, 66, 105, .9215686274509803);
    border: 0;
    color: #fff;
    overflow: hidden;
    background-clip: padding-box
}

.mega-dropdown-menu li ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 5px 0
}

.border_bottom_divide ul li {
    width: 100%;
}

.mega-dropdown-menu li ul li {
    list-style: none
}

.mega-dropdown-menu li ul .submenu-heading {
    font-size: 20px;
    font-family: Montserrat-bold;
    margin: 10px 0 35px;
    text-transform: uppercase;
    display: block;
    width: 100%;
}

.mega-dropdown-menu li ul li a {
    display: block;
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    font-family: Montserrat-Medium
}

.mega-dropdown-menu li ul li a:hover,
.mega-dropdown-menu li ul>li a:focus {
    text-decoration: none;
    color: #ff4242
}

.mega-dropdown-menu li ul li a:hover span {
    color: #fff;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px
}

.carousel-control {
    width: 30px;
    height: 30px;
    top: -35px
}

.left.carousel-control {
    right: 30px;
    left: inherit
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    font-size: 12px;
    background-color: #fff;
    line-height: 30px;
    text-shadow: none;
    color: #333;
    border: 1px solid #ddd
}

.mobile-view-show {
    display: none
}

.search_btn {
    position: absolute;
    right: 35px;
    top: 55px;display: none;
}

.toggle-search {
    background: 0 0;
    border: none;
    font-size: 20px;
    color: #fff;
    right: 0;
    top: 0
}

.package button.toggle-search {
    position: absolute;
    right: 20px;
    top: 55px
}

.Search {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    display: none;
    z-index: 2;
    top: 0
}

.sticky .Search {
    top: -4px
}

input.search-input {
    width: 100%;
    height: 145px;
    padding: 0 0 0 25px
}

.toggle-search i.fa.fa-times {
    color: #000;
    position: relative;
    font-size: 30px
}

.sticky .Search .toggle-search {
    right: 20px;
    top: 25px
}

.content-image-logo ul li {
    display: inline-block;
    margin-right: 25px
}

.left_side_content {
    position: absolute;
    top: 0;
    padding: 140px 40px 50px
}

.item.temp_image:before {
    content: "";
    background-image: url(https://www.brainvire.com/sg/assets/img/2.jpg);
    background-size: cover
}

.content-slider {
    background-color: #006495;
    box-sizing: border-box;
    height: 650px;
    padding: 100px 30px 0 30px
}

.first-con {
    font-size: 32px;
    font-family: Montserrat-Medium;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 47px;
    margin: 0
}

.bold-title {
    font-family: Montserrat-bold;
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 47px;
    margin: 0;
    display: block
}

.top-ranked {
    position: relative
}

.top-ranked:before {
    content: "";
    display: block;
    border-width: 3px 3px 3px 3px;
    padding: 10px;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    width: 30%;
    height: 100%;
    box-shadow: 2px 3px 2px #0000008c, #0000007d 0 3px 0 inset
}

.top-ranked-inner {
    padding: 5px 20px 5px 30px;
    background: #006495;
    position: relative;
    margin: 46px 30px;
    display: inline-block
}

div#banner-section .col-md-5,
div#banner-section .col-md-7 {
    padding: 0
}

.ls-wp-container .ls-inner {
    z-index: 1
}

.transform-content {
    margin: 65px 0
}

.transform-content p {
    font-size: 22px;
    color: #fff;
    font-family: Montserrat-Regular
}

.col-md-12.right-side-img,
.content-image-logo ul {
    padding: 0
}

.right-side-img {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.calltoaction {
    position: absolute;
    bottom: 17px;
    right: 40px;
    z-index: 2
}

.calltoaction a {
    background: #00abe1;
    padding: 20px 10px;
    border-radius: 100%;
    border: .5px solid #fff;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center
}

.right-side-img .owl-nav {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0
}

.right-side-img .owl-theme .owl-dots .owl-dot.active span:before {
    content: "";
    background: #ffde00;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    left: -5px
}

.experience_,
.ready_for {
    font-size: 18px;
    font-family: Montserrat-SemiBold;
    text-transform: uppercase;
    color: #fff
}

.first_banner.experience_.booth_added {
    font-size: 31px;
    letter-spacing: 3px;
    color: #3abdf9
}

.first_banner .on_banner_ b {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.first_banner.on_banner_ {
    width: 65%;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 0
}

.first_banner .ready_for {
    margin-bottom: 10px
}

.right-side-img .owl-theme .owl-dots .owl-dot span {
    margin: 5px 0 5px 25px;
    background: #ffde00
}

.right-side-img .owl-theme .owl-dots .owl-dot span:hover {
    opacity: .8
}

.inner_left a {
    color: #fff
}

.inner_left a:hover {
    text-decoration: none
}

.right-side-img .owl-theme .owl-dots .owl-dot.active span:after {
    content: "";
    background: #ffde00;
    width: 20px;
    height: 2px;
    display: block;
    right: -25px;
    position: absolute;
    top: 4px
}

.right-side-img .owl-dots button:last-child span:after {
    display: none !important
}

.logo_imges {
    display: flex;
    justify-content: flex-start
}
.logo_imges img {
    width: 120px;
}
.logo_imges a img {
    margin-right: 10px
}

.book_meeting a:hover,
.logo_imges a:hover {
    opacity: 1
}

.Banner_title_ {
    font-family: 'Product Sans Bold';
    text-shadow: 4.243px 4.243px 18px rgba(8, 0, 17, .25);
    font-size: 60px;
    margin: 0 0 55px 0;
    position: relative;
    color: #fff
}

.on_banner_ {
    width: 50%;
    color: #fff
}

.inner_book {
    background-image: url(https://www.brainvire.com/sg/assets/img/Rounded-Rectangle-1.png);
    width: 285px;
    background-repeat: no-repeat;
    position: absolute;
    top: 485px;
    right: 385px;
    left: auto;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    height: 70px;
    justify-content: center
}

.book_meeting a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.banne_r1_image:before,
.banne_r2_image:before,
.banne_r3_image:before,
.banne_r4_image:before,
.banne_r5_image:before,
.banne_r6_image:before,
.banne_r_image:before {
    content: "";
    background-image: url(https://www.brainvire.com/sg/assets/img/brainvire_home.png);
    background-size: 100% 100%;
    display: block;
    max-height: 650px;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    height: 600px
}

.banne_r1_image:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/2.jpg)
}

.banne_r2_image:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/3.jpg)
}

.banne_r3_image:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/4.jpg)
}

.banne_r4_image:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/5.jpg)
}

.banne_r5_image:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/6.jpg)
}

.banne_r6_image:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/7.jpg)
}

.image-slider-sli .owl-dots {
    position: absolute;
    bottom: 45px;
    float: left;
    left: 485px
}

.right-side-img .owl-theme .owl-dots .owl-dot.active span,
.right-side-img .owl-theme .owl-dots .owl-dot:hover span {
    transition: .5s;
    background: #ffde00;
    position: relative
}

.Banner_title_:before {
    content: "";
    background: #fff;
    width: 250px;
    height: 6px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -30px
}

.heading-title {
    text-align: center;
    padding-bottom: 60px
}

#web-mobile-section {
    margin: 75px 0 100px
}

.main-title {
    font-family: Montserrat-Medium;
    font-size: 40px
}

.main-title span {
    color: #00abe1
}

.subtitle {
    font-size: 18px;
    font-family: Montserrat-Medium;
    color: #000
}

.title_underline {
    width: 145px;
    height: 5px;
    background: #00abe1;
    margin: 0 auto;
    border-radius: 9px;
    position: relative
}

.title_underline:after,
.title_underline:before {
    content: "";
    width: 33%;
    background: #000;
    height: 5px;
    position: absolute;
    display: block;
    border-radius: 9px;
    left: 0
}

.title_underline:after {
    left: auto;
    right: 0
}

.mob-web-content {
    font-size: 18px;
    color: #58595b;
    font-family: Montserrat-Medium;
    padding: 0 15px;
    line-height: 33px;
    margin-bottom: 35px
}

.mob-web-img img {
    padding-top: 12px
}

.btn_read_more {
    margin: 0 15px
}

.btn_read_more a {
    background: #00abe1;
    padding: 25px 32px;
    border-radius: 12px;
    font-size: 18px;
    color: #fff;
    font-family: Montserrat-bold;
    float: left
}

.btn_read_more a img {
    padding-left: 12px
}

#our-services {
    position: relative;
    padding: 50px 0 105px;
    z-index: 2
}

.our-services-inner-div:before {
    background: #004067;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    transform: skewY(3deg)
}

#our-services:before {
    background: #006495;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    transform: skewY(-3deg)
}

#our-services .main-title {
    color: #fff
}

.ou-ser-title,
.ou-ser-title span {
    font-size: 21px;
    line-height: 25px;
    margin: 30px 0;
    font-family: Montserrat-bold;
    text-transform: uppercase;
    color: #333
}

.our-service-inner {
    background: #fff;
    height: 412px;
    padding: 30px 22px;
    text-align: center;
    border-radius: 10px
}

.our-service-inner:hover .ou-ser-img {
    transform: scale(1.1);
    transition: transform .12s
}

.ou-ser-conte {
    font-size: 16px;
    color: #111;
    font-family: Montserrat-Regular;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.ou-ser-readmore {
    margin: 25px 0
}

.ou-ser-readmore a {
    color: #004067;
    font-family: Montserrat-bold;
    position: relative
}

#our-services .title_underline:after,
#our-services .title_underline:before {
    background: #fff
}

.ou-ser-img img {
    max-height: 75px
}

.industries_served_inner {
    position: relative
}

.industries_served_inner:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/new.png);
    top: 32% !important;
    background-size: 76% auto
}

div#industries_served_sec:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/second.png);
    left: 0;
    background-size: 100% auto;
    top: -30% !important;
    width: 33% !important
}

#industries_served_sec {
    background: #e6e7e8;
    padding: 50px 0 100px;
    position: relative
}

.indus_se_rvice {
    width: calc(20% - 24px);
    display: inline-block;
    margin: 0 10px
}

.industries_served_inner .our-service-inner {
    height: auto;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px 2px #ccc
}

.added_extra_cl {
    text-align: center
}

.industries_served_inner .ou-ser-title {
    min-height: 50px;
    margin-bottom: 0
}

.industries_served_inner .ou-ser-title span {
    color: #333;
    text-decoration: none
}

.zoom_img_effect:hover {
    box-shadow: none
}

.zoom_img_effect:hover img {
    transform: scale(1.1);
    transition: transform .12s
}

.zoom_img_effect img {
    transition: transform .12s;
    width: auto
}

.industries_served_inner .ou-ser-img img {
    height: 75px
}

.casestudy_inner:before {
    content: "";
    background-color: #06adde;
    width: 50%;
    height: 100%;
    display: block;
    left: 0;
    position: absolute;
    top: 0
}

.left_casestudy {
    padding: 0;
    margin: 0;
    padding-top: 70px;
    position: relative
}

.right_casestudy {
    right: 0;
    position: absolute;
    top: 60px
}

.left_casestudy .owl-stage-outer {
    padding-bottom: 0
}

.casestudy_inner {
    background-image: url(https://www.brainvire.com/sg/assets/img/business-gadgets-P7AB8K8.jpg);
    background-color: transparent;
    position: relative
}

.casestudy_inner .main-title span {
    color: #fff
}

.casestudy_inner .title_underline {
    background-color: #fff
}

.sniper_go {
    font-size: 40px;
    color: #fff;
    font-family: Montserrat-bold;
    text-transform: capitalize
}

.snip_bold-title {
    font-size: 18px;
    line-height: 33px;
    color: #fff;
    font-family: Montserrat-bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px 0
}

.transform-content_case {
    font-size: 18px;
    color: #fff;
    line-height: 33px
}

.casestudy_inner .ou-ser-readmore a {
    background-color: #fff;
    padding: 16px 25px 16px 18px;
    border-radius: 10px
}

.casestudy_inner .ou-ser-readmore a:after {
    left: auto;
    top: 19px;
    right: 15px
}

.casestudy_inner .main-title {
    text-align: left
}

.casestudy_inner .title_underline {
    margin-left: 0
}

.case_content {
    padding-right: 175px;
    width: 50%;
    float: left;
    padding-top: 60px
}

.casestudy_inner .heading-title {
    padding-bottom: 0
}

.casestudy_inner .ou-ser-readmore {
    margin: 60px 0
}

.right-side-img_case_study .owl-item.active .item {
    width: auto;
    height: 560px
}

.casestudy_inner .owl-carousel .owl-item img {
    float: right;
    width: 47%;
    padding-left: 30px
}

.right-side-img_case_study .owl-item {
    height: 560px
}

.right-side-img_case_study .owl-item.active .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.right-side-img_case_study .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 83px;
    font-size: 50px
}

.left_casestudy .owl-carousel.owl-theme.case_image-slider-sli.owl-loaded.owl-drag {
    height: 100%;
    display: flex;
    align-items: center
}

.left_casestudy button.owl-next span[aria-label=Next],
.left_casestudy button.owl-prev span[aria-label=Previous] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0
}

.left_casestudy .owl-nav {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    max-width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around
}

.left_casestudy button.owl-next span[aria-label=Next]:before {
    content: "\e900";
    color: #0894d5;
    font-size: 20px
}

.left_casestudy button.owl-prev span[aria-label=Previous]:before {
    content: "\e904";
    color: #fff;
    font-size: 20px
}

div#client_testimonial {
    padding: 50px 0
}

.client_testi_inner .owl-item.active {
    background: #f1f2f2;
    margin-top: 80px
}

.client_testi_inner .owl-item.active.center {
    background: #00abe1
}

.client_box {
    font-size: 16px;
    color: #060606;
    text-align: center;
    position: relative;
    padding: 50px 40px;
    height: 330px
}

.out_box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -130px
}

.out_box img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto
}

.client_name,
.client_title {
    font-family: Montserrat-bold
}

.client_img {
    width: 80px;
    margin: 0 auto
}

.client_img img {
    border-radius: 100%
}

.client_post {
    padding: 0 30px;
    color: #00abe1;
    font-family: Montserrat-Medium
}

.client_content {
    max-height: 148px;
    padding: 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 21px
}

.client_testi_inner .owl-item.active.center .client_box {
    height: auto
}

.owl-item.active.center .client_content {
    margin-bottom: 26px;
    max-height: 106px
}

.client_box:before {
    content: "";
    background-image: url(https://www.brainvire.com/sg/assets/img/Shape-459-copy.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: -28px;
    Z-INDEX: 9;
    background-repeat: no-repeat;
    background-position: top center;
    left: 0
}

.owl-item.active.center .client_box:before {
    background-image: url(https://www.brainvire.com/sg/assets/img/Shape-459.png)
}

.client_testi_inner .owl-stage {
    min-height: 550px;
    max-height: 500px;
    overflow: hidden
}

.client_testi_inner .owl-item.active.center {
    position: relative;
    top: -35px;
    transform: scale(1.1);
    box-shadow: -1px 2px 6px 3px #ccc;
    z-index: 1
}

.client_testi_inner .owl-item.active.center .client_box {
    padding: 35px
}

.client_testi_inner .owl-item.active.center .client_content,
.client_testi_inner .owl-item.active.center .client_title {
    color: #fff
}

.client_testi_inner .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 7px
}

.client_testi_inner .owl-theme .owl-dots .owl-dot.active span,
.client_testi_inner .owl-theme .owl-dots .owl-dot:hover span {
    background: #00abe1;
    width: 35px
}

.port_box {
    height: 435px;
    overflow: hidden;
    text-align: center;
    display: block;
    width: 100%
}

.port_box_inner {
    height: 100%
}

.port_box img {
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.portfolio_without .col-md-4.col-sm-6 {
    padding: 0
}

.portfolio_without .col-md-4.col-sm-6:nth-child(odd) {
    background: #004067
}

.portfolio_without .col-md-4.col-sm-6:nth-child(even) {
    background: #006495
}

.port_box:hover .on_hover {
    display: table
}

.on_hover.hvr-shutter-in-vertical {
    height: 435px
}

.on_hover.hvr-shutter-in-vertical p {
    font-size: 27px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px
}

.on_hover p:after {
    content: "";
    background-image: url(https://www.brainvire.com/sg/assets/img/arrow.png);
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 46px;
    width: 60px;
    margin: 12px auto
}

.on_hover {
    transition: .33s;
    display: none;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, .8509803921568627);
    height: 100%;
    top: 0;
    left: 0
}

.port_box p {
    color: #fff;
    font-family: Montserrat-bold;
    font-size: 30px;
    text-align: center;
    padding: 40px 0 20px;
    text-transform: uppercase
}

.hvr-shutter-in-vertical:before {
    background: rgba(204, 204, 204, .34901960784313724)
}

#prestigious,
div#Our_product_Sec {
    background-color: #f1f2f2;
    padding: 50px 0
}

.prestigious_img {
    background: #fff;
    text-align: center;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
    box-shadow: 2px 2px 2px 2px #ccccccb8
}

.prestigious_inner .btn_read_more.view_more {
    margin: 35px 0
}

.btn_read_more.view_more {
    text-align: center
}

.btn_read_more.view_more a {
    float: none;
    cursor: pointer
}

div#achievement_sec {
    background: #00abe1
}

.achievement_sec_inner {
    background-image: url(https://www.brainvire.com/sg/assets/img/Abstract-PNG-Image.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 160px
}

.achievement_sec_inner .main-title span {
    color: #fff
}

.achievement_sec_inner .title_underline {
    background-color: #fff
}

.achievement_sec_inner .indus_se_rvice {
    text-align: center;
    color: #fff;
    font-family: Montserrat-bold;
    font-size: 60px
}

span.count {
    font-size: 60px
}

.counter_heigh {
    float: left;
    width: 100%;
    font-size: 25px;
    font-family: Montserrat-Medium
}

.achievement_sec_inner .indus_se_rvice {
    position: relative
}

.achievement_sec_inner .indus_se_rvice:after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 1px;
    height: 130px;
    background: #fff;
    color: #000;
    top: 22px
}

.achievement_sec_inner .indus_se_rvice:last-child:after {
    display: none
}

div#Our_product_Sec {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 280px 0
}

.Our_product_Sec_inner .prestigious_img {
    background: #f1f2f2;
    box-shadow: none
}

div#prestigious .prestigious_img:hover .zoom_img_effect {
    transform: scale(1.1);
    transition: transform .12s
}

div#prestigious .prestigious_img:hover {
    box-shadow: none
}

.cover_all_product {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 1280px;
    margin: 0 auto
}

#get_free_quote {
    padding: 100px 0;
    position: relative
}

.get_free_quote_inner {
    text-align: center;
    color: #828282;
    font-size: 35px
}

.get_free_quote_inner b {
    font-family: Montserrat-bold
}

.get_free_quote_inner .btn_read_more a {
    padding: 17px 32px
}

.get_free_quote_inner .btn_read_more.view_more {
    margin: 25px 0
}


/* 
#get_free_quote:after {
    background-image: url(../img/right.png)
} */


/* 
#get_free_quote:after,
#get_free_quote:before,
.industries_served_inner:before,
div#industries_served_sec:before {
    content: "";
    display: block;
    position: absolute;
    top: -11px;
    height: 100%;
    right: 0;
    background-repeat: no-repeat;
    width: 39.2%;
    background-position: top right
} */

#get_free_quote:before {
    content: "";
    background-image: url(https://www.brainvire.com/sg/assets/img/bann.jpg);
    background-position: left bottom;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    height: 100%;
}

footer {
    background: #292929;
    color: #ccc;
    padding: 30px 0 0
}

div#footer_inner,
div#footer_inner1 {
    position: relative
}

.footer_heading h4 {
    font-size: 16px;
    font-family: Montserrat-bold;
    color: #fff;
    text-transform: uppercase
}

.footer_heading .title_underline {
    width: 80px;
    margin: 13px 0
}

.footer_heading .title_underline:after {
    display: none
}

.footer_heading .title_underline:before {
    background-color: #fff;
    width: 50%
}

footer ul {
    padding: 0
}

footer ul li {
    list-style: none
}

footer ul li a {
    color: #ccc;
    font-size: 12px;
    display: block;
    font-family: Montserrat-Medium
}

footer ul li a:hover {
    color: #ccc;
    text-decoration: none
}

.also_navigate ul {
    margin: 20px 0 40px;
    display: inline-block
}

.also_navigate ul li {
    width: 50%;
    float: left
}

.also_navigate ul li a {
    text-transform: uppercase;
    line-height: 30px
}

.follow_us ul li {
    border: 1px solid #ccc;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0 15px 0 0
}

.follow_us ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.follow_us ul li a:hover {
    background: #f84141;
    color: #ccc
}

.follow_us ul li a i {
    font-size: 20px
}

div#footer_inner .col-md-5 {
    padding-left: 30px
}

.follow_us ul {
    margin-top: 30px
}

.follow_us ul li a:hover {
    border-radius: 100%
}

div#layerslider_3 {
    z-index: 1
}

.subscribe_di form {
    margin-top: 24px
}

.awards_re ul {
    display: flex;
    margin: 48px 0 20px;
}
.awards_re ul.new_logos_added {
    margin-top: 0;
}
.latest_news ul {
    margin-top: 37px
}

.date {
    display: block;
    margin: 12px 0 0 0;
    font-family: Montserrat-bold;
    color: #7c7c7c
}

.latest_news ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.latest_news ul li a img {
    height: 80px;
    object-fit: contain;
    float: left;
    margin-right: 16px;
    width: 100px
}

.input-group {
    background: #d8d8d8;
    padding: 1px 0 1px 15px;
    border-radius: 10px;
    width: 90%;
    position: relative
}

.input-group input.input-group-field {
    background: #d8d8d8;
    border: none;
    padding: 11px 20px 11px 0;
    color: #000;
    font-size: 13px
}

.input-group span i {
    color: #6f6f6f;
    padding: 6px 10px;
    font-size: 20px
}

button.button {
    background: #ff4242;
    border: none;
    padding: 9.9px 20px;
    float: right;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    right: -2px
}

.copy_right {
    display: flex;
    align-items: center;
    padding: 40px 0
}

.copy_right:before {
    content: "";
    bottom: 115px;
    width: 100%;
    height: 1px;
    background: #cccccc6e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.copy_ri_p {
    padding-top: 10px;
    text-align: center
}

footer .btn_read_more.view_more {
    text-align: right
}

footer .btn_read_more a {
    background: #00abe1;
    padding: 17px 17px;
    border-radius: 12px;
    font-size: 14px
}

footer .btn_read_more.view_more {
    text-align: right;
    position: fixed;
    right: 0;
    bottom: 20px;
    z-index: 2;
    right: 26px
}

.awards_re ul li {
    margin-right: 15px
}

footer .footer_logo {
    max-width: 170px;
    height: auto
}

.dropdown-menu.mega-dropdown-menu .main-menu_padding li {
    padding: 25px 0
}

.border_bottom_divide>li {
    padding-bottom: 0 !important;
}

.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu {
    padding-top: 30px;
}

.navbar-header {
    padding: 46px 0
}

#banner-section {
    overflow: hidden
}

.mobile_view {
    display: none
}

.caret {
    float: right;
    color: #fff;
    position: relative;
    top: -17px;
    right: 7px
}

.upper-mega-drop-menu li ul.active li {
    display: block
}

.submenu-heading h4 .caret {
    position: absolute;
    right: auto;
    float: none;
    top: 17px;
    margin-left: 5px
}

li.dropdown.mega-dropdown a {
    padding-right: 20px
}

.sticky .navbar {
    padding: 3px 0 0
}

.sticky .navbar-header {
    padding: 10px 0
}

.sticky .main-menu_padding li {
    padding-top: 27px;
    padding-bottom: 24px
}

.sticky li.request-quote {
    padding: 0 0 0 !important
}

.sticky .search_btn {
    top: 25px
}

.img-responsive.img_center {
    margin: 0 auto
}

.indu_stry .mega-dropdown-menu li ul {
    height: auto
}

span.mob_caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.calltoaction.desktop_view a img {
    width: auto
}

.first_s.border-sides {
    width: 255px;
    float: left;
    box-sizing: border-box;
    padding: 0 15px 0 35px
}

.sec_2.border-sides {
    width: 365px;
    float: left;
    box-sizing: border-box;
    padding: 0 20px
}

.third_3 {
    width: 180px;
    float: right;
    box-sizing: border-box;
    padding: 0 17px
}

#review {
    padding: 50px 0 0
}

.title_sec {
    background: #17313b;
    width: 100%;
    float: left;
    color: #fff;
    padding: 15px 20px
}

.title_sec h4,
span.rating {
    margin-top: 0;
    font-family: Montserrat-bold;
    font-size: 18px
}

.starts {
    margin: 0 10px
}

.starts i {
    color: #ff4242;
    font-size: 20px;
    margin: 0 3px
}

.right_side_power {
    padding: 15px 0
}

span.powered_by {
    position: relative;
    top: 3px;
    right: 20px
}

.review_detail {
    background: #f1f2f2;
    padding: 15px 10px 14px
}

.inner_review_detail {
    background: #fff;
    padding: 10px 30px
}

.project_detail {
    font-size: 11px;
    text-transform: uppercase;
    color: #6b7a7ed1;
    font-family: Montserrat-SemiBold;
    letter-spacing: 1px
}

.project_title {
    font-size: 19px;
    margin-top: 10px;
    color: #17313b;
    font-family: Montserrat-SemiBold
}

.sec_2.border-sides {
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: #d6e7ec
}

.listfields,
ul.rightnside_q {
    padding: 10px 0;
    list-style: none
}

.listfields li,
ul.rightnside_q li {
    color: #6b7a7e;
    font-size: 12px;
    font-family: Montserrat-SemiBold;
    padding: 5px 0 5px
}

.listfields li span:before {
    font-family: clutch-icons;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    width: 1em;
    margin-right: 10px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    color: #4d80a0;
    font-size: 15px;
    position: relative;
    top: 3px
}

.fa.icon-monitor:before {
    content: "\e81a"
}

.fa.icon-paid:before {
    content: "\e906"
}

.fa.icon-calendar:before {
    content: "\e804"
}

.fa.icon-industry:before {
    content: "\e81e"
}

.fa.icon-person:before {
    content: "\e90f"
}

.fa.icon-directions:before {
    content: "\e90e"
}

.fa.icon-reviews:before {
    content: "\e904"
}

.custom_title {
    font-size: 10px
}

.project_summary p {
    font-size: 12px
}

.project_summary {
    padding-top: 20px
}

.dark_title,
.description_revie {
    color: #17313b;
    font-family: Montserrat-SemiBold;
    padding-bottom: 10px
}

.description_revie {
    padding-top: 10px;
    font-size: 13px
}

.center_sec .pull-left {
    width: 60%
}

.center_sec .pull-right {
    width: 40%;
    position: relative
}

div#review .col-md-8 {
    padding: 0
}

.center_sec .starts i {
    margin: 0;
    font-size: 15px
}

.rightnside_q li span {
    float: right;
    font-family: Montserrat-Bold;
    color: #17313b
}

.summary_inner {
    width: 100%;
    float: left
}

.btn_read_full {
    text-align: right
}

.btn_read_full a {
    border: 2px solid #d6e7ec;
    padding: 7px 35px 7px 20px;
    font-family: Montserrat-SemiBold;
    position: relative
}

.btn_read_full {
    text-align: right;
    margin: 25px 0 78px
}

.profile_img {
    float: left;
    border: 1px solid #d6e7ec;
    padding: 10px;
    border-radius: 50px
}

.profile_cover span {
    float: right;
    padding-top: 10px;
    padding-left: 5px
}

.profile_img img {
    max-width: 100%;
    width: auto !important
}

.profile_cover {
    float: left;
    margin: 20px 0
}

.btn_read_full a:after {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 26px;
    top: -2px;
    color: #ff4242
}

.horizontal_line:after {
    content: "";
    width: 150px;
    height: 2px;
    display: block;
    background: #d6e7ec;
    position: absolute;
    top: 33px
}

.project_summary {
    position: relative
}

.project_summary .horizontal_line:after {
    width: 220px;
    top: 0;
    right: -15px
}

.center_sec .project_summary .horizontal_line:after {
    width: 220px;
    top: 0;
    right: auto;
    left: -20px
}

.third_3 .listfields {
    float: left
}

.industry_line {
    position: relative;
    float: left;
    padding-top: 5px
}

.industry_line .horizontal_line:after {
    width: 150px;
    top: 0;
    left: -22px
}

.listfields li p span {
    display: table-cell
}

ul.listfields li p {
    padding: 0;
    margin: 0;
    display: table;
    height: 25px
}

.review_detail button.owl-dot.active span {
    width: 40px !important;
    height: 7px;
    background: #00abe1 !important
}

.review_detail button.owl-dot span {
    width: 30px !important;
    height: 7px !important;
    background-color: #fff !important
}

#review .col-md-4 {
    padding-right: 0
}

.top_excellent {
    background: #00abe1;
    padding: 12px;
    width: 100%;
    float: left
}

.ex_heading {
    margin-top: 0;
    font-size: 28px;
    color: #fff;
    display: inline-block;
    font-family: Montserrat-Bold;
    padding-top: 5px
}

.heading_img {
    float: right
}

.sub_heading {
    float: left
}

.good_firm_img {
    float: right;
    padding-top: 15px
}

.sub_heading div {
    font-size: 14px;
    font-family: Montserrat-Medium;
    color: #fff;
    line-height: 26px
}

.inner_info_good_firm {
    background: #f1f2f2;
    padding: 10px;
    height: 486px;
    overflow-y: auto;
    overflow-x: hidden
}

.good_firm_in {
    background: #fff;
    padding: 0 20px 13px;
    display: inline-block;
    width: 100%;
    margin: 2px
}

.good_firm_in:first-child {
    margin-top: 10px
}

.review_detail .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 14px
}

.good_firm_in h3 {
    margin: 3px 0 0 0;
    padding-top: 15px
}

.good_firm_in h3 {
    font-size: 16px;
    font-family: Montserrat-Bold;
    color: #00abe1;
    padding-bottom: 10px
}

.dgood_review {
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #000;
    margin: 12px 0 9px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.days_info {
    font-size: 12px;
    color: #a7a9ac
}

.left_n_side .listfields li {
    padding: 2px 0
}

#banner-section .item,
#banner-section .owl-carousel.owl-theme.image-slider-sli.owl-loaded,
#banner-section .owl-item,
#banner-section .owl-stage,
#banner-section .owl-stage-outer {
    height: 100% !important
}

#banner-section .owl-item img {
    width: auto;
    max-height: 100%;
    height: auto;
    margin-right: 15px;
    max-width: 285px
}

.upper-mega-drop-menu ul h4,
.upper-mega-drop-menu ul h4 a {
    font-size: 20px;
    font-family: Montserrat-bold !important;
}

li.col-sm-4.height_auto ul {
    min-height: auto;
    height: auto
}

li.icon_menu.email_add {
    text-align: center;
    float: right;
    width: 100%;
    padding-left: 50px !important
}

li.icon_menu.email_add a.icon-border {
    float: none;
    text-align: center;
    position: relative;
    display: inline-block;
    top: -19px
}

.email_phone_cover {
    float: none;
    display: inline-block
}

li.icon_menu.email_add.extra {
    text-align: right
}

li.icon_menu.email_add.extra a.phone_class {
    padding-right: 0;text-align: left;
}

li.col-sm-4.last_div {
    padding-right: 0
}

.content-image-logo {
    position: absolute;
    bottom: 0
}

.newConField.newProDesc.pdr_0 span.wpcf7-not-valid-tip {
    padding-top: 4px
}

.right-side-img .item:before {
    background-position: right center
}

.owl-carousel.owl-theme.image-slider-sli.owl-loaded {
    display: none
}

 ul.dropdown-menu.mega-dropdown-menu {
    z-index: 999999
}

.ou-ser-block {
    width: 100px;
    height: 85px;
    background-image: url(https://www.brainvire.com/sg/assets/img/sprinte.jpg);
    margin: 0 auto
}

.mobile_app {
    background-position: -983px -202px
}

.micro_app {
    background-position: -512px -39px
}

.ecommerce_dev {
    background-position: -512px -203px
}

.full_stack {
    background-position: -28px -40px
}

.finance_sector {
    background-position: -980px -40px
}

.business_intelligence {
    background-position: -28px -203px
}

.retail_sector {
    background-position: -815px -40px
}

.media_entertainment {
    background-position: -660px -40px
}

.advertising {
    background-position: -178px -40px
}

.gaming {
    background-position: -811px -203px
}

.education {
    background-position: -342px -40px
}

.logistic {
    background-position: -340px -203px
}

.healthcare {
    background-position: -186px -203px
}

.mobile_wireless {
    background-position: 443px -203px
}

.heading_star {
    background: #fff;
    padding: 10px;
    border-radius: 25px
}

@font-face {
    font-family: icomoon;
    src: url(https://www.brainvire.com/sg/assets/font/icomoon/icomoon.eot?eww7s2);
    src: url(https://www.brainvire.com/sg/assets/font/icomoon/icomoon.eot?eww7s2#iefix) format('embedded-opentype'), url(https://www.brainvire.com/sg/assets/font/icomoon/icomoon.ttf?eww7s2) format('truetype'), url(https://www.brainvire.com/sg/assets/font/icomoon/icomoon.woff?eww7s2) format('woff'), url(https://www.brainvire.com/sg/assets/font/icomoon/icomoon.svg?eww7s2#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-blue-arrow:before {
    content: "\e900";
    color: #0894d5
}

.icon-read-more:before {
    content: "\e901";
    color: #004067
}

.icon-scroll-arrow:before {
    content: "\e902";
    color: #fff
}

.icon-white-arrow:before {
    content: "\e903";
    color: #fff
}

.icon-white-bg-arrow:before {
    content: "\e904";
    color: #fff
}

.icon-white-sm-arrow:before {
    content: "\e905";
    color: #fff
}

.scrollTop {
    font-size: 25px;
    height: 50px;
    width: 50px
}

.scrollTop .icon-scroll-arrow {
    top: -5px;
    position: relative;
    font-size: 33px;
    font-weight: 100
}

.icon-white-arrow.hvr-icon {
    font-size: 18px;
    top: 2px;
    padding-left: 10px;
    position: relative;
    display: inline-block
}

.getQuote .icon-white-arrow.hvr-icon {
    top: 5px
}

.readMore .icon-read-more {
    font-size: 12px;
    right: -10px;
    position: relative
}

.cover_all_product .prestigious_img .zoom_img_effect,
.prestigious_img .zoom_img_effect {
    width: 200px;
    height: 100px;
    background-image: url(https://www.brainvire.com/sg/assets/img/sprinte_pre.jpg);
    margin: 0 auto;
    background-position: -56px -20px
}

.zoom_img_effect.snipet_img1 {
    background-position: -363px -19px
}

.zoom_img_effect.snipet_img2 {
    background-position-x: -670px
}

.zoom_img_effect.snipet_img3 {
    background-position-x: -985px
}

.zoom_img_effect.snipet_img4 {
    background-position-y: -429px
}

.zoom_img_effect.snipet_img5 {
    background-position: -358px -428px
}

.zoom_img_effect.snipet_img6 {
    background-position: -672px -428px
}

.zoom_img_effect.snipet_img7 {
    background-position: -971px -427px
}

.cover_all_product .prestigious_img .zoom_img_effect {
    background-image: url(https://www.brainvire.com/sg/assets/img/sprinte_product.jpg);
    background-position: -52px -8px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control1 {
    background-position-x: -338px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control2 {
    background-position-x: -618px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control3 {
    background-position: -918px -16px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control4 {
    background-position: -54px -124px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control5 {
    background-position: -337px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control6 {
    background-position: -618px -119px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control7 {
    background-position: -908px -126px
}

.cover_all_product .zoom_img_effect {
    display: block
}

.prestigious_img span.zoom_img_effect.product_control {
    background-position: -53px -10px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control8 {
    background-position: -54px -241px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control9 {
    background-position: -340px -242px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control10 {
    background-position: -623px -241px
}

.cover_all_product .prestigious_img span.zoom_img_effect.product_control11 {
    background-position: -912px -240px
}

.client_img {
    background-image: url(https://www.brainvire.com/sg/assets/img/client_sprinte.jpg);
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%
}

.client_img.first {
    background-position: 0px;
}

.client_img.second {
    background-position: -100px;
    ;
}

.client_img.third {
    background-position: -200px;
}

.client_img.fourth {
    background-position: -301px;
}

.client_img.five {
    background-position: -400px;
}

footer .awards_re ul li {
    width: 100px;
    height: 100px
}

footer .awards_re ul li.goodfirms {
    width: 130px;
    height: 105px;
}


/* footer .awards_re ul li.goodfirms {
    width: 130px;
    height: 105px
} */

footer .awards_re ul li .image_block,
footer .awards_re ul li .image_block a {
    width: 100%;
    height: 100%
}

footer .awards_re ul li .image_block a {
    /* background-position: 0 0; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

footer .awards_re ul li.firms .image_block a {
    background-image: url(https://www.brainvire.com/sg/assets/img/itservic.png);
}

footer .awards_re ul li.digital_img .image_block a {
    background-image: url(https://www.brainvire.com/sg/assets/img/Digital_Agencies_2019.png);
}

footer .awards_re ul li.iso .image_block a {
    background-image: url(https://www.brainvire.com/sg/assets/img/final-logo-2.png)
}

footer .awards_re ul li.goodfirms .image_block a {
    background-image: url(https://www.brainvire.com/sg/assets/img/top-software-developer.png)
}
footer .awards_re ul li.bing_logo .image_block a{    
    background-image: url(https://www.brainvire.com/sg/assets/img/BingLogo.jpg)
}
footer .awards_re ul li.google_partner .image_block a{    
    background-image: url(https://www.brainvire.com/sg/assets/img/google.png)
}
footer .awards_re ul.new_logos_added li {
    width: 200px;
}
footer .awards_re ul.new_logos_added li .image_block a {
    background-position: top;
}
.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu{padding-bottom: 0;}
.statick_header.sticky {
    z-index: 9999;
}
ul.dropdown-menu.mega-dropdown-menu{height: auto !important}
.portfolio-sec-custom .element-item:hover {
    cursor: pointer;
}
.portfolio-sec-custom .element-item:hover .custom_class{display: block;}
.mega-dropdown-menu li ul li a h4,.upper-mega-drop-menu ul h4    {
    color: #fff;
}
.icon_menu:before{content:none !important}
.qodef-search-cover{display: block !important;}
ul.nav.navbar-nav.main-menu_padding.service_menu li.submenu-heading{text-align: left;}
.portfolio-sec-custom{margin-bottom: 30px;}
@media only screen and (max-width:1800px) {
    .out_box {
        bottom: -125px
    }
    .casestudy_inner .case_content-slider .owl-nav button {
        margin: 0 35px 0 23px
    }
    .left_casestudy .owl-nav {
        justify-content: center
    }
    .heder-inner-cover .navbar-nav>li>a {
        font-size: 13px
    }
    .cover_banner_ba {
        position: relative;
        top: -20px
    }
    div#banner-section .ls-inner .ls-wrapper.ls-z .Banner_title_ img {
        max-width: 235px !important
    }
    .first_banner.on_banner_ {
        font-size: 18px;
        margin-bottom: 4px
    }
    .first_banner.experience_.booth_added {
        font-size: 22px
    }
    .project_title {
        font-size: 16px
    }
    p.experience_.booth_added {
        min-height: auto;
        padding-top: 0
    }
    .on_banner_ {
        width: 40%
    }
    .experience_,
    .ready_for {
        font-size: 16px
    }
    .Banner_title_ {
        margin: 0 0 45px 0
    }
    .Banner_title_:before {
        bottom: -24px
    }
    .Banner_title_ {
        font-size: 40px
    }
    .banne_r1_image:before,
    .banne_r2_image:before,
    .banne_r3_image:before,
    .banne_r4_image:before,
    .banne_r5_image:before,
    .banne_r6_image:before,
    .banne_r_image:before {
        background-size: cover;
        height: 463px
    }
    .left_side_content,
    .left_side_content.first_banner {
        padding: 40px 40px 50px
    }
    div#banner-section .ls-inner .cover_banner_ba .Banner_title_ img {
        max-width: 280px !important
    }
    .first_banner .on_banner_ {
        font-size: 20px;
        min-height: auto
    }
    .first_banner .on_banner_ b {
        font-size: 23px
    }
    .inner_book {
        top: 300px;
        right: 230px
    }
    .ou-ser-title,
    .ou-ser-title span {
        font-size: 16px
    }
    .content-slider {
        padding: 65px 30px 0 30px;
        height: 600px
    }
    .center_sec .starts i {
        font-size: 13px
    }
    .search_btn {
        top: 25px
    }
    .client_content {
        max-height: 127px
    }
    .owl-item.active.center .client_content {
        margin-bottom: 50px;
        max-height: 128px
    }
    .cover_all_product {
        width: 100%;
        max-width: 1280px
    }
    .follow_us ul li a {
        margin: 0
    }
    .indu_stry ul.dropdown-menu.mega-dropdown-menu {
        height: auto !important
    }
    .right_casestudy {
        top: 36px
    }
    .content-image-logo {
        bottom: -8px
    }
    #review {
        float: left;
        width: 100%
    }
    .inner_info_good_firm {
        height: 500px
    }
    ul.dropdown-menu.mega-dropdown-menu li.icon_menu.email_add {
        padding-left: 55px
    }
    .first_s.border-sides {
        width: 180px;
        padding: 0 10px
    }
    .ex_heading {
        font-size: 20px
    }
    .review_detail {
        padding: 15px 10px 7px
    }
    .project_summary .horizontal_line:after {
        width: 174px;
        right: -12px
    }
    .center_sec .project_summary .horizontal_line:after {
        width: 195px
    }
    .inner_review_detail {
        padding: 10px 30px 0;
        min-height: 475px
    }
    .on_hover.hvr-shutter-in-vertical p {
        font-size: 15px;
        padding: 20px
    }
    .btn_read_full {
        margin: 25px 0 60px
    }
    .dgood_review {
        font-size: 12px
    }
    .good_firm_in h3 {
        font-size: 15px
    }
    .upper-mega-drop-menu ul h4 {
        font-size: 15px
    }
    .on_hover p:after {
        margin: 15px auto
    }
    #banner-section .item,
    #banner-section .owl-carousel.owl-theme.image-slider-sli.owl-loaded,
    #banner-section .owl-item,
    #banner-section .owl-stage,
    #banner-section .owl-stage-outer {
        height: 100%
    }
    #banner-section .owl-item img {
        max-height: 100%;
        height: auto
    }
    .bold-title {
        font-size: 17px
    }
    .com_pany span.upper_line {
        margin-top: -15px
    }
    .left_casestudy {
        padding-left: 11px
    }
    .on_hover.hvr-shutter-in-vertical,
    .port_box {
        height: 368px
    }
    .left_casestudy button.owl-next span[aria-label=Next],
    .left_casestudy button.owl-prev span[aria-label=Previous] {
        bottom: 80px
    }
    .left_casestudy .owl-stage-outer {
        padding-bottom: 0
    }
    .case_content {
        padding-right: 225px;
        padding-top: 40px
    }
    .calltoaction a {
        width: 55px;
        height: 55px
    }
    .icon_menu {
        float: left;
        width: 100%
    }
    .sticky li.request-quote {
        padding: 5px 0 15px !important
    }
    .sticky .search_btn {
        top: 13px;
        right: 40px
    }
    .sticky .main-menu_padding li {
        padding-top: 14px;
        padding-bottom: 6px
    }
    .dropdown-menu {
        top: 75px
    }
    .sticky .dropdown-menu {
        top: 100%
    }
    .sticky .navbar-header {
        padding: 10px 0 0
    }
    .mega-dropdown-menu li ul {
        height: auto
    }
    .service_menu li.col-sm-4.height_auto ul {
        height: auto;
        min-height: auto
    }
    .pro_duct .mega-dropdown-menu li.col-sm-4.height_auto ul,
    .service_menu .mega-dropdown-menu li .col-sm-4.height_auto ul {
        height: auto;
        min-height: auto
    }
    .indu_stry .mega-dropdown-menu li ul {
        min-height: auto
    }
    ul.dropdown-menu.mega-dropdown-menu {
        overflow: auto
    }
    .mega-dropdown-menu li ul li a {
        font-size: 12px
    }
    .header-cover,
    .navbar-brand {
        height: auto
    }
    header .navbar {
        margin-bottom: 0;
        min-height: auto
    }
    .content-slider {
        padding: 40px 30px
    }
    .top-ranked-inner {
        margin: 35px 30px
    }
    .transform-content {
        margin: 57px 0 0
    }
    .transform-content p {
        font-size: 18px
    }
    .navbar-brand img {
        max-width: 150px;
        height: auto
    }
    .top-header {
        padding: 6px 0 5px
    }
    .top-header ul li a {
        font-size: 12px
    }
    li.request-quote a {
        width: auto;
        height: auto
    }
    li.request-quote a {
        padding: 5px 10px
    }
    .main-menu_padding li {
        padding: 25px 0 20px 0
    }
    header nav.navbar .row {
        display: block
    }
    .main-menu_padding li.request-quote {
        padding: 16px 0 0
    }
    .navbar-header {
        padding: 25px 0 0
    }
    .sticky input.search-input {
        height: 65px
    }
    input.search-input {
        height: 90px
    }
    .package button.toggle-search {
        top: 25px;
        right: 2%
    }
    .sticky .Search .toggle-search {
        top: 16px
    }
    .top-ranked-inner p {
        line-height: 35px
    }
    .port_box p {
        font-size: 28px
    }
    .content-image-logo ul li a img {
        max-width: 80px;
        height: auto
    }
    .content-image-logo ul li {
        margin-right: 8px
    }
    .content-slider {
        height: 500px
    }
    .calltoaction {
        bottom: 23px;
        right: 2px
    }
    .right-side-img .owl-nav {
        top: auto;
        bottom: 17px
    }
    .top-header ul li a {
        padding-top: 1px;
        padding-bottom: 1px
    }
    .btn_read_more a {
        padding: 13px 15px;
        font-size: 16px;
        line-height: 25px
    }
    #web-mobile-section {
        margin: 50px 0 100px
    }
    #industries_served_sec {
        padding: 50px 0 50px
    }
    div#prestigious {
        padding: 30px 0
    }
    #get_free_quote {
        padding: 55px 0 50px
    }
    .industries_served_inner .ou-ser-title,
    .ou-ser-title a {
        font-size: 16px;
        overflow: hidden
    }
    .right-side-img_case_study .owl-item.active .item {
        width: auto;
        height: auto
    }
    .casestudy_inner {
        float: left;
        width: 100%
    }
    div#client_testimonial {
        padding: 35px 0;
        float: left;
        width: 100%
    }
    .sniper_go {
        font-size: 23px
    }
    .right-side-img_case_study .owl-nav {
        bottom: 150px
    }
    span.count {
        font-size: 50px
    }
    .client_testi_inner .owl-stage {
        min-height: 620px
    }
    .follow_us ul li {
        margin: 0 10px 0 0
    }
    .get_free_quote_inner {
        font-size: 32px
    }
}

@media only screen and (max-width:1366px) {
    
    .latest_news .date {
        margin-left: 116px
    }
    #banner-section .owl-item img{max-width: 120px;}
}

@media only screen and (min-width:1025px) and (max-width:1365px) {
    .client_testi_inner .owl-item.active.center .client_box {
        padding: 35px 70px
    }
    .client_testi_inner .owl-stage {
        min-height: auto;
        padding-bottom: 140px
    }
    .pro_duct span.upper_line {
        margin-top: -15px
    }
}

@media only screen and (max-width:1024px) {
.we_serve li.col-md-4 {display: block;width: 100%;}
.we_serve li.col-md-4 li.submenu-heading a {padding-left: 0 !important;}
    .awards_re ul{    margin: 31px 0 0px;}
    .starts {
        margin: 0
    }
    .left_casestudy button.owl-next span[aria-label=Next]:before {
        color: #fff
    }
    .first_banner .on_banner_ {
        margin-bottom: 18px
    }
    .item.banne_r6_image .left_side_content {
        padding: 85px 40px 50px
    }
    .image-slider-sli .owl-dots {
        left: 0;
        right: 0
    }
    .banne_r_image .on_banner_ {
        min-height: auto !important
    }
    .experience_,
    .on_banner_ {
        width: 70%
    }
    .banne_r1_image:before,
    .banne_r2_image:before,
    .banne_r3_image:before,
    .banne_r4_image:before,
    .banne_r5_image:before,
    .banne_r6_image:before,
    .banne_r_image:before {
        background-size: cover;
        height: 500px
    }
    .ou-ser-title,
    .ou-ser-title span {
        font-size: 13px;
        margin: 30px 0 5px
    }
    .port_box img {
        width: auto;
        height: auto;
        padding: 0
    }
    .profile_cover span,
    .profile_img {
        float: none
    }
    .profile_cover span br {
        display: none
    }
    .on_hover {
        display: table
    }
    .on_hover.hvr-shutter-in-vertical p {
        font-size: 11px;
        display: table-cell;
        padding-right: 65px;
        vertical-align: middle;
        margin: 20px 74px 0 0
    }
    li.col-sm-4.last_div {
        padding-right: 15px
    }
    li.icon_menu.email_add a.icon-border {
        top: -24px
    }
    .inner_review_detail {
        padding: 10px 20px 0;
        min-height: 502px
    }
    .center_sec span.rating,
    .project_title {
        font-size: 13px
    }
    .rightnside_q {
        margin: 10px 0 0
    }
    .center_sec .project_summary .horizontal_line:after {
        width: 160px
    }
    .project_summary .horizontal_line:after {
        width: 145px
    }
    .horizontal_line:after,
    .industry_line .horizontal_line:after {
        width: 105px
    }
    .review_detail {
        padding: 15px 10px 0;
        margin-bottom: 20px
    }
    .review_detail .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 4px
    }
    ul.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu li.icon_menu .phone_class {
        padding-left: 0;
        padding-bottom: 10px;
        padding-top: 0
    }
    .upper-mega-drop-menu ul h4 {
        margin-bottom: 10px
    }
    ul.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu li {
        padding-bottom: 3px
    }
    .pro_duct .mega-dropdown-menu li ul {
        height: auto;
        min-height: 310px
    }
    .bold-title,
    .main-title,
    .sniper_go {
        font-size: 20px
    }
    .left_casestudy button.owl-next span[aria-label=Next],
    .left_casestudy button.owl-prev span[aria-label=Previous] {
        bottom: 45px
    }
    .left_casestudy button.owl-next span[aria-label=Next] {
        left: 15px
    }
    .sticky .search_btn {
        right: 20px
    }
    .caret {
        right: 9px
    }
    ul.nav.navbar-nav {
        margin-right: 0
    }
    .js-navbar-collapse ul.nav.navbar-nav {
        float: left
    }
    .collapse.navbar-collapse.js-navbar-collapse ul li a {
        font-size: 12px;
        margin-right: 5px
    }
    .submenu-heading h4 .caret {
        top: 20px
    }
    .sticky .dropdown-menu {
        top: 100%
    }
    .sticky .mega-dropdown-menu {
        padding: 0
    }
    .upper-mega-drop-menu ul h4 {
        padding: 5px 9px
    }
    .top-header ul li a {
        font-size: 11px
    }
    .collapse.navbar-collapse.js-navbar-collapse {
        float: right;
        margin-right: 30px
    }
    .top-header {
        padding: 5px 0
    }
    .top-menu-bar-header {
        margin-right: 10px
    }
    .main-menu_padding li {
        margin-right: 0
    }
    .top-ranked-inner {
        padding: 5px 0 5px 0;
        margin: 30px 20px
    }
    .first-con {
        font-size: 25px;
        line-height: 25px
    }
    .bold-title {
        font-size: 16px
    }
    .content-slider {
        padding: 50px 30px
    }
    .transform-content p {
        font-size: 15px
    }
    .content-slider {
        height: 490PX
    }
    .right-side-img .owl-nav {
        bottom: 25px
    }
    .calltoaction {
        bottom: 25px;
        right: 5px
    }
    .our-service-inner {
        height: 380px
    }
    .case_content {
        padding-right: 15px
    }
    .snip_bold-title {
        font-size: 16px
    }
    .snip_bold-title {
        padding: 5px 0
    }
    .transform-content_case {
        font-size: 15px
    }
    .right-side-img_case_study {
        position: static
    }
    .right-side-img_case_study .owl-item.active .item {
        width: 100%
    }
    .right-side-img_case_study .owl-nav {
        left: -32px
    }
    .right_casestudy {
        padding-top: 100px
    }
    .casestudy_inner {
        height: auto;
        float: none
    }
    .right-side-img_case_study .owl-item {
        height: auto
    }
    .client_testi_inner .owl-stage {
        min-height: auto
    }
    .out_box {
        position: static
    }
    .client_post {
        color: #fff
    }
    .on_hover,
    .on_hover.hvr-shutter-in-vertical {
        height: 50px !important;
        top: auto;
        bottom: 0;
        display: table;
        width: 100%
    }
    .on_hover p:after {
        margin: 0 auto;
        right: 15px;
        left: auto;
        position: absolute;
        height: 29px;
        width: 29px;
        top: 11px;
        background-size: 19px
    }
    .hvr-shutter-in-vertical:before {
        margin: 0;
        background: #000000ad
    }
    .on_hover {
        background: 0 0
    }
    .port_box p {
        padding: 0;
        color: transparent
    }
    .on_hover.hvr-shutter-in-vertical p {
        color: #fff;
        text-align: left;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
        padding: 0 75px 0 30px
    }
    .left_casestudy {
        padding-top: 15px
    }
    .cover_all_product {
        width: auto
    }
    .input-group input.input-group-field {
        text-overflow: ellipsis;
        width: 126px
    }
}

@media only screen and (max-width:1023px) {
    footer .awards_re ul li,footer .awards_re ul li.goodfirms{height: 70px;}
    .excellent .inner_info_good_firm {
        height: auto
    }
    .left_side_content.first_banner .Banner_title_ img {
        max-width: auto
    }
    .book_meeting .inner_book {
        right: 25px;
        max-width: 215px
    }
    .inner_review_detail {
        min-height: auto
    }
    .inner_info_good_firm {
        height: auto
    }
    .Main_menu {
        position: relative
    }
    .search_btn,
    .sticky .search_btn {
        top: 25px;
        right: 56px
    }
    .sticky .search_btn {
        top: 10px
    }
    .sticky .mobile-view-show {
        top: 9px
    }
    .sticky button.navbar-toggle {
        top: -10px
    }
    .mobile-view-show {
        right: 85px;
        top: 22px
    }
    .toggle-search {
        padding: 0
    }
}

@media only screen and (max-width:1200px) {
    .individual_micro {
        margin-bottom: 5px !important;
    }
    .mega-dropdown-menu li ul.border_bottom_divide {
        margin-bottom: 0;
    }
    .mega-dropdown-menu li ul li a {
        padding: 0 20px !important;
        font-size: 12px !important;
    }
    .mega-dropdown-menu li ul li a.individual_micro {
        font-size: 13px !important;
        width: 88% !important;
        padding: 0 !important;
    }
    .mega-dropdown-menu li ul.border_bottom_divide {
        border-bottom: none;
    }
    .follow_us ul li a i {
        font-size: 16px
    }
    .follow_us ul li {
        height: 30px;
        width: 30px
    }
    .latest_news .date {
        margin-left: 116px
    }
    .owl-carousel.owl-theme.image-slider-sli.owl-loaded {
        display: block
    }
    #layerslider_3 {
        display: none
    }
    div#banner-section .ls-inner .ls-wrapper.ls-z .logo_imges img {
        max-width: 70px !important
    }
    .Banner_title_:before {
        bottom: -16px
    }
    .first_banner h1.Banner_title_ {
        margin-bottom: 0
    }
    .Banner_title_ {
        font-size: 35px
    }
    p.experience_.booth_added {
        padding-top: 30px
    }
    .first_banner.on_banner_ {
        padding-top: 10px
    }
    .experience_,
    .ready_for {
        font-size: 20px
    }
    p.experience_ {
        padding-top: 0
    }
    .first_banner .on_banner_ {
        width: 100%
    }
    .on_banner_ {
        width: 100%;
        font-size: 16px
    }
    .banne_r_image .on_banner_ {
        min-height: auto
    }
    ul.dropdown-menu.mega-dropdown-menu li a img {
        margin-bottom: 10px
    }
    .img-responsive.img_center {
        margin: 0
    }
    .client_testi_inner .owl-item.active.center .client_box {
        padding: 40px
    }
    .heading-title {
        padding-bottom: 20px
    }
    .port_box {
        height: 327px
    }
    .on_hover.hvr-shutter-in-vertical,
    .port_box {
        height: 327px
    }
    .sub_heading div {
        font-size: 11px
    }
    .inner_info_good_firm {
        height: 505px;
        overflow: scroll
    }
    .good_firm_in h3 {
        font-size: 14px
    }
    .good_firm_img img,
    .heading_img img {
        width: 115px;
        height: auto
    }
    .ex_heading {
        font-size: 17px
    }
    .upper-mega-drop-menu {
        width: 100%
    }
    .inner_book {
        top: -320px;
        right: 15%;
        left: auto;
        bottom: auto
    }
    .item.banne_r6_image .left_side_content,
    .left_side_content,
    .left_side_content.first_banner {
        padding: 40px 40px 50px;
        z-index: 2
    }
    .book_meeting {
        z-index: 3;
        position: relative
    }
    .experience_ {
        width: 100%
    }
    .right-side-img .item:after {
        content: "";
        background-color: #000;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 1;
        opacity: .8;
        position: absolute;
        top: 0
    }
    .profile_img img {
        margin: 0 auto 0
    }
    .horizontal_line:after,
    .industry_line .horizontal_line:after {
        width: 105px
    }
    .description_revie {
        font-size: 11px
    }
    .horizontal_line:after {
        top: 25px
    }
    .profile_cover,
    .profile_img {
        width: 100%
    }
    .center_sec .starts i,
    ul.rightnside_q li {
        font-size: 9px
    }
    .inner_review_detail {
        padding: 10px 20px 0
    }
    .first_s.border-sides {
        width: 155px;
        padding: 0 10px
    }
    .profile_cover span {
        text-align: center;
        display: block
    }
    .sec_2.border-sides {
        width: 270px
    }
    .third_3 {
        width: 160px
    }
    .search_btn {
        right: 65px;
        top: 25px
    }
    .sticky .search_btn {
        top: 12px;
        right: 65px
    }
    .sticky button.navbar-toggle {
        top: -8px
    }
    header .upper-mega-drop-menu li.col-md-3 {
        width: 100%
    }
    .image-slider-sli .owl-dots {
        bottom: 20px;
        left: 0;
        right: 0
    }
    .collapse.navbar-collapse.js-navbar-collapse ul h4 {
        padding-left: 15px;
        line-height: 22px
    }
    .active .submenu-heading h4 .caret,
    li.dropdown.mega-dropdown.open>.caret,
    .submenu-heading.active span.caret.mob_caret {
        transform: rotate(180deg)
    }
    .upper-mega-drop-menu ul h4 br {
        display: none
    }
    .upper-mega-drop-menu ul h4 {
        margin-bottom: 0
    }
    .upper-mega-drop-menu ul h4 {
        padding: 5px 3px;
        float: left;
        width: 100%;
        margin-top: 0;
        text-align: left
    }
    span.upper_line {
        display: none
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu li a {
        float: left;
        width: 100%
    }
    .upper-mega-drop-menu li ul li {
        display: none
    }
    .service_menu .mega-dropdown-menu li ul {
        height: auto;
        min-height: auto
    }
    li.request-quote a {
        color: #fff
    }
    .mobile-view-show .mobile-show {
        margin-top: 0;
        display: block !important
    }
    .request-quote {
        display: none !important
    }
    .mobile-view-show {
        display: inline-block;
        position: absolute;
        right: 100px;
        top: 24px
    }
    .sticky .mobile-view-show {
        top: 8px
    }
    .submenu-heading h4 .caret {
        position: relative;
        top: 0;
        right: 4px;
        float: right
    }
    span.mob_caret {
        display: inline-block
    }
    .navbar-collapse.js-navbar-collapse.collapse.in {
        width: 100%;
        margin-right: 0
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu {
        width: 100%;
        max-height: 400px;
        overflow: auto
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu li {
        float: none;
        padding: 0;
        text-align: left
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu li a {
        line-height: 26px;
        font-size: 16px
    }
    .dropdown-menu {
        position: static
    }
    .mega-dropdown-menu {
        background-color: #002f4f
    }
    .upper-mega-drop-menu {
        border-width: 0;
        padding: 0
    }
    .caret,
    span.caret.mob_caret {
        border-top: 8px dashed;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent
    }
    button.navbar-toggle {
        position: relative;
        right: 0;
        top: -11px;
        margin-right: 0
    }
    .navbar-header {
        width: 100%
    }
    .heder-inner-cover .Main_menu .navbar-collapse.in {
        display: block !important
    }
    .navbar-toggle {
        display: block
    }
    .navbar-collapse.collapse {
        display: none !important
    }
    .bold-title {
        line-height: 25px
    }
    .top-ranked:before {
        width: 16%
    }
    .content-image-logo {
        position: relative;
        bottom: 0
    }
    .center_sec span.rating,
    .project_title {
        font-size: 13px
    }
    .industry_line .horizontal_line:after {
        width: 123px;
        left: -18px;
        right: auto
    }
    .center_sec .pull-right .horizontal_line::after {
        right: -20px
    }
    #review .col-md-4 {
        padding-right: 15px
    }
    div#review .col-md-8 {
        padding: 0 15px
    }
    .com_pany span.upper_line {
        margin-top: 80px;
        margin-bottom: 20px
    }
    .image-slider-sli .item {
        width: 100%;
        overflow: hidden
    }
    .image-slider-sli .item img {
        width: auto;
        height: auto
    }
    .left_casestudy button.owl-prev span[aria-label=Previous] {
        right: 15px
    }
    .left_casestudy button.owl-next span[aria-label=Next] {
        left: 15px
    }
    .right-side-img_case_study {
        text-align: center
    }
    .case_content {
        width: 100%
    }
    .casestudy_inner .owl-carousel .owl-item img {
        width: auto;
        padding: 0 30px;
        float: none;
        display: inline-block
    }
    .navbar-brand {
        padding: 0
    }
    header nav.navbar .row {
        display: block
    }
    .top-menu-bar-header {
        margin-right: auto
    }
    .top-menu-bar-header ul.nav.navbar-nav {
        float: right
    }
    ul.nav.navbar-nav {
        margin-right: 0
    }
    .heder-inner-cover {
        padding: 0
    }
    .content-slider,
    .right-side-img {
        height: auto
    }
    .top-ranked-inner {
        padding: 5px 0 5px 25px
    }
    .right-side-img .owl-nav {
        bottom: 0;
        left: 0
    }
    .mob-web-content {
        margin: 35px 0
    }
    .casestudy_inner .title_underline,
    .mob-web-img img {
        margin: 0 auto
    }
    .btn_read_more,
    .case_content,
    .casestudy_inner .main-title {
        text-align: center
    }
    .btn_read_more a {
        float: none
    }
    .industries_served_inner:before,
    .right-side-img:before,
    div#industries_served_sec:before {
        display: none
    }
    .casestudy_inner:before {
        width: 100%
    }
    .sky-blu-back .heading-title {
        padding-bottom: 20px
    }
    .right_casestudy {
        width: 100%
    }
    .casestudy_inner .right_casestudy {
        height: auto;
        padding-bottom: 80px;
        position: static
    }
    .right-side-img_case_study .owl-nav {
        top: 100%;
        left: 0;
        right: 0
    }
    .on_hover.hvr-shutter-in-vertical p {
        padding-left: 25px
    }
    .on_hover p:after {
        right: 25px
    }
    .right-side-img_case_study button.owl-next span[aria-label=Next] {
        left: auto
    }
    .right-side-img_case_study button.owl-prev span[aria-label=Previous] {
        right: auto;
        background-image: url(https://www.brainvire.com/sg/assets/img/blue_left.png)
    }
    .right-side-img_case_study button.owl-prev {
        margin-right: 55px !important
    }
    .client_testi_inner .owl-item.active.center {
        transform: scale(1)
    }
    .left_casestudy {
        padding-top: 25px
    }
    .case_content {
        padding-top: 0;
        padding-right: 0
    }
    div#client_testimonial {
        float: left;
        width: 100%
    }
    .prestigious_img {
        padding: 5px
    }
    .input-group {
        width: 100%
    }
    .input-group input.input-group-field {
        width: auto;
        text-overflow: inherit
    }
    .latest_news {
        margin-top: 40px
    }
    .left_casestudy button.owl-next span[aria-label=Next],
    .left_casestudy button.owl-prev span[aria-label=Previous] {
        bottom: 22px
    }
    .left_casestudy button.owl-next span[aria-label=Next] {
        background-image: url(https://www.brainvire.com/sg/assets/img/arrow.png)
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu li ul {
        padding-left: 5px;
        float: left;
        width: 100%
    }
}

@media only screen and (max-width:900px) {
    .awards_re ul {
        margin: 30px 0 20px;
   
        align-items: center;
    }
    .heading_cover {
        display: block;
        width: 100%;
        float: left
    }
    .good_firm_img {
        padding-right: 20px
    }
    .casestudy_inner .owl-carousel .owl-item img {
        max-width: 280px;
        height: auto
    }
    .first_banner h1.Banner_title_ {
        margin-bottom: 30px
    }
    .first_banner .on_banner_ {
        margin-bottom: 10px
    }
    p.experience_.booth_added {
        padding-bottom: 0;
        padding-top: 0 !important
    }
    .inner_review_detail .sec_2.border-sides {
        width: 370px
    }
    .content-slider {
        padding: 30px
    }
    .transform-content {
        margin: 30px 0
    }
    #get_free_quote:after,
    #get_free_quote:before {
        opacity: .3
    }
    .left_casestudy {
        width: 100%;
        height: auto;
        padding: 20px
    }
    .port_box {
        height: 361px
    }
    .pull-left.email-call ul li a,
    .top-menu-bar-header ul li a,
    ul.nav.navbar-nav.main-menu_padding li a {
        padding-left: 3px;
        padding-right: 5px
    }
    .caret {
        right: 8px
    }
    .navbar-brand img {
        max-width: 145px
    }
    ul.dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu li {
        margin: 0;
        padding-bottom: 0
    }
    .mega-dropdown-menu li ul {
        height: 205px
    }
    .sticky .main-menu_padding li {
        padding-top: 22px;
        padding-bottom: 6px
    }
    .sticky li.request-quote {
        padding: 0 0 0 !important
    }
    .sticky .dropdown-menu {
        top: 100%
    }
    .upper-mega-drop-menu ul h4 {
        font-size: 13px
    }
    .mega-dropdown-menu {
        max-height: 570px
    }
    li.request-quote {
        margin-left: 0
    }
    .collapse.navbar-collapse.js-navbar-collapse li.request-quote a {
        padding: 5px
    }
    .our-service-inner {
        margin: 10px 0
    }
    .indus_se_rvice {
        width: 45%
    }
    .achievement_sec_inner .indus_se_rvice:after {
        height: 95px
    }
    .achievement_sec_inner .indus_se_rvice {
        width: 16%
    }
    span.count {
        font-size: 25px
    }
    .counter_heigh {
        font-size: 18px
    }
    .achievement_sec_inner .indus_se_rvice {
        font-size: 40px
    }
    .calltoaction {
        right: 0;
        left: auto;
        bottom: 23px;
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .first_banner .on_banner_ b {
        display: block
    }
    .experience_,
    .ready_for {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .awards_re ul{    margin: 30px 0 0px;}
    .awards_re ul {
        display: flex;
    }
    .awards_re ul li {
        margin-bottom: 20px
    }
    .on_banner_ {
        font-size: 16px
    }
    #banner-section .owl-item .left_side_content.first_banner h1 img {
        margin: 0
    }
    #banner-section .owl-item .left_side_content.first_banner h1 img {
        max-width: 200px
    }
    .first_banner .experience_,
    .first_banner .on_banner_,
    .first_banner .on_banner_ b {
        width: 100%;
        font-size: 19px
    }
    .first_banner .on_banner_ {
        font-size: 16px;
        margin-bottom: 10px
    }
    .experience_,
    .on_banner_ {
        width: 100%
    }
    .banne_r1_image:before,
    .banne_r2_image:before,
    .banne_r3_image:before,
    .banne_r4_image:before,
    .banne_r5_image:before,
    .banne_r6_image:before,
    .banne_r_image:before {
        height: 490px
    }
    .image-slider-sli .owl-dots {
        bottom: 15px;
        float: left;
        left: 0;
        right: 0
    }
    .inner_book {
        left: 0;
        right: 0;
        bottom: 70px;
        width: 250px;
        top: auto;
        height: 60px;
        margin: 0 20px
    }
    #banner-section .owl-item img {
        max-width: 100px;
        margin: 0 auto;
        padding: 5px
    }
    .logo_imges {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        max-height: 100px
    }
    .Banner_title_ {
        font-size: 30px
    }
    .item.banne_r6_image .left_side_content,
    .left_side_content,
    .left_side_content.first_banner {
        padding: 20px
    }
    .experience_,
    .ready_for {
        font-size: 16px
    }
    .search_btn,
    .sticky .search_btn {
        top: 12px
    }
    .mobile-view-show {
        top: 12px
    }
    .title_sec .pull-right {
        float: left !important;
        margin: 0 0 0 20px
    }
    .inner_info_good_firm {
        height: 100%;
        overflow: scroll
    }
    .left_casestudy .owl-nav {
        bottom: 0
    }
    span.extra_caret {
        float: right;
        width: 15%;
        position: relative
    }
    .caret {
        position: absolute;
        top: 6px
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu li a {
        width: 80%;
        padding: 0;
        margin-bottom: 10px;
        font-size: 14px
    }
    ul.nav.navbar-nav.main-menu_padding.service_menu li {
        width: 100%;
        float: left
    }
    ul.nav.navbar-nav.main-menu_padding.mobile-menu li a {
        margin-bottom: 10px
    }
    .port_box {
        height: 353px
    }
    .port_box img {
        height: 100%
    }
    .profile_img {
        width: 30%
    }
    .profile_cover span {
        width: 67%
    }
    .custom_title br {
        display: none
    }
    .profile_cover {
        float: left;
        width: 100%
    }
    .btn_read_full {
        text-align: left
    }
    .btn_read_full {
        margin: 25px 0
    }
    .col-md-6.col-sm-6.sec_2.border-sides,
    .first_s.border-sides,
    .third_3 {
        width: 100%;
        border: 1px solid #ccc;
        margin: 10px 0
    }
    .sec_2.border-sides {
        border-width: 0
    }
    .inner_review_detail {
        padding: 0 20px 0
    }
    .project_summary .horizontal_line:after {
        right: auto
    }
    .center_sec,
    .left_n_side,
    .right_n_side {
        padding-top: 10px
    }
    .submenu-heading h4 br {
        display: none
    }
    ul.dropdown-menu.mega-dropdown-menu ul.active li img {
        width: 100px
    }
    .pro_duct .mega-dropdown-menu li ul {
        height: auto
    }
    .collapse.navbar-collapse.js-navbar-collapse {
        margin-right: 0
    }
    div#casestudy_sec .casestudy_inner .owl-carousel .owl-item img {
        width: 47%;
        display: inline-block;
        float: none;
        padding: 0 10px
    }
    .left_casestudy button.owl-next span[aria-label=Next],
    .left_casestudy button.owl-prev span[aria-label=Previous] {
        bottom: 0;
        width: 30px
    }
    .casestudy_inner .right_casestudy {
        float: right;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 35px 0
    }
    input.search-input {
        padding: 0 0 0 15px
    }
    .sticky .navbar-header {
        padding: 8px 0 13px
    }
    .sticky li.request-quote {
        padding: 1px 0 16px !important
    }
    .sticky .search_btn {
        top: -2px;
        right: 53px
    }
    .submenu-heading h4 .caret {
        right: -3px
    }
    .sticky .main-menu_padding li {
        padding: 0
    }
    span.caret.mob_caret {
        position: static;
        top: -17px;
        right: 4px
    }
    li.dropdown.mega-dropdown {
        position: relative
    }
    li.dropdown.mega-dropdown a {
        width: calc(100% - 20px)
    }
    .main-menu_padding li {
        padding: 0 0
    }
    .mega-dropdown-menu {
        background: 0 0
    }
    .sticky input.search-input {
        height: 54px
    }
    .upper-mega-drop-menu ul h4 {
        padding: 0 9px
    }
    .collapse.navbar-collapse.js-navbar-collapse ul li a {
        font-size: inherit;
        padding: 0
    }
    input.search-input {
        height: 60px
    }
    .sticky .Search .package .toggle-search {
        top: 9px
    }
    .package button.toggle-search {
        top: 13px
    }
    .header-cover {
        z-index: 3
    }
    .collapse.navbar-collapse.js-navbar-collapse ul h4 {
        margin-bottom: 0px;
        font-size: 13px;
        padding-left: 15px;
        text-align: left;
        padding-right: 4px;
    }
    body li ul li.submenu-heading {
        display: block
    }
    .desktop_view,
    .upper-mega-drop-menu li ul li {
        display: none
    }
    .btn_read_more.mobile_view a img {
        width: 40px;
        float: right;
        padding-top: 2px
    }
    .mega-dropdown-menu li ul {
        height: auto
    }
    .mega-dropdown-menu li ul li h4 {
        margin-bottom: 0;
        font-size: 12px
    }
    .upper-mega-drop-menu {
        padding: 0;
        border: none
    }
    ul.nav.navbar-nav.main-menu_padding .upper-mega-drop-menu li ul {
        margin-bottom: 0
    }
    .upper-mega-drop-menu li {
        padding: 2px !important
    }
    .navbar-brand img {
        max-width: 110px
    }
    .email-call,
    header ul.nav.navbar-nav {
        float: none
    }
    .email-call ul li {
        display: inline-block
    }
    .top-header ul li a {
        padding-left: 4px !important
    }
    .mobile-view-show {
        padding: 0 0 0 10px;
        list-style: none
    }
    .navbar-header {
        padding: 10px 0 17px
    }
    .navbar-brand {
        padding: 3px 0 0
    }
    .mobile-view-show a {
        padding: 6px;
        color: #fff
    }
    li.request-quote a {
        font-size: 10px
    }
    .sticky button.navbar-toggle,
    header .navbar-toggle {
        margin: 0;
        top: 0
    }
    header ul.nav.navbar-nav {
        margin: 3px 0
    }
    .top-header {
        padding: 2px 0 4px
    }
    .dropdown-menu.mega-dropdown-menu .upper-mega-drop-menu li {
        z-index: 3
    }
    .request-quote a {
        float: none !important
    }
    .collapse.navbar-collapse.js-navbar-collapse li a {
        z-index: 2
    }
    .navbar-collapse {
        border-top: 0 solid transparent;
        -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 0 0 rgba(255, 255, 255, .1);
        -webkit-overflow-scrolling: touch
    }
    .collapse.navbar-collapse.js-navbar-collapse,
    ul.nav.navbar-nav.main-menu_padding {
        width: 100%
    }
    .navbar-collapse.js-navbar-collapse.collapse.in {
        height: auto;
        overflow: scroll
    }
    .navbar-collapse {
        padding: 0
    }
    .upper-mega-drop-menu li ul li a {
        font-size: 11px !important;
        padding-left: 30px !important;
        margin-left: 0
    }
    .collapse.navbar-collapse.js-navbar-collapse ul.active li a {
        padding: 2px 10px;
        line-height: 100%
    }
    .mega-dropdown-menu li ul,
    .service_menu .mega-dropdown-menu li ul {
        min-height: auto
    }
    ul.nav.navbar-nav.main-menu_padding.mobile-menu li {
        display: block
    }
    .mobile-menu {
        text-align: center
    }
    .navbar-toggle {
        padding: 6px 5px
    }
    .top-menu-bar-header ul.nav.navbar-nav {
        text-align: left;
        float: left
    }
    .mobile-menu {
        display: block
    }
    .calltoaction {
        right: 0;
        bottom: 0;
        left: auto;
        margin-bottom: 17px
    }
    .content-image-logo ul li a img {
        max-width: 80px
    }
    .first-con {
        font-size: 23px
    }
    .transform-content p {
        font-size: 16px
    }
    .bold-title {
        font-size: 25px
    }
    .mobile_view {
        display: block
    }
    .btn_read_more.mobile_view {
        margin: 20px 0 5px;
        text-align: left
    }
    #web-mobile-section {
        margin: 40px 0
    }
    .main-title {
        font-size: 24px
    }
    .subtitle {
        font-size: 16px
    }
    .heading-title {
        padding-bottom: 30px
    }
    .btn_read_more a {
        padding: 14px;
        text-align: left;
        font-size: 14px
    }
    .mob-web-content {
        font-size: 16px
    }
    #our-services {
        padding: 25px 0 39px
    }
    .our-service-inner {
        margin: 20px 0
    }
    .our-service-inner {
        height: auto;
        padding: 17px 22px
    }
    .ou-ser-readmore,
    .ou-ser-title,
    .ou-ser-title a {
        margin: 10px 0
    }
    #industries_served_sec {
        padding: 25px 0 35px
    }
    .industries_served_inner .our-service-inner {
        margin-bottom: 0
    }
    .indus_se_rvice {
        width: 100%;
        display: block;
        margin: 0
    }
    .industries_served_inner .ou-ser-title {
        min-height: auto
    }
    .right-side-img_case_study button.owl-prev span[aria-label=Previous] {
        background-image: url(https://www.brainvire.com/sg/assets/img/blue_left.png)
    }
    .right-side-img_case_study .owl-item {
        height: auto
    }
    .ou-ser-readmore a {
        margin-right: 0
    }
    .right-side-img_case_study button.owl-prev {
        margin-right: 70px !important
    }
    .sniper_go {
        font-size: 20px
    }
    .snip_bold-title {
        padding: 0;
        font-size: 16px
    }
    .transform-content_case {
        font-size: 14px
    }
    .casestudy_inner .ou-ser-readmore {
        margin: 60px 0 20px
    }
    .on_hover {
        height: 70px;
        display: table;
        width: 100%
    }
    #prestigious {
        padding: 20px 0 10px
    }
    .extra_zoom .owl-dots {
        padding-top: 35px
    }
    .right-side-img_case_study .owl-item.active .item {
        height: auto
    }
    .prestigious_inner .btn_read_more.view_more {
        margin: 0
    }
    .achievement_sec_inner {
        padding: 20px 0 30px
    }
    .achievement_sec_inner .indus_se_rvice {
        width: auto;
        font-size: 35px
    }
    .counter_heigh br {
        display: none
    }
    .cover_all_product {
        position: static
    }
    div#Our_product_Sec {
        padding: 50px 0
    }
    .get_free_quote_inner {
        font-size: 22px
    }
    #get_free_quote {
        padding: 30px 0
    }
    .copy_right,
    footer .btn_read_more.view_more {
        text-align: center
    }
    .follow_us {
        float: left;
        width: 100%;
        margin-bottom: 30px
    }
    .also_navigate ul {
        margin: 20px 0
    }
    div#footer_inner .col-md-5 {
        padding-left: 15px
    }
    .copy_ri_p {
        padding: 20px 0 80px
    }
    footer .btn_read_more a {
        padding: 10px 8px
    }
}

@media only screen and (max-width:375px) {
    .first_banner .on_banner_,
    .first_banner .on_banner_ b {
        font-size: 13px
    }
    .center_sec .pull-left,
    .center_sec .pull-right {
        width: 100%
    }
    .profile_cover span {
        padding-top: 16px
    }
    .sticky .Search .package .toggle-search {
        top: -4px
    }
    .package button.toggle-search {
        top: 7px
    }
    .Search {
        top: 2px
    }
    .toggle-search i.fa.fa-times {
        top: 7px
    }
    .btn_read_more a {
        padding: 11px;
        font-size: 12px
    }
    .sticky .toggle-search i.fa.fa-times {
        top: 17px
    }
    .snip_bold-title {
        line-height: 27px
    }
    .client_title {
        font-size: 14px;
        padding-top: 10px
    }
    .client_content,
    .client_name,
    .client_post {
        font-size: 12px
    }
    .casestudy_inner .ou-ser-readmore {
        margin: 15px 0 20px;
        float: left;
        width: 100%
    }
    .transform-content_case {
        font-size: 12px;
        line-height: 22px
    }
}

@media only screen and (max-width:360px) {
    .inner_book {
        left: 0;
        right: 0;
        bottom: 80px;
        width: 240px;
        height: 55px
    }
    .top-menu-bar-header ul.nav.navbar-nav a {
        font-size: 9px
    }
    .sticky .search_btn {
        top: -2px;
        right: 49px
    }
    .calltoaction a {
        padding: 15px 4px
    }
    .navbar-brand img {
        max-width: 95px
    }
    li.request-quote a {
        font-size: 9px;
        margin-left: 10px
    }
    .sticky .mobile-view-show {
        top: 9px
    }
    .sticky .search_btn {
        top: 6px
    }
    .navbar-toggle {
        padding: 5px 4px
    }
    .content-image-logo ul li a img {
        max-width: 75px
    }
    .transform-content {
        margin: 20px 0
    }
    .calltoaction {
        margin-bottom: 25px
    }
    .snip_bold-title {
        font-size: 16px;
        padding: 0
    }
    .transform-content_case {
        font-size: 14px
    }
    .port_box {
        height: 315px
    }
}

@media only screen and (min-width:1400px) {
    .casestudy_inner .container,
    .container {
        width: 1280px;
        margin: 0 auto
    }
    div#client_testimonial .container {
        width: 1400px;
        margin: 0 auto
    }
}

@media screen and (min-device-width:1024px) and (orientation:landscape) {
    .casestudy_inner:before {
        height: 100%
    }
}

.mega-dropdown-menu li ul li a {
    padding: 0
}

.upper-mega-drop-menu li ul li {
    padding-bottom: 17px
}

.dropdown.mega-dropdown a.icon-border {
    padding-right: 0
}

#get_a_qu {
    display: none
}

button#myBtn {
    right: 20px;
    position: fixed;
    bottom: 85px;
    background: #00abe1;
    border-radius: 100%;
    padding: 15px 10px;
    border: none;
    z-index: 2;
    display: none
}

#myBtn img {
    transform: rotate(-89deg);
    height: 18px
}

footer .btn_read_more.view_more {
    position: fixed;
    right: 0;
    bottom: 20px
}

@media only screen and (min-width:812px) and (max-width:900px) and (orientation:landscape) {
    .inner_info_good_firm {
        height: 100% !important
    }
    .first_s.border-sides {
        width: 190px
    }
    .sec_2.border-sides {
        width: 315px
    }
    .third_3 {
        width: 195px
    }
    div#review .col-md-8 {
        padding-left: 15px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    li.request-quote a{    height: 24px !important;}
    /* .mega-dropdown-menu li ul.border_bottom_divide{margin-bottom: 0;} */
    .search_btn,
    .sticky .search_btn {
        top: 8px;
        right: 45px
    }
    .mobile-view-show {
        right: 75px;
        top: 12px
    }
    #myBtn img {
        height: 14px
    }
    button#myBtn {
        padding: 12px 10px
    }
    .owl-theme .owl-dots .owl-dot:first-child span {
        margin-left: 0
    }
    .book_meeting {
        top: 5px
    }
}

.grecaptcha-badge {
    visibility: collapse !important
}