/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

html body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Roboto', sans-serif;
}

body {
	background: #fff;
}

.main-header .header-top {
	position: relative;
	font-size: 14px;
	color: #ffffff;
	background: #2b2b2b;
}

body,
input,
textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}

img {
	max-width: 100%;
	height: auto;
}

body .padleft {
	padding-left: 0
}

body .padright {
	padding-right: 0
}

body .padtop {
	padding-top: 15px;
}

body .padbottom {
	padding-bottom: 15px;
}

body .nopad {
	padding: 0
}

section.section {
	padding: 50px 0;
	overflow: hidden;
}

header {
	padding: 0px 0;
}

nav {
	position: relative;
	z-index: 999;
	width: 100%;
}

.nav-outer.fixed {
	width: 100%;
	z-index: 999;
	top: 0;
}

.searchform input {
	position: relative;
	width: 85%;
	height: 50px;
	font-size: 14px;
	padding: 8px 20px;
	border: 1px solid #f0efef;
	background-color: #f4f4f4;

}

.searchform input[type="submit"] {

	float: right;
	width: 50px;
	height: 50px;
	padding: 0px;
	border: 0px;
	background: #f4f4f4 url(images/search-icon.png) no-repeat center;
	box-shadow: none;
	font-size: 0;
	margin-left: -37px;
	position: relative;

}

/* ---- Social Icons ---- */

.social_icons {
	text-align: right;
	margin: 10px 0;
}

.social_icons ul {
	padding: 0;
	margin: 0;
}

.social_icons ul li {
	display: inline-block;
	margin-right: 5px;
}

.social_icons ul li a {
	background: #305294;
	border-radius: 100px;
	color: #FFF;
	transition: all .2s ease;
	display: block;
	font-size: 15px;
	padding: 5px 0;
	text-align: center;
	width: 32px;
	height: 32px;
}

.social_icons ul li + li a {
	background: #55ACEE;
}

.social_icons ul li + li + li a {
	background: #DC4B3E none;
}

.social_icons ul li + li + li + li a {
	background: #E52D27;
}

.social_icons ul li a:hover {
	background: #333;
	color: #FFF;
}

/* ---- Portfolio .grid-item ---- */

.grid-item {
	width: 24.7%;
	box-sizing: border-box;
	margin-bottom: 0px;
}

.filter-button-group button {
	background: #333;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 10px;
	border: 0;
}

.filter-button-group {
	margin: 10px 0;
	overflow: hidden;
}

.filter-button-group button:hover {
	background: #ccc;
	color: #000;
}

.footer {
	margin: 40px 0 20px;
}

#back-top > a {
	bottom: 1%;
	color: #000;
	display: block;
	font-size: 37px;
	position: fixed;
	right: 1%;
	text-align: center;
}

/*---------------------------------- Slick SLider----------------------------------------------------*/

.main-slider,
.item-slider,
.client,
.thumb-slider {
	display: none;
}

.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized {
	display: block !important;
}

.slider {
	position: relative;
	clear: left;
	overflow: hidden;
}

.slider .inner-item {
	height: 650px;
}

.slider .container {
	position: relative;
}

.slick-slide .caption {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	position: absolute;
	left: 7%;
	top: 27%;
	width: 45%;
	padding: 20px 20px 0;
	z-index: 99;
}

.slick-slide .caption ul {
	display: inline-block;
}

.slick-slide .caption ul li {
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.slick-slide .caption ul li a {
	display: block;
	color: #fff;
	padding: 15px 30px;
	border: 1px solid #fff;
	text-transform: uppercase;
}

.slick-slide .caption ul li:hover a {
	border: 1px solid #009c4b;
	background: #009c4b;
	color: #fff;
}

.slick-slide .caption ul li:nth-child(1) {
	margin-left: 0px;
}

.slick-slide .caption h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.slick-slide .caption h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 30px;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.thumb-slider .slick-slide {
	margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	position: relative;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	transition: all .25s ease;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	z-index: 11;
	bottom: 10px;
	margin: 0px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.slick-dots li {
	list-style: none;
	display: inline-block;
}

.slick-dots button {
	border: 1px solid #333;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	font-size: 0;
	padding: 0px;
	margin-right: 5px;
}

.slick-dots .slick-active button {
	background: #303030;
}

.slick-arrow {
	border: 0px;
	font-size: 0;
	right: 0;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	z-index: 1;
	background: #303030 url(images/arrow.png) no-repeat center center;
	width: 36px;
	height: 40px;
	transform: rotate(180deg)
}

.services-slider .slick-arrow {
	height: 65px;
}

.slick-arrow:hover {
	background: #000 url(images/arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
	left: 0px;
	transform: rotate(0deg)
}

.slider-progress {
	width: 100%;
	height: 5px;
	background: rgba(0, 216, 192, 0.8);
	position: absolute;
	top: 0;
	z-index: 99;
}

.slider-progress .progress {
	width: 0%;
	height: 5px;
	background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
	border: 1px solid transparent
}

.thumb-slider .slick-current img {
	opacity: 0.5;
}

/* ---------------------------Toggle Search---------------------*/

.searchpanel {
	background: #ccc;
	display: none;
	right: 0px;
	padding: 10px;
	position: absolute;
	top: 46px;
}

.searchpanel::before {
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	position: absolute;
	right: 7px;
	top: -7px;
}

.nav .container {
	position: relative;
}

.searchtoggle {
	position: absolute;
	right: 11px;
	top: 11px;
}

.searchtoggle img {
	cursor: pointer;
}

/* -------------------------------------------Clients Carousel------------------------------------ */

.client {
	margin-right: -10px;
}

.client .slick-slide {
	margin-right: 10px;
	border: 1px solid #ddd !important;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

.client .slick-prev {
	margin-right: 10px;
}

.client .slick-slide img {
	display: inline-block;
}

/* -------------------------------------------Testimonials Carousel------------------------------------ */

.testimonial .loop {
	padding: 0 10px;
	text-align: center;
}

.testimonial .loop p {
	max-width: 800px;
	margin: 0 auto;
}

.testimonial .loop .pic img {
	max-width: 100px;
	margin: 10px 0;
	border-radius: 100%;
	height: auto;
	display: inline-block;
}

.testimonial .loop .title {
	font-size: 21px;
	font-weight: 600;
}
.contactform{
    float:right;
    }
/* -------------------------------------------Services Carousel------------------------------------ */

.service {
	margin-right: -10px;
}

.service .slick-slide {
	margin-right: 10px;
}

.service .title {}

.service .slick-prev {
	margin-right: 10px;
}

.service .slick-next {
	margin-right: 10px;
	right: 40px;
	left: inherit;
}

.service .slick-arrow {
	top: 0;
	margin-top: -92px;
}

/*ENd SLick Slider*/

/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/

#winSize {
	position: fixed;
	bottom: 1%;
	left: 1%;
	border: rgba(0, 0, 0, 0.8) 3px solid;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px 10px;
	color: #fff;
	text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;
	z-index: 9999
}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/

.tabs-menu {
	height: 30px;
	padding: 0;
	margin: 0;
}

.tabs-menu li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	background-color: #ccc;
	border-top: 1px solid #d4d4d1;
	border-right: 1px solid #d4d4d1;
	border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.tabs-menu li a {
	padding: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

.tabs-menu .current a {
	color: #2e7da3;
}

.tab {
	border: 1px solid #d4d4d1;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	width: auto;
	margin-top: -1px;
}

.tab-content {
	max-width: 660px;
	padding: 20px;
	display: none;
}

#tab-1 {
	display: block;
}

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/

.tabs-left {
	width: 120px;
	padding: 0;
	margin: 0;
	float: left;
}

.tabs-left li {
	line-height: 30px;
	display: block;
	list-style: none;
	background: #ccc;
	border: 1px solid #d4d4d1;
	margin-bottom: 10px;
	border-right: 0;
}

.tabs-left li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 5;
}

.tabs-left li a {
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
}

.tabs-left .current a {
	color: #2e7da3;
}

.tab-loop {
	border: 1px solid #d4d4d1;
	background-color: #fff;
	float: left;
	margin-bottom: 20px;
	width: auto;
	margin-left: -1px;
}

.tabsleft-content {
	max-width: 660px;
	padding: 20px;
	display: none;
}

#tabs1 {
	display: block;
}

