/*!
Theme Name: Eezy Consulting
Theme URI: http://underscores.me/
Author: Eezy Themes
Author URI: http://eezythemes.com/
Description: WordPress Theme for Consulting
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eezy-consulting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Eezy Consulting is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
 
body {
	margin: 0;
	
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle {
    background-color:  #ccc;
}
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 767px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	
}
@media screen and (max-width: 37.5em) {
	.main-navigation ul li {
		width:100%;
	}
	
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*---------my custom css--------*/
/*------------------------------*/

.text-center{
	text-align:center;	
}
.text-right{
	text-align:right;	
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
  }
  
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
    }
  }
  
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  }
  
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
    }
  }
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px;
    }
  }

  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    position: relative;
    min-height: 1px;
    /*background-color: rgba(86,61,124,.15);*/
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
  
  
  @media (min-width: 576px) {
    .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .offset-sm-0 {
      margin-left: 0;
    }
    .offset-sm-1 {
      margin-left: 8.333333%;
    }
    .offset-sm-2 {
      margin-left: 16.666667%;
    }
    .offset-sm-3 {
      margin-left: 25%;
    }
    .offset-sm-4 {
      margin-left: 33.333333%;
    }
    .offset-sm-5 {
      margin-left: 41.666667%;
    }
    .offset-sm-6 {
      margin-left: 50%;
    }
    .offset-sm-7 {
      margin-left: 58.333333%;
    }
    .offset-sm-8 {
      margin-left: 66.666667%;
    }
    .offset-sm-9 {
      margin-left: 75%;
    }
    .offset-sm-10 {
      margin-left: 83.333333%;
    }
    .offset-sm-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 768px) {
    .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;      
    }
    .col-md-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .offset-md-0 {
      margin-left: 0;
    }
    .offset-md-1 {
      margin-left: 8.333333%;
    }
    .offset-md-2 {
      margin-left: 16.666667%;
    }
    .offset-md-3 {
      margin-left: 25%;
    }
    .offset-md-4 {
      margin-left: 33.333333%;
    }
    .offset-md-5 {
      margin-left: 41.666667%;
    }
    .offset-md-6 {
      margin-left: 50%;
    }
    .offset-md-7 {
      margin-left: 58.333333%;
    }
    .offset-md-8 {
      margin-left: 66.666667%;
    }
    .offset-md-9 {
      margin-left: 75%;
    }
    .offset-md-10 {
      margin-left: 83.333333%;
    }
    .offset-md-11 {
      margin-left: 91.666667%;
    }
  }
  
  @media (min-width: 992px) {
    .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none;
    }
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .offset-lg-0 {
      margin-left: 0;
    }
    .offset-lg-1 {
      margin-left: 8.333333%;
    }
    .offset-lg-2 {
      margin-left: 16.666667%;
    }
    .offset-lg-3 {
      margin-left: 25%;
    }
    .offset-lg-4 {
      margin-left: 33.333333%;
    }
    .offset-lg-5 {
      margin-left: 41.666667%;
    }
    .offset-lg-6 {
      margin-left: 50%;
    }
    .offset-lg-7 {
      margin-left: 58.333333%;
    }
    .offset-lg-8 {
      margin-left: 66.666667%;
    }
    .offset-lg-9 {
      margin-left: 75%;
    }
    .offset-lg-10 {
      margin-left: 83.333333%;
    }
    .offset-lg-11 {
      margin-left: 91.666667%;
    }
  }
/*------------------------------*/
/*-----------top bar------------*/

.eezytheme-topbar-outer{
    width:100%;
    color:#fff;
    padding: 15px 0;
    background:#ff6f20;
}

.eezytheme-topbar-email span , .eezytheme-topbar-address span , .eezytheme-topbar-call span {
    display: inline;
}

