/* TypoGraphy */

* {
box-sizing: border-box
}

:focus {
outline: none !important;
box-shadow: none;
border-color: inherit
}
figure {
margin: 0 0 0;
}
textarea.form-control {
resize: none;
overflow: hidden
}

html, body {
width: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 31px;
	color: #01022B;
	font-weight: normal;
	font-family: 'Poppins Regular';
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body {
background: #fff;
overflow-x: hidden
}

img {
max-width: 100%;
/*image-rendering: inherit;*/
}

a,
a:hover {
text-decoration: none
}

p {
    font-style: normal;
    font-size: 18px;
    line-height: 31px;
    color: #01022B;
    font-weight: normal;
    font-family: 'Poppins Regular';
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px 0 20px;
    padding: 0px
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #088ACC;
}

h1 {
    color: #062849;
    font-size: 46px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
}

h2 {
    font-weight: 600;
font-family: 'Poppins SemiBold';
    font-size: 36px;
    color: #062849;
}

h3 {
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    font-size: 28px;
    color: #062849;
}

h4 {
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    font-size: 26px;
    color: #062849;
}
h5 {
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    font-size: 22px;
    color: #062849;
}
h6 {
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    font-size: 20px;
    line-height: normal;
    color: #062849;
}

p {
    font-size: 18px;
    line-height:30px;
    color: #000;
    font-family: 'Poppins Regular';
    font-weight: normal;
}

p:last-child{
    margin-bottom: 0;
}
ol, ul {
    overflow-wrap: inherit !important;
}
ul {
    padding: 0px 0 20px 18px;
    margin: 0px;
}
ol {
    padding-left: 0;
    padding-bottom: 20px;
    counter-reset: listitem;
}
ol li {
    list-style: none;
    position: relative;
    padding-left: 34px;
}
ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.') '.';
    color: #7E3790;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: 0;
}
li{
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #1A1A1A;
    font-family: 'Poppins Regular';
}

li a{
    color: #1A1A1A;
}
li a:hover{
    color: #088ACC;
}

a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    color: #03b1e7;
}

a:hover {
    /* transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s; */
    color: #1A1A1A;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
}

.btn {
    display: inline-flex;
    min-width: 168px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: normal;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    padding: 0 20px;
    border: none;
    border-radius: 0;
    color: #ffffff;
    background: #09A9EB;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    border-radius: 0;
    text-transform: uppercase;
}
.btn:hover,.hs-button:hover{
    background: #000;
    color: #fff;
}
.btn-blue {
    background: #161E3E;
}
.btn-blue:hover {
    background: #088ACC;
    color: #fff;
}
.btn-white {
    background: #fff;
    border: 1px solid #C1CBCE;
    color: #161E3E;
}
.btn-white:hover {
    background: #09A9EB;
    color: #fff;
}
/** ================== // HEADER CSS START // ================== **/

.header {
    background: #fff;
    position: unset;
    left: 0;
    right: 0;
    top: 27px;
    z-index: 9;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    transition: top 1s ease;
    padding: 0px 0px;
}
.scrollActive .header {
    position: fixed;
}
.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container {} .navigation .moblelogo {
    display: none;
}
.main-nav .menu-bar {
    display: none;
}
.nav-manu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-manu ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style-type: none;
}
.nav-manu ul li {
    padding: 0px 17px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}
.nav-manu ul li a {
    font-size: 16px;
    color: #4A4A4A;
    font-family: 'Poppins Regular';
    font-weight: normal;
    position: relative;
    z-index: 11;
}
.nav-manu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 2px;
    bottom: -5px;
    background: #fff;
    transition: 0.7s;
}

.nav-manu ul li a:hover {
    color: #2baaee;
}
.nav-manu ul li a:hover::after {
    width: 100%;
}
.nav-manu ul li.current-menu-item a::after {
    width: 100%;
}
.login-nav {

}
.login-nav a.btn-white {
    margin-left: 7px;
    min-width: 148px;
}
.logo {
    width: 280px;
}
.logo img {
    mix-blend-mode: multiply;
}
/** SUB MENU **/

