/*
*
*	Theme Name: DIVI Child theme
*	Description: Child theme for Divi theme
*	Theme URI: http://www.elegantthemes.com/gallery/divi/
*	Version: 2.7.5
*	Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
*	Author: Elegant Themes
*	Template: Divi
*
*/

@import url('css/fontello.css');

@font-face {
  font-family: 'Bern Con';
  src: url('./font/BERNHC.ttf') format('truetype');
}

@font-face {
  font-family: 'Brit Bold';
  src: url('./font/BRITANIC.ttf') format('truetype');
}

@font-face {
  font-family: 'Chicago';
  src: url('./font/ChicagoFLF.ttf') format('truetype');
}

@font-face {
  font-family: 'Consolas';
  src: url('./font/Consolas.ttf') format('truetype');
}

@font-face {
  font-family: 'Ida Regular';
  src: url('./font/Ida-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Ida Medium';
    src: url('./font/Ida-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Ida ExtraLight';
    src: url('./font/Ida-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Ida Narrow';
    src: url('./font/IdaNarrow.ttf') format('truetype');
}
  
@font-face {
    font-family: 'Ida Narrow ExtraLight';
    src: url('./font/IdaNarrow-ExtraLight.ttf') format('truetype');
}
/* @font-face {
  font-family: 'Gotham Book';
  src: url('./font/GothamBook.otf') format('opentype');
} */

/* Additional Font -Sample */

/* @font-face {
    font-family: 'Antipasto';
    src:
        local('Antipasto'),
        local('Antipasto'),
        url('font/Antipasto.otf');
} */

/* =================
   |  SOCIAL ICONS |
   ================= */
.social-icons{
	list-style: none;
	/*text-align: center; alignment */
	float: right;
}
.social-icons a{
	margin: 3px; 		/* desired gap */
	font-size: 20px; 	/* size */
	color: #2ea3f2; 	/* color */
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
.social-icons a:hover{
	color: #ffffff; /* color on hover */
}
/* End of Social Icons */

/* =================
   |  Back to top |
   ================= */
#back-top {
	position: fixed;
	bottom: 100px;	/* fixed distance from the bottom */
	right: 0;
	/* display: none !important; uncomment this if you don't want to show the button */
    z-index: 999;
}

#back-top a {
	display: block;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
	
	color: #ffffff;
	background-color: #000000; /* change this to the theme color */
	opacity: 0.5; /* Adjust transparency */

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #ffffff;
}

@media only screen and ( max-width: 980px ) {
	#back-top {
		bottom: 0;
		right: 15px;
	}
	#back-top a {
		border-bottom-left-radius: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
}

/* End of Back to top */

/* =================
      BLOG STYLE
   ================= */
.ds-thumbnail-blog .et_pb_post {
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 50px;

}
/*Sets the image size posts and moves it to the left of the text*/
.ds-thumbnail-blog .et_pb_post a img {
    float: left;
    width: 400px;
    height: 350px;
    object-fit: cover;
    margin: 0 40px 0 0;
}
/*Resize the overlay to fit the image*/
.ds-thumbnail-blog .et_overlay {
    width: 300px !important;
    height: 280px !important;
}
.et-cart-info { display: none; }

/*Stack the image and content on smaller screens*/
@media only screen and (max-width: 980px) {
    .ds-thumbnail-blog .et_pb_post a img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin: 0 0 40px 0;
    }
    /*Resize the overlay on smaller screens*/
    
    .ds-thumbnail-blog .et_overlay {
        width: 100% !important;
        height: 500px !important;
    }
    .ds-thumbnail-blog .et_pb_post h2 {
        margin: 40px 30px 20px 30px !important;
    }
    .ds-thumbnail-blog .et_pb_post p {
        margin: 0 30px;
    }
    .ds-thumbnail-blog a.more-link {
        margin: 20px 0 30px 30px;
    }
}
/*Add a little top padding to the post titles*/
.ds-thumbnail-blog .et_pb_post h2 {
    padding: 0px 0 20px 0 !important;
    margin-top: 0px !important;
}
.ds-thumbnail-blog .et_pb_post p {
    font-size: 16px;
    margin-right: 40px;
    color: #1f1d1d;
}
.ds-thumbnail-blog .post-meta {
    font-size: 14px !important;
}
/*This styles the read more link*/
.ds-thumbnail-blog a.more-link {
    display: inline-block;
    padding: 0.3em 1em;
    color: #fff;
    border: 2px solid #291111;
    background: #291111;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
	-o-transition:.3s; /* smooth hover effect */
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	/* ...and now for the proper property */
	transition:.3s;
}
/*This styles the read more link on hover*/
.ds-thumbnail-blog a.more-link:hover {
    display: inline-block;
    background: #fff;
    border: 2px solid #291111;
    color: #291111;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
}
/*This styles the double arrow on hover*/
.ds-thumbnail-blog a.more-link:hover:after {
    color: #fff;
}

