/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 04 2023 | 11:24:26 */
html, body {
  scroll-behavior: smooth !important;
}

/* Top Bar */

div#top-bar-content span {
    font-size: 16px;
}
.topbar_content_sec ul {
    display: flex;
    list-style: none;
    margin: 0;
}

.topbar_content_sec ul li {
    padding: 0 12px;
    line-height: 20px;
}

.topbar_content_sec ul li i {
    margin-right: 6px;
}

.topbar_content_sec ul li:first-child {
    padding-left: 0;
    border-right: 1px solid #fff;
}

.topbar_content_sec {
    height: 20p;
}

/* Header */

.custom_menu_btn a span {
    background: #2da28f;
    color: #fff;
    padding: 8px 22px;
    border-radius: 100px;
}

.custom_menu_btn a span:hover {background: #000 !important;}

/* Slider */

rs-sbg:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  position: absolute;
  opacity: .4;
  left:0;
  top:0;
}

/* Courses Section */

.courses_section_home .courses_item {
    background: #fff;
    border-radius: 6px;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
}

.courses_section_home .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-gap: 15px;
}

.courses_section_home .courses_item {
    position: relative;
}

.courses_section_home .courses_item:before {
  content: " ";
  height: 60px;
  width: 60px;
  background: #ff00000f;
  position: absolute;
  border-radius: 100%;
  right: 20px;
}

.courses_section_home .courses_item:after {
  content: " ";
  height: 30px;
  width: 30px;
  background: #2da28f14;
  position: absolute;
  border-radius: 100%;
  right: 60px;
  top: 56px;
}

/* Contact Seciton Home */

.contact_section_home form.wpcf7-form.init p {
    margin-bottom: 0;
}

.contact_section_home form.wpcf7-form.init input {
    height: 50px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.contact_section_home form.wpcf7-form.init textarea {
    margin-bottom: 15px;
    height: 120px;
    border-radius: 5px;
}

.contact_section_home form.wpcf7-form.init .col2_form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}

.contact_section_home form.wpcf7-form.init .col2_form br {
    display: none;
}

.contact_section_home .elementor-container .elementor-column {
    padding: 30px 30px 0 30px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    width: 100%;
    border-radius: 6px;
}

.contact_section_home .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px,1fr));
    grid-gap: 40px;
}

.contact_section_home input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.contact_section_home .profile-img-wrapper img {
    width: 100px !important;
    box-shadow: 0 5px 12px #0003;
    border: 4px solid #fff;
}

.contact_section_home h3.author-name {
    font-size: 22px !important;
    font-weight: 600 !important;
}

.contact_section_home .single-item-wrapper {
    margin-top: 30px !important;
}

.contact_section_home .item-content.entry-content p {
    font-size: 14px;
}

.contact_section_home .owl-nav button {
    border: 1px solid #2da28f !important;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    color: #2da28f !important;
}

.contact_section_home .owl-nav button:hover {
    background: #29a08d !important;
    color: #fff !important;
}

/* Footer */

.custom_footer div#site-logo-inner {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    max-width: 250px;
}

.custom_footer ul#menu-main-menu-2 {
    margin: 0;
    text-align: center;
    color: #fff !important;
    list-style: none;
}

.custom_footer ul#menu-main-menu-2 li a {
    color: #fff;
}

.custom_footer ul#menu-main-menu-2 li {
    margin-bottom: 8px;
}

.custom_footer ul#menu-main-menu-2 li a:hover {
    color: #29a08d;
}

.custom_footer li.elementor-icon-list-item {
    align-items: flex-start !important;
}

/* Inner Pages Heading */

header.page-header.background-image-page-header {
    background-position: bottom center;
    background-size: cover;
}

header.page-header h1.page-header-title.clr {
    font-weight: 700 !important;
  	margin-bottom:10px !important;
}

header.page-header nav.site-breadcrumbs.clr.position- {
    margin-top: 0;
}