.eezytheme-topbar-email span svg , .eezytheme-topbar-address span svg , .eezytheme-topbar-phone span svg {
   margin:0 12px 0 0;
}
/*-------------top bar close-----------*/
/*-------------menu bar start-----------*/
.eezytheme-logo{
    /*margin:0 60px 0 0;    */
}
.eezytheme-navbar-outer{
    margin-top:15px;    
}
.eezytheme-menubar-outer {
    padding:30px 0;    
}
.eezythemee-menu ul {
    width:100%;    
}

.eezythemee-menu ul li a {
    border-bottom:3px solid transparent;
    font-size:20px;
    color:#4c4c4c;
    padding:0px 9px 10px;
    line-height:31px;
   
}

.eezythemee-menu ul li a:hover {
    color:#ff6f20;
    border-bottom:3px solid #ff6f20;
    border-bottom-style: solid;
    border-bottom-width: 3px;   
    border-radius:3px;
}

.eezythemee-menu li.current-menu-item.current_page_item a {
	border-bottom-style: solid;
    border-bottom-width: 3px;
	border-radius:3px;
	color:#ff6f20;
	border-bottom-color:#ff6f20;
}

.eezytheme-menu-ask-for-quote a{
    background:#ff681f;    
    color:#fff !important;
    padding: 2px 20px 0px !important;
    border-radius:50px;
    font-size: 14px !important;
}

.eezytheme-menu-ask-for-quote a:hover{
    border-radius:50px !important;
}
/*-------------menu bar social icons start-----------*/
.eezythemee-social-menu {
    margin:20px 0 0 0; 
}

.eezythemee-social-menu li a {
    font-size:15px;
    color:#8f8f8f;
    padding: 0px 13px;    
}
.eezythemee-social-menu li a:hover {
    color:#ff6f20;
}
/*-------------social menu bar close------------*/
/*---------------------------------------------*/
/*-------------bannner section start------------*/

.single-slider{
	min-height:100vh !important;
	background: #ccc;
}
.slider-content{
	padding: 250px 0 0;
}
.slider-content h2{
	font-size:45px;
    font-weight:400;
    line-height:50px;
    text-transform:capitalize;
    margin:0;
    color:#fff;
}
.slider-content h1{
	font-size:70px;
	color:#fff;
	margin: 0px;
}
.slider-content h1 span{
	color:#ff6f20;
}
.slider-content p{
	font-size:20px;
	color:#fff;
}
.eezyythemes-banner-button{
	background-color: transparent;
	border:1px solid #fff;
	padding: 15px 30px;
	color: #fff;
	border-radius: 50px;
	margin-bottom:10px;
}
.learn-more{
    margin-left:15px;    
}
.eezyythemes-banner-button:hover{
	background: #ff6f20;	
	border:1px solid #ff6f20;
	color:#fff;
}
.slider-content a{
	font-size:16px;
	text-decoration:none;
	line-height: 70px;
	color: #fff;
}

.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	font-weight: 700;
	background: no-repeat;
	color: #fff;
	padding: 15px 20px;
	border: 0;
	text-transform: uppercase;
	left: 50px;
	z-index: 99;
	cursor:pointer;	
	background:#ff6f20;
	border-radius:5px;
}
.slider-active .slick-next{
	left:auto;
	right:50px;
}
.slider-active .slick-arrow .slick-prev{}
.slider-image{
	
	width:100%;
}
.slider-image img{
	margin: 0 auto;
	display: block;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -60px;
  }
.slick-dots li {
	display: inline;
	text-indent: -9999px;
  }
.slick-dots li button{
	text-indent: -9999px;
/*	height: 22px;*/
	width:4px;
	border-radius: 50%;
	background: #ff6f20;;
  }
.slick-dots li button:last-child{
	margin-left:8px;
  }
.slick-dots li button:hover{
	cursor:pointer;
  }
/*-------------banner section close-----------------*/
/*---------------------------------------------*/
/*-------------About Us start-----------------*/

.eezytheme-about-us-outer{
    margin:125px 0;    
}

.eezytheme-about-us-featured-image{
    max-height: 425px;
    overflow: hidden;
    max-width: 100%; 
    /*padding:0 60px;    */
}
.eezytheme-about-us-featured-image img{
    /*height: 425px;*/
    border-radius:7px;
    width: 100%; 
    padding:0 60px;
}

