/** If you are not working on divi then you can delete divi specific CSS **/
/*** Start Divi Specific CSS **/
.container, 
.et_pb_row, 
.et_pb_slider .et_pb_container, 
.et_pb_fullwidth_section .et_pb_title_container, 
.et_pb_fullwidth_section .et_pb_title_featured_container, 
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container
{
    width:1170px;
    max-width:1170px;
}
.woocommerce-Tabs-panel .et_pb_row 
{
    max-width: 100%;
    width: 100%;
}
/** Divi custom Testimonial Slider **/
.wc_pb_slider
{
	background: red;
}
.wc_pb_slider .et_pb_container.clearfix 
{
	max-width: 100%;
	width: auto;
}	
.wc_pb_slider .ec_active_slide
{
	z-index: 1;
	display: block; 
	opacity: 1;
}

/** All hedare element should be child parent relationship 
with #main-header **/
#main-header #logo
{

}
/** All sidebar element should be child parent relationship 
with #sidebar **/
#sidebar .widgettitle
{

}
/** All footer element should be child parent relationship 
with #main-footer **/
#main-footer .fwidget
{

}

/*** End Divi Specific CSS **/


/*** Start Woo-commerce CSS **/

/**** Product Listing Page + category page + tag page ****/
.tax-product_cat ul.products li.product a.woocommerce-LoopProduct-link,
.tax-product_tag ul.products li.product a.woocommerce-LoopProduct-link,
.post-type-archive-product ul.products li.product a.woocommerce-LoopProduct-link
{
    
}

/** Single Product page **/
.single-product ul.products li.product a img
{

}

/** Cart page **/
.woocommerce-cart a.remove 
{
    
}

/** Chechkout **/
.woocommerce-checkout ul.woocommerce-error li 
{

}

/** Order Received **/
.woocommerce-order-received .woocommerce-thankyou-order-received 
{

}
/*** End Woo-commerce CSS **/

/** Hide post meta from custom post type **/
.single #main-content .post-meta
{
	display:none;
}
.single-post #main-content .post-meta
{
	display:block;
}
/** Hide post meta from custom post type **/

/** Blog's category, tag, author, date and search page **/
body.archive.author #left-area article.et_pb_post,
body.archive.tag  #left-area article.et_pb_post,
body.archive.category  #left-area article.et_pb_post,
body.search-results #left-area article.et_pb_post,
body.archive.date #left-area article.et_pb_post
{
    max-width: 48.5%;
    float: left;
    padding: 20px;
    border: 1px solid #c2c2c2;
    margin-right: 3%;
    margin-bottom: 30px;
}
body.archive.author #left-area article.et_pb_post:nth-child(even),
body.archive.tag  #left-area article.et_pb_post:nth-child(even),
body.archive.category  #left-area article.et_pb_post:nth-child(even),
body.search-results #left-area article.et_pb_post:nth-child(even),
body.archive.date #left-area article.et_pb_post:nth-child(even)
{
    margin-right: 0px;
}
body.archive.author #left-area article.et_pb_post a,
body.archive.tag #left-area article.et_pb_post a,
body.archive.category #left-area article.et_pb_post a,
body.search-results #left-area article.et_pb_post a,
body.archive.date #left-area article.et_pb_post a
{
    margin-bottom: 0;
    text-align: center;
}
body.archive.author #left-area article.et_pb_post img,
body.archive.tag #left-area article.et_pb_post img,
body.archive.category #left-area article.et_pb_post img,
body.search-results #left-area article.et_pb_post img,
body.archive.date #left-area article.et_pb_post img
{
    width: auto;
    margin: 0 auto;
}
body.archive.author #left-area article.et_pb_post .post-meta,
body.archive.tag #left-area article.et_pb_post .post-meta,
body.archive.category #left-area article.et_pb_post .post-meta,
body.search-results #left-area article.et_pb_post .post-meta,
body.archive.date #left-area article.et_pb_post .post-meta
{
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    padding: 2px 0px;
    margin-bottom: 20px;
}

/*********** added on 17 april 2024 ********/
div#et-info {
    float: right;
    padding: 25px 30px 20px 0;
}

div#et-info a {
    color: #000;
    border-bottom: 1px soild #000;
}
div#top-header {
    background: none;
}
#et-info-email {
    font-size: 16px;
    border-bottom: 1px solid #85E281;
}
#et-info-email:before {
     display: none;
}
.et_pb_section.et_pb_section_2.et_section_regular {
    background: #e0deda!important;
    padding-bottom: 0px;
}
.et_pb_row.et_pb_row_4 {
    background: #fff;
}

