/*
Theme Name: EntertopWP Child Theme
Theme URI: https://www.entertop.com.my
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: Entertop WP
Author URI: https://www.entertop.com.my
template: bb-theme
*/

/* Add your custom styles here... */ 


/* General */

html {
  scroll-behavior: smooth;
}

a:hover{transition:0.3s;text-decoration:none;cursor: pointer;}

.justify p{text-align:justify;}

ul {
	padding-left: 20px;
}

.zindex1{
	position: relative;
	z-index: 1;
}

.zindex2{
	position: relative;
	z-index: 2;
}

.zindex3{
	position: relative;
	z-index: 3;
}

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

.nolink a{
	pointer-events:none;
}

.zoom-in {
	overflow: hidden;
}

.zoom-in .fl-col-content{
	transform: scale(1);
	transition: 0.7s ;
}

.zoom-in:hover > .fl-col-content{
	transform: scale(1.1);
	transition: 0.7s;
}


.map{-webkit-filter: grayscale(100%);
filter: grayscale(100%);}


#fl-to-top {
	background-color: #80d4f2 !important;
	border-radius: 50%;
	right: 9%;
	width: 50px;
	height: 50px;
	scale: 0.7;
	bottom: 0px;
}

#fl-to-top:hover {
	background-color: #00b2f2 !important;
}

#fl-to-top::after {
	content: "Back to top";
	color: #80d4f2;
	width: 200px;
	position: absolute;
	left: 13px;
	top: 11px;
	font-weight: bold;
}

#fl-to-top:hover::after {
	color: #00b2f2;
}

.fa-chevron-up::before {
	content: "\e901";
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 25px;
	color: #2d257d;
	font-size: 33px;
	margin: 0px 0px 0px -5px !important;
}


.inner-banner .pp-primary-title {
	display: none !important;
}

.inner-banner .pp-secondary-title {
	padding: 0 !important;
}



.item-active > .pp-accordion-content {
	display: block;
}

/* End General */

/* Start Header */

.menu .pp-screen-reader-text {
	display: none;
}

/* End Header */


.fl-widget {
	margin-bottom: 20px !important;
}

.row.fl-post-image-beside-wrap {
	display: flex;
}

.fl-post-thumb img {
	height: auto !important;
	max-width: 100%;
	width: 600px;
	margin-top: -120px;
}

.fl-post-author, .fl-sep {
	display: none;
}

.widgettitle {
	display: none !important;
}

.row.fl-post-image-beside-wrap {
	display: flex;
	margin-left: 0;
}

.fl-post-thumb {
	margin-bottom: 25px;
	height: 300px;
	overflow: hidden;
	width: 100%;
}

a.tag-cloud-link {
	font-size: 14px !important;
}

.wp-block-categories-list, .wp-block-archives-list, .wp-block-tag-cloud {
	margin-top: -10px !important;
}

.fl-button-wrap .fl-button-icon {
	margin-top: -4px;
}


.fl-button-wrap .fl-button i {
	font-size: 35px !important;
}

.pp-down-arrow {
	border: solid 1px #fff;
	border-radius: 50%;
	/* transform: scale(0.8) !important; */
}

.pp-testimonials-wrap .owl-nav button {
	line-height: 0;
	font-size: 27px;
}

.button-style {
	background-color: #00b2f2;
	border-radius: 30px;
	padding: 15px 30px;
	color: #fff;
	bottom: -90px;
	transition: 0.3s;
	font-weight: 600;
}

.button-style:hover {
	background-color: #2d257d;
	transition: 0.3s;
	color:#fff !important;
}

.button-style2 {
	background-color: #fff;
	border-radius: 30px;
	padding: 15px 30px;
	color: #2d257d;
	bottom: -90px;
	transition: 0.3s;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: none;
}

.button-style2:hover {
	background-color: #80d4f2;
	transition: 0.3s;
	color: #2d257d !important;
	border: none;
}

.button-style3 {
	color: #2d257d;
	bottom: -90px;
	transition: 0.3s;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: none;
	text-decoration: none;
	transition:0.5s;
}

.button-style3:hover {
	/* color: #fff; */
	text-decoration: none;
	transition: 0.5s;
}

.button-style3 .fl-icon {
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 30px;
}

.button-style3:hover .fl-icon {
	background-color: #80D4F2;
}



.button-style .icon-icon2 {
	font-size: 35px;
	margin-bottom: -11px;
	margin-left: 10px;
}

.button-style2 .icon-icon2 {
	font-size: 35px;
	margin-left: 10px;
	margin-bottom: -3px;
}

