@font-face {
    font-family: 'Barlow';
    src: url('/wp-content/themes/brother/assets/fonts/Barlow-Medium.eot');
    src: url('/wp-content/themes/brother/assets/fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Medium.woff2') format('woff2'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Medium.woff') format('woff'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Medium.ttf') format('truetype'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'BarlowBold';
    src: url('/wp-content/themes/brother/assets/fonts/Barlow-Bold.eot');
    src: url('/wp-content/themes/brother/assets/fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Bold.woff2') format('woff2'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Bold.woff') format('woff'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Bold.ttf') format('truetype'),
        url('/wp-content/themes/brother/assets/fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/wp-content/themes/brother/assets/fonts/OpenSans.eot');
    src: url('/wp-content/themes/brother/assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/brother/assets/fonts/OpenSans.woff2') format('woff2'),
        url('/wp-content/themes/brother/assets/fonts/OpenSans.woff') format('woff'),
        url('/wp-content/themes/brother/assets/fonts/OpenSans.ttf') format('truetype'),
        url('/wp-content/themes/brother/assets/fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* common use */
body{
    overflow-x: hidden;
    font-family: 'OpenSans';
    font-size: 16px;
}
body p,body{
    color: #555;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'BarlowBold' !important;
    font-weight: normal;
    color: #333333;
}
a{
    text-decoration: none;
    outline: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
    color: inherit;
}
img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}
table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
input,
textarea,
select,
button {
	border: 0;
	outline: none;
}
/* header */
.header_logo h1 {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}
.header_logo a{
    display: inline-block;
    padding: 20px 0;
    line-height: 1;
    width: 190px;
    height: 133px;
    text-align: center;
    background-color: #ffffff;
    border-bottom-right-radius: 25px;
}
.header_logo a:focus{
    background-color: #ffffff !important;
}
.navbar-default {
    border: 0;
    background-color: inherit;
}
.box.box-active:not(.no-animation) {
    animation: navslide .5s ease forwards;
}
@keyframes navslide{
    from{
        opacity:0;
        -webkit-transform:translate3d(0,-10px,0);
        transform:translate3d(0,-10px,0)
    }
    to{
        opacity:1;
        -webkit-transform:translate3d(0,0,0);
        transform:translate3d(0,0,0)
    }
}
.hidden-sm{
    display: block !important;
}
.box.header-bottom.hidden-sm {
    background: #ffffff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 16px 24px rgb(14 13 18 / 7%);
    z-index: 9999;
    height: 94px;
    line-height: 93px;
    border-bottom: 1px solid #ffffff;
}
.box.header-bottom.box-active {
    z-index: 9999;
    height: 84px;
    line-height: 83px;
    background: #fff !important;
}
.box.header-bottom.box-active .main-menu > li{
    padding: 32px 28px;
}
.box.header-bottom.box-active .navbar-default .navbar-nav>li>a::after{
    top: 54px;
    background-color: #000000;
}
.box.header-bottom.box-active .logo a {
    padding: 25px 0;
}
.box.header-bottom {
    transition: all .4s;
    background: #fff;
    position: absolute;
    width: 100%;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item{
    padding: 0 25px;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a{
    font-family: 'Barlow';
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 0px solid #1b3e93;
    padding: 0;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a:focus{
    background-color: rgba(0,0,0,0);
    color: #333333;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a:hover{
    color: #1b3e93;
    border-bottom: 4px solid #1b3e93;
}
.header-menu .primary-navigation .primary-menu-container > ul > .menu-item.current-menu-item > a{
    color: #1b3e93;
    border-bottom: 4px solid #1b3e93;
}
.menu-button-container #primary-mobile-menu{
    color: #333333 !important;
}
.head_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.header_logo{
    position: relative;
    width: 190px;
}
.header-menu {
    margin-top: 30px;
}
.swiper-container.banner {
    margin-top: 94px;
}
header .search_form {
    width: 100%;
    padding: 0 30%;
    position: absolute;
    top: 100%;
    z-index: 10;
    background: #f59a31;
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    transition: all .5s ease-out 0s;
}
header .search_form form {
    margin: 15px 0;
}
header .search_form input.search-submit {
    min-height: 40px;
    border: none;
    outline: none;
    background: url('/wp-content/themes/brother/assets/images/search-white.png') no-repeat;
    background-position:left center;
    padding-left: 30px;
    background-color: rgba(0,0,0,0) !important;
    margin: 0;
}
header .search_form input.search-submit:focus{
    outline: none;
}
header .search_form input.search-field::-webkit-input-placeholder {
	color: #ffffff  !important;
}
header .search_form.open {
    max-height: 98px;
    opacity: 1;
}
.header-search img:hover{
    cursor: pointer;
}
header .search_form .search-form > label {
    display: none;
}
header .search_form .search-field{
    margin: 0 !important;
    background-color: rgba(0,0,0,0) !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 18px;
}
.header_logo img{
    transition: all ease 0.15s;
}
.box.header-bottom.box-active .header_logo img{
    width: 120px;
}
.header_logo a{
    transition: all ease 0.15s;
}
.box.header-bottom.box-active .header_logo a {
    width: 180px;
    height: 120px;
    padding: 15px 0;
}
.header-menu {
    transition: all ease 0.15s;
}
.box.header-bottom.box-active .header-menu {
    margin-top: 27px;
}
.box.header-bottom.box-active .lan li.choose-site ul{
    top: 62px;
}
.lan{
    display: inline-block;
    margin: 0 20px 0 35px;
}
.lan .textwidget>ul {
	float: right;
	margin-left: 10px;
}
.lan li.choose-site {
	position: relative;
}
.lan li.choose-site ul {
	display: none;
    position: absolute;
    top: 65px;
    left: 0;
    background-color: #ebebeb;
    width: 90px;
    border: 1px solid #e3e3e3;
    z-index: 10;
}
.lan li.choose-site>ul>li>a {
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 3px 15px;
	width: 100%;
	text-align: left;
	height: auto;
	line-height: 26px;
	font-size: 14px;
    color:#333;
}
.lan li.choose-site>ul>li:last-child>a {
	border-bottom: none;
}
.lan li.choose-site>ul>li>a:hover, .lan li.choose-site>ul>li:hover>a {
	background-color: #1b3e93;
    color: #fff;
}
.lan li.choose-site ul li {
	margin: 0;
	width: 100%;
}
.lan li.choose-site ul li a {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	display: block;
}
.lan li.choose-site>a {
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #ebebeb;
    width: 60px;
    height: 42px;
    display: inline-block;
    line-height: 42px;
}
.lan li.choose-site>a:hover{
    cursor: pointer;
}
.lan li.choose-site>a .fa{
    margin-left: 10px;
}
.banner .swiper-slide{
    position: relative;
}
.slide_content{
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
}
.slide_box h2{
    font-size: 44px;
    line-height: 50px;
    color: #ffffff;
    margin-bottom: 25px;
}
.slide_box p{
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
}
.slide_box {
    max-width: 576px;
}
.slide_box a {
    display: inline-block;
    background-color: #f59a31;
    color: #ffffff;
    font-family: 'Barlow';
    width: 192px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 30px;
    transition: all ease 0.3s;
    font-family: 'BarlowBold';
}
.slide_box a:hover{
    background-color: #000000;
}
.home_industry{
    padding: 100px 0;
}
.home_industry_solution{
  padding-bottom: 20px;
}
.hometitle{
    font-size: 44px;
    color: #1b3e93;
    text-transform: uppercase;
    text-align: center;
}
.hometext {
    font-size: 22px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin: 20px auto 50px;
    max-width: 1000px;
}
.industry_slide{
    padding: 0 50px;
}
.industry-slide-container {
    position: relative;
    min-height: 600px;
}
.img-box{
    overflow: hidden;
    border-radius: 25px;
}
.img-box img {
    border-radius: 25px;
}
.img-box img:hover{
    animation: pulse .5s ease forwards;
}
.text-box h3{
    font-size: 28px;
    color: #27a9e1;
    font-family: 'Barlow' !important;
}
.text-box p {
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    margin: 10px 0 14px 0;
}
.text-box .more{
    font-size: 16px;
    line-height: 30px;
    color: #27a9e1;
    font-family: 'BarlowBold';
}
.text-box .more:hover,.text-box h3:hover{
    color: #f59a31;
}
.text-box {
    margin-top: 30px;
}
.industry_list p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.more i{
    margin-left: 6px;
    font-weight: bold;
}
.industry_slide .swiper-pagination-bullet-active {
    background: #1b3e93;
}
.home_why{
    padding: 100px 0;
    background-color: #f6f6f9;
}
.home_why_box p{
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}
.btn_dark{
    display: inline-block;
    background-color: #1b3e93;
    color: #ffffff;
    font-family: 'Barlow';
    width: 192px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all ease 0.3s;
    font-family: 'BarlowBold';
}
.btn_light{
    display: inline-block;
    background-color: #27a9e1;
    color: #ffffff;
    font-family: 'Barlow';
    width: 192px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all ease 0.3s;
    font-family: 'BarlowBold';
    margin-left: 7px;
}
.btn_dark:hover,.btn_light:hover{
    background-color: #000000;
    color: #ffffff;
}
.home_why_box {
    border-radius: 25px;
    background-color: #fff;
    padding: 42px;
}
.home_why_box .wpb_single_image.wpb_content_element.vc_align_left{
    margin-bottom: 0;
}
.why_right {
    padding: 0 32px !important;
}
.home_lifelong{
    background-image: url('/wp-content/uploads/2022/06/bg.jpg');
    min-height: 840px;
    padding: 120px 0;
    position: relative;
    background-size: cover;
}
.home_lifelong h2 {
    font-size: 55px;
    color: #1b3e93;
    line-height: 1.1;
    margin-bottom: 25px;
}
.home_lifelong p {
    font-size: 22px;
    line-height: 28px;
    color: #1b3e93;
    max-width: 600px;
}
.btn_talk{
    display: inline-block;
    background-color: #f59a31;
    color: #ffffff;
    font-family: 'Barlow';
    width: 192px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 30px;
    transition: all ease 0.3s;
    font-family: 'BarlowBold';
}
.btn_talk:hover{
    background-color: #000000;
    color: #ffffff;
}
.numCount{
    background-color: #224496;
    padding: 25px 60px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.numCount p{
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.numCount h3{
    font-family: 'Barlow' !important;
    font-size: 40px;
    line-height: 46px;
    color: #ffffff;
}
.numCount li{
    position: relative;
    padding-left: 34px;
    flex-basis: 27%;
}
.numCount li:nth-child(4){
    flex-basis: auto;
}
.numCount li::before{
    content: '';
    display: inline-block;
    width: 7px;
    height: 76px;
    background-color: #27a9e1;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.numbox{
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
}
.case_left{
    width: 59%;
    float: left;
}
.case_right{
    width: 41%;
    float: left;
}
.home_case{
    background-color: #f6f6f9;
    padding: 80px 0;
}
.case_left img{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.case_box{
    border-radius: 25px;
    background-color: #ffffff;
}
.mySwiper{
    max-height: 567px;
}
.case_title{
    margin: 35px 0 20px 0;
}
.case_title a{
    font-size: 28px;
    line-height: 34px;
    color: #1b3e93;
}
.case_excerpt{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 30px;
}
.case_study{
    display: inline-block;
    color: #1b3e93;
    background-color: #dff2fb;
    border-radius: 25px;
    font-size: 14px;
    line-height: 30px;
    width: 120px;
    height: 30px;
    text-transform: uppercase;
    text-align: center;
}
.case_content{
    padding: 80px 60px;
}
.home_case .swiper-pagination-bullet-active {
    background: #1b3e93;
}
.home_case .swiper-button-next, .home_case .swiper-button-prev {
    color: #1b3e93;
    background-color: #f6f6f9;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.home_case .swiper-button-next.swiper-button-disabled,.home_case .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.home_case .swiper-button-next:after,.home_case .swiper-rtl .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}
.home_case .swiper-button-prev:after,.home_case .swiper-rtl .swiper-button-next:after {
    font-size: 16px;
    font-weight: bold;
}
.home_case .swiper-button-next,.home_case .swiper-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
    top: 62%;
    transform: rotate(90deg);
}
.home_case .swiper-button-prev,.home_case .swiper-rtl .swiper-button-next {
    left: auto;
    right: 5px;
    top: 38%;
    transform: rotate(90deg);
}
.home_case .swiper-container-vertical>.swiper-pagination-bullets {
    right: 23px;
}
.home_service{
    padding: 100px 0;
}
.service_box h3{
    font-size: 26px;
    line-height: 30px;
    color: #27a9e1;
    text-transform: uppercase;
    margin-top: 25px;
}
.service_box p{
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    margin: 20px 0;
}
.service_box .more {
    font-size: 16px;
    line-height: 30px;
    color: #27a9e1;
    font-family: 'BarlowBold';
}
.service_box {
    margin-top: 60px;
    min-height: 245px;
}
.service_box .more:hover{
    color: #f59a31;
}
.service_box img{
    transition: all ease 0.3s;
}
.service_box:hover img{
    transform: rotateY(180deg);
}
.home_support{
    min-height: 600px;
    background-image: url('/wp-content/uploads/2022/06/bg-2.jpg');
    background-size: cover;
}
.support_box p{
    font-size: 30px;
    line-height: 30px;
    color: #1b3e93;
    margin-bottom: 20px;
}
.support_box h2{
    font-size: 44px;
    line-height: 48px;
    color: #1b3e93;
    text-transform: uppercase;
}
.support_box {
    margin-top: 200px;
    max-width: 500px;
}
#nf-form-title-2,
#nf-form-title-3{
    display: none;
}
#nf-form-5-cont nf-field:nth-child(4) {
    opacity: 0;
}
.nf-form-fields-required{
    display: none;
}
.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content select {
    background: #efefef !important;
    border: 1px solid #efefef !important;
    color: #888888 !important;
    font-family: 'OpenSans' !important;
}
nf-field{
    margin-bottom: 15px;
    display: block;
}
#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 9px !important;
}
.nf-form-content input[type=button]{
    background: #1b3e93 !important;
    border: 0;
    color: #ffffff;
    transition: all .5s;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
    width: 240px !important;
    height: 50px !important;
    padding: 0 !important;
    font-family: 'Barlow' !important;
    font-weight: 400 !important;
}
.nf-form-content input[type=button]:hover{
    color: #ffffff !important;
}
.nf-form-content label{
    color: #333333;
}
.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    font-family: 'Barlow' !important;
    font-weight: 400 !important;
}
.foot_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot_box h3 {
    font-size: 24px;
    line-height: 30px;
    color: #1b3e93;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.foot_menu{
    padding: 0;
}
.foot_menu li a{
    font-size: 16px;
    line-height: 28px;
    color: #888888;
}
.foot_menu li a:hover{
    color: #1b3e93;
}
.foot_up{
    padding: 65px 0;
}
.foot_down{
    padding: 35px 0;
    background-color: #f6f6f9;
}
.foot_menu_social{
    padding: 0;
}
.foot_menu_social li{
    display: inline-block;
    margin-left: 5px;
}
.foot_menu_social li a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #27a9e1;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    transition: all ease 0.3s;
}
.foot_menu_social li a:hover{
    background-color: #f59a31;
}
.copyright_flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.copyright_flex p {
    color: #888888;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
.return-top {
    background: #1b3e93 none repeat scroll 0 0;
    border: 2px solid #1b3e93;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 0;
    color: #FFF;
    display: inline-block;
    font-size: 28px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    position: fixed;
    right: 85px;
    text-align: center;
    width: 55px;
    cursor: pointer;
    transition: all .3s ease 0s;
    z-index: 99;
}
.return-top:hover {
    background-color: transparent;
    color: #1b3e93;
}
.foot_box h3 .fa{
    display: none;
}
.mb_search .header-search{
    display: none;
}
.top-banner {
    position: relative;
    margin-top: 94px;
}
.banner_cover {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    z-index: 10;
}
.top-banner::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,rgb(27, 62, 147) 5%, #2558a4 12%, transparent 60%);
    position: absolute;
    top: 0;
    left: 0;
}
.titlebar_breadcrumbs a,.titlebar_breadcrumbs span{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Barlow';
}
.titlebar_breadcrumbs a:hover,.titlebar_breadcrumbs a span:hover{
    color: #f59a31;
}
.banner_cover h2{
    font-size: 30px;
    color: #ffffff;
    font-family: 'OpenSans' !important;
    margin-top: 15px;
}
.banner_cover h1{
    font-size: 60px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 15px;
}
.cat_part_one{
    padding: 75px 0;
}
.cat_part_one p{
    max-width: 1160px;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.part_two_lists{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cat_part_two{
    background-color: #f3f3f3;
    padding: 60px 0;
}
.part_two_box{
    text-align: center;
}
.part_two_img {
    min-height: 92px;
    margin-bottom: 30px;
    line-height: 92px;
}
.part_two_box h3{
    font-size: 18px;
    line-height: 28px;
    color: #1b3e93;
    font-family: 'OpenSans' !important;
    max-width: 215px;
}
.part_three_bottom{
    background-color: #f7f7f7;
    padding: 45px 0 100px 0;
}
.part_three_top{
    background-color: #ffffff;
    padding: 100px 0 45px 0;
    text-align: center;
}
.part_three_top h2{
    font-size: 48px;
    color: #1b3e93;
    margin-bottom: 25px;
}
.part_three_top p{
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.part_three_box {
    text-align: center;
    background-color: #ffffff;
    padding-top: 45px;
}
.part_three_box h3 {
    min-height: 56px;
    color: #27a9e1;
    font-size: 22px;
    line-height: 28px;
    padding: 0 35px;
    font-family: 'Barlow' !important;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.part_three_box p{
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Barlow';
    background-color: #1b3e93;
    margin-top: 15px;
    padding: 17px 40px;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.part_three_box{
    position: relative;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 25px;
}
.part_three_cover{
    position: absolute;
    left: 0;
    top: 100%;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #1b3e93;
    padding: 40px 35px;
    opacity: 0;
    transition: all ease 0.6s;
    z-index: 10;
}
.part_three_box:hover .part_three_cover{
    top: 0;
    opacity: 1;
}
.part_three_cover::after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url('/wp-content/themes/brother/assets/images/circle.png');
    background-repeat: repeat;
    z-index: -1;
}
.part_three_cover h3{
    color: #ffffff;
    font-size: 26px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0;
    margin-top: 50px;
    font-family: 'BarlowBold' !important;
    transition: all ease 0.3s;
    min-height: auto;
}
.part_three_cover p{
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    padding: 0;
    background-color: rgba(0,0,0,0);
    font-family: 'OpenSans';
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
button.btn_light{
    background-color: #27a9e1 !important;
    color: #ffffff !important;
    padding: 0;
    margin-top: 32px;
}
button.btn_light:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
.part_three_cover h3:hover{
    color: #f59a31;
}
.part_three_lists.row{
    margin-right: -1.5px;
    margin-left: -1.5px;
}
.part_three_lists .col-md-3{
    padding: 0 1.5px;
}
.part_three_lists .page-nav,.part_three_lists .wp-pagenavi{
    text-align: center;
}
.cat_part_four{
    background-color: #e5e5e5;
    padding: 0 150px;
}
.cat_part_four_box{
    background-image: url('/wp-content/uploads/2022/07/20220704170848.png');
    background-position: left bottom;
    min-height: 580px;
    background-repeat: no-repeat;
    position: relative;
}
.cat_part_four_content{
    position: absolute;
    right: 0;
    top: 25%;
    max-width: 670px;
}
.cat_part_four_content h3{
    font-size: 44px;
    line-height: 58px;
    color: #1b3e93;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.cat_part_four_content p{
    font-size: 20px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.cat_part_six_content p{
    -webkit-line-clamp: 2;
}
.part_seven_box h2,
.part_five_box h2{
    font-size: 44px;
    color: #1b3e93;
    margin: 30px 0 15px 0;
}
.part_seven_box p,
.part_five_box p{
    font-size: 20px;
    line-height: 28px;
    color: #666666;
}
.part_seven_box li,
.part_five_box li{
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    list-style: disc;
    font-family: 'OpenSans';
}
.part_seven_box ul,
.part_five_box ul{
    list-style: disc;
    padding-left: 25px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.cat_part_five{
    padding: 70px 0 100px 0;
}
.part_five_box .btn_dark{
    width: auto;
    padding: 0 44px;
}
.cat_part_six_box{
    background-image: url('/wp-content/uploads/2022/07/Filter-Technology.png');
    background-position: left bottom;
    min-height: 500px;
    background-repeat: no-repeat;
    position: relative;
}
.cat_part_six_content {
    max-width: 530px;
    top: 21%;
}
.cat_part_seven{
    padding: 100px 0;
}
.cat_row{
    display: flex;
    align-items: center;
}
.cat_part_seven h2{
    font-size: 44px;
    color: #1b3e93;
    margin: 0 0 15px 0;
    text-align: center;
}
.cat_part_seven p{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    max-width: 1065px;
    margin: 0 auto;
}
.cat_part_seven .btn_light{
    width: auto;
    padding: 0 44px;
}
.part_seven_box{
    margin-top: 45px;
}
.part_seven_box p{
    text-align: left;
    margin-bottom: 40px;
}
.cat_part_seven img{
    margin: 0 auto;
}
.cat_part_eight{
    min-height: 480px;
    background-image: url('/wp-content/uploads/2022/07/water-treatment-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.cat_part_eight h2{
    color: #ffffff;
    font-size: 72px;
    margin-bottom: 10px;
    margin-top: 100px;
    text-transform: uppercase;
}
.cat_part_eight p{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    max-width: 1160px;
    margin: 0 auto;
    margin-bottom: 45px;
}
.cat_part_nine{
    padding: 100px 0;
}
.cat_part_nine h2{
    font-size: 44px;
    color: #1b3e93;
    margin: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}
div#comments {
    display: none;
}
.single_banner{
    text-align: right;
    padding: 50px 0;
}
.info-lists {
    background-color: #1b3e93;
    text-align: center;
    padding: 17px 0;
}
ul.info-faq {
    padding: 0;
}
ul.info-faq li{
    display: inline-block;
    padding: 0 30px;
}
ul.info-faq li a{
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'BarlowBold';
    text-transform: uppercase;
    opacity: 0.7;
    transition: all ease 0.3s;
}
ul.info-faq li a:hover,ul.info-faq li a:focus{
    color: #ffffff;
    background-color: rgba(0,0,0,0) !important;
    opacity: 1;
}
.single_part{
    padding: 80px 0;
    text-align: center;
}
.single_part_h2{
    font-size: 48px;
    color: #1b3e93;
    position: relative;
    display: inline-block;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.single_part_h2::after {
    content: '';
    width: 30px;
    height: 4px;
    background-color: #1b3e93;
    position: absolute;
    bottom: -20px;
    left: 41%;
}
.single_text{
    text-align: left;
}
.single_text h2,.single_text h3{
    font-size: 22px;
    color: #f59a31;
    margin-bottom: 15px;
    text-align: center;
}
.single_text p{
    font-size: 20px;
    color: #666666;
    margin-bottom: 15px;
}
.info-lists{
    transition: all ease 0.3s;
}
.info-lists.scroll-to-fixed-fixed {
    margin-top: 84px;
    box-shadow: 0 5px 14px 0 rgb(0 0 0 / 8%);
    padding: 30px 0;
}
.info-lists .info-faq li.active a {
    opacity: 1;
}
.single_part#gallery{
    background-color: #f3f3f3;
}
.product-gallery {
    max-width: 800px;
    margin: 0 auto;
}
.product-gallery .swiper-pagination-bullet-active {
    background: #1b3e93;
}
.product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
    color: #ffffff;
    background-color: #1b3e93;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.product-gallery .swiper-button-next.swiper-button-disabled,.product-gallery .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.product-gallery .swiper-button-next:after,.product-gallery .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.product-gallery .swiper-button-prev:after,.product-gallery .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}
.swiper_control{
    overflow: hidden;
    position: relative;
}
.product-gallery img{
    margin: 0 auto;
}
#bx-pager{
    margin-top: 25px;
}
#bx-pager .swiper-wrapper{
    justify-content: center;
}
#bx-pager img{
    border: 2px solid rgb(27, 62, 147,0.4);
}
#bx-pager .swiper-slide-thumb-active img{
    border: 2px solid rgb(27, 62, 147,1);
}
table {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #ddd;
}
table>tbody>tr:nth-of-type(odd) {
    background-color: rgb(245, 154, 49, 0.7);
}
table td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid #ddd;
    width: auto !important;
    color: #333333;
    font-family: 'Barlow';
    font-size: 14px;
}
table tr:hover{
    background-color: #eeeeee !important;
}
table>tbody>tr:nth-of-type(odd):hover{
    background-color: rgb(245, 154, 49, 0.9) !important;
}
.single_highlights ul.vc_tta-tabs-list {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single_highlights .vc_tta-tab a {
    background-color: #898989 !important;
    border: 0 !important;
    font-family: 'BarlowBold';
    padding: 16px 22px !important;
    font-size: 18px;
    text-transform: capitalize;
    margin-right: 5px;
    color: #ffffff !important;
}
.single_highlights .vc_tta-tab.vc_active a{
    background-color: #1b3e93 !important;
    color: #fff !important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a{
    border-radius: 0 !important;
    margin: 0;
}
.single_highlights .vc_tta-tab {
    flex-basis: 33%;
}
.vc_tta-panels{
    border-radius: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: rgba(0,0,0,0) !important;
}
.vc_tta.vc_general .vc_tta-panel-body{
    padding: 25px !important;
    border: 0 !important;
}
.vc_tta-panels p,.vc_tta-panels ul{
    margin-bottom: 25px;
}
.single_highlights .vc_tta-tabs-container{
    margin: 0 !important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list{
    margin: 0 !important;
}
.vc_tta-tab:last-child a{
    margin-right: 0;
}
.single_highlights .vc_tta-title-text{
    display: inline-block;
    width: 100%;
    position: relative;
}
.single_highlights .vc_tta-title-text::after {
    content: "\f101";
    color: #ffffff;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
.single_highlights h3{
    font-size: 24px;
    color: #1b3e93;
    border-bottom: 1px solid #1b3e93;
    display: inline-block;
    box-shadow: 0px 1px 0px 0px #ddd;
    margin-bottom: 25px;
}
.single_highlights p{
    font-size: 18px;
    line-height: 24px;
}
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels{
    border: 0 !important;
}
.single_highlights .vc_tta-panels-container {
    background-color: #f3f3f3;
    text-align: left;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab{
    margin: 0;
}
.single_highlights p,.single_highlights ul,.single_highlights a{
    font-size: 16px;
    line-height: 24px;
}
.single_highlights ul{
    padding: 0 0 0 25px;
}
.single_highlights li{
    list-style: disc;
}
.single_highlights img{
    max-width: 100%;
    height: auto;
}
.single_get{
    background: url('/wp-content/uploads/2022/09/20220922140854.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 505px;
}
.get_box{
    background-color: #ffffff;
    border-radius: 25px;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}
.get_box h3{
    font-size: 20px;
    color: #27a9e1;
    font-family: 'Barlow' !important;
    text-transform: uppercase;
}
.get_box h2 {
    font-size: 48px;
    color: #1b3e93;
    margin: 20px 0 25px 0;
    line-height: 1.2;
    text-transform: uppercase;
}
.single_socket .part_three_cover{
    width: auto;
}
.single_part.single_socket {
    background-color: #f3f3f3;
    position: relative;
}
.single-list-container{
    overflow: hidden;
}
.single_socket .swiper-button-next2,.single_socket .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.single_socket .swiper-button-next2:after,.single_socket .swiper-button-prev2:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}
.single_socket .swiper-button-next2:after, .single_socket .swiper-rtl .swiper-button-prev2:after {
    content: 'next';
}
.single_socket .swiper-button-prev2:after, .single_socket .swiper-rtl .swiper-button-next2:after {
    content: 'prev';
}
.single_socket .swiper-pagination-bullet-active {
    background: #1b3e93;
}
.single_socket .swiper-button-next2, .single_socket .swiper-button-prev2 {
    color: #ffffff;
    background-color: #1b3e93;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.single_socket .swiper-button-next2.swiper-button-disabled,.single_socket .swiper-button-prev2.swiper-button-disabled{
    opacity: 1;
}
.single_socket .swiper-button-next2:after,.single_socket.swiper-rtl .swiper-button-prev2:after {
    font-size: 20px;
    font-weight: bold;
}
.single_socket .swiper-button-prev2:after,.single_socket .swiper-rtl .swiper-button-next2:after {
    font-size: 20px;
    font-weight: bold;
}
.swiper-button-prev2 {
    top: 58% !important;
    left: 100px;
}
.swiper-button-next2 {
    top: 58% !important;
    right: 100px;
}
.single_question{
    /* background-color: #1b3e93; */
    text-align: center;
    position: relative;
    background-image: url('/wp-content/uploads/2022/07/20220728111002.jpg');
    min-height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
}
/* .single_question::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 79%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(/wp-content/themes/brother/assets/images/circle.png);
    background-repeat: repeat;
    z-index: 1;
} */
.question_box h3{
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Barlow' !important;
}
.question_box h2{
    margin: 20px 0 0 0;
    text-transform: uppercase;
}
.question_box h2 a{
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2;
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0,0,0,0);
}
.question_box h2 a:hover{
    border-bottom: 2px solid #ffffff;
}
.question_box h2 a:focus{
    background-color: rgba(0,0,0,0) !important;
    outline: none !important;
}
.question_section{
    position: relative;
    display: flex;
    justify-content: center;
}
.titlebar {
    color: #fff;
}
/* why */
.d-sm-flex {
    display: flex;
}
.align-items-center {
    align-items: center;
}
.about_one .content{
    padding: 3rem;
    padding-right: 6rem;
    background-color: #ffffff;
}
.about_one .content h2,
.about_two .content h2,
.about_three .content h2,
.about_four .content h2,
.about_five .content h2,
.aboutpage h2{
    font-size: 30px;
    margin-bottom: 25px;
}
.about_one .content h3,
.about_two .content h3,
.about_three .content h3,
.about_four .content h3,
.about_five .content h3,
.aboutpage h3{
    font-size: 20px;
    color: #27a9e1;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.about_one .content p,
.about_two .content p,
.about_three .content p,
.about_four .content p,
.about_five .content p,
.aboutpage p,
.aboutpage li{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.aboutpage li{
    list-style: disc;
    line-height: 18px !important;
}
.part_one_img {
    position: relative;
    margin-left: -6rem;
    --bs-aspect-ratio: calc(9 / 16 * 100%);
    width: 100%;
}
.part_one_img a {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #27a9e1;
    font-size: 60px;
    justify-content: center;
    align-items: center;
    transition: all ease 0.3s;
}
.part_one_img a:hover{
    color: #f59a31;
}
.part_one_img a:focus{
    background-color: rgba(0,0,0,0) !important;
}
.part_one_img::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.part_one_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.aboutpage .row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
    align-items: center;
}
.about_one,
.about_two,
.about_three,
.about_four,
.about_five{
    padding: 80px 0;
}
.part_two_img{
    margin-bottom: 35px;
}
.content .btn_light{
    margin-top: 15px;
}
.about_one,
.about_four{
    background-image: url('/wp-content/uploads/2022/07/waves-gray-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutpage .service_box p{
    font-size: 18px;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid.container {
    margin: 0 auto;
}
.core_values{
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 20px 0px;
    background-color: #ffffff;
}
.core_box {
    padding: 30px;
    min-height: 237px;
}
.core_box h3{
    font-size: 24px;
    margin-bottom: 25px;
}
.core_values p{
    margin-bottom: 0;
}
blockquote{
    border-left: 0;
    padding-left: 50px !important;
}
blockquote p{
    font-size: 30px !important;
    line-height: 44px !important;
    color: #555555;
    font-family: 'OpenSans' !important;
    font-weight: 400 !important;
}
.blockquote_name {
    margin-top: 50px;
}
.blockquote_name h5{
    font-size: 28px;
}
.blockquote_name p{
    font-size: 20px !important;
}
blockquote:before {
    font-size: 80px !important;
    top: -50px !important;
}
.video-slider-image-section .cols-container {
    display: -webkit-flex;
    display: flex;
}
.video-slider-image-section .video-col {
    display: -webkit-flex;
    display: flex;
    width: 66.666666%;
}
.video-slider-image-section .video-col {
    min-height: 500px;
    position: relative;
    overflow: hidden;
}
.video-slider-image-section .video-col video {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 100%;
    overflow: hidden;
    vertical-align: baseline;
}
.video-slider-image-section .video-col .video-content-block {
    padding: 50px;
    background: #ddd no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
}
.about_fact {
    margin: 0 0 100px 0;
}
.about_fact .fa.fa-play-circle {
    color: #fff;
    font-size: 50px;
}
.video-slider-image-section .video-col .heading {
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
    display: block;
    background-color: rgba(0,0,0,0.5);
    max-width: 241px;
    padding: 10px 15px;
}
.video-slider-image-section .siblings-col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 33.333333%;
}
.video-slider-image-section .swiper-slide {
    padding: 50px;
    width: 100% !important;
}
.video-slider-image-section .slider-col {
    width: 100%;
    background: #1b3e93 url(/wp-content/themes/brother/assets/images/circle.png) repeat;
    color: #fff;
}
.video-slider-image-section .slider-col .swiper-pagination {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 10;
    width: auto;
    left: unset;
    bottom: unset;
}
.video-slider-image-section .slider-col .swiper-pagination span {
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.video-slider-image-section .slider-col .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
}
.video-slider-image-section .slider-col .swiper-pagination span:first-child:after {
    content: "";
    background-color: #fff;
    display: block;
    width: 7px;
    height: 2px;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -1px;
}
.mySwiper_about{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.video-slider-image-section .slider-col p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0;
}
.video-slider-image-section .slider-col .heading {
    font-size: 18px;
    color: #fff;
    margin: 0 0 15px 0;
}
.video-slider-image-section .image-col, .video-slider-image-section .slider-col{
    min-height: 270px;
}
.video-slider-image-section .image-col {
    background: #ddd no-repeat center center;
    background-size: cover;
    width: 100%;
}
.slider-col .swiper-wrapper{
    box-sizing: inherit;
}
.slider-col:hover{
    cursor: move;
}
.centered-slider-section>.swiper-container {
    position: relative;
}
.centered-slider-section>.swiper-container .swiper-slide {
    width: 70% !important;
    height: 70vh;
    background: #fff no-repeat center center;
    background-size: cover;
    min-height: 150px;
    position: relative;
}
.centered-slider-section>.swiper-container .content-block {
    width: 45%;
    padding: 30px;
    background-color: rgba(27,62,147,0.75);
    color: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.centered-slider-section>.swiper-container .content-block .heading {
    color: #fff;
    font-size: 22px;
    text-transform: none;
    margin-bottom: 0;
    font-family: 'Barlow' !important;
    font-weight: 400;
}
.about_tour{
    margin: 100px 0;
}
.about_tour h2{
    text-align: center;
    margin-bottom: 50px;
}
.about_tour .swiper-pagination-bullet-active {
    background: #1b3e93;
}
.about_tour .swiper-button-next, .about_tour .swiper-button-prev {
    color: #1b3e93;
    background-color: #f6f6f6;
    border-radius: 5px;
    width: 60px;
    height: 60px;
}
.about_tour .swiper-button-next.swiper-button-disabled,.about_tour .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.about_tour .swiper-button-next:after,.about_tour .swiper-rtl .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}
.about_tour .swiper-button-prev:after,.about_tour .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
}
.relevant-links-section .cols-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.relevant-links-section .col {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 50%;
}
.relevant-links-section a {
    background: #ddd no-repeat center center;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-height: 270px;
    padding: 30px 20px;
    position: relative;
}
.relevant-links-section a {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 450px;
    padding: 40px 35px;
    position: relative;
}
.relevant-links-section a::after{
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.25);
    transition: all 0.3s ease;
}
.relevant-links-section a:hover::after{
    background-color: rgba(0,0,0,0.55);
}
.relevant-links-section a .content-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 40px 35px;
    z-index: 1;
}
.relevant-links-section a .heading {
    font-family: GothamHTF-Black,sans-serif;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    color: #ffffff;
    font-size: 28px;
    text-transform: capitalize;
}
.relevant-links-section a .learn-more {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
}
.about_relevant h2{
    text-align: center;
    margin-bottom: 50px;
}
.about_relevant {
    margin: 100px 0;
}
.headline-arrow{
    margin-bottom: 15px !important;
}
.description_sustain p{
    font-size: 18px;
    line-height: 30px;
}
.description_sustain {
    padding: 20px;
    box-shadow: rgb(0 0 0 / 20%) 1px 2px 6px 0px;
    transition: all ease 0.3s;
}
.description_sustain:hover{
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 20px 0px;
}
.contact_h3{
    color: #ffffff;
}
.contact_column ul{
    padding-left: 20px;
}
.contact_column ul li{
    color: #ffffff;
    list-style: disc;
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
}
.contact_right p{
    color: #ffffff;
}
.contact_column .vc_col-sm-6 .vc_column-inner,
.contact_column .vc_col-sm-5 .vc_column-inner,
.contact_column .vc_col-sm-7 .vc_column-inner{
    padding: 50px;
}
.contact_column a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.contact_column .fa{
    margin-right: 15px;
}
/* knowledge */
.knowpage{
    margin: 80px 0;
}
.knowpage .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}
.knowpage .row>* {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}
.preTitle {
    display: block;
    color: #9c9c9c;
    text-transform: uppercase;
    font-size: 14px;
}
.blogFeedTitle a{
    font-size: 24px;
    color: #000000;
}
.blogFeedTitle a:hover{
    color: #1b3e93;
}
.blogexcerpt{
    font-size: 16px;
    color: #555555;
    margin-bottom: 15px;
}
.blogFeedTitle {
    margin: 20px 0 15px;
}
.btn_blog{
    color: #333333;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'Barlow';
}
.btn_blog:hover{
    text-decoration: underline;
    color: #1b3e93;
}
.blogFeedItem {
    margin: 25px 0;
}
.blogimg{
    overflow: hidden;
    display: inline-block;
    width: 94%;
    height: 100%;
}
.blogimg img{
    transition: all ease 0.3s;
    width: 100%;
}
.blogimg img:hover{
    transform: scale(1.1);
}
.blogFeedItem:hover img{
    transform: scale(1.1);
}
.widgetAccordions {
    background-color: #f2f2f2;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 4px;
}
#side-menu-list {
    padding: 10px 0;
}
#side-menu-list li a{
    font-size: 16px;
    color: #333333;
    font-family: 'Barlow';
    display: block;
    padding: 5px 25px;
    margin: 0;
}
#side-menu-list li{
    margin: 0;
}
#side-menu-list li a:hover{
    background-color: #1b3e93;
    color: #ffffff;
}
.widgetAccordions h3 {
    background-color: #1b3e93;
    border-radius: 4px;
    color: #fff !important;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    margin: 0 !important;
}
.widgetAccordions h3:hover{
    cursor: pointer;
}
#side-menu-list.no_active{
    display: none;
    transition: all ease 0.3s;
}
.widgetAccordions h3 .fa{
    font-size: 26px;
    transition: all ease 0.3s;
}
.widgetAccordions h3 .fa.active{
    transform: rotate(180deg);
}
.mb-25{
    margin-bottom: 25px;
}
#blogSidebar {
    padding-left: 30px;
}
.side_contact{
    background-image: url('/wp-content/uploads/2022/07/contact-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
    border-radius: 4px;
    text-align: center;
}
.side_contact h4{
    color: #ffffff !important;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px !important;
}
.side_contact .btn_light {
    color: #ffffff;
    font-family: 'Barlow';
    width: 192px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 25px;
    transition: all ease 0.3s;
    font-family: 'BarlowBold';
    margin-left: 7px;
}
/* pagenav */
.wp-pagenavi {
    clear: both;
    text-align: left;
    width: 100%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #1b3e93;
    padding: 3px 5px;
    margin: 2px;
    margin-top: 30px;
}
.wp-pagenavi span.current {
    background: #1b3e93;
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 25px;
    text-align: center;
    border: none;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BarlowBold';
    vertical-align: bottom;
}
.wp-pagenavi a {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    display: inline-block;
    min-width: 31px;
    height: 31px;
    line-height: 22px;
    text-align: center;
    border: none;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BarlowBold';
}
.wp-pagenavi a:focus .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #1b3e93;
    color: #ffffff;
    background-color: #1b3e93;
}
.page-nav {
    display: block;
    text-align: left;
    width: 100%;
    margin-top: 40px;
}
.blogFeedItem0{
    margin-top: 0;
}
.project_sticky{
    position: relative;
    height: 100%;
    margin-bottom: 70px;
}
.wp-pagenavi span {
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 25px;
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BarlowBold';
    vertical-align: bottom;
}
#blogSidebar {
    position: sticky;
    top: 115px;
}
.singlepage h1,
.singlepage h2,
.singlepage h3,
.singlepage h4,
.singlepage h5,
.singlepage h6{
    margin: 25px 0 15px 0;
    color: #333333;
}
.singlepage p,
.singlepage a,
.singlepage li{
    font-size: 18px;
    line-height: 26px;
    color: #555555;
    margin-bottom: 15px;
}
.single_page_box li{
    list-style: disc;
}
.singlepage a{
    color: #ff0000;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date{
    display: none;
}
.vc_gitem-post-data-source-post_title,.vc_gitem-post-data-source-post_title h3{
    margin-bottom: 0 !important;
}
.single_page_box{
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    padding: 30px;
}
.searchpage{
    padding: 80px 0;
    background-color: #f6f6f6;
}
.searchpage .no-results p{
    font-size: 18px;
    line-height: 26px;
    font-family: 'Barlow';
    text-align: center;
}
.searchpage .no-results label{
    color: #1b3e93;
    font-size: 28px;
    font-family: 'BarlowBold';
    text-transform: uppercase;
}
.searchpage .no-results input[type="submit"]{
    background-color: #1b3e93 !important;
    color: #ffffff !important;
    font-size: 18px;
    border-color: #1b3e93 !important;
}
.searchpage .no-results input[type="submit"]:hover{
    background-color: #ffffff !important;
    color: #1b3e93 !important;
}
/* productpage */
.productpage h2{
    text-transform: uppercase;
}
.cat_up h3{
    font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000000;
}
.cat_up h3 a{
    color: #000000;
}
.cat_up p {
    font-size: 16px;
    text-align: center;
    color: #1b3e93;
    margin-bottom: 35px;
    font-style: italic;
    line-height: 22px;
    font-family: 'Barlow';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cat_up{
    border-bottom: 1px solid #515a72;
}
.cat_pro_lists{
    padding: 20px 10px;
    min-height: 170px;
}
.cat_pro_lists li{
    padding: 2px 0;
}
.cat_pro_lists li a {
    font-size: 16px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Barlow';
    border-bottom: 1px dashed #666;
    padding-bottom: 2px;
}
.cat_pro_lists li a:hover{
    color: #1b3e93;
    border-bottom: 1px dashed #1b3e93;
}
.cat_pro_lists li a:focus{
    background-color: rgba(0,0,0,0) !important;
    color: #1b3e93 !important;
}
.cat_btn{
    border-radius: 3px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0;
}
.cat_box {
    margin-bottom: 30px;
}
.cat-img{
    overflow: hidden;
    display: inline-block;
}
.cat-img img{
    transition: all ease 0.3s;
}
.cat-img img:hover{
    transform: scale(1.05);
}
.product_one{
    margin-bottom: 80px;
}
.product_two{
    background-image: url('/wp-content/uploads/2022/07/download-bg-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
    /* background-attachment: fixed; */
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.product_download{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.product_download h3 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 15px;
}
.product_download p{
    color: #ffffff;
    font-size: 20px;
}
.pro_down_left {
    flex-basis: 50%;
}
.image_width_text{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.mt-25{
    margin-top: 25px;
}
.product_four{
    background-image: url('/wp-content/uploads/2022/07/download-bg2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 360px;
    /* background-attachment: fixed; */
    display: flex;
    align-items: center;
}
.readmore_box h3 {
    color: #343434;
    margin-bottom: 15px;
}
.readmore_box strong {
    color: #444;
    font-family: 'Barlow';
    font-weight: bold;
}
.readmore_box em {
    color: #444;
    font-family: 'Barlow';
}
a.readmore-js-toggle {
    color: #1b3e93 !important;
    font-family: 'Barlow';
    display: inline-block;
    width: inherit;
    text-decoration: underline;
    font-size: 18px !important;
}
a.readmore-js-toggle:focus{
    background-color: rgba(0,0,0,0) !important;
}
.readmore-js-section {
    margin-bottom: 15px !important;
}
.readmore_lists{
    margin-bottom: 50px;
}
.core_box .btn_dark{
    width: 100%;
    border-radius: 0;
    margin: 20px 0 0 0;
}
/* industry */
.industry_box .img-box{
    border-radius: 0;
}
.industry_box .img-box img {
    border-radius: 0;
}
.industry_section {
    background-color: #EAF1FB;
    padding: 80px 0;
}
.industry_box {
    background-color: #ffffff;
    margin-bottom: 30px;
    transition: all ease 0.3s;
}
.industry_box .text-box {
    margin-top: 0;
    padding: 28px 32px;
}
.industry_box h3{
    margin-bottom: 10px;
}
.industry_box:hover {
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 20px 0px;
}
.industry_box p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.industry_blog{
    background-color: #1F1E27;
    padding: 80px 0 110px 0;
    text-align: center;
}
.industry_blog h2{
    color: #ffffff;
}
.industry_blog_box {
    background-color: #ffffff;
}
.industry_blog_box > span{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.25px;
    width: 101px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}
.industry_blog_box h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 4px;
    text-align: left;
    color: #1b3e93;
    text-transform: capitalize;
}
.industry_blog_content {
    padding: 28px 32px;
    text-align: left;
}
.industry_blog_box h3{
    color: #000000;
    margin: 15px 0 20px 0;
    transition: all ease 0.3s;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.industry_blog_box:hover h3{
    color: #27a9e1;
}
.industry_blog_content p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.industry_blog_boxes {
    margin: 50px 0 20px 0;
}
.industry_blog{
    position: relative;
    overflow: hidden;
}
.industry_blog .swiper-button-next{
    top: 60%;
    right: 100px;
    color: #27a9e1;
}
.industry_blog .swiper-button-prev{
    top: 60%;
    left: 100px;
    color: #27a9e1;
}
.industry_blog .swiper-button-next.swiper-button-disabled,.industry_blog .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.industry_blog .swiper-pagination-bullet{
    background-color: #ffffff !important;
    opacity: 1;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px;
}
.industry_blog .swiper-pagination-bullet-active{
    background-color: #27a9e1 !important;
}
.industry_blog .swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 80px;
}
.industry_blog .swiper-slide:nth-child(3n) .industry_blog_content{
    border-bottom: 8px solid #1b3e93;
}
.industry_blog .swiper-slide:nth-child(3n+1) .industry_blog_content{
    border-bottom: 8px solid #f59a31;
}
.industry_blog .swiper-slide:nth-child(3n+2) .industry_blog_content{
    border-bottom: 8px solid #27a9e1;
}
.industry_blog .swiper-slide:nth-child(3n) span{
    background-color: #27a9e1;
}
.industry_blog .swiper-slide:nth-child(3n+1) span{
    background-color: #1b3e93;
}
.industry_blog .swiper-slide:nth-child(3n+2) span{
    background-color: #f59a31;
}
.menu-item-description{
    display: none;
}
.industry_cat_des{
    padding: 80px 0;
    background-image: url('/wp-content/uploads/2022/08/water-intro-section-bg-scaled.jpg'), linear-gradient(180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}
.header-menu button.sub-menu-toggle {
    display: none !important;
}
.child-menu ul .menu-item > a{
    color: #333333;
    transition: all ease 0.3s;
    overflow: hidden;
}
.child-menu ul .menu-item > a:focus{
    background-color: rgba(0,0,0,0) !important;
    color: #333333 !important;
}
.child-menu ul .menu-item > a:hover .menu-image{
    transform: scale(1.05);
}
.child-menu ul .menu-item > a:hover{
    color: #1b3e93;
}
.child-menu{
    position: absolute;
    left: calc(-39%);
    top: 64px;
    margin: 0;
    z-index: 5;
    display: block;
    visibility: hidden;
    background-color: #fff;
    min-width: 100%;
    padding: 0 0 5px;
    box-shadow: 0 10px 20px #00000017;
    background: #fff;
    transform: none;
    opacity: 0;
    transition: all .3s cubic-bezier(.2,.06,.05,.95);
    transition-delay: 0s;
    transition-delay: .3s;
}
.child-menu ul{
    list-style: none;
    padding:0;
    margin: 0;
}
.menu-wrapper > li{
    position: relative;
}
.menu-wrapper > li.mega_menu{
    position: unset !important;
}
.menu-wrapper > li:hover .child-menu{
    display: block;
}
.menu-wrapper > li:hover .child-menu{
    visibility: visible;
    opacity: 1;
}
.mega_menu .child-menu ul{
    display: flex;
    align-items: center;
    margin: 0 -15px;
    justify-content: center;
    flex-wrap: wrap;
}
.mega_menu .child-menu ul li{
    padding: 0;
    flex-basis: 20%;
    text-align: center;
}
.menu-image-title-after.menu-image-title {
    font-family: 'Barlow';
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0;
    padding: 0 !important;
    display: block;
    text-transform: uppercase;
}
.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title{
    padding: 0 !important;
    max-width: 185px !important;
}
.mega_menu .child-menu {
    padding: 5px 0 25px 0;
}
.box-active .child-menu{
    top: 57px;
}
.mega_menu > a::after,.common_menu > a::after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    margin-left: 5px;
}
.common_menu .container{
    width: inherit;
    padding: 0;
}
.common_menu .child-menu{
    left: 0;
}
.common_menu .child-menu a{
    font-family: 'Barlow';
    font-size: 16px !important;
    line-height: 24px;
}
.common_menu .sub-menu{
    margin: 0 !important;
    width: 231px;
    border: 0 !important;
}
.common_menu .sub-menu .menu-item > a {
    font-size: 16px !important;
    font-family: 'Barlow';
    padding: 10px 13.2px !important;
    text-transform: uppercase;
}
.common_menu .sub-menu .menu-item > a:hover{
    background-color: #1b3e93;
    color: #ffffff;
    text-decoration: none;
}
.industry_cat_des a{
    color: #1b3e93;
}
.header-search {
    display: flex;
    align-items: center;
    margin-top: -40px;
}
.page-template-page-home .header-search {
    margin-top: 0;
}
.header-search .foot_menu_social{
    margin-right: 25px;
}
.video_banner_cover p {
    font-size: 20px;
    color: #ffffff !important;
    margin: 30px 0 15px 0;
}
/* timeline */
.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
  }
  .timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
  }
  .timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  }
  .timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
  }
  .timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 500px;
    max-width: 500px;
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
    font-size: 18px;
    z-index: 2;
  }
  .timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    color: #f59a31;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
  }
  .timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
  }
  .timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
  }
  .timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
  }
  .timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
  }
  .timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
    color: #ffffff;
  }
  .timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
  }
  .timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #f59a31;
    margin: 15px 0 !important;
    position: relative;
  }
  .timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #f59a31;
    -webkit-transform: scale(0);
            transform: scale(0);
    transition: .2s;
  }
  .timeline .swiper-pagination-bullet-active {
    color: #f59a31;
  }
  .timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .timeline .swiper-button-next,
  .timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
  }
  .timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f59a31'%2F%3E%3C%2Fsvg%3E");
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  .timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f59a31'%2F%3E%3C%2Fsvg%3E");
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  .timeline .swiper-button-prev::after,.timeline .swiper-button-next::after{
      display: none;
  }
  .timeline .swiper-container-horizontal>.swiper-pagination-bullets, .timeline .swiper-pagination-custom, .swiper-pagination-fraction{
      left: auto;
      top: 0;
  }
  .timeline .swiper-pagination-bullet,
  .timeline .swiper-pagination{
      width: fit-content;
  }
  .timeline .swiper-slide .timeline-year {
    font-family: 'Barlow';
    margin-bottom: 15px;
  }
  .faq-item h4{
	font-size: 24px;line-height: 44px;color: #1d1645;border-bottom: 1px solid #878787;padding: 10px 15px 10px 0;position: relative;
}
.faq-item h4::after{
	position: absolute;content: "\f107";right: 0px;font: normal normal normal 14px/1 FontAwesome!important;top: 12px;bottom: 0px;font-size: 24px !important;
}
.faq-list.active h4:after{
	content: "\f106" !important;
}
.faq-list.active .faq-content{
	display: block;
}
.faq-content{
	font-size: 18px;line-height: 28px;color: #4a465e;display: none;    padding-top: 15px;border-bottom: 1px solid #878787;padding-bottom: 15px;
}
.faq-item{
	margin-top: 40px;padding-left: 15px;padding-right: 15px;
}
.faq-item img{
	display: inline-block;transform: translateY(-5px);margin-right: 25px;
}
.faq-content li {
    list-style: auto;
}
.faq-content ul,
.faq-content ol{
    padding-left: 20px;
}
.cat_part_ten{
    background-color: #f7f7f7;
    padding: 50px 0;
}
.cat_part_ten h2 + p{
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    max-width: 1065px;
    margin: 0 auto;
}
.cat_part_five .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}
.home_featured_product{
  padding: 100px 0;
}
.home_featured_product_box{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 25px;
    margin-top: 40px;
}
.home_market_item p{
    font-size: 18px;
    color: #27a9e1;
    font-family: 'Barlow' !important;
    margin-top: 15px;
    text-align: center;
}
.home_solution,
.market_swiper {
  position: relative;
}
.home_featured_product_item{
  width: 15%;
}
.home_featured_product_item a{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #27a9e1;
    text-transform: uppercase;
    margin-top: 25px;
    font-family: 'BarlowBold' !important;
    gap: 25px;
}
  @media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
      right: -30%;
      bottom: -8%;
      width: 240px;
      height: 50%;
      box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }
    .timeline .swiper-slide-content {
      right: 30%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 500px;
      font-size: 18px;
      text-align: right;
    }
    .timeline .swiper-slide .timeline-year {
      margin-bottom: 0;
      font-size: 32px;
      margin-bottom: 15px;
    }
    .timeline .swiper-slide .timeline-title {
      font-size: 46px;
      margin: 0;
    }
    .timeline .swiper-pagination {
      display: flex;
    }
    .timeline .swiper-button-prev {
      top: 15%;
      left: auto;
      right: 15%;
      -webkit-transform: rotate(90deg) translate(0, 10px);
              transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-prev:hover {
      -webkit-transform: rotate(90deg) translate(-3px, 10px);
              transform: rotate(90deg) translate(-3px, 10px);
    }
    .timeline .swiper-button-next {
      top: auto;
      bottom: 15%;
      right: 15%;
      -webkit-transform: rotate(90deg) translate(0, 10px);
              transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-next:hover {
      -webkit-transform: rotate(90deg) translate(3px, 10px);
              transform: rotate(90deg) translate(3px, 10px);
    }
  }
  @media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
      right: -20%;
      bottom: -12%;
      width: 240px;
      height: 50%;
      box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }
    .timeline .swiper-slide-content {
      right: 25%;
    }
  }