/* About us page */

.about_page_testimonial .elementor-container .elementor-column {
    background: #fff;
}

/* Contact Page */

.contact_page_sec li.elementor-icon-list-item {
    align-items: flex-start !important;
}

/* Download Page */

.custom_downlaod_tables thead tr {
    background: #2da28f !important;
}

.custom_downlaod_tables thead tr td {
    background: transparent !important;
}

.custom_downlaod_tables thead tr th {
    background: transparent !important;
    color: #fff;
}

.custom_downlaod_tables thead tr th.column-1,
.custom_downlaod_tables thead tr th.column-4 {
    text-align: center;
}

.custom_downlaod_tables tbody.row-hover tr td.column-1,
.custom_downlaod_tables tbody.row-hover tr td.column-4 {
    text-align: center;
}

.custom_downlaod_tables tbody.row-hover tr td.column-4 a,
.custom_downlaod_tables tbody.row-hover tr td.column-5 a {
/*     background: #2da28f; */
/*         color: #f00; */
    padding: 5px 20px;
    border-radius: 100px;
    font-size: 30px;
    line-height: 30px
}

.custom_downlaod_tables tbody.row-hover tr td.column-4 a{
  color:#000;
}

.custom_downlaod_tables tbody.row-hover tr td.column-4 a:hover{
  color:#2da28f;
}

.custom_downlaod_tables tbody.row-hover tr td.column-5 a{
  color:red;
}

.custom_downlaod_tables tbody.row-hover tr td.column-5 a:hover{
  color:#000;
}

/* .custom_downlaod_tables tbody.row-hover tr td.column-4 a:hover {
    background: #333;
} */

.custom_downlaod_tables tbody.row-hover tr td.column-5,
.custom_downlaod_tables tbody.row-hover tr th.column-5{
  text-align:center;
}

.custom_downlaod_tables tbody.row-hover tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom_downlaod_tables div#tablepress-1_filter input {
    border-radius: 100px;
    border: 1px solid #333;
}

.custom_downlaod_tables div#tablepress-1_filter {
    margin-bottom: 12px;
}

.custom_downlaod_tables div#tablepress-1_filter input {
    border-radius: 100px;
    border: 1px solid #333;
  padding: 4px 10px;
}

.custom_downlaod_tables div#tablepress-1_filter {
    margin-bottom: 12px;
}

.custom_downlaod_tables div#tablepress-1_filter label {
    font-weight: 600;
    color: #2da28f;
}

input{
  outline: none !important;
}

/* Courses Page */

.courses_page_class_wise>.elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px,1fr));
    grid-gap: 30px;
}

.courses_page_class_wise>.elementor-container>.elementor-column {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 12%);
    padding: 20px;
    border-radius: 5px;
}

.courses_page_class_wise .course_details .elementor-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
}

.courses_page_class_wise .course_details .elementor-container .elementor-column {
    width: 100%;
}

.courses_page_class_wise .course_heading h2 {
    display: inline-block;
    background: #ff8d00;
    padding: 8px 20px;
    text-align: left !important;
    border-radius: 0 100px 100px 0;
    position: absolute;
    left: -30px;
    top: 0;
    color: #fff;
  box-shadow: 0px 4px 0px #000;
}

.courses_page_class_wise .course_details {
    margin-top: 30px;
}

.courses_page_class_wise .course_details h3 {
    color: #2da28f;
}

.courses_page_class_wise.col3_course>.elementor-container {
    grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
}

.courses_page_class_wise.col3_course .course_details .elementor-container {
    grid-template-columns: repeat(auto-fill, minmax(150px,1fr));
}

.courses_page_class_wise.col3_course>.elementor-container>.elementor-column {
    padding: 20px 0px 0 0;
}

.courses_page_class_wise.col3_course .course_heading h2 {
    left: -10px;
}

.courses_page_class_wise.col3_course span.elementor-icon-list-text {
    line-height: 18px;
}