.eezytheme-about-us-content {
    padding: 15px 0 0 10px;
}

.eezytheme-about-us-content h2{
    font-size:45px;
    font-weight:600;
    color:#404040;
    line-height:48px;
    text-transform:capitalize;
    margin:0;
}
.eezytheme-about-us-content p span{
    font-size:21px;
    font-weight:600;
    color:#404040;
    line-height:24px;
}

.eezytheme-about-us-content p{
    font-size:18px;
    color:#515151;
    line-height:26px;
    padding: 0 110px 0 0;
    margin-top:0; 
}


.eezytheme-about-us-content a{
    font-size:16px;
    font-weight:600;
    color:#fff;
    line-height:48px;
    padding:10px 30px;
    border-radius:50px;
    text-decoration:none;
    background:#ff6f20;
}

/*-------------About Us close-------------------*/
/*---------------------------------------------*/
/*-------------History & mission start------------*/
.eezytheme-mission-history-outer{   
    background:#404040;
    color:#fff;   
}

.eezytheme-mission-history-featured-image{
     padding:0 0px;
}

.eezytheme-mission-history-featured-image img{
     height:100%;
     width:auto;
}

.eezytheme-mission-history-content{ 
    padding:100px 0px;
}

.eezytheme-mission-history-content h2{ 
    font-size:50px;
    line-height:48px;
    font-weight:600;
}

.eezytheme-mission-history-content p{ 
    font-size:18px;
    line-height:26px;
    padding: 0 210px 0 0;
    margin:0;
}
/*-----------History & mission close------------*/
/*---------------------------------------------*/
/*-------------what we offer start------------*/
.eezytheme-what-we-offer-outer{    
    text-align:center;
    padding:100px 0;
    background:#f8f8f8;
}

.eezytheme-what-we-offer-outer-padding{    
    padding:70px 0;
}

.eezytheme-what-we-offer-outer h2{
    font-size:40px;
    color:#404040;
    line-height:48px;
    text-transform:capitalize;
}

.eezytheme-what-we-offer-single{    
    background:#f8f8f8;
    border:1px solid #ededed;
    padding:0 0 30px 0;
    transition:all linear 0.5s;
}

.eezytheme-what-we-offer-single h3 a{    
    color:#434343;
    font-size:22px;
    line-height:22px;
    text-decoration:none;
    text-transform:capitalize;
}

.eezytheme-what-we-offer-single p{    
    color:#aeaeae;
    font-size:18px;
    line-height:22px;
    padding: 0 48px;
}

.eezytheme-what-we-offer-single a{    
    font-size:16px;
    line-height:26px;
    font-weight:600;
    text-decoration:none;
    text-transform:capitalize;
    color:#ff6f20;
}

.eezytheme-what-we-offer-single:hover{    
    background:#fff;
    -webkit-box-shadow: 0px 25px 21px -6px rgba(227,227,227,1);
    -moz-box-shadow: 0px 25px 21px -6px rgba(227,227,227,1);
    box-shadow: 0px 25px 21px -6px rgba(227,227,227,1);
    transition:all linear 0.5s;
}

/*-------------what we offer close-----------*/
/*------------------------------------------*/
/*-------------counter item start-----------*/
.eezytheme-couter-numbers-outer{
    background:#484543;   
    color:#fff;
    padding:80px 0px;
    text-align:center;
    text-transform:uppercase;
}
.eezytheme-couter-numbers-single-outer-1 svg , .eezytheme-couter-numbers-single-outer-2 svg , .eezytheme-couter-numbers-single-outer-3 svg{
    font-size:50px;    
    margin-bottom:20px;
}
.eezytheme-couter-numbers-single-outer-1 h6 , .eezytheme-couter-numbers-single-outer-2 h6 , .eezytheme-couter-numbers-single-outer-3 h6 {
    margin:0;
}
.eezytheme-couter-numbers-single-outer-1 h6 span, .eezytheme-couter-numbers-single-outer-2 h6 span, .eezytheme-couter-numbers-single-outer-3 h6 span{
    font-size:80px;
    font-weight:600;       
}