body .wc_circle h4 {
    width: 180px;
    height: 180px;
	    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .wc_circle a
{
  font-size: 16px;
    border-bottom: 1px solid #fff;
    line-height: 30px;
    font-weight: 600;
}
body .wc_circle
{
    border-radius: 50%;
    background: #85E281;
    display: table-caption;
    height: 180px;
	  margin-top: 30px;
    width: 180px;
    font-style: normal;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 17px;
    text-align: center;
}

.et_pb_text_inner h4 {
    margin-top: 30px;
}
figure.wp-block-image.size-large {
    width: 100px;
    margin-top: 0px auto;
}
.page-id-25119 span.botbor {
    border-bottom: 1px solid #85E281;

}
/*
.footer-widget .wp-block-image img {
    padding-top: 20px;
}*/
.widget_block h2 {
 	text-decoration: none;
    color: #85E281 !important;
    margin: 0px;
    font-size: 15px !important;
    padding-bottom: 5px;
    padding-top: 0px;
    font-family: 'Georgia Pro';
    font-weight: normal;
    font-style: normal;
}
.widget_block p {
     font-size: 15px;
	 font-family: 'Georgia Pro';
    font-weight: normal;
    font-style: normal;
    line-height: 1.15;
}
body {
    background: #e0deda !important;
}
#top-menu li.current-menu-item>a, #top-menu li.current_page_item>a {
    color: #85E281 !important;
}
/*********** added on 17 april 2024 end ********/

/*********** added on 18 april 2024 ********/
.et_pb_section.et_pb_section_1.et_section_regular {
  background: #e0deda!important;
  padding-bottom: 0px;
}

.slider__item p {
    position: absolute;
    bottom: 20px;
    color: white;
    text-align: center;
    width: 100%;
}
.et_pb_section.et_pb_section_0.et_section_regular.et_pb_section_first {
   
    background: #e0deda!important;
    padding-bottom: 0px;
}
.et_pb_row.et_pb_row_0 {
    padding: 0px;
}
/*********** added on 18 april 2024 end********/
/*********** added on 19 april 2024 ********/
div#et-top-navigation {
    width: 100%;
}

li.wc_mail_header {
    float: right;
    padding-right: 50px !important;
    margin-top: -13px;
}
ul#top-menu {
    width: 100%;
}
nav#top-menu-nav {
    width: 100%;
}

ul#top-menu li.wc_mail_header a {
   border-bottom: 1px solid #85E281;
    padding: 0px !important;
	font-family: Open Sans, Arial, sans-serif;
    text-transform: lowercase !important;
    font-style: normal !important;
    line-height: 40px;
}
ul.slick-dots {
    display: none;
}
ul.slick-initialized.slick-slider {
    margin-bottom: 0px;
    padding: 0px !important;
}
div#block-35 p {
    font-style: italic;
}
.et_pb_row.et_pb_row_4.wc_get_in_touch_button {
	padding-top: 50px !important;
}
#wc_full_width_header .et_pb_module.et_pb_fullwidth_code {
    padding-top: 0px !important;
}
/*********** added on 19 april 2024 end********/
/****css start here ******/

/* 18 April 24 */
.top-slider ul li.slick-slide p,
.top-slider ul li.slick-slide h1 {
   max-width: 350px;
    color: #fff;
}
.top-slider ul li.slick-slide p
{
  	font-family: 'Georgia', Georgia, "Times New Roman", serif;
    bottom: 20px;
    font-size: 15px;
    line-height: 1.15;
}
.top-slider ul li.slick-slide h1 {
    font-family: 'Georgia Pro';
    font-style: italic !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-size: 18.8px;
    line-height: 1.2;
}
.slick-initialized .slick-slide {
    position: relative;
}
.slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    width: 1080px;
    margin: 0px auto;
    z-index: 999;
}
.top-slider ul li.slick-slide h1
{
    cursor: pointer;
    margin-right: 30px;

}
.wc_wrap_pagination {
  position: absolute;
    bottom: 45px;
    width: 100%;
}
.top-slider .slider-pagination {
    cursor: pointer;
    color: #85E281;
    font-size: 20px;
    font-weight: 400;
    width: 1100px;
    margin: 0px auto;
    text-align: right;
}
.top-slider .slider-pagination span.pagination-index {
    font-weight: bold;
}
body.logged-in .top-slider .slick-track li.slick-slide img,
body.logged-in .top-slider .slick-track li.slick-slide video
{
  height: 95vh;
}
.top-slider .slick-track li.slick-slide img,
.top-slider .slick-track li.slick-slide video
{
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.wc_get_in_touch_button span.botbor
{
	border-bottom: 0px;
}
/*.getint{    margin-left: 13%;}*/
@media screen and (max-width:1400px){.getint{    margin-left: 13% !important;}
span.botbor, .et_pb_section.et_pb_section_2.et_section_regular span.botbor {
       margin: 0px auto;
	    
}}
.two-columns img.alignleft {
  display: inline;
  float: left;
  margin-right: 0px;
  width: 100%;
}
.et_pb_row.sociallin {
  padding: 0px;
  margin: 0px !important;
  width: 100% !important;
}
.sociallin .et_pb_column.et_pb_column_1_2 {
  margin-right: 0%;
  width:50%;
}
.sociallin .et_pb_column.et_pb_column_1_2  img{
  margin-right: 0%;
  width: 100%;
}
.overlay-top-text {

  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  width: 43px;
  margin-bottom: 8px !important;
}
/*.overlay-header {
    
    border-bottom: 1px solid #fff !important;
    padding-bottom: 5px;
}*/
.mobile_nav ul#mobile_menu .current_page_item>a {
  color: rgba(255, 255, 255, 0.55)!important;
  background-color: transparent !important;
}
.home footer#main-footer .container {
  width: 100%!important;
  max-width: 1489px!important;
}