.courses_page_class_wise.col3_course li.elementor-icon-list-item {
    align-items: flex-start !important;
}

.courses_page_class_wise.col3_course li.elementor-icon-list-item {
    margin-bottom: 12px !important;
}

.courses_page_class_wise.col3_course span.elementor-icon-list-icon {
    margin-top: 5px;
}

/* Login Page */

.login_page_form .pc_aligned_form.pc_falign_left {
    text-align: center !important;
}

.login_page_form .pc_login_row {
    display: flex;
    flex-direction: column;
}

.login_page_form button.pc_auth_btn {
    width: 100%;
    text-align: center;
    background: #2da28f !important;
    color: #fff !important;
    margin-top: -25px !important;
    padding: 10px;
}

.login_page_form form.pc_login_form{
  max-width:450px;
}

.site-breadcrumbs{
  transform: translateY(-50%);
}

mark.pc_logout_btn {
    float: right;
    background: #2da28f !important;
    border-color: #2da28f !important;
    color: #fff !important;
    padding: 10px 30px;
    font-size: 16px !important;
}

mark.pc_logout_btn:hover {
    background: #000 !important;
    color: #fff !important;
}

mark.pc_logout_btn {
    z-index: 99;
}

.custom_downlaod_tables>.elementor-container {
    width: 100% !important;
}




/* ========Responsive========= */

@media only screen and (max-width: 767px){
  
/*   Top bar */
  
  .topbar_content_sec ul {
    display: block;
    list-style: none;
    margin-bottom: 20px;
}
.topbar_content_sec ul li i {
    margin-right: 0px;
    display: block;
    margin-bottom: 10px;
}
.topbar_content_sec ul li {
    margin-bottom: 10px;
}
.topbar_content_sec ul li:first-child {
    border-right: none;
}
 
  /*   header */
  
#site-logo #site-logo-inner img {
    width: 180px !important;
}
  /* slider */
  #rev_slider_1_1_wrapper .hesperiden.tparrows{
    display:none !important;
  }
  
  .elementor-11 .elementor-element.elementor-element-93d433e img {
    height: 400px !important;
    object-fit: cover;
    box-shadow: -58px 58px 0px -52px #2da28f;
}
  
  .contact_section_home .elementor-container {
    grid-template-columns: repeat(auto-fill, minmax(280px,1fr)) !important;
}
  .contact_section_home .elementor-container .elementor-column {
    padding: 30px 0px 0px 0px !important;
}
  
/*   footer */
  .custom-header-logo.left {
    text-align: center !important;
}
  .custom_footer .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
    justify-content: center !important;
    text-align: center !important;
}
  .custom_footer p{
    margin-bottom:0px !important;
  }
  
/*   About us  */
  .elementor-15 .elementor-element.elementor-element-be13126 img{
     height: 400px !important;
    object-fit: cover;
    box-shadow: -58px 58px 0px -52px #2da28f;
  }
  
  /*   courses  */
  .courses_page_class_wise>.elementor-container {
    grid-template-columns: repeat(auto-fill, minmax(280px,1fr)) !important;
}
  
}


/* Menu call btn */

.menu_call_btn_custom  span {
    background: #000;
    color: #fff;
    padding: 8px 22px;
    border-radius: 100px;
}

.menu_call_btn_custom a:hover span {
    background: #2da28f;
}

.custom_menu_btn a {
    padding-right: 0 !important;
}

