/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset css end here */

html{
	 height:100%;
}
body{
	 font-size:16px;
	 margin:0;
	 padding:0;
	 height:100%;
	 font-family: 'Readex Pro', sans-serif;
	 color:#000;
	 background-image: url("../images/body-bg.jpg");
}

.clearfix{
	 clear:both;
	 display:table;
	 
}
input[type="text"], input[type="email"], input[type="tel"]{
 padding: 10px;
   
    border: 1px solid #fff;
    border-radius: 10px;
    color: #000;
    margin-bottom:20px;
    margin-right:10px;
    margin-left:10px;
    width:42%;
}  
textarea{

    border: 1px solid #fff;
    border-radius: 10px;
    padding:10px;
    margin: 0 10px;
    width: 92%;
}
input[type="submit"]{
padding:10px 20px;
color:#fff;
background:rgb(51, 122, 183);
border:2px solid rgb(51, 122, 183);
font-size:18px;
margin-left:10px;
}
.site-header{
    position:absolute;
    width: 100%;
    top: 0;
    z-index:100;
    background: rgba(255,255,255, 0.7);
}
.fixed{
     position: fixed;
background:#fff;
box-shadow: 5px 5px 5px 5px rgb(0 ,0, 0 ,0.5);
}
.header-titles-wrapper{
    width:100%;
}
.body-inner{
	 height:100%;
	  background-image: url("https://methane.isignal.in/wp-content/uploads/2023/10/shutterstock_1307386510-scaled.jpg");
	  position:relative;
	  background-size:cover;
	   border-bottom-left-radius: 100% 160px;
     border-bottom-right-radius: 100% 160px;
  
  
}

.page-emission-spikes-dashboard .body-inner, .page-faq .body-inner{
      height:94px;
	  background-image: none;
}

body.home .body-inner{
	 height:90%;
	 background-position: 0px -378px;
}
p{
	 margin-bottom:10px;
	 line-height:1.5;
}
.site-logo {
    float: left;
    width: 190px;
}
.site-nav{
	 float:right;
	margin: 37px;
}
.site-logo  img{
	width:100%;
}
.page-title{
	font-size:40px;
	text-align:center;
	background:#fff;
	padding:20px 0;
	color:gray;
}
.site-nav li{
	 display:inline-block;
	 margin-left:15px;
}
.site-nav li.menu-item-has-children{
	position:relative;
}
.site-nav li.menu-item-has-children a{
	margin-right:15px;
}
.site-nav li.menu-item-has-children:after {
     content: '';
    position: absolute;
    left: 145px;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    clear: both;

}
.header-inner {
	 padding:0 20px;
}
.site-nav a{
font-size: 18px;
    color: #000;
    text-decoration: none;
	padding-bottom:5px;
	
}
.fixed .site-nav a{
    
    color: #000;
}
.site-nav .current-menu-item a, .site-nav .current-menu-parent a{
	border-bottom: 2px solid rgb(51, 122, 183);
}
.body-inner .banner-heading{
	font-size:70px;
	position:absolute;
	left:20%;
	top:35%;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:60%;
	text-shadow:2px 2px 5px rgba(0,0,0);
	-webkit-text-shadow:2px 2px 5px rgba(0,0,0);
	-moz-text-shadow:2px 2px 5px rgba(0,0,0);
	font-family: 'DM Serif Display', serif;
	line-height:80px;
}
.body-inner .banner-heading span{
	 display:block;
	 color:#f28424;
}
.fix-width{
width:80%;
margin:0 auto;
padding:0 30px;
}
.content-wrap{
	padding:60px 30px;
	font-size:18px;
}
.content-wrap a{
	color:rgb(51, 122, 183);
	text-decoration:none;
}
.entry {
    padding-top:40px;
}
.style-text h2{
   font-size:22px;
   margin-bottom:20px;
   font-family: 'DM Serif Display', serif;
	line-height:1.3;
}