.inner-banner .pp-heading-separator {
	transform: rotate(90deg);
}

.pp-menu-toggle {
	/* border: solid 1px; */
	/* border-radius: 50%; */
	/* width: 23px !important; */
	/* height: 23px !important; */
	/* top: 65% !important; */
	right: 17px !important;
}

.main-menu .sub-menu {
	border-radius: 20px;
	padding: 0px 10px !important;
}

.main-menu .sub-menu::before {
	content: '';
	border-bottom: 10px solid #FFF;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 45%;
}

.btn-grp .fl-button-icon {
	background-color: #00b2f2 !important;
	border-radius: 50% !important;
	padding: 5px !important;
	transition:0.3s;
}

.btn-grp .fl-button-icon:hover {
	background-color: #2d257d !important;
	transition:0.3s;
}
/*Disable animation top menu
.main-menu .menu .pp-has-submenu .sub-menu {
	top: -100% !important;
	transition: 0.3s;
	display: block !important;
	z-index: -20 !important;
}

.main-menu .menu .pp-has-submenu:hover .sub-menu{
	top:100% !important;
	transition:0.3s;
	z-index: 1 !important;
}

Disable animation top menu*/


.main-menu .menu .pp-has-submenu .sub-menu {
	opacity: 0 !important;
	transition: 0.3s;
	display: block !important;
	z-index: -20 !important;
}

.main-menu .menu .pp-has-submenu:hover .sub-menu{
	opacity:1 !important;
	transition:0.3s;
	z-index: 1 !important;
}


.btn-back .fl-button-icon {
	background-color: #00b2f2;
	border-radius: 50%;
	padding: 5px;
	color: #fff !important;
	transition:0.3s;
}

.btn-back .fl-button:hover .fl-button-icon {
	background-color: #2d257d;
	transition:0.3s;
}

.btn-back .fl-button-wrap .fl-button i {
	font-size: 30px !important;
}


.fl-button i {
	transition: 0.3s !important;
	transform: translate(100%, 0);
}

.fl-button:hover i {
	transform: translate(50%, 0);
	transition: 0.3s !important;
}



/* End General */

/* Start Slider */

.btn-slider {
	top: -30px !important;
}

.btn-slider .nicomoon {
	background-color: #00b2f3;
	border-radius: 50%;
	padding: 14px;
	color: #2d257d;
	margin-left: 150px !important;
}

.btn-slider:hover .nicomoon {
	background-color: #2d257d;
	color: #fff;
}

.btn-slide::before {
	border-right: solid 1px #fff !important;
	margin-left: -60px !important;
	position: absolute !important;
	z-index: 1 !important;
	width: 100px !important;
	height: 100px !important;
	background-color: black !important;
}

.nicomoon-arrow-left2::before {
	content: "\e903" !important;
}

.nicomoon-arrow-right2::before {
	content: "\e902" !important;
}

div .n2i.nicomoon {
	font-family: 'icomoon' !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
}

.btn-slide div::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 150px;
	left: 360px;
	display: block;
	clear: both;
	background-color: #fff;
	top: 35px;
}

/*

.btn-slide div::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 70px;
	left: 325px;
	display: block;
	clear: both;
	background-color: #fff;
	top: 18px;
}*/


.n2-ss-highlighted-heading-after, .head-projectx span {
	color: #2d257dff !important;
}

/* End Slider */


/* Start Home */

.home-section-first .pp-sub-heading {
	margin-right: 350px;
}

.home-section-first  .pp-down-arrow.pp-da-bounce {
	width: 50px;
	height: 50px;
}

.home-section-first  .pp-down-arrow-wrap .pp-down-arrow svg {
	transform: scale(0.6);
	margin-left: -13px;
	margin-top: -11px;
}

/* End Home */


/*Start About*/

.testimonial .owl-prev span svg, .owl-next span svg {
	display: none;
}

.testimonial .owl-prev span::before {
	content: "\e903" !important;
}

.testimonial .owl-next span::before {
	content: "\e902" !important;
}

.testimonial .owl-nav button{
	font-family: 'icomoon' !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
}

.testimonial .pp-testimonials-wrap .owl-nav {
	justify-content: left;
	margin-top: 20px;
	position: absolute;
	bottom: 0;
}

.testimonial .pp-testimonial::before {
	content: url('/wp-content/uploads/2024/05/open-quot.png');
	position: absolute;
	top: 20px;
	z-index: 10;
	left: 20px;
}