/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/

.breadcrumbs {
	margin: 10px 0;
	padding: 0;
	background: #ddd;
	padding: 5px;
}

.breadcrumbs li {
	list-style: none;
	display: inline-block;
	padding-right: 2px;
}

/* ----------------------------Comments-----------------------*/

#comments label {
	display: inline-block;
	vertical-align: top;
	width: 80px;
}

.form-submit {
	margin-left: 80px;
}

#comments {
	background: #eee;
	padding: 20px;
}

#comments li {
	list-style: none;
}

#comments ol {
	padding: 0;
}

/* ----------------------------Accordion-----------------------*/

.accordion-container {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto;
}

.accordion-container > h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.set {
	position: relative;
	width: 100%;
	height: auto;

}
.set a h2{
        font-size: 26px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    
    }

.set > a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.set > a.active {

	color: #fff;
}

.set > a:before {
	background: url(images/arrow1.png) no-repeat;
	float: right;
	content: "";
	height: 8px;
	margin: 30px 0 0;
	width: 15px;
	    filter: invert(100%);
}

.set > a.active:before {
	filter: invert(100%);
	transform: rotate(180deg);
}
.set ul li a:before {
    content: '\f105';
    position: absolute;
    left: 0px;
    top: 2px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'FontAwesome';
    color: #e4e6eb;
}

.set ul li a{
    position: relative;
    display: block;
    line-height: 24px;
    color: #e4e6eb;
    font-size: 17px;
    font-weight: 300;
    padding: 4px 0px 4px 20px;
    text-transform: capitalize;
}
.accordion-container .content {
	position: relative;
	width: 100%;
	height: auto;

	border-bottom: 1px solid #ddd;
	display: none;
}

.accordion-container .content p {
	padding: 10px 15px;
	margin: 0;
	color: #333;
}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/

.customscroll {
	height: 300px;
}

/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/

.inner-banner img {
	width: 100%;
}

.inner-banner {
	height: 150px;
	width: 100%;
	display: table;
	color: #fff;
	position: relative;
}

.inner-content {
	position: absolute;
	color: #fff;
	top: 34%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
}

.inner-content p {
	word-spacing: 3px;
}

.inner-banner h2 {
	border-bottom: 2px solid #fff;
	display: inline-table;
	clear: both;
	font-size: 35px;
	padding-bottom: 6px;
}

/* ---------------------------------------------------blog-------------------------------------------------------------------------*/

.blogs h5{
      margin: 16px 0 10px;
}
.blogs .pic img{
      width: 100%;
}

.blogs li {
	width: 100%;
	margin-bottom: 20px;
	min-height: 210px;
	clear: both;
	float: left;
	border-bottom: 1px solid #dcdcdc;
}

.blogs li:last-child {
	border: none;
}

.blogs li h4 {
	text-transform: capitalize;
	background: #f0f0f0;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
	font-weight: 600;
	color: #2f2f2f;
}

.blogs li h4 span {
	width: 7%;
	text-align: center;
	background: #b12224;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.blogs li h4 span strong {
	display: block;
	font-size: 26px;
	font-weight: normal;
}

.blogs li a {
	float: right;
}

.blogs li .meta {
	background: #f0f0f0;
	padding: 10px;
	position: relative;
	margin: 38px 0 0;
	font-weight: 500;
	float: right;
	clear: right;
	width: 67%;
	color: #989898;
	font-size: 16px;
	line-height: 21px;
}

.blogs li .meta span {
	background: url('images/user-bg.png') no-repeat;
	padding: 3px 30px;
}

.blogs li .meta span.comments {
	margin-left: 10px;
	background: url('images/comments.png') no-repeat;
}

.blogs li .meta span strong {
	color: #258ef9;
	font-weight: normal;
	text-transform: capitalize;
}

.sidebar ul {
	padding: 0;
	margin: 0;
}

.sidebar ul li {
	list-style: none;
}

.sidebar-pro {
	border: 1px solid #c2c2c2;
	padding: 0 !important;
	border-radius: 5px;
	overflow: hidden;
}

.sidebar-pro h4 {
	background: #b12224;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	line-height: 29px;
	margin: 0;
}

.sidebar-pro .cat li {
	margin-bottom: 6px;
	list-style: none;
	padding: 10px;
}

.sidebar-pro .cat li:hover {
	background: #b12224;
}

.sidebar-pro .cat li:hover a {
	color: #fff;
}

.sidebar-pro .cat li.current-cat {
	background: #b12224;
}

.sidebar-pro .cat li:last-child {
	margin-bottom: 0;
}

.sidebar-pro .cat .product-categories {
	margin-bottom: 0;
}

.sidebar-pro .cat li a {
	color: #424242;
	font-size: 14px;
}

.sidebar .recent li {
	margin: 5px 0;
	padding: 5px 0;
	overflow: hidden;
	font-size: 14px;
}

.sidebar .recent li h5 {
	margin-top: 0;
}

.sidebar .recent li:last-child {
	border: none;
}

.sidebar h4 {
  padding: 10px 0px;
    font-size: 20px;
 font-family: 'Raleway';
    font-weight: bold;
    color: #1c1c1c;
    text-transform: uppercase;
}

