@font-face {
    font-family: ManRop;
    font-weight: bolder;
    src: url("../fonts/manrope-extrabold.otf") format("opentype");
	font-display: swap;
}

@font-face {
    font-family: ManRop;
    font-weight: 700;
    src: url("../fonts/manrope-bold.otf") format("opentype");
	font-display: swap;
}

@font-face {
    font-family: ManRop;
    font-weight: 600;
    src: url("../fonts/manrope-medium.otf") format("opentype");
	font-display: swap;
}

@font-face {
    font-family: ManRop;
    font-weight: 400;
    src: url("../fonts/manrope-regular.otf") format("opentype");
	font-display: swap;
}

@font-face {
    font-family: ManRop;
    font-weight: 300;
    src: url("../fonts/manrope-light.otf") format("opentype");
	font-display: swap;
}

@font-face {
    font-family: ManRop;
    font-weight: 100;
    src: url("../fonts/manrope-thin.otf") format("opentype");
	font-display: swap;
}

@font-face {
    font-family: UbuntuMono;
    font-weight: normal;
    font-style: italic;
    src: url("../fonts/UbuntuMono-Italic.ttf");
	font-display: swap;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'ManRop', sans-serif !important;
    background: #FFF !important;
    color: #1D1637;
}

#notice {
    background-color: #1C004A;
    color: #fff;
    text-align: center;
    height: 52px;
}
#notice p {
    padding-top: 15px;
    margin-bottom: 5px;
    font-weight: 700;
}

#main_header {
    /* border-bottom: 1px solid rgba(208, 208, 208, 0.54); */
    /* position: sticky;
    top: 0; */
	position: relative;
	z-index: 1;
}

.white_color{
    color: #FFFFFF;
}

.primary_color {
    color: rgba(255, 137, 251, 1);
}

.primary_color_bg {
    background: rgba(255, 137, 251, 1);
}

.heading_color {
    color: #1C004A;
}

.black_light {
    color: #666272;
}

.main_h1 {
    font-size: 70px;
    line-height: 76px;
}

.weight700 {
    font-weight: 700;
}

.weight600 {
    font-weight: 600;
}

.upper_case {
    text-transform: uppercase;
}

.sub_heading {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.font19 {
    font-size: 19px;
}

.italic_ubuntu {
    font-family: UbuntuMono;
    font-style: italic;
}

.textblue {
    color: #0040FF;
    font-weight: 600;
}

.ptb50 {
    padding: 50px 0px;
}

.ptb70 {
    padding: 70px 0px;
}

.navbar {
    padding: 45px 0px;
}

.navbar img {
    max-width: 210px;
}

.nav_mr li {
    margin-left: 15px;
}

.nav_mr li a {
    font-size: 18px;
    color: #FFFFFF;
}

.nav_mr .dropdown-menu li {
    margin-left: 0px;
}

.nav_mr .dropdown-menu li a {
    color: #000;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.custom_intro_height {
    width: 100%;
    height: 100vh;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#video_section #background_video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -100;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-attachment:fixed;
}

#video_section #video_overlays:before {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    width: 100%;
    height: 100vh;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#navbarResponsive ul.nav_mr li.last_option {
    border: 1px solid rgba(255, 137, 251, 1);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
}

#navbarResponsive ul.nav_mr li.last_option:hover {
    background-color: rgba(255, 137, 251, 1);
}

#intro_section .hero_text_container {
    margin-top: 230px;
}

#intro_section .hero_text_container p {
    font-weight: 400;
    font-size: 22px;
    line-height: 23px;
}

#hero_video_section {
/*     z-index: -2; */
    margin-top: -140px;
    /* border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; */
    overflow: hidden;
	/* height: 905px; */
    height: auto;
}

/* #hero_video_section video {
    filter: brightness(0.6);
} */

a.gemmo-btn div {
    height: 50px;
    background:rgba(255, 137, 251, 1);
    width: 225px;
    text-align: center;
    padding-top: 12px;
}

a.gemmo-btn.secondary div {
    background: none;
    border: 1px solid #0040FF;
}

