/*
 Theme Name:     Blu vora eco solution
 Theme URI:      https://bluvoraecosolution.in
 Description:    Blu Vora Eco Solution
 Author:         Blu vora eco solution
 Author URI:     https://bluvoraecosolution.in
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --font_Oswald: "Oswald", sans-serif;
    --font_Mulish: "Mulish", sans-serif;
    --font_Inter: "Inter", sans-serif;
    --font_Rubik: "Rubik", sans-serif;
    --font_Jost: "Jost", sans-serif;
}

body {
	font-family: "Rubik", sans-serif !important;
}

body {
	font-family: "Rubik", sans-serif;
    font-family: var(--font_Oswald);
    font-family: var(--font_Mulish);
    font-family: var(--font_Inter);
    font-family: var(--font_Rubik);
    font-family: var(--font_Jost);
    line-height: 1.8em !important;
    scroll-behavior: smooth !important;
    overflow-x: hidden !important;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
h6{
	padding: 0px !important;
}

.pd80 {
	padding: 80px !important;
}

.pd0 {
	padding: 0px !important;
}

.pdt0 {
	padding-top: 0px !important;
}

.pdb0 {
	padding-bottom: 0px !important;
}

.tc {
	text-align: center !important;
}

.wt {
	color: #fff !important;
}

.cust_width {
    width: 100% !important;
    max-width: 68% !important;
	margin: auto !important;
}

.full_width {
    width: 100% !important;
    max-width: 100% !important;
	margin: auto !important;
}

body .et_pb_image {
    width: 100% !important;
	line-height: 0px !important;
}

body .et_pb_image_wrap {
    display: flex !important;
    width: 100% !important;
	line-height: 0px !important;
}

body .et_pb_image_wrap img {
    width: 100% !important;
	line-height: 0px !important;
}

.dis_fx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.dis_fx_al {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dfx {
    display: flex;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.dfa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dfaj {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 320px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {}

@media only screen and (min-width: 981px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1880px) {}