
/*=== Heading style====*/


 h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

 h1{
	font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #222;
}


 h2 {
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    color: #222;
}

h3 {
	font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #222;
}



 h4 {
	font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #222;
}

 h5 {
	font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #222;
}

 h6 {
	font-size: 16px;
    font-weight: 100;
    margin-bottom: 0;
    color: #222;
}





/*=== Heading style====*/


/*=== General Paragraph style====*/


p{
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
	color: #595959;
}


/*=== General Paragraph style ====*/


/*=== General ancor tag style====*/


 a:hover{
	text-decoration: none;
}

/*=== General ancor tag style ====*/


/*-- ======= Top Bar css ======= */


/* #Navigation
================================================== */

.custom-container{
    max-width: 1400px;
    margin: 0px auto;
}

#header {
    background-color: #004922;
    color: #fff;
    width: 100%;
    z-index: 9;
    font-family: 'Inter', sans-serif;
    top: 0;
    
}

.top-free-estimate{
    padding-top: 20px;
}

.top-free-estimate p{
    font-family: 'Ek Mukta';
    font-size: 22px;
    color: #212121;
    text-align: center;
    line-height: 28px;
    margin-bottom: 0px;
}

.availability{
    line-height: 20px !important;
    font-size: 16px !important;
}

.top-call-section{
    display: flex;
    padding-top: 20px;
    padding-left: 10%;
}

.call-text-1{
    font-family: 'Ek Mukta';
    font-size: 22px;
    color: #212121;
}

.phone-icon{
    width: 40px;
}

.call-text{
    width: calc(100% - 40px);
}

.call-text-2{
    font-family: 'Ek Mukta';
    font-size: 34px;
    color: #ed1c22;
    font-weight: bold;
}

.call-text-2 a{
    color: #ed1c22;
}

/*.fixed-header {
   
    position: fixed !important;
}*/

#navbarSupportedContent{
    justify-content: left;
}

#header .start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 0px 0;
    box-shadow: 0 10px 30px 0 rgb(106 115 120 / 15%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
#header .navigation-wrap{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
    
}
#header .navbar{
	padding: 0;
   
}
#header .navbar-brand img{
	
	width: auto;
	display: block;
  
}
#header .navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
#header  .navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
#header  .navbar-light .navbar-toggler-icon {
	width: 24px;
    height: 17px;
    background-image: none;
    position: absolute;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
    top: -40px;
    right: 0px;
}
#header  .navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
#header .navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
#header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

#header .nav-item:hover .nav-link{
	color: #fff !important;
}
#header .nav-item.active .nav-link{
	color: #fff !important;
}
#header .nav-link {
    color: #fff !important;
    font-family: 'Titillium Web', sans-serif;
    transition: all 200ms linear;
    font-size: 18px;
    font-weight: 300;
    background-color: transparent;
	position: relative;
	padding: 12px 20px !important;
	display: inline-block;
}



.request-link{
    background-color: #4c4144 !important;
}

.request-link::after{
    display: none;
}

.other-service-link::after{
    display: none;
}


/*#header .nav-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
#header .nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
#header .nav-item.active:hover:after{
	opacity: 0;
}*/
#header .nav-item{
	position: relative;
    transition: all 200ms linear;
}

#header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0;
	margin: 0;
    transition: all 200ms linear;
}
#header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
#header .dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
#header .dropdown-toggle::after {
	display: none;
}

#header .dropdown-item {
	padding: 3px 15px;
	color: #212121;
	border-radius: 2px;
    transition: all 200ms linear;
}
#header .dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: #003e7e;
}

/* search icon css*/

.top-serach-icon {
    text-align: right;
    float: right;
    padding-right: 22px;
}

.search-icon {
    cursor: pointer;
    margin: 6px 4px !important;
    font-size: 24px !important;
    color: rgb(255, 255, 255) !important;
    border-left: 1px solid #2c7e57;
    padding: 6px 15px;
}

