@charset "UTF-8";
/*
Theme Name: ANM
Theme URI: https://wordpress.org/themes/twentynineteen/
Author: Rohit jha
Version: 1
License: GNU General Public License v2 or later

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:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.orange-text-color {
	color: #ff5e14 !important;
}
.Projects-boxs .Projects-Main-boxs {
    margin-bottom: 30px;
}

.case-studies-section {
    padding: 90px 0 0;
}
.case-study-title {
    position: relative;
    margin-bottom: 50px;
}
.case-study-title.centered {
    max-width: 720px;
    margin: 0 auto;
    margin-bottom: 0;
}
.case-study-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.20em;
    color: #1a1b1b;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.case-studies-section .case-study-title h2 {
    color: #4B495C;
    text-transform: uppercase;
    font-size: 50px;
}
.case-studies-section .case-study-title h2:before {
    content: "";
    background: #ff5e14;
    height: 3px;
    width: 13px;
    position: absolute;
    bottom: 61%;
    right: 81%;
}
.case-studies-section .case-study-title h2:after {
    content: "";
    background: #ff5e14;
    height: 3px;
    width: 13px;
    position: absolute;
    bottom: 61%;
    margin-left: 30px;
}
.home .services-section-two.home-services .services-box .inner-box {
	align-items: center;
}
.home .service-block h3 {
    text-align: center;
}


@media only screen and (max-width: 767px) {
    .about-section .image-column {
        position: relative;
        height: 350px;
    }
}