@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;900&family=Open+Sans:wght@400;600;700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

html {
	height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: linear-gradient(90.06deg, #FFFFFF 23.64%, rgba(255, 255, 255, 0) 99.96%);
	height: 100%;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.btn:focus {
	box-shadow: none;
}

p {
	font-size: 16px;
	line-height: 24px;
	color: #3E3E3E;
	font-weight: 400;
	margin-bottom: 0;
}

/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/

.header {
	background-color: #FFFFFF;
	padding: 19px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 99;
	border-bottom: 1px solid #EBEBEB;
}

.navbar .navbar-brand {
	margin-right: 0;
	padding: 0;
	z-index: 6;
}

.navbar-brand .mobile {
	display: none;
}


.navbar {
	padding: 0;
}

.navbar .navbar-nav {
	margin-left: auto;
}

.navbar .navbar-nav .nav-item {
	margin: 0 32px;
}

.navbar .navbar-nav .nav-item.dropdown {
	position: relative;
}

.navbar .navbar-nav .nav-item:hover .dropdown-menu {
	display: block;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
	margin: 0;
}

.navbar .navbar-nav .nav-item:first-child {
	margin-left: 0;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	padding: 0;
	position: relative;
}

.navbar .navbar-nav .nav-item a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 2px;
	background-color: #262626;
	transform: scale(0, 1);
	transition: color 0.1s, transform 0.2s ease-out;
}

.navbar .navbar-nav .nav-item.active a {
	font-weight: 600;
}

.navbar .navbar-nav .nav-item.current-page-ancestor a {
	font-weight: 600;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before,
.navbar .navbar-nav .nav-item.current-menu-item .nav-link::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.navbar .navbar-nav .nav-item.current-page-ancestor a::before,
.navbar .navbar-nav .nav-item .nav-link:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

/* barger-menu */

.navbar-toggler {
	width: 24px;
	height: 25px;
	padding: 0;
	box-shadow: none !important;
	z-index: 99;
}

.navbar-toggler .hamburger {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

.navbar-toggler .hamburger span {
	width: 100%;
	height: 3px;
	background: linear-gradient(270deg, #F36D7D 0%, #FF9378 49.48%, #D469BE 100%);
	margin-bottom: 4px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.navbar-toggler .hamburger span:first-child {
	top: 7px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
	opacity: 0;
	width: 80%;
	right: -2px;
}

.navbar-toggler .hamburger span:last-child {
	margin: 0;
	top: -7px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
	opacity: 1 !important;
	top: auto !important;
	transform: none !important;
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
}

.navbar .navbar-collapse {
	justify-content: center;
}

.header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar .navbar-nav .nav-item.btn {
	margin-left: 11px;
	padding: 0;
	border: transparent;
}

.navbar .navbar-nav .nav-item.btn a {
	padding: 8px 41px;
}

.btn {
	font-size: 16px;
	line-height: 24px;
	padding: 11px 39px;
	border: transparent;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-weight: 600;
}

.navbar .navbar-nav .nav-item.btn-gradiant .nav-link {
	color: #0047B2;
}

.navbar .navbar-nav .nav-item.btn-gradiant:hover .nav-link {
	color: #ffffff;
}

.navbar .navbar-nav .nav-item.btn-gradiant {
	background: transparent;
	border: 1px solid #0047B2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.navbar .navbar-nav .nav-item.btn-gradiant:hover {
	background: #0047B2;
}

.navbar .navbar-nav .nav-item.btn-gradiant .nav-link::before {
	display: none;
}

.btn-gradiant {
	color: #FFFFFF;
	background: linear-gradient(270deg, #F36D7D 0%, #FF9378 49.48%, #D469BE 100%);
}

.btn-gradiant:hover {
	color: #FFFFFF;
	background: linear-gradient(270deg, #FE5F72 0%, #FF8061 51.56%, #D83FB8 100%);
}

.btn-transparent {
	background: transparent;
	color: #0047B2;
	border: 1px solid #0047B2;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.btn-transparent:hover {
	background-color: #0047B2;
	color: #FFFFFF;
}

.page_name {
	font-family: 'Merriweather', serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #262626;
}

.page_name h1,
.page_name h2,
.page_name h3,
.page_name h4,
.page_name h5,
.page_name h6 {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}

.custom-sub-menu {
	position: absolute;
	top: 63px;
	right: 0;
	display: none;
	max-width: 1010px;
	background: #FFFFFF;
	padding: 32px 24px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.5));
	-webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.5));
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.custom-sub-menu.show {
	display: block;
}

.custom-sub-menu .s-title {
	text-align: center;
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	padding: 0px 24px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.custom-sub-menu .s-title .arrow-icon {
	position: absolute;
}

.custom-sub-menu .s-title span {
	font-size: 20px;
	line-height: 24px;
	color: #262626;
	font-weight: 700;
	font-family: 'Merriweather', serif;
}

.custom-sub-menu .sub_menu_all {
	display: flex;
	flex-wrap: wrap;
}

.sub_menu_all .icon-text {
	display: flex;
	padding: 10px 20px;
	background-color: #ffffff;
	width: 50%;
	margin-bottom: 7px;
}

.sub_menu_all .icon-text:hover {
	background-color: #ebf1f9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.sub_menu_all .icon {
	width: 33px;
	height: 33px;
	object-fit: cover;

}

.sub_menu_all .text {
	margin-left: 17px;
	width: 90%;
}

.sub_menu_all .text span {
	font-size: 20px;
	line-height: 28px;
	color: #262626;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.sub_menu_all .text p {
	font-size: 18px;
	line-height: 24px;
	color: #3E3E3E;
	font-weight: 400;
	margin: 0;
}


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/


.background-main-img {
	background-image: url("../images/background-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	/* height: 100%; */
}

.title {
	font-size: 43px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin-bottom: 0;
}

.banner-section {
	position: relative;
	height: calc(100vh - 80px);
	margin: 80px 0 0;
}

.banner-section .b-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-section::before {
	content: "";
	z-index: 0;
	background: linear-gradient(104.71deg, #000000 42.43%, rgba(0, 0, 0, 0) 99.35%);
	opacity: 0.75;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.banner-section .text {
	margin-top: 38px;
}

.banner-section .bottom-text a span {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
	display: block;
	margin-bottom: 22px;
}

.banner-section video {
	height: 100%;
	object-fit: cover;
}

.banner-section .bottom-text a {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.banner-section .bottom-text {
	position: absolute;
	left: 50%;
	bottom: 30px;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.banner-section .title {
	font-size: 70px;
	line-height: 86px;
	color: #FFFFFF;
	font-weight: 900;
	margin-bottom: 12px;
	letter-spacing: 0.02em;
	font-family: 'Merriweather', serif;
}

.banner-section .text p {
	color: #FFFFFF;
	margin-bottom: 27px;
	font-size: 20px;
	line-height: 24px;
}

.banner-section .demo-btn {
	padding-top: 19px;
}

.banner-section .text .btn-transparent {
	border-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 17px;
}

.banner-section .text .btn-transparent:hover {
	background-color: #FFFFFF;
	color: #0047B2;
}

.banner-section .all-text {
	position: relative;
}

.all-text .plan-image {
	position: absolute;
	right: 190px;
	top: 165px;
	max-width: 66%;
}

.section-title {
	font-size: 28px;
	line-height: 34px;
	color: #262626;
	font-weight: 900;
	font-family: 'Merriweather', serif;
	margin-bottom: 38px;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin-bottom: 0;
}

.solution {
	margin-top: 72px
}

.solution .section-text {
	margin-bottom: 100px;
}

.all-block-left {
	background: linear-gradient(90.06deg, #FFFFFF 23.64%, rgba(255, 255, 255, 0) 99.96%);
}

.all-block-right {
	background: linear-gradient(269.6deg, #FFFFFF -1.5%, rgba(255, 255, 255, 0) 102.14%);
	position: relative;
	z-index: 9;
}

.all-block {
	padding: 92px 164px;
}

.all-block .row {
	margin: 0px -47px;
}

.all-block [class*="col-"] {
	padding: 0px 47px;
}

.all-block:first-child {
	padding: 52px 164px 56px;
}

.all-block:last-child {
	padding: 92px 164px 56px;
}

.all-block .text .section-title {
	margin-bottom: 8px;
	color: #0047B2;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.all-block .image {
	text-align: center;
}

.all-block .text ul {
	margin-top: 25px;
	margin-bottom: 80px;
	padding-left: 20px;
}

.all-block .text li {
	font-size: 16px;
	line-height: 23px;
	color: #3E3E3E;
	font-weight: 600;
	margin-bottom: 11px;
}

.all-block .text li:last-child {
	margin-bottom: 0;
}

.all-block .text li::marker {
	color: #FF9378;
}

.suite-of-solutions {
	margin-top: 128px;
	margin-bottom: 18px;
}

.suite-of-solutions .section-title {
	margin-bottom: 24px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.suite-of-solutions p {
	text-align: center;
}

.suite-of-solutions p span {
	font-weight: 700;
}

.suite-of-solutions .find-button {
	margin-top: 46px;
	text-align: center;
}

/* leaders-sector */

.leaders-sector {
	padding: 126px 0px 150px;
}

.leaders-sector .section-title {
	margin-bottom: 70px;
}

.image-logo .row {
	margin: 0px -8px;
}

.image-logo [class*="col-"] {
	margin-bottom: 16px;
	padding: 0px 8px;
}

.image-logo .all-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 35px 8px;
	height: 100%;
	background-color: #FFFFFF;
	height: 123px;
	box-shadow: 0px 7.61538px 31.3077px 5.07692px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 7.61538px 31.3077px 5.07692px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 7.61538px 31.3077px 5.07692px rgba(0, 0, 0, 0.09);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.image-logo .all-logo:hover {
	box-shadow: 0px 7.61538px 31.3077px 5.07692px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 7.61538px 31.3077px 5.07692px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 7.61538px 31.3077px 5.07692px rgba(0, 0, 0, 0.09);
	transform: scale(1.06) !important;
	-webkit-transform: scale(1.06) !important;
	-moz-transform: scale(1.06) !important;
	-ms-transform: scale(1.06) !important;
	-o-transform: scale(1.06) !important;
}

.image-logo .all-logo:hover::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 50%);
	border-radius: 10px;
}

/* leaders-sector end */

/* about-us */

.about-us .section-title {
	margin-bottom: 70px;
}

.abouttext-logo .logo {
	margin-bottom: 64px;
}

.abouttext-logo .logo img {
	margin: 0 auto;
}

.abouttext-logo .text p {
	font-size: 20px;
	line-height: 37px;
	color: #3E3E3E;
	font-style: italic;
	font-weight: 400;
	font-family: 'Merriweather', serif;
}

.abouttext-logo .name {
	margin-top: 56px;
}

.abouttext-logo .name span {
	display: block;
	font-size: 18px;
	line-height: 31px;
	color: #3E3E3E;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.abouttext-logo .name p {
	font-size: 18px;
	line-height: 31px;
	color: #4F4F4F;
	font-weight: 300;
	font-family: 'Merriweather', serif;
}

.about-slide {
	background: #FFFFFF;
	padding: 45px 90px 31px;
	position: relative;
	border-radius: 4.23077px;
	-webkit-border-radius: 4.23077px;
	-moz-border-radius: 4.23077px;
	-ms-border-radius: 4.23077px;
	-o-border-radius: 4.23077px;
	filter: drop-shadow(-11px 12px 27px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(-11px 12px 27px rgba(0, 0, 0, 0.1));
}

.about-slide::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 20px;
	background-image: url("../images/quote-left.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
}

.about-slide::after {
	content: "";
	position: absolute;
	right: 25px;
	bottom: 20px;
	background-image: url("../images/quote-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 70px;
	height: 70px;
}

/* about-us end */

/* choose-nuvolop */

.choose-nuvolop {
	margin-top: 208px;
	z-index: 1;
}

.choose-nuvolop .section-title {
	font-size: 54px;
	line-height: 68px;
	color: #262626;
	font-weight: 900;
	font-family: 'Merriweather', serif;
	margin-bottom: 130px;
}

.choose-nuvolop .choose-block {
	margin-bottom: 72px;
}

.choose-nuvolop .choose-block:last-child {
	margin-bottom: 0px;
}

.choose-block .text-block {
	padding: 107px 44px 107px 40px;
	margin-right: -70px;
	background-image: url('../images/choose-data.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.choose-block .text-block span {
	font-size: 36px;
	line-height: 46px;
	color: #262626;
	font-weight: 700;
	display: block;
	margin-bottom: 16px;
	font-family: 'Merriweather', serif;
}

.choose-block .text-block p {
	font-size: 18px;
	line-height: 24px;
	color: #262626;
}

.choose-block .image {
	position: relative;
}

.choose-block .image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.15);
}

.choose-nuvolop .all-services {
	margin-bottom: 121px;
}

.choose-nuvolop .all-services .row {
	margin: 0px -25px;
}

.choose-nuvolop .all-services [class*="col-"] {
	padding: 0px 25px;
}

.room-metting .image img {
	width: 100%;
}

/* choose-nuvolop end */

/* operators-grow */

.operators-grow {
	padding: 113px 0px 110px;
}

.operators-grow .section-title {
	margin-bottom: 88px;
}

.operators-grow .count span {
	font-size: 60px;
	line-height: 75px;
	color: #000000;
	letter-spacing: 0.02em;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.operators-grow .count p {
	font-size: 19px;
	line-height: 24px;
	color: #000000;
	font-weight: 600;
	margin-top: 18px;
}

.operators-grow .count {
	text-align: center;
}

.operators-grow .row {
	margin: 0px -60px;
}

.operators-grow [class*="col-"] {
	padding: 0px 60px;
}

/* operators-grow end  */

/* part-nuvolopar */

.part-nuvolopar {
	padding: 110px 0px 220px;
}

.part-nuvolopar .all-part-img .image {
	margin: 0 auto;
	position: relative;
}

.head p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Merriweather', serif;
}

.part-nuvolopar .head span {
	font-size: 24px;
	line-height: 49px;
	background: linear-gradient(56.87deg, #5E4F9C 5.42%, #3EA3DC 44.3%, #35B5B0 80.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.part-nuvolopar .part-text .part-btn {
	margin-top: 50px;
}

.part-nuvolopar .part-text .head {
	margin-bottom: 8px;
}

/* part-nuvolopar end */

/*========== Solutions Page Start ==========*/

.solutions_tabs .nav-tabs .nav-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	border: none;
	padding: 0;
	position: relative;
	padding: 0 0 8px;
	-webkit-appearance: none;
}

.solutions_tabs .nav-tabs .nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 3px;
	background-color: #262626;
	transform: scale(0, 1);
	transition: color 0.1s, transform 0.2s ease-out;
	-webkit-transition: color 0.1s, transform 0.2s ease-out;
	-moz-transition: color 0.1s, transform 0.2s ease-out;
	-ms-transition: color 0.1s, transform 0.2s ease-out;
	-o-transition: color 0.1s, transform 0.2s ease-out;
}

.solutions_tabs .nav-tabs .nav-item a.active::before,
.solutions_tabs .nav-tabs .nav-item .nav-link:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.solutions_tabs .nav-tabs .nav-item.current_nav-item a::before,
.solutions_tabs .nav-tabs .nav-item .nav-link:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.solutions_tabs .tabs {
	position: relative;
}

.solutions_tabs .tabs li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #666;
	padding: 12px 20px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	-o-transition: color 0.3s;
}

.solutions_tabs #magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 23px !important;
	height: 3px;
	background: #262626;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.solutions_tabs .tabs:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}


.solutions_tabs .nav-tabs {
	border-bottom: none;
	display: block;
	margin: 32px 0 28px;
}

.solutions_tabs .nav-tabs li.nav-item {
	margin: 0px 63px;
	display: inline-block;
}

.solutions_tabs .nav-tabs li.nav-item:first-child {
	margin-left: 0px;
}

.solutions_tabs .nav-tabs li.nav-item:last-child {
	margin-right: 0px;
}

.solutions_wrp .solutions_tabs {
	opacity: 0;
}

.solutions_wrp .solutions_tabs.expand {
	opacity: 1;
}

.solutions_tabs .nav-tabs .nav-link.active {
	font-weight: 600;
	background: transparent;
}

.solutions_tabs .nav-tabs .nav-item.current_nav-item .nav-link {
	font-weight: 600;
	background: transparent;
}

.tab_title {
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.02em;
	color: #0047B3;
}

.tab_title h1,
.tab_title h2,
.tab_title h3,
.tab_title h4,
.tab_title h5,
.tab_title h6,
.tab_title a {
	text-decoration: none;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.tab_details ul {
	padding-left: 0;
	margin: 0;
}

.tab_details ul li {
	list-style-type: none;
	padding: 0 0 24px;
}

.tab_details ul li:last-child {
	padding: 0;
}

.tab_details ul li p {
	font-weight: 300;
}

.tab_details ul li h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 32px;
	color: #262626;
	margin-bottom: 8px;
}

.tab-pane .tab_title {
	margin-bottom: 24px;
}

.sol_detail .tab_title {
	margin-bottom: 24px;
}

.tab-pane .tab_img {
	position: relative;
	z-index: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.tab-pane .tab_img .dekstop-img {
	width: 100%;
	cursor: pointer;
}

.lb-outerContainer {
	background-color: transparent !important;
}

.lightbox .lb-image {
	border: none !important;
}

.lightbox .lb-dataContainer {
	position: absolute;
	top: -30px;
	right: 0;
}


.lb-data .lb-close {
	position: absolute !important;
	top: 0% !important;
	right: 4% !important;
	opacity: 1 !important;
}

.solutions_wrp {
	position: relative;
	z-index: 1;
	padding: 80px 0 99px;
}

.solutions_wrp .border_1 {
	width: 24%;
	height: 50%;
	background-color: rgba(0, 9, 255, 0.2);
	filter: blur(256px);
	-webkit-filter: blur(256px);
	position: absolute;
	bottom: 0;
	left: 15%;
	z-index: -1;
}

.solutions_wrp .border_2 {
	width: 21%;
	height: 58%;
	background-color: rgba(73, 144, 226, 0.11);
	filter: blur(316px);
	-webkit-filter: blur(316px);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.solutions_wrp .border_3 {
	width: 24.3%;
	height: 39.3%;
	background-color: rgba(73, 144, 226, 0.28);
	filter: blur(256px);
	-webkit-filter: blur(256px);
	position: absolute;
	top: 12%;
	left: 0;
	z-index: -1;
}

.solutions_tabs .tab-pane [class*=col-] {
	padding: 0 40px;
}

.solutions_tabs .tab-pane .row {
	margin: 0 -40px;
}

.solutions_tabs .sol_detail [class*=col-] {
	padding: 0 40px;
}

.solutions_tabs .sol_detail .row {
	margin: 0 -40px;
}

.solutions_tabs .tab-pane {
	padding: 24px 0 0;
}

.solutions_tabs .sol_detail {
	padding: 24px 0 0;
}

.solutions_tabs .tab-content {
	margin: 0px 20px;
}

.tab_img .zoom_icon {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.tab_img a {
	display: block;
}

.tab_img a .zoom_icon {
	width: 40px;
	opacity: 0;
}

.tab_img a:hover .zoom_icon {
	opacity: 1;
}

.tab-pane .tab_img a:hover .zoom_icon {
	display: block;

}

.lightbox .lb-data .lb-close::before {
	content: "Close";
	position: absolute;
	right: 40px;
	top: 0px;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 25px;
}

/* Learn more Start */
.learn_more_wrp {
	background-image: url("../images/learn-more-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 82px 0 74px;
	background-attachment: fixed;
}

.learn_more_wrp::after {
	content: "";
	background: rgba(100, 134, 184, 0.62);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: -1;
}

.learn_more_content .btn-transparent,
.learn_more_img .btn-transparent {
	border-color: #FFFFFF;
	color: #FFFFFF;
	margin-top: 37px;
}

.learn_more_content .btn-transparent:hover,
.learn_more_img .btn-transparent:hover {
	border-color: transparent;
	background-color: #FFFFFF;
	color: #0047B2;
}

.learn_more_wrp .learn_more_img {
	position: relative;
	z-index: 1;
}

.learn_more_wrp .learn_more_img img {
	width: 100%;
}

.learn_more_wrp .learn_more_content {
	max-width: 365px;
}

/* Learn more End */

/*========== Solutions Page End ==========*/

/*========== Pricing Page Start ==========*/

.plans_wrp p,
.plans_wrp_off p {
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #3EA3DC;
	margin: 0 0 24px;
}

.plan_text {
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #262626;
}

.plan_text h1,
.plan_text h2,
.plan_text h3,
.plan_text h4,
.plan_text h5,
.plan_text h6 {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	color: inherit;
	margin: 0;
}

.plans_wrp .price-month {
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.plans_wrp span {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #4F4F4F;
	display: block;
}

.price_section .plans_wrp {
	padding: 23px 35px 47px;
	height: 100%;
	position: relative;
	z-index: 0;
}

.price_section .plans_wrp:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	height: 6000px;
	background: #fff;
	z-index: -1;
}

.table> :not(:first-child) {
	border: none;
}

.price_section .table {
	border-collapse: separate;
	border-spacing: 14px 0px;
}

.table-hover tbody tr:hover th {
	--bs-table-accent-bg: transform;
}

.table-hover tbody tr {
	position: relative;
}

.table-hover>tbody>tr:hover>* {
	--bs-table-accent-bg: none;
}

.table-hover>tbody>tr::after {
	content: "";
	background-color: rgba(255, 139, 123, 0.15);
	width: auto;
	height: auto;
	position: absolute;
	top: 6px;
	bottom: 6px;
	right: 20px;
	left: -12px;
	opacity: 0;
	margin: auto 0px;
	border-radius: 5px;
}

.table-hover tbody tr:hover::after {
	opacity: 1;
}

.price_section .spacing {
	background-color: #fff;
	text-align: center;
	padding: 0px 0px;
	box-shadow: 0px -1px 24px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px -1px 24px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -1px 24px 1px rgba(0, 0, 0, 0.1);
	vertical-align: middle;
	overflow: hidden;
}

.table th {
	border: none;
	vertical-align: middle;
	padding: 0;
}

.price_section .table_data {
	background-color: #fff;
	text-align: center;
	box-shadow: 0px -1px 24px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px -1px 24px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -1px 24px 1px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.price_wrp .section-title {
	margin-bottom: 62px;
}

.price_section [class*=col-] {
	padding: 0 8px;
}

.price_section .row {
	margin: 0 -8px;
}

.plans_wrp .plan_text {
	margin: 0 0 1px;
}

.price_section table tr td {
	background: #FFFFFF;
	width: 255px;
	border-color: #E6E6E6;
}

.table-hover tbody tr:first-child td {
	border-radius: 4px 4px 0px 0px;
}

.table-hover tbody tr:last-child td {
	border-radius: 0px 0px 4px 4px;
}

.price_section .price_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.price_section .plans_wrp .btn {
	padding: 11px 34px;
	margin: 0;
}

.price_section .table_row_title ul li .basic_steps ul {
	padding-left: 20px;
}

.price_section .table_row_title ul li .basic_steps li {
	list-style-type: disc;
	display: list-item;
}

.price_section .table_row_title ul li {
	list-style-type: none;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #262626;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.price_section .dash_border {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.price_section .post-hover {
	position: relative;
	z-index: 9;
}

.price_section .dash_border span {
	position: relative;
}

.price_section tbody:before {
	content: "-";
	display: block;
	line-height: 16px;
	color: transparent;
}

.price_section .table .dash_border ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.price_section .dash_border:hover .basic_steps {
	display: block;
}

.price_section .dash_border span::after {
	content: "";
	border-bottom: 2px dotted #646464;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
}

.price_section .table .dash_border .not-list ul {
	padding-left: 0;
}

.price_section .table .dash_border .not-list ul li {
	list-style: none;
}

.price_section .table tr th {
	font-size: 14px;
	line-height: 18px;
	color: #3E3E3E;
	font-weight: 500;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.price_section .table tr th.spacing {
	height: 271px;
}

.price_section .table tr td {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #262626;
	list-style-type: none;
	padding: 7px 18px;
	border-bottom: 1px solid #F2F2F2;
	box-shadow: 0px 10px 30px -10px rgb(0 0 0 / 15%);
	height: 60px;
	vertical-align: middle;
}

.price_section .table_data ul li.active {
	background: rgba(255, 139, 123, 0.15);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.price_section .table_data ul li span {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.price_section .price_block .table_row_title {
	margin-bottom: 25px;
}

.price_section .additional_info p {
	font-weight: 600;
	font-size: 16px;
	line-height: 148%;
	text-align: center;
	color: #3E3E3E;
}

.price_section .additional_info p a {
	color: #0047B2;
}

.price_section .additional_info p a:hover {
	color: #3EA3DC;
}

.price_section .additional_info {
	padding: 62px 0 84px;
}

.price_section .basic_steps {
	background-color: #FFFFFF;
	box-shadow: -1px 6px 16px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: -1px 6px 16px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px 6px 16px 1px rgba(0, 0, 0, 0.1);
	filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.1));
	padding: 8px;
	width: 231px;
	position: absolute;
	left: -25px;
	top: 90%;
	z-index: 1;
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.price_section .basic_steps::before {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 14px solid #fff;
	content: "";
	position: absolute;
	top: -13px;
	left: 22px;
}

.price_section .basic_steps ul li,
.price_section .basic_steps p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	height: auto;
	cursor: text;
}

.price_wrp {
	padding: 112px 0 0;
	background-image: url("../images/our-plans-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.price_wrp .table-responsive {
	overflow-x: unset;
}

/*========== Pricing Page End ==========*/

/*========== Contact Start ==========*/

.contact_wrp {
	padding: 112px 0 0;
}

.contact_wrp .contact_form {
	background: #FFFFFF;
	box-shadow: 0px 11px 30px 5.07692px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 11px 30px 5.07692px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 11px 30px 5.07692px rgba(0, 0, 0, 0.15);
	padding: 82px 80px 40px;
	margin-top: 36px;
}

.contact_wrp .contact_form .form-group {
	margin-bottom: 30px;
}

.contact_wrp .contact_form .form-group input,
.contact_wrp .contact_form .form-group textarea {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #262626;
	background: #FFFFFF;
	border: 1px solid #D8D8D8;
	width: 100%;
	padding: 12px 16px;
	resize: none;
}

.contact_wrp .contact_form .form-group input:focus,
.contact_wrp .contact_form .form-group textarea:focus {
	border: 2px solid #3EA3DC;
}

.contact_wrp .contact_form .form-group input::placeholder,
.contact_wrp .contact_form .form-group textarea::placeholder,
.contact_form .selectric .label {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #818181;
}

.contact_form .selectric .label {
	color: #262626;
}

.contact_wrp .contact_form .form-group.first-box p {
	display: flex;
	align-items: center;
}

.contact_wrp .contact_form .form-group.first-box label {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	width: 30%;
}

.contact_form .selectric {
	border: 1px solid #D8D8D8;
	background: #fff;
}

.contact_form .selectric-wrapper {
	width: 100%;
}

.contact_form .selectric .label {
	line-height: 48px;
	height: 48px;
}

.contact_form .selectric .button {
	background-color: transparent;
	width: 48px;
	height: 48px;
	color: #5F5F5F;
}

.contact_form .selectric .button:after {
	border: 7px solid transparent;
	border-top-color: #5F5F5F;
	border-bottom: none;
}

.contact_form .form-check {
	display: flex;
	margin-bottom: 25px;
	padding-left: 0;
}

.contact_form .form-check p {
	display: flex;
}

.contact_form .wpcf7-list-item {
	position: relative;
	z-index: 1;
	margin-left: 0;
}

.wpcf7-list-item input[type=checkbox] {
	position: absolute;
	z-index: 1;
	height: auto;
	width: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
	margin-top: 0;
}

.wpcf7-list-item::before {
	content: "";
	-webkit-appearance: none;
	background-color: transparent;
	padding: 10px;
	border: 1px solid #D8D8D8;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 12px;
}

.wpcf7-list-item.item-select::before {
	background-color: #3EA3DC;
}

.wpcf7-list-item.item-select::after {
	content: "";
	display: block;
	position: absolute;
	left: 7px;
	top: 4px;
	width: 8px;
	height: 14px;
	border: solid #FFFFFF;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
}

.wpcf7-list-item label input[type=checkbox] {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 24px;
}

.contact_form .basic_data_info h6 {
	font-weight: 700;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	margin: 0 0 9px;
}

.contact_form .basic_data_info ul {
	padding-left: 0;
	margin: 0 0 24px;
}

.contact_form .basic_data_info ul li {
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	color: #262626;
	list-style-type: none;
}

.contact_form .basic_data_info ul li a {
	color: #262626;
	text-decoration: underline;
}

.contact_form .basic_data_info ul li b {
	font-weight: 700;
}

.contact_form .form-check-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	width: 560px;
}

.contact_form .form-check-label a {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #3EA3DC;
	text-decoration: underline;
}

.contact_form .form-check-label a:hover {
	color: #5E4F9C;
}


.contact_form .form_btn {
	text-align: right;
	margin-top: 32px;
}

.contact_wrp .section-title {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 35px;
}

.contact_wrp p {
	font-weight: 400;
	font-size: 12px;
	line-height: 21px;
	color: #262626;
}

.customer_support_wrp .customer_content h5 {
	font-weight: 700;
	font-size: 20px;
	line-height: 28px;
	color: #262626;
	margin: 0 0 24px;
}

.customer_support_wrp .customer_content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	padding: 0;
}

.customer_support_wrp .customer_content {
	text-align: center;
}

.customer_support_wrp .customer_support_img img {
	width: 100%;
}

.customer_support_wrp {
	padding: 73px 0 69px;
}

.customer_support_section [class*=col-] {
	padding: 0 67px;
}

.customer_support_section .row {
	margin: 0 -67px;
}

.contact_main {
	background-image: url("../images/contact-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact_form .selectric-items ul,
.contact_form .selectric-items li {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	background-color: #fff;
}

.contact_form .selectric-items li.highlighted,
.contact_form .selectric-items li:hover {
	background: rgba(62, 163, 220, 0.15);
	color: #262626;
}

.contact_wrp .contact_form .form-group input.wpcf7-not-valid {
	border: 1px solid #DC4242;
}

.contact_wrp .contact_form .form-group input.wpcf7-not-valid::placeholder {
	color: #DC4242;
}

.contact_wrp .wpcf7-not-valid-tip {
	font-weight: 600;
	font-size: 13px;
	line-height: 18px;
	color: #DC4242;
}

/*========== Contact End ==========*/

/* platform page */

.heading {
	font-size: 60px;
	line-height: 50px;
	color: #FFFFFF;
	font-weight: 900;
	font-family: 'Merriweather', serif;
	margin-bottom: 44px;
}

.heading * {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
	margin: 0;
}

.plt-banner-section p {
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	font-weight: 400;
}

.plt-banner-section {
	margin-top: 80px;
	background-image: url("../images/plat-banner.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 138px 0px 258px;
}

.pltform-full-img {
	background-image: url("../images/plat-form-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pltform-full-img .all-block {
	padding: 86px 103px !important;
}

.pltform-full-img .all-block:nth-child(1) {
	padding: 145px 103px !important;
}

.pltform-full-img .all-block:nth-child(2) {
	padding: 130px 138px !important;
}

.pltform-full-img .all-block:nth-child(3) {
	padding: 110px 103px !important;
}

.pltform-full-img .all-block .section-title {
	font-size: 43px;
	line-height: 50px;
	font-weight: 900;
	color: #262626;
	font-family: 'Merriweather', serif;
	margin-bottom: 30px;
}

.pltform-full-img .all-block .text p {
	margin-bottom: 20px;
}

.pltform-full-img .all-btn {
	margin-top: 50px;
}

.pltform-full-img .all-block .row {
	margin: 0px -63px;
}

.pltform-full-img .all-block [class*="col-"] {
	padding: 0px 63px;
}

.pltform-full-img .img-text-block {
	padding-bottom: 124px;
}

/* platform page end */

.we-are-part {
	position: relative;
}

.we-are-part .we-popup {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.we-popup .simple-logotext {
	background-color: #ffffff;
	padding: 68px 68px;
	max-width: 815px;
	height: 546px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.simple-logotext .head span {
	font-size: 20px;
	line-height: 24px;
	color: #262626;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	display: block;
}

.simple-logotext .we-img {
	margin: 23px 0px 22px;
}

.simple-logotext p {
	font-size: 18px;
	line-height: 24px;
	color: #262626;
	font-weight: 400;
	text-align: center;
}

.simple-logotext .explore-button {
	margin-top: 40px;
	text-align: center;
}

.protect-data {
	background-image: url("../images/protect-bg.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 101px 0px 212px;
}

.protect-data .text_title h5 {
	font-size: 45px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	margin-bottom: 30px;
}

.protect-data .text {
	max-width: 79%;
}

.protect-data .text p {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 400;
}

.protect-data .text .more-btn .btn-transparent {
	background-color: #ffffff;
	border-color: #ffffff;
}

.protect-data .text .more-btn .btn-transparent:hover {
	background-color: transparent;
	color: #ffffff;
}

.protect-data .text .more-btn {
	margin-top: 48px;
}

.price_section .plans_wrp_off {
	position: relative;
	padding-bottom: 24px;
	height: 100%;
}

.plans_wrp_off .price_text {
	padding: 23px 0px 23px 16px;
	width: 35%;
	text-align: left;
	height: 203px;
}

.plans_wrp_off .price-off {
	display: flex;
	justify-content: space-between;
}

.plans_wrp_off .price_text p {
	margin-bottom: 5px;
}

.plans_wrp_off .price_text span {
	font-size: 21px;
	line-height: 36px;
	color: #818181;
	height: 36px;
	font-weight: 900;
	display: block;
	font-family: 'Merriweather', serif;
}

.plans_wrp .price-month .plan_text,
.price_text .price-month .plan_text {
	font-size: 34px;
	line-height: 48px;
	margin-bottom: 8px;
}

.plans_wrp_off .price_text .price-month span {
	font-size: 14px;
	line-height: 32px;
	color: #4F4F4F;
	font-weight: 400;
}

.plans_wrp_off .percentage_text {
	clip-path: polygon(100% 0, 0% 0, 100% 80%);
	background: linear-gradient(360deg, #3EA3DC 0%, #5E4F9C 97.85%);
	opacity: 0.9;
	width: 100%;
	padding: 10px 12px 2px 35px;
}

.plans_wrp_off .percentage_text .percentage {
	text-align: right;
}

.percentage_text .percentage span {
	font-size: 36px;
	line-height: 38px;
	color: #FFFFFF;
	font-weight: 900;
	font-family: 'Merriweather', serif;
	display: block;
	margin-bottom: 5px;
}

.percentage_text .percentage p {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	padding-left: 25px;
}

.cookie-notice-container .cn-text-container {
	font-size: 16px;
	line-height: 24px;
	color: #3E3E3E;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.cookie-notice-container .cn-link {
	color: #0047B2;
	font-weight: 600;
	display: inline-block;
}

.cookie-notice-container .cn-link:hover {
	color: #262626;
}

#cookie-notice .cookie-notice-container {
	padding: 10px 20px;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
	font-size: 16px;
	line-height: 24px;
	padding: 6px 28px;
	border: transparent;
	border-radius: 5px;
	color: #FFFFFF !important;
	font-weight: 600;
	background: linear-gradient(270deg, #F36D7D 0%, #FF9378 49.48%, #D469BE 100%);
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
	background: linear-gradient(270deg, #FE5F72 0%, #FF8061 51.56%, #D83FB8 100%);
}

.sale-popup {
	position: fixed;
	top: 0;
	opacity: 0;
	visibility: hidden;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	background-color: rgba(0, 0, 0, 70%);
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}

.sale-popup.show {
	opacity: 1;
}

.sale-popup .popup-dialog {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.sale-popup .popup_content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 30px 25px;
	/* background-image: url("../images/plat-banner.png"); */
	background-position: center;
	border: none;
	text-align: center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.popup_title h3 {
	font-size: 30px;
	line-height: 35px;
	/* color: #ffffff; */
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0px;
	font-family: 'Merriweather', serif;
}

.popup_content .small-text {
	margin: 20px 0px;
}

.popup_content .small-text p {
	font-size: 18px;
	line-height: 24px;
	/* color: #ffff; */
	text-transform: uppercase;
}

.popup_content .discount span {
	font-size: 75px;
	line-height: 80px;
	/* color: #262626; */
	font-weight: 900;
	display: block;
	font-family: 'Merriweather', serif;
	position: relative;
	z-index: 2;
}

.popup_content .discount span::after {
	content: attr(data-name);
	position: absolute;
	top: 45px;
	left: 4px;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 0.4px;
	-webkit-text-stroke-color: #ffffff;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.popup_content .dis-text {
	margin: 30px 0px;
}

.popup_content .dis-text span {
	font-size: 20px;
	line-height: 25px;
	/* color: #ffffff; */
	font-weight: 400;
	text-transform: uppercase;
}

.popup_content .dis-text p {
	/* color: #f9b9c1; */
	margin: 0;
}

.popup_content .btn-transparent {
	width: auto;
	display: inline-block;
	/* color: #f36d7d;
	background-color: #ffffff; */
	border-color: transparent;
	text-transform: uppercase;
}

.popup_content .btn-transparent:hover {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
}

.popup_content .close {
	position: absolute;
	color: #ffffff;
	top: -25px;
	right: -30px;
	font-size: 25px;
	cursor: pointer;
}


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/



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

.footer {
	padding: 56px 0px 24px;
}

.footer .f-logo {
	text-align: center;
}

.footer .menu-social {
	display: flex;
	flex-wrap: wrap;
	margin: 90px -52px 82px;
}

.menu-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu-social .f-menu {
	flex: 0 0 20%;
	width: 100%;
	max-width: 100%;
	padding: 0px 52px;
}

.menu-social .f-menu .head span {
	font-size: 17px;
	line-height: 36px;
	color: #262626;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.menu-social .f-menu li {
	margin-bottom: 8px;
}

.menu-social .f-menu li:last-child {
	margin-bottom: 0px;
}

.menu-social .f-menu li a,
.menu-social .f-menu p {
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	font-weight: 400;
}

.menu-social .f-menu li a:hover,
.menu-social .f-menu li a:focus,
.menu-social .f-menu li a.active {
	color: #0047B2;
}

.menu-social .f-menu li a svg {
	margin-right: 10px;
}

.menu-social .f-menu li a svg.fa-youtube {
	margin-right: 8px;
}

footer .copy-right p {
	text-align: center;
}

.contact_form .first-box .wpcf7-form-control-wrap {
	width: 100%;
}

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


.back-to-top {
	position: fixed;
	right: 8px;
	bottom: 15px;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	color: #4B84C4;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 25px;
	line-height: 25px;
	z-index: 999;
	border: 1px solid #4899D2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

/* Typography Page Start */

.top {
	padding-top: 112px;
}

.privacy .main-head {
	margin-bottom: 64px;
}

.privacy p b {
	color: #656565;
}

.privacy .point_content {
	margin-bottom: 48px;
}

.privacy .b-space {
	margin-bottom: 48px;
}

.privacy ul li.p-head {
	font-size: 18px;
	line-height: 29px;
	font-weight: 600;
	margin-bottom: 16px;
}

.typography h1 {
	font-size: 43px;
	line-height: 50px;
	letter-spacing: 0.02em;
	color: #262626;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.typography h2 {
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #262626;
	font-weight: 900;
	font-family: 'Merriweather', serif;
	margin-bottom: 24px;
}

.typography h3 {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #262626;
	font-weight: 900;
	font-family: 'Merriweather', serif;
	margin-bottom: 24px;
}

.typography h4 {
	font-size: 24px;
	line-height: 32px;
	color: #262626;
	margin-bottom: 24px;
	font-weight: 900;
	font-family: 'Merriweather', serif;
}

.typography h5 {
	font-size: 22px;
	line-height: 25px;
	color: #262626;
	font-weight: 600;
	margin-bottom: 24px;
}

.typography h6 {
	font-size: 20px;
	line-height: 20px;
	color: #262626;
	font-weight: 600;
}

.typography .content-image {
	float: right;
}

.typography .content-image img {
	margin: 0 10px 10px 10px;
}

.typography p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: justify;
	margin-bottom: 22px;
	font-weight: 400;
}

.typography a {
	color: #3EA3DC;
	text-decoration: none;
}

.typography a:hover {
	color: #5E4F9C;
}

.typography .alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.typography .alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.typography .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.typography p span {
	font-size: 18px;
	display: block;
	margin-bottom: 24px;
}

.typography pre {
	font-size: 16px;
	line-height: 16px;
}


.typography blockquote p {
	font-size: 16px;
	line-height: 24px;
	color: #262626;
	font-weight: 400;
}

.typography ul,
.typography ol {
	clear: both;
	display: block;
	margin-bottom: 48px;
}

.typography ul li,
.typography ol li {
	display: list-item;
	font-size: 16px;
	line-height: 24px;
	position: relative;
}

.typography ul li a,
.typography ol li a {
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
	color: #3EA3DC;
}

.typography p span b {
	color: #656565;
}

.privacy .point {
	margin-bottom: 65px;
}

.privacy .point ul li {
	list-style: none;
	margin-bottom: 16px;
}

.privacy .point ul li a {
	color: #5E4F9C;
	letter-spacing: -0.01em;
	font-size: 18px;
}

.privacy .point ul li a:hover {
	color: #3EA3DC;
}

.privacy .point ul li:last-child {
	margin-bottom: 0px;
}

.privacy .point ul li::before {
	content: "";
	background-image: url("../images/arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 13px;
	height: 13px;
	position: absolute;
	left: -28px;
	top: 5px;
}

/* Typography Page End */

.content-404 {
	padding-top: 100px;
	text-align: center;
	color: #262626;
}

.content-404 .text .title {
	margin-bottom: 25px;
	color: #262626;
}

.content-404 .btn-transparent {
	margin-top: 35px;
}

.banner-image-svg:hover {
	animation: arrow 0.9s linear alternate infinite;
	-webkit-animation: arrow 0.9s linear alternate infinite;
}

@keyframes arrow {
	0% {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	100% {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
	}
}

.platforms.post-hover {
	position: relative;
}

.platforms .basic_steps {
	background-color: #FFFFFF;
	box-shadow: -1px 6px 16px 1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: -1px 6px 16px 1px rgb(0 0 0 / 10%);
	-moz-box-shadow: -1px 6px 16px 1px rgba(0, 0, 0, 0.1);
	filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.1));
	-webkit-filter: drop-shadow(2px 4px 7px rgba(0, 0, 0, 0.1));
	padding: 8px;
	width: 355px;
	position: absolute;
	left: 0;
	top: 75%;
	z-index: 1;
	display: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transform: translate(50%, 0);
}

.platforms .basic_steps::before {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 14px solid #fff;
	content: "";
	position: absolute;
	top: -13px;
	right: 80px;
}

.platforms.post-hover .basic_steps {
	display: block;
}

.platforms .basic_steps ul {
	margin: 0 !important;
}

.platforms .basic_steps ul li,
.platforms .basic_steps p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	height: auto;
	cursor: text;
	margin: 0;
}

.platforms strong {
	border-bottom: dotted;
	font-weight: 400;
	cursor: pointer;
}

.platforms .basic_steps ul li::marker {
	color: #000000;
}

.tooltip.show {
	opacity: 1;
}

.tooltip-inner {
	background-color: #fff;
	box-shadow: -1px 6px 16px 1px rgb(0 0 0 / 10%);
	color: #000;
	opacity: 1 !important;
	padding: 10px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #3E3E3E;
	max-width: 383px !important;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
	border-top-color: #fff;
	border-width: 0.5rem 0.5rem 0;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
	border-right-color: #fff;
	border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
	border-bottom-color: #fff;
	border-width: 0 0.5rem 0.5rem;
}

.platforms span {
	border-bottom: dotted;
	display: inline-block;
}

/*========30/01/2023========*/
.popup-dialog img {
	width: 500px;
	height: 400px;
	object-fit: cover;
}

.sale-popup .popup_content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.sale-popup .popup_content .btn-no {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.page-template-tpl_platform .all-block .text ul {
	margin-bottom: 20px;
}

/*========30/01/2023========*/

.tooltip-inner {
	text-align: left;
}