.sidebar .recent h5 {
	color: #231f20;
	font-size: 14px;
	margin-bottom: 10px;
}

.sidebar .recent p {
	color: #6d6d6d;
	line-height: 16px;
}
.sidebar {
	margin-top: 7%;
}
.sidebar ul.cat li{
	background-image: url(images/li.png);
	background-repeat: no-repeat;
	background-position: 0%;
    padding-left: 25px;
}
.sidebar .recent .more a {
	color: #258ef9;
	float: right;
}

.sidebar .cat li {
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	margin: 5px 0;
	padding: 5px 0;
}

.blogs .loop {
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 0;
}

.sidebar .section {
	margin-top: 10px;
	overflow: hidden;
}

.blogs .title {
	margin: 0;
}
.SecBlogInner .blogs .title a{
    font-family: 'Raleway';
    font-weight: 700;
    color: #000;
}
.blogs small {
	margin-bottom: 10px;
	display: inline-block;
	color: #888;
}

.sidebar .cat li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .cat li a {
	color: #585858;
	font-size: 14px;
}

.blogs .meta {
	background: #ddd;
	margin-top: 10px;
	padding: 5px;
}

/*---------------------Pagination----------------------- */

.pagination {
	   clear: both; 
    padding: 20px 0;
    position: relative;

    text-align: center;
    margin: 0 auto;
    display: inline-block;
margin: auto;
    width: 100%;

}

.pagination span,
.pagination a {
    display: inline-block;
    margin: 3px 5px 4px 0;
    padding: 6px 14px 5px 14px;

    width: auto;
 
    border: 2px solid #959a9d;
    color: #959a9d;
    font-weight: 700;
}

.pagination a:hover {
	color: #fff;
	background: #009c4b;
	border: 2px solid #009c4b;
}

.pagination .current {
    padding: 6px 14px 5px 14px;
 
    color: #fff;
    display: inline-block;
    border: 2px solid #009c4b;
    background: transparent;
    color: #009c4b;
}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header,
.menu-header ul,
.menu-header ul li,
.menu-header ul li a,
.menu-header #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-header:after,
.menu-header > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.menu-header #menu-button {
	display: none;
}

.menu-header {
	background: #303030;
}

.menu-header > ul > li {
	display: inline-block;
}

.menu-header.align-center > ul {
	font-size: 0;
	text-align: center;
}

.menu-header.align-center > ul > li {
	display: inline-block;
	float: none;
}

.menu-header.align-center ul ul {
	text-align: left;
}

.menu-header.align-right > ul > li {
	float: right;
}

.menu-header > ul > li > a {
	padding: 17px;
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 700;
	text-transform: uppercase;
}

.menu-header > ul > li:hover > a {
	color: #ffffff;
}

.menu-header ul ul::before {
	border-color: transparent transparent #000;
	border-style: solid;
	border-width: 10px;
	content: "";
	left: 20px;
	position: absolute;
	top: -20px;
}

.menu-header ul ul ul::before {
	display: none;
}

.menu-header > ul > li.has-sub:hover > a:before {
	top: 23px;
	height: 0;
}

.menu-header ul ul {
	position: absolute;
	left: -9999px;
}

.menu-header.align-right ul ul {
	text-align: right;
}

.menu-header ul ul li {
	height: 0;
	transition: all .25s ease;
}

.menu-header li:hover > ul {
	left: auto;
}

.menu-header.align-right li:hover > ul {
	left: auto;
	right: 0;
}

.menu-header li:hover > ul > li {
	height: 35px;
}

.menu-header ul ul ul {
	margin-left: 100%;
	top: 0;
}

.menu-header.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

.menu-header ul ul li a {
	border-bottom: 1px solid rgba(150, 150, 150, 0.15);
	padding: 11px 15px;
	width: 170px;
	font-size: 12px;
	text-decoration: none;
	color: #dddddd;
	font-weight: 400;
	background: #000;
}

.menu-header ul ul li:last-child > a,
.menu-header ul ul li.last-item > a {
	border-bottom: 0;
}

.menu-header ul ul li:hover > a,
.menu-header ul ul li a:hover {
	color: #ffffff;
}

.menu-header ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #dddddd;
	content: '';
}

.menu-header.align-right ul ul li.has-sub > a:after {
	right: auto;
	left: 11px;
}

.menu-header ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #dddddd;
	content: '';
	transition: all .25s ease;
}

.menu-header.align-right ul ul li.has-sub > a:before {
	right: auto;
	left: 14px;
}

.menu-header ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0;
}



/*----------------------------------------Push Navigation---------------------------------*/

div#menuoverlay {
	display: none;
}

a#hamburg {
	position: fixed;
	top: 42px;
	left: 10px;
	width: 40px;
	height: 40px;
	z-index: 9;
	text-align: center;
	color: white;
	display: none;
	transition: all ease-out 0.3s;
}

a#hamburg i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.nav1 {
	transition: all ease-out 0.3s;
	display: none;
}

.nav1 a {
	color: #000;
}

.nav1 ul {
	margin: 0;
	padding: 0;
	background-color: #303030;
}

.nav1 ul li {
	display: inline-block;
	position: relative;
}

.nav1 ul li > a {
	display: inline-block;
	padding: 10px;
}

.nav1 ul li > a > i {
	margin-left: 15px;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
	display: none;
	position: absolute;
	top: 38px;
	background: #222;
	width: 200px;
	text-align: left;
}

.nav1 .search-nav,
.nav1 .title {
	display: none;
}

.nav1 ul li ul li {
	display: block;
}

.nav1 ul li ul li a {
	display: block;
}

.nav1 ul li:hover > a {
	color: #000;
	text-decoration: none;
}

.nav1 ul li:hover > a > i {
	transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
	display: block;
}

.nav1 span.marrow {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	float: right;
	height: 0;
	margin: 8px 0 0 8px;
	width: 0;
}