.eezytheme-couter-numbers-outer p{
    margin:0;
    font-size:20px;
}

.eezytheme-couter-numbers-single-outer-1 {
    border-right:2px solid #a4a2a1;  
}

.eezytheme-couter-numbers-single-outer-2 {
    border-right:2px solid #a4a2a1;
    border-left:2px solid #a4a2a1;
}

.eezytheme-couter-numbers-single-outer-3 {
    border-left:2px solid #a4a2a1;  
}
/*-------------counter item close-----------*/
/*-----------------------------------------*/
/*-------------case study start-----------*/
.eezytheme-case-study-outer{
    margin:120px 0 60px;  

}/*
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 355px;
    border-radius: 5px;
}*/
.eezytheme-case-study-single img {
    display: block;
    width: 100%;
    height: 355px;
    border-radius: 5px;  
}

.eezytheme-case-study-single p {
    color:#434343;
    font-size: 15px;
    line-height: 22px;
    margin-top:0;
}
.eezytheme-case-study-single h2{
    color:red;
    text-decoration:none;
}
.eezytheme-case-study-single h2 a{
    text-decoration:none;
}
/*-----------------------------------------*/
/*-------------case study right-----------*/
.eezytheme-case-study-text-div h3{
    color:#404040;
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
    margin: 0;
}

.eezytheme-case-study-text-div h3 span{
    color:#ff6f20;
}

.eezytheme-case-study-text-div p{
    color:#404040;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.eezytheme-case-study-text-div .owl-nav{
    display:block;  
}

.eezy-next-prev{  
    width: 40px;
    height: 40px;
    background: #404040;
    border: 0;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    color:#fff;
    margin: 0 5px 0 0;
}

.eezy-next-prev:hover{  
    background: #ff6f20;  
    cursor:pointer;
}

.eezytheme-case-study-text-div{
    padding:80px 0;    
}

/*-------------case study close-----------*/
/*-----------------------------------------*/
/*-------------testimonilas slider-----------*/
.eezytheme-custom-testimonials-outer {
    background-image:url('http://simnainfo.com/themes/eezyconsulting/wp-content/uploads/2018/12/testimonial-bg.jpg');
	background-position:center center;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	margin:0 0 50px 0;
	padding:110px 0px;
	
}

.eezytheme-custom-testimonials-outer h2{
    font-size:45px;
    color:#fff;
    line-height:0px;
    font-weight:700;
}

.eezytheme-custom-testimonials-outer h3{
    font-size:20px;
    color:#fff;
    line-height:24px;
    font-weight:600;
}

.testimonials-col{
    margin:20px auto;   
}

.testimonials-col img{
    margin:0 auto;
    height:130px !important;
    width:130px !important;
    border-radius:5px;
}

.testimonials-col p{
    font-size:20px;
    font-style: italic;
    margin-bottom: 0;
}

.testimonials-col span{
    font-size:30px;
    font-weight:600;
}

/*-------------testimonilas slider close-----------*/
/*-------------------------------------------*/
/*------------post page start----------------*/
/*------------left post start----------------*/
.eezytheme-post-section-outer{
    padding:100px 0;   
}

.eezytheme-post-page-left{
    padding:120px 0;
    
}
.eezytheme-post-page-left h3{
    color:#404040;
    font-size:40px;
    line-height: 0px;
    font-weight:600;
    text-decoration:none;
}

.eezytheme-post-page-left p{
    color:#404040;
    font-size:18px;
    line-height: 24px;
    font-weight:400;
    margin:0px 0 0 0;
}
/*------------left post close---------------*/
/*------------right post start---------------*/
.eezytheme-post-page-right{
     margin-bottom:15px;   
}

.eezytheme-post-content-outer{
    margin:0px 0 30px 0;  
}