.testimonial .pp-testimonial::before {
	content: '';
	position: absolute;
	top: 20px;
	z-index: 10;
	left: 30px;
	width: 50px;
	background-image: url(/wp-content/uploads/2024/05/open-quot.png);
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}
/*
.testimonial .pp-testimonial::after {
	content: '';
	position: absolute;
	bottom: 100px;
	z-index: 10;
	right: 30px;
	width: 50px;
	background-image: url(/wp-content/uploads/2024/05/close-quot.png);
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}
*/
.testimonial .pp-testimonial {
	height: 390px;
}

.testimonial .owl-stage .owl-item .layout-4-content::after {
	position: absolute !important;
	bottom: -70px !important;
	left: 150px !important;
}

.testimonial .owl-stage .owl-item:nth-child(1) .layout-4-content::after {
	content: "1/2" !important;
}

.testimonial .owl-stage .owl-item:nth-child(2) .layout-4-content::after {
	content: "2/2";
}

.testimonial .owl-stage .owl-item:nth-child(3) .layout-4-content::after {
	content: "3/2";
}

.testimonial .owl-stage .owl-item:nth-child(4) .layout-4-content::after {
	content: "4/2";
}



/*Menu Sidebar*/

.menu-sidebar-sticky, .menu-sidebar-sticky-general {
	position: sticky !important;
	top: 10%;
}




.menu-left .pp-accordion-button-icon {
	background-color: #fff;
	border: solid 1px #2d257d;
	border-radius: 50%;
	width: 44px;
	height: 40px;
	padding: 5px 14px 10px 5px !important;
}

.menu-left .pp-accordion-button-label {
	margin-left: 20px;
}

.menu-left ul li, .menu-left-general ul li {
	list-style: none;
	position: relative !important;
	margin-bottom: 20px;
}

.menu-left ul li:hover::after {
	top: -15px !important;
	right: -35px !important;
}

.menu-sidebar-sticky li:hover::after, .menu-sidebar-sticky li.focus::after, .menu-left ul li:hover::after, .menu-left-general ul li:hover::after{
	position: absolute;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	font-weight: 900;
	right: -20px;
	color: #00b2f2;
	top: -6px;
	font-size: 40px;
}

.menu-left-general ul li:hover::after {
	top: -15px !important;
	right: -20px !important;
}

.menu-sidebar-sticky li:hover a, .menu-left ul li:hover, .menu-sidebar-sticky li a.active, .menu-sidebar-sticky li a.actives, .menu-sidebar-sticky-general li:hover a, .menu-sidebar-sticky-general li a.active{
	color: #00b2f2 !important;
	cursor:pointer;
}

.menu-sidebar-sticky a.active::after, .menu-sidebar-sticky a.actives::after {
	position: absolute;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	font-weight: 900;
	right: -35px;
	color: #00b2f2;
	top: -15px;
	font-size: 40px;
}

.menu-sidebar-sticky-general a.active::after{
	position: absolute;
	vertical-align: middle;
	font-family: "Font Awesome 5 Free";
	content: "\f0d9";
	font-weight: 900;
	right: -20px;
	color: #00b2f2;
	top: -15px;
	font-size: 40px;
}

/*End Menu Sidebar*/


/*Farming The Wind*/

.custom-icon .pp-infobox-icon {
	margin: -70px auto 0px auto !important;
	display: block;
	width: 100px;
}

.bullet-color li::marker {
  color: #00b2f2;
}

.sidebar-right .first .fl-module-content {
	margin: 80px 160px 20px 160px !important;
}

.sidebar-right .head .fl-module-content {
	margin-top: 60px !important;
}

.sidebar-right .second .fl-module-content {
	margin-left: 160px !important;
	margin-right: 160px !important;
}

.sidebar-right .second-title-left .fl-module-content {
	margin-left: 160px !important;
}

.sidebar-right .second-title-right .fl-module-content {
	margin-right: 160px !important;
}


.line-space .fl-rich-text {
	padding-left: 50px;
	border-left: solid #00b2f2 1px;
	margin-left: 200px !important;
}

.boxx .fl-rich-text ul, .boxx-project .fl-rich-text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: normal;
	padding: 0;
	margin: 0;
}

.boxx .fl-rich-text ul li {
	width: calc(33% - 20px);
	margin: 10px;
	border: 1px solid #00b2f2;
	background-color: #ffffff;
	list-style: none;
	padding: 20px;
}


.boxx-project .fl-rich-text ul li {
	width: calc(33% - 20px);
	margin: 20px 10px 40px 0px;
	border: 1px solid #00b2f2;
	background-color: #ffffff;
	list-style: none;
	padding: 20px;
}


