@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Caption&display=swap');
/***********************************/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	background: #fff;
}
article,  aside,  details,  figcaption,  figure,  footer,  header,  main,  menu,  nav,  section,  summary {
	display: block;
}
audio,  canvas,  progress,  video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],  template {
	display: none;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,  strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub,  sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code,  kbd,  pre,  samp {
	font-size: 1em;
}
button,  input,  optgroup,  select,  textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button,  input,  select,  textarea {
	max-width: 100%;
}
button,  html input[type="button"],  input[type="reset"],  input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],  html input[disabled] {
	cursor: default;
	opacity: .5;
}
 button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="checkbox"],  input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
 input[type="date"]::-webkit-inner-spin-button,  input[type="date"]::-webkit-outer-spin-button,  input[type="time"]::-webkit-inner-spin-button,  input[type="time"]::-webkit-outer-spin-button,  input[type="datetime-local"]::-webkit-inner-spin-button,  input[type="datetime-local"]::-webkit-outer-spin-button,  input[type="week"]::-webkit-inner-spin-button,  input[type="week"]::-webkit-outer-spin-button,  input[type="month"]::-webkit-inner-spin-button,  input[type="month"]::-webkit-outer-spin-button,  input[type="number"]::-webkit-inner-spin-button,  input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
/**

 * 2.0 - Genericons

 */



.menu-item-has-children a:after,  .social-navigation a:before,  .dropdown-toggle:after,  .bypostauthor > article .fn:after,  .comment-reply-title small a:before,  .pagination .prev:before,  .pagination .next:before,  .pagination .nav-links:before,  .pagination .nav-links:after,  .search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
/**

 * 3.0 - Typography

 */



body,  button,  input,  select,  textarea {
	color: #1a1a1a;
	font-family: Merriweather, Georgia, serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1 {
  font-size: 2.5em !important;
  /* 2x body copy size = 32px */
  line-height: 1.5;
  /* 45px / 36px */
}
h2 {
  font-size: 2em !important;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
h3 {
  font-size: 1.625em !important;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
h4 {
  font-size: 1.375em !important;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

p {
	margin: 0 0;
	font-family: 'PT Sans Caption', sans-serif;
}
dfn,  cite,  em,  i {
	font-style: italic;
}
blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
	font-family: 'PT Sans Caption', sans-serif;
}
blockquote,  q {
	quotes: none;
}
blockquote:before,  blockquote:after,  q:before,  q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite,  blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before,  blockquote small:before {
	content: "\2014\00a0";
}
blockquote em,  blockquote i,  blockquote cite {
	font-style: normal;
}
blockquote strong,  blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
address {
	font-style: italic;
	margin: 0 0 1.75em;
}
code,  kbd,  tt,  var,  samp,  pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr,  acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark,  ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/**

 * 4.0 - Elements

 */



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

	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}
ul,  ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul,  li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */

	max-width: 100%;
	/* Adhere to container width. */

	vertical-align: middle;
}
del {
	opacity: 0.8;
}
table,  th,  td {
	border: 1px solid #d1d1d1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,  th,  td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th,  td {
	padding: 0.4375em;
}
a {
	color: #007acc;
	text-decoration: none;
}
a:hover,  a:focus,  a:active {
	color: #686868;
}
a:focus {
	outline: thin dotted;
}
a:hover,  a:active {
	outline: 0;
}
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}
.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}
blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}
blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}
blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	font-family: 'Lora', serif;
	clear: both;
	font-weight: 400;
	margin: 0 0px 20px;
	color:#b4b5bb;
	
}
.wrapper {
    position: relative;
} 
/******************Header start*******************/
.header-inn .container-fluid {
    padding: 0px;
}
.header_number p {
    color: #aeafb5;
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    padding: 10px 0;
    border-bottom: #dadada solid 1px;
}
.header_number a {
    color: #aeafb5;
}
.main-header .logo {
    margin: 10px 0px;
}
.nav-menu {
    background: #5b932d;
}
.nav-menu .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.nav-menu .menu li {
    padding: 14px 0px;
}
.nav-menu .menu li a {
    color: #fff;
    margin-right: 30px;
}
.main-header {
    margin-bottom: 60px;
}
.nav-menu .menu li {
    padding: 14px 0px;
    display: inline-block;
}
body .fixed {
    display: none;
    position: fixed;
    top: 0;
    background: #FFFFFF;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    z-index: 100;
}

/*******************************************************/
.border_heading{ font-size: 35px;}
.contact_form p input, .contact_form p textarea {
    padding: 6px 16px;
    width: 100%;
    margin-bottom: 20px;
    border: solid 1px #ccc;
}
.contact_form p textarea {
    height: 170px;
}
.contact_form p input[type="submit"] {
    width: auto;
    padding: 6px 50px;
    background: rgb(65, 124, 37);
    color: #fff;
    border: none;
}
/**********************footer start*********************/
.footer {
    background: #1a1c20 none repeat center top;
    height: 50px;
    margin-top: 60px;
}
/**********************footer end*********************/

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
@media only screen and (max-width: 1024px) {
.home .logo img {
    height:auto;
    /* margin: 0px !important; */
}
.nav-menu ul li a {
    font-size: 13px;
	padding: 5px 18px;
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
.img-box .elementor-image:after{ border:none;}
.nav-menu ul {
    display: none;
}
.testimonial-box {
    margin-left:0px;
}
.project-box {
    text-align: center;
}
.project-box img {
    display: inline-block;
}
.main-slider p.tp-caption {
    display: none;
}
div#header {
    margin-top: 0px;
    background: #333;
    position: relative;
}
.logo img {
    width: 50px;
    margin: 0px;
}
.home .logo img {
    height:auto;
}
.responsive_icon a{ display:block; }
.responsive_icon a:before {
    content: "\f0c9";
    font-family: fontawesome;
    color: #ffff;
    font-size: 22px;
    line-height: 38px;
}
.nav-menu {
    margin: 5px 0px;
}
ul.menu {
    position: absolute;
    width: 100%;
    left: 0px;
    background: rgba(255,255,255,0.8);
    top: 100%;
    margin-top: 8px;
    z-index: 9999;
}
.nav-menu ul li {
    float: none;
    padding: 6px 0px;
    border-top: solid 1px rgba(000,000,000,0.1);
}
.header-inn {
    padding: 8px 0px;
}
.slider-details p {
    display: none;
}
.slider-details h1{ position: relative; margin-top: -45px !important;}
.slider-details h1 em {
    display: block;
    line-height: normal !important;
}
.social-icon {
    position: inherit;
    right: 0px;
    top: 0px;
    width: 100%;
    padding: 8px 0px;
}
.nav-menu ul li ul {
    position: relative;
    width: 100%;
	background: none !important;
}
.nav-menu ul li ul li {
    background: none !important;
}	
	.nav-menu ul li ul > li:last-child{ border:none;}
	.img-box .elementor-image:after {
    width: 86%;
    left: 20px;
    top: -15px;
}
.content {
    position: relative;
    z-index: 99;
}
	.fancybox-content h2 {
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 767px) {
	.testimonial-area {
    	background:#fff;
	}
	.testimonial-box.testimonial-box-staff {
		background: #75daff;
	}
	.testimonial-area .col-md-6 {
    	padding: 0;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...} 


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.img-box .elementor-image:after { border: none;}
} 