.eezytheme-post-page-right p {
    padding:0;
    margin:0;
}

.eezytheme-post-page-right span img {
    display:none;
}
.eezytheme-post-date p{
    margin:0;
}
.eezytheme-post-date p span{
    margin:0 5px 0 0;
}

.eezytheme-post-page-right a{
    color:#404040;
    font-size:30px;
    line-height: 35px;
    font-weight:600;
    text-decoration:none;
}

.eezytheme-post-content{
    color:#aeaeae;
    font-size:17px;
    padding:0;
    font-weight: 400;
}
/*--------------------------------------------------------*/
/*-------------call-to action-----------*/
.eezytheme-call-to-action{ }


.eezytheme-call-to-action p{
	color:#fff;	
	font-size:57px;	
	font-weight:600;
	margin:0 0 50px 0;
}

.eezytheme-call-to-action a {
      color:#404040;
      background: #fff;
      display: inline-block;
      font-weight: 400;
      text-align: center;
      white-space: nowrap;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border: 1px solid transparent;
      font-size: 26px;   
      line-height: 42px;
      border-radius: 50px;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
      text-decoration:none;
      padding:10px 70px;
}
.eezytheme-call-to-action a:hover {
    color: #fff;    
    background: #ff6f20;
}

/*---------------call to action close-------------------*/

/*-------------------footer start-----------------------*/
.eezytheme-footer-outer{
    background:#404040;
    padding:100px 0 40px 0;
}

.widget-title-footer{
    color:#fff;
    font-size:30px;
    text-transform:uppercase;
    font-weight:500;
}
/*footer 1 start*/
.eezytheme-footer1-text p{
    color:#fff;
    font-size:18px;
    line-height:30px;
    font-style: light;
}
.eezytheme-footer1-social ul {
    list-style-type:none;
    display:inline-block;
    margin:0;
    text-align:left;
    padding:0;
}

.eezytheme-footer1-social ul li:first-child {
    padding-left:0;
}

.eezytheme-footer1-social ul li{
    display:inline-block;
    padding:0 12px;    
}

.eezytheme-footer1-social ul li a{
    padding:0 0px 0 0;
    color:#fff;
    font-size:20px;
}
.eezytheme-footer1-social ul li a:hover{
    color: #ff6f20;
}
/*---------------footer 1 close---------------*/
/*---------------footer 2 start---------------*/
.eezytheme-footer-menu ul{
    list-style-type: none !important;
    padding-left:0;
    margin: 0 !important; 
}

.eezytheme-footer-menu ul li a{
    color: #fff;
    text-decoration: none;  
    font-size: 18px;    
    padding: 0 0;    
    line-height: 35px;
}


/*---------------footer 2 close---------------*/
/*---------------footer 3 start---------------*/

.eezytheme-footer-3-call p{
    color:#606060;
    font-size:18px;
    padding: 0;
    margin-bottom:40px;
    
}

.eezytheme-footer-3-call span{
    color:#fff;
}

.eezytheme-footer-3-time{   
    margin-bottom: 40px;
}
.eezytheme-footer-3-time p{
    color:#606060;
    font-size:17px;
    margin: 0;
}

.eezytheme-footer-3-time span{
    color:#fff;
}


.eezytheme-footer-3-call span{
    color:#fff;
}

.eezytheme-footer-3-mail p{
    color:#ff6f20;
    font-size:18px;
    padding: 0;
    margin: 0;
}
/*--------------------------------------------*/
/*---------------footer 3 close---------------*/
.eezytheme-copyright-text {    
    text-align:center;    
}

.entry-title-custom {
    color:red;    
}
/*-------------homepage close------------------*/

/*------------------------------------------------------*/
/*-------------services tempalte page start-------------*/

.eezytheme-custom-services-outer{
    margin:100px 0;
}

.eezytheme-custom-services-single-col{
    margin:50px 0;
}

.eezytheme-services-images-col{
      height: 315px;
      width: 100%;
      margin-right: auto;
      margin-left: auto;
      overflow:hidden; 
      border-radius:7px;
}