.page-template-default #main-content .entry-content .wc-our-work .et_pb_row, .page-template-default #main-content .entry-content .wc-our-work-2 .et_pb_row 
{
    display: flex;
    align-items: center;
}
.page-template-default #main-content .entry-content .wc-custom-section {
    padding: 0;
    background: #e0deda;
}
.page-template-default #main-content .entry-content .wc-custom-section .et_pb_row {
    background: #fff;
}
/*
.page-template-default #main-content .entry-content .wc-custom-section .wc-home-content
{
	padding: 30px;
}
*/
@media screen and (max-width:1300px){#main-footer {
  width: 96%!important;
  max-width: 1489px !important;
  margin: 0 auto;
}}
footer#main-footer {
  width: 1170px;
  max-width: 1489px !important;
  margin: 0 auto;
}
footer#main-footer .container {
  width: 1170px !important;
  max-width: 1489px !important;
}
#footer-bottom {
  padding: 0px 0 0px;}
#footer-widgets {

  padding-top: 16px !important;}
.aps-social-icon-wrapper {
  width: 25% !important;
  float: left;
}
.mainfoot {
  width: 100%;
  display: block;
}
.copyrig {
  padding-top: 9px;
  width: 50%;
  float: left;
  text-align: right;
  padding-right: 42px;
}
.social {
  float: left;
  width: 50%;
}
div#text-4 {
  width: 100%;
}
@media all and (max-width: 980px) and (min-width: 768px) {
  .et_header_style_left #logo, .et_header_style_split #logo {
    margin-left: 26px !important;
    margin-top: 30px !important;
  }
  .mobile_menu_bar:before {
    font-size: 56px !important;
    top: 19px !important;

  }
  footer#main-footer .container {
    width: 100% !important;
    max-width: 1080px !important;
  }


}

@media screen and (min-width: 981px) {
  .et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 0 0 ;
  }.et_pb_section_0.et_pb_section {
     padding-top: 0 !important;
   }
  /*my css*/
  #logo {
    margin-top: 32px;
    margin-left: 40px;
  }
  /*my css*/

  li#menu-item-27460 {
    display: none;
  }
  ul#top-menu li a {
    text-transform: uppercase !important;
        /*font-weight: 600 !important;*/ 
      }


}


.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
  min-height: 100% !important;
  height: 100% !important;
}

@media (max-width: 980px) {
  .container.et_menu_container {
    width: calc( 100% - 60px);
  }
  body .slide-content,
.top-slider .slider-pagination {
    width: 93%;
    padding: 0px;
    margin: 0px auto;
  }
  .top-slider ul li.slick-slide p,
   .top-slider ul li.slick-slide h1 {
    margin: 0px;
  }
  #main-footer {
    width: 100%!important;

  }
  .top-slider ul li.slick-slide p, .top-slider ul li.slick-slide h1
  {
    margin-left: 0px;
  }
  .top-slider .slider-pagination {
    margin-right: 25px;
  }
  .gq_overlay_text .custom_overlay:hover .overlay {
    opacity: 1 !important;
  }
  .footer-widget {
    width: 100% !important;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-height: 60px !important;
  }
  div#text-3 {
    float: right;
    padding-right: 40px;
  }
  .gq_overlay_text .overlay {
    opacity: 0 !important;
  }
li.wc_mail_header {
    float: left !important;
    margin-top: 0px;
}
}

.et_mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}

@media all and (max-width: 980px) {
  #mobile_menu {
    background-color: rgba(224, 222, 218, 1) !important;}
}

