/* @import url('http://example.com/example_style.css'); */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/**
 * CSS @imports must be at the top of the file.      
 * Add them above this section.                             
 */

/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box;
}

:root{
	--containerw: calc((100vw - 1390px) / 2);
}

html{
	font-size: 1rem;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* Website background color and default font styles */
body {
  background: #FFF6FA;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container {
	float: none;
	max-width: 1390px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

img{
    max-width: 100%;
    height: auto;
}

a { 
    text-decoration: none;
    outline: none;
    color: #000;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
a:hover, a:focus { 
    text-decoration: none;
    outline: none;
    color: #FF116A; 
}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #FF116A;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #FF116A;
  text-shadow: none;
}


/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    margin: 0 0 15px;
} 
p:last-child{
    margin: 0;
}
small {}
strong {
    font-weight: 700;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0px 0 15px;
    font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


h1 {
    font-size: 50px;
	line-height: 1.2;
}
h2 {
    font-size: 44px;
	line-height: 1.2;
}
h3 {
    font-size: 35px;
	line-height: 1.2;
}
h4 {
    font-size: 30px;
	line-height: 1.2;
}
h5 {
    font-size: 27px;
	line-height: 1.2;
}
h6 {
    font-size: 20px;
	line-height: 1.4;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}


.cmn_padd{
    padding-top: 50px;
    padding-bottom: 50px;
}
.cmn_padd_top{
	padding-top: 50px;
	padding-bottom: 0;
}
.cmn_padd_bottom{
	padding-bottom: 50px;
	padding-top: 0;
}
a.cmn_btn {
    background: #0F0F1C;
    display: inline-block;
    padding: 15px 50px 15px;
    text-transform: uppercase;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
    color: #fff;
    position: relative;
	text-align: center;
	white-space: normal;
	z-index: 1;
	border: 1px solid #0F0F1C;
}
a.cmn_btn:hover{
	border-color: #0F0F1C;
	background: #FF116A;
	color: #fff;
}
a.cmn_btn.cmn_btn_pnk {
    background: #FF116A;
    color: #fff;
    border-color: #FF116A;
}
a.cmn_btn.cmn_btn_pnk:hover {
    background: #0F0F1C;
    color: #fff;
    border-color: #FF116A;
}


.ubhide {
  display: none;
}
.ubhidden_item{
	display: none !important;
}
.pg_cntwrap {
    color: #000;
}
.top_title {
    margin-bottom: 35px;
}
.top_title h2 {
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.top_title_w h2{
	color: #fff;
}
.top_title h2 strong {
    color: #FF116A;
}

.top_title p {
    margin: 20px 0 0;
}

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


.custom_header {
    background-color: #fff;
    padding: 0;
    position: relative;
    z-index: 10;
}
.custom_header .header_fixed > .row {
    align-items: center;
}
.custom_header .ct_logo_wrapper{
	padding: 25px 0;
}
.custom_header .hdright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.custom_header .primary-menu-container > ul.menu-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}
.custom_header .primary-menu-container > ul.menu-wrapper > li {
    display: inline-block;
    padding: 32px 20px;
}
.custom_header .hdright .con_item.conn {
    padding-right: 15px;
    padding-left: 50px;
}
.custom_header .primary-menu-container > ul.menu-wrapper > li > a{
	font-size: 16px;
	line-height: normal;
}
.custom_header .hdright .con_item.conn a{
	color: #0F0F1C;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
}
.custom_header .hdright .con_item.conn a:hover{
	color: #FF116A;
}




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


.ctposttoprel{
	position: relative;
	z-index: 5;
}

footer#mainfooter {
    background-color: #0F0F1C;
    color: #fff;
}
footer#mainfooter a{
	color: #fff;
}
footer#mainfooter a:hover{
	color: #FF116A;
}

/*=== Footer Top Css ===*/

footer#mainfooter .footertop {
    padding: 50px 0;
}
.footertop .footer_logo {
    margin-bottom: 20px;
}
.footertop .foodes {
    line-height: normal;
    margin-bottom: 25px;
	font-size: 16px;
}
.fw_title h6 {
    color: #FFF;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.fmenu_item ul.footer-navigation-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fmenu_item ul.footer-navigation-wrapper > li {
    line-height: normal;
    margin: 0 0 10px;
}
.fmenu_item ul.footer-navigation-wrapper > li > a {
    color: #fff;
}
.fmenu_item ul.footer-navigation-wrapper > li.current-menu-item > a,
.fmenu_item ul.footer-navigation-wrapper > li > a:hover {
    color: #FF116A;
}

/*=== Subscription Form Css ===*/