.nav1 ul li.open span.marrow {
	border-left: 5px solid transparent;
	border-top: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

@media screen and (max-width: 768px) {
	a#hamburg {
		display: block;
	}
	main {
		transition: all ease-out 0.3s;
	}
	.nav1 .row {
		margin: 0px;
	}
	.nav1 {
		background: url(images/nav-bg.jpg) repeat;
		box-shadow: -2px 0 10px #999 inset;
		display: block;
		height: 100%;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		top: 0;
		transform: translateX(-250px);
		width: 250px;
	}
	.nav1 .search-nav,
	.nav1 .title {
		display: block;
	}
	.nav1 .search-nav input {
		border: 1px solid #2c313f;
		background-color: rgba(255, 255, 255, 0.2);
		padding: 5px;
		width: 100%;
		color: #000;
		margin: 10px 0;
	}
	.nav1 .search-nav input[type="submit"] {
		background: url("images/search-icon.png") no-repeat scroll center center;
		border: 0;
		width: auto;
		font-size: 0;
		height: 16px;
		position: absolute;
		right: 7px;
		top: 8px;
		width: 16px;
		filter: invert(100%);
	}
	.nav1 .title {
		background: #000;
		color: #fff;
		font-size: 14px;
		margin: 0 -15px;
		padding: 6px 15px 6px;
	}
	.search-nav > form {
		position: relative;
	}
	.nav1 ul {
		text-align: left;
		background-color: transparent;
	}
	.nav1 ul li {
		display: block;
		border-bottom: 1px solid #999;
	}
	.nav1 ul li a {
		display: block;
		padding: 10px 0;
	}
	.nav1 ul li:hover > a {
		color: #000;
	}
	.nav1 ul li a > i {
		float: right;
	}
	.nav1 ul li ul {
		display: none;
		position: static;
		width: 100%;
		background-color: transparent;
		padding: 0 10px;
	}
	.nav1 ul li:hover > ul {
		display: none;
	}
	.nav1 ul li:hover > a > i {
		transform: rotateZ(0);
	}
	.nav1 ul li.open > a {
		background-color: transparent;
	}
	.nav1 ul li.open > a > i {
		transform: rotateZ(90deg);
	}
	.nav1 ul li.open > ul {
		display: block;
	}
	div#menuoverlay {
		display: block;
		visibility: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transition: all ease-out 0.3s;
		z-index: 1;
		opacity: 0;
	}
	html.open-menu {
		overflow: hidden;
	}
	html.open-menu div#menuoverlay {
		visibility: visible;
		background: rgba(0, 0, 0, 0.5);
		min-height: 100vh;
		width: 100% !important;
		opacity: 1;
		width: calc(-150%);
		left: 250px;
	}
	html.open-menu a#hamburg {
		transform: translateX(250px);
		z-index: 999;
	}
	html.open-menu main {
		transform: translateX(250px);
	}
	html.open-menu nav.nav1 {
		z-index: 3;
		transform: translateX(0);
	}
	.menu-main-menu-container ul ul ul li a {
		padding: 5px;
	}
	ul li.has-subnav .accordion-btn {
		color: #000;
		font-size: 24px;
		width: 20px !important;
		float: right;
		line-height: inherit !important;
	}
	.nav1 ul li:last-child {
		border: 0;
	}
	.nav-cross.open > span {
		background: #fff;
	}
	/*---------------------Hamberg Icon --------------------------------------------- */
	.nav-cross {
		width: 24px;
		height: 40px;
		position: relative;
		margin: 0px auto;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		cursor: pointer;
	}
	.nav-cross span {
		display: block;
		position: absolute;
		height: 2px;
		width: 100%;
		background: #009c4b;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
	}
	#nav-icon1 span:nth-child(1) {
		top: 0px;
	}
	#nav-icon1 span:nth-child(2) {
		top: 18px;
	}
	#nav-icon1 span:nth-child(3) {
		top: 36px;
	}
	#nav-icon1.open span:nth-child(1) {
		top: 18px;
		transform: rotate(135deg);
	}
	#nav-icon1.open span:nth-child(2) {
		opacity: 0;
		left: -60px;
	}
	#nav-icon1.open span:nth-child(3) {
		top: 18px;
		transform: rotate(-135deg);
	}
	.nav-cross span:nth-child(1) {
		top: 12px;
		transform-origin: left center;
	}
	.nav-cross span:nth-child(2) {
		top: 20px;
		transform-origin: left center;
	}
	.nav-cross span:nth-child(3) {
		top: 28px;
		transform-origin: left center;
	}
	.nav-cross.open span:nth-child(1) {
		transform: rotate(45deg);
		top: 11px;
		left: 4px;
	}
	.nav-cross.open span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	.nav-cross.open span:nth-child(3) {
		transform: rotate(-45deg);
		top: 28px;
		left: 4px;
	}
}



.main-header .header-top .top-left {
	position: relative;
	float: left;
	padding: 0px;
	line-height: 30px;
}

.main-header .header-top .social-icon {
	position: relative;
	float: left;
}

.main-header .header-top .social-icon a {
	position: relative;
	color: #46545c;
	font-size: 16px;
	float: left;
	padding: 10px 18px;
	display: inline-block;
	border-right: 1px solid #46545c;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none !important;
	outline: none;
}

.main-header .header-top .social-icon a:hover {
	color: #ffffff;
	border-color: #009c4b;
	background-color: #009c4b;
}

.main-header .header-top .text {
	position: relative;
	color: #acaeb0;
	font-size: 18px;
	font-weight: 600;
	line-height: 45px;
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
}

.main-header .header-top .text a {
	color: #acaeb0;
	font-weight: 300;
	border-bottom: 1px solid;
}

.main-header .header-top .top-right {
	position: relative;
	float: right;
	padding: 14px 0px;
	line-height: 24px;
}

.header-upper {
	padding: 1.5% 0;
}

.main-header .header-upper .upper-right {
	position: relative;
	float: right;
	padding: 20px 0px 0px;
}

.main-header .info-box {
	position: relative;
	float: left;
	min-height: 50px;
	margin-left: 40px;
	font-size: 13px;
	text-transform: capitalize;
	color: #222222;
	padding: 0px 0px 0px 52px;
}