.boxx2 .fl-rich-text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: normal;
	padding: 0;
	margin: 0;
}

.boxx2 .fl-rich-text ul li {
	width: calc(50% - 20px);
	margin: 10px;
	border: 1px solid #00b2f2;
	background-color: #ffffff;
	list-style: none;
	padding: 20px;
}




/*End Farming The Wind*/


/*Project*/

.btn-download .pp-button-subtext {
	position: absolute;
	right: -75px;
}

.btn-download .pp-button-icon {
	position: absolute;
	right: 20px;
}

.btn-download .pp-button {
	overflow: visible !important;
}

.btn-download .pp-button-width-custom .pp-button {
	text-align: left;
}

.map-popup {
	width: 200px;
	left: 0;
	bottom: 0;
	position: absolute;
}

.fl-module-processtimeline {
	overflow: hidden;
}

.head-project {
	background-color: #2d257d;
	margin-bottom: 20px;
	background: rgb(45,37,125);
	background: linear-gradient(90deg, rgba(45,37,125,1) 0%, rgba(0,178,242,1) 100%);
}


/*End Project*/

/*Start News*/
.share .pp-social-share-content .pp-share-button {
	height: 40px;
	width: 40px;
}

/*End News*/

/* Start Footer */

.footer::after {
	content: url('/wp-content/uploads/2024/02/Yinson_Renewable-Energy_Element_Leaf.png');
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	width: 300px;
}


footer a:hover {
	color: #00b2f2 !important;
}

footer .menu .pp-has-submenu .sub-menu {
	/* position: absolute; */
	/* top: 100% !important; */
	left: 10px !important;
	/* z-index: 10; */
	/* visibility: hidden; */
	/* opacity: 0; */
	/* background-color: #fff; */
}

#menu-menu-bottom-footer .pp-has-submenu .sub-menu li {
	list-style: disc;
	padding: 0 !important;
	margin-left: 7px;
}

footer .sub-menu a {
	margin-left: 0;
	margin-right: 0;
	padding: 5px 25px 5px 0px !important;
}

footer .pp-menu-toggle {
	right: -20px !important;
	position: relative !important;
}

	.pp-advanced-menu-mobile {
	justify-content: right !important;
	}


/*
#menu-menu-bottom-footer .pp-has-submenu .sub-menu {
	top: -100% !important;
	transition: 0.3s;
	z-index: -20 !important;
	display:block !important;
}

#menu-menu-bottom-footer .pp-has-submenu:hover .sub-menu{
	top:100% !important;
	transition:0.3s;
	z-index: 1 !important;
}
*/

#menu-menu-bottom-footer .pp-has-submenu .sub-menu {
	list-style: disc !important;
	visibility: visible;
	display: flex;
	padding-left: 20px;
	opacity: 1;
	background-color: transparent !important;
	color: #fff !important;
	position: relative;
}
#menu-menu-bottom-footer .pp-menu-toggle::before {
	transform: translateX( -10px ) translateY( 0px ) rotate( 45deg ) !important;
}

#menu-menu-bottom-footer .pp-has-submenu-container .menu-item-text::after {
	content: ":" !important;
	}

/* End Footer */


.head-project .fl-rich-text {
	position: relative;
	padding-left: 100px;
	font-style: italic !important;
}

.head-project .fl-rich-text::before {
	content: '';
	position: absolute;
	top: 20px;
	z-index: 10;
	left: 0;
	width: 80px;
	background-image: url(/wp-content/uploads/2024/05/open-quot.png);
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
}




@media only screen and (max-width: 1600px) and (min-width: 1350px) {
	

		.sidebar-right .first .fl-module-content {
	margin: 80px 60px 20px 60px !important;
	}

	.sidebar-right .head .fl-module-content {
	margin-top: 60px !important;
	}

	.sidebar-right .second .fl-module-content {
	margin-left: 60px !important;
	margin-right: 60px !important;
	}

	.sidebar-right .second-title-left .fl-module-content {
	margin-left: 60px !important;
	}

	.sidebar-right .second-title-right .fl-module-content {
	margin-right: 60px !important;
	}
	
	.main-menu .menu .pp-has-submenu:hover .sub-menu {
	width: 200px;
	}
	
	
	
}


@media only screen and (max-width: 1800px) and (min-width: 1600px) {
	
	.main-menu .pp-advanced-menu .menu a {
	font-size: 17px !important;
	}
	
}