.fnewsform form.es_subscription_form .gjs-row{
	margin: 0 !important;
}
.fnewsform form.es_subscription_form input[type="text"],
.fnewsform form.es_subscription_form input[type="email"] {
    background: #fff;
    border-radius: 5px !important;
    height: 50px;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px;
    border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
}
.fnewsform form.es_subscription_form input[type="text"]:hover,
.fnewsform form.es_subscription_form input[type="email"]:hover,
.fnewsform form.es_subscription_form input[type="text"]:focus,
.fnewsform form.es_subscription_form input[type="email"]:focus{
	border: 1px solid #F68B56;
}
.fnewsform input[type="submit"] {
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.fnewsform form.es_subscription_form input[type="text"]::-webkit-input-placeholder ,
.fnewsform form.es_subscription_form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #BBB;
}
.fnewsform form.es_subscription_form input[type="text"]::-moz-placeholder ,
.fnewsform form.es_subscription_form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
	color: #BBB;
}
.fnewsform form.es_subscription_form input[type="email"]:-ms-input-placeholder ,
.fnewsform form.es_subscription_form input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #BBB;
}
.fnewsform form.es_subscription_form input[type="email"]:-moz-placeholder ,
.fnewsform form.es_subscription_form input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #BBB;
}
.fnewsform form.es_subscription_form input[type="submit"] {
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.foo_widgets .fcon_item:not(:last-child) {
    margin-bottom: 20px;
}
.foo_widgets .fcon_item.fadd p strong {
    display: block;
}
.footer_copyright {
    background-color: #fff;
    padding: 10px 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}


/*=== Social Icon ===*/

ul.social_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social_list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
ul.social_list li a {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 100%;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
	border: 1px solid #FF116A;
	background-color: #FF116A;
}
ul.social_list li a:hover{
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}
ul.social_list li:nth-child(1) a:hover{
	background-color: #1E4FAD;
	border-color: #1E4FAD;
} 
ul.social_list li:nth-child(3) a:hover{
	background-color: #007AB5;
	border-color: #007AB5;
}
ul.social_list li:nth-child(2) a:hover{
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border-color: #d6249f;
}
ul.social_list li:nth-child(4) a:hover{
	background-color: #1DA1F2;
	border-color: #1DA1F2;
} 


/*=== Contact Stripe Section ===*/

.lp_constripe {
    background-size: cover;
    background-position: center center;
    padding: 45px 0;
    position: relative;
	text-align: center;
}
.lp_constripe:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255 17 106 / 70%);
}
.lp_constripe > .container {
    position: relative;
    z-index: 1;
}
.lp_constripe .lpcs_tsubtitle {
    margin-bottom: 35px;
}
.lp_constripe .lpcs_tsubtitle h2 {
    color: #FFF;
    font-weight: 600;
    margin: 0 0 10px;
}
.lp_constripe .lpcs_tsubtitle h6 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
	margin: 0;
}


/* ==========================================================================
   Forms
   ========================================================================== */
   

/* All Global Forms
   ========================================================================== */


/* Labels */

body label {
    margin: 0 0 10px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}



/* One Line Inputs */


body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    background-color: #FFF;
    padding: 14px 15px;
    height: auto;
    min-height: auto;
    line-height: 1;
    border: 1px solid #E6E6EB;
    margin-bottom: 20px;
    border-radius: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: normal;
    outline: none;
	transition: all 0.5s ease-in-out;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
body input.wpcf7-not-valid[type="text"],
body input.wpcf7-not-valid[type="password"], 
body input.wpcf7-not-valid[type="datetime"], 
body input.wpcf7-not-valid[type="datetime-local"], 
body input.wpcf7-not-valid[type="date"], 
body input.wpcf7-not-valid[type="month"], 
body input.wpcf7-not-valid[type="time"], 
body input.wpcf7-not-valid[type="week"], 
body input.wpcf7-not-valid[type="number"], 
body input.wpcf7-not-valid[type="email"], 
body input.wpcf7-not-valid[type="url"], 
body input.wpcf7-not-valid[type="search"], 
body input.wpcf7-not-valid[type="tel"], 
body input.wpcf7-not-valid[type="color"],
body input.wpcf7-not-valid[type="file"],
body textarea.wpcf7-not-valid,
body select.wpcf7-not-valid {
	border-color: #f00;
}

body textarea.form-control{
    height: 80px;
    resize: none;
	border-radius: 0;
}
body select.form-control {
    appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    -webkit-appearance: auto;
}
body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #FF116A;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */

body input[type="radio"] {}
body input[type="checkbox"] {}





/* Placeholder Text */
.form-control::-webkit-input-placeholder { /* Webkit Browsers */
	color: #A6A6BE !important;
	opacity: 1; 
	font-size: 12px;
	line-height: normal;
}
.form-control:-moz-placeholder { /* Firefox 18- */
	color: #A6A6BE !important;
	opacity: 1; 
	font-size: 12px;
	line-height: normal;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
	color: #A6A6BE !important;
	opacity: 1; 
	font-size: 12px;
	line-height: normal;
}
.form-control:-ms-input-placeholder { /* IE10 */
	color: #A6A6BE !important;
	opacity: 1; 
	font-size: 12px;
	line-height: normal;
}



/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)
   ========================================================================== */

.alm-btn-wrap button.blogload_more,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: #FF116A;
    border-radius: 5px;
    width: auto;
    padding: 14px 50px 15px;
    font-family: 'Poppins', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
    white-space: normal;
	text-transform: uppercase;
    border: 0 none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
	display: block;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.alm-btn-wrap button.blogload_more:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    background: #57585A;
    color: #fff;
}

.alm-btn-wrap button.blogload_more:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    background: #57585A;
    color: #fff;
}

.alm-btn-wrap button.blogload_more{
	display: inline-block;
	background: #38B6FF !important;
	font-size: 1.125rem;
}
.alm-btn-wrap button.blogload_more:hover{
	background: #145CA4 !important;
}


