
/*
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: 'Poppins', sans-serif;
}

body {
	background: #fff;
}

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: 20px 0;
}

nav {
	position: relative;
	z-index: 999;
	width: 100%;
}

nav.fixed {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
}

.searchform input {
	float: right;
	width: 200px;
	padding: 8px 46px 8px 8px;
	font-size: 1em;
	border: 1px solid #303030;
	background: #fff;
}

.searchform input[type="submit"] {
	float: right;
	width: 37px;
	height: 41px;
	padding: 0px;
	border: 0px;
	background: #303030 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: 400px;
}

.slider .container {
	position: relative;
}

.slick-slide .caption {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	position: absolute;
	left: 10%;
	text-shadow: 2px 2px 2px #000;
	top: 37%;
	width: 35%;
	background: rgba(0, 0, 0, 0.7);
	padding: 20px 20px 0;
	z-index: 99;
}

.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: 0;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	font-size: 0;
	padding: 0px;
	margin-right: 5px;
}

.slick-dots .slick-active button {
	background: #EF8B1A;
}

.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: 80px;
    z-index: 99;
}

.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; */
	filter: brightness(00);
}

.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;
}


/* -------------------------------------------Services Carousel------------------------------------ */

.service {
	margin-right: -10px;
}

.service .slick-slide {
	margin-right: 10px;
}

.service .title {
	font-weight: 700;
	margin: 10px 0;
	font-size: 18px;
}

.service .slick-prev {
	margin-right: 10px;
}

.service .slick-next {
	margin-right: 10px;
	right: 40px;
	left: inherit;
}

.service .slick-arrow {
	top: 0;
	margin-top: -43px;
}


/*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 {
	padding: 0;
	margin: 20px 0;
	display: flex;
	align-items: center;
	list-style: none;
	gap: 20px;
}

.tabs-menu li {
	border-right: 3px solid #000;
	line-height: 1;
}

.tabs-menu li.current {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	z-index: 5;
}

.tabs-menu li a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	line-height: 0;
	font-weight: 500;
	padding-right: 20px;
}

.tabs-menu .current a {
	color: #EF8B1A;
}

.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: 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: 60px auto 0;
}

.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;
	margin-bottom: 40px;
}

.set>a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	border-bottom: 2px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font: normal normal 600 18px/27px Poppins;
	letter-spacing: 0px;
	color: #222E3C;
	transition: 0.3s all;
}

.set>a.active {
	background-color: #ef8b1b;
	color: #fff;
}

.set>a:before {
	background: url(images/arrow1.png) no-repeat;
	float: right;
	content: "";
	height: 8px;
	margin: 6px 0 0;
	width: 15px;
}

.set>a.active:before {
	filter: invert(100%);
	transform: rotate(180deg);
}

.accordion-container .content {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	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 {
	height: 400px;
	width: 100%;
	display: flex;
	color: #fff;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.inner-banner h2 {
    margin: 0;
    /* display: table-cell; */
    /* vertical-align: middle; */
    /* padding: 10px; */
    font: normal normal bold 45px/56px Poppins;
    text-transform: uppercase;
    width: 40%;
}

/* ---------------------------------------------------blog-------------------------------------------------------------------------*/

.blogs {}

.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 {
	border-bottom: 1px solid #c7c7c7;
	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 {
	background: #ef8b1a;
	color: #fff;
	padding: 10px;
	font-size: 20px;
	line-height: 29px;
}

.sidebar .recent h5 {
	color: #231f20;
	font-size: 14px;
	margin-bottom: 10px;
}

.sidebar .recent p {
	color: #6d6d6d;
	line-height: 16px;
}

.sidebar .recent .more a {
	color: #ef8b1a;
	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;
}

.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: #424242;
	font-size: 14px;
}

.blogs .meta {
	background: #ddd;
	margin-top: 10px;
	padding: 5px;
}


/*---------------------Pagination----------------------- */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}

.pagination span,
.pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #fff;
	background: #555;
}

.pagination a:hover {
	color: #fff;
	background: #3279BB;
}