span.mobile_menu_bar:before {
  color: #e0deda !important;
}
.et_mobile_menu { border-top: 3px solid #4f514e; }

.et_overlay:before {
  content: '' !important;
}

.et_pb_extra_overlay:before { content: ''; }


.custom-slider .et-pb-slider-arrows:hover .et-pb-arrow-prev {
  left: 22px;
  opacity: 1;
}
.custom-slider .et-pb-arrow-next:hover .et-pb-arrow-prev {
  right: 22px;
  opacity: 1;
}
.custom-slider .et-pb-arrow-next {
  right: 0;
}
.custom-slider .et-pb-arrow-prev {
  left: 0;
}

.custom-slider:hover .et-pb-arrow-prev {
  opacity:  0;
}
.custom-slider:hover .et-pb-arrow-next {
  opacity: 0;
}


@media only screen and ( max-width: 767px ) {
  .aps-social-icon-wrapper {
    width: 55%!important;

  }
  footer.et-l.et-l--footer #footer-widgets .et_pb_column
  {
    width: 100%;
    margin-bottom: 60px;
  }
  body #wc_brand_lets_chat .et_pb_module.wc_lets_chat_text {
        text-align: center;
    }
  .et_mobile_menu li a {

    padding: 0px 5%;
    /** font-style: italic; **/ }

  #mobile_menu {
    width: 260px !important;
    margin-left: calc(100% - 220px) !important;
    float: right !important;
  }
  footer#main-footer {
    width: 100%!important;}
  .copyrig, a.phn {
    font-size: 12px;
  }
  .social {

    width: 60%;
  }
  .copyrig {

    width: 40%;

    padding-right: 10px;
  }
  body #footer-widgets {
    padding: 20px !important;}
  footer#main-footer .container {
    width: 100% !important;
  }
  .hideonmobile{
    display:none !important;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    max-height: 60px !important;
  }
  /*my css*/
  .et_header_style_left .logo_container {

    height: auto;
  }
  .et_header_style_left #logo, .et_header_style_split #logo {
    margin-top: 0px !important;
    margin-left: -0px;
  }

  .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 0px;
  }
  .mobile_menu_bar:before {

    left: 0px !important;

    top: 0px !important;
  }
  .et_header_style_left .logo_container {

    padding-left: 24px;
  }
  header#main-header {
    /*padding-left: 24px;*/
    padding-top: 23px;
  }
  .et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {

    top: -8px;
    right: -3px;
  }
  .gq_overlay_text .overlay {
    opacity: 0 ;
  }
  .gq_overlay_text .overlay:hover {
    opacity: 1 !important;
  }
  /*my css*/
}

/*@media screen and (max-width:730px){
.minwid {
   
    width: 160px;
	}

}*/

@media only screen and ( min-width: 767px ) {
  .hidedeskt{display:none !important;
  }
  .hideonpc{
    display:none !important;
  }
}

.disable-lightbox .et-pb-controllers {
  display: none;
}
.disable-lightbox .et_pb_gallery_item a {
  pointer-events: none;
}

.disable-lightbox .et_overlay {
  display: none !important;
}

.custom-gallery .et-pb-controllers {
  display: none;
}
.custom-slider .et_pb_gallery a {
  pointer-events: none;
}

@media only screen and (min-width: 981px) {
  #et-top-navigation {
    float: left;
  }
}

ul#top-menu li.menu-item:not(:last-child) {
  padding-right: 8px !important;
}
#et_top_search {
  margin-left: 50px !important;
}

@media (max-width: 480px) {
  .et_pb_section.et_pb_section_first {
    padding-top: 0!important;
  }
}

/**/

#logo{
  margin-top: 32px;
}
#et-top-navigation {
  position: relative;
  top: -13px;
  left: 12px;
}
#top-menu-nav ul#top-menu li.menu-item:not(:last-child){
  padding-right: 11.7px!important;
}

#top-menu li a:after{
  content: '/';
  position: relative;
  right: -6px;
  top: -1px;
  color: #4f514e;
}
#top-menu li:last-child a:after{
  display: none;
}
.logo_container a{
  position: relative;
  z-index: 33;
}
#et-top-navigation{
  padding-left: 147px !important;
}
.mobile_menu_bar:before{
  font-size: 45px;
}

@media only screen and (min-width: 980px) {
  #top-menu li a{
    color: #4f514e;
    font-weight: normal !important;
  }
}

@media only screen and (max-width: 1300px){
  #top-header > .container,
  #main-header > .container,
  #et_search_outer > .container,
  #main-content > .container,
  div.et_pb_row,
  div.et_pb_row.et_pb_row_fullwidth {
    width: 96% !important;
  }
}

@media only screen and (max-width: 980px) {
  #main-footer {
    display: block !important;
  }
  #top-header > .container,
  #main-header > .container,
  #et_search_outer > .container,
  #main-content > .container,
  div.et_pb_row,
  div.et_pb_row.et_pb_row_fullwidth {
    width: 100% !important;
  }
  #logo{
    margin-top: 22px;
  }
  #et-top-navigation{
    left: -20px;
    top: -3px;
  }
  .et_header_style_left #logo, .et_header_style_split #logo{
    max-height: 115px;
    margin-top: 46px;
    margin-left: -6px;
  }
  .mobile_menu_bar:before {
    font-size: 36px;
    left: -12px;
    position: relative;
    top: 7px;
    font-weight: 600;

  }

}

@media only screen and (max-width: 480px){
  .et_header_style_left #logo, .et_header_style_split #logo{
    max-height: 52px;
  }
  .mobile_menu_bar:before{
    left: 0;
  }
  .overlay-top-text {
    font-size: 14px !important;

  }
  .overlay-header {
    font-size: 14px !important;

  }
  .overlay .overlay-bottom-text {

    font-size: 12px !important;
  }
  .et-pb-arrow-prev:before, .et-pb-arrow-next:before {
    font-size: 50px !important;
  }
}