/* timeline end   */
@media (max-width: 1800px){
    .cat_part_four_box{
        background-size: 45%;
    }
}
@media (max-width: 1500px) {
    .child-menu {
        left: calc(-37%);
    }
    .cat_part_four_box {
        background-size: 45%;
        min-height: 445px;
    }
    .cat_part_four_content h3 {
        font-size: 44px;
        line-height: 52px;
    }
    .cat_part_four_content {
        max-width: 588px;
        top: 22%;
    }
}
@media (max-width: 1495px){
    .child-menu {
        left: calc(-31%);
    }
	.header-menu .primary-navigation .primary-menu-container > ul > .menu-item {
    padding: 0 20px ;
}
}
@media (max-width: 1440px){
    .part_three_box p {
        padding: 17px 30px;
    }
    .slide_box h2 {
        font-size: 34px;
        line-height: 42px;
    }
    .slide_box p {
        font-size: 20px;
        line-height: 24px;
    }
    .slide_box a,
    .btn_dark,
    .btn_light,
    .btn_talk,
    .side_contact .btn_light {
        width: 160px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
    .hometitle,
    .home_lifelong h2,
    .support_box h2,
    .part_three_top h2,
    .part_five_box h2,
    .cat_part_seven h2,
    .cat_part_nine h2,
    .single_part_h2,
    .get_box h2,
    .question_box h2 a {
        font-size: 40px;
    }
    .home_support {
        min-height: 500px;
    }
    .support_box {
        margin-top: 140px;
    }
    .home_lifelong{
        min-height: 740px;
    }
    .banner_cover h1 {
        font-size: 34px;
        line-height: 42px;
    }
    .banner_cover h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .cat_part_four_content h3 {
        font-size: 44px;
        line-height: 52px;
    }
    .cat_part_four_content {
        max-width: 588px;
        top: 22%;
    }
    .cat_part_four {
        padding: 0 50px;
    }
    .cat_part_four_box {
        background-size: 45%;
        min-height: 440px;
    }
    .cat_part_six_box {
        min-height: 350px;
    }
    .cat_part_six_content{
        top: 21%;
    }
    .cat_part_eight h2 {
        font-size: 44px;
    }
    .cat_part_eight {
        min-height: 420px;
    }
    .single_banner {
        text-align: right;
        padding: 12.5px 0;
    }
    .single_text p {
        font-size: 18px;
    }
    .get_box .btn_dark {
        padding: 0 30px;
        width: auto;
    }
    .get_box {
        max-width: 800px;
    }
    .single_get {
        min-height: 473px;
    }
    blockquote p {
        font-size: 26px !important;
    }
    .industry_blog .swiper-button-next{
        right: 15px;
    }
    .industry_blog .swiper-button-prev{
        left: 15px;
    }
}
@media (max-width: 1375px){
    .child-menu {
        left: calc(-27%);
    }
    .lan {
        margin: 0 0 0 20px;
    }
    .header-search .foot_menu_social {
        margin-right: 20px;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 0 20px;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a{
        font-size: 16px;
    }
}
@media (max-width: 1280px){
    .child-menu {
        left: calc(-27.5%);
    }
    .hometitle,
    .home_lifelong h2,
    .support_box h2,
    .part_three_top h2,
    .part_five_box h2,
    .cat_part_seven h2,
    .cat_part_nine h2,
    .single_part_h2,
    .get_box h2,
    .question_box h2 a{
        font-size: 34px;
    }
    .hometext {
        font-size: 18px;
        line-height: 24px;
    }
    .text-box h3 {
        font-size: 24px;
    }
    .text-box p {
        font-size: 18px;
        line-height: 24px;
    }
    .industry-slide-container {
        min-height: 490px;
    }
    .home_why_box p {
        line-height: 26px;
        margin-bottom: 15px;
    }
    .home_lifelong {
        min-height: 640px;
        padding: 70px 0;
    }
    .numbox{
        bottom: 70px;
    }
    .home_lifelong p {
        max-width: 500px;
    }
    .numCount h3 {
        font-size: 34px;
    }
    .case_left {
        width: 50%;
    }
    .case_right {
        width: 50%;
    }
    .case_content {
        padding: 30px;
    }
    .case_title {
        margin: 25px 0 20px 0;
    }
    .case_excerpt {
        font-size: 18px;
        line-height: 26px;
    }
    .mySwiper {
        max-height: 401px;
    }
    .home_case .swiper-button-prev, .home_case .swiper-rtl .swiper-button-next {
        top: 35%;
    }
    .home_case .swiper-button-next, .home_case .swiper-rtl .swiper-button-prev {
        top: 65%;
    }
    .service_box h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .service_box p {
        font-size: 18px;
        line-height: 24px;
        margin: 15px 0;
    }
    .home_support {
        min-height: 400px;
    }
    .support_box {
        margin-top: 90px;
    }
    .part_three_box p {
        padding: 17px 0;
    }
    button.btn_light{
        line-height: 42px;
    }
    .part_three_cover h3 {
        font-size: 22px;
        line-height: 26px;
    }
    .part_three_cover{
        padding: 30px;
    }
    .cat_part_one p {
        font-size: 18px;
        line-height: 28px;
    }
    .cat_part_four_content h3 {
        font-size: 40px;
        line-height: 50px;
    }
    .single_banner img{
        width: 440px;
        height: auto;
    }
    .get_box {
        max-width: 645px;
    }
    blockquote p {
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .blockquote_name p {
        font-size: 18px !important;
    }
    .blockquote_name h5 {
        font-size: 24px;
    }
    .core_box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    blockquote p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .blockquote_name {
        margin-top: 30px;
    }
    blockquote:before {
        font-size: 60px !important;
        top: -35px !important;
    }
    blockquote {
        padding-left: 35px !important;
    }
    .centered-slider-section>.swiper-container .content-block .heading {
        font-size: 18px;
    }
    .relevant-links-section a .heading{
        font-size: 24px;
    }
    .relevant-links-section a{
        min-height: 350px;
    }
    .centered-slider-section>.swiper-container .swiper-slide{
        height: 50vh;
    }
    .widgetAccordions h3 {
        font-size: 18px;
    }
    .blogFeedTitle a {
        font-size: 20px;
    }
}
@media (max-width: 1215px){
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 0 15px;
    }
    .lan {
        margin: 0;
    }
    .child-menu {
        left: calc(-41.5%);
    }
    .mega_menu .container{
        width: 1200px;
    }
}
@media (max-width: 1199px){
    .child-menu {
        left: calc(-39.5%);right:0px;display:flex !important;
    }
    .menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
        max-width: 160px !important;
    }
}
@media (max-width: 1024px){
    .home_featured_product_item{
        width: 48%;
    }
    .header-search .foot_menu_social {
        display: none;
    }
    .lan {
        margin: 0 0 0 20px;
    }
    .menu-wrapper > li > .sub-menu{
        background-color: #ffffff;
    }
    .primary-navigation > div > .menu-wrapper > li > .sub-menu:before, .primary-navigation > div > .menu-wrapper > li > .sub-menu:after{
        display: none !important;
    }
    .menu-wrapper > li > .sub-menu a{
        color: #333333;
        padding: 5px 13.2px !important;
        font-family: 'Barlow';
        font-size: 16px !important;
        line-height: 24px;
        margin: 5px 0;
    }
    .menu-image-title-after.menu-image-title{
        margin: 0;
    }
    .mega_menu .container{
        width: 1024px;
    }
    .child-menu {
        left: calc(-30%);
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 0 5px;
    }
    header .search_form.open {
        max-height: 65px;
    }
    header .search_form form {
        margin: 0;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
        font-size: 16px;
    }
    .slide_box h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .slide_content {
        top: 20%;
    }
    .hometitle,
    .home_lifelong h2,
    .support_box h2,
    .part_three_top h2,
    .part_five_box h2,
    .cat_part_seven h2,
    .cat_part_nine h2,
    .single_part_h2,
    .get_box h2,
    .question_box h2 a{
        font-size: 28px;
    }
    .home_industry {
        padding: 60px 0;
    }
    .industry_slide {
        padding: 0 25px;
    }
    .text-box p {
        font-size: 16px;
        line-height: 22px;
    }
    .text-box h3 {
        font-size: 22px;
    }
    .text-box .more {
        font-size: 14px;
    }
    .industry-slide-container {
        min-height: 420px;
    }
    .home_why {
        padding: 60px 0;
    }
    .home_why .vc_col-sm-6{
        width: 100%;
    }
    .why_right {
        padding: 0 !important;
    }
    .home_why_box .wpb_single_image.wpb_content_element.vc_align_left {
        text-align: center;
    }
    .numCount {
        padding: 15px 25px;
    }
    .numCount h3 {
        font-size: 30px;
    }
    .numCount p {
        font-size: 18px;
    }
    .numCount li {
        flex-basis: auto;
    }
    .case_title a {
        font-size: 24px;
        line-height: 26px;
    }
    .case_excerpt {
        font-size: 16px;
        line-height: 24px;
    }
    .slide_box a, .btn_dark, .btn_light, .btn_talk,.side_contact .btn_light {
        width: 150px;
        height: 37px;
        line-height: 37px;
        font-size: 14px;
    }
    .case_content {
        padding: 20px;
    }
    .mySwiper {
        max-height: 333px;
    }
    .home_service {
        padding: 60px 0;
    }
    .home_support {
        min-height: 350px;
    }
    .home_lifelong {
        min-height: 550px;
        padding: 60px 0;
    }
    .numbox {
        bottom: 60px;
    }
    .part_three_top p {
        font-size: 18px;
        line-height: 26px;
    }
    .part_three_top h2{
        margin-bottom: 15px;
    }
    .part_three_box p {
        font-size: 16px;
        line-height: 22px;
    }
    .part_three_box h3 {
        min-height: 50px;
        font-size: 18px;
        line-height: 24px;
        padding: 0 29px;
    }
    .part_three_cover h3 {
        margin-top: 15px;
        padding: 0;
    }
    button.btn_light {
        line-height: 30px;
    }
    .cat_part_four_content h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .cat_part_four_content {
        max-width: 440px;
        top: 18%;
    }
    .cat_part_four_box {
        min-height: 350px;
    }
    .cat_part_four_content p {
        font-size: 18px;
        line-height: 24px;
    }
    .part_five_box p {
        font-size: 18px;
        line-height: 24px;
    }
    .cat_part_six_box {
        min-height: 300px;
    }
    .cat_part_six_content {
        top: 18%;
    }
    .cat_part_seven p {
        font-size: 18px;
        line-height: 26px;
    }
    .part_seven_box p {
        margin-bottom: 25px;
    }
    .cat_part_eight h2 {
        font-size: 32px;
        margin-top: 75px;
    }
    .cat_part_eight p {
        font-size: 18px;
        line-height: 26px;
    }
    .cat_part_eight {
        min-height: 330px;
    }
    .single_banner img {
        width: 356px;
    }
    .single_highlights .vc_col-sm-5,
    .single_highlights .vc_col-sm-7{
        width: 100%;
    }
    .single_get {
        min-height: 402px;
    }
    .swiper-button-prev2 {
        top: 56% !important;
        left: 0;
    }
    .swiper-button-next2 {
        top: 56% !important;
        right: 0;
    }
    .about_one .content h2,
    .about_two .content h2,
    .about_three .content h2,
    .about_four .content h2,
    .about_five .content h2,
    .aboutpage h2,
    .about_relevant h2{
        font-size: 28px;
    }
    .about_one .content h3,
    .about_two .content h3,
    .about_three .content h3,
    .about_four .content h3,
    .about_five .content h3,
    .aboutpage h3{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about_one .content p,
    .about_two .content p,
    .about_three .content p,
    .about_four .content p,
    .about_five .content p,
    .aboutpage p,
    .aboutpage li{
        font-size: 18px;
        line-height: 24px;
    }
    .centered-slider-section>.swiper-container .swiper-slide {
        height: 30vh;
    }
    .relevant-links-section a {
        min-height: 310px;
    }
    .relevant-links-section a .heading {
        font-size: 20px;
    }
    #blogSidebar {
        padding-left: 0;
    }
    .widgetAccordions h3,.side_contact{
        padding: 15px;
    }
    #side-menu-list li a{
        padding: 5px 15px;
    }
    .side_contact h4 {
        font-size: 18px;
    }
    .pro_down_left {
        flex-basis: 60%;
    }
    .product_two,.product_four{
        min-height: 270px;
    }
    .product_download h3 {
        font-size: 28px;
    }
    .product_download p {
        font-size: 18px;
    }
}
@media (max-width: 820px){
    .mega_menu .container{
        width: 820px;
    }
    .child-menu {
        left: calc(-37.5%);
    }
    .foot_menu li a {
        line-height: 32px;
    }
    .home_case{
        padding: 60px 0;
    }
    .slide_content {
        top: 35%;
    }
    .industry-slide-container {
        min-height: 500px;
    }
    .numCount li {
        flex-basis: 50% !important;
        margin: 15px 0;
    }
    .numCount {
        padding: 5px 35px;
    }
    .case_left,.case_right{
        width: 100%;
    }
    .mySwiper {
        max-height: 900px;
    }
    .case_left,.case_left img{
        border-radius: 25px;
    }
    .home_case .swiper-button-prev, .home_case .swiper-rtl .swiper-button-next {
        top: 42%;
    }
    .home_case .swiper-button-next, .home_case .swiper-rtl .swiper-button-prev {
        top: 58%;
    }
    .foot_box {
        flex-basis: 100%;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .foot_menu{
        display: none;
    }
    .activemenu {
        display: block;
        margin-bottom: 15px;
    }
    .foot_box h3 .fa{
        display: block;
        font-weight: bold;
    }
    .foot_box h3{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .activeh3 .fa{
        transform: rotate(180deg);
    }
    .copyright_flex p {
        line-height: 26px;
        margin-bottom: 15px;
    }
    .copyright_flex {
        justify-content: center;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 0 3px;
    }
    .header_logo {
        width: 160px;
    }
    .header_logo a {
        width: 160px;
        height: 130px;
    }
    .box.header-bottom.box-active .header_logo img {
        width: 120px;
    }
    .box.header-bottom.box-active .header_logo a {
        width: 150px;
        height: 120px;
        padding: 15px 0;
    }
    .head_flex {
        justify-content: start;
    }
    .header-menu {
        margin-left: 10px;
        margin-right: 10px;
    }
    .lan {
        margin: 0;
    }
    .banner_cover {
        top: 35%;
    }
    .part_two_box {
        flex-basis: 25%;
    }
    .part_two_box h3 {
        margin: 0 auto;
    }
    .part_three_box {
        margin-bottom: 3px;
    }
    .part_three_cover h3 {
        margin-top: 70px;
    }
    .cat_part_four {
        padding: 0;
    }
    .cat_part_four_box {
        min-height: 330px;
    }
    .cat_part_four_content h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .cat_part_four_content {
        max-width: 420px;
        top: 14%;
    }
    .cat_part_six_box {
        min-height: 265px;
    }
    .cat_part_six_content {
        top: 13%;
    }
    .part_seven_box {
        margin-bottom: 45px;
    }
    ul.info-faq li a {
        font-size: 18px;
        line-height: 18px;
    }
    .question_box h3 {
        font-size: 16px;
    }
    .single_question {
        min-height: 235px;
    }
    .about_one .content p,
    .about_two .content p,
    .about_three .content p,
    .about_four .content p,
    .about_five .content p,
    .aboutpage p,
    .aboutpage li{
        font-size: 16px;
        line-height: 24px;
    }
    .aboutpage .service_box p {
        font-size: 16px;
    }
    .d-sm-flex {
        display: block;
    }
    .part_one_img{
        margin-left: 0;
    }
    .about_one .content {
        padding: 3rem;
        padding-right: 3rem;
        margin-bottom: 25px;
    }
    .content_img{
        margin: 25px 0 0 0;
    }
    .aboutpage .col-xs-12{
        padding: 0;
    }
    .flex-order{
        order: 2;
    }
    .page-id-141 .vc_col-sm-6,
    .page-id-141 .vc_col-sm-4,
    .page-id-141 .vc_col-sm-7,
    .page-id-141 .vc_col-sm-5,
    .page-id-137 .vc_col-sm-6{
        width: 100%;
    }
    .page-id-137 .vc_col-sm-3{
        width: 50%;
    }
    .video-slider-image-section .cols-container{
        display: block;
    }
    .video-slider-image-section .video-col{
        width: 100%;
    }
    .video-slider-image-section .siblings-col{
        width: 100%;
    }
    .centered-slider-section>.swiper-container .content-block {
        width: 65%;
    }
    .relevant-links-section a {
        min-height: 240px;
    }
    .relevant-links-section .col {
        width: 100%;
        margin-bottom: 25px;
    }
    .relevant-links-section a {
        min-height: 400px;
    }
    .blogFeedItem {
        margin: 0 0 40px 0;
    }
    .blogFeedTitle {
        margin: 5px 0 10px 0;
    }
    .singlepage p,
    .singlepage a,
    .singlepage li{
        font-size: 16px;
        line-height: 24px;
    }
    .top-banner img{
        max-height: 500px;
    }
    .contact_column .vc_col-sm-6 .vc_column-inner, .contact_column .vc_col-sm-5 .vc_column-inner, .contact_column .vc_col-sm-7 .vc_column-inner{
        padding: 25px;
    }
    .single_page_box {
        padding: 15px;
    }
    .product_one .col-md-3{
        padding: 0 15px;
    }
    .product_three {
        margin-bottom: 80px;
    }
    .cat_row {
        display: block;
    }
    .industry_boxes .col-xs-12{
        padding: 0 15px;
    }
    .industry_box .text-box {
        padding: 14px 16px;
    }
    .industry_box .text-box .more{
        margin-bottom: 0;
    }
    .industry_blog .swiper-button-next,
    .industry_blog .swiper-button-prev{
        top: 58%;
    }
}
@media (max-width:768px){
    .mega_menu .container{
        width: 768px;
    }
    .child-menu {
        left: calc(-28%);
    }
    .header_logo a {
        padding: 15px 0;
        width: 135px;
        height: 108px;
    }
    .header_logo img {
        width: 100px;
    }
    .box.header-bottom.box-active .header_logo a {
        width: 130px;
        height: 100px;
        padding: 10px 0;
    }
    .box.header-bottom.box-active .header_logo img {
        width: 95px;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item {
        padding: 0 7px;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
        font-size: 14px;
    }
    .lan {
        display: inline-block;
        margin: 0 0 0 15px;
    }
    .header_logo {
        width: 135px;
    }
}
@media (max-width: 540px){
    .home_featured_product_item{
        width: 100%;
    }
    .menu-wrapper > li > .sub-menu{
        display: none;
    }
    .menu-wrapper > li > .sub-menu.sub-active{
        display: block;
    }
    .mega_menu > a::after,.common_menu > a::after{
        display: none;
    }
    .header-menu button.sub-menu-toggle {
        display: inline-block !important;
        color: #1b3e93 !important;
        position: absolute;
        top: 0;
        right: 0;
        text-align: center;
    }
    .icon-plus::after{
        content: "\f107";
        font: normal normal normal 18px/1 FontAwesome;
    }
    .icon-minus::after{
        content: "\f106";
        font: normal normal normal 18px/1 FontAwesome;
    }
    .menu-image-title-after.menu-image-title{
        margin: 0;
        font-size: 14px;
    }
    .icon-plus svg,.icon-minus svg{
        display: none;
    }
    .icon-plus,.icon-minus{
        justify-content: center;
    }
    .header-search{
        display: none;
    }
    .primary-navigation-open .primary-navigation > .primary-menu-container {
        border: 0;
        position: absolute;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        padding-left: 0;
        padding-right: 0;
        top: 52px;
        padding-top: 84px;
    }
    .header_logo a {
        padding: 12px 0;
        width: 135px;
        height: auto;
        border-radius: 0;
    }
    .primary-navigation > div > .menu-wrapper {
        padding-top: 5px;
        padding-bottom: 50px !important;
        background-color: #ffffff;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-shadow: 0px 5px 4px -3px #999;
    }
    .lock-scrolling .site{
        position: unset !important;
    }
    .box.header-bottom.box-active .header_logo a{
        padding: 9px 0;
        width: 130px;
        height: auto;
        border-radius: 0;
    }
    .primary-navigation-open .box.header-bottom.box-active .primary-navigation > .primary-menu-container {
        top: 0;
        padding-top: 84px;
    }
    .open {
        opacity: 1;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Barlow';
    }
    .close {
        opacity: 0.7;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Barlow';
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item.current-menu-item > a {
        color: #1b3e93;
        border-bottom: 1px solid #1b3e93;
    }
    .header-menu .primary-navigation .primary-menu-container > ul > .menu-item > a {
        font-size: 14px;
        margin: 5px 0;
        padding: 2px 0;
        border-bottom: 1px solid #eee;
    }
    .mb_search .header-search{
        display: block;
    }
    .mb_search .lan li.choose-site>a{
        background-color: rgba(0,0,0,0);
    }
    .mb_search {
        text-align: right;
        background-color: #1b3e93;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10000;
    }
    .mb_search .lan li.choose-site>a{
        color: #ffffff;
    }
    .box.header-bottom.hidden-sm{
        top: 42px;
    }
    .mb_search .lan li.choose-site ul {
        top: 42px;
        left: auto;
        right: 0;
    }
    .header_logo a{
        background-color: rgba(0,0,0,0);
    }
    .menu-button-container{
        top: 5px;
    }
    .menu-button-container.activebtn{
        top: 47px;
    }
    .box.header-bottom.box-active .menu-button-container.activebtn{
        top: 5px;
    }
    header .search_form {
        padding: 0 15px;
    }
    .slide_box h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .slide_content {
        top: 25%;
    }
    .home_why_box {
        padding: 15px;
    }
    .numbox {
        position: unset;
        margin-top: 50px;
    }
    .numCount li {
        flex-basis: 100% !important;
    }
    .swiper-container-vertical>.swiper-pagination-bullets {
        top: 45%;
    }
    .home_case .swiper-button-prev, .home_case .swiper-rtl .swiper-button-next {
        top: 33%;
    }
    .home_case .swiper-button-next, .home_case .swiper-rtl .swiper-button-prev {
        top: 56%;
    }
    .mySwiper {
        max-height: 680px;
    }
    .service_box img {
        margin: 0 auto;
    }
    .service_box {
        text-align: center;
    }
    .home_support{
        background-position: bottom;
    }
    .foot_box h3 {
        font-family: 'Barlow' !important;
        font-size: 20px;
    }
    .banner_cover h1 {
        font-size: 24px;
        line-height: 34px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .banner_cover h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .banner_cover {
        padding: 0 15px;
    }
    .part_two_box {
        flex-basis: 50%;
        margin-bottom: 50px;
        padding: 0 15px;
    }
    .part_two_box h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .cat_part_two {
        padding: 60px 0 10px 0;
    }
    .part_three_top {
        padding: 60px 0 45px 0;
    }
    .part_three_box h3 {
        font-size: 24px;
    }
    .part_three_box p {
        font-size: 18px;
    }
    .cat_part_four_content {
        max-width: inherit;
        top: 12%;
        padding: 0 15px;
    }
    .cat_part_four_box {
        min-height: 600px;
        background-size: 90%;
        background-position: bottom center;
    }
    .cat_part_six_box {
        min-height: 420px;
    }
    .cat_part_seven {
        padding: 60px 0;
    }
    .cat_part_eight h2 {
        font-size: 28px;
        margin-top: 50px;
    }
    .cat_part_eight p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .cat_part_nine .industry_list {
        margin-bottom: 50px;
    }
    .cat_part_nine {
        padding: 60px 0 10px 0;
    }
    .part_three_top p ,
    .part_three_top h2,
    .cat_part_one p,
    .cat_part_seven h2,
    .cat_part_seven p{
        text-align: left;
    }
    .part_three_bottom {
        padding: 45px 0;
    }
    .part_three_box {
        margin-bottom: 15px;
    }
    .part_five_box{
        margin-bottom: 35px;
    }
    .header-search img{
        width: 16px;
        height: auto;
    }
    .single_banner {
        padding: 50px 0 0 0;
    }
    ul.info-faq li {
        padding: 0 10px;
    }
    ul.info-faq li a {
        font-family: 'Barlow';
    }
    table{
        table-layout: fixed;
        word-break: break-word;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #fff !important;
        background-color: #1b3e93 !important;
        font-size: 14px !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
        background-color: #ffffff !important;
    }
    .vc_tta.vc_general .vc_tta-panel-body {
        padding: 10px 0 25px 0 !important;
    }
    .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading, .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
        border: 0 !important;
        border-radius: 0 !important;
    }
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        color: #ffffff !important;
        background-color: #898989 !important;
        font-size: 14px !important;
    }
    .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
        border-width: 0 !important;
    }
    div#highlights {
        padding: 80px 15px;
    }
    .info-lists.scroll-to-fixed-fixed {
        margin-top: 126px;
    }
    .single_highlights h3 {
        font-size: 18px;
    }
    .product-gallery .swiper-button-next, .product-gallery .swiper-button-prev {
        width: 44px;
        height: 44px;
    }
    .product-gallery .swiper-button-next:after, .product-gallery .swiper-rtl .swiper-button-prev:after {
        font-size: 16px;
    }
    .single_socket .swiper-button-next2, .single_socket .swiper-button-prev2{
        width: 44px;
        height: 44px;
    }
    .single_socket .swiper-button-next2:after, .single_socket.swiper-rtl .swiper-button-prev2:after {
        font-size: 16px;
    }
    table td {
        padding: 2px !important;
        font-size: 12px;
    }
    .about_one,
    .about_two,
    .about_three,
    .about_four,
    .about_five{
        padding: 60px 0;
    }
    blockquote {
        padding-left: 0px !important;
        margin: 0 !important;
    }
    blockquote:before {
        left: 0;
        top: -50px !important;
    }
    blockquote p {
        font-size: 16px !important;
        line-height: 24px !important;
    }
    .blockquote_name h5 {
        font-size: 18px;
    }
    .blockquote_name p {
        font-size: 14px !important;
    }
    blockquote:before {
        font-size: 50px !important;
    }
    .vc_row.wpb_row.vc_inner.vc_row-fluid.container {
        padding: 0;
    }
    .page-id-137 .vc_col-sm-3{
        width: 100%;
    }
    .video-slider-image-section .video-col {
        min-height: 280px;
    }
    .centered-slider-section>.swiper-container .swiper-slide {
        height: 45vh;
        width: 100% !important;
    }
    .about_tour .swiper-button-next, .about_tour .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .relevant-links-section a {
        min-height: 300px;
    }
    .video-slider-image-section .swiper-slide,
    .video-slider-image-section .video-col .video-content-block {
        padding: 25px;
    }
    .video-slider-image-section .image-col, .video-slider-image-section .slider-col {
        min-height: 245px;
    }
    .video-slider-image-section .slider-col .swiper-pagination{
        right: 25px;
        top: 30px;
    }
    .page-id-135 .vc_row{
        margin-left: 0;
        margin-right: 0;
    }
    .video-slider-image-section .cols-container {
        margin: 0 -15px;
    }
    .timeline .swiper-slide-content {
        width: inherit;
        max-width: unset;
        top: 35%;
    }
    .timeline .swiper-container {
        height: 400px;
    }
    .timeline .swiper-slide-active .timeline-text{
        padding: 0 15px;
    }
    .blogimg{
        width: 100%;
    }
    #blogSidebar{
        margin-top: 50px;
    }
    .widgetAccordions:last-child{
        display: none;
    }
    .single_page_box {
        padding: 0;
        box-shadow: unset;
    }
    .pro_down_left {
        flex-basis: auto;
    }
    .product_download h3 {
        font-size: 20px;
    }
    .product_download p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .part_three_box img{
        margin: 0 auto;
    }
    .industry_blog .swiper-button-next,
    .industry_blog .swiper-button-prev{
        display: none;
    }
}
@media (max-width: 375px){
    .get_box {
        padding: 25px;
    }
    .single_get {
        min-height: 385px;
    }
}
@media (max-width: 320px){
    .slide_box h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .slide_box p {
        font-size: 16px;
        line-height: 24px;
    }
    .slide_box a{
        margin-top: 15px;
    }
    .hometitle,
    .home_lifelong h2,
    .support_box h2,
    .part_three_top h2,
    .part_five_box h2,
    .cat_part_seven h2,
    .cat_part_nine h2,
    .single_part_h2,
    .get_box h2,
    .question_box h2 a {
        font-size: 24px;
    }
    .hometext ,.home_why_box p{
        font-size: 16px;
        line-height: 22px;
    }
    .slide_box a, .btn_dark, .btn_light, .btn_talk {
        width: 135px;
    }
    .home_lifelong p {
        font-size: 18px;
        line-height: 24px;
    }
    .numCount p {
        font-size: 16px;
    }
    .numCount h3 {
        font-size: 24px;
    }
    .mySwiper {
        max-height: 630px;
    }
    .service_box h3{
        font-size: 20px;
    }
    .service_box p {
        font-size: 16px;
        line-height: 22px;
    }
    .support_box p {
        font-size: 24px;
        line-height: 30px;
    }
    .support_box {
        margin-top: 70px;
    }
    .banner_cover h1 {
        font-size: 20px;
        line-height: 38px;
    }
    .banner_cover {
        top: 25%;
    }
    .cat_part_one p {
        font-size: 16px;
        line-height: 24px;
    }
    .cat_part_one {
        padding: 60px 0 40px 0;
    }
    .part_three_box h3 {
        font-size: 20px;
    }
    .cat_part_four_content h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .cat_part_four_content p {
        font-size: 16px;
        line-height: 22px;
    }
    .part_five_box h2{
        margin-top: 0;
    }
    .cat_part_seven p {
        font-size: 16px;
        line-height: 24px;
    }
    .cat_part_eight h2 {
        font-size: 24px;
        margin-top: 40px;
    }
    ul.info-faq li {
        padding: 0 4px;
    }
    .about_one .content h2,
    .about_two .content h2,
    .about_three .content h2,
    .about_four .content h2,
    .about_five .content h2,
    .aboutpage h2{
        font-size: 24px;
    }
    .about_one .content h3,
    .about_two .content h3,
    .about_three .content h3,
    .about_four .content h3,
    .about_five .content h3,
    .aboutpage h3{
        font-size: 18px;
    }
    .about_one .content {
        padding: 15px
    }
    .relevant-links-section a .content-block{
        padding: 25px;
    }
}