a.gemmo-btn {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

a.gemmo-btn.secondary {
    color: #0040FF;
}

a.gemmo-btn div:hover {
    background:#e186de;
}

a.gemmo-btn.secondary div:hover {
    background:#0040FF;
    color: #FFF;
}

.arrow_down_div {
    display: flex;
}
.arrow_down_div div:nth-child(1) {
    margin-right: 20px;
}
.arrow_down_div p {
    padding-top: 5px;
    font-size: 16px;
    line-height: 23px;
}
#page_section {
    background: url("../imgs/left_lines.png") left top no-repeat, url("../imgs/right_lines.png") 100% -65% no-repeat;
}

/* #page_section .content_div {
    padding-top: 80px;
} */

.floating_msg_start p {
    font-size: 19px;
    color: #1B1B1B;
    line-height: 30px;
}

.floating_msg {
    background: #0040FF;
    background-image: url('../imgs/floating_msg_layer.png');
    background-repeat: no-repeat;
    background-position: 70px 320%;
    padding: 50px;
    padding-bottom: 120px;
}
.floating_msg .profile_container {
    display: flex;
    margin-bottom: 20px;
}
.floating_msg .profile_msg_container p {
    font-size: 23px;
    font-style: italic;
    color: #FFFFFF;
    font-family: UbuntuMono;
    line-height: 30px;
}
.floating_msg .profile_container .profile_img {
    border-radius: 50%;
    background-color: rgba(255, 137, 251, 1);
    width: 65px;
    height: 65px;
    margin-right: 15px;
}

.floating_msg .profile_container .profile_img img {
    max-width: 65px;
    max-height: 65px;
}

.floating_msg .profile_container .profile_info {
    color: #FFFFFF;
}

.floating_msg .profile_container .profile_info p {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
}

.floating_msg .profile_container .profile_info span {
    font-weight: 400;
    font-size: 16px;
}

.floating_msg_quote_icon {
    float: right;
}

.floating_msg_quote_icon img {
    margin-top: -120px;
    margin-right: 50px;
}


#footer {
    padding-top: 100px;
    background-color: #1C004A;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.footer_form {
    padding: 30px 0px;
}

.footer_bottom {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #FFF;
    padding-top: 50px;
}

.footer-nav-logo-section div:nth-child(1) img {
    margin-bottom: 40px;
}

.footer-nav-logo-section div:nth-child(2) {
    margin-top: 40px;
}

.footer-nav-logo-section ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.footer-nav-logo-section ul li {
    float: left;
    margin-right: 20px;
}

.footer-nav-logo-section ul li img {
    width: 20px;
    height: 20px;
}

.footer-nav-logo-section ul li img:hover {
    transform: scale(1.2);
}

.footer-nav-section {
    text-align: center;
}

.footer-nav-section p {
    font-weight: bold;
    color: #1D1637;
}

.footer-nav-section ul {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.footer-nav-section ul li {
    margin-bottom: 10px;
}

.footer-nav-section ul li a {
    color: #666272;
    text-decoration: none;
}

.footer-nav-section ul li a:hover {
    color: #1D1637;
}

hr {
    width: 100%;
    border-bottom: 2px solid #D7D7D7;
}

.terms_div ul {
    padding-left: 0px;
    list-style: none;
}

.terms_div ul li {
    float: right;
    margin-left: 15px;
}

.terms_div ul li a {
    margin-left: 15px;
    color: #666272;
    text-decoration: none;
}

.terms_div ul li a:hover {
    color: #1D1637;
}

.terms_div_left ul {
    padding-left: 0px;
    list-style: none;
}

.terms_div_left ul li {
    float: left;
}

.terms_div_left ul li a {
    text-decoration: none;
    cursor: unset;
    pointer-events: none;
}


.dropdown-toggle::after {
    vertical-align: 0.05rem;
}

/* navbar */

/* .dropdown .dropdown-toggle, .dropdown .dropdown-item {
    font-size: 15px;
} */

.lower_text_size li a {
    font-size: 15px;
}

.intro_bg_sides {
    background: url("../imgs/left_lines.png") left top no-repeat, url("../imgs/right_lines.png") 100% 390% no-repeat;
}

.intro_bg_sides_light {
    background: url("../imgs/light_left_lines.png") left top no-repeat, url("../imgs/light_right_lines.png") right 100% no-repeat;
}

.intro_bg_sides_smart {
    background: url("../imgs/left_lines.png") left top no-repeat, url("../imgs/right_lines.png") 100% 7000% no-repeat;
}

.intro_bg_sides_light .elementor-post__read-more {
    background-color: #fff;
    padding: 15px;
}

.intro_bg_sides_light .elementor-post__read-more:hover {
    background-color: #0040FF;
	color: #fff !important;
}

.post_pink_read_more_btn .elementor-post__read-more {
    background-color: #FF89FB;
    padding: 15px;
}

.form_section_container {
    background: url("../imgs/light_right_lines.png") right 100% no-repeat;
    /* border-top-right-radius: 15px;
    border-top-left-radius: 15px; */
}

.form_section_container .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    opacity: 0.5;
}