.search-icon:hover{
    background-color: #004922;
}

  .search-icon:hover .top {
    display: block !important;
  }
  #form {
    position: absolute;
    right: 0;
    background-color: #004922!important;
    width: 335px;
    padding: 10px;
    float: right;
    margin-right: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    top: 50px;
  }

  #form .form-group {
    display: flex;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
}
  .form-container {
    position: relative;
    display: none;
  }

  .search-bx{
      width: 74% !important;
  }
 

  #searchbox {
    border: 1px solid #eee;
    padding: 5px 30px 5px 10px;
    outline: none;
    border-radius: 0;
    font-family: 'Titillium Web', sans-serif;
    color: #767676;
    font-size: 16px;
  }
  #searchbutton {
    border: 0px;
    color: #fff;
    height: 33.5px;
    padding: 0px 12px;
    margin-left: 0px;
    cursor: pointer;
    outline: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    background-color: #04592b;
}
 
/*-- ======= Nav bar css ======= */




/*-- ======= home banner css======= */
.blog-list-body{
    background-color: #eaeaea;
}

.home-banner{
    width: 100%;
    position: relative;
    background-color: #00743d;
    padding-bottom: 64px;
}

.home-banner img{
    width: 100%;
}

.banner-heading {
    width: 90vw;
    position: absolute;
    top: 32%;
    text-align: center;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.banner-heading h2{
    color: #fff;
    font-family: 'Ek Mukta';
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}


 .banner-section {
    width: 100%;
    background-color: transparent;
    /*background-image: url(../images/home-slider-bg.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -152px;
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none !important;
}

.banner-btn {
    position: absolute;
    top: 0px;
    width: 81vw;
    text-align: right;
    padding-top: 50px;
    margin-top: 20px;
}

.banner-btn a {
    background-color: #ecba29;
    font-family: 'Lato';
    color: #003e7e;
    font-size: 18px;
    padding: 12px 14px;
    margin-left: 20px;
}

.banner-btn a:hover{
    background-color: #003e7e;
    color: #fff;
}



.blog-listing-content-section{
   position: relative;
   margin-top: -64px;
}

.blog-listing-inner{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.social-block-sec {
    background-color: #004922;
    margin-left: 0px;
    padding: 14px;
}

.blog-right-archive{
    width: 22%;
    position: relative;
}

.blog-right-archive::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #ddd;
}

.blog-left-post{
    width: 28%;
    position: relative;
}

.blog-left-post::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    left: 0;
    top: 0;
    z-index: -1;
    border-bottom: 1px solid #ddd;
}

.blog-list-main{
    width:50%;
    background-color: #fff;
}

.social-block-sec{
    display: flex;
    align-items: center;
}
 
.social-block-sec p {
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    margin-bottom: 0px;
    padding-left: 14px;
    font-weight: 500;
}

.social-icon-list {
    padding-left: 14px;
    margin-bottom: 0px;
}

.social-icon-list li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.social-icon-list li a {
    color: #d1d1d1;
    font-size: 24px;
}

.blog-listing-heading {
    font-family: 'Titillium Web', sans-serif;
    color: #aaa;
    font-size: 18px;
    padding: 20px 30px 20px;
}

.blog-listing-section {
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 1px;
    width: 100%;
    background-color: #fff;
}

.more-block{
    background: #efb93f;
    padding: 21px 30px;
    width: 100%;
}

.more-block h2{
    font-family: 'Titillium Web', sans-serif;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.blog-list-item-main{
    padding: 30px 30px 20px;
    border-bottom: 1px solid #ddd;
}

.post-meta{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item-main {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-item-main img{
    width: 100%;
}

.post-category a{
    font-family: 'Titillium Web', sans-serif;
    color: #004922;
    font-size: 15px;
}

.post-date{
    font-family: 'Titillium Web', sans-serif;
    color: #bbb;
    font-size: 15px;
}

.blog-post-content{
    position: relative;
}

/* 
Added on 06-06-2023 by DO Team
Change H2 Style on Single Blog Page 
*/

.blog-post-content h2{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-post-content h2 strong{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-post-content h2 a{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.5;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-post-content h3{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.blog-post-content h3 strong{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-post-content h3 a{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.5;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.blog-post-content p {
    font-family: 'Titillium Web', sans-serif;
    color: #767676;
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
}

/* 
Added on 06-06-2023 by DO Team
Change UL/OL Style on Single Blog Page 
*/
.blog-post-content ul , .blog-post-content ol {
    font-family: 'Titillium Web', sans-serif;
    color: #767676;
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
}

.blog-item-row .blog-post-content h2 a{
    font-size: 24px;
}

.blog-item-row .post-meta .post-category{
    display: block;
}

.blog-item-row .post-meta .post-date{
    display: block;
}

.blog-item-row .blog-item-main{
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
}

.left-side-grey{
    background-color: #f0f0f0;
    padding: 30px 30px 20px;
}

.left-side-grey::after{
    content: "";
}

.side-bar-search-form{
    position: relative;
}

.side-bar-search-form label{
    display: block;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #767676;
    width: 100%;
}

.side-bar-search-form form {
    display: flex;
    flex-wrap: wrap;
}

.search-text-field {
    width: 70%;
    margin-right: 14px;
    height: 36px;
    border: 1px solid #898989;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

.search-btn {
    background-color: #f0f0f0;
    border: 1px solid #838383;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    padding: 0px 12px;
}

.recent-post {
    padding-top: 50px;
}

.recent-post h2{
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    font-weight: 600;
    font-size: 18px;
}

.recent-post-list {
    padding-left: 0px;
}

.recent-post-list li{
    list-style: none;
}

.recent-post-list li a {
    font-family: 'Titillium Web', sans-serif;
    color: #767676;
    font-size: 16px;
    margin-top: 12px;
    line-height: 25px;
}

.arcchive-gery-block{
    background-color: #f0f0f0;
    padding: 30px 30px 20px;
}

.arcchive-gery-block h2 {
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    font-weight: 600;
    font-size: 18px;
}

.archive-list{
    padding-left: 0px;
}

.archive-list li{
    list-style: none;
}

.archive-list li a{
    font-family: 'Titillium Web', sans-serif;
    color: #767676;
    font-size: 16px;
    margin-top: 12px;
    line-height: 25px;
}
  
  /*-- ======= end of home slider ======= */


/*-- ======= blog detail page css ======= */
.blog-detail-heading {
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
}

.blog-detail-sec {
    border-bottom: 0px;
}

.admin-detail{
    font-family: 'Titillium Web', sans-serif;
    color: #bbb;
    font-size: 15px;
}

.admin-detail span{
    color: #444;
}

.blog-detail-sec a {
    text-decoration: underline;
    color: #004922;
}

.detailpage-list-item{
    position: relative;
    padding-left: 18px;
}

.detailpage-list-item li{
    font-family: 'Titillium Web', sans-serif;
    color: #767676;
    font-size: 16px;
    margin-top: 12px;
    line-height: 28px;
}

.heading-liked-section {
    font-family: 'Titillium Web', sans-serif;
    color: #444;
    font-size: 24px;
    margin-top: 12px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 600;
}

.liked-blogs {
    position: relative;
    margin-top: 28px;
}

.liked-blogs .blog-item-main {
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 0px solid #eee;
}

.liked-blogs .blog-post-content h2 a {
    font-family: 'Titillium Web', sans-serif;
    color: #004922;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-top: 14px;
}

/*-- ======= end blog detail page css ======= */
  .social-icon-list li a:hover{
      color: #fff;
  }

  .footer-copyright-text {
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    font-size: 16px;
    margin-top: 12px;
    padding-top: 16px;
}

  .backto-top{
      text-align: center;
  }

  .backto-top a {
    font-size: 30px;
    color: #777;
    background-color: #fff;
    padding: 3px  29px;
    border-radius: 2px;
    line-height: 36px;
    font-weight: bold;
    display: inline-block;
}



.footer-section {
    background-color: #00743d;
    padding-top: 0px;
    padding-bottom: 50px;
}

.footer-social {
    position: relative;
    width: 100%;
    margin-top: 12px;
    padding-top: 16px;
    text-align: right;
}

.footer-social-icons{
    text-align: right;
    padding: 0px;
}










 