/* landing-form */
.landing-form form{
	display:flex !important;
	gap:20px !important;
	flex-direction:column!important;
}
.landing-form input{
	padding:12px !important;
	border-radius:2px !important;
	border: solid 1px #fff !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
/* 	margin-bottom:20px !important; */
	min-height: 50px !important;
	font-size:16px !important;
	color:#fff !important;
}
.landing-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
	padding:12px !important;
	border-radius:8px !important;
	border:none !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
	margin-bottom:0px !important;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	    background: linear-gradient(0deg, var(--purple), red);
    font-size:22px !important;
}
.landing-form ::placeholder{
	color:#fff;
}
.image-card-sec img{
	height:80px;
	width:80px;
	object-fit:contain;
}
.image-card-sec  .elementor-widget-image-box .elementor-widget-container figure{
	margin-bottom:5px !important;
}
.image-card-sec  .elementor-widget-image-box .elementor-widget-container p{
	font-size:18px;
	font-weight:500;
	line-height:1.2;
	text-transform:capitalize;
}
.image-card-sec  .elementor-widget-image-box{
	height:100%;
	
}
.image-card-sec  .elementor-widget-image-box .elementor-widget-container{
	box-shadow: 0 0 38px rgb(0 0 0 / 11%);
    text-align: center;
    padding: 35px 20px 40px;
    background: #fff;
    position: relative;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
	height:100%;
}
.heading-left h2 {
    position: relative;
    display: inline-block !important;
    letter-spacing: 1px !important;
}
.heading-left  h2:before {
    content: "";
    height: 18px;
    width: 25px;
    position: absolute;
    background: url(http://sscoachingcentre.com/wp-content/uploads/2023/03/heading_image-1-1.png);
    left: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.heading-img {
	position:relative;
}
.heading-img h2 {
    position: relative;
    display: inline-block !important;
    letter-spacing: 1px !important;
}
.heading-img  h2:before {
    content: "";
    height: 18px;
    width: 25px;
    position: absolute;
    background: url(http://sscoachingcentre.com/wp-content/uploads/2023/03/heading_image-1-1.png);
    right: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: scaleX(-1);
}
.heading-img h2:after {
    content: "";
    height: 18px;
    width: 25px;
    position: absolute;
    background: url(http://sscoachingcentre.com/wp-content/uploads/2023/03/heading_image-1-1.png);
    left: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.footer-section .menu-footer ul{
/* 	list-style:none; */
	padding:0;
	margin:0;
	display:flex;
	gap:25px;
	    color: #fff;
	flex-wrap:wrap;
}
.footer-section .menu-footer ul a{
color:#fff;
	text-transform:capitalize;
}
.shdow-box {
	padding: 45px 45px 25px 45px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 10%)
}

/* .elementor-523 .elementor-element.elementor-element-1b04635 > .elementor-widget-container {
    margin: 0px 0px 50px 0px;
    padding: 45px 45px 25px 45px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 10%);
    max-width: 420px;
    margin: auto;
} */


/*  */


.image-card-sec .elementor-widget-image-box .elementor-widget-container {
    box-shadow: 0 0 38px rgb(0 0 0 / 11%);
    text-align: center;
    padding: 25px 20px 20px;
    background: #fff;
    position: relative;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    height: 100%;
}
.image-card-sec img {
    height: 65px;
    width: 65px;
    object-fit: contain;
}
.image-card-sec .elementor-widget-image-box .elementor-widget-container p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
}

/* .elementor-widget-container .elementor-image-box-wrapper{
position:relative;
}
.elementor-widget-container .elementor-image-box-wrapper:after {
    content: '';
    height: 80px;
    width: 80px;
    background: #29a08d21;
    position: absolute;
    top: auto;
    right: -20px;
    border-radius: 100%;
} */

/* .elementor-widget-container .elementor-image-box-wrapper figure{
	    background: #29a08d21;
    border-radius: 100%;
    padding: 20px;
	height: 100px;
    width: 100px !important;
    display: inline-block;
} */
@media (max-width:767px){
	.elementor-523 .elementor-element.elementor-element-1b04635 > .elementor-widget-container{
		padding:15px !important;
	}
	.elementor-523 .elementor-element.elementor-element-7eccc99 {
    padding: 10px;
}
	.image-card-sec .elementor-container.elementor-column-gap-default .elementor-column{
		width:50%;
	}
	.footer-section .menu-footer ul {
    /* list-style: none; */
  
    flex-wrap: wrap;
    row-gap: 0;
    justify-content: center;
}
}
@media (max-width:480px){
	
	.image-card-sec .elementor-container.elementor-column-gap-default .elementor-column{
		width:50%;
	}
}


.hero-sec .elementor-container.elementor-column-gap-no {
    max-width: 1200px;
    overflow-x: hidden !important;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate(-50%, -50%);
    bottom: 50px;
    left: 50%;
    z-index: 999999;
}


/* New landing */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

.postid-843 {
	font-family: 'Oswald', sans-serif !important;

}
:root{
	--yellow:red;
	--purple:#002b59;
}
.landing-form h2{
	font-weight:700;
	font-size:21px;
	margin-bottom:15px;
	text-transform:capitalize;
	text-align:center;
	    color: #fff;
    font-family: 'Oswald', sans-serif !important;
    color: var(--yellow);
	border-radius:0px;
    padding: 12px;
	text-transform:uppercase !important;
	background:#fff !important;
	
}
.heading-landing h2 span{
/* 	color:var(--yellow); */
}
.heading-landing h2 sup{
	text-transform:lowercase !important;
}
.landing-form form p{
margin-bottom:0;
}
.landing-form form{
	padding: 45px 45px 25px 45px;
    background-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 10%);
	background:linear-gradient(180deg, #002b59 70%, #0e27418c 100%);
}

.gallery-sec .elementor-image-gallery figure img {
    display: block;
    /* width: 100% !important; */
    height: 400px;
    object-fit: cover;
}
.landing-top-sec .elementor-image-box-wrapper figure {
/*     height: 100px; */
    width: 100px !important;
/*     margin: auto !important;
    background: #2f30901c;
    border-radius: 22px; */
}
.landing-top-sec .elementor-image-box-wrapper {
/*     background: #2f30901c; */
	background: linear-gradient(180deg, #002b59 0%, #002b59f0 100%);
    padding: 12px;
	display: flex;
    align-items: center;
    border-radius: 100px;
}
.landing-top-sec .elementor-image-box-wrapper img{
	height:40px;
	width:40px;
	filter:brightness(0) invert(1) !important;
	
	object-fit:contain;
}
.landing-top-sec .elementor-image-box-wrapper p{
	font-size:18px !important;
	text-transform:capitalize;
	color:#fff !important;
}
.landing-top-sec  figure.elementor-image-box-img{
	margin-right:0px !important
}

.lnd-btn a:hover, .landing-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, .landing-form h3 a:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* .elementor-843 .elementor-element.elementor-element-4b4495a .elementor-heading-title {
    color: #ffb81400;
    font-family: "Oswald", Sans-serif;
    font-size: 70px;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-text-stroke: 3px #2f3090;
    letter-spacing: 1px;
} */



.glow-on-hover a{
    border: none;
    outline: none;
    color: #fff;
   border-radius:10px;
    cursor: pointer;
    position: relative;
    z-index: 0;
	color:#fff !important;
}

.glow-on-hover a:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover a:active {
    color: #000
}

.glow-on-hover a:active:after {
    background: transparent;
}

.glow-on-hover a:before {
    opacity: 1;
}

.glow-on-hover a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.landing-slider figure.swiper-slide-inner img{
	height: 270px;
    object-fit: cover;
}

.footer-link ul{
	padding:0;
	margin:0;
	list-style:none;
	display:flex;
	gap:15px;
}
.footer-link a{
	text-transform:capitalize;
	color:#fff !important
}

.landing-slider .elementor-widget:not(:last-child) {
	margin-bottom:0 !important;
}
@media (max-width:767px){
	.landing-form form {
		padding: 15px !important;
		padding-top: 60px !important;
	}
	.landing-form h2 {
    font-weight: 700;
		font-size: 20px;}
	.landing-slider .elementor-image-carousel.swiper-wrapper {
    overflow-x: hidden !important;
}
	.box-gallery div#gallery-1 {
    display: grid;
    grid-template-columns: auto auto;
    margin: 0;
}
	.box-gallery div#gallery-1 img{
		height:220px;
		object-fit:cover;
	}
	 .elementor-843 .elementor-element.elementor-element-a72f133 .gallery-item {
    padding: 5px !important;
}
}

/*  */


.img-box-sec .elementor-widget-image-box .elementor-widget-container{
	height:100%;
}

@keyframes elementor-animation-buzz1 {
     10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  60% {
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
	
	
}

.landing-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 12px;
}
.heading-landing span{
	background:#fff;
	color:var(--yellow);
	    padding: 0 10px;
	    display: inline;
    margin:0 10px;
}

.postid-843 .elementor-button-wrapper a{
	background:linear-gradient(0deg, var(--purple), red)!important;
	color:#fff !important;
	text-decoration:uppercase !important;
}
.postid-843 .elementor-button-wrapper a:hover{
	background:linear-gradient(0deg, red,var(--purple) )!important;
	
}
.heading-landing b{
	color:var(--purple) !important;
    font-style: normal !important;
	text-transform:uppercase !important;
}
@media (max-width:767px){
	   .postid-843 .elementor-button{
			padding: 22px  !important;
	}
	.footer-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 10px 0 -7px;
}
}

.home-heading h2 span{
	background:#fff;
}
.home-heading h2 b{
	color:var(--purple) !important;
}
.top-bar-heading span{
/* 	color:var(--yellow); */
	color:#ffc107;
}

.landing-form h3 {
    color: white;
	margin-bottom:0;
	    display: flex;
    flex-direction: row;
    align-items: center;
}
.landing-form h3 a{
	padding: 12px !important;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px !important;
    margin-bottom: 0px !important;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, var(--purple), red);
    font-size: 22px !important;
	color:#fff !important;
}
.landing-form {
	color:#fff;
}
.landing-form form p {
    margin-bottom: 0;
    text-align: center;
    margin: 8px auto;
	text-transform: uppercase;
}

