/*
Theme Name: E-Waste
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: Aashish Wadhwa
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 3.8
Requires at least: 3.6
Tested up to: 6.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

 
  
.address_div {
    background: #000;
    padding: 50px 0px 0px;
    text-align: center;
}
.address_div iframe {
    margin-top: 70px;
    filter: invert(95%) hue-rotate(180deg);
}
.address_img {
    /* display: inline-block; */
    background: #0d7a43;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
}

.address_img svg {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    fill: #2ecc40 !important;
    color: #2ecc40 !important;
}

.address_div h6 {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
    
    margin-bottom: 30px;
}

.address_div h5 {
    
    color: #000;
    font-size: 22px;
    padding: 0px 15px;
	line-height: 30px;
}

.address_div h5 a {
    color: #000;
}

.address_div h5 a:hover {
    color: #2ecc40;
}

.form_text_left {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.form_text_right {
    width: 49%;
    float: left;
}

.form_text input {
    background: transparent;
    width: 100%;
    border: 1px solid #000;
    padding: 8px 15px;
    text-transform: capitalize;
    color: #888;
    
    margin-bottom: 20px;
}

.contact_form textarea.wpcf7-form-control {
    background: transparent;
    width: 100%;
    border: 1px solid #000;
    padding: 8px 15px;
    text-transform: capitalize;
    color: #888;
    
	height:150px;	
}
.contact_form input.wpcf7-form-control.wpcf7-submit {
  
    font-weight: 500;
    background-color: #0d7a43;
    font-size: 20px;
    padding: 10px 40px;
    border-radius: 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s ease;
    border: 0px solid #000;
    text-transform: uppercase;
}

.contact_form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000;
    color: #fff;
}
 .contact_form {
    margin-top: 100px;
}

.contact_form h3 {
    margin-bottom: 50px;
}
 
 h3.common-heading {
    color: #000;
    
    font-size: 33px;
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}
h3.common-heading:after {
    position: absolute;
    content: '';
    top: 12px;
    width: 170px;
    height: 4px;
    background: #0d7a43;
    margin-left: 40px;
}
.form_text {
    position: relative;
    z-index: 99;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: left;
    position: relative;
    top: -10px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}
 
 section.banner-inner {
    min-height: 330px;
    background-size: cover !important;!i;!;
}

.banner_box {
    text-align: center;
}

.banner_box h3 {
    display: inline-block;
    padding: 0px 0px 15px 0px;
    font-weight: 800;
    border-bottom: 3px solid #0d7a43;
    font-size: 36px;
    position: relative;
    top: 60px;
}
img.img-responsive {
    width: 100%;
}
.new_box p {
    text-align: left;
    font-family: "Roboto", serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 1px;
}

.new_box {
    margin-bottom: 70px;
}

ul.services-lists {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.services-lists li {
    display: inline-block;
    width: 31%;
    border: 5px solid #0d7a43;
    margin-right: 3%;
    margin-bottom: 3%;
    background: #0d7a4354;
}

ul.services-lists li .imf-service img {
    width: 100%;
    height: 233px;
    object-fit: cover;
}

ul.services-lists li:nth-child(3n+3) {
    margin-right: 0px;
}

ul.services-lists li h4 {
    padding-top: 20px;
    color: #0d7a43;
    font-weight: bold;
}
.imf-service {
    cursor: pointer;
    transition: 0.3s ease;
    overflow: hidden;
}

.imf-service img {
    transition: 0.3s ease;
}

.imf-service:hover img {
    transform: scale(1.2);
}