.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #3279BB;
	color: #fff;
}


/* ------------------------------------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: #EF8B1A;
}

.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 > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/

.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;
	z-index: 9;
}

.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: 220px;
	font-size: 14px !important;
	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;
}

@media (min-width: 100px) and (max-width: 767px) {
	.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;
	}
}


/*----------------------------------------Push Navigation---------------------------------*/

div#menuoverlay {
	display: none;
}

a#hamburg {
	position: fixed;
	top: 10px;
	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: 767px) {
	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: #000;
		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;
	}
}

@media (min-width: 100px) and (max-width: 767px) {
	main {
		padding: 0 15px;
	}
	.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: 200px;
	}
	.slider .inner-item .caption {
		display: none;
	}
}

.inner-item {
	height: 670px;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.inner-item:after {
	content: '';
	background: rgb(0 0 0 / 60%);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.banner_wrap {
	position: relative;
	z-index: 9;
	width: 80%;
	margin: auto;
}

.banner_wrap h4 {
	text-align: left;
	font: normal normal 600 32px/38px Poppins;
	color: #EF8B1A;
}

.banner_wrap h3 {
	font: normal normal bold 45px/56px Poppins;
	color: #FFFFFF;
	text-transform: uppercase;
	width: 60%;
}

.banner_wrap p {
	text-align: left;
	font: normal normal normal 16px/25px Poppins;
	color: #FFFFFF;
	width: 40%;
}

.banner_wrap ul {
	display: inline-block;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 40px;
}

.banner_wrap ul li a, .home3 a, .home4 a, .modal_btn {
	font: normal normal normal 16px/25px Poppins;
	color: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 9px;
	width: 175px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s all;
	background: transparent;
}

.banner_wrap ul li a:hover {
	background: #fff;
	color: #EF8B1A;
	text-decoration: none;
}

.home3 a {
	border: 1px solid #EF8B1A;
	color: #EF8B1A;
}

.home3 a:hover {
	background: #EF8B1A;
	color: #fff;
	text-decoration: none;
}

.heading h4, .home3 h5, .services_page h4, .specials h4 {
	color: #EF8B1A;
	font-size: 18px;
	line-height: 27px;
	margin: 0;
}

.heading h2, .home3 h3, .services_page h2, .specials h2 {
	text-align: left;
	font: normal normal 600 32px/38px Poppins;
	color: #010101;
}

.tabs-menu li:last-child {
	border: 0;
}

.home2,
.home3,
.home5,
.home7 {
	padding: 60px 0;
}

.tabs ul {
	list-style: none;
	padding: 0 0 0 20px;
}

.tabs ul li {
	font: normal normal 600 16px/47px Poppins;
	position: relative;
}

.tabs ul li:after {
	content: '';
	background: #EF8B1A;
	border-radius: 100%;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	margin: auto;
}

.home2 figure {
	margin: 0;
	height: 100%;
	padding: revert;
}

.home2 figure:after {
	content: '';
	width: 438px;
	height: 438px;
	border-radius: 9px;
	background: #fceddb;
	position: absolute;
	bottom: 0;
	right: 20px;
	z-index: -1;
}

.service_wrap {
	display: inline-block;
	width: 49%;
	box-shadow: 0px 0px 32px #00000029;
	padding: 50px 20px;
	margin-right: 10px;
	margin-bottom: 40px;
	transition: 0.3s all;
}

.service_wrap:nth-child(2),
.service_wrap:nth-child(4) {
	margin: -20px 0 0 !important;
}

.service_wrap:nth-child(1),
.service_wrap:nth-child(3) {
	/* margin: 40px 0 0; */
	position: relative;
	bottom: -50px;
}

.service_wrap h3 {
	color: #010101;
	font-size: 18px;
	margin: 10px 0 5px;
}

.service_wrap p {
	margin: 0;
}

section.home4 {
	background: url('images/quote_bg.png');
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	position: relative;
}

section.home4:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgb(0 0 0 / 48%);
}

.home4 .container {
	position: relative;
	z-index: 99;
}

.home4 h2 {
	color: #fff;
	text-transform: uppercase;
	font: normal normal bold 28px/43px Poppins;
}

.home4 p {
	font: normal normal normal 16px/25px Poppins;
	color: #fff;
}

.home4 .col-md-6.text-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.home5 h4,
.home5 h2,
.home7 h4,
.home7 h2 {
	text-align: center;
}

.home5 ul {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0;
	margin: 50px 0 0;
}

section.home6 {
	background: url('images/testimoniasl.png');
	padding: 80px 0;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.test_inner img {
	margin: auto;
}

.test_heading h4 {
	font: normal normal 600 18px/27px Poppins;
	color: #00203B;
	position: relative;
	margin: 0;
	display: inline-block;
}

.test_heading h2 {
	font: normal normal 600 32px/48px Poppins;
	margin: 15px 0;
	color: #00203B;
	text-transform: capitalize;
}

.test_heading h4:after,
.test_heading h4:before {
	content: '';
	width: 41px;
	height: 5px;
	background: #00203B;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -60px;
}

.test_heading h4:before {
	right: auto;
	left: -60px;
}

.test_inner h3 {
	font: normal normal 300 14px/16px Proxima Nova;
	color: #00203B;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.test_inner p {
	font: normal normal normal 16px/25px Poppins;
	color: #00203B;
	width: 50%;
	margin: auto;
}

.testimonial .slick-list.draggable {
	min-height: 250px;
}

.testimonial .slick-dots .slick-active button {
	background: #000;
}

.full_service_wrap {
	text-align: center;
	margin-top: 50px;
}

.full_service_wrap h3 {
	color: #010101;
	font-size: 18px;
	font-weight: 500;
	margin: 13px 0 7px;
}

.full_service_wrap p {
	font: normal normal normal 16px/25px Poppins;
	margin: 0;
}

footer {
	background: #F6F6F6;
	padding: 60px 0 15px;
}

footer h3 {
	font: normal normal bold 18px/27px Poppins;
	color: #EF8B1A;
	text-align: left;
	margin-bottom: 20px;
}

footer logo p {
	font: normal normal normal 14px/21px Poppins;
	color: #000000;
	margin: 10px 0 20px;
}

footer logo a img {}

footer logo ul.social_icons {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 20px;
}

footer logo ul.social_icons a {
	font-size: 26px;
	color: #000;
}

footer .col-md-3 li,
footer .col-md-3 ul {
	list-style: none;
}

li#nav_menu-2 {
	list-style: none;
}

ul#menu-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#menu-footer-menu li {
	margin-bottom: 10px;
}