.navigation ul li ul.sub-menu {
    position: absolute;
    display: block;
    top: 30px;
    width: auto;
    transform: scale(1, 0);
    transition: all 0.5s;
    transform-origin: top center;
    opacity: 0;
    visibility: hidden;
    min-width: 208px;
    padding: 0;
    left: 0;
    z-index: 1999;
    padding: 0;
    width: auto;
    box-shadow: 0 20px 30px rgb(88 91 93 / 15%);
}
.navigation ul li ul.sub-menu.shop-submenu {
    left: auto;
    right: 0;
}
.navigation ul li:hover>ul.sub-menu {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.navigation ul li ul.sub-menu.shop-submenu::before {
    left: auto;
    right: 40px;
}
.navigation ul li ul.sub-menu li:first-child {
    border-radius: 10px 10px 0px 0px;
}
.navigation ul li ul.sub-menu li:last-child {
    border-radius: 0px 0px 10px 10px;
}
.navigation ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
    margin: 0px 0 0;
    transition: .4s;
    background-color: #fff;
    border-bottom: none;
    position: relative;
    /* box-shadow: 0 20px 30px rgb(88 91 93 / 15%); */
    border-radius: 0;
    border-bottom: 1px solid #d9d9d9;
}
.navigation ul li ul.sub-menu li::after {
    display: none;
}
.navigation ul li ul.sub-menu li::before {
    right: 15px;
    transform: rotate(-40deg) translateY(-20%);
    top: 43%;
}
.navigation ul li ul.sub-menu li a {
    display: block;
    padding: 15px 15px;
    /* white-space: nowrap; */
    line-height: 20px;
    /* transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg); */
    color: #4A4A4A;
}
.navigation ul li ul.sub-menu li a::after {
    display: none;
}
.navigation ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}
.navigation ul li ul.sub-menu li:hover {
    background-color: #161e3e;
}
.navigation ul li ul.sub-menu li.current-menu-item {
    background-color: #e04f26;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
    color: #fff;
}
.navigation ul li ul.sub-menu li:hover a {
    color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
    left: 100%;
    top: 0;
    width: max-content;
    margin-left: 3px;
}
.navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li {
    border-left: 0;
}
.navigation ul li.menu-item-has-children {} .navigation .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    top: 55%;
    right: -12px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%);
    transition: 0.4s;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #666666;
    margin-top: 2px;
}
.navigation ul li.menu-item-has-children:hover a::before {
    border-top-color: #2baaee;
    transition: 0.4s;
}
.navigation ul li.current-menu-item ul.sub-menu li a::before {
    display: none;
}
.navigation ul li ul.sub-menu li::before {
    display: none;
}
.navigation ul li ul.sub-menu li:hover::before {
    border-color: #fff;
}
.navigation ul li ul.sub-menu li a:hover {
    color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
    color: #4A4A4A;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li a {
    color: #4A4A4A;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a {
    color: #fff;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu a {
    color: #08161D;
}
.navigation ul li ul.sub-menu li.menu-item-has-children ul.sub-menu li ul.sub-menu li:hover a {
    color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover a::before {
    border-top-color: #fff;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li a::before {
    border-top-color: #e04f26;
}
.navigation ul li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu li:hover a::before {
    border-top-color: #fff;
}
.navigation .menu-item-has-children ul.sub-menu li a::before {
    right: 10px;
    transform: rotate(-95deg);
    top: 46%;
    border-top-color: #666666;
}
.head-search {
    margin-right: 20px;
    margin-left: 10px;
}
/** ================== // HEADER CSS END // ================== **/


/** ================== //BANNER CSS START // ================== **/

.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 730px;
}
.banner-section .view {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner-section video.video-fluid {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mask.rgba-purple-slight {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/banner-overlay.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.banner-content {
    position: absolute;
    top: 140px;
    width: 100%;
    max-width: 810px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
}
.banner-content img {
    width: 300px;
    margin-left: 4px;
}
.banner-content h1 {
    color: #FFFFFF;
    font-size: 46px;
    line-height: 48px;
    font-family: 'Poppins bold';
    font-weight: bold;
    margin-bottom: 25px;
}
.banner-content h2 {
    color: #FFFFFF;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 32px;
}
.banner-content p {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 22px;
    font-family: 'Poppins SemiBold';
}
.banner-top-info a {
    min-width: 256px;
    height: 57px;
    border: 2px solid #09A9EB;
}

.banner-top-info a:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.banner-content .banner-bottom-btn a {
    min-width: auto;
    background: transparent;
    color: #fff;
    margin: 0px 2px;
    padding: 0px 28px;
}
.banner-content .banner-bottom-btn a:hover {
    background: #161e3e;
    color: #fff;
}
.banner-bottom-info {
    max-width: 550px;
    margin: 81px auto 0px;
}
.banner-content .banner-bottom-info p {
    margin-bottom: 19px;
}
/** ================== //BANNER CSS END // ================== **/

/** ================== //SERVICE SECTION CSS START // ================== **/
/*-service-section-*/
.service-section{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#09a9eb+0,063173+100 */
    background: rgb(9,169,235); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(9,169,235,1) 0%, rgba(6,49,115,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(9,169,235,1) 0%,rgba(6,49,115,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(9,169,235,1) 0%,rgba(6,49,115,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09a9eb', endColorstr='#063173',GradientType=0 ); /* IE6-9 */
    height: auto;
}
.service-section .container{
    max-width: 1780px !important;
    height: 100%;
}
.service-section .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1780px !important;
}
.service-wrapper {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
}
.item-box {
    width: 33.33%;
    /* height: 100%; */
    /* display: flex;
    align-items: center;
    justify-content: center; */
    border-right: 1px solid #F2F3F4;
    position: relative;
}
.item-box-inner {
    position: relative;
}
.item-box.active:last-child:before  {
    right: 0px;
}
.item-box:last-child {
    border-right:none;
}
.item-box.active .items-heading h3 {
    color: #062849;
}
.item-box.active .items-heading h3 a{
    color: #062849;
}
.item-box.active .items-heading h3 a:hover{
    color: #062849;
}

.item-box.active .img-show {
    display: none;
}
.item-box.active .img-hover {
    display: block !important;
}
.item-box.active .items-heading p{
    opacity: 1;
}
.item-box.active:last-child {
    border-right:none;
}
.item-box.active:last-child:after {
    right: 0px;
}
.items-heading {
    height: auto;
    display: flex;
    justify-content: left;
    padding: 30px 25px 0px;
    max-width: initial;
    margin-bottom: -30px;
}
.items-heading h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    font-family: 'Poppins SemiBold';
    margin-bottom: 0px;
}
.items-heading h3 a{
    color: #FFFFFF;
}
.items-heading h3 a:hover{
    color: #FFFFFF;
}
.items-heading h3 sup {
    font-size: 15px;
}
.items-heading p{
    color: #062849;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    opacity: 0;
    transition: 0.4s;
}
.item-box-inner a:hover .items-heading p {
    opacity: 1;
}
.items-heading p a{
    color: #062849;
}
.items-heading p a:hover{
    color: #062849;
}
.service-items-img {
    text-align: center;
}
.service-items-img {
    text-align: center;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-box-inner a {
    display: block;
}

.item-box-inner a:hover img.img-show {
    display: none;
}
.item-box-inner a:hover img.img-hover {
    display: block !important;
}
.item-box:last-child .item-box-inner a:hover img.img-hover {
    position: relative;
    top: -20px;
}
/** ================== //SERVICE SECTION CSS END // ================== **/


/** ================== //NEWSFEED SLIDER SECTION CSS END // ================== **/
.slide {
    margin: 0;
    width: max-content;
    padding: 0px 40px;
}
.slide p {
    color: #fff;
}
.slide p a {
    color: #fff;
}
.slide p a:hover {
    color: #09A9EB;
}
.slide p i {
    font-family: 'Poppins Regular';
    font-weight: normal;
    font-style: normal;
    margin: 0px 10px 0px 10px;
    color: #95a0ab;
}

.acme-news-ticker {
    background: #01022B;
    position: relative;
    height: 45px;
}
.acme-news-ticker-label {
    background: #1974d2;
    padding: 0;
    width: 210px;
    float: left;
    margin-right: 0;
    line-height: normal;
    height: 100%;
    color: #fff;
    background: url(../images/news-heading.png);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
}
.acme-news-ticker-label a {
    color: #fff;
}
.acme-news-ticker-box {
    height: 100%;
    padding-top: 8px;
    overflow: hidden;
}
.acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
.acme-news-ticker-box ul li a {
    text-decoration: none;
}
/** ================== //NEWSFEED SLIDER SECTION CSS END // ================== **/

/** ================== //HOME BLOG SECTION CSS START // ================== **/
.home-blog-section {
    margin-top: 105px;
}
.home-blog-inner {
    display: flex;
    justify-content: space-between;
}
.home-blog-left {
    width: 66.67%;
    background: #F6F7F8;
    padding: 50px 70px;
}
.home-blog-right {
    width: 33.33%;
    background: #E5E8E9;
}
.home-blog-right .home-blog-item {
    padding: 43px 110px 43px 130px;
    height: 50%;
}
.home-blog-right .home-blog-item:last-child {
    background: #EBEDEE;
}
.home-blog-info-wrap h4 {
    font-size: 26px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.home-blog-info-wrap p {
    color: #01022B;
}
.home-blog-info-wrap a.link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-top: 8px;
    display: inline-block;
    padding-left: 2px;
}
.home-blog-left .home-blog-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.latest-blog-post .home-blog-img-wrap {
    width: 542px;
}
.latest-blog-post .home-blog-img-wrap img {
    mix-blend-mode: multiply;
}
.latest-blog-post .home-blog-info-wrap {
    width: calc(100% - 542px);
    padding-left: 107px;
}
.latest-tag {
    background: #20CC7B;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    text-transform: uppercase;
    min-width: 195px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    padding: 0 15px;
}
.latest-tag a {
    color: #fff;
}
.latest-blog-post .home-blog-info-wrap h4 {
    font-size: 36px;
    line-height: 46px;
}
.latest-blog-post .home-blog-info-wrap p {
}

.latest-blog-post .home-blog-info-wrap a.link {
}
/** ================== //HOME BLOG SECTION CSS END // ================== **/

/** ================== //TESTIMONIALS SLIDER SECTION CSS START // ================== **/
.testimonials-slider-section {
    padding: 40px 0 125px;
}
.testimonials-slider-section .container {
    width: 1400px !important;
    margin: 0 auto !important;
    max-width: 100%;
}
/* .testimonials-slider-section .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1515px !important;
} */
.testimonials-slider-section .slick-list {
    padding-top: 10%!important;
    padding-bottom: 80px!important;
    padding-left: 15%!important;
    padding-right: 15%!important;
}
.testimonials-slider-section .slick-dots {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonials-slider-section .slick-track {
    max-width: 100%!important;
    transform: translate3d(0, 0, 0)!important;
    perspective: 100px;
}
.testimonials-slider-section .slick-slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    /* width: 100%!important; */
    width: 540px !important;
    transform: translate3d(0, 0, 0);
    transition: transform 1s, opacity 1s;
}
.testimonials-slider-section .slick-snext,
.testimonials-slider-section .slick-sprev {
    display: block;
}
.testimonials-slider-section .slick-current {
    opacity: 1;
    position: relative;
    display: block;
    transform: translate3d(232px, -50px, 8px);
    z-index: 2;
}
.testimonials-slider-section .test {
    width: auto;
}
.testimonials-slider-section .slick-snext {
    opacity: 1;
    transform: translate3d(100%, 0, 0px);
    z-index: 1;
    width: 430px !important;
}
.testimonials-slider-section .slick-sprev {
    opacity: 1;
    transform: translate3d(-100%, 0, 0px);
    width: 430px !important;
}
.testimonials-slider-section .test {
    display: block;
    width: 100%;
}
.testimonials-slider-section .slick-slide.slick-current.slick-active.slick-center .items-field {
    box-shadow: 0 9px 21px rgb(0 0 0 / 32%);
}
.testimonials-slider-section .slick-dots li button {
    display: block;
    height: auto;
    width: auto;
    outline: none;
    line-height: 0px;
    font-size: 36px;
    color: #CAD1D5;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: transparent;
    font-family: 'Poppins bold';
    font-weight: bold;
    transition: 1s;
}
.testimonials-slider-section .slick-dots li.slick-active button {
    background: transparent;
    font-size: 67px;
    color: #859198;
}
.testimonials-slider-section .slick-dots li {
    margin: 0 14px 0px;
    display: block;
    outline: none;
    line-height: 0px;
    font-size: 36px;
    color: #CAD1D5;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: transparent;
    font-family: 'Poppins bold';
    font-weight: bold;
    transition: 1s;
}
.testimonials-slider-section .slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 42%;
    left: auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    counter-reset: my-badass-counter;
}
.testimonials-slider-section .slick-dots li::after {
    display: block !important;
    content: counter(my-badass-counter);
    counter-increment: my-badass-counter;
    transition: 1s;
}
.testimonials-slider-section li.slick-active::after {
    background: transparent;
    font-size: 67px;
    color: #859198;
    transition: 1s;
}
.testimonials-slider-section .slick-slide.slick-current.slick-active.slick-center .testimonials-content p {
    display: block;
    max-width: 451px;
}
.testimonials-section{
    padding: 40px 0 125px;
}
.testimonials-wrap {
    max-width: 1506px;
    padding-bottom: 0px;
    margin: 0 auto;
    width: 100%;
}
.items-field {
    position: relative;
}
.testimonials-content {
    position: absolute;
    bottom: 60px;
    left: 30px;
    right: 30px;
}
.testimonials-content h3{
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Poppins bold';
    font-weight: bold;
    margin-bottom: 10px;
    max-width: 420px;
}
.testimonials-content h3 a{
    color: #FFFFFF;
}
.testimonials-content h3 a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
.testimonials-content p{
    color: #FFFFFF;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 0px;
    display: none;
}
.progress {
    display: block;
    width: 346px;
    height: 10px;
    border-radius: 0px;
    overflow: hidden;
    background-color: #E3E7E9;
    background-image: linear-gradient(to right, #088ACC, #088ACC);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.4s ease-in-out;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.testimonials-wrap .slick-dots li button {
    display: block;
    height: auto;
    width: auto;
    outline: none;
    line-height: 0px;
    font-size: 36px;
    color: #CAD1D5;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    border: none;
    background: transparent;
    font-family: 'Poppins bold';
    font-weight: bold;
    transition: 1s;
}
.testimonials-wrap .slick-dots li.slick-active button {
    background: transparent;
    font-size: 67px;
    color: #859198;
}
.testimonials-wrap .slick-dots li {
    margin: 0 14px 0px;
}
.testimonials-wrap .slick-dots {
    position: absolute;
    bottom: 0;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 42%;
    left: auto;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    right: 0;
}
.testimonials-wrap .slick-slide.slick-current.slick-active.slick-center{
    transform: scale(1.3);
    z-index: 11;
    position: relative;
}
.testimonials-wrap .slick-slide {
    transition: 1s;
}
.testimonials-wrap .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 150px 0 185px;
}
.testimonials-wrap .slick-slide.slick-current.slick-active.slick-center .items-field{
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.32);
}
.testimonials-wrap .slick-slide.slick-current.slick-active.slick-center .items-field img{
    width: 100%;
}
.testimonials-wrap .slick-slide.slick-current.slick-active.slick-center .testimonials-content h3 {
    font-size: 26px;
    line-height: 34px;
    max-width: 316px;
}
.testimonials-wrap .slick-slide.slick-current.slick-active.slick-center .testimonials-content p{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.testimonials-wrap .slick-slide.slick-current.slick-active.slick-center .testimonials-content{
    max-width: 338px;
}
.progress-outer {
    width: 55%;
    display: flex;
    justify-content: flex-end;
}
/** ================== //TESTIMONIALS SLIDER SECTION CSS END // ================== **/

/** ================== //LOGO SLIDER SECTION CSS START // ================== **/
.client-logo-section {
    padding: 45px 0px;
}
.client-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1211px;
    margin: 0 auto;
}
.client-logo-wrap  .slick-track {
    display: flex;
    align-items: center;
}
.client-logo-wrap .slick-list {
    padding-bottom: 0px;
}
.client-logo-wrap .slick-dots {
    bottom: -30px;
}
.logo-item{
    padding: 0 30px;
}
.logo-item img {
    max-height: 109px;
    margin: 0 auto;
}
/** ================== //LOGO SLIDER SECTION CSS END // ================== **/

/** ================== //CLIENT REVIEWS SLIDER SECTION CSS START // ================== **/
.client-reviews-section {
    padding: 100px 0px 170px;
}
.client-reviews-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    align-items: flex-end;
}
.client-reviews-left {
    width: 651px;
    background-image: linear-gradient(to right, #09a8ea, #08a1e3, #089adc, #0893d5, #088cce, #0785c7, #067ec0, #0677b9, #056eb0, #0565a7, #065c9e, #075395);
    padding: 115px 88px 75px 115px;
    min-height: 495px;
}
.client-reviews-left p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 30px;
}
.client-reviews-left h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    font-family: 'Poppins Light';
    font-style: italic;
    margin: 0;
}
.client-reviews-right {
    width: 845px;
}
.client-reviews-section .slick-arrow {
    background: #20CC7B;
    width: 73px;
    height: 73px;
    font-size: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    top: 0;
}
.client-reviews-section .slick-prev {
    left: 638px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    background: #20CC7B url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.client-reviews-section .slick-next  {
    right: 845px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background: #20CC7B url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

/** ================== //CLIENT REVIEWS SLIDER SECTION CSS END // ================== **/

/** ================== //SITE CSS START // ================== **/
.site-footer {
    background: #F6F7F8;
    padding: 80px 0px;
	margin-top: auto;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
}
.footer-logo {
    width: 284px;
}
.footer-logo img {
    mix-blend-mode: multiply;
}
.footer-menu {
    max-width: 604px;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu ul li {
    color: #4A4A4A;
    padding: 0px 17px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    width: 25%;
    margin-bottom: 20px;
}
.footer-menu ul li a {
    color: #4A4A4A;
}
.footer-menu ul li a:hover {
    color: #088ACC;
}
.footer-search img {
    max-width: 16px;
}
.footer-form {
    width: 285px;
}
.footer-form h6 {
    color: #4A4A4A;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 5px;
}
.subscribe-form {

}
.subscribe-form .form-control {
    height: 49px;
    border-radius: 0px;
    border-color: #E5E8E9;
    margin-bottom: 15px;
    color: #4A4A4A;
    font-size: 14px;
}
.subscribe-form .form-control::placeholder {
    color: #ab9f9f;
}
.subscribe-form .subscribe-btn {
    color: #161E3E;
    width: 136px;
    height: 48px;
    background: #C1CBCE;
    border: 0 !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    cursor: pointer;transition: 0.5s;
}
.subscribe-form .subscribe-btn:hover {
    background: #009ddc;
    color: #fff;
}
.copyright {
    width: 284px;
}
.copyright p {

}
.footer-menu-bottom {
    width: 604px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.footer-pr-link ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.footer-pr-link ul li {
    color: #4A4A4A;
    padding: 0px 17px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 0px;
}
.footer-pr-link ul li a {
    color: #4A4A4A;
}
.footer-pr-link ul li a:hover {
    color: #088ACC;
}
.footer-social-link {

}
.footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.footer-social-link ul li {
    margin-left: 35px;
}
.footer-social-link ul li a {

}
.foot-add {
    width: 285px;
}
.foot-add p {

}
.footer-bottom p {
    font-size: 14px;
    color: #4A4A4A;
    font-family: 'Poppins Light';
    font-weight: 300;
    line-height: 20px;
}
.footer-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-pr-link ul li {
    text-transform: inherit;
}
.footer-pr-link ul li.new-products-btn a {
    color: #088ACC;
    position: relative;
}
.footer-pr-link ul li.new-products-btn a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #088ACC;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.footer-pr-link ul li.contact-btn-footer a {
    color: #161E3E;
    position: relative;
}
.footer-pr-link ul li.contact-btn-footer a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #161E3E;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -8px;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.footer-pr-link ul li.new-products-btn a:hover {
    color: #161E3E;
}
.footer-pr-link ul li.new-products-btn a:hover::after {
    background: #161E3E;
}
.footer-pr-link ul li.contact-btn-footer a:hover {
    color: #088ACC;
}
.footer-pr-link ul li.contact-btn-footer a:hover::after {
    background: #088ACC;
}
.footer-social-link ul li a svg path {
    transition: 0.7s;
}
.footer-social-link ul li a:hover svg path {
    fill: #088acc;
    transition: 0.7s;
}
.footer-social-link ul li a:hover svg path#yicon {
    fill: #fff;
}
/** ================== //SITE CSS END // ================== **/


/*-NEURO-PRODUCT-*/
.summa-framework-left .heating {
    background: #EDEFF1;
    display: inline-block;
    border-left: 10px solid#20CC7B;
    padding: 22px 30px 10px 26px;
}
.summa-framework-left .heating h2{
    font-size: 26px;
    line-height: 20px;
    color: #062849;
    font-family: 'Poppins SemiBold';
    margin-bottom: 0;
}
.summa-framework-left .heating p{
    color: #01022B;
}

.framework-right-box .content h4 {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0;
}
.framework-right-box .content .learn-more{
    color: #062849;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    line-height: 31px;
    display: none;
}
.framework-right-box .content {
    height: 27px;
    width: calc(60% - 30px);
}
.framework-right-box .hover-img{
    display: none;
}
.framework-right-box:hover .common-img {
    display: none;
}
.framework-right-box:hover .hover-img, .framework-right-box:hover .learn-more {
    display: block;
}
.summa-framework-section .pro-img {
    margin: auto;
    padding-left: 30px;
}
.summa-framework-right {
    width: 32%;
}
.framework-right-box {
    background: linear-gradient(90deg, #09a1e3, #064587);
    width: 100%;
    height: 18.5vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid#fff;
}
.framework-right-box:hover {
    background: linear-gradient(90deg, #064587, #09a1e3);
}
.summa-framework-box {
    display: flex;
    justify-content: space-between;
    background-color: #F6F7F8;
}
.summa-framework-left {
    padding: 74px 60px 0 85px;
    width: 68%;
}
.summa-framework-section .full-pro-img {
    margin-top: 30px;
}


.client-reviews-video iframe {
    display: block;
    width: 100%;
}


/*--*/
.search-click-popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    z-index: 9911;
    padding: 5px;
    bottom: 0;
    display: none;
}
.search-click-popup.show-search{
    display: block;
}
.search-input {
    width: 100%;
    border: none;
    height: 100%;
    padding: 28px 26px;
    padding-right: 46px;
    border-radius: 10px;
    font-size: 20px;
    color: #4A4A4A;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.flied-search-mid {
    position: absolute;
    top: 50%;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 20px;
    right: 20px;
}

button.search-box-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
}
button.search-box-btn svg {
    fill: #6b6969;
    width: 32px;
    height: 32px;
}

img.close-search {
    position: absolute;
    top: 15px;
    right: 15px;
    max-width: 25px;
    cursor: pointer;
}
a#return-to-top {
    position: fixed;
    bottom: 160px;
    right: 86px;
    width: 42px;
    height: 30px;
    background: none;
    border: 1px #E8A0AC solid;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a#return-to-top img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

/*-products-detail-section-*/
.products-detail-section{

}
.products-detail-wrap {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}
.products-detail-leftmenu{
    width: 427px;
    padding: 0 0 50px;
}

.products-detail-leftmenu .nav.nav-tabs {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item {
    margin-bottom: 0;
    width: 100%;
    color: #062849;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    text-transform: uppercase;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item a {
    color: #062849;
    padding: 10px 30px 10px 59px;
    border-radius: 0;
    background-color: inherit;
    border: none;
    border-left: 10px solid #fff;
    display: block;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item a.nav-link:hover {
    color: #062849;
    background-color:#f6f7f8;
    border-color: #20CC7B;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item a.nav-link.active {
    color: #062849;
    background-color:#f6f7f8;
    border-color: #20CC7B;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu {
    margin: 8px 0 0;
    padding: 0px 20px 20px 69px;
    display: none;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li{
    margin: 0px;
    padding: 5px 0px;
    color: #9ba9b6;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins Regular';
    text-transform: initial;
    list-style: none;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li a {
    color: #9ba9b6;
    border-left: 0;
    padding: 0px;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li a:hover{
    color: #062849;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li.active a{
    color: #062849;
}
/*--*/
.newproducts-btnleft{
    padding: 40px 0 0 69px;
}
.productsdetail-rightcontent{
    width: calc(100% - 427px);
}
.newproducts-btnleft a.btn.btn-blue {
    margin-bottom: 9px;
}


/*--*/

.productsdetail-content {
    background: #edeff1;
    padding: 86px 60px 92px 208px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.productsdetail-product-img{
    width: 556px;
    padding-right: 73px;
}
.productcontent-right{
    width: 546px;
    padding-top: 28px;
}
.productcontent-right h4, .productcontent-right h1, .dist-page-heading h1, .slidertext-left h1 {
    font-size: 36px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.productcontent-right p {
    font-size: 18px;
    line-height: 31px;
    color: #01022B;
    font-weight: normal;
    font-family: 'Poppins Regular';
    margin-bottom: 20px;
}
.productcontent-right a.link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-top: 8px;
    display: inline-block;
    padding-left: 2px;
    color: #09A9EB;
}
.productcontent-right a.link:hover {
    color: #062849;
}
.linkboth-btn{
    padding: 44px 0 0px;
    display: inline-flex;
    flex-wrap: wrap;
}
.linkboth-btn a.btn.btn-blue {
    margin-right: 10px;
}
.linkboth-btn a.btn.btn-white {
    background: none;
}
.linkboth-btn a.btn.btn-white:hover {
    background: #09A9EB;
    color: #fff;
}

/*--*/
.productcontent-tab{
    padding: 33px 70px 90px 153px;
    background: #f6f7f8;
}
.productcontent-features ul.nav-tabs {
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}
.productcontent-features ul.nav-tabs li{
    margin-bottom: 0;
    color: #aeb8c3;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 10px;
}
.productcontent-features ul.nav-tabs li:first-child{
    padding-left: 0px;
}
.productcontent-features ul.nav-tabs li.nav-item a {
    color: #aeb8c3;
    padding: 0px 16px 10px 11px;
    border-radius: 0;
    background-color: inherit;
    border: none;
    border-bottom: 3px solid transparent;
    display: block;
}
.productcontent-features ul.nav-tabs li.nav-item a.nav-link:hover {
    color: #09A9EB;
    background-color:inherit;
    border-color: #09A9EB;
}
.productcontent-features ul.nav-tabs li.nav-item a.nav-link.active {
    color: #09A9EB;
    background-color:inherit;
    border-color: #09A9EB;
}
.productcontent-features .tab-content {
    padding: 15px 0 0 0px;
}
/*--*/
.content-detailtab {
    max-width: 1065px;
    overflow: hidden;
}
.content-detailtab .alignleft {
    float: left;
    max-width: 50%;
    margin-right: 20px;
}
.content-detailtab ul {
    margin: 0px;
    padding: 0px;
    display: table-cell;
}
.content-detailtab ul li{
    margin: 0px;
    padding: 0px 0 20px 15px;
    list-style: none;
    color: #062849;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    position: relative;
}
.content-detailtab ul li strong{
    font-family: 'Poppins bold';
    font-weight: bold;
}
.content-detailtab ul li em{
    color: #09A9EB;
    font-style: normal;
}
.content-detailtab ul li::before{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #161E3E;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
.content-detailtab ul li a{
    color: #09A9EB;
}
.content-detailtab ul li a:hover{
    color: #062849;
}
.productcontent-features {
    max-width: 1250px;
}
.content-detailtab p{
    margin: 0px;
    padding: 0px 0 20px 0px;
    color: #062849;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.content-detailtab p strong{
    font-family: 'Poppins bold';
    font-weight: bold;
}
.content-detailtab p em{
    color: #09A9EB;
    font-style: normal;
}
#featurestab-2 .content-detailtab {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}
.detailtab-left {
    width: 555px;
}
.detailtab-right {
    width: 601px;
}
.specifications-wrap {
    background: #eef0f2;
    padding: 7px 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
.specifications-wrap:last-child {
    margin-bottom: 0px;
}
.specifications-left{
    width: 50%;
}
.specifications-left p{
    color: #1D2129;
    font-size: 14px;
    line-height: normal;
    font-family: 'Poppins medium';
    font-weight: 500;
    margin-bottom: 0px;
}
.specifications-right{
    width: 50%;
}
.specifications-right p{
    color: #09A9EB;
    font-size: 14px;
    line-height: normal;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 0px;
    text-align: left;
}
.specifications-right p strong {
    font-weight: normal;
}
div#featurestab-6 .content-detailtab p {
    padding: 0px 0 8px 0px;
}
.tabs-dropdown {
    display: none;
}

/*-resources-detail-section-*/
.resources-detail-section{

}

.resources-detail-wrap{
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    max-width: 1920px;
    margin: 0 auto;
}
.resources-contentwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1238px;
    padding-top: 46px;
    padding-bottom: 43px;
    border-bottom: 1px solid #AEB8C3;
}
.resources-contentwrap:first-child {
    padding-top: 0px;
}
.resources-contentwrap:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.resources-content-left {
    width: 651px;
}
.resources-content {
    padding: 77px 60px 68px 83px;
    background: #fafafb;
}
.resources-content-left h2, .resources-content-left h3, .resources-content-left h1 {
    font-size: 32px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
    text-transform: uppercase;
    max-width: 538px;
}
.resources-content-left h2 a, .resources-content-left h3 a {
    color: #062849;
}
.resources-content-left h2 a:hover, .resources-content-left h3 a:hover {
    color: #09A9EB;
}
.resources-content-left p {
    font-size: 18px;
    line-height: 31px;
    color: #01022B;
    font-weight: normal;
    font-family: 'Poppins Regular';
    margin-bottom: 20px;
}
.resources-content-left a.link {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-top: 8px;
    display: inline-block;
    padding-left: 2px;
    color: #09A9EB;
}
.resources-content-left a.link:hover {
    color: #062849;
}
.date-info{
    color: #78898E;
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.date-info a{
    color: #78898E;
}
.date-info a:hover{
    color: #09A9EB;
}

.resources-content-right {
    width: 516px;
    text-align: right;
}
/* .resources-detail-wrap .products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li {
    font-size: 21px;
} */
/* .resources-detail-wrap .products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu {
    margin: 0px 0 0;
} */

/*-pagination-*/
nav.pagination {
    padding-top: 43px;
}
.wp-pagenavi {
    clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 0px;
    margin: 2px 4px;
    min-width: 25px !important;
    min-height: 30px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    background: #F6F7F9;
    color: #90949C;
    font-family: 'Poppins Regular';
    font-weight: normal;
    border-radius: 2px !important;
    font-size: 15px;
    line-height: 23px;
    border: 1px solid #DDDFE2;
}
.wp-pagenavi span.current {
    font-weight: normal;
    color: #90949C;
    background: #F6F7F9;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-weight: normal;
    color: #90949C;
    background: #F6F7F9;
}
.wp-pagenavi a i {
    line-height: 0px;
}
a.page.number-dotted {
    border: none;
    background: no-repeat;
}

/*-Distributors Section-*/
.distributors-section{
    background: #fafafb;
    padding: 0;
}
.distributors-wrap {
    display: flex;
    flex-wrap: wrap;
}
.distributors-detail{
    width: 42.57%;
    padding: 50px 86px 20px 108px;
}
.distributors-infomap {
    width: 57.43%;
}
.distributors-infomap img {
    width: 100%;
   /* height: 100%;
    object-fit: cover;*/
}

/*-distributors-content section-*/
.card-header {
    padding: 0px;
    margin-bottom: 0;
    color: inherit;
    background-color: #E9ECEE;
    border-bottom: none;
}
.distributors-content .card-header h5 {
    margin: 0px;
    color: #161E3E;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Poppins bold';
    font-weight: bold;
}
.distributors-content .card-header h5 a {
    color: #161E3E;
    padding: 34px 70px 34px 30px;
    display: flex;
    align-items: center;
}
.distributors-content .card-header h5 a:hover{
    color: #009DDC;
}

.distributors-content h5> a {
    display: block;
    position: relative;
}
.distributors-content h5 > a:after {
    content: "";
    position: absolute;
    right: 40px;
    background: url(../images/collapse-toparrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    top: 48px;
    width: 21px;
    height: 11px;
}
.distributors-content h5 > a[aria-expanded="true"]:after {
    content: "";
    background: url(../images/collapse-bottomarrow.svg);
    background-position: center;
    background-repeat: no-repeat;

}
.distributors-content .card {
    background-color: #f2f4f5;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    margin-bottom: 14px;
}
.distributors-content .card-body {
    padding: 15px 30px;
}
.distributors-content .card-body p{
    color: #161E3E;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 30px;
}
.distributors-content .card-body p:last-child{
    margin-bottom: 0px;
}
.distributors-content .card-body p strong{
    font-family: 'Poppins bold';
    font-weight: bold;
}
.distributors-content .card-body p a{
    color: #161E3E;
}
.distributors-content .card-body p a:hover{
    color: #009DDC;
}
.distributors-content .card-body p a.blue-color {
    color: #009DDC;
}
.distributors-content .card-body p a.blue-color:hover {
    color: #161E3E;
}
/*--*/
.newsfeed-section{
    background: #f6f7f8;
    padding: 87px 0px 73px;
}
.site-footer.footer-white {
    background: #FFF;
}
.newsfeed-heading h1{
    color: #062849;
    font-size: 42px;
    font-family: 'Poppins ExtraBold';
    text-transform: uppercase;
}
.newsfeed-wrap-outer {
    padding: 40px 0 0 15vh;
}
.news-content-info{
    background: #fff;
    width: 435px;
    min-height: 780px;
    padding: 60px 40px 60px 44px;
    margin-right: 47px;
}
.news-content-info:last-child{
    margin-right: 0px;
}
.newsfeed-wrap {
    width: 100%;
}
.news-content-info h3 {
    color: #062849;
    font-size: 32px;
    line-height: 44px;
    font-family: 'Poppins SemiBold';
    margin-bottom: 6px;
    font-weight: 600;
}
.news-content-info h3 a{
    color: #062849;
}
.news-content-info h3 a:hover{
    color: #2295D8;
}
.news-date{
    color: #78898E;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 10px;
}
.news-date a{
    color: #78898E;
}
.news-date a:hover{
    color: #2295D8;
}
.news-content-info p{
    color: #01022B;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 15px;
}
.read-publication{
    color: #2295D8;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
}
.read-publication a{
    color: #2295D8;
}
.read-publication a:hover{
    color: #2295D8;
}
.news-content-info figure {
    margin: 26px 0 0px;
}
.news-content-info figure img {
    width: auto;
    height: auto;
    max-height: 250px;
    object-fit: cover;
    object-position: top;
}
.news-pagination-wrap nav.pagination {
    padding-top: 0px;
}
.yearinformation-news{
    color: #9ca0ae;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.yearinformation-news a{
    color: #9ca0ae;
    position: relative;
    margin-right: 25px;
    padding-bottom: 2px;
}
.yearinformation-news a:last-child{
    padding-right: 0px;
}
.yearinformation-news a:hover{
    color: #2295D8;
}
.yearinformation-news a.active{
    color: #2295D8;
    font-family: 'Poppins SemiBold';
}
.yearinformation-news a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0px;
    height: 2px;
    background: #2295D8;
}
.news-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 55px 0 0;
}

.newsfeed-wrap .slick-list.draggable {
    padding: 0px !important;
    margin-right: -150px;
}
.news-pagination-wrap .wp-pagenavi a, .news-pagination-wrap .wp-pagenavi span {
    background: #F6F7F9;
}

/*-Company page-*/
.company-banner{
    position: relative;
    height: 766px;
}
/*--*/
.company-banner .view {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.company-banner video.video-fluid {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.company-banner img{
    width: 100%;
    height: 766px;
    object-fit: cover;
}
.company-captiontext{
    width: 607px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 67px 63px 64px 57px;
    background: #FFFFFF;
    margin: 0 auto;
}
.company-captiontext em {
    font-style: normal;
    font-size: 24px;
    color: #2295D8;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    display: block;
}
.company-captiontext h1{
    font-style: normal;
    font-size: 46px;
    line-height: 52px;
    color: #062849;
    margin-bottom: 14px;
    font-family: 'Poppins bold';
    font-weight: bold;
}
.company-captiontext p{
    font-style: normal;
    font-size: 21px;
    line-height: 41px;
    color: #062849;
    margin-bottom: 15px;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.company-captiontext p:last-child{
    margin-bottom: 0px;
}
/*-core-values-section-*/
.core-values-section{
    padding: 82px 0px 0px;
}
.corevalues-heading h2{
    color: #062849;
    font-size: 42px;
    line-height: 53px;
    font-family: 'Poppins ExtraBold';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px;
}
.core-values-wrap {
    padding-top: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.corevalues-info{
    width: 16.66%;
    background: #161E3E;
    padding: 28px 40px;
    min-height: 467px;
}
.corevalues-icon {
    width: 49px;
    height: 49px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 97px;
}
.corevalues-info  h3{
    color: #FFFFFF;
    font-size: 21px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.corevalues-info  h3 a{
    color: #FFFFFF;
}
.corevalues-info  h3 a:hover{
    color: #FFFFFF;
}
.corevalues-info  p{
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 0px;
}

.sky-bg{
    background: #2295D8;
}
.green-bg{
    background: #31CC7C;
}
.lightgreen-bg{
    background: #59D99C;
}
.gray-bg{
    background: #EFEFEF;
}
.lightgray-bg{
    background: #F5F5F5;
}

.gray-bg h3{
    color: #161E3E;
}
.gray-bg p{
    color: #161E3E;
}
.lightgray-bg h3{
    color: #161E3E;
}
.lightgray-bg p{
    color: #161E3E;
}
/*-company-information-section-*/
.company-information-section{
    padding: 114px 30px 123px 0px;
    background: url(../images/company-information-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.company-information-section .container{
    max-width: 1198px;
}
.company-information-wrap {
    display: flex;
    justify-content: space-between;
}
.company-leftimg {
    width: 463px;
    margin-top: 50px;
}
.company-leftimg img{
    box-shadow: 0 35px 80px rgba(0,0,0, 0.39);
}
.companyinformation-right{
    width: 536px;
}
.companyinformation-right p{
    color: #FFFFFF;
    font-size: 24px;
    line-height: 44px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 0px;
}
.company-information-wrap:nth-child(even) .companyinformation-right {
    order: -1;
    padding: 90px 0 0 46px;
}
.company-information-wrap:nth-child(even) .company-leftimg {
    margin-top: -129px;
    margin-right: 36px;
}
/*-neuronexus-team-section-*/
.neuronexus-team-section{
    padding: 64px 30px 0px;
}
.neuronexus-team-heading{
    text-align: center;
    padding-bottom: 58px;
}
.neuronexus-team-heading .container {
    max-width: 920px;
}
.neuronexus-team-heading h3{
    color: #062849;
    font-size: 42px;
    line-height: 53px;
    font-family: 'Poppins ExtraBold';
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 26px;
}
.neuronexus-team-heading p {
    font-style: normal;
    font-size: 21px;
    line-height: 31px;
    color: #062849;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 0px;
}
.leadership-heading h4{
    color: #062849;
    font-size: 28px;
    font-family: 'Poppins ExtraBold';
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
}
.leadership-heading h4:before {
    content: "";
    height: 1px;
    background: #E4E4E4;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.leadership-heading h4 em{
    font-style: normal;
    background: #fff;
    padding: 0 40px 0 0px;
    position: relative;
}
.leadership-team-outer .container {
    max-width: 1672px;
}
.leadership-team-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.leadership-teaminfo{
    width: 25%;
    position: relative;
}
.leadership-teaminfo:hover{
    cursor: url('../images/icon-hand-pointer.svg'), auto;
}
.caption-team{
    position: absolute;
    left: 36px;
    right: 36px;
    text-align: center;
    bottom: 40px;text-shadow: 1px 1px 5px #000;
}
.leadership-teaminfo figure{
    position: relative;
}
.leadership-teaminfo figure::before{
    content: "";
    background: rgba(92, 92, 92, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    transition: 1s;
}
.leadership-teaminfo:hover figure::before{
    content: "";
    background: rgba(34, 149, 216, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.caption-team h4{
    color: #FFFFFF;
    font-size: 32px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 0px;
}
.caption-team h4 a{
    color: #FFFFFF;
}
.caption-team h4 a:hover{
    color: #FFFFFF;
}
.caption-team p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Poppins medium';
    font-weight: 500;
    margin-bottom: 0px;
    min-height: 46px;
}
.leadership-team-outer {
    padding-bottom: 107px;
}

/*-Team bio-*/
.leadership-bio{
    background: #186897;
    padding: 26px;
    display: none;
}
.leadership-teaminfo.active + .leadership-teaminfo.leadership-bio {
    display: flex;
}
.leadership-bio-wrap {
    height: 560px;
    overflow: auto;
    padding-right: 20px;
}
.leadership-teaminfo.active figure::before{
    content: "";
    background: rgba(34, 149, 216, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
.sales-support-group .leadership-teaminfo.active figure::before{
    content: "";
    background: rgba(49, 204, 124, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}


.leadership-bio-wrap::-webkit-scrollbar
{
    width: 4px;
}

.leadership-bio-wrap::-webkit-scrollbar-thumb
{
    background-color: #518db1;
    border: none;
}
.sales-support-group .leadership-bio-wrap::-webkit-scrollbar-thumb
{
    background-color: #3ce890;
}


.leadership-bio-wrap p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 26px;
    height: auto !important;
}
.leadership-bio-wrap p:last-child{
    margin-bottom: 0px;
}
.leadership-bio .modal-dialog {
    max-width: 100%;
    margin: 0;
}
.leadership-bio .modal-content {
    background-color: inherit;
    border: none;
    border-radius: 0;
    outline: 0;
}
.leadership-bio .modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.leadership-bio .modal-header {
    border: none;
    padding: 0px;
    z-index: 1;
    position: absolute;
    right: -10px;
    top: -18px;
    width: 28px;
}
.leadership-bio.modal.fade .modal-dialog {
    transition: inherit;
    -webkit-transform: translate(0,0px);
    transform: translate(0,0px);
}
.leadership-bio .modal-header .close {
    padding: 0;
    margin: 0;
}
.nicescroll-rails.nicescroll-rails-vr {
    background-color: rgba(255,255,255,0.25);
}
.sales-support-group .leadership-bio {
    background: #31CC7C;
}
/*--*/
.modal-backdrop.show {
    display: none;
}
.modal-open {
    overflow: inherit;
}
body.modal-open {
    padding-right: 0px !important;
}
/*--*/
/*--*/
.sales-support-group .leadership-teaminfo figure::before{
    content: "";
    background: rgba(92, 92, 92, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
    transition: 1s;
}
.sales-support-group .leadership-teaminfo:hover figure::before{
    content: "";
    background: rgba(49, 204, 124, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
}
/*-careers-infosection-*/
.careers-infosection{
    padding: 89px 0 155px;
}
.careers-infosection .container {
    max-width: 1422px;
}
.careers-infowrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.careers-info-left{
    width: 509px;
}
.careers-infocontent{
    width: 788px;
}
.careers-infocontent h4 {
    color: #062849;
    font-size: 42px;
    line-height: 53px;
    font-family: 'Poppins ExtraBold';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.careers-infocontent p {
    font-style: normal;
    font-size: 21px;
    line-height: 31px;
    color: #062849;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 36px;
}
.img-2 {
    margin-top: -120px;
    width: 100%;
    margin-left: 0;
    text-align: right;
}

.careers-infocontent a.btn {
    min-width: 256px;
    height: 57px;
    font-size: 14px;
}


/*-careers-heading-*/
.careers-heading-wrap, header.entry-header {
    padding: 64px 0px;
    background-image: linear-gradient(to right, #09a8ea, #08a1e3, #089adc, #0893d5, #088cce, #0785c7, #067ec0, #0677b9, #056eb0, #0565a7, #065c9e, #075395);
}
.careers-heading {
    display: flex;
    align-items: center;
}
.careers-left{
    width: calc(100% - 403px);
}
.careers-left h1, header.entry-header h1.entry-title {
    color: #FFFFFF;
    font-size: 46px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: 'Poppins bold';
    font-weight: bold;
    margin-bottom: 0px;
}
.searchcareers-wrap {
    width: 403px;
    position: relative;
}
.search-careers {
    width: 100%;
    padding: 14px 26px 14px 56px;
    border-radius: 0px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Poppins Regular';
    font-weight: normal;
    border: 1px solid #FFFFFF;
    background: transparent;
    min-height: 61px;
}
.search-careers::-webkit-input-placeholder { /* Edge */
    color: #fff;
}

.search-careers:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.search-careers::placeholder {
    color: #fff;
}
.searchbox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    cursor: pointer;
    left: 18px;
}
.careers-section{
    padding: 60px 0 45px;
    border-bottom: 1px solid #f6f7f8;
}
.careers-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.careersinfo-left{
    width: 522px;
    padding-top: 20px;
}
.careersinfo-left h1{
    font-size: 36px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.careersinfo-left h2{
    font-size: 34px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.careersinfo-left h3{
    font-size: 30px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.careersinfo-left h4{
    font-size: 28px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 10px;
}
.careersinfo-left p{
    color: #161E3E;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 30px;
}
.careersinfo-left p a{
    color: #09A9EB;
}
.careersinfo-left p a:hover{
    color: #161E3E;
}
.careersinfo-left ul li {
    font-weight: normal;
    color: #161E3E;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 15px;
}

.careersinfo-right {
    width: calc(100% - 522px);
    padding-left: 92px;
}
.careersinfo-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.careers-information{
    width: 320px;
    background: #EFEFEF;
    padding: 28px 16px 28px 31px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.careers-information:nth-child(3){
    margin-right: 0px;
}
.careers-information:nth-child(6){
    margin-right: 0px;
}
.careers-information figure{
    width: 49px;
    height: 49px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 100%;
}
.careers-information h3{
    color: #161E3E;
    font-size: 21px;
    line-height: 28px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.careers-information h3 a{
    color: #161E3E;
}
.careers-information h3 a:hover{
    color: #2295D8;
}
.careers-information p{
    color: #161E3E;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 20px;
}
.careers-information .news-date {
    margin-bottom: 20px;
}
.learn-morebtn{
    min-width: 146px;
    background: #C1CBCE;
    min-height: 48px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins SemiBold';
    color: #161E3E;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    border: 1px solid #C1CBCE;
}
.learn-morebtn:hover{
    color: #fff;
    background:#09A9EB;
}
.careers-pagination {
    padding-top: 18px;
    display: flex;
    justify-content: flex-end;
}
.careers-pagination nav.pagination {
    padding-top: 0;
}
/*-new-products-*/
.connectors-wrap-row {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0px;
    background: #EDEFF1;
    margin-bottom: 3px;
}
.heading-connectors{
    background: #C1CBCE;
    margin-bottom: 5px;
}

.connectors-col {
    width: 40%;
    padding: 0 16px;
}
.connectors-col:first-child {
    width: 20%;
}
.connectors-col p{
    color: #1D2129;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Poppins medium';
    font-weight: 500;
    margin-bottom: 0px;
}
.connectors-col p strong{
    color: #1D2129;
    font-family: 'Poppins bold';
    font-weight: bold;
}
.new-products-section .products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li {
    text-transform: uppercase;
}
.products-detail-leftmenu h2 {
    color: #09A9EB;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 69px;
}
.new-products-section {
    border-bottom: 1px solid #f6f7f8;
}

/*--*/
.company-info-col {
    max-height: 338px;
    overflow: auto;
    padding-right: 15px;
}

.company-info-col::-webkit-scrollbar
{
    width: 4px;
}

.company-info-col::-webkit-scrollbar-thumb
{
    background-color: #518db1;
    border: none;
}
.company-info-col::-webkit-scrollbar-thumb
{
    background-color: #2295D8;
}


/*CONTECT PAGE CSS START*/
.contact-section {
    padding: 65px 0 100px;
    background: linear-gradient(to top, #fff 45%, #f6f7f8 44%);
    border-bottom: 1px solid #f6f7f8;
}
.contact-section .sec-heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.contact-section .sec-heading h2, .contact-section .sec-heading h1 {
    font-family: 'Poppins bold';
    font-weight: bold;
    font-size: 46px;
    color: #161E3E;
    margin-bottom: 15px;
    line-height: 52px;
}
.contact-section .sec-heading p {
    font-family: 'Poppins Regular';
    font-weight: normal;
    font-size: 21px;
    color: #161E3E;
    line-height: 31px;
}
.contact-aria {
    max-width: 1232px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 20px 20px 60px rgb(0 0 0 / 16%);
    margin-top: 27px;
}
.contact-main {
    display: flex;
    flex-wrap: wrap;
}
.contact-left {
    width: 817px;
    padding: 56px 72px 36px 90.5px;
}
.contact-main .form-group {
    margin-bottom: 24px;
    width: 50%;
    padding: 0 20px;
}
.contact-input {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.contact-main .form-group .form-control {
    border: none;
    border-bottom: 1px solid #c1cbce;
    border-radius: 0;
    height: auto;
    color: #161E3E;
    height: 42px;
    padding: 8px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.contact-main .form-group textarea.form-control{
    height: 65px;
}
.contact-main .form-group label {
    margin-bottom: 0;
    color: #161E3E;
    font-size: 18px;
}
.contact-main .form-group .form-control::placeholder{
    color: #161E3E;
}
.contact-main .form-group .form-control:focus{
    outline: none;
    box-shadow: none;
}
.contact-left .submit-btn {
    text-align: right;
    margin-top: 10px;
    position: relative;
}
.contact-left .submit-btn .wpcf7-spinner {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    right: 8px;
    top: 18px;
}

.contact-left .submit-btn .btn{
    min-width: 256px;
    min-height: 57px;
    box-shadow: none;
}
.contact-left .form-group:nth-child(5n) {
    width: 100%;
}
.contact-left .form-group select.form-control {
    background: url(../images/angle-down-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom 10px right 10px;
}
.contact-left .form-group:nth-child(6n) {
    width: 100%;
    margin-top: 10px;
}
.contact-left  input[type=number]::-webkit-inner-spin-button,
.contact-left  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.contact-right {
    width: calc(100% - 817px);
    background: #161E3E;
    padding: 29px 52px 32px 40px;
    color: #fff;
}
.contact-right h6 {
    font-size: 16px;
    line-height: 26px;
    color: #09A9EB;
    margin-bottom: 17px;
}
.contact-right p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 0;
}
.contact-right ul li:hover a {
    color: #09a9eb;
}
.contact-right p a:hover {
    color: #09a9eb;
    text-decoration: underline;
}
.contact-right ul {
    padding: 15px 0 20px;
}
.contact-right .cannect-info img {
    margin-right: 20px;
}
.distributors p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 57px;
}
.distributors p a {
    text-decoration: underline;
}
.distributors p a:hover {
    text-decoration: none;
}
.cannect-info-box {
    padding: 20px 0 20px;
}
.contact-right .cannect-info {
    display: flex;
    align-items: center;
    margin: 0 0 8px 0px;
}
.contact-right .cannect-info a {
    color: #fff;
    list-style: none;
    line-height: 31px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: 16px;
}
.contact-right .cannect-info a:hover {
    color: #09a9eb;
}
.contact-right .add-info{
    padding-right: 115px;
}
.google-map iframe {
    border: none;
    display: block;
    height: 315px;
}
.google-map img {
    width: 100%;
}
.contact-left .wpcf7-response-output {
    border-width: 1px !important;
    font-size: 13px;
    padding: 5px 10px !important;
    margin: 15px 0 0 !important;
}
.contact-left .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 4px;
}
/*CONTECT PAGE CSS END*/

/*-newproducts-section-*/
.newproducts-section{
    background: #f6f7f8;
    padding: 88px 0 133px;
}
.newproducts-heading h1{
    color: #062849;
    font-size: 42px;
    font-family: 'Poppins ExtraBold';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.newproducts-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-right: -90px;
}

.newproducts-inner {
    padding: 27px 23px 45px;
    background: #ffffff;
    width: 555px;
    margin-right: 27px;
    margin-bottom: 27px;
}
.newproducts-inner:nth-child(3), .newproducts-inner:nth-child(6), .newproducts-inner:nth-child(9), .newproducts-inner:nth-child(12), .newproducts-inner:nth-child(15){
    margin-right: 0px;
}

.newproducts-inner figure{
    margin-bottom: 0px;
}
.newproducts-content{
    padding: 39px 0 0px;
    position: relative;
}
.newproducts-content h3{
    color: #062849;
    font-size: 32px;
    line-height: 46px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    margin-bottom: 6px;
}
.newproducts-content h3 a{
    color: #062849;
}
.newproducts-content h3 a:hover{
    color: #2295D8;
}
.newproducts-content p{
    color: #01022B;
    font-size: 18px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 12px;
}
.learnmore-btn{
    color: #2295D8;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
}
.learnmore-btn:hover{
    color: #062849;
}
.newproducts-content span.latest-tag {
    position: absolute;
    top: -27px;
    min-width: 178px;
}

/*--*/
.products-detail-leftmenu .navitem-submenu li ul.navitem-submenu-child {
    padding: 10px 0 0 10px;
}
.products-detail-leftmenu .navitem-submenu li ul.navitem-submenu-child li {
    position: relative;
    padding-left: 22px !important;
}
.products-detail-leftmenu .navitem-submenu li ul.navitem-submenu-child li:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #09A9EB;
}
/*--*/
.products-detail-leftmenu .nav.nav-tabs li.menu-item-has-children{
    position: relative;
}
.products-detail-leftmenu .nav.nav-tabs li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    background: url(../images/plus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    cursor: pointer;
}
.products-detail-leftmenu .nav.nav-tabs li.menu-item-has-children > a.active::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 16px;
    background: url(../images/minus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    cursor: pointer;
}

.products-detail-leftmenu .nav.nav-tabs li.active ul.navitem-submenu{
    display: block;
}
.products-detail-leftmenu .nav.nav-tabs li a.active ~ ul.navitem-submenu{
    display: block;
}
.products-detail-leftmenu .nav.nav-tabs > li.active > a {
    color: #062849;
    background-color: #f6f7f8;
    border-color: #20CC7B;
}
/*--*/
.product-document-detail .resources-contentwrap table,
.content-detailtab table {
    margin-bottom: 16px;
    width: 100%;
}

.product-document-detail .resources-contentwrap table th,
.product-document-detail .resources-contentwrap table td,
.content-detailtab table th,
.content-detailtab table td {
    padding: 6px 6px;
    border: 1px solid #C1CBCE;
    color: #062849;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
}
.product-document-detail .resources-contentwrap table th,
.content-detailtab table th{
    font-family: 'Poppins SemiBold';
    font-weight: 600;
}
.productsdetail-product-img img {
    width: 100%;
    height: auto;
}
.full-width-content {
    width: 100% !important;
}
.training-video-full iframe {
    width: 100%;
    height: 500px;
}


/*--*/
.resources-content-left.training-video-full {
    width: 100%;
}


/*-Blog detail-*/
/*-Blog-heading-*/
.blogdetail-heading-wrap{
    padding: 64px 0px;
    background-image: linear-gradient(to right, #09a8ea, #08a1e3, #089adc, #0893d5, #088cce, #0785c7, #067ec0, #0677b9, #056eb0, #0565a7, #065c9e, #075395);
}
.blogdetail-heading {
    display: flex;
    align-items: center;
}

.blogdetail-heading h1, .blogdetail-heading b {
    color: #FFFFFF;
    font-size: 46px;
    line-height: 52px;
    text-transform: uppercase;
    font-family: 'Poppins bold';
    font-weight: bold;
    margin-bottom: 0px;
}
.blogdetail-heading h1 em, .blogdetail-heading b em {
    color: #FFFFFF;
    font-family: 'Poppins ExtraLight';
    font-weight: 200;
    margin-bottom: 0px;
    font-style: normal;
    position: relative;
    padding-right: 32.5px;
    margin-right: 32.5px;
}
.blogdetail-heading h1 em:after, .blogdetail-heading b em::after {
    content: "";
    background: #fff;
    width: 2px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
.blogdetail-section{
    padding: 58px 0px 136px;
    border-bottom: 1px solid #f6f7f8;
}
.blogdetail-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.blog-content-left {
    width: 270px;
    margin-right: 72px;
}
.blog-content-left h2{
    color: #777B81;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 28px;
    padding-bottom: 7px;
    position: relative;
    text-transform: uppercase;
}
.blog-content-left h2::after{
    content: "";
    background: #777B81;
    width: 20px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blognav-content ul{
    margin: 0px;
    padding: 0px;
}
.blognav-content ul li{
    margin: 0px 0 14px;
    padding: 0px;
    list-style: none;
    color: #777B81;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.blognav-content ul li a{
    color: #777B81;
}
.blognav-content ul li a:hover{
    color: #2496D8;
}
.blognav-content ul li.active a{
    color: #2496D8;
}
.blogdetail-content{
    width: 925px;
    margin-right: 148px;
}
.blogdetail-content p{
    color: #1D2129;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 20px;
}
.blogdetail-content p em{
    font-size: 18px;
    font-style: normal;
    font-family: 'Poppins medium';
    font-weight: 500;
}
.blogdetail-content h1, .blogdetail-content h2{
    color: #1D2129;
    font-size: 24px;
    line-height: 35px;
    font-family: 'Poppins medium';
    font-weight: 500;
    margin-bottom: 7px;
}
.blogdetail-content h3, .blogdetail-content h4, .blogdetail-content h5, .blogdetail-content h6{
    color: #1D2129;
    font-size: 18px;
    line-height: 27px;
    font-family: 'Poppins medium';
    font-weight: 500;
    margin-bottom: 7px;
}
.blogdetail-content ul{
    margin: 0px;
    padding: 0px 0 0 20px;
}
.blogdetail-content ul li{
    color: #1D2129;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 20px;
}
.blogdetail-content ul li a{
    color: #1D2129;
}
.blogdetail-content ul li a:hover{
    color: #1D2129;
}
.blogdetail-content ol {
    margin: 0px;
    padding: 0px 0 0 0px;
    display: table-cell;
}
.blogdetail-content ol li{
    color: #1D2129;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 20px;
    padding-left: 15px;
}
.blogdetail-content ol li a{
    color: #1D2129;
}
.blogdetail-content ol li a:hover{
    color: #1D2129;
}
.blogdetail-content ol li::before {
    color: #1D2129;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
img.alignleft {
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    max-width: 50%;
}
img.alignright {
    float: right;
    margin-left: 50px;
    margin-bottom: 15px;
    max-width: 50%;
}
img.aligncenter {
    margin: 10px auto;
}
.blog-content-right{
    width: 213px;
}
.blog-content-right h3{
    color: #777B81;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.related-topics-content p{
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 5px;
}
.related-topics-content p strong{
    color: #707070;
    font-family: 'Poppins medium';
    font-weight: 500;
}
.read-publication-link{
    font-size: 14px;
    color: #2295D8;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
}
.shareon-detail{
    padding-top: 56px;
}
.related-topics-content {
    margin-bottom: 5px;
}
.share-likebtn{
    margin-bottom: 22px;
}
.blog-content-right .shareon-detail h3{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.link-icon{
    color: #1D2129;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 3px;
}
.link-icon a{
    color: #1D2129;
}
.link-icon a:hover{
    color: #2295D8;
}
.copy-link{
    color: #2295D8;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.copy-link:hover{
    color: #1D2129;
}

/*--*/
.odrive-sub-tab {
    margin-top: 0;
}
.content-detailtab .odrive-sub-tab > ul > li::before {
    display: none;
}
.odrive-sub-tab .content-detailtab {
    overflow: hidden;
}
.odrive-sub-tab .content-detailtab .alignleft {
    max-width: 20%;
    margin-right: 35px;
}
.pdrive-subtab .content-detailtab img.alignleft {
    max-width: 54%;
}

/*--*/
.newsfeed-wrap-template {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.newsfeed-wrap-template .news-content-info {
    margin-bottom: 40px;
}
.page-template-news .newsfeed-heading {
    text-align: center;
}


/*-request-catalog-popup-start*/
.request-catalog-popup .modal-dialog {
    max-width: 840px;
}
.request-catalog-popup .modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.request-catalog-popup .modal-body {
    padding: 50px 70px 48px 70px;
}
.request-catalog-popup .contact-main .form-group .form-control {
    height: 35px;
    padding: 4px 0;
}
.request-catalog-popup .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 13px;
    top: 6px;
    z-index: 1;
    opacity: 1;
    height: 28px;
}
.request-catalog-popup .modal-content {
    border: none;
    border-radius: 5px;
}
.request-catalog-popup .contact-main .form-group label em {
    font-style: normal;
    color: #CC0101;
}
.request-catalog-popup .contact-input {
    margin: 0 0px;
}
.request-catalog-popup .form-group:nth-child(5n) {
    width: 100%;
}
.request-catalog-popup .submit-btn {
    text-align: right;
    margin-top: 68px;
    position: relative;
    padding: 0 20px;
}

.request-catalog-popup .form-group select.form-control {
    background: url(../images/angle-down-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom 10px right 10px;
}
.request-catalog-popup .submit-btn .btn {
    min-width: 256px;
    height: 57px;
}
.request-catalog-heading {
    text-align: center;
    padding-bottom: 90px;
}
.request-catalog-heading h3 {
    color: #161E3E;
    font-size: 46px;
    line-height: 56px;
    font-family: 'Poppins bold';
    font-weight: bold;
    margin-bottom: 11px;
}
.request-catalog-heading p{
    color: #161E3E;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    margin-bottom: 0px;
}

.modal-backdrop {
    background-color: #161E3E;
    mix-blend-mode: multiply;
}
.modal-backdrop.show {
    display: block;
}
/*-request-catalog-popup-End*/
.request-catalog-popup  span.wpcf7-spinner {
    position: absolute;
    right: 5px;
    top: 16px;
    border: 0;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
}
/*-error-404-*/
.error-404.not-found {
    padding: 140px 0;
    text-align: center;
}
.error-404.not-found input.search-field {
    height: 49px !important;
    color: #4A4A4A !important;
    font-size: 14px !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    margin: 0px;
    border: 1px solid #E5E8E9 !important;
    padding: .375rem .75rem;
}
.error-404.not-found input.search-submit {
    color: #161E3E;
    width: 136px;
    height: 48px;
    background: #C1CBCE;
    border: 0 !important;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    cursor: pointer;
    transition: 0.5s;
}
.error-404.not-found input.search-submit:hover {
    background: #009ddc;
    color: #fff;
}
.error-404.not-found form.search-form {
    margin-top: 30px;
}

/*--*/
.wpcf7 form .wpcf7-response-output {
    padding: 2px 8px !important;
    font-size: 13px;
    margin-top: 15px !important;
    border-width: 1px !important;
    line-height: normal !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
	border: none !important;
	padding-left: 0px !important;
}

.archive-newsfeed .newsfeed-heading {
    text-align: center;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li .navitem-submenu li a.nav-link.active,
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li a.nav-link.active {
    background-color: transparent;
    border-left: 0;
    padding: 0px;
    color: #9ba9b6;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins Regular';
    font-weight: normal;
    text-transform: initial;
    list-style: none;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li .navitem-submenu li a.nav-link,
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li a.nav-link {
    font-weight: normal;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li .navitem-submenu {
    padding: 0px 0 0 10px;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li .navitem-submenu li {
    position: relative;
    padding-left: 22px !important;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li .navitem-submenu li::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #09A9EB;
}
.products-detail-leftmenu .nav.nav-tabs li.nav-item .navitem-submenu li .navitem-submenu li.menu-item-has-children::before {
    display: none;
}
.products-detail-leftmenu .nav.nav-tabs .navitem-submenu li.menu-item-has-children > a.nav-link::before,
.products-detail-leftmenu .nav.nav-tabs .navitem-submenu li.menu-item-has-children > a.nav-link::after {
    top: 12px;
    right: -4px;
}
.products-detail-leftmenu .nav.nav-tabs .navitem-submenu li.menu-item-has-children > a.nav-link:hover {
    background-color: transparent;
}



/*-New menu CSS-*/
.products-detail-leftmenu .mb-0 > a {
  display: block;
  position: relative;
}
.products-detail-leftmenu .mb-0 > a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    background: url(../images/plus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    cursor: pointer;
    transform: translate(0px, -50%);
}
.products-detail-leftmenu .mb-0 > a[aria-expanded="true"]:after {
    content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background: url(../images/minus-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  opacity: 0.4;
  cursor: pointer;
  transform: translate(0px, -50%);
}
.products-detail-leftmenu .card-header:first-child {
    border-radius: 0;
}
.products-detail-leftmenu .card-header {
    background-color: transparent;
}
.products-detail-leftmenu h5 a {
    color: #062849;
    padding: 10px 30px 10px 59px;
    border-radius: 0;
    background-color: inherit;
    border: none;
    border-left: 10px solid #fff;
    display: block;
    font-size: 21px;
    line-height: 31px;
    font-family: 'Poppins SemiBold';
    font-weight: 600;
    text-transform: uppercase;
}
.products-detail-leftmenu h5 a {
    color: #062849;
    background-color: #f6f7f8;
    border-color: #20CC7B;
}
.products-detail-leftmenu h5 a.collapsed {
    background-color: transparent;
    border-color: inherit;
    border-left: 10px solid transparent;
}
.products-detail-leftmenu .card {
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.products-detail-leftmenu .card-body {
    padding: 0;
    color: #9ba9b6;
    padding: 5px 0px;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins Regular';
    text-transform: initial;
    list-style: none;
    border-left: 0px solid transparent;
    background-color: transparent;
    font-weight: normal;
}
.products-detail-leftmenu .card-body a{
    color: #9ba9b6;
}
.products-detail-leftmenu .card-body a:hover{
    color: #062849;
}
.collapse-content{
    margin: 0px 0 0;
    padding: 8px 0px 20px 69px;
}
.products-detail-leftmenu .collapse-content h5 a{
    color: #9ba9b6;
    padding: 5px 0px;
    font-size: 16px;
    line-height: normal;
    font-family: 'Poppins Regular';
    text-transform: initial;
    list-style: none;
    border-left: 0px solid transparent;
    background-color: transparent;
    font-weight: normal;
}
.products-detail-leftmenu .mb-0, .products-detail-leftmenu .my-0 {
    font-weight: normal;
}
.collapse-content-submenu h5 a {
    padding-left: 22px !important;
    padding-right: 30px !important;
}
.collapse-content-submenu h5 a:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #09A9EB;
}
/*--*/
.iksm-terms .iksm-term__link {
    color: #062849 !important;
    padding: 10px 28px 10px 59px !important;
    border-radius: 0;
    background-color: inherit;
    border: none;
    border-left: 10px solid #fff;
    font-size: 21px !important;
    line-height: 31px !important;
    font-family: 'Poppins SemiBold';
    font-weight: 600 !important;
    text-transform: uppercase;
}
.products-detail-leftmenu .iksm-term__inner:hover{
    color: #062849;
    background-color: inherit !important;
    border-color: inherit !important;
}
.products-detail-leftmenu .iksm-term__inner:hover a {
    color: #062849;
    background-color: #f6f7f8 !important;
    border-color: #20CC7B !important;
}
.products-detail-leftmenu .iksm-term__inner:hover .iksm-term__toggle {
    background: none;
}
.iksm-terms .iksm-term__inner {
    position: relative;
}
.iksm-terms .iksm-term__toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    padding-right: 13px;
    justify-content: flex-end !important;
}
.iksm-term--parent.iksm-term--has-children.iksm-term--expanded > .iksm-term__inner .iksm-term__link {
    color: #062849;
    background-color: #f6f7f8 !important;
    border-color: #20CC7B !important;
}
.iksm-term--parent.iksm-term--current .iksm-term__link {
    color: #062849;
    background-color: #f6f7f8 !important;
    border-color: #20CC7B !important;
}
.iksm-term--parent.iksm-term--current .iksm-term__inner .iksm-term__toggle {
    background: #f6f7f8;
}
.iksm-term--parent.iksm-term--has-children.iksm-term--expanded > .iksm-term__inner .iksm-term__toggle {
    background:none;
}

.iksm-terms .iksm-term {
    margin-bottom: 1px;
}
.iksm-term--child.iksm-term--current > .iksm-term__inner {
    background-color: inherit !important;
}
.iksm-term--child.iksm-term--current > .iksm-term__inner a.iksm-term__link {
    color: #062849 !important;
}
.iksm-term--parent.iksm-term--has-children.iksm-term--expanded > .iksm-term__inner .iks-icon-plus-4:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(../images/minus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    cursor: pointer;
    transform: translate(0px, -50%);
}
.iksm-terms-tree.iksm-terms-tree--level-2.iksm-terms-tree--children .iksm-term--child.iksm-term--has-children.iksm-term--expanded > .iksm-term__inner .iks-icon-plus-4:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    background: url(../images/minus-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    opacity: 0.4;
    cursor: pointer;
    transform: translate(0px, -50%);
}
.iksm-term--parent.iksm-term--has-children span.iksm-term__toggle__inner {
    position: relative;
}
.iksm-terms-tree--children{
    margin: 8px 0 0;
    padding: 0px 0px 20px 69px;
}
.iksm-terms-tree--children .iksm-term__inner .iksm-term__link {
    color: #9ba9b6 !important;
    border-left: 0;
    padding: 0px !important;
    margin: 0px;
    font-size: 16px !important;
    line-height: normal !important;
    font-family: 'Poppins Regular';
    text-transform: initial;
    font-weight: normal !important;
    align-items: flex-start;
    padding-right: 24px !important;
    padding-left: 16px !important;
}
.products-detail-leftmenu .iksm-term__shifts {
    position: absolute;
    left: 0;
}

.iksm-term__shifts:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 2px;
    background: #09A9EB;
    transform: inherit;
}
.products-detail-leftmenu .iksm-term__inner {
    min-height: auto !important;
}
.products-detail-leftmenu .iksm-terms-tree--children  .iksm-term__inner:hover a {
    background-color: inherit!important;
    border-color: inherit !important;
}
.iksm-terms-tree.iksm-terms-tree--level-3.iksm-terms-tree--children {
    padding: 0px 0 0px 14px !important;
}
.iksm-terms-tree.iksm-terms-tree--level-2.iksm-terms-tree--children .iksm-term {
    padding: 5px 0px;
}
.iksm-terms-tree.iksm-terms-tree--level-4.iksm-terms-tree--children {
    padding: 0px 0px 0px 18px;
}
.resources-content-left ul li {
    margin-bottom: 5px;
}

.resources-content-left ul li ul li a {
    color: #088ACC;
}
.resources-content-left ul li ul li::marker {
    color: #088ACC;
}

.hbspt-form {
    margin: 0 auto;
}

/*-radiens-analytics-suite-download-*/
.radiens-analyticssuite-download{
    background: #f6f7f8;
    padding: 87px 0px 30px;
}
.radiens-analytics-heading {
    margin-bottom: 50px;
}
.radiens-analytics-heading h1 {
    color: #062849;
    font-size: 42px;
    font-family: 'Poppins ExtraBold';
    margin-bottom: 0px;
}
.analyticssuite-download-row {
    display: flex;
    flex-wrap: wrap;
}
.analyticssuite-download-column {
    background: #fff;
    width: 31.33%;
    padding: 60px 40px 60px 44px;
    margin-right: 3%;
    margin-bottom: 3%;
}
.analyticssuite-download-row .analyticssuite-download-column:nth-child(3), .analyticssuite-download-row .analyticssuite-download-column:nth-child(6), .analyticssuite-download-row .analyticssuite-download-column:nth-child(9) {
    margin-right: 0;
}
.analyticssuite-download-column figure {
    margin-bottom: 30px;
}
.analyticssuite-download-column h3 {
    color: #062849;
    font-size: 22px;
    font-family: 'Poppins SemiBold';
    margin-bottom: 20px;
}
.analyticssuite-download-column p {
    margin-bottom: 18px;
}
.analyticssuite-download-column p img {
    margin-right: 13px;
}

.analyticssuite-download-tworow {
    display: flex;
    flex-wrap: wrap;
}
.analyticssuite-download-tworow .analyticssuite-download-column {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.analyticssuite-download-tworow .analyticssuite-download-column:nth-child(2), .analyticssuite-download-tworow.analyticssuite-download-column:nth-child(4), .analyticssuite-download-tworow .analyticssuite-download-column:nth-child(6) {
    margin-right: 0;
}
.analyticssuite-download-column ul {
    margin: 0px;
    padding: 0px;
    display: table-cell;
}
.analyticssuite-download-column ul li {
    margin: 0px;
    padding: 0px 0 6px 15px;
    list-style: none;
    color: #062849;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Poppins Regular';
    font-weight: normal;
    position: relative;
}
.analyticssuite-download-column ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #161E3E;
    width: 4px;
    height: 4px;
    border-radius: 100%;
}
.analyticssuite-download-column ul li strong {
    font-family: 'Poppins bold';
    font-weight: bold;
}
.analyticssuite-download-outer h3 {
    font-size: 20px;
    color: #062849;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
    margin-bottom: 20px;
}
.analyticssuite-download-outer .analyticssuite-download-column figure {
    margin-bottom: 22px;
    color: #062849;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Poppins Regular';
    font-weight: normal;
}
.analyticssuite-download-outer {
    padding-top: 15px;
}
.prduct-detail-area {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}


/*--*/
.productsdetail-content.product-detail-slider{
    position: relative;
    overflow: hidden;
}
.productsdetail-content.product-detail-slider .slick-arrow {
    background: #20CC7B;
    width: 45px;
    height: 45px;
    font-size: 0px;
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.productsdetail-content.product-detail-slider .slick-prev {
    left: -55px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    background: #20CC7B url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s;
}
.productsdetail-content.product-detail-slider .slick-next {
    right: -55px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    background: #20CC7B url(../images/slider-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: 1s;
}
.productsdetail-content.product-detail-slider:hover .slick-prev {
    left: 15px;
}
.productsdetail-content.product-detail-slider:hover .slick-next {
    right: 15px;
}
.hs-cta-wrapper {
    margin-right: 10px;
}
.videofullwidth-iframe {
    height: 270px;
}
.videofullwidth-iframe iframe#youtube_video {
    height: 270px;
}
.invalid .wpcf7-response-output {
    color: #f00 !important;
}
body.search .newsfeed-heading h1 {
    text-align: center;
}
.product-documentation-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-documentation-list ul {
    padding-left: 0;
}
.product-documentation-list ul li {
    width: 50%;
    list-style-type: none;
    margin-bottom: 10px;
}
.product-documentation-list ul li a {
    color: #03b1e7;
}
.search-results .news-content-info {
    min-height: auto;
}

 /*-common-2point-footer-*/
    @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&family=Urbanist:wght@400;500;600&display=swap');
    /* font-family: 'Open Sans', sans-serif;
    font-family: 'Urbanist', sans-serif; */
    .common-2point-footer {
        padding: 20px 0px 20px;
        display: block;
        text-align: center;
        margin: 0;
        background: #fff;
    }
    .common-2point-footer p{
     margin: 0px;
     padding: 0px;
     color: #000;
     font-size: 12px;
     line-height: 14px;
     font-family: 'Urbanist', sans-serif;
     font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .common-2point-footer p a {
      color: #000;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .common-2point-footer p a:hover{
      color: #088ACC;
    }
    .common-2point-footer p a strong {
      color: #000;
      font-size: 15px;
      line-height: 20px;
      font-family: 'Open Sans', sans-serif;
      font-weight: bold;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin: 0 3px 0 5px;
      transition: 1s;
    }
    .common-2point-footer p a:hover strong {
      color: #088ACC;
    }
/*==*/
.postid-151 .productsdetail-product-img img {
    width: auto;
    max-height: 500px;
    margin: 0 auto;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: none !important;
    color: #009ddc !important;
	padding-left: 0px !important;
}




/*==*/
.newsfeed-wrap .slick-prev, .newsfeed-wrap .slick-next {
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: auto;
    padding: 0;
    border: none;
    outline: none;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    z-index: 1;
    width: 40px;
    height: 40px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    bottom: -58px;
}
.newsfeed-wrap .slick-prev {
    background: #20CC7B url(../images/slider-arrow.png);
    left: 40%;
}
.newsfeed-wrap .slick-next {
    background: #20CC7B url(../images/slider-arrow.png);
    right: 34%;
    transform: rotate(-180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.error-404.not-found.thankyou-page a.btn {
    margin-top: 20px;
}

.type-page.status-publish .entry-content {
    margin: 50px auto;
}
.type-page.status-publish .entry-content ul li {
    margin-bottom: 10px;
}
.type-page.status-publish .entry-content ul ul {
    margin-top: 20px;
}
.type-page.status-publish .entry-content ul li:last-child {
    margin-bottom: 0;
}
.type-page.status-publish .entry-content ul ul {
    margin-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.type-page.status-publish .entry-content ul ul li:last-child {
    margin-bottom: 0;
}
.type-page.status-publish .entry-content ul {
    padding-left: 35px;
    padding-bottom: 0;
}

.summa-framework-section.full-banner-center .summa-framework-left {
  width: 100%;
}.summa-framework-section.full-banner-center .summa-framework-left .full-pro-img {
  text-align: center;
}

.productsdetail-product-img.product-full-size-image-wrap {
    width: 100%;
}
.page-id-1635 .summa-framework-left .heating h2 {
    line-height: 34px;
}
.page-id-1635 .summa-framework-left .heating {
    padding-top: 14px;
}
.page-id-53 .summa-framework-left {
    padding-top: 20px;
}
.page-id-1635 .summa-framework-left {
    padding-top: 0;
    margin-top: -20px;
}

.dist-page-heading {
    margin-bottom: 30px;
}


/* ELECTRODE CSS START */
.electrode-slide-top-section{
	margin: 0;
	padding: 0;
	background: #161E3E;
}

.electrode-array-warp{
	display: flex;
	flex-wrap: wrap;
	max-width: 880px;
	margin: 0 auto;
}

.electrode-array-col-4{
	width: 25%;
	padding: 0 16px 29px;
}
.electrode-array-col-info{
	background: rgba(255, 255, 255, 0.15);
	border: 1px transparent solid;
	border-radius: 15px;
	text-align: center;
	position: relative;
}

.electrode-array-col-info:hover {
	border-color: #fff;
}
.electrode-round-icon{
	width: 92px;
	height: 92px;
	border-radius: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(133,200,234,1) 50%, rgba(20,150,216,1) 100%);
}
.electrode-array-col-info a {
    height: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.electrode-array-middle img{
	margin: 0 0 13px;
}
.electrode-array-middle p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
	font-family: 'Poppins Regular';
	font-weight: normal;
}
.electrode-array-middle span {
    color: #46CC77;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Poppins Regular';
    font-weight: normal;
    transform: scale(0);
    display: block;
    transition: 1s;
}
.electrode-array-col-hover_content {
    position: absolute;
    top: 100%;
    left: 0;
    background: #39405bed;
	width: 100%;
    height: 100%;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	transition: .5s;
}
.array-inner-hover {
    padding: 0 8px;
    max-width: 115px;
    text-align: left;
}
.array-inner-hover p {
    line-height: 1;
    margin: 0;
    padding: 7px 0;
}
.electrode-array-col-hover_content p a {
    height: auto;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.electrode-array-col-hover_content p a:hover {
    color: #61d28c;
}
.electrode-array-col-info:hover .electrode-array-col-hover_content {
	top: 0;
}

.electrode-array-col-info:hover .electrode-array-middle span{
	transform: scale(1);
}
/* ELECTRODE CSS END */

.products-banner-section-new.electrode-slide-top-section {
    height: auto;
    padding: 53px 0 27px;
}
.electrode-slide-top-section .slider-caption {
    position: relative;
    margin-top: -12px;
    bottom: 0;
}
.electrode-slide-top-section .slidertext-left {
    width: 30%;
}
.electrode-slide-top-section .slider-right-btn-wrap {
    width: 70%;
    text-align: right;
}
.products-banner-section-new.electrode-slide-top-section .linkboth-btn .btn-white {
    background: #fff;
    border: none;
}
.electrode-slide-top-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/electrode-erray-bg.png');
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.electrode-slide-top-section .electrode-array-warp {
    position: relative;
}
.products-features-section {
    padding-bottom: 130px;
}
.product-features-bt {
    padding-top: 30px;
}
.product-features-bt h6 {
    color: #3AA9EE;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: 'Poppins Bold';
}
.company-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.company-logos {
    display: flex;
    align-items: center;
}
.company-logos figure {
    margin: 5px 25px 0 0;
}
.electrode-arrayinfo-inn {
    overflow: hidden;
}
.new-label {
    position: absolute;
    top: 20px;
    right: -11px;
    background: #20cc7b;
    color: #FFFFFF;
    padding: 4px 5px;
    line-height: 1;
    font-size: 14px;
    border-radius: 0;
    letter-spacing: 0.5px;
    min-width: 58px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-label:before {
    content: "";
    border-top: 8.53px solid #00812F;
    border-left: 0 solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 0px;
    bottom: -8px;
}

.electrode-arrayinfo-inn {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.electrode-array-col-hover_content p {
    position: relative;
}
.electrode-array-col-hover_content p:before {
    content: "";
    border-left: 4px solid #fff;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 14px;
    left: -12px;
	transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
}
.electrode-array-col-hover_content p:hover:before {
    border-left-color:#46cc77;
}
.banner-section.home-banner .banner-content {
    max-width: 1280px;
    right: 0;
}
.banner-section.home-banner .banner-content h2 {
    padding: 0 180px;
    margin-bottom: 25px;
}
.banner-section.home-banner {
	height: 634px;
}
.banner-section.home-banner .banner-top-info a {
    min-width: 291px;
    height: 45px;
    margin: 0 7px;
}
.banner-section.home-banner .view img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}

.newproducts-btnleft {
    width: 250px;
}
.newproducts-btnleft a.btn.btn-blue {
    width: 100%;
}

.newproducts-btnleft a.btn.btn-blue.btn-sky-blue.design-catalog-button {
    color: #ffffff;
    background: #09A9EB;
	border: 1px solid #09A9EB;
}
.newproducts-btnleft a.btn.btn-blue.btn-sky-blue.design-catalog-button:hover {
	background: #fff;
    border: 1px solid #C1CBCE;
    color: #161E3E;
}
.buzsaki-btn-mob{display:none;}
.buzsaki-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #20CC7B;
    color: #fff;
    font-size: 14px;
    padding: 0 11px 0 0;
    border-radius: 34px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Poppins SemiBold';
}
.buzsaki-btn a .icon {
    margin-right: 11px;
}
.buzsaki-btn a:hover {
	background: #161E3E;
}
.buzsaki-btn a .icon svg path#Path_10228 {
	transition: 1s;
}
.buzsaki-btn a:hover .icon svg path#Path_10228 {
	fill: #5a70c9;
	transition: 1s;
}
.top-tag-product {
    padding: 44px 0 0px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}
.fancybox-slide {
		height: 90%;
		width: 75%;
		left: 50%;
		transform: translateX(-50%);
	}
