@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff2') format('woff2'),
        url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff2') format('woff2'),
        url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
  scroll-behavior: smooth;
}
body, p {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #191919;
}
p{
  margin-bottom: 0;
}
b, strong {
    font-weight: 700;
    color: #1C1C1C;
}
.no-padding{
  padding: 0;
}
a{
    font-family: 'Gilroy';
    color: #1C1C1C;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    font-weight: 500;
}
a:hover{
    text-decoration: none;
}
a:link , a:visited , a:hover, a:active{
    text-decoration: none;
}
h1 , h2, h3, h4, h1 p, h2 p, h3 p{
    font-family: 'Gilroy';
    line-height: 1.25;
    color: #101010;
    word-wrap: break-word;
    font-weight: 500;
    letter-spacing: 0px;
    margin-bottom: 25px;
}
.slick-slide {
    height: auto;
}
.small_title {
    color: #008586;
    line-height: 1.25em;
    font-family: 'Gilroy';
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slider.slick-initialized {
  opacity: 1;
}
@media (min-width: 1366px){
  .container {
      width: 80%;
      max-width: 80%;
  }
}
@media (min-width: 1200px){
  .container {
      width: 85%;
      max-width: 85%;
  }
}
/* ================ back to top =================*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    left: 30px;
    bottom: 30px;
  }
}

.button-common a {
    padding: 12px 40px;
    border-radius: 35px;
    display: inline-block;
}
/* ================ end back to top =================*/

/* ================ Header =================*/
.header-top {
    background: #2E2178;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.header-top p{
    color: #fff;;
}
.header-top .button-common a {
    background: #fff;
    color: #2E2178;
    display: inline-block;
    margin-left: 20px;
    font-size: 13px;
    padding: 8px 13px;
}
.header-middle .button-common a {
    background: #5539FF;
	border: 1px solid #5539FF;
    color: #fff;
}
.header-middle .button{
    text-align: right;
}
.hero-banner-with-bg {
    margin-top: 30px;
}
.buttons-row {
    display: flex;
    justify-content: center;
}
.buttons-row .button-common.whitre a {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    margin-left: 21px;
}
#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600 !important;
}
.header-middle {
    padding-top: 30px;
    padding-bottom: 30px;
}
.home .header-middle {
    position: absolute;
}
.slider-bgx {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	min-height: 541px;
	border-radius: 26px;
}
.slider-bgx .button-common a {
    background: #5539FF;
    color: #fff;
    margin-top: 35px;
}
.slider-bgx h1{
	margin-bottom: 25px;
}
.page-id-163 .slider-bgx h1, .page-id-163 .slider-bgx p{
	color: #fff;
}
.slider-x{
	text-align: center;
}
.slider-x .button-common a {
    background: #5539FF;
    margin-top: 30px;
	color: #fff;
}
.slider-x .video {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.slider-x .video i {
    font-size: 100px;
    color: #fff;
    padding-top: 15%;
    text-align: center;
}
section.container-fluid.hero-banner-slider {
    background: linear-gradient(120.52deg, #E2FFFC 6.96%, #FFFFFF 45.04%, rgba(255, 255, 255, 0.936659) 57.51%, rgba(199, 135, 255, 0.35) 137.97%);
    padding-top: 250px;
    padding-bottom: 50px;
}
.banner-button{
	display: flex;
}
.banner-button a {
    display: flex;
    border: 1px solid #6653DF;
    padding: 5px 10px;
    width: max-content;
    border-radius: 25px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    color: #6653DF;
    margin-bottom: 50px;
}
.banner-button a span {
    background: #6653DF;
    color: #fff;
    border-radius: 25px;
    padding: 2px 10px;
}
.banner-button a span, .banner-button a p{
	margin-right: 20px;
}
.banner-button a p{
	color: #6653DF;
	font-weight: 600;
	font-size: 20px;
}
.banner-button a span{
	background: #6653DF; 
	color: #fff;
	font-size: 12px
}
.banner-button {
    display: flex;
    justify-content: center;
}
/* ================ end header =================*/

/* ================ Footer =================*/

.footer {
    background: #22262F;
    padding-top: 60px;
    padding-bottom: 60px;
}
.f-menu h4 {
    color: #ffffff91;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.f-menu ul {
    padding-left: 0;
    list-style: none;
}
.f-menu ul li{
    margin-bottom: 5px;
}
.f-menu ul li a, .po, .f-info p, .footer-con p{
    color: #ffffff91;
}
.po{
    margin-top: 50px;
    font-size: 14px;
}
.f-logo, .f-info {
    text-align: right;
}
.f-logo{
    margin-bottom: 30px;
}
.footer-con {
    background: #2D323E;
    border-radius: 16px;
    width: 100%;
    margin-bottom: 65px;
}
.footer-con h1{
    color: #fff;
}
.footer-con .right .right-cta {
    background-color: #2E3A4B;
    color: #fff;
    padding: 69px 0px;
    border-radius: 16px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 100%;
    text-align: center; 
}
.footer-con .left {
    padding-top: 40px;
    padding-bottom: 43px;
    padding-left: 60px;
    padding-right: 60px;
}
.footer-con .left h2{
    margin-bottom: 15px;
    color: #fff;
}
.footer-con p{
    line-height: 1.4;
}
.footer-con .right{
    display: flex;
}
.footer-con .right .right-cta  .button-common a {
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.5px;
}
.footer-con .right .right-cta .button-common a i {
    margin-left: 20px;
    margin-top: 0px;
}
.f-menu ul li a{
    font-size: 18px;
}
/* ================ End Footer =================*/

/* ================ Hero Banner =================*/

/* ================ End Hero Banner =================*/

.fullwidth_colored_or_image_layout {
    padding-top: 60px;
    padding-bottom: 60px;
}
.fullwidth_colored_or_image_layout.im{    
    padding-top: 120px;
    padding-bottom: 80px;
}
.fullwidth_colored_or_image_layout.cl h2,
.fullwidth_colored_or_image_layout.cl p{
    color: #fff;
    text-align: center;
}
.fullwidth_colored_or_image_layout.cl h2{
    margin-bottom: 15px;
}
.fullwidth_colored_or_image_layout.cl .button-common{
    width: 100%;
}
.fullwidth_colored_or_image_layout.cl .button-common a{
    background: #fff;
    color: #5539FF;
}
.fullwidth_colored_or_image_layout.cl .button-common {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.fullwidth_colored_or_image_layout.im h2, 
.fullwidth_colored_or_image_layout.im p {
    width: 101%;
    text-align: center;
}
.fullwidth_colored_or_image_layout.im .button-common a {
    background: #5539FF;
    color: #fff;
    margin-top: 30px;
}
.fullwidth_colored_or_image_layout.im {
    background-repeat: no-repeat !important;
    background-position: right bottom !important;
}
.two_column_image_with_text_repeater {
    margin-top: 80px;
    margin-bottom: 80px;
}
.two_column_image_with_text_repeater h1{
    text-align: center;
    width: 100%;
}
.two_column_image_with_text_repeater .right h2{
    margin-bottom: 35px;
}
.two_column_image_with_text_repeater .right p{
    font-size: 20px;
    line-height: 28px;
}
.two_column_image_with_text_repeater .right .button-common a {
    background: #5539FF;
    color: #fff;
    margin-top: 30px;
}
.three_column_box_layout{
    padding-top: 80px;
}
.three_column_box_layout h1{
    text-align: center;
    margin-bottom: 80px;
}
.two_column_image_with_text_repeater h1{
    margin-bottom: 60px;
}
.three_column_box_layout .box-inner {
    border-radius: 28px;
    padding: 30px;
}
.three_column_box_layout .big-text {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
}
.three_column_box_layout .box-inner h2{
    font-weight: 600;
    margin-bottom: 30px;
}
.three_column_box_layout .box-inner {
    border-radius: 28px;
    padding: 30px;
    height: 100%;
    justify-content: space-around;
}
.three_column_box_layout .cv{
    margin-bottom: 30px;
}
.post-box .publish-date {
    display: flex;
    font-size: 14px;
    font-weight: 600;
}
.post-box .publish-date ul {
    list-style: none;
    padding-left: 12px;
    color: #999999;
}
.post-box .bottom-inner {
    margin-top: 30px;
}
.post-box{
    margin-bottom: 50px;
}
.post-box .bottom-inner h5 {
    font-size: 25px;
    margin-bottom: 25px;
}
.post-box .bottom-inner p {
    font-size: 18px;
    color: #666666;
}
.blog-list-page .page-inner {
    background: #E2E0FF;
    border-radius: 24px;
    padding: 80px 50px;
    text-align: center;
    margin-bottom: 80px;
    margin-top: 40px;
}
.blog-list-page .page-inner h1{
    font-weight: 700;
}
.blog-list-page .page-inner p{
    font-weight: 600;
}
.blog-single-hero {
    margin-top: 50px;
    margin-bottom: 80px;
}
.blog-single-hero img{
    border-radius: 20px;
}
.blog-single .top h1 {
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-single .top p{
    margin-bottom: 30px;
}
.list-row {
    width: 100%;
    padding: 35px;
    border-radius: 15px;
}
.list-full-row {
    border-right: 1px dotted #6674CA;
    padding-left: 20px;
}
.listcl:last-child .list-full-row {
    border-right: 0;
}
.list-row ul{
	padding-left: 10px;
	margin-bottom: 0;
	list-style: none;
	margin-top: 30px;
}
.list-row ul li i {
    color: #6653DF;
    margin-right: 8px;
    padding-top: 5px;
}
.list-row ul li {
    margin-bottom: 10px;
    display: flex;
}
.list-full-row h3 {
    margin-bottom: 20px;
}
.three_column_text_layout, .list_layout{
	margin-bottom: 40px;
}
.three_column_text_layout .text_box {
    border: 1px solid #A192FF8F;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px;
}
.three_column_text_layout .text_box h4{
	margin-bottom: 15px;
}
.faq_layout h1{
	text-align: center;
	width: 100%;
}
ul#myTab {
    width: 100%;
    margin-top: 60px;
}
ul#myTab {
    width: 100%;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #5539FF;
    border-color: #5539FF;
}
.nav-tabs .nav-link {
    background: #fff;
    border: 1px solid #D9DBE9;
    border-radius: 10px;
    padding: 13px 40px;
    margin-left: 20px;
    margin-right: 20px;
}
.tab-pane {
    box-shadow: 0px 5px 46.2px 0px #9281ff47;
    padding: 80px 80px 60px 80px;
    border-radius: 15px;
    margin-bottom: 60px;
}
.card {
	border: 0;
    border-bottom: 1px solid #CED2EA !important;
    border-radius: 0;
    margin-bottom: 30px;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    padding-bottom: 30px;
}
.card-body {
    padding: 0;
    padding-bottom: 40px;
}
a.card-link.collapsed{
	color: #1E1E1E;
}
a.card-link {
    color: #4026E3;
}
.card-link.collapsed .icon-fa-accordion {
    content: "\f067";
}
.card-link:not(.collapsed) .icon-fa-accordion {
    content: "\f068";
}
.icon-fa-accordion {
    visibility: hidden;
    position: relative;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
	float: right;
}
.card-link.collapsed .icon-fa-accordion::before {
    visibility: visible;
    content: "\f067";
}
.card-link:not(.collapsed) .icon-fa-accordion::before {
    visibility: visible;
    content: "\f068";
}
.faq_layout {
    margin-top: 80px;
    margin-bottom: 80px;
}
.use-case-inner {
    background: #EEF3FF;
    padding: 35px;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #BCDEFF;
}
div#without-tab {
    box-shadow: 0px 5px 46.2px 0px #9281ff47;
    padding: 80px 80px 60px 80px;
    border-radius: 15px;
    margin-bottom: 60px;
    margin-top: 60px;
}
.use-case-inner h4 {
    color: #303754;
    font-size: 26px;
    margin-bottom: 30px;
}
.use-case-inner a.plain-link {
    color: #5539FF;
    font-weight: 600;
    display: inline-block;
    margin-top: 30px;
}
.use_cases_layout h1 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}
.use_cases_layout h3{
	margin-bottom: 40px;
	padding-left: 15px;
}
.use_cases_layout{
	margin-top: 80px;
	margin-bottom: 80px;
}
.slick-prev, .slick-next {
    font-size: 0;
    background: #303754;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.slick-prev::before, .slick-next::before {
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    transition: color 0.3s ease;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background: #5539FF;
	color: #fff;
}
.slick-prev::before {
  content: "\f104"; /* fa-arrow-left */
}
.slick-next::before {
  content: "\f105"; /* fa-arrow-right */
}
.slick-prev { 
	left: -10px; 
}
.slick-next {
    right: -10px;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before, button.slick-prev.slick-arrow.slick-disabled,
button.slick-next.slick-arrow.slick-disabled{
    opacity: 0;
}
.knowledge-inner {
    background: #fff;
    padding: 35px;
    margin-bottom: 30px;
    border-radius: 15px;
    border: 1px solid #BCDEFF;
	box-shadow: 0px 30px 60px 0px #D3CCFF54;
	
}
.knowledge-inner h5{
	font-weight: 600;
	font-size: 18px
}
.knowledge-inner h5 i {
    background: #B9B8FF;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    padding-top: 12px;
    margin-right: 15px;
	font-weight: normal;
}
.knowledge {
    padding-left: 5px;
    padding-top: 10px;
}
.knowledge i {
    padding-right: 10px;
    padding-top: 3px;
}
.knowledge_base_layout {
    margin-top: 80px;
    margin-bottom: 80px;
}
.knowledge-single-left {
    /*box-shadow: 0px 1px 3px 0px #0000000D;
	box-shadow: 0px 7px 7px -5px #0000000A;*/
	box-shadow: 0px 10px 15px -5px #0000000D;

}
.knowledge-single-left .knowledge-inner {
    background: #fff;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 0;
    border: 0;
    box-shadow: unset;
}
.knowledge-single-left .knowledge {
    padding-left: 5px;
    padding-top: 0px;
}
.knowledge-single-left .knowledge p a {
    background: #fff;
    color: #060619;
    padding: 5px 10px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius: 5px;
}
.knowledge-single-left .knowledge p a.active {
    background: #DCD7FF;
    color: #5539FF;
	margin-left: 10px;
}
.knowledge-single-left h5{
	margin-bottom: 20px;
}
.knowledge-single-right h1{
	margin-top: 0;
	margin-bottom: 20px;
}
.knowledge-single {
    margin-top: 60px;
    margin-bottom: 60px;
}
.product_section_content .top {
    text-align: center;
}
.product_section_content {
    padding-top: 120px;
    padding-bottom: 80px;
    background: linear-gradient(180deg, #FFFFFF 27.96%, #D2DCFF 100%);
}
.product-inner h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}
.product-inner a {
    color: #6653DF;
    display: inline-block;
    margin-top: 15px;
}
.product-inner a i {
    font-size: 14px;
    margin-left: 5px;
}
.product-inner .icon {
    font-size: 20px;
}
.product-inner p {
    font-size: 20px;
    line-height: 30px;
}
.hero-banner-Search {
    background: linear-gradient(180deg, #0F0F33 0%, #050517 100%);
    text-align: center;
    padding-top: 200px;
    padding-bottom: 200px;
}
.hero-banner-Search h1, .hero-banner-Search p{
	color: #fff;
	margin-bottom: 30px;
}
.search-box {
    position: relative;
}
.search-box input {
    padding-left: 35px; /* space for icon */
}
.search-box input::before {
    content: "\f002"; /* Font Awesome search icon (fa-search) */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
}
.search-box button {
    border: 0;
    margin-left: -4px;
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	padding: 15px 35px;
	background: #3A3AF4;
	color: #fff;
}
.search-box input {
    padding-left: 35px;
    position: relative;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0;
    width: 40%;
}
.search-box-outer {
    margin-top: 80px;
}
.blog section.container-fluid.hero-banner-slider,
.single .hero-banner-slider{
	display: none;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row .cvb {
    display: flex;
}
.knowledge-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.knowledge p a {
    display: flex;
}
.contact-form-r input, .contact-form-r textarea {
    padding: 6px;
    width: 100%;
    margin-top: 5px;
    border: 1px solid #c1c1c1;
}
.contact-form-r textarea {
    height: 150px;
}
.contact-form-r label {
    font-weight: 400;
    width: 100%;
}
.contact-form-r p{
    width: 100%;
}
.contact-form-r h2 {
    margin-bottom: 10px;
}
p.contact-form-r-p {
    margin-bottom: 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #2E3A4B;
    border: 0;
    width: auto;
    padding: 10px 30px;
    color: white;
    margin-bottom: 30px;
}
.information-box{
    background: linear-gradient(180deg, rgba(222, 222, 222, 0.74) 0%, rgba(255, 255, 255, 0.88) 52.78%);
    box-shadow: 0px 0px 3px rgba(105, 105, 105, .3);
    backdrop-filter: blur(4px);
}
.opening_hours h4 {
    margin-bottom: 5px;
    font-size: 17px;
}
.leftyu img {
    border-radius: 10px;
    margin-bottom: 30px;
}
.opening_hours.xp {
    margin-bottom: 30px;
    font-size: 16px;
    background: transparent;
    padding: 20px;
    min-height: 120px;
    color: #2D323E;
    border-radius: 10px;
    border: 1px solid #2D323E;
}
.opening_hours.xp  h4{
    color: #222;
}
.contact-top{
    margin-top: 50px;
}
div#myTabContent {
    width: 100%;
}
.card-body ul li {
    margin-bottom: 10px;
}
.card-body ul{
    margin-top: 20px;
}
@media(max-width: 1200px){
	.f-logo, .f-info {
		text-align: left;
	}
	.f-sec {
		display: flex;
		justify-content: space-between;
	}
	.button-common a {
		padding: 12px 35px;
	}
    .contact-form-r {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 1024px){
    .button-common a {
        padding: 12px 25px;
    }
    .slider-x .video i {
        padding-top: 17%;
    }
    section.container-fluid.hero-banner-slider {
        padding-top: 175px;
    }
    .three_column_box_layout .box-inner h2 br, .list-full-row p br{
        display: none;
    }
    .f-logo, .f-info {
        margin-bottom: 0 !important;
        margin-right: 15px;
    }
    .f-logo, .f-info {
        text-align: left;
    }
    .f-sec {
        display: flex;
        align-items: center;
        margin-top: 30px;
    }
    .f-info {
        display: flex;
    }
    .f-info p:first-child{
        margin-right: 15px;
    }
    .list-full-row {
        border-right: 0;
        border-bottom: 1px dotted #6674CA;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .listcl:last-child .list-full-row{
        border-bottom: 0;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
	.slider-x h1 br{
		display: none;
	}
    .header-top .button-common a {
        margin-left: 0;
        font-size: 13px;
        margin-top: 15px;
    }
    .product-inner {
        margin-bottom: 50px;
    }
}
@media(max-width: 992px){
    h1 {
        font-size: 24px;
    }
    .slider-x .video {
        min-height: 270px;
    }
    .slider-x .video i {
        padding-top: 30%;
        font-size: 60px;
    }
    h2{
        font-size: 20px;
    }
    .fullwidth_colored_or_image_layout p br, .product_section_content p br, .page-id-163 .slider-bgx p br, .header-middle .button{
        display: none;
    }
    .three_column_box_layout .box-inner h2 {
        margin-bottom: 10px;
    }
    .two-col-inner .left, .two_column_image_with_text_repeater .left {
        order: 1;
        margin-bottom: 15px;
    }
    .two-col-inner .right, .two_column_image_with_text_repeater .right{
        order: 2;
        margin-bottom: 0px;
    }
    .f-sec {
        display: inline;
    }
    .po {
        margin-top: 15px;
        text-align: center;
    }
    .fullwidth_colored_or_image_layout.im {
        padding-top: 80px;
    }
    .product-inner {
        margin-bottom: 30px;
        text-align: center;
    }
    .product-inner i{
        font-size: 36px;
    }
    .product_section_content .middle{
        margin-bottom: 30px;
    }
    .two_column_image_with_text_repeater{
        margin-top: 40px;
        margin-bottom: 0;
    }
    .tab-pane, div#without-tab {
        padding: 30px 25px 30px 25px;
    }
    h5{
        font-size: 16px;
        line-height: 1.5;
    }
    .list-row {
        padding: 15px;
    }
    h3{
        font-size: 22px;
    }
	.header-top .button-common {
		margin-top: 15px;
	}
	.header-middle {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.p-memu {
		position: relative;
		margin-top: -55px;
	}
	.logo {
		width: auto;
		z-index: 999;
	}
	section.container-fluid.hero-banner-slider {
		padding-top: 100px;
		padding-bottom: 0;
	}   
	.slider-x .video {
		margin-bottom: 40px;
	}
	.footer-con .right .right-cta {
		padding: 20px 0px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}
	.f-logo, .f-info {
        text-align: center;
    }
	.f-info {
        justify-content: center;
        margin-top: 15px;
    }
	.f-menu {
		margin-bottom: 30px;
	}
	.buttons-row {
        display: flex;
        width: 100%;
    }
	.buttons-row .button-common.whitre a {
		margin-left: 0;
	}
	.button-common{
		margin-right: 10px;
	}
	.product_section_content {
		padding-top: 40px;
	}
	.nav-tabs .nav-link {
		margin-bottom: 20px;
	}
	.slider-bgx {
		padding-top: 60px;
		padding-bottom: 60px;
		min-height: auto;
	}
	.blog-single-hero-in {
		padding-left: 15px;
		padding-right: 15px;
	}
	.blog-single-hero {
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.two-col-inner .right, .two_column_image_with_text_repeater .right {
        margin-top: 9px;
    }
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu {
		text-align: right !important;
	}
	.three_column_box_layout h1 {
		margin-bottom: 30px;
	}
	.three_column_box_layout {
		padding-top: 45px;
	}
	.list-full-row {
        padding-left: 0;
    }
	.list-row {
		margin-top: 20px;
	}
	.use_cases_layout {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.use_cases_layout h1 {
		margin-bottom: 40px;
	}
	.faq_layout {
		margin-top: 0;
		margin-bottom: 0;
	}
    body, p {
        font-size: 16px;
    }
    .use-case-inner h4 {
        font-size: 22px;
    }
}
@media(max-width: 640px){
	#mega-menu-wrap-Primary-Menu #mega-menu-Primary-Menu {
		text-align: center !important;
	}
	.page-id-163 .slider-bgx{
		background-image: none !important;
		background-color: #675dff;
	}  
	.page-id-163 .slider-bgx .button-common a {
		margin-top: 15px;
	}
	.use_cases_layout h3 {
		margin-bottom: 10px;
	}
	.buttons-row {
        display: inline-block;
        width: 100%;
    }
    .leftyu img{
        display: none;;
    }
    .contact-us {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-list-page br{
        display: none;
    }
}
div#without-tab {
    width: 100%;
}