ul#menu-footer-menu li a,
.textwidget p {
	font: normal normal normal 14px/20px Poppins;
	color: #000;
}

footer form {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

footer form .es-field-wrap,
footer form label {
	margin: 0;
	width: 100%;
}

footer input.es_subscription_form_submit {
	font-size: 0;
	padding: 0;
	background: url('images/newsletter_bg.png');
	width: 20px;
	border: 0;
	height: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
}

footer form label>input {
	padding: 13px 10px;
	width: 100%;
	border: 1px solid #000000;
	background: transparent;
}

footer form label>input::placeholder {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

footer h5 {
	font: normal normal normal 14px/30px Poppins;
	color: #222E3C;
	padding: 10px 0 0;
	text-align: center;
	margin: 0;
}

footer .row:last-child {
	border-top: 1px solid rgb(112 112 112 / 4%);
	margin-top: 40px;
}

section.header_bottom {
	background: #EF8B1A;
}

.header_bottom ul#menu-menu-2 {
	padding: 12px 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 30px;
}


/*About us new Css Start*/


.page-template-temp_home .home2 .description-new p:nth-child(1), .page-template-temp_home .home2 .description-new p:nth-child(2) {
    display: block;
}

.page-template-temp_home .home2 .description-new p:nth-child(3), .page-template-temp_home .home2 .description-new p:nth-child(4),
.page-template-temp_home .home2 .description-new p:nth-child(5),
.page-template-temp_home .home2 .description-new p:nth-child(6),.page-template-temp_home .home2 .description-new p:nth-child(7),
.page-template-temp_home .home2 .description-new p:nth-child(8),.page-template-temp_home .home2 .description-new p:nth-child(9),
.page-template-temp_home .home2 .description-new p:nth-child(10),.page-template-temp_home .home2 .description-new p:nth-child(11){
    display: none;
}

.page-template-temp_home .description-new h3:nth-child(10) {
    display: none;
}

.about-btn a {
    font: normal normal normal 16px/25px Poppins;
    color: #ef8b1a;
    border: 1px solid #ef8b1a;
    border-radius: 9px;
    width: 175px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    background: transparent;
}

.about-btn a:hover {
    background-color: #ef8b1a;
    color: #fff;
    text-decoration: none;
}

.header_bottom ul#menu-menu-2 a {
    font: normal normal normal 19px/20px Poppins;
    color: #FFFFFF;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
}