@media only screen and (max-width: 1600px) and (min-width: 1400px) {
	
	.main-menu .pp-advanced-menu .menu a {
	font-size: 17px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
}




@media only screen and (max-width: 1400px) and (min-width: 1200px) {
	
	h1{font-size:48px !important;}
	h2 .pp-secondary-title, h2 {
	font-size:40px !important; }
	h3 {font-size:35px !important;}
	h4{font-size:30px !important;}
	h5{font-size:24px !important;}
	body, p, button  {font-size:16px;}
	
	.head-footer p {
	font-size: 18px !important;
	}
	
	.sidebar-right {
	width: 70%;
	}
	
	.fl-module-processtimeline .fl-module-content {
	margin-left: 80px;
	}
	
	.pp-testimonials-wrap .owl-nav button {
	font-size: 27px !important;
	}
	
	.button-style2 {
	padding: 10px 15px;
	}
	
	.menu-sidebar-sticky, .menu-sidebar-sticky-general {
	position: sticky !important;
	top: 12%;
	}
	
	.inner-banner .fl-row-content-wrap {
	min-height: 450px !important;
	padding-top: 130px;
	}
	
	.inner-banner .pp-primary-title {
	font-size: 40px !important;
	}
	
	.inner-banner .pp-secondary-title {
	font-size: 48px !important;
	}
	
	.main-menu .pp-advanced-menu .menu a {
	font-size: 14px !important;
	padding: 10px 10px !important;
	}
	
	.main-menu .fl-row-content-wrap {
	padding-right: 40px;
	}
	
	
	.main-menu .pp-advanced-menu .sub-menu a {
	padding: 13px 10px !important;
	}
	

	
	.home-section-first .pp-sub-heading {
	margin-right: 200px;
	}
	
	.home-section-first .pp-down-arrow-wrap {
	bottom: 0px;
	}
	
	.ss-title {
	font-size: 85% !important;
	margin: 0 !important;
	}
	
	.ss-box-content {
	margin-left: 45% !important;
	}
	
	.main-menu .sub-menu::before {
	content: '';
	border-bottom: 8px solid #FFF;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -7px;
	}
	
	.btn-slide {
	padding: 30px 50px !important;
	}
	
	.btn-slide div::after {
	height: 80px;
	top: 20px;
	}

	
	.inner-banner .pp-secondary-title {
	padding-top: 0 !important;
	}
	
	footer .fl-row-content-wrap {
	padding-right: 50px;
	padding-left: 50px;
	}
	
	.second-section-about .fl-row-content-wrap {
	padding-right: 10px;
	}
	
	.fourth-section-about .fl-icon-wrap {
	margin: 10px 10px 10px -12px;
	}
	
	.footer-contact .fl-row-content-wrap {
	background-position: center right;
	}
	
	
	
	.sidebar-right .first .fl-module-content {
	margin: 80px 100px 20px 60px !important;
	}	

	.sidebar-right .head .fl-module-content {
	margin-top: 40px !important;
	}

	.sidebar-right .second .fl-module-content {
	margin-left: 60px !important;
	margin-right: 100px !important;
	}

	.sidebar-right .second-title-left .fl-module-content {
	margin-left: 60px !important;
	}
	
	.sidebar-right .second-title-right .fl-module-content {
	margin-right: 100px !important;
	}
	
	.check-out-title .fl-heading-text {
	font-size: 20px;
	}
	
		
	.fl-button-wrap .fl-button i{
	font-size: 28px !important;
	}
	
	.nicomoon {
	font-size: 150% !important;
	}
	
	.btn-grp .fl-button-text {
	font-size: 17px;
	}
	
	.yinson-renewable .fl-col-content {
	min-height: 400px !important;
	}
	
	.yinson-renewable-right .fl-col-content {
	margin-top: 35px;
	}
	
	.btn-grp .fl-button {
	padding: 0 10px !important;
	}

	.btn-grp .fl-module-content {
	margin-right: -30px;
	margin-left: -50px !important;
	}
	
	.contact-us-bg .fl-col-content {
	min-height: 500px !important;
	margin-top: 50px;
	}
	
	.menu-project-left .fl-col-content {
	padding: 20px 0px 20px 20px;
	}
	
	.map-bg .fl-col-content {
	min-height: 400px !important;
	margin-right: 100px;
	}
	
	.life-cyle-right .n2-ss-layer-with-background {
	padding: 20px !important;
	}
	
	.life-cycle .n2-ss-control-bullet {
	position: absolute !important;
	top: 52%;
	left: 19%;
	}
	
	.box-one {
	width: 29%;
	}
	
	.box-one .fl-module-content {
	margin-top: 20px !important;
	margin-right: 50px !important;
	margin-left: 50px !important;
	}
	
	.box-fourth {
	width: 3%;
	}
	
	.title-project {
	font-size: 70% !important;
	}
	
	.menu-farming-left {
	width: 15%;
	}
	
	.menu-farming-left .fl-col-content {
	padding: 10px 0px 10px 10px;
	}
	
	.title-highlight-button {
	width: 43%;
	}
	
	.home-section-first .fl-row-content-wrap {
	padding-top: 4%;
	}
	
	.testimonial .owl-stage .owl-item .layout-4-content::after {
	
	bottom: -65px !important;
	left: 20% !important;
	}
	
	.pc2 .fl-module-box {
	display: block;
	}

	.pc2 {
	width: 30%;
	margin-right: -40px;
	}

	.pc3 .fl-col-content {
	margin-right: 0;
	}
	
	.life-cycle .fl-module-content {
	margin-right: 0px !important;
	}
	
	.life-cycle-bg {
	width: 450px !important;
	margin-top: -120px;
	}
	
	.life-cycle-heading {
	font-size: 70% !important;
	}
	
	.life-cycle .n2-ss-control-bullet {
	position: absolute !important;
	top: 44%;
	left: 21%;
	}

	.button-life-cycle1 {
	top: -261px !important;
	left: -2px !important;
}


	
	
	.life-cyle-right {
	margin-right: 40px !important;
	}
	
	.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
	padding: 5px 15px !important;
	}
	
	.left-slide {
	right: 45% !important;
	}
	
	.right-slide {
	right: 40px !important;
	}
	

}