@media only screen and (max-width:768px)
{
  .top-slider .slick-track li.slick-slide img,
  .top-slider .slick-track li.slick-slide video
  {
     height: 115.625vw !important;
  }
  .hidemobe
  {
    display:none;
  }
  #wc_full_width_header li.slick-slide .slide-content p {
    display: none;
  }
  .top-slider .slider-pagination
  {
    bottom: 55px;
  }

  body.page-id-25119 #page-container .page .entry-content .homepage-intro h1 {
    margin-top: 0px;
  }
#footer-widgets {
    position: relative;
}
	/*
.footer-widget::after {
    content: '';
    width: 120px;
    border: 1px solid #fff;
    position: absolute;
    margin-left: 80px;
    text-align: center;
    float: none;
    right: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
	*/
/*
.footer-widget:first-child::after
{
  display: none;
}*/
.footer-widget:last-child::after
{
  display: none;
}
#footer-widgets .footer-widget .fwidget:first-child {
    margin-bottom: 0px !important;
}
#footer-widgets .footer-widget .fwidget:last-child {
    margin-bottom: 30px !important;
}
#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget{

    margin-bottom: 30px !important;
        text-align: left;
}
  .social a {
    font-size: 12px;
  }
  .copyrig {
    padding-top: 2px;}
  div#et-top-navigation {
    padding-top: 5px !important;
  }
 

  .gq_overlay_text .overlay {
    opacity:0 !important;
  }
  .custom_overlay.overlay-small:hover .gq_overlay_text .overlay {
    opacity: 1 !important;
  }
  .mobgaller a.et-pb-arrow-next {
    margin-top: -18px !important;
  }
  .mobgaller .et-pb-arrow-prev {

    margin-top: -18px!important;
  }
  /*
#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
    margin-bottom: 0px !important;
}*/
footer#main-footer .container {
text-align: center !important;
}
.et_pb_widget {
float: none;
}
figure.wp-block-image.size-large {
    width: 100px !important;
    /*margin: 0px auto !important;*/
}
.homepage-intro {
    margin: 30px 0px !important;
}
.et_pb_row {
padding: 0px !important;
}
.wc_chat_section .et_pb_row {
    padding-top: 25px !important;
    text-align: center !important;
}
.wc_get_in_touch_button .et_pb_text_inner h4 {
    width: 150px;
    margin: 0px auto;
    padding-top: 0px;
}


}

body {
  padding-bottom: 0 !important;
}

.single .et_pb_post, #left-area {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

@media (max-width: 980px) {
  .flex-columns .et_pb_row {
    display: flex; }
  .flex-columns.twobytwo .et_pb_row {
    display: flex; }
  .flex-columns.twobytwo .et_pb_row {
    flex-wrap: wrap; }
  .flex-columns.twobytwo .et_pb_row .et_pb_column {
    width: 50% !important; }
    .top-slider ul li.slick-slide p
    {
          bottom: 70px;
    }
    .top-slider ul li.slick-slide h1 {
      bottom: 120px;
  }
}
@media (max-width: 768px)
{
  .top-slider ul li.slick-slide p, .top-slider ul li.slick-slide h1 {
    margin-left: 0px;
  }
   /*
  .top-slider ul li.slick-slide p {
    font-size: 17px;
  }
  .top-slider ul li.slick-slide h1 {
    font-size: 25px;
  }*/

} 
@media (max-width: 479px) 
{
  .flex-columns.twobytwo .et_pb_row 
  {
    flex-wrap: wrap; 
  }
  .flex-columns.twobytwo .et_pb_row .et_pb_column 
  {
    width: 50% !important; 
  }
    .top-slider ul li.slick-slide p,
     .top-slider ul li.slick-slide h1 
     {  
      max-width: 300px;
  }
}

#footer-widgets {
  font-weight: normal;
   padding: 60px 40px !important;
  padding-top: 30px;
  padding-bottom: 40px;
  	font-family: 'Georgia Pro';
    font-weight: normal;
    font-style: normal;
}

#footer-widgets { background-color: #4f514e !important; }

@media (max-width:980px){
  #main-footer{
    display:none;
  }}


/**** Nesting Menu ****/

/* when mobile menu is open, change hamburger icon to x icon */

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
  content: '\4d';
}
/* makes sub sub menu icon be right arrow instead of down arrow */

#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
  content: '5';
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
  position: relative;
}
/* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
  position: absolute;
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  top: 5px;
  right: 30px;
  cursor: pointer;
  text-align: center;
}
/* the new toggle element when popped */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
  background-color: rgba(255,255,255, 0.2);
}
/* toggle icon */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
  font-family: ‘Georgia’, serif !important;
  font-weight: normal;
  font-style: italic;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 36px;
  font-size: 24px;
  text-transform: none;
  speak: none;
  content: '\33';
  color: #4f514e;
}
/* toggle icon when triggered */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
  content: '\32';
}
/* hide sub menus by default */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
  display: none !important;
  padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
  display: block !important;
}
/* remove sub menu list item left padding, since padding will be on anchors */

#main-header #mobile_menu.et_mobile_menu li li {
  padding-left: 0;
}
/* adjust mobile menu anchors side paddings */

#main-header #mobile_menu.et_mobile_menu li a {
  padding-left: 20px;
  padding-right: 20px;
}
/* indent sub sub menus further */