.header_bottom ul#menu-menu-2 a:hover {
    color: #000;
}

.header_bottom ul#menu-menu-2 li ul.sub-menu li a:hover {
    color: #ef8b1a;
}

.header_bottom ul#menu-menu-2 li ul.sub-menu li.current-menu-item a {
    color: #ef8b1a;
}


.header_bottom ul#menu-menu-2 li.current-menu-item a {
    color: #fff;
}
searchtoggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */ 
                /*Contact Page*/
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.contact_us{padding: 100px 0;} 
.contact_us .head{padding: 0 0 30px;} 
.contact_us .head h2, .contact_us  h2{font-size: 36px;font-weight: 500;color: #EF8B1A;text-transform: uppercase;} 
.contact_us .contact_form{} 
.contact_us .contact_form input[type="text"]{width: 100%;font-size: 14px;color: #000;padding: 0 30px;height: 50px;margin: 0 0 20px;border: 1px solid #CCCCCC;outline: none;} 
.contact_us .contact_form textarea{font-size: 14px; color: #000000; padding: 20px 30px; margin: 0 0 20px; border: 1px solid #CCCCCC; outline: none; resize: none; width: 100%; transition: 0.5s linear;-moz-transition: 0.5s linear;-webkit-transition: 0.5s linear;-o-transition: 0.5s linear} 
.contact_us .contact_form input[type="text"]:focus{box-shadow: none; } 
.contact_us .contact_form textarea:focus{box-shadow: none; } 
.contact_us .contact_form input[type="text"]:active{}
.contact_us .contact_form input[type="email"]{width: 100%;font-size: 14px;color: #ACACAC;padding: 0 30px;height: 50px;margin: 0 0 20px;border: 1px solid #CCCCCC;outline: none;} 
.contact_us .contact_form input[type="email"]:focus{box-shadow: none;}
.contact_us .contact_form input[type="email"]:active{}
.contact_us .contact_form input[type="submit"]{font-size: 18px;font-weight: 700;letter-spacing: 1px;background: #EF8B1A;border: 1px solid #EF8B1A;color: #fff;text-align: center;height: 65px;padding: 10px;width: 40%;outline: none;transition: 0.8s ease;}
.contact_us .contact_form input[type="submit"]:hover{background: transparent;color: #EF8B1A;}
.contact_us .contact_form input[type="submit"]:focus{box-shadow: none;border: 1px solid #EF8B1A !important;}
.contact_us .contact_form input[type="submit"]:active{color: #fff; background-color: #EF8B1A; border-color: #EF8B1A; border: 1px solid #EF8B1A; } 
.contact_us .head_sec{padding: 0 0 30px;}
.contact_us .head_sec h2{font-size: 36px;font-weight: 500;color: #EF8B1A;text-transform: uppercase;}
.contact_us .desc{background: #000;text-align: center;padding: 5px 0;} 
.contact_us .desc ul{padding: 0;margin: 0; list-style: none;}
.contact_us .desc ul > li{margin: 10px 0; }
.contact_us .desc ul > li img{transition: 1s ease;border: 2px solid #101a4d;border-radius: 50px;}
.contact_us .desc ul > li img:hover{border: 2px solid #EF8B1A;border-radius: 50px;}
.contact_us .desc ul > li a{font-size: 18px;color: #fff;margin: 20px 0 25px;display: block;transition: 0.5s linear;-moz-transition: 0.5s linear;-webkit-transition: 0.5s linear;-o-transition: 0.5s linear;}
.contact_us .desc ul > li a:hover{color: #ffffff !important;background: transparent !important;}
.contact_us .desc .social_icons{border-top: 1px solid #EF8B1A;width: 80%;margin: 0 auto;display: flex;align-items: center;justify-content: center;padding: 10px 0;} 
.contact_us .desc .social_icons ul{display: inline-block;}
.contact_us .desc .social_icons ul > li{display: inline-block; } 
.contact_us .desc .social_icons ul > li:hover{background: transparent;}
.contact_us .desc .social_icons ul > li a{background: #ef8b1a;border: 2px solid ef8b1a;border-radius: 50px;width: 50px;height: 50px;transition: 0.5s linear;margin: 0 5px;color: #fff;display: flex;align-items: center;justify-content: center;} 
.contact_us .desc ul > li i { color: #fff; }
.services_page .service_wrap {
	width: 100%;
}

.service_wrap:hover {
    background: #EF8B1A;
}

.service_wrap:hover img {
    filter: brightness(50);
}

.service_wrap:hover p, .service_wrap:hover h3 {
    color: #fff;
}

.services_page {
    padding: 60px 0;
}

.services_page .service_wrap:nth-child(1), .services_page .service_wrap:nth-child(3) {
    position: initial;
}

.services_page .container>p {margin-bottom: 60px;}
section.specials {
    padding: 80px 0;
}
.set>a:hover {
    text-decoration: none;
    color: #000;
}
breadcrumb {
    width: 100%;
}

#breadcrumbs a, #breadcrumbs strong, #breadcrumbs li {
    color: #ef8b1a;
    font-size: 18px;
    font-weight: 500;
}
.specials .row:nth-child(even) {
    flex-direction: row-reverse;
}

.specials h3 {
    font: normal normal 600 32px/38px Poppins;
    color: #010101;
    margin-bottom: 20px;
}

.specials p {
    font: normal normal normal 14px/25px Poppins;
    color: #707070;
}

.specials .row {margin-bottom: 40px;}

.specials img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    border-radius: 30px;
}
#comments textarea, #comments input {
    width: 100%;
}

.form-submit input#submit, .woocommerce div.product form.cart .button, .woocommerce ul.products li.product .button {
    font: normal normal normal 16px/25px Poppins;
    border-radius: 9px;
    width: 174px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    border: 1px solid #EF8B1A !important;
    color: #EF8B1A !important;
    background: none !important;
}

.woocommerce span.onsale {
    padding: 0 !important;
}

.entry-meta {
    margin-bottom: 20px;
}

.woocommerce .quantity .qty {
    height: 37px;
    border-radius: 12px;
}
.wrap {
    padding: 60px 0;
}
h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .price {
    text-align: center;
    color: #000 !important;
}
.woocommerce ul.products li.product .button {
    margin: 20px auto 0;
}












































.modal-content input, .modal-content span.wpcf7-form-control-wrap, .modal-content label {
    width: 100%;
}

.modal-content input.wpcf7-form-control.wpcf7-submit {
    border: none;
    width: 35%;
    padding: 10px 0;
    color: #000;
    font-weight: 500;
    margin: 20px 0 0;
}
.modal.in .modal-dialog {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}

.modal-open .modal {
    overflow: hidden !important;
}

.modal-header .close {
    margin-top: -22px !important;
}
.modal-header {
    background: #78460d;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.modal-header h5#exampleModalLabel {
    color: #fff;
    font-size: 18px;
}

.modal-header .close {color: #fff !important;opacity: 1 !important;}

.modal-content label {
    font-size: 14px;
}

.modal div.wpcf7-response-output {
    color: #000 !important;
}
.modal-content p {
    margin: 0;
}
.modal.show .modal-dialog {
    display: flex;
    align-items: center;
    height: 100%;
}

.modal_btn {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
}




/*Services Inner Page Css Start*/

.services_inner_sec_1 {
    position: relative;
}

.service-inner-content h2 {
    text-align: left;
    font: normal normal 600 32px/38px Poppins;
    color: #010101;
}

.service-inner-content h3 {
    color: #010101;
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 10px;
}

.service-inner-content p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 20px;
    padding: 15px 0px;
}

.service-inner-content ul {
    list-style: none;
    padding: 0 0 0 20px;
}

.service-inner-content ul li {
    font: normal normal 600 16px/38px Poppins;
    position: relative;
}

.service-inner-content ul li:after {
    content: '';
    background: #EF8B1A;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}

.services_inner_sec_1 .cus-row:nth-child(odd) {
    flex-direction: row;
    display: flex;
    position: relative;
    padding: 50px 0px 50px 0px;
    justify-content: center;
    align-items: center;
}

.services_inner_sec_1 .cus-row:nth-child(even) {
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    padding: 30px 0px 30px 0px;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.services_inner_sec_2 .cus-row:nth-child(odd) {
    flex-direction: row;
    display: flex;
    position: relative;
    padding: 50px 0px 50px 0px;
    justify-content: center;
    align-items: center;
}

.services_inner_sec_2 .cus-row:nth-child(even) {
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    padding: 30px 0px 30px 0px;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.service-inner-image img {
    border-radius: 10px;
}

.postid-25 .cus-row-hidden:nth-child(2) {
    display: none;
}

.postid-25 .cus-row-hidden-2:nth-child(1) {
    display: none;
}


.postid-24 .cus-row-hidden-2 {
    display: none !important;
}

.postid-24 .home6 {
    display: none !important;
}

.postid-26 .cus-row-hidden-2 {
    display: none !important;
}

.postid-26 .home6 {
    display: none !important;
}

.postid-142 .cus-row-hidden-2 {
    display: none !important;
}

.postid-142 .home6 {
    display: none !important;
}

.menu-header ul li::after ul {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 40px;
    position: absolute;
    top: -60px;
    display: block;
}

li.has-sub {
    position: relative;
}

li.has-sub::before {
    position: absolute;
    content: '\f103';
    top: 17px;
    right: 0;
    bottom: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #fff;
}

/*Services Inner Page Css End*/





















/*Modal Css Slider*/
.cus-modal .modal-dialog {
    max-width: 70% !important;
    margin: 1.75rem auto;
}

.cus-modal .modal-content p {
    margin: 0;
    margin-bottom: 1rem;
}

.banner_wrap button {
    font: normal normal normal 16px/20px Poppins;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 9px;
    width: 165px;
    height: 33px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    background: transparent;
    font-size: 16px;
}

.banner_wrap button:hover {
    background: #fff;
    color: #EF8B1A;
    text-decoration: none;
    border:1px solid #fff;
}

.service-inner-content-2 h3 {
    color: #010101;
    font-size: 24px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-bottom: 20px;
}

.service-inner-content-2 p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins';
    line-height: 24px;
}

.service-inner-content-2 ul {
    padding: 0;
    margin: 0;
}

.service-inner-content-2 ul li {
    margin-bottom: 10px;
    font: normal normal 500 16px/26px Poppins;
}

section.services_inner_sec_2 {
    position: relative;
    padding: 50px 0px;
}
.service_wrap a {
    font: normal normal normal 16px/20px Poppins;
    color: #EF8B1A;
    border: 1px solid #EF8B1A;
    border-radius: 9px;
    width: 165px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    background: transparent;
    font-size: 16px;
    margin-top: 10px;
}

.service_wrap a:hover, .service_wrap:hover a {
    /* background: #fff; */
    border-color: #fff;
    text-decoration: none;
    color: #fff;
}

.blog-read-more-btn a {
    font: normal normal normal 16px/20px Poppins;
    color: #EF8B1A;
    border: 1px solid #EF8B1A;
    border-radius: 9px;
    width: 165px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    background: transparent;
    font-size: 16px;
    margin-top: 10px;
}

.blog-read-more-btn {display: flex;justify-content: center;}

.blog-read-more-btn a:hover {
    background-color: #EF8B1A;
    border: 1px solid #EF8B1A;
    color: #fff;
}


.blogs-inner-sec a {
    color: #ef8b1a;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.blogs-inner-sec a:hover {
    color: #303030;
    text-decoration: none !important;
}

section.blogs-inner-sec {
    position: relative;
    padding: 50px 0px;
}

.entry-utility {
    display: none;
}

section.sec_blog {
    background-color: #fdeedc;
    padding: 80px 0;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div#comments {
    display: none;
}

.entry-title a {
    color: #ef8b1a;
    text-decoration: none;
    background-color: transparent;
    transition: 0.5s;
}

.entry-title a:hover {
    color: #000;
    
}

span.author.vcard a, .entry-date, .entry-summary a{
    color: #ef8b1a;
    text-decoration: none;
    background-color: transparent;
    transition: 0.5s;
}

span.author.vcard a:hover, .entry-summary a:hover {
    color: #000;
    
}

/* Changes */
.contact_us  h2 {}

.ah_social_box {}

.ah_social_box strong {
    color: #EF8B1A;
    font-size: 17px;
}

.ah_social_box a {
    text-decoration: none !important;
    color: black;
    transition: 0.4s;
}

.ah_social_box a:hover {
    color: #EF8B1A;
}

.contact_us .row {justify-content: center;}

.ah_managed_box h1 {
    font-size: 30px;
    color: #ef8b1a;
}

.ah_managed_box h2 {
    font-size: 22px;
    color: #ef8b1a;
}

.ah_managed_box strong {
    font-size: 16px;
    color: #ef8b1a;
    font-weight: 400;
}

.ah_managed_box p {
    font-size: 16px;
    font-weight: 400;
}

.ah_managed_box h1 strong {
    font-size: 30px;
    color: #ef8b1a;
    font-weight: 500;
}

/*New Css Start*/

.mitel-connect-content h4 {
    color: #EF8B1A;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.mitel-connect-content h2 {
    text-align: center;
    font: normal normal 600 32px/38px Poppins;
    color: #010101;
}

.mitel-connect-content hr {
    border-bottom: 4px solid #EF8B1A;
    width: 20%;
}

.mitel-connect-content img {
    padding: 20px 0px;
}

.mital-boxes-main h2 {
    text-align: center;
    font: normal normal 600 32px/38px Poppins;
    color: #010101;
    margin-bottom: 20px;
}

.mital-boxes-main .benefits-main h3 {
    color: #EF8B1A;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.benefits-main p {
    color: #212529;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 24px;
    font-weight: 400;
}

.mital-boxes-main {
    position: relative;
    padding: 30px 0px;
}


.page-template-temp_mitel_connect .inner-banner h2 {
    margin: 0;
    font: normal normal bold 45px/56px Poppins;
    text-transform: uppercase;
    width: 70%;
}

section.mitel-connect-main-mew {
    position: relative;
    padding: 60px 0px 30px 0px;
}


.feature-listing ul {
    padding: 0;
    margin: 0;
}

.feature-listing ul li {
    color: #212529;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 10px;
}

section.mviconnect-sec:nth-child(odd) {
    background-color: #F6F6F6 !important;
}


.link-button a {
    font: normal normal normal 20px/33px Poppins;
    color: #EF8B1A;
    border: 1px solid #EF8B1A;
    border-radius: 9px;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all;
    background: transparent;
    text-decoration: none;
}

.link-button a:hover {
    background-color: #EF8B1A;
    border: 1px solid #EF8B1A;
    color: #fff;
    text-decoration: none;
}

.link-button {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

/*New Css End*/