@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	
	.main-menu .pp-advanced-menu .menu a {
		font-size:14px !important;
	padding: 0px 10px !important;
	}
	
	.home-section-first .pp-sub-heading {
	margin-right: auto;
	}
	
	.ss-box-content {
	font-size: 20px !important;
	top: -180px !important;
	left: 240px !important;
	}
	
	.menu-farming-left .fl-col-content {
	padding: 0 !important;
	}
	
}


@media only screen and (max-width: 1210px) and (min-width: 990px) {

.core-values-1{width:100% !important;}
.core-values-2{width:100% !important;}
.core-values-1 .fl-heading {text-align: center !important;}

.white-circle p{
	font-size: 14px !important;
}


.cv-bottom .fl-row-content-wrap {
	margin-top: -105px;
}



.cv-top .fl-row-content-wrap {
	padding-bottom: 80px;
}
	
.sidebar-right .second-title-left .fl-module-content {
	margin-left: 20px !important;
}	
	

}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1200px) {
	
		h1{font-size:48px !important;}
	h2 .pp-secondary-title, h2 {
	font-size:40px !important; }
	h3 {font-size:35px !important;}
	h4{font-size:30px !important;}
	h5{font-size:17px !important;}
	body, p, button  {font-size:16px;}
	
	.head-footer p {
	font-size: 19px !important;
	}
	
	.content-main .fl-row-content-wrap {
	padding: 30px !important;
	}
	

	
	#fl-to-top {
	right: 15%;
	}
	
	.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle {
	left: auto !important;
	right: -20px !important;
	}
	.pp-overlay-door .pp-advanced-menu .sub-menu > li > a, .pp-overlay-door .main-menu .pp-advanced-menu .sub-menu > li > .pp-overlay-door .pp-has-submenu-container > a {
	border-bottom: solid 1px #00b2f2 !important;
	background-color: #fff !important;
	}
	
	.home-section-first .pp-sub-heading {
	margin-right: auto;
	}
	
	.btn-slide {
	padding: 30px 50px !important;
	margin-bottom: 70px;
	}
	
	.btn-slide div::after {
	height: 100px;
	top: 11px;
	}
	
	.home-section-first .fl-row-content-wrap {
	padding: 0px;
	}
	
	.pp-menu-full-screen .pp-advanced-menu .sub-menu > li > a {
	background-color: #fff !important;
	}
	

	
	footer .fl-row-content-wrap {
	padding: 20px 10px !important;
	}
	
	.fourth-section-about .fl-icon-wrap {
	bottom: 80px;
	position: absolute;
	rotate: 90deg;
	}
	
	.sidebar-right .first .fl-module-content {
	margin: 20px 20px 20px 20px !important;
	}
	
	.sidebar-right .second .fl-module-content {
	margin-left: 20px !important;
	margin-right: 20px !important;
	}
	
	.sidebar-right .second-title-left .fl-module-content {
	margin-left: 20px !important;
	}
	
	.boxx .fl-rich-text ul li, .boxx2 .fl-rich-text ul li {
	width: 100%;
	margin: 5px 0px;
	}
	
	.menu-sidebar-sticky li:hover::after, .menu-sidebar-sticky li.focus::after, .menu-left ul li:hover::after {
	right: 0px;
	}
	
	.menu-sidebar-sticky {
	position: sticky !important;
	top: 4%;
	}
	
	.menu-project-left .fl-col-content {
	padding: 20px 0px 0px 0px;
	}
	
	.head-project .fl-rich-text::before {
	width: 50px;
	}
	
	.head-project .fl-rich-text {
	padding-left: 80px;
	}
	


	
	
}