/* End of Blog Style */

/* =================
   WOOCOMMERCE STYLE
   ================= */
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
    max-width: 335px;
    margin: 0 auto;
}

/* messages background */
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message {
    background: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links */
#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit input, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover {
    color: #6A1B9A !important; /* Change this to over all theme color */
}

/* Buttons and links on hover */
.comment-reply-link:hover, .form-submit input:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    background: #6A1B9A !important; /* Change this to over all theme color */
	color: #ffffff! important;
}

/* For Products with variation */
.woocommerce-variation-price .woocommerce-Price-amount::before {
    content: "Unit Price: ";
    font-size: 0.7em;
    font-weight: 500;
}
.woocommerce-variation-price .woocommerce-Price-amount {
    margin-bottom: 35px;
    display: block;
    font-weight: bold;
    font-size: 1.5em;
}

/* End of WooCommerce */

/* =================
   |Default Footer|
   ================= */
#footer-info a.rm-favicon{
    background: url("/wp-content/themes/Divi-child/images/ReadersMagnet-Favicon.png") no-repeat 0 5px;
    background-size: 40px auto;
    padding: 10px 0 10px 50px;
    display: inline-block;
}
   /* Center Align Text without Social Media*/
   
	/* #footer-info{
		float: none;
		text-align: center;
		padding: 2% 0;
		font-size: 14px;
	}  */

/* End of Footer */

/* ==========================================
   |         Responsive Style               |
   ========================================== */
   
/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) { 
	/* your css goes here */
}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	/* your css goes here */
}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	/* your css goes here */
}

/* Tablets in portrait mode (768-980px) */
@media only screen and ( min-width: 768px ) and ( max-width: 980px ) {
	/* your css goes here */
}

/* Smartphones in landscape mode (480-768px) */
@media only screen and ( min-width: 480px ) and ( max-width: 767px ) {
	/* your css goes here */
}

/* Smartphones in portrait mode (0-479px) */
@media only screen and ( max-width: 479px ) {
	/* your css goes here */
}

/* End of Responsive Style */


/*custom css*/

/*.cus-head #main-header {
	background-color: #ffffff;
	box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}*/

/*sad*/
/*#page-container {
    padding-top: 0px !important;
}

#main-header {
    background-color: rgb(255, 255, 255, 0);
    top: unset;
    box-shadow: none;
}

#main-header.et-fixed-header {
    background-color: rgb(255, 255, 255);
}*/

#top-menu a {
    font-family: 'Ida Regular';
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}

#top-menu li {
    padding-right: 35px;
}

#top-menu li.current_page_item a {
    color: #2ea3f2;
    font-family: 'Ida Regular';
}

.mobile_menu_bar:before {
    color: #000000 !important;
}

.et_mobile_menu {
    background-color: #ffffff;
}

.et_mobile_menu li a {
    font-family: 'Ida Regular';
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}

.et_mobile_menu li.current_page_item a {
    color: #2ea3f2;
    font-family: 'Ida Regular';
}

#main-footer {
    background-color: #fff;
    border-top: 1px solid #222222;
    margin-top: 60px;
}

#footer-bottom {
    background-color: unset;
}

/* #footer-bottom .container {
    width: 730px;
} */

#footer-info {
    font-family: 'Ida Narrow';
    font-size: 15px;

    color: #000;
    float: unset;
    text-align: center;
}

#footer-info a {
    font-weight: unset;
    color: #000;
}

.social-icons span.follow-me {
    font-family: 'Raleway Regular';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    margin-right: 10px;
}

.social-icons {
    float: unset;
    margin-top: 1px;
    position: relative;
    z-index: 1;
}

.social-icons a {
    border-radius: 15px;
    border: 1px solid #000;
    font-size: 18px;
    margin-right: 10px;

    background-color: #000;
    color: #fff !important;
    padding: 1px;
}