#main-header #mobile_menu.et_mobile_menu li li li a {
  padding-left: 60px;
  padding-right: 20px;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
  font-weight: inherit;
}
/* make the current page's mobile menu link be different */

#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
  font-weight: 500;
}

/****** Code Style: Menu Slide-In ******/

/* Font Awesome */
.fa {
  margin-right: 15px ;
}

@media only screen and (max-width: 980px){
  #mobile_menu {
    display: block !important;
    min-height: 100vh;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    /** z-index: 9998; **/
    z-index: -1;
    overflow: scroll;
    border-top: none;
    padding-top: 60px !important;
  }

  .et_mobile_menu li a {
  font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff !important;
    width: 100%;
    float: left;
    text-align: left;
    /**  border-bottom: 1px solid #ddd; **/
    margin: 5px;
    transition: .2s;
    text-transform: capitalize;
  }


  .mobile_nav.closed #mobile_menu {
    background: rgba(51,51,51,0.9) !important;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
    background: rgba(224, 222, 218, 1) !important;
  }

  .mobile_nav.opened #mobile_menu {
    background: rgba(79, 81, 78, 0.9)!important;
    width: 100% !important;
    margin-left: 0px !important;
    padding-top: 140px !important;
    padding-left:0 !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s 0s;
    -moz-transition: -moz-transform 0.4s 0s;
    transition: transform 0.4s 0s;
  }

  #main-header .container.clearfix.et_menu_container {
    width: 100%;
  }

  .mobile_menu_bar:before {
    color: #e0deda !important;
  }
  .mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
    color: #fff !important;
    z-index: 9999;
  }
}

@media only screen and  (max-width: 980px) {
  .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {
    z-index: 9999;
  }
  #et-top-navigation {
    padding-right: 5px;
  }
}

@media only screen and (max-width: 590px)  {
  minwid {
     width: 160px;
   }
}

@media only screen and (min-width: 481px)  {
  #mobile_menu {
    width: 340px;
    margin-left: calc(100% - 340px);
  }
}
@media only screen and (max-width: 480px)  {
  #mobile_menu {
    width: 290px;
    margin-left: calc(100% - 290px);
  }
  .minwid {
    width: 160px !important;
  }
  .copyrig {
     padding-top: 2px;}

}
@media only screen and (max-width: 400px)  {
  .minwid {
    width: 160px !important;
  }
  .copyrig {
    padding-top: 2px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {

  .et_mobile_menu li a, .nav li li a {
    font-size: 50px !important;
    line-height: 1em;
    padding-left: 26px !important; }

  .soc img.alignleft {

    float: left;
    margin-right: 0px;
  }
  .et_pb_row.sociallin .et_pb_column_1_2 {
    width: 50% !important;
    float: left;
  }
  .social {

    margin-left: -10px !important;
  }
  .copyrig {
    text-align: left;
  }

  .hidemobe {
    display: block;
  }
  .copyrig {
    font-size: 12px;
    padding-top: 6px;
    text-align: right !important;}}

/*----------------[ gallery 1 ]--------------------*/

/* gallery slider module */
.gallery1 .gallery-module
  /* slider previous and next buttons */
.gallery1 a.et-pb-arrow-prev {
  color: #e0deda!important;
}
.gallery1 a.et-pb-arrow-next {
  color: #e0deda!important;
}

.five-columns .et_pb_module {width: 20%; float: left;}


body #wc_the_end_result .et_pb_text_inner {
    padding-left: 0px !important;
}

 /*Updates by We Do Can Do */
body.page-id-28794 .et_pb_text_inner,
#wc_the_end_result .et_pb_text_inner
{
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding-top: 0px!important;
	padding-bottom: 30px!important;
	font-family: Georgia, Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 1.3em;
}

body.page-id-28794 #main-content h2,
body.single-project #main-content h2 {
	font-size: 12px!important;
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	text-decoration: underline;
	padding-top: 10px;
	margin-bottom: 20px;
}
/*
.et_pb_column {
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding-top: 0px!important;
	padding-bottom: 30px!important;
	font-size: 17px;
	line-height: 1.3em;
}
*/

.homepage-intro {
	margin-right: 0%!important;
	margin-top: 0em;
	margin-bottom: 3em;
	padding-left: 20px;
	padding-right: 20px;
}

.et_pb_column_3_4 {
	margin-right: 0px!important;
}

.et_pb_row_3-4_1-4 {
	padding-bottom: 0px;
	padding-top: 0px;
}