.wpcf7-not-valid-tip {
    position: relative;
    top: -12px;
	font-size: 12px;
}
.wpcf7 form.failed .wpcf7-response-output, 
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 none;
    color: #f00;
    margin: 10px 0 20px;
    padding: 0;
}

/*=== Revew Section Css ===*/

.lp_reviews_sec {
    padding: 50px 0 60px;
	background: #FFF6FA;
}
.lp_reviews_sec .lp_reviews_inn {
    background: #FF116A;
	padding: 30px 0 5px;
}
.lp_reviews_sec .rev_slider_inner {
    padding: 0 50px;
}
.lp_reviews_sec .rev_slider_inner .rev_items_wrap {
    padding: 0 50px 30px 50px;
	position: relative;
}
.lp_reviews_sec .rev_slider_inner .rev_slider_mcnt {
    position: relative;
}
.lp_reviews_sec .rev_slider_inner .rev_slider_mcnt .qimg.qimg_left {
    left: -30px;
    top: -80px;
	position: absolute;
}
.lp_reviews_sec .rev_slider_inner .rev_items_wrap .rev_cnt_wrap {
    position: relative;
}
.lp_reviews_sec .rev_slider_inner .rev_items_wrap .rev_cnt_wrap .qimg.qimg_right {
    position: absolute;
    right: 50px;
    bottom: -100px;
}
.lp_reviews_sec .rev_slider_inner .rev_items_wrap .rev_cnt_wrap  .rev_cnt {
    position: relative;
	color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    z-index: 2;
	padding-right: 20px;
}
.lp_reviews_sec .rev_slider_inner .rev_items_wrap .rev_cnt_wrap .rev_cnt .cnt_arr {
    position: absolute;
    z-index: 1;
    right: -10px;
    bottom: -70px;
}
.lp_reviews_sec .rev_slider_inner .rev_items_wrap .rev_cnt_wrap .rev_cnt .cnt_arr img.qimg {
    width: auto;
}
.lp_reviews_sec .video_sec{
	position: relative;
}
.lp_reviews_sec .video_sec:after {
    content: "";
    position: absolute;
	bottom: -40px;
    right: -40px;
    background: #E5085B;
    height: 100%;
    width: 100%;
}
.lp_reviews_sec .video_item {
    height: 360px;
    overflow: hidden;
	position: relative;
	margin: 0px 0 45px;
	z-index: 1;
}
/* .dr_aboutsec .video_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(26 26 26 / 40%);
    z-index: 1;
} */
.lp_reviews_sec .video_item img{	
	width: 100%;    
	height: 360px;    
	object-fit: cover;    
	object-position: center center;    
	transition: 0.3s ease-in-out;    
	transform: scale(1);
}
.lp_reviews_sec .video_item:hover img{	
	transform: scale(1.1);
}
.lp_reviews_sec .video_item .video_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.play_cion {
	width: 90px;
	height: 90px;
	background: rgba(255 255 255 / 40%);
	border-radius: 100%;
	position: relative;
	display: block;
}
.play_cion::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 25px solid #000;
	z-index: 100;
	-webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play_cion:hover:after{
	border-left: 25px solid #FF116A;
}
.play_cion:before {
	content: "";
	position: absolute;
	width: 150%;
	height: 150%;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate1 2s;
	animation: pulsate1 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .40);
	top: -25%;
	left: -25%;
}

.lp_reviews_sec .owl-theme .owl-dots {
    width: 50%;
    position: absolute;
    right: 0;
    margin: 0;
    bottom: 0;
	z-index: 1;
}
.lp_reviews_sec .owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    background: #fff;
}
.lp_reviews_sec .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.80), 0px 0px 25px 10px rgba(255, 255, 255, 0.80);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.80), 0px 0px 25px 10px rgba(255, 255, 255, 0.80);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}




/*=== Blog Section Css ===*/

.lp_blog_sec {
    padding: 50px 0;
	background: #FFF6FA;
}
.lp_blog_sec .lp_blog_item_wrap .blog_item_inn {
    padding: 0 5px;
	margin-bottom: 30px;
}
.lp_blog_sec .blog_item_inn .blog_fimge {
    overflow: hidden;
    height: 365px;
    width: 100%;
    position: relative;
}
.lp_blog_sec .blog_item_inn .blog_fimge img {
    width: 100%;
    height: 365px;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
    transform: scale(1);
}
.lp_blog_sec .blog_item_inn:hover .blog_fimge img {
    transform: scale(1.2);
}
.lp_blog_sec .blog_item_inn .blog_fimge a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255 17 106 /70%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}
.lp_blog_sec .blog_item_inn .blog_fimge a {
    display: block;
    position: relative;
}
.lp_blog_sec .blog_item_inn:hover .blog_fimge a:before {
    opacity: 1;
}
.lp_blog_sec .blog_item_inn .bottom_cnt {
    padding: 20px 0;
}
.lp_blog_sec .blog_item_inn .bottom_cnt .posttime {
    margin-bottom: 5px;
    color: #000;
    font-size: 12px;
    line-height: normal;
}
.lp_blog_sec .blog_item_inn .bottom_cnt h6 {
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}
.lp_blog_sec .blog_item_inn .bottom_cnt h4 a {
    color: #000;
}
.lp_blog_sec .blog_item_inn:hover .bottom_cnt h4 a {
    color: #FF116A;
}
.lp_blog_sec .blog_item_inn .bottom_cnt .cnt {
    color: #000;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.lp_blog_sec .blog_item_inn .bottom_cnt a.morelink{
	color: #Read More;
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
}
.lp_blog_sec .blog_item_inn .bottom_cnt a.morelink:hover {
    color: #000;
}
.lp_blog_sec .blog_item_inn .bottom_cnt a.morelink svg {
	stroke: #F68B56;
	transition: all 0.5s ease-in-out;
}
.lp_blog_sec .blog_item_inn .bottom_cnt a.morelink:hover svg {
	stroke: #000;
}