.social-icons a:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000 !important;
}

.social-icons a:last-child {
    margin-right: 0;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p {
    font-family: 'Consolas';
    font-size: 16px;
    color: #000;
    position: relative;
    padding-left: 30px;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p:first-child {
    padding-left: 0;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p:nth-child(2)::after {
    background-image: url("/wp-content/uploads/2022/02/location_img.png");
    width: 18px;
    height: 24px;
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p:nth-child(3)::after {
    background-image: url("/wp-content/uploads/2022/02/mail_img.png");
    width: 20px;
    height: 16px;
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p:nth-child(4)::after {
    background-image: url("/wp-content/uploads/2022/02/call_img.png");
    width: 18px;
    height: 18px;
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
}

#footer-widgets > .footer-widget:nth-child(1) .fwidget p:nth-child(5)::after {
    background-image: url("/wp-content/uploads/2022/02/calendar_img.png");
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    content: " ";
    top: 0;
    left: 0;
}

#footer-widgets > .footer-widget:nth-child(2) .fwidget p {
    font-family: 'Gotham XLight';
    font-size: 13px;
}

#footer-widgets > .footer-widget:nth-child(2) .fwidget ul {
    list-style-type: none;
}

#footer-widgets > .footer-widget:nth-child(2) .fwidget ul li {
    font-family: 'Consolas';
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 0;
    color: #000;
}

#footer-widgets > .footer-widget:nth-child(3) .fwidget p {
    font-family: 'Gotham Light';
    font-size: 16px;
}

#footer-widgets .footer-widget .fwidget:last-child > p:first-child {
    font-family: 'Bern Con';
    font-weight: bold;
    font-size: 38px;
    padding-bottom: 33px;
    line-height: 45px;
}

#footer-widgets .footer-widget:nth-child(2) .fwidget:last-child > p:first-child {
    padding-bottom: 15px;
    font-size: 27px;
    color: #000;
}

#footer-widgets .footer-widget:nth-child(3) .fwidget:last-child > p:first-child {
    padding-bottom: 15px;
    font-size: 20px;
    color: #000;
}

/* .footer-widget li:before {
    border-color: #fff;
} */

#footer-widgets .footer-widget li:before {
    border: unset;
}

#footer-widgets > .footer-widget:nth-child(1) {
    width: 45%;
}

#footer-widgets > .footer-widget:nth-child(2) {
    width: 22%;
}

#footer-widgets > .footer-widget:nth-child(3) {
    width: 19%;
    margin-right: 0;
}

#footer-widgets > .footer-widget:nth-child(4) {
    display: none;
}

/*sad end*/

/*.cus-foot {
    background-color: #fff !important;
    border-top: 1px solid #00134f;
}

.cus-foot #footer-info {
    color: #00134f;   
}

.cus-foot #footer-info a {
    color: #00134f;
}

.cus-foot .social-icons a {
    background-color: #00134f;
    border: 1px solid #00134f;
    color: #fff;
}

.cus-foot .social-icons a:hover {
    border: 1px solid #00134f;
    background-color: #ffffff;
    color: #00134f;
}

.blog-posts .column > article > .et_pb_image_container {
    margin: 0;
}

.blog-posts .column > article {
    position: relative;
    padding: 0;
}

.blog-posts .column > article > .post-meta {
    margin-bottom: 20px;
}

.no-blog {
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
}*/

/* services section */
.services-1st-section .services-1st-row .slider-blogs {
    height: 215px;
}

.services-1st-section .services-1st-row .slider-blogs > div {
    top: -230px;
}

.services-1st-section .services-1st-row .slider-blogs .dgbc_post_item .content-wrapper {
    background-color: #45aa2a;
    padding: 20px 25px 10px 25px;
    text-align: justify;
}