.et_pb_section {
	padding-bottom: 0px;
	padding-top: 0px!important;
}
li.wc_contact a:after
{
  display: none;
}
#wc_testimonial .et-pb-controllers {
  /* display: none; */
    bottom: 0;
	text-align:left;
	padding-left: 0px;
}
#wc_testimonial .et_pb_container.clearfix {
    width: 100%;
    padding: 0px;
    height: auto !important;
}
#wc_testimonial .et_pb_slide
{
	padding: 0px 0 20px 0px;
	background:transparent !important;
}
#wc_testimonial .et_pb_slide_description {
    text-shadow: none;
}
#wc_testimonial .et-pb-controllers a {
    display: inline-block;
	background-color: #e0deda;
	width: 50px;
	height:2px;
}
#wc_testimonial_heading .et_pb_text_inner
{
	padding-bottom: 0px !important;
}
#wc_testimonial .et-pb-controllers .et-pb-active-control {
    background-color: #85E281;
}
body #wc_testimonial .et_pb_slide_content .et_pb_text_inner {
    text-align: left;
    font-size: 16px;
    padding: 0 !important;
    font-family: Georgia, Georgia, "Times New Roman", serif;
    color: #4f514e;
	    line-height: 1.3em;
}
#wc_testimonial p.wc_client_name {
    font-size: 16px ;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}
#wc_testimonial .et_pb_slide_description {
    padding: 0px !important;
}
#wc_testimonial_heading h1,
h1#wc_testimonial_heading {
    font-size: 18.8px;
    font-family: 'Georgia', Georgia, "Times New Roman", serif;
    font-style: italic;
    color: #4f514e !important;
    letter-spacing: 1px;
	margin-top: 0 !important;
}
span.pagination-total,
span.pagination-line {
    color: #85E281;
}

body #page-container .page .entry-content .homepage-intro h1 
{
  margin-top: 70px;
}
body.page-id-41544 #page-container .page .entry-content .homepage-intro h1 {
    margin-top: 100px;
}
#wc_full_width_header li.top-slide-3.slick-slide .slide-content h1,
#wc_full_width_header li.top-slide-3.slick-slide .slide-content p,
#wc_full_width_header li.top-slide-1.slick-slide .slide-content h1,
#wc_full_width_header li.top-slide-1.slick-slide .slide-content p
{
  color: #fff;
}
#wc_full_width_header li.slick-slide .slide-content h1,
#wc_full_width_header li.slick-slide .slide-content p
{
  color: #4f514e;
}
body.home .wc_get_in_touch_button .et_pb_text_inner {
	padding-bottom: 10px !important;
}
body span.botbor {
    border-bottom: 1px solid #85E281 !important;
	    padding-bottom: 15px;
}
body.page-id-27012 span.botbor,
body.page-id-28348 span.botbor,
body.single-project span.botbor
{
       padding-bottom: 8px !important;
}

body.single-project span.botbor {
    text-align: center;
    margin: 0px !important;
     line-height: 15px;
}
body #wc__few__client span.botbor {
  border-bottom: 1px solid #85E281 !important;
  padding-bottom: 11px;
}
#wc_brand_design_header h2 {
    text-decoration: none;
    text-align: left;
    font-family: 'Georgia', Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 18px;
	 padding-bottom: 0px;
}
#wc_brand_design_header .et_pb_text_inner
{
	padding-bottom: 10px !important;
}
body #page-container .et_pb_section a#wc_contact_nat_btn.wc_button_nat:hover
{
    border-color: #85E281;
}
body #page-container .et_pb_section a#wc_contact_nat_btn:hover,
#wc_contact_us_form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #85E281;
    color: #4f514e !important;
    border-color: #85E281;
}
.wc-our-work,.wc-our-work-2 {
    display: flex;
    flex-wrap: wrap;
}
/*
.page-template-default #main-content .entry-content .wc-custom-section #wc__few__client {
    background-color: #525252;
}
*/
body .wc-top-section-heading h4
{
	margin-top:0px;
}
p.wc_list_underscore.wc_list_under
{
      font-family: 'Georgia Pro Regular', Helvetica, Arial, Lucida, sans-serif;
      font-size: 11px;
      text-align: left;
}
p.wc_list_underscore.wc_list_under span {
    color: #85e281;
     /*margin-left: 5px !important;*/
}
ul.wc_list_underscore li {
    list-style: none;
    position: relative;
    padding-left: 20px;
	  font-family: 'Georgia Pro Regular', Helvetica, Arial, Lucida, sans-serif;
}
.wc_ul_li_space ul
{
	line-height:23px;
}
.wc_ul_li_space ul li
{
    list-style: none;
    position: relative;
    padding-left: 22px;
}
/*ul.wc_list_underscore li:after,*/
.wc_ul_li_space ul li:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #85e281;
    position: absolute;
    left: 0;
    bottom: 7px;
}
ul.wc_list_underscore
{
    padding-left: 0px;
	padding-bottom: 0;
}
figure.wp-block-image.size-large {
        margin-bottom: 0px;
}
#wc_the_end_result .et_pb_text_inner h4 {
    margin-top: 0px;
}
.page-id-28206 h2 {
    font-size: 12px !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    text-decoration: underline;
    padding-top: 10px;
    margin-bottom: 20px;
}
.wc_ul_li_space ul {
    padding-bottom: 10px;
}
body .wc-our-work.wc-custom-section p,
body .wc-our-work-2.wc-custom-section p
{
      font-family: 'Georgia Pro';
}
#wc_services_section.et_pb_row h4
{
	margin-top:0px;
}
#wc_heading_service {
    margin-bottom: 20px;
}
ul.wc_list_under li {
    list-style: none;
    padding-left: 0px;
    display: flex;
	font-family: 'Georgia Pro';
}
ul.wc_list_under {
    padding-left: 0px;
}
ul.wc_list_under span {
    color: #85e281;
}
#wc_services_section h4 {
    padding-bottom: 15px;
}
#wc_jobs h2 {
    font-size: 12px !important;
    font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
    text-decoration: underline;
    padding-top: 10px;
    margin-bottom: 20px;
}
/*
#wc_align_with_paragraph
{
	margin-top:-15px;
}*/
body #wc_brand_lets_chat .wc_circle
{
  display: inline-block;
  margin-top: 0px;
}
footer.et-l.et-l--footer #footer-widgets a,
footer.et-l.et-l--footer #footer-widgets p {
    color: #fff;
}
/**** contact form css *****/