/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
	
	.fl-page {
	overflow-x: hidden;
	}
	
	h1 {font-size:}
	h2 .pp-secondary-title, h2 {
	font-size: }
	h3 {font-size:}
	h4{font-size:}
	h5{font-size:17px !important}
	h6{font-size:16px !important}
	p, body {font-size:15px;}
	
	.head-footer p {
	font-size: 15px !important;
	}
	
	.footer-contact .fl-row-content-wrap {
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
	
	.footer-contact .fl-html {
	margin-top: -20px;
	}
	
	.footer-contact h2 {
	font-size: 23px;
	}
	
	.inner-banner .fl-row-content-wrap {
	min-height: 200px !important;
	padding-top: 70px;
	}
	
	.button-style, .button-style2 {
	padding: 10px 15px;
	font-size:15px !important;
	}
	
	a.fl-button, a.fl-button:visited, .fl-page a.fl-button, .fl-page a.fl-button:visited {
	font-size: 15px;
	}
	
	
	
	.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-menu-toggle {
	left: 0px !important;
	}
	
	#menu-menu-bottom-footer .pp-has-submenu .sub-menu {
	list-style: disc !important;
	visibility: visible !important;
	display: flex !important;
	padding-left: 20px;
	opacity: 1;
	background-color: transparent !important;
	color: #fff !important;
	position: relative;
	}
	
	.home-section-first .pp-sub-heading {
	margin-right: auto;
	}
	
		.btn-slide {
	padding: 30px 50px !important;
	}
	
	.btn-slide div::after {
	height: 100px;
	top: 11px;
	}
	
	.home-section-first .fl-row-content-wrap {
	min-height: 85vh !important
	}

	.home-section-first .pp-down-arrow-wrap {
	bottom: 5px !important
	}
	
	.button-style2 .icon-icon2, .button-style .icon-icon2, .fl-button-wrap .fl-button i{
	font-size: 25px !important;
	}
	
	.button-style .icon-icon2 {
	margin-bottom: -9px;
	}
	
	.footer-contact .fl-row-content-wrap {
	background-position: center left;
	}
	
	div .n2i.nicomoon {
	font-size: 20px !important;
	}	
	
	.pp-testimonials-wrap .owl-nav button {
	width: 40px;
	height: 40px;
	}
	
	.sidebar-right .first .fl-module-content {
	margin: 20px 20px 20px 20px !important;
	}
	
	.sidebar-right .second .fl-module-content {
	margin: 20px 20px 0px 20px !important;
	}
	
	.boxx .fl-rich-text ul li, .boxx2 .fl-rich-text ul li {
	width: 100%;
	}
	
	
	.sidebar-right .second-title-left .fl-module-content{
	margin-left: 20px !important;
	}
	
	.sidebar-right .second-title-right .fl-module-content {
	margin-right: 20px !important;
	}
	
	.column-icon {
	margin-bottom: 30px;
	}
	
	.btn-grp .fl-button {
	font-size: 15px !important;
	}
	
	.footer::after {
	display:none;
	}
	
	.pp-testimonials-wrap .owl-nav button {
	width: 40px !important;
	height: 40px !important;
	font-size: 22px !important;
	}
	
	.btn-grp .fl-module-content {
	margin-top: -30px !important;
	padding-bottom: 20px;
	}
	
	.menu-project-left .fl-col-content {
	padding: 20px 0px 20px 20px;
	}
	
	.boxx-project .fl-rich-text ul li {
	width: 100%;
	margin: 10px;
	padding: 10px;
	}
	
	.btn-download .pp-button-subtext {
	position: relative;
	right: auto;
	text-align: left;
	color: #fff !important;
	}

	
	.menu-project-left .pp-accordion-content {
	padding: 15px 0px 0px 45px !important;
	line-height: 10px !important;
	background-color: #fff;
}

.menu-project-left .pp-accordion-button {
	background-color: #2d257d;
	color: #fff !important;
	padding: 5px !important;
}


.menu-project-left .pp-accordion-item-active .pp-accordion-button {
	background-color: #00b2f2;
}