.eezytheme-services-images-col img{
    height: auto;
    position:relative;   
    width:100%;
}

.eezytheme-custom-services-single-col h3{
    color:#404040;
    font-size:23px;
    text-transform:capitalize;
    font-weight:600;
    line-height:24px;
    
}

.eezytheme-custom-services-single-col p{
    color:#515151;
    font-size:16px;
    line-height:26px;
    font-weight:300;     
}

.eezytheme-custom-services-single-col a{
    color:#ff6f20;
    font-size:14px;
    line-height:26px;
    font-weight:600; 
    text-transform:capitalize;
    text-decoration:none;
    padding:10px 20px;
    border-radius:50px;    
}

.eezytheme-custom-services-single-col:hover a{
    color:#ff6f20;
    border:1px solid #ff6f20;
    border-radius:50px;
}
/*-------------services tempalte page close-------------*/
/*------------------------------------------------------*/

/*--------------------------------------------*/
/*-------------about us page start-----------*/
.eezytheme-about-us-outer-about{
    display:none;    
}
.eezytheme-about-post-content-outer{
    float:left;    
    padding:30px 25px;
    box-shadow: 0px 25px 21px -6px rgba(227,227,227,0.7);
    transition:0.4s;
    margin:50px 0;
}
.eezytheme-about-post-content-outer img{
    height:80px;
    width:80px;
}
.eezytheme-about-post-content-outer h4 a{
    font-size:18px;
    color:#434343;
    text-decoration:none;
    text-transform:capitalize;
}
.eezytheme-about-post-content-outer p{
    font-size:15px;
    color:#aeaeae;
}
.eezytheme-about-post-content-outer a{
    font-size:14px;
    text-decoration:none;
    text-transform:capitalize;
    color:#ff6f20;
}
.eezytheme-about-post-content-outer:hover .eezytheme-about-post-content-outer:hover h4,.eezytheme-about-post-content-outer:hover p,.eezytheme-about-post-content-outer:hover a{
    color:#fff !important;
    transition:0.4s;
}

.eezytheme-about-post-content-outer:hover{
    background:#ff6f20;    
}

.eezytheme-about-call-to-action{
     background:transparent !important;   
}
.eezytheme-about-call-to-action p{
     color:#404040;
}

.eezytheme-about-call-to-action a{
     color:#fff;
}

.eezytheme-about-post-page-left{
    padding: 50px 0px;
}
.eezytheme-about-post-page-left h3{
    color: #404040;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    padding: 0 130px 0 0;
}

/*---------------About us progress bar start--------*/
.eezytheme-progressbar-outer{
    margin:50px 0;    
}
.eezytheme-about-progressbar{
    margin:60px 0;    
}
.eezytheme-about-progressbar h4{
    margin:35px 0 20px 0;    
}
.eezytheme-progress-width progress{
   float:left;
   width:100%;
   border-radius:50px;
   border:0;
   background:#ddd;
}
.eezytheme-progress-percentage{
    float:left;   
    margin-top:-4px;
}

progress::-webkit-progress-bar {  
	 background: linear-gradient(90deg, rgba(253,111,32,1) 0%, rgba(66,64,64,1) 98%);
	 border-radius:50px;
}  
progress::-webkit-progress-value {  
	 background: linear-gradient(90deg, rgba(253,111,32,1) 0%, rgba(66,64,64,1) 98%);
	 border-radius:50px;
}  

progress::-moz-progress-bar {  
	 background: linear-gradient(90deg, rgba(253,111,32,1) 0%, rgba(66,64,64,1) 98%);
	 border-radius:50px;
} 

/*Progressbar right section content start*/
.eezytheme-about-progressbar-right-content{
    padding:0px 0;    
}
.eezytheme-about-progressbar-right-content h3{
    color: #404040;
    font-size: 50px !important;
    font-weight: 600;
    margin: 35px 0 0 0;
}

.eezytheme-about-progressbar-right-content p{
    color: #515151;
    font-size: 16px;
    padding: 0 41px 0 0;
}