#wc_contact_form button,
#wc_contact_form input,
#wc_contact_form select, 
#wc_contact_form textarea,
#wc_contact_form label
{
    font-family: 'Georgia Pro';
}
#wc_contact_form input[type=text],
#wc_contact_form .wpcf7 input[type="email"],
#wc_contact_form .wpcf7 input[type="tel"]
{
  height: 40px;
}
#wc_contact_form .wpcf7 form.invalid .wpcf7-response-output,
#wc_contact_form .wpcf7 form.unaccepted .wpcf7-response-output,
#wc_contact_form .wpcf7 form.payment-required .wpcf7-response-output 
{
    color: #fff;
    font-size: 17px;
    font-family: 'Georgia Pro';
    padding: 0;
    margin: 20px 0;
    border: none;
}
#wc_contact_form .wpcf7-not-valid-tip 
{
    line-height: 20px;
    font-size: 17px;
    color: #fff;
      margin-top: 5px;
  font-family: 'Georgia Pro';
}
#wc_contact_form em 
{
    color: #85e281;
}
#wc_contact_form .wpcf7-list-item 
{
    display: block;
    margin: 0;
}
#wc_contact_form label
{
  color:#fff;
  line-height: 30px;
  font-size: 17px;
}
#wc_contact_form input.text,
#wc_contact_form input.title,
#wc_contact_form input[type=text],
#wc_contact_form select,
#wc_contact_form textarea,
#wc_contact_form .wpcf7 input[type="url"],
#wc_contact_form .wpcf7 input[type="email"],
#wc_contact_form .wpcf7 input[type="tel"] 
{
    width: 100%;
    padding:10px;
    background: #ecebe8;
}
#wc_contact_form textarea::placeholder
{
    font-size: 17px;
}
#wc_contact_us_form input.wpcf7-form-control.wpcf7-submit.has-spinner 
{
    cursor: pointer;
    padding: 8px 25px;
    color: #FFFFFF !important;
    border-color: #85e281 !important;
    border-radius: 0px;
    border: 2px solid #85e281 !important;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background: transparent;
}
#wc_contact_form .wpcf7-list-item label 
{
    font-size: 17px !important;
}
p.wc_checkbox_contact {
    float: left;
    width: 100%;
    margin-top: -5px;
}
#wc_contact_us_form .wpcf7 input[type="checkbox"]:checked {
    background-color: #85e281;
}
#wc_contact_us_form input[type=checkbox] {
    -webkit-appearance: checkbox;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background-color: #fff;
}
#wc_contact_us_form p 
{
    padding-bottom: 0;
}
#wc_contact_us_form .wc_email_contact_us a{
    color: #fff;
}
#wc_contact_form .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #85e281;
    font-family: 'Georgia Pro';
    font-size: 17px;
    padding: 0;
    margin: 20px 0px;
}

#wc_contact_us_form .wc_circle a
{
  font-weight: 400;
}

/****end  ***/
body #wc_contact_us_form .et_pb_text_inner {
    padding: 0px !important;
    font-size: 17px;
    line-height: 1.3em;
}
body.page-id-28794 .et_pb_text_inner
{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/** Modify on 25 july 24  **/

body #wc_contact_us_form .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner h1 
{
    padding-top: 10px;
}

body #wc_contact_us_form .et_pb_column #wc_contact_form form input,
#wc_contact_form textarea 
{
    border: unset;
    font-size: 17px;
}

body #wc_contact_us_form .et_pb_column #wc_contact_form form p> span 
{
    padding-bottom: 20px !important;
    float: left;
    width: 100%;
}

body #wc_contact_us_form .et_pb_column #wc_contact_form form textarea::placeholder
{
  color: #4e4e4e;
}

body #wc_contact_us_form .et_pb_column #wc_contact_form form input[type="checkbox"] 
{
    margin: 0;
}

body #wc_contact_us_form .et_pb_column #wc_contact_form form .last {
    margin-bottom: 10px !important;
}
body #wc_contact_us_form .et_pb_column #wc_contact_form form p > span.wpcf7-spinner {
    width: auto !important;
    float: none;
}