/*===== Home Page Css =====*/

.main_hbanner {
    padding: 75px 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
}
.banner_form .bform_inner {
    background-color: #fff;
    padding: 20px;
}
.main_hbanner .banner_caption h1 {
    margin-bottom: 17px;
    letter-spacing: 1px;
    padding-right: 20px;
}
.main_hbanner .banner_caption h1 span {
    color: #FF116A;
}
.main_hbanner .banner_caption .banncnt p {
    line-height: 1.5;
}
.banner_form .bform_inner .bform_title {
    margin-bottom: 25px;
}
.banner_form .bform_inner .bform_title h5 {
    color: #0F0F1C;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    position: relative;
    padding: 0 0 15px;
    margin: 0;
}
.banner_form .bform_inner .bform_title h5 strong {
    color: #FF116A;
}
.banner_form .bform_inner .bform_title h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 58%;
    background: #FF116A;
}
.banner_form .bform_inner .bform_main form {
    position: relative;
}
.banner_form .bform_inner .bform_main .wpcf7-not-valid-tip {
    display: none !important;
}
.banner_form .bform_inner .bform_main input[type='submit'] {
    border-radius: 0;
}
.banner_form .bform_inner .bform_main input:not([type="submit"])::placeholder,
.banner_form .bform_inner .bform_main textarea::placeholder {
    color: #A6A6BE !important;
    opacity: 1;
}
.banner_form .bform_inner .bform_main input:not([type="submit"])::-ms-input-placeholder,
.banner_form .bform_inner .bform_main textarea::-ms-input-placeholder {
    color: #A6A6BE !important;
}
.banner_form .bform_inner form textarea.form-control{
	height: 80px;
	min-height: auto;
}
.banner_form .bform_inner form .btn_grp {
    text-align: center;
    position: relative;
    max-width: 307px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.banner_form .bform_inner form .btn_grp p {
    text-align: center;
}
.banner_form .bform_inner form .btn_grp input.form_btn {
    display: inline-block;
	font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-left: 25px;
    padding-right: 25px;

}
.banner_form .bform_inner form .btn_grp span.wpcf7-spinner {
    position: absolute;
    margin: 0;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.banner_form .bform_inner .wpcf7 form.failed .wpcf7-response-output, 
.banner_form .bform_inner .wpcf7 form.aborted .wpcf7-response-output,
.banner_form .bform_inner .wpcf7 form.invalid .wpcf7-response-output, 
.banner_form .bform_inner .wpcf7 form.unaccepted .wpcf7-response-output, 
.banner_form .bform_inner .wpcf7 form.payment-required .wpcf7-response-output {
    border: 0 none;
    color: #f00;
    margin: 10px 0 20px;
    padding: 0;
	font-size: 12px;
}
.banner_form .bform_inner .bform_main form .wpcf7-response-output {
    position: absolute;
    bottom: -40px;
}
.main_hbanner .container > .row {
    align-items: flex-end;
}
.main_hbanner .banner_caption {
    max-width: 780px;
    color: #fff;
}
.main_hbanner .banner_caption .bspec_sec .ctrow {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main_hbanner .banner_caption .bspec_sec {
    padding-bottom: 30px;
    padding-top: 60px;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item {
    padding-right: 30px;
    position: relative;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item:not(:first-child) {
    padding-left: 30px;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 55px;
    width: 2px;
    background: #343454;
    transform: translateY(-50%);
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item .speci_inn {
    display: flex;
    align-items: center;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item .speci_inn .spec_icon {
    height: 55px;
    width: 65px;
    border: 1px solid #FF116A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item:nth-child(even) .speci_inn .spec_icon {
    align-items: flex-end;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item .speci_inn .spec_cnt {
    width: calc(100% - 65px);
    padding-left: 15px;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item .speci_inn .spec_cnt .spec_num {
    color: #FF116A;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item .speci_inn .spec_cnt .spec_num strong {
    font-weight: 600;
}
.main_hbanner .banner_caption .bspec_sec .ctrow .spec_item .speci_inn .spec_cnt .spec_text {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/*=== Strategy Call Section Css ===*/

.lp_scall_sec {
    margin-top: 25px;
    margin-bottom: 5px;
}

.lp_scall_sec .lp_scall_inn {
    background: #0F0F1C;
    color: #fff;
    padding: 20px 50px;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.lp_scall_sec .lp_scall_inn p {
    font-size: 24px;
    font-weight: 600;
}
.lp_scall_sec .lp_scall_inn .lp_scall_cnt {
    padding-right: 25px;
}
.lp_scall_sec .lp_scall_inn a.cmn_btn.cmn_btn_pnk {
    padding: 15px 30px;
}
.lp_scall_sec.lp_revenue_sec {
    background: #FFF6FA;
    padding: 60px 0 50px;
}
.lp_scall_sec.lp_revenue_sec .lp_scall_inn {
    background: #FFE1EE;
    color: #0F0F1C;
}

/*=== Benefits Section Css ===*/


.lp_features_sec {
    background: #FFF6FA;
    position: relative;
    z-index: 10;
	padding-top: 50px;
	padding-top: 70px;
}
.lp_features_sec .top_title{
    margin-bottom: 55px;
}
.lp_feature_item_inn {
    display: block;
	margin-left: -10px;
    margin-right: -10px;
}
.grid-sizer {
    width: 50%;
}
.lp_feature_item .lp_item{
	padding: 0 10px;
}
.lp_feature_item .finn {
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
	padding: 25px;
    margin-bottom: 25px;
	cursor: pointer;
}
.lp_feature_item .finn .ftitle_img {
	padding-right: 40px;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.lp_feature_item .finn .ftitle_img .title {
    width: calc(100% - 70px);
    padding-left: 20px;
}
.lp_feature_item .finn .ftitle_img span.trigger_ic {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
}
.lp_feature_item .finn .ftitle_img span.trigger_ic svg.minusicon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
	transition: all 0.5s ease-in-out;
}
.lp_feature_item .finn .ftitle_img span.trigger_ic svg.plusicon {
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.lp_feature_item.active_fitem .finn .ftitle_img span.trigger_ic svg.plusicon{
	opacity: 0;
}
.lp_feature_item.active_fitem .finn .ftitle_img span.trigger_ic svg.minusicon{
	opacity: 1;
}
.lp_feature_item .finn .ftitle_img .timg {
    margin-bottom: 10px;
	background: #0F0F1C;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all 0.5s ease-in-out;
}
.lp_feature_item:hover .finn .ftitle_img .timg,
.lp_feature_item.active_fitem .finn .ftitle_img .timg {
	background: #FF116A;
}
.lp_feature_item .finn .ftitle_img h5 {
    color: #0F0F1C;
	font-weight: 600;
	line-height: 35px;
    margin: 0 0 10px;
	transition: all 0.5s ease-in-out;
}
.lp_feature_item.active_fitem .finn .ftitle_img h5,
.lp_feature_item:hover .finn .ftitle_img h5{
	color: #FF116A;
}
.lp_feature_item .finn p {
    font-weight: 400;
    line-height: normal;
}
.lp_feature_item:hover .finn .ftitle_img span.trigger_ic svg {
    color: #FF116A;
    fill: #FF116A;
}
.lp_feature_item:hover .finn .ftitle_img span.trigger_ic svg path {
    color: #FF116A;
    fill: #FF116A;
    stroke: #FF116A;
}
.lp_feature_item .finn .fi_cnt {
    display: none;
}

/*=== Partner Section Css ===*/

.lp_partner_sec{
	background: #FFF6FA;
	position: relative;
	z-index: 5;
	padding-top: 70px;
}

.lp_partner_sec .lp_partner_inn {
    display: flex;
    flex-wrap: wrap;
    background: #FF116A;
    color: #fff;
}
.lp_partner_sec .lp_partner_inn .lp_partner_col {
    width: 50%;
    background-size: cover;
    background-position: center;
    padding: 80px 50px;
    position: relative;
}
.lp_partner_sec .lp_partner_inn .lp_partner_col.lp_partner_right {
    padding-right: var(--containerw);
}
.lp_partner_sec .lp_partner_inn .lp_partner_col.lp_partner_left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lp_partner_sec .lp_partner_inn .lp_partner_col.lp_partner_left:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 17, 106, 0.50);
}
.lp_partner_sec .lp_partner_inn .lp_partner_col.lp_partner_left:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: calc(100% - 130px);
    width: calc(100% - 230px);
    border-radius: 716.884px;
    opacity: 0.7;
    background: #FFF;
    filter: blur(50px);
    transform: translate(-50% , -50%);
}
.lp_partner_sec .lp_partner_inn .lp_partner_col .timg {
    position: relative;
    z-index: 2;
}
.lp_partner_sec .lp_partner_inn .lp_partner_col h2 {
    font-weight: 600;
    line-height: 1.3;
}
.lp_partner_sec .lp_partner_inn .lp_partner_col p {
    line-height: 1.5;
}


/*== Timeline Section Css ==*/


.c-section.timeline_mainsec .top_title.top_title_white {
    background: #0F0F1C;
    position: relative;
    z-index: 5;
	padding-left: 3em;
	padding-right: 3em;
	text-align: center;
}
.c-section.timeline_mainsec .top_title.top_title_white h2{
	font-weight: 600;
}
.timeline_wrap {
    background-color: #0F0F1C;
    color: #fff;
}
/* .c-section {
    width: 96%;
    max-width: 1350px;
    border-radius: 0.52em;
    margin-left: auto;
    margin-right: auto;
} */
.c-container {
    grid-column-gap: 6em;
    grid-row-gap: 2.5em;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 3em;
    display: grid;
}
.c-container.main_timeline .c-timeline{
	grid-area: span 1/span 2/span 1/span 2;
}
.cc-bg_black {
    background-color: #0F0F1C;
    color: #fff;
}
.cc-border_radius-tlr {
    border-top-left-radius: 0.52em;
    border-top-right-radius: 0.52em;
}
.c-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
	justify-content: center;
    align-items: flex-start;
    display: flex;
}
.c-wrap.top_title {
    grid-area: span 1/span 2/span 1/span 2;
    justify-self: center;
}	
.cc-text_orange {
    color: #3bff90;
}

.c-timeline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.c-timeline_progress {
    width: 2px;
    height: 100%;
    background-color: #FFF6FA;
    position: absolute;
}
.c-timeline_progress-bar {
    z-index: 1;
    width: 3px;
    height: 50vh;
    background-color: #FF116A;
    position: fixed;
    top: 0;
    bottom: 50vh;
    left: auto;
    right: auto;
}
.c-timeline_item {
    z-index: 2;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 8em;
    padding-bottom: 8em;
    display: grid;
    position: relative;
}
.c-wrap.cc-align_end {
    align-items: flex-end;
}
.c-wrap.cc-timeline_item {
    grid-column-gap: 0.3em;
    grid-row-gap: 0.3em;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
}
.c-wrap.cc-align_center {
    text-align: center;
    align-items: center;
}
.timeline_circle {
    width: 50px;
    height: 50px;
    background-color: #FF116A;
    border-radius: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 50vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
.timeline_circle .c-text{
	color: #FFF;
	text-align: center;
	font-size: 27px;
	font-weight: 600;
	line-height: normal;
}
.main_timeline .c-wrap.cc-timeline_item h4.c-text_l {
    color: #FFF;
    font-weight: 600;
    line-height: normal;
	text-align: right;
}
.main_timeline .c-card {
    z-index: 0;
    /* width: 100%; */
    height: 100%;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #fff;
    color: #000;
    border-radius: 7px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 15px 35px;
    display: flex;
    position: relative;
}
.main_timeline .c-card:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fff;
}
.main_timeline .c-card p{
	color: #000;
	font-weight: 400;
	line-height: normal;
}
.c-card.cc-justify_start {
    justify-content: flex-start;
}
.c-timeline_fade-top {
    z-index: 1;
    width: 100%;
    height: 8em;
    background-image: linear-gradient(#000,rgba(10,10,10,0));
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.c-timeline_fade-bottom {
    z-index: 1;
    width: 100%;
    height: 8em;
    background-image: linear-gradient(rgba(10,10,10,0),#0a0a0a);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0%;
    right: 0%;
}

/*== Bottom Pane Css ==*/

.lp_probottom_pane {
    background: #0F0F1C;
    position: relative;
    z-index: 1;
    padding: 0 110px 65px;
}
.lp_probottom_pane .lp_prob_panein {
    background: #FF116A;
    padding: 30px;
    text-align: center;
}
.lp_probottom_pane .lp_prob_panein h2 {
    color: #0F0F1C;
    font-weight: 600;
    margin: 0 0 20px;
}
.lp_probottom_pane .lp_prob_panein h6 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
.lp_probottom_pane .lp_prob_panein .title_wrap {
    margin-bottom: 40px;
}


/*=== Growth Section Css ===*/

.lp_growth_sec {
    background: #FFF6FA;
    padding: 50px 0 0;
}
.lp_growth_sec .top_title {
    text-align: center;
}
.lp_growth_sec .top_title h2 span {
    display: block;
    color: #FF116A;
}
.lp_growth_sec .top_title p {
    line-height: normal;
    color: #0F0F1C;
}
.lp_success_cnt .stitle {
    margin-bottom: 30px;
    text-align: center;
}

.lp_success_cnt .stitle h4 {
    color: #FF116A;
    font-weight: 600;
    margin: 0;
}
.lp_success_cnt .success_item_container {
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.lp_success_cnt .success_item_container .success_item {
    max-width: calc((100% / 4) - 40px);
    width: 100%;
}
.lp_success_cnt .success_item_inn {
    position: relative;
    margin-top: 40px;
    max-width: 265px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	
}

.lp_success_cnt .success_item_inn .sicnt {
    position: relative;
    z-index: 1;
	min-height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-mask-image: url(../images/sbg.png);
	mask-image: url(../images/sbg.png);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;  
	background-color: #0F0F1C;
	transition: all 0.5s ease-in-out;
}
.lp_success_cnt .success_item_inn:hover .sicnt{
	background: #FF116A;
}
.lp_success_cnt .success_item_inn .success_icon {
    position: absolute;
    left: 50%;
    top: -45px;
    transform: translateX(-50%);
    height: 100px;
    width: 100px;
    background: #FF116A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
	transition: all 0.5s ease-in-out;
}
.lp_success_cnt .success_item_inn:hover .success_icon {
	background-color: #0F0F1C;
}
.lp_success_cnt .success_item_inn .successcnt {
    color: #fff;
    padding: 70px 10px 30px;
    text-align: center;
    position: relative;
}
.lp_success_cnt .success_item_inn .successcnt .successno {
    color: #FF116A;
    font-size: 44px;
    font-weight: 600;
    line-height: 50px;
	transition: all 0.5s ease-in-out;
}
.lp_success_cnt .success_item_inn:hover .successcnt .successno{
	color: #0F0F1C;
}
.lp_success_cnt .success_item_inn .successcnt .stoptitle,
.lp_success_cnt .success_item_inn .successcnt .successbcnt {
    line-height: normal;
}

/* our services page css start here  */

.inner_banner_section .inner_banner_title h1 {
    color: #FFF;
    text-align: center;
    font-weight: 700;
}
.inner_banner_section {
    background-image: url(../images/our_services_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.inner_banner_section > .container {
    position: relative;
    z-index: 5;
}
.inner_banner_title {
    z-index: 2;
    padding: 19% 0% 15% 0%;
}
.inner_banner_section:before {
	content: "";
    background: rgba(15 15 28 / 70%);
    position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
}
.inner_banner_section span.r-hcircle {
    position: absolute;
    right: 0;
    bottom: 20px;
}
.inner_banner_section span.l-hcircle {
    position: absolute;
    left: 0;
    top: 35px;
}
.inner_banner_section span.l-hcircle img {
    height: 13vw;
}
.inner_banner_section span.r-hcircle img {
    height: 12vw;
}


.page_links {
    z-index: 4;
    position: relative;
}

.page_links ul {
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: 100%;
    padding: 0px;
}

.page_links ul li {
    display: inline-flex;
    width: 20%;
    justify-content: center;
    background: #FF116A;
    border-right: 2px solid #D70352;
}

.page_links ul li a {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    padding: 14px 0px;
}

.page_links ul li:hover {
    background-color: #0F0F1C;
    border-right: 2px solid #0F0F1C;
}
.stragety_section {
    background-color: #FFF6FA;
    padding: 70px;
}
.row.strategy_row {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.strategy_left_section {
    width: 40%;
    background: #0F0F1C;
    padding: 97px 15px 97px 47px;
}
.strategy_right_section {
    width: 60%;
    padding-left: 70px;
    display: flex;
    flex-wrap: wrap;
}
.sheading h3 {
    color: #FF116A;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 17px;
    margin-top: 5px;
}
.strategy_left_section p, .training_right_section p,.guestbooking_right_section p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}
.training_right_section p, .guestbooking_right_section p{
    color:#0F0F1C;
}
a.services_button {
    background: #FF116A;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 31px;
    display: block;
    max-width: 200px;
    border:1px solid transparent;
}
a.services_button:hover{
    background:#0F0F1C;
    border:1px solid #FF116A;
}
.strategy_right {
    width: 50%;
    border-right: 1px solid #FFE8F2;
    border-bottom: 1px solid #ffe8f2;
    padding: 17px;
    padding-top: 7px;
    padding-left: 0px;
}
.strategy_right_section .strategy_right:nth-child(even) {
    padding-left: 25px;
    border-right: 0px;
}
.strategy_right_section .strategy_right:last-child {
    border-bottom: 0px;
}
.strategy_right .heading_right h3 , .training_right .heading_right h3, .production_right h3{
    color: #0F0F1C;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.training_right .heading_right h3{
    color:#FF116A;
}
.strategy_right:hover h3{
    color: #FF116A;
}
.strategy_right .content_right p ,.training_right  .content_right p, .production_right_section p{
    color: #0F0F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.training_right  .content_right p, .production_right_section p{
    color:#fff;
}
.production_right_section p {
    margin-bottom: 40px;
}
.training_section {
    background-size: cover;
    background-position: center center;
    padding: 55px 0;
    position: relative;
    background-image: url(../images/training_background.png);
}
.row.training_row, .row.guestbooking_row {
    display: flex;
    flex-wrap: wrap;
}
.training_right_section {
    width: 40%;
    background: #FFF6FA;
    padding: 35px 15px 56px 65px;
}
.training_left_section {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px;
}
.training_right {
    width: 49%;
    padding: 34px 17px 0px 30px;
    background: #0F0F1C;
    margin-right: 1%;
}
.training_left_section .training_right:nth-child(even) {
    margin-right: 0px !important;
    margin-left: 1%;
}
.training_left_section .training_right:first-child {
    margin-bottom: 2%;
}
.training_left_section .training_right:nth-child(2) {
    margin-bottom: 2%;
}
.training_right:hover {
    background: #fff;
}
.training_right:hover .content_right p {
    color: #0F0F1C;
}
.guestbooking_right_section {
    width: 50%;
}
.guestbooking_left_section {
    width: 50%;
}
.guestbooking_section {
    padding: 65px 0px 45px;
}
.guestbooking_right h3 {
    color: #0F0F1C;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 12px;
}
.guestbooking_right p {
    color: #0F0F1C;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.guestbooking_right {
    padding: 24px 38px 17px 36px;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF6FA;
    margin-bottom: 18px;
}
.guestbooking_right:hover {
    background: #FF116A;
}
.guestbooking_right:hover h3, .guestbooking_right:hover p {
    color: #fff;
}
.row.production_row {
    background: #FFE1EE;
    display: flex;
}
.production_left_section {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    padding: 56px 33px 70px 33px;
}
.production_right_section {
    width: 40%;
    background: #0F0F1C;
    padding: 45px 60px 45px 45px;
}
.production_right {
    width: 50%;
    border-right: 1px solid #FED3E5;
    border-bottom: 1px solid #FED3E5;
    padding: 17px;
    padding-top: 17px;
    padding-left: 0px;
}
.production_left_section .production_right:nth-child(even) {
    border-right: none;
    padding-left: 33px;
}
.production_left_section .production_right:nth-child(3),.production_left_section .production_right:nth-child(4) {
    border-bottom: 0px;
}
.production_right:hover h3 {
    color: #FF116A;
}
.row.promotion_image_row {
    display: flex;
    padding: 100px 0px 40px 0px;
}
.pimage {
    width: 22%;
    border-right: 1.6px solid #FFE8F2;
    text-align: center;
}
.pcontent {
    width: 78%;
    padding-left: 30px;
}
.pcontent p {
    color: #0F0F1C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}
.promotion_section {
padding-bottom: 85px;
}
.promotion_lower_section {
    display: flex;
}
.promotion_lower_sec {
    width: 25%;
    background: #0F0F1C;
    margin-right: 18px;
    padding: 40px 17px 40px 20px;
}
.promotion_lower_sec h3 {
    color: #FF116A;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.promotion_lower_sec p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.promotion_lower_sec:hover {
    background: #FF116A;
}
.promotion_lower_sec:hover h3 {
    color: #0F0F1C;
}
/* Our services page end */


/* Blog page Start */
.blog-listing {
    padding: 100px 0;
}
.blog-content-section {
    padding: 70px 0;
}
.latest-blog {
    background-color: #efefef;
    padding: 70px 0 40px 0;
}
/* Blog page end */




/* Contact page Start */
.contact_info_section {
    padding: 100px 0;
    background-color: #ffffff;
}
.contact_info, .contact_form {
    height: 100%;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.contact_form {
    background-color: #ffffff;
}
.contact_form {
    background-color: #efefef;
}
.contact_info .fcon_item {
    display: flex;
}
.contact_info .fcon_item i {
    font-size: 22px;
    margin-right: 15px;
    color: #FF116A;
}
.map_section iframe {
    width: 100%;
    height: 600px;
    border: 0;
    display: block;
}
/* Contact page End */

/*=== Single Post Page Css ===*/

.post_commentform {
    padding: 25px;
    background: #fff;
    margin-top: 50px;
}
.post_commentform div.comment-respond {
    margin-bottom: 20px;
}
.post_commentform p.comment-form-cookies-consent label {
    display: inline-block;
}
.post_commentform ol.comment-list {
    background: #ccc;
    list-style: none;
    margin: 0 0 35px;
    padding: 20px;
}
.post_commentform ol.comment-list li article.comment-body {
    background: #f4f0f0;
    margin: 0 0 20px;
    padding: 20px;
}
.post_commentform ol.comment-list li article.comment-body .comment-author {
    margin: 0 0 10px;
}
.post_commentform ol.comment-list li article.comment-body .comment-author.vcard img.photo {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    margin-right: 15px;
}
.post_commentform ol.comment-list li article.comment-body .comment-metadata {
    font-size: 12px;
    padding: 15px 0px;
}
.post_commentform ol.comment-list li article.comment-body .comment-content {
    background: #6d6464;
    padding: 20px 15px;
    color: #fff;
}
.post_commentform ol.comment-list li article.comment-body .reply {
    padding: 15px 0 0;
}
.post_commentform ol.comment-list li article.comment-body .reply a.comment-reply-link {
    background: #FF116A;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-align: center;
    white-space: normal;
    z-index: 1;
    border: 1px solid #FF116A;
    border-radius: 5px;
}
.post_commentform ol.comment-list li article.comment-body .reply a.comment-reply-link:hover {
    background: #000;
    border-color: #000;
}
.post_commentform ol.comment-list li ol.children {
    list-style: none;
    margin: 0;
}
.post_commentform ol.comment-list li ol.children article.comment-body:last-child{
	margin: 0
}
.post_commentform p.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
}
.post_commentform p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    margin: 5px 5px 0 0;
}
.post_commentform form.comment-form p:not(.comment-notes) {
    margin: 0;
}


/*=== Service Popup Form Section Css ===*/

.modal.serform_popup {
    padding: 70px 20px 20px !important;
}
.modal.serform_popup form input.field_hidden {
    display: none;
}
.modal.serform_popup .modal-dialog {
    max-width: 640px;
}
.modal.serform_popup .modal-dialog .modal-body {
    padding: 30px 15px 0;
}
.modal.serform_popup .modal-dialog .modal-header.top_title {
    position: relative;
    margin: 0;
    padding: 30px 25px 30px 15px;
}
.modal.serform_popup .modal-dialog .modal-header.top_title .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
	opacity: 1;
    color: #fff ;
    fill: #fff ;
    padding: 0;
    height: 30px;
    width: 30px;
    cursor: pointer;
}
.modal.serform_popup .modal-dialog .modal-header.top_title .btn-close:hover{
	background: #FF116A;
}
.modal.serform_popup .modal-dialog .modal-header.top_title .btn-close svg {
    stroke: #fff;
}