.menu-project-left .menu-left .pp-accordion-button-icon {
	background-color: #fff;
	border: solid 1px #2d257d;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 2px 10px 10px 2px !important;
	margin-left: 7px;
}

.menu-project-left .pp-accordion-item .pp-accordion-button-icon::before {
	font-size: 25px;
}
	
	.menu-sidebar-sticky {
	position: sticky !important;
	top: 10%;
	transition: 0.3s;
	}
	
	.menu-sidebar-fixed {
	position: fixed !important;
	width: 100%;
	top: 10%;
	transition: 0.3s;
	}
	
	.menu-left.menu-sidebar-sticky.menu-sidebar-fixed {
	position: fixed !important;
	width: 100%;
	top: 55px;
	transition: 0.3s;
	}
	
	.scrolled .pp-accordion-item {
	margin-bottom: 2px !important;
		transition:0.3s;
	}
	
	.inner-banner .heading-title {
	margin-left: -35px;
	}
	
	#fl-to-top {
	background-color: #80d4f2 !important;
	border-radius: 50%;
	right: 3%;
	width: 35px;
	height: 35px;
	}
	
	.fa-chevron-up::before {
	content: "\e901";
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 15px;
	color: #2d257d;
	font-size: 25px;
	margin: 0px 0px 0px -8px !important;
}
	
	#fl-to-top::after {
	content: "Back to top";
	color: #80d4f2;
	width: 200px;
	position: absolute;
	left: -150px;
	top: 15px;
	font-weight: bold;
	/* right: ; */
}
	
	.testimonial .pp-testimonial {
	height: auto;
}
	
	footer .menu .pp-has-submenu .sub-menu {
	position: relative;
	top: 100% !important;
	/* left: 0 !important; */
	/* z-index: 10; */
	visibility: visible !important;
	opacity: 1;
	/* background-color: #fff; */
}
	

	
	#menu-menu-bottom-footer, .menu-footer .fl-rich-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
	
	
	
	#menu-menu-bottom-footer li, .menu-footer .fl-rich-text p {
	width: 50%;
	text-align: center !important;
	}
	
	#menu-menu-bottom-footer  .menu-item-text {
	padding: 0 !important;
	}
	
	footer .menu .pp-has-submenu .sub-menu li {
	width: 100% !important;
	}
	
	
	.custom-icon .pp-infobox-icon-inner span::before{
		font-size: 50px !important;
	}
	
	.custom-icon .pp-infobox-icon {
	margin: -40px auto 0px auto !important;
	display: block;
	width: 80px;
	}
	
	/*.btn-slide {
	left: 0 !important;
	padding: 20px !important;
	position: absolute !important;
	transform: scale(0.7);
	bottom: 30px;
	right: auto !important;
	}*/
	
	
	.btn-slide {
	left: -50px !important;
	padding: 20px !important;
	position: relative !important;
	transform: scale(0.6);
	bottom: 30px;
	/* right: auto !important; */
}
	
	.btn-slide div::after {
	height: 70px;
	top: 11px;
	}
	
	footer .fl-col-content {
	margin: 0 !important;
	}
	

	
	.left-slide, .right-slide {
	display: none;
	}
	
	.button-style3 .fl-icon {
	font-size: 22px;
	}
	
	.pp-testimonial.layout-4 .layout-4-content {
	background: transparent !important;
	}
	
	.testimonial .pp-testimonials-wrap .owl-nav {
	justify-content: right;
	margin-top: 20px;
	position: absolute;
	bottom: auto;
	right: 20px;
	top: 0;
	}
	
	.menu-left ul li:hover::after {
	top: 0px !important;
	right: 0px !important;
	}
	
	.menu-mobile {
	transition: 0.3s;
	}
	
	.scrolled .menu-mobile {
	position: fixed !important;
	top: 60px;
	z-index: 100;
	width: 100%;
	transition: 0.3s;
	}
	
	.fourth-section-about .fl-icon-wrap {
	bottom: 45px;
	position: absolute;
	rotate: 90deg;
	}
	
	.head-project .fl-rich-text::before {
	width: 40px;
	top: 10px;
	}
	
	.head-project .fl-rich-text {
	padding-left: 60px;
	}
	
	.pp-menu-full-screen .pp-advanced-menu .sub-menu > li > a {
	background-color: #fff !important;
	}
	
	.pp-search-form__container {
	width: 100% !important;
	}
	
	.pp-advanced-menu li .pp-search-form-wrap {
	right: 0;
	left: 0;
	}
	
	
    
	}