.footer_curve {
    border-top-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    margin-top: -15px;
    background: #fff;
}

.gemmo_footer_form, .gemmo_footer_form_submit_area {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gemmo_footer_form .cf7-half {
    width: 48%;
    margin-bottom: 30px;
}

.gemmo_footer_form label {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    padding-left: 0px;
}

.gemmo_footer_form .cf7-full {
    width: 100%;
}

.gemmo_footer_form input, .gemmo_footer_form textarea {
    width: 100%;
    outline: 0;
    background-color: unset;
    border: none;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.gemmo_footer_form input.wpcf7-not-valid {
    border-bottom: 0.5px solid rgba(145, 9, 9, 0.5);
}

.gemmo_footer_form textarea {
    height: 120px;
    resize: none;
}

.gemmo_footer_form_submit_area {
    margin-top: 30px;
}

.gemmo_footer_form_submit_area .consent_area {
    width: 80%;
}

.gemmo_footer_form_submit_area .consent_area {
    color: #fff;
    font-size: 16px;
}

.gemmo_footer_form_submit_area .consent_area .wpcf7-list-item {
    margin: 0px;
}

.gemmo_footer_form_submit_area .submit_btn_area {
    width: 20%;
}

.gemmo_footer_form_submit_area .consent_area button {
	background-color: #FF89FB;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FF89FB;
    border-radius: 0px 0px 0px 0px;
    width: 200px;
    height: 50px;
    color: #fff;
}

.gemmo_footer_form_submit_area .consent_area button:hover {
	background-color: transparent;
    border-style: solid;
    border-color: #FF89FB;
    color: #FF89FB;
}

.gemmo_footer_form_submit_area .submit_btn_area button {
    background-color: #FF89FB;
    color: #000;
    border: none;
    width: 100%;
    height: 50px;
}

.general_form input, .general_form textarea {
    width: 100%;
    outline: 0;
    background-color: unset;
    border: none;
    border-bottom: 1px solid #786A8F;
    color: #1C004A;
}

.general_form label {
    color: #1C004A;
}

.general_form select {
    border: 0px;
    outline: none;
    background: transparent;
    width: 48%;
    border-bottom: 1px solid #786A8F;
}

.general_form input[type='submit'] {
    background: linear-gradient(90deg, #0040FF -21.01%, #E582FB 108.24%);
    border-color: transparent;
    color: #FFF;
    border-right: 0px;
    height: 45px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* GET in Touch Form */

.get_in_touch_form .gemmo_footer_form label {
    color: #1C004A;
    opacity: 0.7;
}

.get_in_touch_form .gemmo_footer_form input, .get_in_touch_form .gemmo_footer_form textarea {
    width: 100%;
    border-bottom: 0.5px solid rgba(120, 143, 143, 0.7);
    color: #1C004A;
}

.get_in_touch_form .gemmo_footer_form_submit_area .consent_area {
	color: #1C004A;
    opacity: 0.7;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 100%;
    margin-top: -25px;
}

.main_inverted_btn a {
	width: 230px;
	color: #000;
	background-color: #FF89FB;
	border: 1px solid #FF89FB;
}

.main_inverted_btn a:hover {
	color: #FF89FB;
	background-color: transparent;
}

.home_six_posts .elementor-post__read-more-wrapper a.elementor-post__read-more:hover {
	font-weight: 600 !important;
}

.smart_env_two_posts .elementor-post__read-more-wrapper a.elementor-post__read-more {
	border: 1px solid #FF89FB;
}

.smart_env_two_posts .elementor-post__read-more-wrapper a.elementor-post__read-more:hover {
	background: transparent;
	color: #FF89FB !important;
}

.intro_bg_sides_inverted .elementor-post__read-more {
	border: 1px solid #fff;
}

.intro_bg_sides_inverted .elementor-post__read-more:hover {
    background-color: #0040FF;
	color: #fff !important;
	border-color: #fff !important;
}

.smart_env_two_posts .elementor-post__read-more {
	border: 1px solid #FF89FB;
}

.smart_env_two_posts .elementor-post__read-more:hover {
	background-color: transparent !important;
	color: #FF89FB !important;
	border-color: #FF89FB !important;
}



.machine_pages_container {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-column-gap: 5%;
}

.machine_pages_container .machine_page_item {
    height: 600px;
    width: 100%;
    padding-top: 330px;
    transition: all 0.7s ease;
	background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.machine_pages_container .machine_page_item._first {
    background: linear-gradient(0deg, rgb(74 64 70 / 30%), rgb(44 41 43 / 30%)), url('/wp-content/uploads/2023/09/Rectangle-13.webp');
}

.machine_pages_container .machine_page_item._second {
    background: linear-gradient(0deg, rgb(74 64 70 / 30%), rgb(44 41 43 / 30%)), url('/wp-content/uploads/2023/09/Rectangle-14.webp');
}

.machine_pages_container .machine_page_item._third {
    background: linear-gradient(0deg, rgb(74 64 70 / 30%), rgb(44 41 43 / 30%)), url('/wp-content/uploads/2023/09/Rectangle-12-8.webp');
}

.machine_pages_container .machine_page_item .page_intro {
    text-align: center;
    background-color: #FFFFFF;
	opacity: 0.9;
    color: #1C004A;
    height: 270px;
    padding-top: 20px;
}

.machine_pages_container .machine_page_item .page_intro span {
    font-size: 21px;
}

.machine_pages_container .machine_page_item .page_intro p {
    font-size: 26px;
    font-weight: 700;
}

.machine_pages_container .machine_page_item .link_abs_container {
	display: flex;
	justify-content: center;
}

.machine_pages_container .machine_page_item a {
	position: absolute;
	background: #7100FF;
    color: #fff;
	font-weight: 600;
    padding: 15px 30px;
    bottom: 25px;
}

.machine_pages_container .machine_page_item a:hover {
	background: #ff4ef9;
}

.machine_pages_container .machine_page_item .link_abs a {
    color: #fff;
}


/* .machine_pages_container a:hover .machine_page_item .page_intro {
	padding-top: 80px;
} */

.machine_pages_container a:hover .machine_page_item .page_intro {
    background-color: #FF89FB;
	height: 100%;
}

.intro_numbers {
    color: #1C004A;
}

.intro_numbers span {
    font-size: 70px;
    font-weight: 600;
    line-height: 76px;
}

.intro_numbers hr {
    margin-bottom: 25px !important;
    margin-top: 25px !important;
	border-color: #0040FF;
}

.intro_numbers h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}


.three_section_item {
    color: #FFFFFF;
}

.three_section_item img{
    width: 100%;
}

.three_section_item ul{
    padding-left: 20px;
}

.three_section_item p{
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    margin: 20px 0;
}

.three_section_item span{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.three_section_item div.sub_bold_div{
    height: 140px;
}

.three_section_item div.sub_bold_div_smart{
    height: 110px;
}

.three_section_item span.sub_bold{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.read_more_icon .elementor-post__read-more-wrapper:after {
	content: "";
    width: 50px;
    height: 15px;
    background: url("/wp-content/uploads/2023/03/Group-499.png") no-repeat center center;
    display: inline-block;
	margin-left: 20px;
}

.linear_pink_border .elementor-element-populated:hover {
	border-image: linear-gradient(#0040FF, #FF89FB) 30;
}

.trusted_by_slider .swiper-wrapper {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
}

.hero_section_smaller#hero_video_section {
	height: 680px;
	/* background: url(../imgs/light_left_lines.png) left top no-repeat, linear-gradient(284.78deg, #0040FF -18.91%, #FF89FB 111.42%); */
    margin-top: -150px;
    background: #1C004A;
}

.our_team_item:hover i::before {
	color: #0040FF !important;
}

.our_team_item:hover h3 {
	color: #0040FF !important;
}

.our_team_item:hover p {
	color: #FF89FB !important;
}

.read_more_icon_two .elementor-post__read-more-wrapper {
	width: 190px;
	padding: 15px;
	background-color: #FF89FB;
}

.read_more_icon_two .elementor-post__read-more-wrapper:hover {
	width: 190px;
	padding: 15px;
	background-color: #0040FF;
}

.read_more_icon_two .elementor-post__read-more-wrapper:after {
    content: "";
    width: 50px;
    height: 15px;
    background: url(/wp-content/uploads/2023/03/Group-499-1.png) no-repeat center center;
    display: inline-block;
    margin-left: 20px;
}

.packages_custom .package_holder {
	color: #FFF;
	height: 580px;
}

.packages_custom .pd_5 {
	padding: 5px;
}

.packages_custom .package_holder .package_intro {
	padding: 15px;
	text-align: center;
	padding: 30px 15px;
	height: 230px;
}

.packages_custom .package_holder .package_intro h2{
	font-size: 36px;
	font-weight: 700;
}

.packages_custom .package_holder .package_intro p{
	font-size: 19px;
}

.packages_custom .package_holder .package_intro a{
	color: #fff;
}

.packages_custom .package_holder .package_intro a .package_book_now{
	border: 1px solid #fff;
	padding: 15px;
    margin-top: 30px;
}

.packages_custom .package_holder .package_intro a .package_book_now img {
	padding-left: 20px;
}

.packages_custom .package_holder .package_intro a:hover img {
	padding-left: 25px;
}

.packages_custom .dark_clr {
	color: #1C004A;
	text-align: left;
}

.packages_custom .standard_package_bg {
	background: #FF89FB;
}

.packages_custom .custom_package_bg {
	background: #1C004A;
}

.packages_custom .pro_package_bg {
	background: #0040FF;
}

.packages_custom .package_holder .package_table_section div {
	border-bottom: 0.2px solid #f8f4f442;
	padding: 20px 15px;
}

.packages_custom .dark_clr div {
	border-bottom: 0.4px solid #1c004a94 !important;
}

.packages_custom .package_holder .package_table_section div:last-child {
	border-bottom: none;
}

.packages_custom .package_holder .package_table_section.center {
	text-align: center;
}

.pum-theme-6732 .pum-container, .pum-theme-enterprise-blue .pum-container {
	padding: 0px !important;
}

.download_ai_state_container {
	display: flex;
	height: 560px;
}

.download_ai_state_container .download_ai_state_img {
	width: 60%;
    background: url(/wp-content/uploads/2023/04/State-of-AI.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
}

.download_ai_state_container .download_ai_state_form {
	padding: 80px 15px 15px 15px;
	width: 40%;
}

.download_ai_state_container .download_ai_state_form input[type="text"],
.download_ai_state_container .download_ai_state_form input[type="email"],
.download_ai_state_container .download_ai_state_form select
{
	width: 230px;
	height: 35px;
	border: 2px solid #e5e4e4;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 5px;
}

.download_ai_state_container .download_ai_state_form .wpcf7-acceptance {
	margin-left: -12px;
	font-size: 12px;
}

.download_ai_state_container .download_ai_state_form input[type="submit"]
{
	background-color: #FF89FB;
    border-style: solid;
    border-width: 2px;
    border-color: #FF89FB;
    border-radius: 5px;
    width: 230px;
    height: 50px;
    color: #fff;
}

.download_ai_state_container .download_ai_state_form .wpcf7 form.sent .wpcf7-response-output {
	font-size: 12px;
}


/* 

    NEW PAGES STYLE START

*/

#navbarResponsive ul.nav_mr li.last_option {
    border-radius: 8px !important;
}

span.default_word_color {
    color: #FF89FB;
}

.gemmo_accordions .elementor-active .elementor-accordion-title {
    background: linear-gradient(270deg, #2149EC -3.57%, #FF89FB 97.69%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gemmo_accordions .elementor-tab-title:not(.elementor-active) {
    border-bottom: 1px solid #0040FF !important;
    /* box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08); */
}

.intro_numbers span {
    color: #0040FF;
}

.gemmo_footer_form_submit_area .consent_area {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gemmo_footer_form_submit_area .submit_btn_area {
    width: unset;
}

.form_section_container {
    background: unset;
}

.custom_g_tabs .custom_g_tabs_btns {
    display: flex;
    justify-content: start;
}

 .custom_g_tabs .handle_div {
    margin-right: 15px;
 }

 .custom_g_tabs .handle_div a {
    text-decoration: none;
 }

 .custom_g_tabs .handle_div a:hover {
    text-decoration: none;
 }

.custom_g_tabs .handle_div a span {
    padding: 10px 20px;
    font-size: 20px;
    color: #1C004A;
    font-weight: 700;
    color: #1C004A;
    border: 1px solid #1C004A;
    border-radius: 32px;
    box-shadow: 0px 7px 12px 0px rgba(126, 62, 255, 0.25);
}

.custom_g_tabs .handle_div a span:hover, .custom_g_tabs .handle_div a span.active {
    background: linear-gradient(90deg, #0040FF -21.01%, #E582FB 108.24%);
    border-color: transparent;
    color: #FFF;
    border-right: 0px;
}

.custom_g_tabs .custom_g_tabs_content h4 {
    color: #0040FF;
    font-family: 'ManRop', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom_g_tabs .custom_g_tabs_content p {
    font-family: 'ManRop', sans-serif;
    color: #1B1B1B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

.custom_g_tabs .custom_g_tabs_content ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 30px;
}

.custom_g_tabs .custom_g_tabs_content ul li {
    font-size: 18px;
    margin-bottom: 15px;
    display: flex;
}

.custom_g_tabs .custom_g_tabs_content ul li img {
    margin-right: 15px;
    max-width: 21px;
    max-height: 21px;
    margin-top: 3px;
}

.custom_g_tabs .custom_g_tabs_content ul li img.dot_img {
    width: 10px;
    height: 10px;
    margin-top: 8px;
}

.custom_g_tabs .custom_g_tabs_content ul li span b {
    font-size: 20px;
    font-weight: 600;
}

.base_btn_style_gemmo {
    margin-top: 80px;
}

.base_btn_style_gemmo a span {
    padding: 12px 32px;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    border-radius: 8px;
    background: linear-gradient(90deg, #0040FF -21.01%, #E582FB 108.24%);
    box-shadow: 0px 7px 12px 0px rgba(126, 62, 255, 0.25);
    border: 0px;
}

.base_btn_style_gemmo a span:hover {
    background: linear-gradient(90deg, #E582FB -21.01%, #0040FF 108.24%);
    border-right: 0px;
}

.custom_g_tabs .custom_g_tabs_img {
    float: right;
}

.custom_g_tabs .custom_g_tabs_img img {
    border-radius: 25px;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.custom_g_tabs .trans_g_class {
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.trusted_by_slider img {
    filter: brightness(0) invert(1);
    max-height: 100px;
}

@media screen and (max-width: 600px) {
    
    .custom_g_tabs .custom_g_tabs_btns {
        display: block;
    }

    .custom_g_tabs .handle_div {
        margin-right: unset;
        margin-top: 35px;
    }

    .base_btn_style_gemmo {
        text-align: center;
    }

}


@media (min-width: 768px) {
    #menu-gemmo-top-nav .dropdown-menu {
        border-radius: 0px;
        padding: 0px;
    }
    
    #menu-gemmo-top-nav .dropdown-menu li, #menu-gemmo-top-nav .dropdown-menu li a {
        height: 50px;
    }
    
    #menu-gemmo-top-nav .dropdown-menu li a {
        padding-top: 13px;
    }
    
    #menu-gemmo-top-nav .dropdown-menu li a:hover {
        background-color: #0040FF;
        color: #FFF;
    }
}

/* 

    NEW PAGES STYLE END

*/

/* blog page style start */


/* shimmer start */

/* .blog_container .blog_content .blog_item .shine {
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 225px;
	display: inline-block;
	position: relative;

	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: placeholderShimmer;
	-webkit-animation-timing-function: linear;
}

.blog_container .blog_content .blog_item box {
	height: 30px;
	width: 100px;
}

.blog_container .blog_content .blog_item div {
	display: inline-flex;
	flex-direction: column;
	vertical-align: top;
}

.blog_container .blog_content .blog_item lines {
	height: 10px;
	margin-top: 10px;
	width: 325px;
}

.blog_container .blog_content .blog_item photo {
	display: block !important;
	width: 325px;
	height: 225px;
	margin-top: 15px;
}

@-webkit-keyframes placeholderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}


.blog_container {
	display: grid;
	grid-template-columns: 20% 80%;
	font-family: "Manrope", Sans-serif;
}

.blog_container .blog_sidebar {
	background-color: #1c004a;
}

.blog_container .blog_sidebar ul {
	padding-left: 0px;
	position: sticky;
	top: 80px;
}

.blog_container .blog_sidebar ul a {
	font-size: 18px;
	font-weight: 500;
}

.blog_container .blog_sidebar ul li {
	list-style: none;
	color: #fff;
	padding: 20px 30px;
}

.blog_container .blog_sidebar ul li:hover,
.blog_container .blog_sidebar ul li.active {
	background-color: #0040ff;
}

.blog_container .blog_content .blog_items_container {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	column-gap: 3%;
}

.blog_container .blog_content {
	padding: 50px;
}

.blog_container .blog_content .blog_item {
    margin-bottom: 40px;
}

.blog_container .blog_content .blog_item:not(.gemmo_shimmer) {
	background: #0202010A;
	padding: 15px;
}

.blog_container .blog_content .blog_item .blog_img {
	margin-bottom: 15px;
    height: 270px;
}

.blog_container .blog_content .blog_item .blog_img img {
	border-radius: 15px;
    max-height: 270px;
    object-fit: contain;
}

.blog_container .blog_content .blog_item .blog_title {
	height: 55px;
    display: block;
}

.blog_container .blog_content .blog_item .blog_title a {
	color: unset;
}

.blog_container .blog_content .blog_item .blog_title h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 28px;
	color: #1c004a;
}

.blog_container .blog_content .blog_item .blog_tags {
    margin: 15px 0px 10px 0px;
    display: flow-root;
}

.blog_container .blog_content .blog_item .blog_tags span {
    color: #FFF;
    background-color: #0040ff;
    border-radius: 20px;
    float: left;
    margin-right: 5px;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 5px;
}

.blog_container .blog_content .blog_item .blog_exp {
	height: 120px;
	margin: 15px auto;
}

.blog_container .blog_content .blog_item .blog_exp p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.blog_container .blog_content .blog_item .blog_exp p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.blog_container .blog_content .blog_item .blog_readmore a {
	color: #0040ff;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}

.blog_container .blog_content .blog_loadhandle {
    margin: 30px auto;
}

@media (max-width: 1440px) {

    .blog_container .blog_content .blog_item .blog_img {
        height: 200px;
    }

    .blog_container .blog_content .blog_item .blog_img img {
        max-height: 200px;
    }

    .blog_container .blog_content {
        padding: 15px;
    }

}

@media (max-width: 1200px) {

    .blog_container .blog_content .blog_items_container {
        grid-template-columns: 48.5% 48.5%;
    }

    .blog_container .blog_content {
        padding: 50px;
    }

}

@media (max-width: 768px) {

    .blog_container {
        grid-template-columns: 40% 60%;
    }

    .blog_container .blog_content .blog_items_container {
        grid-template-columns: 97%;
    }

}

@media (max-width: 479px) {

    .blog_categories_mobile {
        display: block !important;
    }

    .blog_categories_mobile select {
        width: 100%;
        height: 45px;
        border: 1px solid #8080806b;
    }

    .blog_container .blog_sidebar {
        display: none;
    }

    .blog_container .blog_content .blog_item:not(.gemmo_shimmer) {
        padding: 10px;
    }

    .blog_container .blog_content .blog_item lines {
        width: 290px;
    }
    
    .blog_container .blog_content .blog_item photo {
        width: 290px;
    }

    .blog_container .blog_content {
        padding: 30px;
    }

    .blog_container {
        grid-template-columns: 100%;
        column-gap: 0%;
    }

    .blog_container .blog_sidebar ul li {
        padding: 15px;
    }

    .blog_container .blog_content .blog_item .blog_title h3 {
        line-height: 20px;
    }

    .blog_container .blog_content .blog_item .blog_exp p {
        line-height: 24px;
    }

    .blog_container .blog_content .blog_items_container {
        grid-template-columns: 100%;
    }

}

@media (max-width: 425px) {

    .blog_container .blog_sidebar ul a {
        font-size: 15px;
        line-height: 16px;
    }

}

@media (max-width: 375px) {

    .blog_container .blog_sidebar ul li {
        padding: 15px 10px;
    }

    .blog_container .blog_content {
        padding: 10px;
    }

} */

/* blog page style ends */

/* new blog page */

div.categories_pc {
	display: flex;
}

div.categories_pc a {
	margin-right: 30px;
	text-decoration: none;
}

div.categories_pc a .cat_item span {
	color: #1C004A
}

div.categories_pc a.active .cat_item span {
	padding: 8px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    border-radius: 8px;
    background: linear-gradient(90deg, #0040FF -21.01%, #E582FB 108.24%);
    box-shadow: 0px 7px 12px 0px rgba(126, 62, 255, 0.25);
    border: 0px;
}

.blog_search {
	display: flex;
    justify-content: end;
}

.blog_search input {
	border: 1px solid #ececec;
	outline: none;
	height: 40px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 15px;
	padding-left: 10px;
	width: 198px;
}

.blog_search button {
	background: #0040FF;
	color: #FFF;
	border-color: transparent;
	font-size: 14px;
	padding: 5px 20px;
}

div.categories_mobile select {
	width: 100%;
	border: 1px solid #ececec;
	outline: none;
	height: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width: 768px) {

	div.categories_pc {
		display: flex !important;
		padding-top: 7px
	}

}

@media (max-width: 768px) {

	div.categories_mobile {
		display: block !important;
	}

}

.blog_items_container {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	column-gap: 3%;
}

.blog_item {
    margin-bottom: 40px;
}

.blog_item:not(.gemmo_shimmer) {
	background: #0202010A;
	padding: 15px;
}

.blog_item .blog_img {
	margin-bottom: 15px;
    height: 270px;
}

.blog_item .blog_img img {
	border-radius: 15px;
    /* max-height: 100%; */
	width: 100%;
	height: 100%;
    /* object-fit: contain; */
}

.blog_item .blog_title {
	height: 55px;
    display: block;
}

.blog_item .blog_title a {
	color: unset;
}

.blog_item .blog_title h3 {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 28px;
	color: #1c004a;
}

.blog_item .blog_tags {
    margin: 15px 0px 10px 0px;
    display: flow-root;
}

.blog_item .blog_tags span {
    color: #FFF;
    background-color: #0040ff;
    border-radius: 20px;
    float: left;
    margin-right: 5px;
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 5px;
}

.blog_item .blog_exp {
	height: 120px;
	margin: 15px auto;
}

.blog_item .blog_exp p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.blog_item .blog_exp p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
}

.blog_item .blog_readmore a {
	color: #0040ff;
	font-size: 20px;
	font-weight: 500;
	text-transform: capitalize;
}

.gemmoblogpag .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0040ff;
    border-color: #0040ff;
}


/* new blog ends */

/* bug navbar start */

.big_nav {
	position: absolute;
    background: #FFF;
    width: 520px;
	display: grid;
    grid-template-columns: 50% 50%;
	left: -130px;
    top: 48px;
}

.big_nav p {
	font-weight: bold;
	font-size: 18px;
	color: #1C004A;
	margin-bottom: 0px;
    padding: 15px;
}

.big_nav .big_nav_left {
	background-color: #FFF;
	/* padding: 15px; */
}

.big_nav .big_nav_right {
	background-color: #F8F8F8;
	/* padding: 15px; */
}

.big_nav .gnav div {
	/* height: 40px; */
	width: 100%;
	padding: 10px 15px;
}

.big_nav .gnav {
	border-top: 1px solid #000;
}

.big_nav .gnav a {
	text-decoration: none;
}

.big_nav .gnav a div span {
	color: #1B1B1B;
	font-size: 16px;
}

.big_nav .gnav a:hover div {
	background: #0040FF;
}

.big_nav .gnav a:hover div span {
	color: #FFF;
}

.mobilebignav {
	display: none !important;
}


@media screen and (max-width: 768px) {
	.big_nav {
		display: none !important;
	}

	.mobilebignav {
		display: block !important;
	}

    .general_form select {
        width: 100%;
    }

}


/* bug navbar end */


/* newsletter popup form */

.newsletter_popup_form {
    padding: 50px 20px 20px 20px;
}

.newsletter_popup_form .gemmo_footer_form {
    width: 100%;
}

/* newsletter popup form */