.style-text h3{
   font-weight:bold;
   margin-bottom:20px;
}
.style-text p{
    margin-bottom:20px;
}
.contact-brief{
float:left;
width:40%;
}
.contact-brief h2{
    text-align: center;
    font-size: 60px;
    margin-bottom: 60px;
    font-family: 'DM Serif Display', serif;
}
.contact-brief h2 span{
color:rgb(51, 122, 183);
}
.wp-block-contact-form-7-contact-form-selector{
    float:right;
    background: #e2dfd6;
    padding: 2.5%;
    width:55%;
    border-radius:10px;
}
.contact-brief img{
    width:60px;
    margin-bottom:15px;
}
.contact-brief h3{
    margin-bottom:15px;
    font-size:22px;
}
.contact-brief a{
    color:#000;
    text-decoration:none;
}
.contact-info{
       float: left;
    margin-right: 1%;
    width: 49%;
    text-align: center;
}
.brief-info{
	text-align:center;
	background-color:rgb(51, 122, 183);
	width:70%;
	margin:0 auto 20px auto;
	padding:25px;
	border-radius:10px;
	color:#fff;
}
.box-text{
    background: rgb(255,255,0,0.4);
    padding: 20px;
}
.site-footer{
	 padding:30px 0;
	 background:#f28424;
}
.footer-inner{
	 padding: 0 30px;
}
.site-footer .sidebar{
	 float:left;
	
}
.site-footer .sidebar img{
width:20px;
}
.site-footer li{
	 list-style-type:none;
}
.site-footer h3{
	 color:#fff;
	 margin-bottom:15px;
	 text-transform:uppercase;
	 border-bottom:2px dotted #fff;
	 padding-bottom:7px;
}


.site-footer{
	 padding:20px 0;
	 background:rgb(51, 122, 183);
	 color:#fff;
	 margin-top:30px;
	 width:100%;
}
.site-footer .sidebar{
	float:left;
}
.footer-inner{
	 padding: 0 30px;
}

.site-footer li{
	 list-style-type:none;
	 display:inline-block;
	 margin-right:20px;
}

.site-footer a{
	color:#fff;
	text-decoration:none;
	
	
}
.copy-write{
	 float:right;
}
.hambarg-menu{
     display:none;
}
.sub-menu{
	display:none;
	position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}
.site-nav li.menu-item-has-children:hover .sub-menu{
	display:block;
}



.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  border-top-right-radius: 10px;
	border-top-left-radius:10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
   margin-bottom:15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius:10px;
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}
@media (min-width: 320px) and (max-width: 768px) {
    .site-footer .sidebar {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
	.accordion, .panel p{
		font-size:16px;
	}
	.site-nav li.menu-item-has-children:after {
		content: none;
	}
	.sub-menu {
  display: block;
  position: static;
  text-align: left;
	}
.copy-write {
    float: none;
    text-align: center;
	font-size:12px;
}
.body-inner .banner-heading {
    font-size: 35px;
    left: 10%;
    width: 80%;
	top:45%;
    line-height: 40px;
}
iframe{
        width: 100%;
    height: 420px;
}
.style-text {
    width: 100%;
     float: none; 
     margin-right: 0; 
    min-height: auto; 
    margin-top: 30px;
}
.contact-brief {

    float: none;
    width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"] {
    width:88%;
}
.wp-block-contact-form-7-contact-form-selector{
  margin-top:20px;
    width:95%;
}
.contact-info {
  float: none;
  margin-right: 0;
  width: 100%;
  margin-bottom:40px;
}
.contact-brief img {
  margin-bottom: 0px;
}
textarea {
    width:88%;
}
.hambarg-menu{
width: 25px;
    float: right;
    display:block;
    margin-top:20px;
}
.hambarg-menu img{
    width:100%;
}
.site-nav {
    float: none;
    margin-top: 75px;
    
}
.fixed .site-nav{
    background: #fff;
}
.site-nav li {
    display: block;
}
.site-nav a {
    line-height:45px;
}
.site-nav.hidden{
display:none;
}

.fix-width {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
}

body.home .body-inner, .page-contact-us .body-inner, .page-about .body-inner {
       background-size: 100% 100%;
    height: 60%;

 margin-left: 0; 
 padding-right: 0; 
}
.footer-inner {
    padding:0;
}
.site-header{
    background: rgba(255,255,255, 0.9);
}
.brief-info{
   width:auto;
   font-size: 15px;
   margin-bottom: 30px;
}
.site-logo {
    width: 130px;
 }
.page-emissions-spike .body-inner {
  height: 93px;
  background-image: none;
  background: #fff;
	border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-title {
  font-size: 33px;
  padding: 20px;
 }
}