/*
Theme Name: orgonew

*/
body{
	margin:0;
	padding:0;
	background:#f6f3e7;
	 font-family: "Poppins", sans-serif !important;
	overflow-x:hidden !important;
}
html, body{
	overflow-x:clip !important;
}
.pdfemb-viewer{
	margin:0 auto !important;
}
.elementor-widget-image img {
  height:auto !important;
}
h1,h2,h3,h4,h5,h6{
		font-family: "Poppins", sans-serif !important;
	font-weight:400;
}
.elementor img {
    height: auto !important;
    max-width: 100% !important;
    width: auto !important;
}
.bdt-position-center-left {
    left: 10% !important;
}
.bdt-slider .bdt-slide-item .bdt-slide-desc {
    color: #fff;
    background-color: #545454;
	background-image:url(https://angleritech.co.in/CMS/orgonew/wp-content/uploads/2024/05/dummy.png) ;
    padding: 3% 3%;
    width: 30%;
}
/* p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
} */
p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
}
.gm-navbar {
    position: relative;
    width: 100%;
}
/* .gm-navbar {
    z-index: 9999 !important;
    position: fixed !important;;
    width: 100% !important;;
    top: 0 !important;;
} */
@media only screen and (max-width:1366px) {
.elementor-16 .elementor-element.elementor-element-7e2a5b0 .bdt-slider .bdt-slide-item .bdt-slide-text {
    font-size: 25px !important;
}
	.bdt-position-center-left {
    left: 5% !important;
    top: 23% !important;
}
}
@media only screen and (max-width:565px) {
.elementor-16 .elementor-element.elementor-element-7e2a5b0 .bdt-slider .bdt-slide-item {
    height: 220px !important;
}
	.bdt-slider .bdt-slide-item .bdt-slide-desc{
		display:none;
	}
	h2{
		font-size:22px !important;
	}
	h3{
		font-size:20px !important;
	}
	p {
 
    font-size: 15px !important;
  
}
	.elementor-16 .elementor-element.elementor-element-f11cbee {

    margin-top: 20px !important;
 
}
}
@media only screen and (max-width:480px) {
.elementor-16 .elementor-element.elementor-element-7e2a5b0 .bdt-slider .bdt-slide-item {
    height: 180px !important;
}
	.drop1 img {
    width: 40% !important;
}
}



div.drop-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 200px;
  width: 200px;
}

div.drop {
  position: absolute;
  top: -25%;
  width: 100%;
  height: 100%;
  border-radius: 100% 5% 100% 100%;
  transform: rotate(-45deg);
  margin: 0px;
  background: #ffd500;
  animation: drip 4s forwards;
}

.drop1 {
    color: #F38B2B;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    text-align: center;
    opacity: 0;
    animation: appear 2s 2.5s forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.drop-container:before,
div.drop-container:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 55%;
  right: 50%;
  transform: translate(50%) rotateX(75deg);
  border-radius: 100%;
  opacity: 0;
  width: 75%;
  height: 75%;
  border: 5px solid #ffd500;
  animation: dripple 2s ease-out 1s;
}

div.drop-container:after {
  animation: dripple 2s ease-out 1.7s;
}

@keyframes drip {
  45% {
    top: 0;
    border-radius: 100% 5% 100% 100%;
    transform: rotate(-45deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
    border-radius: 100%;
  }
}

@keyframes dripple {
  0% {
    width: 150px;
    height: 150px;
  }
  25% {
    opacity: 1;
  }
  100% {
    width: 500px;
    height: 500px;
    top: -20%;
    opacity: 0;
  }
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
/*   background: #F38B2B; */
	 background: #fff;
  z-index: 9999;
  display: flex;
	top:0;
  align-items: center;
  justify-content: center;
}
.title.title-4 {
    background-position: bottom;
    overflow: hidden;
    background-repeat: no-repeat;
    position: relative;
    background: #ff972226;
}
 .title.title-4 h1 {
    padding-top: 70px;
}
.breadcrumbs{
padding-bottom:20px
}
.title.title-4 h1 {
    padding-top: 30px;
    font-family: "Jost" !important;
    font-weight: 600;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: 0.02em;
    color: #000;
}
 .headline-bg {
    width: auto;
    height: auto;
    position: absolute;
    font-family: 'Rockville Solid' !important;
    font-size: 300px;
    line-height: 300px;
    color: #38302b;
    opacity: 0.04;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -58%);
    transform: translate(-50%, -58%);
    white-space: nowrap;
    pointer-events: none;
}
.pb-10 {
    padding-bottom: 10em;
}
.page-section{
	padding:0 0;
}
.drop1 img{
	width:10%;
}