.services-1st-section .services-1st-row .slider-blogs .dgbc_post_item .dg_bc_title {
    font-family: 'Ida Narrow';
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

.services-1st-section .services-1st-row .slider-blogs .dgbc_post_item .post-content {
    font-family: 'Ida Regular';
    font-size: 12px;
    line-height: 15px;
    color: #000;
    padding-bottom: 3px;
}

.services-1st-section .services-1st-row .slider-blogs .dgbc_post_item .dg_read_more_wrapper a span {
    font-family: 'Ida Medium';
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
}

.services-1st-section .services-1st-row .slider-blogs .dgbc_post_item .dg_read_more_wrapper a:after {
    color: #000;
}

.services-1st-section .services-2nd-row .learn-more {
    position: relative;
    width: 136px;
    cursor: pointer;
}

.services-1st-section .services-2nd-row .learn-more::after {
    background-image: url("/wp-content/uploads/2022/02/arrow-right.png");
    position: absolute;
    display: block;
    content: " ";
    width: 18px;
    height: 12px;
    right: 0;
    top: 7px;
}

/* why choose us section */
.why-choose-3rd-section .why-choose-1st-row .why-choose {
    padding-left: 30px;
}

.why-choose-3rd-section .why-choose-1st-row .why-choose .why-h {
    font-family: 'Ida Narrow';
    font-size: 37.5px;
    border-bottom: 1px solid #000;
    width: 432px;
    text-transform: uppercase;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.why-choose-3rd-section .why-choose-1st-row .why-choose .why-p {
    font-family: 'Ida ExtraLight';
    margin-bottom: 10px;
}

.why-choose-3rd-section .why-choose-1st-row .why-choose ul {
    margin-left: 5px;
}

.why-choose-3rd-section .why-choose-1st-row .why-choose ul li {
    font-family: 'Ida Regular';
    font-size: 17px;
    padding-bottom: 7px;
}

/* testimonals section */
.testimonials-4th-section .testimonials-1st-row .et_pb_slide_description {
    text-shadow: none;
}

.testimonials-4th-section .testimonials-1st-row .slider-container h2 {
    font-family :'Chicago';
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.testimonials-4th-section .testimonials-1st-row .slider-container .et_pb_slide_content {
    font-family: 'Ida Regular';
    font-size: 12px;
}

.testimonials-4th-section .testimonials-1st-row .slider-container .et_pb_slide_description {
    position: relative;
}

.testimonials-4th-section .testimonials-1st-row .slider-container .et_pb_slide_description::after {
    background-image: url("/wp-content/uploads/2022/02/quote_top_left.png");
    position: absolute;
    display: block;
    content: " ";
    width: 23px;
    height: 18px;
    top: 47px;
}

.testimonials-4th-section .testimonials-1st-row .slider-container .et_pb_slide_description::before {
    background-image: url("/wp-content/uploads/2022/02/quote_bottom_right.png");
    position: absolute;
    display: block;
    content: " ";
    width: 23px;
    height: 18px;
    bottom: 47px;
    right: 32px;
}

.testimonials-4th-section .testimonials-1st-row .slider-container .et-pb-controllers {
    bottom: 45px;
}

.project-5th-section .project-1st-row {
    width: 100%;
    max-width: 100%;
}

.project-5th-section .project-1st-row .envira-gallery-wrap .envira-gallery-public .envira-gallery-item img {
    width: 100%;
}

.project-5th-section .project-1st-row .envira-gallery-wrap .envira-gallery-public.enviratope > div:first-child {
    padding-left: 0 !important;
}

.project-5th-section .project-1st-row .envira-gallery-wrap .envira-gallery-public.enviratope > div:nth-child(3) {
    padding-right: 0 !important;
}

.project-5th-section .project-1st-row .envira-gallery-wrap .envira-gallery-public.enviratope > div:nth-child(4) {
    padding-right: 0 !important;
}

.project-5th-section .project-1st-row .envira-gallery-wrap .envira-gallery-public.enviratope > div:nth-child(5) {
    padding-left: 0 !important;
}

.blogs-6th-section .blogs-1st-row .blog-posts .dgbc_post_item .content-wrapper .dg_bc_title a {
    font-family: 'Ida Medium';
}

.blogs-6th-section .blogs-1st-row .blog-posts .dgbc_post_item .content-wrapper .post-content {
    font-family: 'Ida Regular';
}

.blogs-6th-section .blogs-1st-row .blog-posts .dgbc_post_item .dg_read_more_wrapper .read-more {
    padding: 4px 15px !important;
    border-radius: 3px;
    display: inline-block;
}

.blog-posts .dgbc_post_item .content-wrapper .post-meta {
    font-family: 'Ida Regular';
}

.blog-posts .dgbc_post_item .dg-post-thumb span.published {
    font-family: 'Ida Regular';
}

.blog-posts .dgbc_post_item .dg_read_more_wrapper a span {
    font-family: 'Ida Regular';
}

.map-7th-section .map-1st-row {
    padding-top: 8px;
    padding-bottom: 22px;
}

.map-7th-section .map-1st-row .contact-form {
    background-color: #59b243;
    padding: 23px 34px;
    border-radius: 5px;
}

.map-7th-section .map-1st-row .get-touch {
    font-family: "Ida ExtraLight";
    font-size: 20px;
    color: #000;
    padding-bottom: 13px;
}

/*order page*/
/*.order-2nd-section .order-1st-row .order-now > a {
    float: left;
}

.order-2nd-section .order-1st-row .order-now > a:first-child {
    margin-right: 30px;
}

.order-2nd-section .order-1st-row .order-now > a:last-child {
    margin-top: 20px;
}

.order-2nd-section .order-1st-row .order-now:after{
    display: block;
    content: " ";
    clear: both;
}*/

/*contact page*/
.contact-form .et-pb-contact-message {
    font-family: 'Ida Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 12px;
    color: #000;
}

.et_pb_contact p .et_contact_error {
    border: 1px solid #000!important;
}

.contact-form p > textarea {
    resize: none;
    height: 93px;
    min-height: 100% !important;
    /* max-height: 100%; */
}

.contact-form .et_contact_bottom_container {
    display: block;
    float: unset;
    text-align: left;
}
/*custom css end*/

@media ( max-width: 1283px ) {
    .services-1st-section .services-2nd-row .green-work p:first-child {
        line-height: 45px;
    }
}

@media ( max-width: 1105px ) {
    .services-1st-section .services-1st-row .our-services {
        width: 100%;
    }
}

@media ( max-width: 1079px ) {

}

@media ( max-width: 1075px ) {
    #top-menu {
        display: none;
    }

    #et_mobile_nav_menu {
        display: block;
    }
}

@media ( max-width: 980px ) {
	/* .order-3rd-section .order-1st-row .order-now > a:first-child {
	    margin-right: 0;
	}

	.order-3rd-section .order-1st-row .order-now > a {
	    float: unset;
	    display: block;
	    text-align: center;
	} */

    .services-1st-section .services-1st-row .slider-blogs {
        height: auto;
    }

    .services-1st-section .services-1st-row .slider-blogs > div {
        position: unset;
    }

    .services-1st-section .services-2nd-row .learn-more {
        margin: 0 auto;
    }

    .testimonials-4th-section .testimonials-1st-row .slider-container {
        margin: 0 auto !important;
    }

    .project-5th-section .project-1st-row {
        width: 80%;
    }

    .project-5th-section .project-1st-row .envira-gallery-wrap .envira-gallery-public.enviratope > div {
        width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .blogs-6th-section .blogs-1st-row .blog-posts .dgbc_post_item .dg_read_more_wrapper {
        text-align: center;
    }

    .map-7th-section .map-1st-row .contact-form {
        margin: 0 auto;
    }
}

@media ( max-width: 706px ) {
    .testimonials-4th-section .testimonials-1st-row .slider-container {
        width: 100%;
    }
}

@media ( max-width: 580px ) {
    .why-choose-3rd-section .why-choose-1st-row .why-choose {
        padding-left: 0;
    }

    .why-choose-3rd-section .why-choose-1st-row .why-choose .why-h {
        width: 100%;
    }
}

@media ( max-width: 450px ) {
    .map-7th-section .map-1st-row .contact-form {
        width: 100%;
    }
}

@media ( max-width: 350px ) {
    .why-choose-3rd-section .why-choose-1st-row .why-choose .why-h {
        line-height: 45px;
    }

    .testimonials-4th-section .testimonials-1st-row .slider-container .et_pb_slide_description::after {
        left: 8px;
    }

    .testimonials-4th-section .testimonials-1st-row .slider-container .et_pb_slide_description::before {

    }
}

@media ( max-width: 404px ) {
    .blogs-6th-section .blogs-1st-row .blog-posts .dgbc_post_item .content-wrapper .dg_bc_title {
        margin-top: 35px !important;
    }

    .blogs-6th-section .blogs-1st-row .blog-posts .swiper-button-next, .swiper-button-prev {
        top: 40%;
    }
}

@media ( max-width: 327px ) {
    .why-choose-3rd-section .why-choose-1st-row .why-choose .why-h {
        line-height: 45px;
    }
}