.eezytheme-about-progressbar-right-content a{
    color: #fff;
    font-size: 14px;
    text-decoration:none;
    padding:10px 30px;
    border-radius:50px;
    font-weight: 600;
    background:#ff6f20;
}
/*---------------About us progress bar close--------*/
/*------------About us Track Success bar start-----*/
.eezytheme-track-success-outer{
     margin:50px 0;
     display:none;
    
}
.eezytheme-track-success-inner{
    border-radius:5px;
    padding:105px 0;
    color:#fff;
}
.eezytheme-track-success-inner svg{
    font-size: 110px;
    padding: 0 0 30px 0;
    border-bottom: 3px solid #fff;
    margin-bottom:15px;
}
.eezytheme-track-success-inner h4{
    font-size: 60px;
    margin:0;
    line-height: 78px;
    font-weight: 600;
}

.eezytheme-track-success-inner p{
    margin-top:0;
    font-size:24px;
    line-height: 24px;
}
.eezytheme-custom-testimonials-outer-about{
    margin:0;    
}


/*===============================*/
/*=========post page============*/

.blog-post .blog-post-img img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.blog-post-title a{
    text-decoration:none !important;
    color:#ff6f20;
}
.eezy-author a{
   text-decoration:none !important;  
   color:#ff6f20;
}

.date{
    float:right;    
}
.ezy_pagination{
    margin:15px auto;
    display:block
}
.nav-links span{
    background:#ff6f20;
    padding:5px 8px;
    border-radius:3px;
    color:#fff;
    margin:0 15px 0 0;
}
.nav-links a{
    text-decoration:none;
    color:#ff6f20;
    margin:0 15px 0 0;
}


/*======post page close=========*/
/*=============================*/
/*=========contact us page start============*/
.eezytheme-contact{
    width:100%;
}

.eezytheme-contact input, .eezytheme-contact textarea{
    margin:15px 0;
    width:100%;
    padding:10px;
}

.eezytheme-contact textarea{
    resize:none;
}

.eezy-contact-button input{
    
    background:#ff6f20;
    color:#fff;
    border:1px solid #ff6f20;
    transition:0.2s all linear;
}

.eezy-contact-button input:hover{
    border:1px solid #ff6f20;
    background:#fff;
    color:#ff6f20;
    transition:0.2s all linear;
}

.eezytheme-contact input:focus, .eezytheme-contact textarea:focus{
    border:1px solid #ff6f20 !important;
    color:#ff6f20;
}

/*=========contact us page close==============*/
/*===========================================*/
/*==============Side bar start==============*/
.eezythemes-sidebar h2,.eezytheme-sidebar-single-page h2{/*widget title*/
    background:#ff6f20;
    color:#fff;
    border-radius:3px;
    padding:5px 10px;
}

.eezythemes-sidebar ul,.eezytheme-sidebar-single-page ul{
    margin:0;
    padding:0 !important;
}
.eezythemes-sidebar ul li, .eezytheme-sidebar-single-page ul li{
    list-style-type: none;
    padding:7px;
    margin:5px;
}
.eezythemes-sidebar ul li a, .eezytheme-sidebar-single-page ul li a{
    text-decoration:none;
    color:#454545;
    text-transform:capitalize
}
.eezythemes-sidebar ul li a:hover, .eezytheme-sidebar-single-page ul li a:hover{
    color:#ff6f20;
}

.eezythemes-sidebar input[type="search"] ,.eezytheme-sidebar-single-page input[type="search"]{
    width:250px !important;
    padding:3px 10px;
}
.eezythemes-sidebar input[type="submit"] ,.eezytheme-sidebar-single-page input[type="submit"]{
    padding:6px 20px;
    font-size:16px;
}

.eezythemes-sidebar input[type="submit"]:hover ,.eezytheme-sidebar-single-page input[type="submit"]:hover{
    cursor:pointer;
    background:#ff6f20;
    border:#ff6f20;
    color:#fff;
}



