.main-header .info-box .icon-box {
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 1em;
	color: #1b57b0;
	font-size: 36px;
	border-radius: 50%;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .info-box li {
	position: relative;
	line-height: 24px;
	font-weight: 300;
	margin: 0px 0px;
	font-size: 20px;
	color: #808080;
	text-transform: lowercase;
	font-family: 'Source Sans Pro', sans-serif;
}

.main-header .info-box li a {
	color: #777777;
	text-decoration: none !important;
	font-weight: 100 !important;
}

* {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	outline: none;
}

.main-header .info-box strong {
	display: block;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	color: #262626;
}

.flaticon-telephone {
	background-image: url(images/call-icon.png);
	content: "";
	position: absolute;
	width: 55px;
	height: 45px;
	background-repeat: no-repeat;
}

.main-header .upper-right .form-box {
	position: relative;
	padding-top: 3px;
	padding-left: 0px;
	width: 250px;
}

.main-header .info-box {
	position: relative;
	float: left;
	min-height: 50px;
	margin-left: 40px;
	font-size: 13px;
	text-transform: capitalize;
	color: #222222;
	padding: 0px 0px 0px 52px;
}

.main-header .upper-right .form-box .form-group {
	position: relative;
}


.main-header .upper-right .form-box .form-group .group-inner button {
	position: absolute;
	height: 50px;
	width: 50px;
	right: 0px;
	top: 0px;
	font-weight: 500;
	font-size: 20px;

}

.main-header .upper-right .form-box .form-group .group-inner input {
	position: relative;
	width: 100%;
	height: 50px;
	font-size: 14px;
	padding: 8px 20px;
	border: 1px solid #f0efef;
	background-color: #f4f4f4;
}

.main-header .header-lower {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none;
	z-index: 5;
}

.auto-container {
	position: static;
	max-width: 1150px;
	padding: 0px 15px;
	margin: 0 auto;
}

.header-style-one .nav-outer {
	position: relative;
	background: #009c4b;
	padding: 0px 250px 0px 0px;
	margin-bottom: -32px;
}

.main-menu .navigation {
	position: relative;
	margin: 0px;
}

.main-menu .navigation > li > a {
	position: relative;
	display: block;
	padding: 20px 24px;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	font-weight: 500;
	text-transform: capitalize;
	opacity: 1;
	border-left: 1px solid #00a851;
	border-right: 1px solid #00a851;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation > li:last-child > a {
	border: 0px;
}

.main-menu .navigation > li {
	position: relative;
	float: left;
}

.main-header .nav-outer .outer-btn {
	position: absolute;
	right: 0px;
	top: 0px;
	margin: 10px;
	z-index: 12;
}

.main-header .nav-outer .outer-btn .consultation {
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	padding: 9px 22px;
	display: inline-block;
	background: none;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}
.modal-bg {
    z-index: 999999 !important;
}

.header-style-one .nav-outer:after {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 120px;
	height: 100%;
	display: block;
	background-color: #5c707c;
}


.main-footer {
	position: relative;
	background: #363636;
}

.main-footer .upper-box {
	position: relative;
	padding: 25px 0px 25px;
	border-bottom: 1px solid #5e5e5e;
	margin-top: -8px;
}

.main-footer .upper-box h2 {
	position: relative;
	font-weight: 500;
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'Open Sans', sans-serif;
}

.main-footer .widgets-section {
	position: relative;
	padding: 45px 0px 0px;
	z-index: 1;
}

.footer-style-two .widgets-section {
	padding: 60px 0px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .centered-widget {
	position: relative;
	padding: 30px 0px;
	text-align: center;
}

.main-footer .centered-widget .widget-content {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.main-footer .centered-widget .logo {
	position: relative;
	margin-bottom: 10px;
}

.main-footer .centered-widget .text {
	position: relative;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.main-footer .social-links {
	position: relative;
}

.main-footer .social-links a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	font-size: 13px;
	color: #d8d8d8;
	margin-right: 15px;
}

.main-footer .centered-widget .social-links a {
	margin: 0px 10px;
}

.main-footer .social-links a:hover {
	color: #18ba60;
}

.main-footer .footer-column {
	margin-bottom: 30px;
}

.main-footer .footer-widget {
	position: relative;
}

.main-footer .footer-logo-one {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .footer-logo-one img {
	display: block;
	max-width: 100%;
}

.main-footer .footer-column h2 {
	font-size: 26px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
}

.main-footer .links-widget .list li {
	position: relative;
	margin-bottom: 6px;
}

.main-footer .links-widget .list li a {
	position: relative;
	display: block;
	line-height: 24px;
	color: #e4e6eb;
	font-size: 17px;
	font-weight: 300;
	padding: 4px 0px 4px 20px;
	text-transform: capitalize;
}

.main-footer .links-widget .list li a:before {
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 2px;
	line-height: 24px;
	font-size: 16px;
	font-family: 'FontAwesome';
	color: #e4e6eb;
}

.main-footer .links-widget .list li a:hover,
.main-footer .links-widget .list li a:hover::before {
	color: #ff7f17;
}

.main-footer .subscribe-widget {
	position: relative;
}

.main-footer .subscribe-widget .text {
	position: relative;
	line-height: 1.8em;
	margin-bottom: 30px;
	color: #e4e6eb;
	font-weight: 300;
	margin-left:-30px;
}
.newsletter-form{
    	margin-left:-15px;
    }

.main-footer .subscribe-widget .form-group {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 28px;
	padding: 10px 16px;
	height: 55px;
	color: #222222;
	font-size: 13px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus {
	background: #f1f1f1;
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #ffffff;
	font-size: 24px;
	width: 60px;
	height: 55px;
	display: block;
	text-align: center;
	border: 0px;
	background-color: #009c4b;
}

.news-widget {
	position: relative;
}

.news-widget .news-post {
	position: relative;
	margin-bottom: 22px;
}

.news-widget .news-post a {
	position: relative;
	color: #e9e9e9;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.0em;
	font-family: 'Raleway', sans-serif;
}

.news-widget .news-post a:hover {
	color: #ff7f17;
}

.news-widget .news-post .posted-date {
	position: relative;
	font-size: 17px;
	color: #5a7fb7;
	font-weight: 300;
}


/*List Style One*/

.list-style-one {
	position: relative;
}

.list-style-one li {
	position: relative;
	padding-left: 40px;
	color: #e4e6eb;
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
}

.list-style-one li .icon {
	position: absolute;
	left: 0px;
	top: 4px;
	color: #bcbcbc;
	font-size: 22px;
	line-height: 1em;
}

.list-style-two li {
	position: relative;
	padding-left: 25px;
	color: #bcbcbc;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 12px;
}

.list-style-two li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\f105';
	color: #1b57b0;
	font-size: 18px;
	font-family: 'FontAwesome';
}

.list-style-three {
	position: relative;
}

.list-style-three li {
	position: relative;
	padding-left: 30px;
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 12px;
}

.list-style-three li:before {
	position: absolute;
	left: 0px;
	top: 0px;
	content: '\f00c';
	color: #1b57b0;
	font-size: 16px;
	font-family: 'FontAwesome';
}

.main-footer a {
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom {
	position: relative;
	font-size: 14px;
	padding: 18px 0px;
	line-height: 24px;
	background: #363636;
	z-index: 1;
}

.footer-bottom .auto-container {
	border-top: 1px solid #5e5e5e;
	padding: 1.5% 0 0;
}

.copyright span {
	color: #009c4b;
}

.main-footer .footer-bottom .copyright {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
}

.main-footer .footer-bottom .copyright a {
	color: #ff7f17;
}


/*Social Icon One*/

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	margin-right: 6px;
	display: inline-block;
}

.social-icon-one li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #aaaaaa;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	border: 1px solid #aaaaaa;
}

.social-icon-one li a:hover {
	background-color: #009c4b;
	color: #ffffff;
	border-color: #009c4b;
}


/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin-right: 6px;
	display: inline-block;
}

.social-icon-two li a {
	position: relative;
	width: 35px;
	height: 35px;
	color: #ffffff;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	border: 2px solid #4b7bc4;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover {
	background-color: #ff7f17;
	color: #ffffff;
	border-color: #ff7f17;
}


/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three li {
	position: relative;
	margin-right: 6px;
	font-size: 18px;
	color: #25292f;
	font-weight: 500;
	display: inline-block;
}

.social-icon-three li a {
	position: relative;
	width: 30px;
	height: 30px;
	color: #676b71;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-three li a:hover {
	background-color: #ff7741;
	color: #ffffff;
}


/*Social Icon Four*/

.social-icon-four {
	position: relative;
}

.social-icon-four li {
	position: relative;
	margin-right: 15px;
	display: inline-block;
}

.social-icon-four li a {
	position: relative;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover {
	color: #ff8432;
}

.btn-style-one {
	position: relative;
	padding: 11px 24px;
	line-height: 75px;
	text-transform: uppercase;
	background: #009c4b;
	color: #ffffff;
	border: 2px solid #009c4b;
	font-size: 16px;
	font-weight: 700;
}

.btn-style-one:hover {
	background: none;
	color: #009c4b !important;
}

::-webkit-scrollbar {
	width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;

}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #009c4b;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #009c4b;
}

* {
	padding: 0px;
	margin: 0px;
	outline: 0px;
	text-decoration: none;
}

.WeProvide .pic {
	position: relative;
}

.WeProvide .col-md-4 {
	padding-left: 15px;
	padding-right: 15px;
}

.WeProvide .pic .title {
	bottom: 0px;
	position: absolute;
	background: rgba(108, 121, 128, 0.8);
	color: #fff;
	padding: 10px 12px;
	font-weight: 600;
	height: 51px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Raleway', sans-serif;
}

.WeProvide .pic img {
	width: 100%;
}

.WeProvide h1 {
	text-align: center;
	color: #009c4b;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}

.WeProvide h4 {
	text-align: center;
	color: #5c707c;
	font-size: 24px;
	margin-bottom: 35px;
	font-weight: 300;
}

.KnowAboutUs {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 150px;
	background-position:center;
}

.KnowAboutUs h2 {
	color: #5c707c;
	margin: -10px 0 10px;
}

.KnowAboutUs h2 span {
	color: #009c4b;
}

.KnowAboutUs p {
	margin: 15px 0;
	color: #626262;
	line-height: 25px;
}

.KnowAboutUs a {
	color: #009c4b;
	font-size: 16px;
	border-bottom: 2px solid;
}

.section.WeProvide {
	padding: 60px 0 100px;
}

.WeProvide.SaleSection {
	text-align: center;
}

.WeProvide.SaleSection h2 {
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
	font-family: 'Raleway';
}

.WeProvide.SaleSection p {
	margin-bottom: 30px;
	color: #5c707c;
}

.WeProvide.SaleSection .loop.col-md-3 {
	margin-bottom: 40px;
	float: none;
	display: inline-block;
	width: 24.33%;
	height: 250px;
}

.SaleCareer {
	padding: 180px 0 185px;
	background-image: url(images/middle.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.SaleCareer h2 {

	margin: 10px 0;
	font-weight: bold;
	font-family: 'Raleway';
}

.WeProvide.SaleSection.Industry .loop {
	margin-bottom: 25px;
	float: none;
	display: inline-block;
	width: 30.33%;
}

.section.WeProvide.SaleSection.Industry {
	padding-bottom: 0px;
}

.SecBlog {
	padding: 0px 0px 80px;
}

.SecBlog .loop {
	height: 451px;
}
.SecBlog .loop .more a {
    color: #009c4b;
    font-size: 16px;
    border-bottom: 2px solid;
    text-transform:uppercase;

}
.SecBlog .loop .desc {
margin: 20px 0;
      color: #626262;
     line-height: 20px;
}
.SecBlog .loop .pic {
	position: relative;
}

.SecBlog .loop .title {
	background: #5c707c;
	color: #fff;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
}

.SecDateAndCat {
	position: absolute;
	background: #009c4b;
	color: #fff;
	padding: 2px 8px;
	border-radius: 72px;
	right: 35%;
	text-align: center;
	margin: auto;
	bottom: -12px;
}

.SecBlog h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	margin-bottom: 40px;
	margin-left: 1%;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 16px;
}

.SecBlog .slick-arrow {
	background: #5c707c url(images/arrow2.png) no-repeat center center;
	-webkit-transform: rotate(0deg);
}

.SecBlog .slick-next.slick-arrow {

	-webkit-transform: rotate(180deg);
}

.SecBlog .slick-arrow:hover {
	border: 2px solid #e8e8e8;
	-webkit-transform: rotate(180deg);
	background: #fff url(images/arrow3.png) no-repeat center center;
}

.SecBlog .slick-next.slick-arrow:hover {
	-webkit-transform: rotate(0deg);
}

.inner-content {
	position: absolute;
}

.SecAbout {
	padding: 80px 0px;
}

.SecAbout h2 {
	color: #5c707c;
	margin: -10px 0 10px;

	font-size: 36px;

}

.SecAbout h2 span {
	color: #009c4b;
	font-weight: bolder;
}

.SecAbout p {
	color: #626262;
	line-height: 26px;
	font-size: 15px;
}

.SecServices {
	padding: 80px 0 30px;
}

.SecServices h1 {
	font-family: 'Raleway';
	color: #000;
	font-weight: 700;
}

.SecServices p {
	color: #626262;
	line-height: 26px;
	font-size: 15px;
}

.page-id-8 .WeProvide h2 {
	font-family: 'Raleway';
	color: #000;
	font-weight: 700;
	margin-bottom: 27px;
	text-align: center;

}

.page-id-8 .WeProvide {
	padding-bottom: 80px;
}


.contact-info-section {
	position: relative;
	padding: 100px 0px 20px;
}

.contact-detail .inner-box {
	position: relative;
	padding: 25px 50px;
	background-color: #5c707c;
}

.contact-detail .inner-box h3 {
	position: relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.contact-detail .inner-box .text {
	font-size: 17px;
	color: #ccd7e7;
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 16px;
}

.contact-detail .inner-box .text a {
	color: #ccd7e7;
}

.contact-form-section .content-column h2 {
	position: relative;
	color: #25292f;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.4em;
	font-family: 'Unna', sans-serif;
	margin-bottom: 20px;
}

.contact-form-section .content-column .text p {
	position: relative;
	color: #818181;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 25px;
	margin-top: 20px;
}

.default-form input {
	margin-bottom: 25px;
	z-index: 99;
	position: relative;
	height: 45px;
	width: 100%;
	line-height: 28px;
	padding: 12px 20px;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.default-form textarea {
	margin-bottom: 25px;
	z-index: 99;
	position: relative;
height: 211px;

	width: 100%;
	line-height: 28px;
	padding: 12px 20px;
	border-radius: 2px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.default-form input.wpcf7-submit {
	background: #009c4b;
	margin-bottom: 25px;
	z-index: 99;
	position: relative;
	height: 45px;
	width: 15%;
	border-radius: 2px;
	border: 1px solid #eeeeee;
transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	float: left;
	color: #fff;
	padding: inherit;
	margin-left: 2.5%;
}
.contact-form-column h2{
	margin-left: 2.5%;
}
.contact-form-section {
    padding: 2% 0 4%;
}

.Single-inner {
     padding: 5% 0 6%;
}
.Single-inner .ImageInner{
 text-align: center;
}
.Single-inner .entry-title{
 font-family: 'Raleway';
 color: #1c1c1c;
 font-size: 36px;
     font-weight: 600;
	    width: 65%;
}
.Single-inner h2{
 font-family: 'Raleway';
 color: #1c1c1c;
 font-size: 36px;
    font-weight: 600;
}
.Single-inner p{
    color: #626262;
    line-height: 24px;
}

.SecBlogInner {
  padding: 5% 0;
}
.blogs .content p{
	line-height: 28px;
    color: #585858;

}

.blogs .more label {
    float: left;
    padding-top: 2%;
    font-family: 'american', sans-serif;
    font-size: 14px;
    color: #585858;
    font-weight: normal;
    text-transform: uppercase;
}
.sfsi_plus_widget {
    padding-left: 2%;
    float: left;
}

.blogs .more a.read-btn {
    font-family: 'american', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #009c4b;
    text-decoration: none;
    border: 2px solid #009c4b;
    border-radius: 0px;
    padding: 10px 20px;
    float: right;
}
.blogs .more  a.read-btn:hover {
    background: #009c4b;
    color: #fff;
}
.pagination span:nth-child(1) {
    display: none;
}
.sfsiplus_footerLnk{
	display: none;
}
.blog-search input[type="search"] {
    border: 1px solid #eaebec;
    padding: 12px;
    float: left;
    color: #757575;
    font-size: 13px;
    font-family: 'american', sans-serif;
    font-weight: 600;
}
.recent .col-md-4 img{
      height: 50px;
}

.recent .col-md-8 small{
      color: #009c4b;
    font-weight: 600;
    padding: 0px 0px 10px;
    display: block;
}

.recent h5 a{
  color:  #585858;
}
.recent .col-md-4{
  padding-left: 0px;
}
#custom-post-type-archives-3 h3{
  display: none;
}

.sidebar #custom-post-type-archives-3 ul li a {
    color: #585858;
    font-size: 14px;
}
.sidebar #custom-post-type-archives-3 ul li {
    background-image: url(images/li.png);
    background-repeat: no-repeat;
    background-position: 0%;
    padding-left: 25px;
}

.SingleBlog {
  padding: 5% 0;
}
.SingleBlog  .blogs .loop{
  border: 0px;
}

.SingleBlog .blogs .title a {
    font-family: 'Raleway';
    font-weight: 700;
    color: #000;
}
.SingleBlog .blogs .content strong {
    color: #009c4b;
}
.modal-header{
	background: #5c707c;
	 padding: 2% 0 !important;
}
.modal-header h1{
     color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: Unna;
   font-family: 'Raleway';
	font-weight: bold;
}
.modal-body input {
    border: 1px solid #eeeeee;
    padding: 15px 20px;
    width: 100%;
}
.modal-body  textarea{
    border: 1px solid #eeeeee;
    padding: 18px 20px;
    width: 100%;
    height:150px;
}
.modal-body  select{
       border: 1px solid #eeeeee;
    padding: 10px 20px;
    width: 100%;
    color: grey;
    height: 53px;
}
.modal-body .wpcf7-submit{
background: #009c4b;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.modal-footer .btn-default{
    background: #009c4b;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}
.responsive-click {
	display: none;
}
@media (min-width: 100px) and (max-width: 600px) {
       .main-footer .footer-column{
         display:none;
        }
    .widget-content .list{
        display:none;
        }
    .accordion-footer{
        display:block;
        }
    }
@media only screen and (min-width: 768px) and (max-width: 1920px) {
      .accordion-footer{
          display:none;
          }
}    
@media (min-width: 100px) and (max-width: 768px) {
 
    .recent .col-md-8 {
        padding:0px;
        }
.contactform{
    float:none;
    text-align:center;
    }    
.main-header .header-top .top-left{
    float:none;
    }    
 .consultation {
    font-size: 16px;
    color: #009c4b;
    line-height: 24px;
    padding: 9px 22px;
    display: inline-block;
    background: none;
    border: 1px solid #009c4b;
    text-transform: uppercase;
    font-weight: 700;
}
	
.WeProvide.SaleSection .loop.col-md-3 {
    margin-bottom: 40px;
    float: none;
    display: inline-block;
    width: auto;
    height: 250px;
}
	.service{
		margin-right: 0px;
	}
	.WeProvide .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 27px;
}
	.slick-slide .caption ul li {
    display: block;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
}
	.slick-slide .caption ul li a {
    display: block;
    color: #fff;
    padding: 12px 15px;
	}
	.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 5%;
    top: 0%;
    width: 100%;
    padding: 20px 20px 0;
    z-index: 99;
}
	.slick-slide .caption h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
	.slick-slide .caption h2 {

    font-size: 16px;
}
	.outer-btn{
	display: block;
	}
	main {
		padding: 0 0px;
	}
	.logo {
		text-align: center;
	}
	.searchtoggle {
		display: none;
	}
	.push-logo {
		margin: 10px 0;
	}
	.logo img {
		max-height: 60px;
		width: auto;
	}
	header .searchform {
		display: none;
	}
	.slider .inner-item {
		height: 280px;
	}
	.text.contact-form-footer{
	  float:right;
	    }
	.slider .inner-item .caption {
	
	}
.SaleCareer {
    padding: 32px 0px 23px;
    background-image: url(images/middle.png);
    background-repeat: no-repeat;
    background-position: 0%;
    background-size: cover;
}
	.header-lower{
		display: none;
	}	
.inner-banner img {
    width: 100%;
    height: 204px;
}	
.inner-content {
    position: absolute;
    color: #fff;
    top: 25%;
	}
.inner-banner h2 {
    border-bottom: 2px solid #fff;
    display: inline-table;
    clear: both;
    font-size: 20px;
	}
.Single-inner .entry-title {
    font-family: 'Raleway';
    color: #1c1c1c;
    font-size: 13px;
	}
.contact-detail .inner-box {
    position: relative;
    padding: 25px 50px;
    background-color: #5c707c;
    margin-bottom: 20px;
}	
	.contact-detail{
		margin-bottom: 20px;
	}	
.responsive-click {
display: block;
    margin-top: -15px;
    margin-bottom: 20px;
    text-align: center;
    clear: both;
	}
.recent .col-md-4 img {
    height: 70px;
    width: 30%;    
}	
.accordion-container .content { display: none; margin: 15px 0 0; } 
}
@media (min-width: 768px) and (max-width: 850px) {
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 20px 16px;
	
	}
.contact-detail{
		margin-bottom: 20px;
	}
.main-header .info-box {
    position: relative;
    float: left;
    min-height: 50px;
    margin-left: -17px;	
}
	
}
.main-menu .navigation > li:nth-child(1) > a{
	border-left: 0px;
}
.main-header .header-top .social-icon li  {
    float:left;
    }
 .main-header .header-top .social-icon li:nth-child(2) a {
     padding:10px 16px;
     }
      .main-header .header-top .social-icon li:nth-child(3) a {
     padding:10px 14px;
     }
.mailpoet_paragraph input.mailpoet_text{
    position: relative;
    display: block;
    width: 100% !important;
    line-height: 28px;
    padding: 10px 16px;
    height: 55px;
    color: #222222;
    font-size: 13px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    }     
.mailpoet_paragraph input.mailpoet_submit{    
 position: absolute;
     right: 0px;
     top: 0px;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 55px;
    display: block;
    text-align: center;
    border: 0px;
    background: #009c4b url('images/icon11.png');
background-repeat:no-repeat;
background-position: center;
}    
#mailpoet_form_1 {
   
    position: relative;
}
.menu-footer2-container  li a{
    font-size:14px !important; 
    }
.wrap a{ color:#000;}    
.wrap{    margin: 25px 0px;}    

.ajax-loader {display:none !important;}
textarea{
     resize: none;
    }
.default-form .wpcf7-not-valid-tip{
        margin-top: -20px;
    margin-bottom: 20px;
    }    
.single .section.WeProvide{
    padding:0px;
    }    
@media (min-width: 1620px) and (max-width: 1920px) {  
.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 20%;
}
    }

    @media (min-width: 100px) and (max-width: 768px) {
        .main-footer .upper-box h2 {
    position: relative;
    font-weight: 500;
    color: #ffffff;
    font-size: 27px;
        }
	.main-header .header-top .text {
    position: relative;
    color: #acaeb0;
    font-size: 14px;
    font-weight: 600;
    /* line-height: 45px; */
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
}        
        .main-header .header-top .social-icon a {
    position: relative;
    color: #46545c;
    font-size: 16px;
    float: left;
    padding: 10px 10px;
        }
.main-header .header-top .social-icon li:nth-child(2) a {
    padding: 10px 10px;
}        
.main-header .header-top .social-icon li:nth-child(3) a {
    padding: 10px 10px;
}
        .sidebar{
            padding-left:10%;
            }
    .default-form input.wpcf7-submit {
    background: #009c4b;
    margin-bottom: 25px;
    z-index: 99;
    position: relative;
    height: 45px;
    width: 30%;
    }
	.menu-header {
		width: 100%;
	}
	.menu-header ul {
		width: 100%;
		display: none;
	}
	.menu-header.align-center > ul {
		text-align: left;
	}
	.menu-header ul li {
		width: 100%;
		border-top: 1px solid rgba(120, 120, 120, 0.2);
	}
	.menu-header ul ul li,
	.menu-header li:hover > ul > li {
		height: auto;
	}
	.menu-header ul li a,
	.menu-header ul ul li a {
		width: 100%;
		border-bottom: 0;
	}
	.menu-header > ul > li {
		float: none;
	}
	.menu-header ul ul li a {
		padding-left: 25px;
	}
	.menu-header ul ul ul li a {
		padding-left: 35px;
	}
	.menu-header ul ul li a {
		color: #dddddd;
		background: none;
	}
	.menu-header ul ul li:hover > a,
	.menu-header ul ul li.active > a {
		color: #ffffff;
	}
	.menu-header ul ul,
	.menu-header ul ul ul,
	.menu-header.align-right ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}
	.menu-header > ul > li.has-sub > a:after,
	.menu-header > ul > li.has-sub > a:before,
	.menu-header ul ul > li.has-sub > a:after,
	.menu-header ul ul > li.has-sub > a:before {
		display: none;
	}
	.menu-header #menu-button {
		display: block;
		padding: 17px;
		color: #dddddd;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 700;
	}
	.menu-header #menu-button:after {
		position: absolute;
		top: 22px;
		right: 17px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: '';
	}
	.menu-header #menu-button:before {
		position: absolute;
		top: 16px;
		right: 17px;
		display: block;
		height: 2px;
		width: 20px;
		background: #dddddd;
		content: '';
	}
	.menu-header #menu-button.menu-opened:after {
		top: 23px;
		border: 0;
		height: 2px;
		width: 15px;
		background: #ffffff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu-header #menu-button.menu-opened:before {
		top: 23px;
		background: #ffffff;
		width: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-header .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.2);
		height: 46px;
		width: 46px;
		cursor: pointer;
	}
	.menu-header .submenu-button.submenu-opened {
		background: #262626;
	}
	.menu-header ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}
	.menu-header .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #dddddd;
		content: '';
	}
	.menu-header ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}
	.menu-header .submenu-button.submenu-opened:after {
		background: #ffffff;
	}
	.menu-header .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #dddddd;
		content: '';
	}
	.menu-header ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}
	.menu-header .submenu-button.submenu-opened:before {
		display: none;
	}
	
	}
c
.main-header .header-upper .upper-right {
    position: relative;
    float: right;
    padding: 20px 0px 0px;
    margin-left: 30% !important;
}  
.nav1 .search-nav input {
    border: 1px solid #2c313f;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 5px;
    width: 28%;
    color: #000;
    margin: 10px 0;
}




@media (min-width: 1000px) and (max-width: 1100px) {
.SaleCareer {
    padding: 129px 0 111px;
    background-image: url(images/middle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
}
@media (min-width: 1400px) and (max-width: 1500px) {
   .caption{
    left: 11% !important;
   }
}
@media (min-width: 100px) and (max-width: 320px) {  	
    .slick-slide .caption ul li {
    display: block;
    float: left;
    margin-left: 3px;
    margin-top: 20px;
}
	.main-header .header-top .text {
    position: relative;
    color: #acaeb0;
    font-size: 11px;
    font-weight: 600;
    /* line-height: 45px; */
    padding-left: 12px;
    font-family: 'Open Sans', sans-serif;
}
.blogs .more a.read-btn {
    font-family: 'american', sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #009c4b;
    text-decoration: none;
    border: 2px solid #009c4b;
    border-radius: 0px;
    padding: 10px 3px;
    float: right;
}
}