.custom_header_btn a {
    height: 50px;
	display: flex;
    align-items: center;
}



.whatsappIcon a.elementor-icon {
    background: #fff;
    border-radius: 0 5px 5px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -8px;
}

.landing-form input, .landing-form input::placeholder {
    color: #000 !important;
    /* margin: 0 !important; */
}

div#landing-form .wpforms-validate {
    padding-top: 75px;
}



.form_heading {
    position: absolute;
    z-index: 9;
    top: 60px;
    width: calc(100% - 110px) !important;
    left: 50%;
    transform: translateX(-50%);
    
}

.form_heading h2 {
    font-size: 23px !important;
    padding: 8px 4px !important;
}

div#landing-form .wpforms-validate {
    padding-top: 75px;
}

.form_heading h2 {
    font-size: 23px !important;
    padding: 4px;
}

button#wpforms-submit-1551 {
    width: 100%;
}

.wpforms-submit-container {
    padding: 0 !important;
    margin-top: -10px !important;
}

button#wpforms-submit-1551{
	background:linear-gradient(0deg, var(--purple), red)!important;
	color:#fff !important;
	text-decoration:uppercase !important;
	font-size:20px;
	border: none;
	    border-radius: 3px;

}
button#wpforms-submit-1551:hover{
	background:linear-gradient(0deg, red,var(--purple) )!important;
	animation-name: elementor-animation-buzz;
    animation-duration: .30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	
	
}



@media screen and (max-width:768px){
	.form_heading {
  
    width: calc(100% - 50px) !important;
		top:25px !important;
}
	
	div.wpforms-container-full {
    margin: 0 !important;
}
	
	.custom_footer_ladningpage .elementor-icon-box-icon,
.custom_footer_ladningpage .elementor-icon-box-content{
    text-align: center;
}
}
