/*
Theme Name: Home Automation Pro
Theme URI: https://www.misbahwp.com/themes/automation-wordpress-theme/
Description: Automation is a clean and modern WordPress theme that is perfect for businesses and organizations in the automation industry. This theme features a sleek and professional design that is sure to impress your visitors. It is fully responsive and looks great on all devices, including smartphones and tablets. The theme comes with a variety of customization options, including a powerful theme options panel that allows you to easily customize the layout and design of your website. You can choose from a variety of pre-designed color schemes and fonts, or create your own custom design.Automation also includes a variety of built-in features that are perfect for businesses in the automation industry. These include a portfolio section to showcase your products and services, a blog section to share industry news and updates, and a contact form to make it easy for visitors to get in touch with you. Overall, Automation is a highly functional and professional WordPress theme that is perfect for businesses and organizations in the automation industry. With its clean and modern design, powerful customization options, and built-in features, it is sure to help you create a website that stands out from the competition.
Author:misbahwp
Author URI: https://www.misbahwp.com/
Version: 1.0
Requires PHP: 7.2
Tested up to: 6.1
Tags: portfolio, photography, blog, wide-blocks, one-column, two-columns, right-sidebar, left-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, editor-style, theme-options, threaded-comments
Text Domain: home-automation-pro
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}

.post-single a, .page-single a,.sidebar-area .textwidget a,.comment-content a {
  text-decoration: none;
  color: #757575;
  text-transform: capitalize;
  font-weight: 600;
}
.post-single span{
  text-transform: capitalize;
  font-weight: 600;
}

body {
  font-family: 'Outfit', sans-serif;
  color: #909090;
  margin:0;
  background: #fff;
  overflow-x: hidden;
}
h1,h2, h3, h4, h5, h6{
 font-family: 'Outfit', sans-serif;
}
a {
  color:#909090;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  text-decoration: none;
}

a:hover,
a:focus {
  color:#00d0b3;
  text-decoration: none;
}

section.category-title h1 {
  font-size: 18px;
  font-weight: 600;
}
/* ===============================================
   HEADER BOX
   ============================================= */


.header {
  position: static;
}

/*404 Page*/
.page-404 h1{
	font-size: 300px;
  color: #2d3446;
}
.page-404 h3{
	font-size: 38px;
	color: #00d0b3;
}
.page-404 hr{
	width: 10%;
	background: #2d3446;
	padding: 1px;
}
.page-404 .intro-button{
 text-align: center;
 display: inline-block;
 padding: 5px;
}
.page-404 .button{
	padding: 15px 40px;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	transition: all 0.2s; 
  text-decoration: none;
}
.page-404 .intro-button:hover{
	background: #2d3446;
}
.page-404 .intro-button,
.page-404 .intro-button::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.page-404 .intro-button::before,
.page-404 .intro-button::after {
  background: #00d0b3;
  content: '';
  position: absolute;
  z-index: -1;
}
.page-404 .intro-button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.page-404 .intro-button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/* ===============================================
   LOGO BOX
   ============================================= */

.logo {
  display: block;
  padding: 25px 0 0;
	min-height: 53px;
  line-height: 1.4em;
	word-break: break-all;
}
.logo a {
  color: #2d3446;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
  -webkit-transition: color .1s linear;
  -moz-transition: color .1s linear;
  -o-transition: color .1s linear;
  transition: color .1s linear;
  font-weight: 600;
}
.logo a:hover,
.logo a:focus {
  color:#2d3446;
}
.logo span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #767c83;
}
.logo-image {
  float: unset;
}


/* ===============================================
   MENU BOX
   ============================================= */

#main-menu {
	display:block;
	position:relative;
	margin:0 auto;
}
#main-menu ul {
	margin:0;
  padding: 0;
	display:flex;
  justify-content: center;
}
#main-menu ul li {
	position:relative;
	display:block;
	text-align:left;
}
#main-menu ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
	text-decoration:none;
	display:block;
	z-index:1;
	padding: 20px 25px;
  text-transform: capitalize;
  padding-left: 0;
	margin:0;
	font-weight: 500;
	-webkit-transition: color .1s linear, background-color .1s linear;
	-moz-transition: color .1s linear, background-color .1s linear;
	-o-transition: color .1s linear, background-color .1s linear;
	transition: color .1s linear, background-color .1s linear;
	position:relative;
	line-height:40px;
}
#main-menu a:hover,
#main-menu ul li a:hover,
#main-menu li:hover > a,
#main-menu a:focus,
#main-menu ul li a:focus,
#main-menu li.focus > a,
#main-menu li:focus > a,
#main-menu ul li.current-menu-item > a,
#main-menu ul li.current_page_item > a,
#main-menu ul li.current-menu-parent > a,
#main-menu ul li.current_page_ancestor > a,
#main-menu ul li.current-menu-ancestor > a {
	color:#00d0b3;
}
#main-menu ul.children ,
#main-menu ul.sub-menu {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background:#fff;
	z-index:10001;
	width:213px;
	padding-left:0;
	-webkit-transition: opacity 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
	box-shadow: 0px 5px 30px rgb(0 0 0 / 13%);
  border-radius: 3px;
}
#main-menu ul li:hover .sub-menu {
  display: block;
}
#main-menu ul.children li ,
#main-menu ul.sub-menu li {
	display:block; 
  position:relative; 
  float:none; 
  line-height:18px; 
  margin-left:0; 
  margin-right:0; 
  -webkit-transform: skew(0deg); 
  -ms-transform: skew(0deg); 
  transform: skew(0deg);
  padding: 5px 10px;
}
#main-menu li li:hover > ul,
#main-menu li li:focus > ul,
#main-menu li li.focus > ul {
	top:0px;
	left: -100%;
}

#main-menu ul.children li a ,
#main-menu ul.sub-menu li a {
	display: block;
  position:relative;
  padding: 0px 14px;
  padding-right: 14px;
  font-size: 14px;
	color: #2d3446;
	-webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
  -webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#main-menu ul.sub-menu li a:hover {
	color: #fff;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
#main-menu ul.sub-menu li a:before, #main-menu ul.sub-menu li a:after {
	content: '';
	position: absolute;
	-webkit-transition: 
	inherit;transition: 
	inherit;z-index: -1;
}
#main-menu ul.sub-menu li a:before, #main-menu ul.sub-menu li a:after {
	top: 0;
	width: 0;
	height: 100%;
}
#main-menu ul.sub-menu li a:before{
	left: 0;
	border: 1px solid #00d0b3;
	border-left: 0;
	border-right: 0;
}
#main-menu ul.sub-menu li a:hover:before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
#main-menu ul.sub-menu li a:hover:before,
 #main-menu ul.sub-menu li a:hover:after {
 	width: 100%;
 }
#main-menu ul.sub-menu li a:after {
	right: 0;
}
#main-menu ul.sub-menu li a:hover:after {
	background: #00d0b3;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
#main-menu ul.sub-menu li a:hover:before, #main-menu ul.sub-menu li a:hover:after {width: 100%;}
#main-menu ul.children li ul:before ,
#main-menu ul.sub-menu li ul:before {
	display:none;
}
#main-menu li:hover > ul,
#main-menu li:focus > ul,
#main-menu li.focus > ul {
	opacity:1;
	right:calc(100% - 213px);
}
.menu-toggle,
.dropdown-toggle,
button.close-menu {
	display: none;
	background: #2d3446;
	color: #fff;
}
#main-menu ul li:last-child a {
  padding-right: 0;
}
#main-menu ul li:hover .sub-menu {
 display: block;
}

/* ===============================================
   HEADER SEARCH
   =============================================== */

.header-search {
  text-align: right;
}
.header-search .open-search-form i{
  font-size: 18px;
  cursor: pointer;
	color: #2d3446;
	margin: 10px 0; 
 }

 a.cart-customlocation i {
  font-size: 16px;
  cursor: pointer;
  color: black;
 }
 p.cart-item-box{
 	position: absolute;
    top: -30%;
    left: 50%;
    background: #00d0b3;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
 }
 .header-search .open-search-form i:hover{
 	color: #2d3446;
 }
/* a.cart-customlocation i:hover{
 	color: #fff;
 }*/
.header-search .search-form {
	position:fixed;
	top:0;
	right:-100%;
	width:100%;
	height:100%;
	padding:0;
	z-index:1001;
	visibility: hidden;
	-webkit-transition-property: all , -webkit-transform;
    transition-property: all , transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	background: rgba(255,255,255, 0.98) none repeat;
	border:none !important;
}
.header-search .search-form.is-open {
	right:0;
	height:100%;
	visibility: visible;
}
.header-search .search-form.is-open form {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
.header-search .search-form a.close-search-form {
	top:50px;
	position:absolute;
	margin-left:-13px;
	left:50%;
}
.header-search .search-form i.searchform-close-button {
	font-size:25px;
	color:#616161 !important;
	opacity:0;
	-webkit-transition: transform .2s linear;
	-moz-transition: transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
}
.header-search .search-form.is-open i.searchform-close-button {
	opacity:1;
}
.header-search .search-form.is-open i.searchform-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#site-navigation .sidenav a.closebtn, .open-menu{
  	display: none;
}

/* ===============================================
   POST BOX
   ============================================= */

   .post-thumbnail {
  line-height: 0;
}
h4.post-title {
  font-size: 22px;
  color: #2d3446;
  font-weight: 700;
}
.post-meta i{
	color: #00d0b3;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #121d21;
	white-space: break-spaces;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
  	border-radius: 4px;
}
.post-content img,
.post-thumbnail img,
.post-content iframe,
.post-content object,
.post-content embed {
	max-width: 100%;
}
.post-content img,
.post-thumbnail img {
	max-height:100%;
}
.post-content:after {
  content: "";
  display: table;
  clear: both;
}

#content,footer {
  float: left;
  width: 100%;
}
.latest-post .post-date, .latest-post .post-comments {
    color: #2d3446;
    text-transform: capitalize;
  }
.latest-post .post-meta a {
  color: #767c83;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post figure{
	margin: 0;
	padding: 0;
	background: #2d3446;
	overflow: hidden;
}
.latest-post figure:hover+span{
	opacity: 1;
}
.latest-post figure img{
	webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	width: 100%;
}
.latest-post:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.5;
}
.post-single .tags-bg a{
	padding: 10px 15px;
	background: #00d0b3;
	border-radius: 5px;
	text-transform: uppercase;
	color: #fff;
	margin:0 10px;
}
.post-single .tags-bg a:hover{
	background:#2d3446 ;
}
.post-single .blog_share_icon .fab{
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background: #00d0b3;
	color: #fff;
	font-size: 18px;
	padding: 15px;
	margin:0 10px;
  -webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
}
.post-single .blog_share_icon .fab:hover{
	transform: rotate(360deg);
	background: #2d3446;
}
.post-single {
	display: block;
}
label{
	display: block;
}
 
.latest-post h4 a{
  color: #2d3446;
  font-weight: 600;
  font-size: 18px;
}
.latest-post h4 a:hover{
  color: #00d0b3;
}
.latest-post .post-content p{
  color: #757575;
  font-weight: 400;
}

.latest-post .owl-item .post-admin span img{
  width: auto;
  display: inline-block;
  border-radius: 50%;
}
.latest-box{
  filter: drop-shadow(0 0 18px rgba(0,0,0,0.08));
  background: #fff;
  border-radius: 10px;
}
.latest-post .far.fa-calendar-alt, .latest-post .fas.fa-bookmark{
  color: #717982;
} 
.latest-post .icon-book{
  float: right;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #717982;
  width: 40px;
  height: 40px;
  padding: 10px 14px;
  margin-top: -8px;
}
.latest-post figure{
  margin: 0;
  padding: 0;
  background: #2d3446;
  overflow: hidden;
 }
.latest-post figure:hover+span{
  opacity: 1;
}
.latest-post figure img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
.latest-post .post-item:hover figure img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.5;
}
 
.latest-post .far.fa-calendar-alt{
  color: #fff;
}
.latest-post .far{
  color: #fff;
  font-size: 18px;
}
.latest-post .comments{
 color: #707070;
  font-size: 18px;
  text-transform: capitalize;
}
.latest-post .read_more{
  color: #00d0b3;
  font-weight: 600;
}
.latest-post .post-date {
  width: 60px;
  height: 60px;
  background-color: #00d0b3;
  color: #fff;
  padding: 5px;
  border-radius: 10px 0px 10px 10px;
  margin-top: -18px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
}
.latest-post span.time {
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
.post-content .read_more i.fa.fa-arrow-right {
  color: #00cfb3;
  font-size: 12px;
  margin-left: 5px;
  transition: linear 600ms;
}
/*.latest-post .admin a{
  color: #fff;
  text-transform: capitalize;
  font-weight: 800;
}*/

#recent_blog.post-template {
  margin-top: 0;
}
.recent_post .post-meta {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-form-url input{
  width: 100%;
}
.comment-respond input#submit {
  background: #00d0b3;
  border: none;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  border-radius: 7px;
  display: inline-block;
  margin: 15px 0;
}
.comment-respond input#submit:hover{
  background-color: #2d3446;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-body .pull-left {
  padding-right: 0.625rem;
}
.comment-list {
  padding-left: 0;
}
.comment-list .comment {
  display: block;
}
.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}
.comment-list .pingback a {
  margin-left: 5px;
  margin-right: 5px;
}
.comment-content.card-block {
  padding: 15px;
}
.comment-reply a {
  background: #00d0b3;
  padding: 5px 15px;
  color: #fff;
  border-radius: 7px;
}
.comment-reply a:hover {
   background: #2d3446;
  color: #f3f4f7;
  text-decoration: none;
}

 
@media screen and (min-width : 0) and (max-width : 767px) {

  section.category-title h1 {
    text-align: center;
  }
  #mySidenav span{
  	display: block;
  	font-size:30px;
  	cursor:pointer;
  }
  .logo {
    text-align: center;
  }
  .open-menu{
  	display: block;
  }

  #main-menu ul li {
    float: left;
    width: 100%;
    padding: 5px 15px;
  }

  #main-menu > li > ul.children,
  #main-menu > li > ul.sub-menu {
    position: absolute;
    top:-100%;
    background: #fff;
  }

  #main-menu li.focus > ul.children,
  #main-menu li.focus > ul.sub-menu ,
  #main-menu li:hover > ul.children,
  #main-menu li:hover > ul.sub-menu ,
  #main-menu li:focus > ul.children,
  #main-menu li:focus > ul.sub-menu {
    width: 100%;
    top:0;
    left: 0 !important;
    position: relative;
  }

  #main-menu ul {
    padding: 0;
    float: none;
  }

  #main-menu ul li a {
    padding: 0;
    display: initial;
    font-size: 18px;
  }

  #main-menu ul.children li a ,
  #main-menu ul.sub-menu li a {
    padding: 0;
    line-height:53px;
  }

  #main-menu ul li.menu-item-has-children:after {
    content: '';
    position: absolute;
    border: solid #2d3446;
    right: 10px;
    top: 50%;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: translate(0,-50%) rotate(-45deg);
    transform: translate(0,-50%) rotate(-45deg);
  }

  #main-menu ul.children li,
  #main-menu ul.sub-menu li {
    width: 100%;
    padding-left: 10px;
  }

  #main-menu ul li.menu-item-has-children:hover:after ,
  #main-menu ul li.menu-item-has-children:focus:after,
  #main-menu ul li.menu-item-has-children.focus:after {
    top: 20px;
    -webkit-transform:  rotate(45deg);
    transform:  rotate(45deg);
  }

  #main-menu a:hover,
  #main-menu ul li a:hover,
  #main-menu li:hover > a,
  #main-menu a:focus,
  #main-menu ul li a:focus,
  #main-menu li.focus > a,
  #main-menu li:focus > a,
  #main-menu ul li.current-menu-item > a,
  #main-menu ul li.current_page_item > a,
  #main-menu ul li.current-menu-parent > a,
  #main-menu ul li.current_page_ancestor > a,
  #main-menu ul li.current-menu-ancestor > a {
    background:none;
  }
}


/* ===============================================
   Pagination
   ============================================= */

.pagination,
.home-automation-pro-pagination {
	margin:25px 0;
}

.pagination .nav-links a,
.pagination .nav-links span.current,
.home-automation-pro-pagination a span,
.home-automation-pro-pagination span.current {
	display:inline-block;
	text-decoration: none;
	padding:10px 20px;
	font-size:18px;
  font-weight: 600;
	line-height:21px;
	color:#222;
  border-radius: 4px;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	position:relative;
	margin:0;
	-webkit-transition: background-color .3s ease;
	-moz-transition: background-color .3s ease;
	-ms-transition: background-color .3s ease;
	-o-transition: background-color .3s ease;
	transition: background-color .3s ease;
  filter: drop-shadow(8.866px 9.508px 15px rgba(0,0,0,0.1));
}

.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links span.current,
.home-automation-pro-pagination span.current,
.home-automation-pro-pagination span.current:hover,
.home-automation-pro-pagination span.current:focus,
.home-automation-pro-pagination a span:hover,
.home-automation-pro-pagination a span:focus {
	background:#00d0b3;
  color: #ffffff;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:0
}

.commentlist ul {
	list-style:none;
	padding:0;
	margin:0;
}

.commentlist li {
	margin:0;
}

.commentlist li .comment-respond {
	margin-bottom:25px;
}

.commentlist li:last-of-type .comment-respond {
	margin-bottom:0px;
}

.comment-container {
	position: relative;
	margin:0 0 25px 0;
	padding:30px;
	background:#fff;
	border:solid 1px #f3f4f7 !important;
	z-index:999
}

.comment-avatar img {
	float:left;
}

.comment-text {
	position:relative;
	margin-left:110px;
	padding:0 0 0 15px
}

.comment-container .comment-date {
	padding:15px 0;
}

.comment-avatar {
	position:relative;
	width:110px;
	float:left;
}

.comment-author .author {
	display:block;
	font-weight:bold;
}

.commentlist .children li {
	margin-left:30px;
}

.comment-notes {
	font-size:12px;
	margin:-25px 0 25px 0;
}

h3#reply-title,
h3.comments {
	height:30px;
	line-height:30px;
	margin:30px 0;
}

h3#reply-title small,
.logged-in-as {
	font-size: 15px;
	margin:-25px 0 25px 0;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	padding: 10px 2%;
	background:#fff;
	width: 100%;
	margin:0 0 15px 0;
	border:1px solid black;
	color:#2d3446;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.comment-form input[type=submit] {
	background: #2d3446;
	color: #fff;
	border:none;
	font-size:14px;
	font-weight: 600;
	text-align:center;
	position:relative;
	display: block;
	text-shadow:none;
	padding:10px 15px;
	width:inherit;
	margin:0;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
	cursor: pointer;
}

.comment-form input[type=submit]:hover ,
.comment-form input[type=submit]:focus {
	background-color:#248efa;
	text-decoration:none
}

.logged-in-as a {
	color:#2d3446;
}

.logged-in-as,
.comment-notes,
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url,
.form-submit {
	display:block;
}

/* ===============================================
   SIDEBARS
   =============================================== */

.sidebar-area .textwidget img{
  width: 100%;
  height: auto;
}
.sidebar-area .sidebar-widget {
	margin-bottom: 25px;
  background: #fff;
  border: 1px solid  #e9e7f4;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,0.08));
}
.sidebar-area a,
.sidebar-area p,
.sidebar-area li,
.sidebar-area address,
.sidebar-area dd,
.sidebar-area blockquote,
.sidebar-area td,
.sidebar-area th,
.sidebar-area .textwidget {
	line-height:1.9em;
	font-weight: normal;
  text-transform: capitalize;
}
.sidebar-area a{
  font-weight: 600;
}
.sidebar-area ul,#calendar_wrap,.sidebar-area .textwidget,.tagcloud {
  list-style:none;
  margin: 0;
  padding: 0 15px;
}
.sidebar-area li a,
.sidebar-area li {
  font-size: 18px;
  font-weight: 500;
}
.sidebar-area li {
  padding-bottom: 15px;
  color: #2d3446;
}
.sidebar-area h4.title {
  padding: 10px 15px;
  border-bottom: solid 5px #2b2b47;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  background: #00d0b3;
}
.sidebar-area .tagcloud a {
  font-size: 15px !important;
  background: #fff;
  color: #121d21;
  padding: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: inline-block;
  margin: 5px 0;
  text-decoration: none;
}
.sidebar-area .tagcloud a:hover{
	background: #2d3446;
	color: #fff;
}
.sidebar-area form {
  padding: 0;
}
.sidebar-area select,
.sidebar-area textarea, #comments textarea,
.sidebar-area input[type="text"], #comments input[type="text"],
.sidebar-area input[type="password"],
.sidebar-area input[type="datetime"],
.sidebar-area input[type="datetime-local"],
.sidebar-area input[type="date"],
.sidebar-area input[type="month"],
.sidebar-area input[type="time"],
.sidebar-area input[type="week"],
.sidebar-area input[type="number"],
.sidebar-area input[type="email"],
.sidebar-area input[type="url"],
.sidebar-area input[type="search"],
.sidebar-area input[type="tel"],
.sidebar-area input[type="color"],
.sidebar-area .uneditable-input{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
  margin: 0;
  padding: 12px;
  background-color: #f3f4f7;
  border: 1px solid rgba(0, 0, 0, 0.125);
  float: unset;
}
.sidebar-area input[type="search"]{
  width: 69%;
  border: none;
  background: transparent;
}
#wp-calendar th,
#wp-calendar
#today,
#wp-calendar
#today a {
	background:#f3f4f7;
	color:#434343 !important;
}
#wp-calendar a:hover {
	border:none;
}
#wp-calendar {
	background: #fff;
	width:100%;
}
#wp-calendar caption {
	font-size: 14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	text-align:left;
}
#wp-calendar th,
#wp-calendar td {
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	padding:3px 6px;
}
#wp-calendar td a {
	display:block;
	text-align: center;
	font-size: 14px;
	color:#434343 !important;
	text-decoration:underline
}
#wp-calendar td#prev a,
#wp-calendar td#prev a{
	text-decoration:none;
	text-align:left;
}
#wp-calendar th{
	font-weight:bold
}
tr:nth-child(2n+2) {
	background-color: #f3f4f7;
}
.searchform label {
	display: block;
}
.searchform input[type=text] {
  width: calc(100% - 110px);
  margin: 0;
  padding: 12px;
  float: left;
  background-color: #fff;
  border: 2px solid #efefef;
  outline: none;
}
.searchform input[type=submit]{
	background: #00d0b3;
	border: none;
	color: #fff;
	font-size:15px;
	font-weight: 600;
	text-align:center;
	position:relative;
	float:left;
	text-shadow:none;
	padding:14px 0;
	width:110px;
	margin:0 auto;
	cursor: pointer;
	-webkit-transition: color .3s ease, background-color .3s ease;
	-moz-transition: color .3s ease, background-color .3s ease;
	-o-transition: color .3s ease, background-color .3s ease;
	transition: color .3s ease, background-color .3s ease;
}

.searchform input[type=submit]:hover ,
.searchform input[type=submit]:focus {
	background-color:#2d3446;
	text-decoration:none
}
.searchform:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar-area .post-thumbnail img {
    width: 100%;
    height: 75px;
    border-radius: 50%;
    margin-top: 10px;
  }
  .sidebar-area .post-title {
    font-size: 18px;
  }
  footer {
    background: #192a5b;
    padding: 80px 0 0;
    border-radius: 120px 120px 0 0;
    position: relative;
}
footer::before {
  content: '';
  position: absolute;
  background-color: #040f30;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  z-index: -1;
}
footer .sidebar-area {
	background: none;
	padding: 25px 0 0 0;
}

footer a,
footer p,
footer .sidebar-area li,
footer .sidebar-area address,
footer .sidebar-area dd,
footer .sidebar-area blockquote,
footer .sidebar-area td,
footer .sidebar-area th,
footer .sidebar-area .title,
footer .sidebar-area .textwidget {
	color: #fff;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.alignleft,
img.alignright,
img.aligncenter,
.attachment img {
	max-width:100%;
	height:auto;
	margin-bottom: 20px;
}
.alignleft,
img.alignleft {
	display:inline;
	float:left;
	margin-right:24px;
	margin-top:4px;
}
.alignright,
img.alignright {
	display:inline;
	float:right;
	margin-left:24px;
	margin-top:4px;
}
div.aligncenter,
img.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	float:none;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom:12px;
}
.wp-caption {
	background:#f1f1f1;
	line-height:18px;
	margin-bottom:25px;
	max-width:100% !important;
	padding:4px;
	text-align:center;
}
.wp-caption img {
	margin:5px 5px 0;
	width:96%;
	height:100%
}
.wp-caption p.wp-caption-text {
	color:#888;
	font-size:12px;
	margin:5px;
}
.footer-area .woocommerce ul.cart_list li img, .footer-area .woocommerce ul.product_list_widget li img{
	height: 70px;
}


/*SCROLL TO TOP BUTTON*/

#button_scroll {
  display: inline-block;
  background: #00d0b3;
  width: 45px;
  height: 45px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
}
#button_scroll::after {
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 50px;
  color: #fff;
} 
#button_scroll.show {
  opacity: 1;
  visibility: visible;
}
#button_scroll .fas{
	color: #fff;
	padding: 8px;
	margin: 5px 0;
}
#button_scroll:hover {
  background: #2d3446;
}
#button_scroll,
#button_scroll::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
#button_scroll::before,
#button_scroll::after {
  background: #00d0b3;
  content: '';
  position: absolute;
  z-index: -1;
}
#button_scroll::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#button_scroll:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

/*PRELOADER*/
/** page **/
.cssloader {
  padding-top: calc(45vh - 25px);
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #030f2f;
  z-index: 99999;
}

/** loader **/

.sh1 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #fff transparent transparent transparent;
  margin: 0 auto;
  animation: shk1 1s ease-in-out infinite normal;
}
.sh2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent  transparent #00d0b3 transparent ;
  margin: -50px auto 0;
  animation: shk2 1s ease-in-out infinite alternate;
}

/** animation starts here **/

@keyframes shk1 {
  0% {
    transform: rotate(-360deg);
  }  
  
  100% {
  }
}

@keyframes shk2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
  }
}
.lt {
  color: #fff;
  margin: 30px auto;
  text-align: center;
  font-weight: 100;
  letter-spacing: 10px;
}
a.close-search-form{
	display: none;
}

 /*Body*/ 

 /*Header*/ 
 .header {
  position: absolute;
  z-index: 999;
  width: 100%;
}
.button-header a {
  font-size: 16px;
  line-height: 46px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #00d0b3;
  color: #fff;
  padding: 0 25px;
  margin-top: 30px;
  display: inline-block;
  box-shadow: -4px 4px 0 #00a08a;
  transition: all 0.6s;
}
.button-header a:hover {
  box-shadow: -4px 4px 0 #00d0b3;
  background-color: #fff;
  color: #00cfb3;
}

/*SLIDER SECTION*/ 
#slider {
  position: relative;
}
#slider .work-enquiry-div {
  max-width: 570px;
  margin-left: auto;
  margin-top: -110px;
  position: relative;
  z-index: 99;
}
#slider .work-enquiry-div .dashicons {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
#slider .work-enquiry-div .deta-enquiry h6 {
  font-size: 14px;
  line-height: 16px;
  color: #040f30;
  font-weight: 500;
}
#slider .work-enquiry-div .deta-enquiry h4 {
  font-size: 18px;
  line-height: 19px;
  color: #040f30;
  font-weight: 600;
}
#slider .work-enquiry-div .deta-box {
  height: 70px;
  border-radius: 35px;
  background-color: #ffffff;
  padding: 10px;
}
#slider .slider-content{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10%; 
  bottom: auto;
  max-width: 440px;
  width: 440px;
  font-size: 14px;
  line-height: 22px;
  color: #bcc3d9;
  font-weight: 400;
} 
#slider h2{
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 20px;
  text-transform: uppercase;
  color: #00d0b3;
  font-weight: 400;
}
#slider h1{
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
}
#slider .button {
  font-size: 16px;
  line-height: 46px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #00d0b3;
  color: #fff;
  padding: 0 25px;
  margin-top: 30px;
  display: inline-block;
  box-shadow: -4px 4px 0 #00a08a;
  transition: all 0.6s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#slider .button:hover {
  box-shadow: -4px 4px 0 #00d0b3;
  background-color: #fff;
  color: #00cfb3;
}
#slider .owl-dots{
  display: none;
}

/* About Us Section */
#about_us {
  margin-top: 20px;
}
#about_us h4{
  color: #00d0b3;
  font-weight: 600;
  font-size: 30px;
}
#about_us h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  padding: 10px 15px;
  width: 109px;
  height: 34px;
  border-radius: 17px;
  background-color: #00d0b3;
  text-align: center;
}
#about_us p {
  font-size: 16px;
  color: #60677d;
  font-weight: 400;
  line-height: 25px;
}
#about_us .data_box {
  border-radius: 6px;
  background-color: #f6f6ff;
  margin-bottom: 12px;
  padding: 10px;
}
#about_us .data_box h6 {
  font-size: 14px;
  color: #362a45;
  font-weight: 500;
  margin-bottom: 0;
}
#about_us h6 span{
  margin-right: 10px;
  color: #00cfb3;
  font-size: 24px;
  line-height: 24px;
}
#about_us h3 {
  font-size: 32px;
  color: #362a45;
  font-weight: 700;
  line-height: 39px;
  max-width: 280px;
  margin-bottom: 10px;
}
#about_us figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#about_us figure:hover+span{
  opacity: 1;
}
#about_us img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100%;
}
#about_us img:hover{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
#about_us .image-box{
	position: relative;
	display: flex;
}
#about_us .button {
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  background-color: #00d0b3;
  box-shadow: -4px 4px 0 #00a08a;
  margin-top: 20px;
}
#about_us .button:hover{
  background: #2d3446;
  color: #fff;
  text-decoration: none;
}


/* Need Automation Section*/
#need-automation{
  background-color: #f0f0ff;
  padding: 60px 0;
}
#need-automation h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-radius: 17px;
  display: table;
  background-color: #00d0b3;
  margin: 0 auto 15px;
  padding: 8px 20px;
}
#need-automation h3{
  font-size: 40px;
  color: #362a45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
#need-automation .container {
  max-width: 1350px;
}
#need-automation .automation-circle {
  width: 645px;
  height: 645px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 95px 0;
}
#need-automation .automation-circle ul {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
}
#need-automation .automation-circle ul li {
  list-style: none;
  position: absolute;
  font-size: 10.5px;
  line-height: 18px;
  color: #362a45;
  font-weight: 600;
  text-align: right;
}
#need-automation .automation-circle ul li:first-child {
  max-width: 220px;
  left: 110px;
}
#need-automation .automation-circle ul li:nth-child(2) {
  right: 40px;
  top: 127px;
}
#need-automation .automation-circle ul li:nth-child(3) {
  right: 45px;
  top: 245px;
}
#need-automation .automation-circle ul li:nth-child(4) {
  right: 165px;
  bottom: 57px;
}
#need-automation .automation-circle ul li:nth-child(5) {
  left: 100px;
  bottom: 58px;
}
#need-automation .automation-circle ul li:nth-child(6) {
  left: 15px;
  bottom: 193px;
}
#need-automation .automation-circle ul li:nth-child(7) {
  left: 52px;
  top: 126px;
}
#need-automation .automation-box {
  border-radius: 20px;
  background-color: #fbfbff;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 22px;
  color: #60677d;
  font-weight: 400;
  padding: 20px 25px;
  text-align: left;
  margin-bottom: 30px;
}
#need-automation .automation-box h4 {
  font-size: 16px;
  line-height: 20px;
  color: #362a45;
  font-weight: 700;
  margin-bottom: 5px;
}
#need-automation .automation-box p {
  margin-bottom: 0;
}
#need-automation .automation-boxes {
  padding: 100px 0 0;
}
#need-automation .deta-box {
  height: 60px;
  border-radius: 35px;
  background-color: #ffffff;
  padding: 8px;
  text-align: left;
  max-width: 200px;
  margin: -20px auto 0;
}
#need-automation .deta-box .dashicons {
  background-color: #00d0b3;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
#need-automation .deta-box .deta-enquiry h6 {
  font-size: 12px;
  line-height: 14px;
  color: #040f30;
  font-weight: 500;
  margin-bottom: 4px;
}
#need-automation .deta-box .deta-enquiry h4 {
  font-size: 16px;
  line-height: 18px;
  color: #040f30;
  font-weight: 600;
}


/*Counter Section*/
#counter h5 {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  display: table;
  background-color: #00d0b3;
  margin: 0 auto 15px;
  padding: 11px 17px;
  font-size: 14px;
}
#counter h3{
	color: #fff;
	font-size: 34px;
	font-weight: 700;
}
#counter .counter-section {
  background-size: 100%;
  padding: 50px 0;
}
.counter_value {
  background-size: 100%;
  background-image: url(images/counter/Vector-Smart.png);
  background-repeat: no-repeat;
  width: 110px;
  height: 100px;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
 #counter .count{
	color: #fff;
	font-size: 36px;
  font-weight: 600;
  line-height: 30px;
}
#counter .sign{
	color: #fff;
	font-size: 32px;
  font-weight: 600;
  line-height: 30px;
}
#counter h6 {
  color: #fff;
  font-weight: 600;
  width: 170px;
  border-radius: 21px;
  background-color: rgba(255,255,255,0.102);
  padding: 10px 0;
  margin: auto;
}


/*Video Section*/
#video {
  padding: 60px 0;
}
#video h5 {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  display: table;
  background-color: #00d0b3;
  margin: 0 auto 15px;
  padding: 11px 17px;
  font-size: 14px;
}
#video h3 {
  font-size: 40px;
  color: #362a45;
  font-weight: 700;
  max-width: 450px;
  margin: 0 auto -30px;
  text-align: center;
}
 
#video h6 {
  color: #fff;
  font-weight: 600;
  width: 170px;
  border-radius: 21px;
  background-color: rgba(255,255,255,0.102);
  padding: 10px 0;
  margin: auto;
}
#video .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
  bottom: 10px;
  margin-top: 35px;
}
#video .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #cbf5f0;
  margin: 0 5px;
  outline: none;
}
#video .owl-dots button.owl-dot.active {
   background-color:#00d0b3;
}
#video .owl-item .data_box {
  border-radius: 60px;
  overflow: hidden;
  margin: 20px 0;
  position: relative;
}
#video .owl-item .data_box a.open-video {
  position: absolute;
  top: 50%;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  background-color: #00d0b3;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  transform: translateY(-50%);
  display: none;
}
#video .owl-item.center .data_box a.open-video {
  display: flex;
}
#video .owl-item.center .data_box {
  box-shadow: 0 0 20px #cbf5f0;
}
#video .data_box img {
  height: 225px;
  width: 100%;
  border-radius: 60px;
  overflow: hidden;
  object-fit: cover;
}
#video .owl-item .data_box img {
  transform: scale(0.85);
}
#video .owl-item.center .data_box img {
  transform: scale(1);
}

#video .owl-item.center .data_box figure {
  margin-bottom: 0;
}
#video .home-automation-blog {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all , -webkit-transform;
  transition-property: all , transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  background: rgba(255,255,255, 0.98) none repeat;
  border: none !important;
}
#video .is-open {
  right: 0;
  height: 100%;
  visibility: visible;
  top: 30px;
}
#video .home-automation-blog a.close-video {
  top: 15px;
  position: absolute;
  left: 50%;
}
#video .video-section .home-automation-blog {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1001;
  visibility: hidden;
  -webkit-transition-property: all, -webkit-transform;
  transition-property: all, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  background: rgba(255, 255, 255, 0.98) none repeat;
  border: none !important;
}
#video .video-section .home-automation-blog .is-open {
  right: 0;
  height: 100%;
  visibility: visible;
  top: 30px;
}
#video .video-section .home-automation-blog .is-open section {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 50px;
}
#video .video-section .home-automation-blog a.close-video {
  top: 50px;
  position: absolute;
  margin-left: -13px;
  left: 50%;
}
#video .video-section .home-automation-blog i.videoblog-close-button {
  font-size: 25px;
  color: #616161 !important;
  opacity: 0;
  -webkit-transition: transform .2s linear;
  -moz-transition: transform .2s linear;
  -o-transition: transform .2s linear;
  transition: transform .2s linear;
}
#video .video-section .home-automation-blog .is-open i.videoblog-close-button {
  opacity: 1;
  position: relative;
  bottom: 35px;
}
#video .video-section .home-automation-blog.is-open i.videoblog-close-button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*Testimonials*/

#testimonial h5 {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 20px;
  width: auto;
  background-color: #00d0b3;
  margin: 0 0 15px;
  padding: 11px 17px;
  font-size: 14px;
  display: inline-block;
}
#testimonial h3{
  color: #2d3446;
  font-size: 34px;
  font-weight: 700;
  max-width: 420px;
  margin-bottom: 30px;
}
#testimonial .testimonial_box{
  position: relative;
}
#testimonial .testimonial-box {
  padding-bottom: 60px;
}
#testimonial .testimonial-box .testimonial-box-inner {
  border-radius: 20px;
  background-color: #ffffff;
  position: relative;
}
#testimonial .content {
  padding: 25px 40px 0;
  font-size: 14px;
  color: #60677d;
  font-weight: 400;
}
#testimonial img {
  width: auto;
  position: absolute;
  top: 192px;
  left: 29px;
}
#testimonial h4{
  font-weight: 600;
  font-size: 20px;
  color: #2d3446;
}
#testimonial h6{
  color: #00d0b3;
  font-weight: 500;
}
.testimonial-title-des {
  position: absolute;
  left: 30%;
}
#testimonial .owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  display: block;
  right: -80px;
  left: -80px;
}
#testimonial .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #00d0b3;
  color: #fff;
  outline: none;
  position: relative;
  float: left;
  border-radius: 50%;
}
#testimonial .owl-carousel .owl-nav button.owl-next{
  width: 50px;
  height: 50px;
  background: #00d0b3;
  color: #fff;
  outline: none;
  position: relative;
  float: right;
  border-radius: 50%;
}
#testimonial .owl-dots {
  text-align: center;
  width: 100%;
  display: block;
  bottom: 10px;
  margin-top: 0;
}
#testimonial .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #cbf5f0;
  margin: 0 5px;
  outline: none;
}

#testimonial .owl-dots button.owl-dot.active {
   background-color:#00d0b3;
}
#testimonial .testi-inner {
  padding: 0 80px;
}
#testimonial .testimonial_box i {
  font-size: 40px;
  position: absolute;
  right: 27px;
  margin: auto;
  bottom: -12px;
  color: #00d0b3;
  z-index: 999;
  overflow: visible;
}
#testimonial hr{
    background: #00d0b3;
    width: 0;
    border-radius: 50%;
    border: 0;
    padding: 6px;
    margin-top: 35px;
    position: relative;
}

#testimonial hr::before{
    content: '';
    opacity: 0.3;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 7px;
    background: #595959;
    padding: 1px;
    margin-left: -1px;
    z-index: -9;
  }
  .testimonial-title-des:before {
    content: '';
    position: absolute;
    left: -37px;
    width: 30px;
    height: 3px;
    background-color: #00d0b3;
    top: 12px;
}
#testimonial .testi-star {
  background: #fff;
  padding: 24px 28px 3px 28px;
  width: 54%;
  margin-left: auto;
  border-radius: 17px;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 14px;
  width: 14.4em;
  font-family: star;
  color: #ffd146;
  margin-left: auto;
}
p.ratin-text {
  font-size: 16px;
  line-height: 40px;
  color: #60677d;
  font-weight: 600;
}
  .star-rating::before {
    content: "\73\73\73\73\73";
    color: #e2e2e2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
  }
  .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #ffd146;
  }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
  }

/*Appointment Section*/

#appointment h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-radius: 20px;
  display: table;
  background-color: #00d0b3;
  margin: 0 auto 15px;
  padding: 11px 17px;
}
#appointment h3 {
  width: 44%;
  margin: auto;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
}
#appointment .appointment-section {
  margin: 40px auto;
  max-width: 970px;
  margin-bottom: -360px;
  position: relative;
  z-index: 99;
}
#appointment .appointment-section .appointment-col {
  padding: 0;
}
#appointment .appointment-section figure.home-automation-image {
  margin-bottom: 0;
}
#appointment .appointment-section .home-automation-image img {
  width: 100%;
  height: auto;
}
#appointment .appointment-section label {
  font-size: 16px;
  color: #362a45;
  font-weight: 600;
}
.appointment-form {
  background: #fff;
  padding: 37px;
  height: 100%;
  filter: drop-shadow(-15.881px 1.95px 25px rgba(45,45,105,0.1));
}
.appointment-form h2 {
  font-size: 28px;
  color: #362a45;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.appointment-form h2:after {
  content: '';
  position: absolute;
  width: 112px;
  height: 3px;
  background-color: #00d0b3;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
}
#appointment input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  background-color: #fbfbff;
  border: 1px solid #f0f0ff;
  font-size: 16px;
  line-height: 26px;
  color: #a1a1d4;
  font-weight: 400;
  padding: 13px;
  outline: 0;
  margin-bottom: 15px;
}
#appointment input.wpcf7-form-control.wpcf7-text:nth-child(2n) {
  margin-left: 15px;
}
#appointment h4{
  color: #2d3446;
  font-size: 24px;
  font-weight: 600;
}
#appointment .call_box{
  background: #00d0b3;
  border-radius: 50px;
  padding: 5px 20px;
  display: inline-flex;
  align-items: center;
}
#appointment .icon_box{
  position: relative;
  right: 30px;
}
#appointment .dashicons{
  background: #ff7b3f;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: 75px;
  height: 75px;
  webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
#appointment .call_box:hover .dashicons{
  transform: rotate(360deg);
  color: #2d3446;
}
#appointment h6{
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
#appointment h6:hover{
  color: #2d3446;
}
#appointment .call_box p{
	margin-bottom: 0;
	color: #fff;
}
#appointment .appointment-box{
	background: #23233d;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25%;
}
#appointment .appointment-box h2{
	color: #fff;
	font-weight: 600;
}
#appointment .appointment-box h4{
	color: #fff;
	font-weight: 600;
}
#appointment input.wpcf7-form-control.wpcf7-text::placeholder{
	color: #717d9c;
}
#appointment textarea.wpcf7-form-control.wpcf7-textarea{
  width: 100%;
  border-radius: 6px;
  background-color: #fbfbff;
  border: 1px solid #f0f0ff;
  font-size: 16px;
  line-height: 26px;
  color: #a1a1d4;
  font-weight: 400;
  font-family: "Outfit";
  height: 130px;
  padding: 13px;
  outline: 0;
}
#appointment textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
	color: #717d9c;
}
#appointment input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-size: 16px;
  line-height: 43px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #00d0b3;
  color: #fff;
  padding: 0px 29px;
  margin-top: 6px;
  display: inline-block;
  box-shadow: -4px 4px 0 #00a08a;
  transition: all 0.6s;
  border: 0;
  margin-left: 18px;
}
#appointment input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	background: #00d0b3;
	color: #fff;
}
#appointment span.wpcf7-spinner{
	display: none;

}
#appointment .wpcf7-response-output{
	color: #fff;
}

/*Faq Section*/

#faq {
  background-color: #f0f0ff;
}
#faq .question-heading h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  border-radius: 17px;
  display: table;
  background-color: #00d0b3;
  margin: 0 auto 15px;
  padding: 7px 20px;
}
#faq .question-heading h3 {
  font-size: 40px;
  color: #362a45;
  font-weight: 700;
  text-align: center;
}
#faq hr{
  padding:2px;
  margin-top: 0;
  width: 9%;
  display: inline-block;
  background: #ff3f39;
}
#faq .aks-accordion-item {
  cursor: pointer;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
#faq .aks-accordion-item-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#faq .aks-accordion-item-icon i.fa.fa-chevron-down {
  border: solid 2px #baa7d4;
  height: 24px;
  width: 24px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#faq .aks-accordion-item-title {
  width: 90%;
  text-align: left;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
#faq .aks-accordion-item-content p {
  color: #8e95ac;
}
#faq .aks-accordion-item-content {
  display: none;
  width: 100%;
  overflow: hidden;
  word-break: break-word;
  text-align: left;
  line-height: 1.5;
  border-radius: 10px;
  background-color: #f9f9ff;
  border: 1px solid #f0f0ff;
  padding: 15px 20px 5px;
  margin-top: 20px;
}
#faq .aks-accordion-item.opened .aks-accordion-item-icon-open {
  display: none;
}
#faq .aks-accordion-item-icon-close {
  display: none;
}
#faq .aks-accordion-item.opened .aks-accordion-item-icon-close {
  display: block;
}
#faq .aks-accordion h6 {
  font-size: 16px;
  color: #131c21;
  font-weight: 600;
  margin-left: 20px;
  margin-bottom: 0;
}
#faq .faq-section {
  margin-top: 42px;
  margin-left: -15px;
  margin-right: -15px;
}
#faq .aks-accordion-item-icon-question i.fa.fa-question {
  background: #018bd6;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aks-accordion {
  float: left;
  width: 47.3%;
  margin: 0 15px;
}

/*Recent Blog Section*/

#recent_blog {
  margin-top: 340px;
}
#recent_blog h5 {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 17px;
  display: table;
  background-color: #00d0b3;
  margin: 0 0 15px;
  padding: 7px 20px;
  font-size: 14px;
}
#recent_blog h3{
  color: #2d3446;
  font-size: 32px;
  font-weight: 700;
}
#recent_blog figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000000;
}
#recent_blog figure:hover+span{
  opacity: 1;
}
#recent_blog img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#recent_blog .recent_box:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
#recent_blog h4 a{
  color: #2d3446;
  font-weight: 600;
  font-size: 18px;
}
#recent_blog .recent_box:hover h4 a{
  color: #00d0b3;
}
#recent_blog .button{
 background: #00d0b3;
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  border-radius: 30px;
  margin: 20px 0;
}
#recent_blog .button:hover{
  background: #2d3446;
  text-decoration: none;
  color: #fff;
}
#recent_blog .button,
#recent_blog .button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#recent_blog .button::before,
#recent_blog .button::after {
  background: #00d0b3;
  content: '';
  position: absolute;
  z-index: -1;
}
#recent_blog .button::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
#recent_blog .button:hover:after {
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}
#recent_blog .read_more{
    color: #00d0b3;
    font-weight: 600;
}
#recent_blog .post-details {
  display: flex;
  align-items: center;
}
#recent_blog .post-time {
  width: 60px;
  height: 60px;
  background-color: #00d0b3;
  color: #fff;
  padding: 5px;
  border-radius: 10px 0px 10px 10px;
  margin-top: -18px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-right: 10px;
}
#recent_blog .post-time span.post-digit {
  font-size: 30px;
  line-height: 20px;
  font-weight: 700;
  display: block;
  margin-top: 5px;
}
#recent_blog .post-details .dashicons {
  font-size: 18px;
}
#recent_blog .post-time:after {
  content: '';
  border-bottom: solid 18px #009b85;
  position: absolute;
  border-right: solid 10px transparent;
  right: -10px;
  top: 0;
}
#recent_blog .post-date{
  background: #00d0b3;
  color: #fff;
  position: absolute;
  top: 0;
  right: 20px;
  padding: 10px;
  font-weight: 500;
  border-radius: 0 0 20px 20px;
  width: 150px;
  text-align: center;
}
#recent_blog .owl-carousel .owl-nav {
  position: absolute;
  top: 56%;
  display: block;
  left: -323px;
  font-size: 28px;
}
#recent_blog .owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #00d0b3;
  color: #fff;
  outline: none;
  position: relative;
  border-radius: 50%;
  margin-right: 24px;
  font-size: 50px;
  line-height: 50px;
}
#recent_blog .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: #00d0b3;
  color: #fff;
  outline: none;
  position: relative;
  border-radius: 50%;
  font-size: 50px;
  line-height: 50px;
}
#recent_blog .owl-carousel .owl-nav button span {
  display: block;
  margin-top: -15px;
}
#recent_blog .fas{
  font-size: 20px;
}
#recent_blog .post-user {
  font-size: 12px;
  margin-right: 10px;
  line-height: 20px;
  color: #8e95ac;
  margin-left: auto;
}
#recent_blog .post-comments {
  font-size: 12px;
  line-height: 20px;
  color: #8e95ac;
}
#recent_blog p.content-post {
  font-size: 14px;
  margin-top: -11px;
}
#recent_blog .blog-title {
  margin: 131px 0 0 128px;
}
.post-content .read_more i.fa.fa-arrow-right {
  color: #00cfb3;
  font-size: 12px;
  margin-left: 5px;
  transition: linear 600ms;
}

#recent_blog .post-content .read_more:hover {
  color: #040f30;
  transition: linear 600ms;
}
.post-content .read_more:hover i.fa.fa-arrow-right {
  margin-left: 10px;
  color: #040f30;
}
/*Smart Home*/
#smart-home {
  background-color: #040f30;
  padding: 50px 0 150px;
}
#smart-home .smart h3 {
  font-size: 38px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 700;
}
#smart-home .smart p {
  font-size: 22px;
  line-height: 32px;
  color: #8e95ac;
  font-weight: 400;
}
#smart-home .button {
  color: #fff;
  padding: 10px 25px;
  font-weight: 500;
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  background-color: #00d0b3;
  box-shadow: -4px 4px 0 #00a08a;
  margin-top: 20px;
}
#smart-home .button:hover {
  background: #fff;
  color: #00d0b3;
  text-decoration: none;
}

/*Newsletter*/

#newsletter .news-heading {
  max-width: 400px;
  padding: 28px 0 0 78px;
}
#newsletter {
  border-radius: 90px;
  height: 180px;
  margin-top: -100px;
  margin-bottom: -80px;
  position: relative;
  z-index: 99;
}
#newsletter .news-heading h3 {
  font-size: 28px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 700;
}
#newsletter .news-heading p {
  font-size: 16px;
line-height: 24px;
color: #8e95ac;
font-weight: 400;
}
#newsletter .form {
  margin-top: 68px;
}
 
#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
  background: #fff;
  padding: 15px 15px;
  border: none;
  outline: none;
  width: 70%;
  color: #595959;
  border-radius: 30px;
  font-size: 14px;
}
#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email::placeholder{
  color: #595959;
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: #00d0b3;
  padding: 15px 15px;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  right: 10%;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  width: 150px;
  background-image: url(images/newsletter/btn-arrow.png) !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  padding-right: 40px;
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  background: #2d3446;
  color: #fff;
}

/*Innner page recent projects*/

#recent-page-inner figure{
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000000;
}
#recent-page-inner figure:hover+span{
  opacity: 1;
}
#recent-page-inner img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#recent-page-inner .project-box :hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

#recent-page-inner .box{
	background: #2d3446;
}
#recent-page-inner h4{
	color: #fff;
	font-weight: 600;
}
#recent-page-inner .box:hover h4{
	color: #00d0b3;
}
#recent-page-inner img{
	height: 300px;
	max-height: 300px;
	width: 100%;
}
#recent-page-inner .read-more{
	color: #fff;
}



/*Footer Section*/

.footer-area .textwidget{
  list-style: none;
}
.footer-area .textwidget img{
	width: 100%;
}
.footer-area .textwidget ul{
  padding: 0 10px;
}
.footer-area .textwidget ul li {
  margin: 10px 0;
  color: #a4a0bc;
  font-weight: 500;
}
.footer-area li::marker {
    color: #fff;
}
.footer-area h2{
  color: #fff;
  font-weight: 500;
}
.footer-area h4.title{
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}
.footer-area  .fab{
  margin-top: 10px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.footer-area .fas, .footer-area .far{
  color: #fff;
  margin-right: 10px;
  background: #00d0b3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 13px 13px;
}
.footer-area .post-thumbnail img {
    max-width: 100px;
    height: 70px;
    float: right;
}
.footer-area .post-title {
    font-size: 16px;
    font-weight: 400;
}
.footer-area .post-meta a{
  font-weight: 400;
  color: #00d0b3;
  font-size: 18px;
}
.footer-area ul {
  padding: 0px 21px;
  line-height: 2;
}
.footer-area ul li{
  margin: 10px 21; 
  color: #fff;
}
.footer-area select{
  width: 100%;
  padding: 10px;
}
.footer-area bdi{
  color: #fff;
}
.footer-area .social-links {
  display: flex;
}
.footer-area .social-links a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  background-color: #040f30;
  margin-right: 10px;
  border-radius: 50%;
}
.footer-area .social-links a:hover {
  background-color: #00d0b3;
  color: #00d0b3;
}
.footer-area .textwidget p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

.copyright p{
  color: #fff;
  margin-bottom: 0;
}
.copyright a{
  color: #00d0b3;
}
.copyright a:hover{
  color: #fff;
}
.footer-area .woocommerce ul.product_list_widget li{
   padding: 5px 0;
}
.custom-h6{
  font-size: 18px !important;
}
.copyright{
  background-color: #0d1a40;
}

/*Contact Page*/

#contact .contact-title{
  font-size: 44px;
  color: #1e1e1e;
  font-weight: 700;
}
#contact h2{
 font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}
#contact p{
  color: #362a45;
}
#contact .services-box:hover p{
	color: #fff;
}
#contact .contact-text{
  color: #2d3446;
}
#contact .icon1{
  background: #fff;
  color: #2d3446;
  border-radius: 50%;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
  width: 45px;
  height: 45px;
  padding: 10px;
  margin: 0 5px;
  webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
  font-size: 24px;
  cursor: pointer;
}
#contact .icon1:hover{
  transform: rotate(360deg);
  color: #fff;
  background: #00d0b3;
}
#contact .contact-enquiry{
  background: #fff;
}
#contact .services-box{
  background: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 0 15px rgba(0,0,0,0.1));
  height: 225px;
}
#contact .services-box:hover{
	background: #00d0b3;
	color: #fff;
}

#contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  width: 25%;
  margin: 10px 10px;
}
#contact input.wpcf7-form-control.wpcf7-text {
  width: 100%;
  height: 46px;
  border-radius: 6px;
  background-color: #fbfbff;
  border: 1px solid #f0f0ff;
  font-size: 16px;
  line-height: 26px;
  color: #a1a1d4;
  font-weight: 400;
  padding: 13px;
  outline: 0;
  margin-bottom: 15px;
}
#contact input.wpcf7-form-control.wpcf7-text::placeholder{
	color: #717d9c;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  border-radius: 6px;
  background-color: #fbfbff;
  border: 1px solid #f0f0ff;
  font-size: 16px;
  line-height: 26px;
  color: #a1a1d4;
  font-weight: 400;
  font-family: "Outfit";
  height: 130px;
  padding: 13px;
  outline: 0;
}
#contact textarea.wpcf7-form-control.wpcf7-textarea:placeholder{
	color: #717d9c;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font-size: 16px;
  line-height: 43px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #00d0b3;
  color: #fff;
  padding: 2px 29px;
  margin-top: 10px;
  display: inline-block;
  box-shadow: -4px 4px 0 #00a08a;
  transition: all 0.6s;
  border: 0;
  margin-left: 18px;
}
#contact input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
  color:#fff; 
  font-weight: 500;
  border: none;
}
#contact span.wpcf7-spinner{
  display: block;
}
#contact embed{
  width: 100%;
  height: 500px;
}
#contact .icon2{
  font-size: 50px;
  color: #00d0b3;
  display: inline;
-webkit-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  display: inline-table;
}
#contact .services-box:hover .icon2{
  transform: rotate(360deg);
  color: #fff;
}
#contact h6{
  color: #2d3446;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
#contact .services-box:hover h6{
	color: #fff;
}
#contact h5 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}
#contact h3{
  color: #2d3446;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 500;
}
.contact-form {
  background: #040f30;
}
.form-box{
  background: #fff;
}


/*MEDIA QUERY 320 TO 720*/

@media only screen and (min-width: 320px) and (max-width: 720px){
  .admin-bar .fix-sticky{
   	margin-top: 0;
   }
   .fix-sticky{
    position: unset;
   }
   #main-menu ul li a{
    color: #2d3446;
   }
	.sidenav {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0;
	  background-color: #ffff;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	  text-align:center;
	}
	.sidenav a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 25px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}
	#main-menu{
		top: 25px;
	}
	.sidenav a:hover{
	  color: #f1f1f1;
	}
	#main-menu ul.children, #main-menu ul.sub-menu{
		box-shadow: none;
	}
	.sidenav .closebtn {
	  position: absolute;
	  top: 50px;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	}
  #site-navigation .sidenav a.closebtn, .open-menu {
    display: inline-block;
    background: #00d0b3;
    padding: 0 5px;
    color: #fff;
    border-radius: 6px;
}
	#main-menu ul.children, #main-menu ul.sub-menu{
		background: transparent;
	}
	#main-menu ul.sub-menu li a:hover:after{
		background: transparent;
		color: #2d3446;
	}
	#main-menu ul.sub-menu li a:hover{
		color: #2d3446;
	}
	#main-menu ul.sub-menu li a:before{
		border: none;
	}
	.woocommerce #content table.cart td.actions .coupon .button.alt,
	.woocommerce #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce table.cart td.actions .coupon .button.alt,
	.woocommerce table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page #content table.cart td.actions .coupon .button.alt,
	.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
	.woocommerce-page table.cart td.actions .coupon .button.alt,
	.woocommerce-page table.cart td.actions .coupon .input-text+.button{
     float: unset;
     width: 100% !important;
     margin: 0;
  }
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button{
    width: 100%;
    margin: 0;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text{
  	width: 100% !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
  	padding: 10px 20px;
  }
  .woocommerce .quantity .qty{
  	max-width: 120px;
  }
  .summary.entry-summary{
    text-align: center;
  }
  .woocommerce div.product div.images img,
  .woocommerce ul.products li.product a img{
    padding: 0 5px;
  }
  section.related.products{
    padding: 0 5px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
  	width: 100%;
  }
  .page-404 h1{
  	font-size: 100px;
  }
  .page-404 p{
  	margin-left: 0;
  	margin-right: 0;
  }
  p.cart-item-box{
    left: 50%;
  }
  .top_header .mail, .top_header .location, .top_header .time{
    font-size: 12px;
  }
  .admin-bar .fix-sticky{
    position: relative;
  }
  .menu-header .call_box:after{
    display: none;
  }
  .logo-box {
    position: unset;
    width: 43%;
    text-align: left;
    padding: 0px 6px 0 10px;
}
  .menu-box {
    left: 0;
    padding: 0;
    flex: 0 0 20%;
    max-width: 20%;
}
  .logo-box img {
    max-width: 120%;
}
  .menu-box{
  	left: 0;
    margin-left: auto;
  }
  .serch-box{
  	left: 0;
  }
  .open-menu {
    margin-top: 20px;
}
.open-menu span {
  font-size: 24px !important;
}
.header-right-button {
  position: relative;
  margin-left: auto;
  top: 155px;
}
.button-header a {
  font-size: 10px;
  line-height: 35px;
  font-weight: 400;
  border-radius: 6px;
  background-color: #00d0b3;
  color: #fff;
  padding: 0 10px;
  margin-top: 20px;
  display: inline-block;
  box-shadow: -4px 4px 0 #00a08a;
  transition: all 0.6s;
  font-size: 10px;
}
  #slider .slider-content {
    top: 28%;
    transform: translateY(-25%);
    left: 5%;
    right: 0;
    width: 96%;
    max-width: 100%;
}
  #slider .expert-div{
  	display: none;
  }
  #slider h2{
    display: none;
  }
  #slider h1 {
    font-size: 16px;
    line-height: 18px;
}
  #slider .button {
    font-size: 10px;
    padding: 5px 10px;
    display: table;
    margin: 10px 0 0;
    line-height: 25px;
}
  #slider .owl-carousel .owl-nav{
    display: none;
  }
  #slider .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 10px;
  }
  #slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #9aa4af;
    margin: 0 5px;
    outline: none;
  }
  #slider .owl-dots button.owl-dot.active {
    background-color:#00d0b3;
  }
  #slider .work-enquiry-div .deta-box {
    height: 50px;
    margin-bottom: 10px;
}
#slider .work-enquiry-div .dashicons {
  width: 30px;
  height: 30px;
  font-size: 18px;
}
#slider .work-enquiry-div {
  margin-top: -150px;
}
#slider .work-enquiry-div .deta-enquiry h6 {
  font-size: 14px;
  line-height: 6px;
  color: #040f30;
  font-weight: 500;
}
  #services h3, #about_us h3, #counter h3, #gallery_div h3, #testimonial h3, #newsletter h3{
  	margin: 0 0;
  	font-size: 18px;
  }
  #about_us h5 {
    margin: auto;
}
#about_us h3 {
  font-size: 28px;
  line-height: 32px;
  max-width: 100%;
  margin: 10px 0 20px;
}
#need-automation h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
#need-automation .automation-boxes {
  padding: 10px 0;
}
  #about_us .image-box{
  	display: block;
  }
  #about_us .image-2{
  	position: unset;
  	margin-top: 20px;
  }
  #about_us .image-box {
  	margin-bottom: 20px;
  }
  #work_process .work-process-div{
  	margin-left: 0;
  	margin-right: 0;
  }
  #work_process h3, #appointment h3{
  	width: 100%;
  	font-size: 28px;
  }
  #work_process .div-1{
  	order: 2;
  }
  #work_process .div-2{
  	order: 1;
  }
  #work_process .work-enquiry-div{
  	right: 0;
  	top: 0;
  	margin: 10px;
  }
  #appointment .appointment-box{
  	position: unset;
  }
  #testimonial .owl-carousel .owl-nav{
    display: none;
  }
  #testimonial .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
    bottom: 10px;
  }
  #testimonial .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #9aa4af;
    margin: 0 5px;
    outline: none;
  }
  #testimonial .owl-dots button.owl-dot.active {
    background-color:#00d0b3;
  }
  #site-navigation .sidenav a.closebtn, .open-menu{
  	top: 50px;
  }
  #recent_blog .owl-dots{
    display: block;
  }
  #banner_div h3{
    margin: 0;
  }
  #newsletter h3{
    width: 100%;
  }
  .newsletter_box{
  	background-position: top !important;
  }
  #newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
    padding: 10px 10px;
    width: 100%;
    font-size: 14px;
  }
  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit{
    position: unset;
    right: 0;
    margin: 15px 0;
  }
  #newsletter .wpcf7-spinner {
    display: block;
    position: absolute;
    right: 0;
}
  .footer-area ul{
    padding: 0 10px;
  }
  #contact .dashicons{
  	margin: 20px 0;
    display: inline;
  }
  #contact hr {
   width: 30%;
  }
  #contact .contact-form p{
  	margin-left: 0;
  	margin-right: 0;
  }
  #contact input.wpcf7-form-control.wpcf7-text,
  #contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number,
  #contact textarea.wpcf7-form-control.wpcf7-textarea{
  	width: 100%;
  	margin: 15px 0;
  }
  #contact .wpcf7 .ajax-loader{
  	display: block;
  	left: 38%;
  }
  #comments textarea{
  	width: 100%;
  }
	.woocommerce-page div.product div.summary{
	 	padding: 15px;
	} 
  .post-single .blog_share_icon .fab{
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0 -1px;
  }
  .copyright  img{
    margin: 10px 0;
  }
  .latest-post .comments{
    font-size: 16px;
  }
  .latest-post .date-meta{
    font-size: 14px;
  }
  .footer-area hr{
    width: 30%;
    margin-right: auto;
  }
  .page-template-frontpage .footer{
    margin-top: 40px;
  }
   #work_process .video-section .home-automation-blog .is-open{
   	top: 0;
   }
   #need-automation {
    padding: 40px 0 0;
}
#need-automation .col-md-6{
padding-left: 5px;
}
  #need-automation .automation-circle {
    width: 305px;
    height: 305px;
    padding: 25px 0;
    margin: 0 auto 20px;
}
#need-automation .automation-circle ul li {
  font-size: 8.5px;
  line-height: 10px;
}
#need-automation .automation-circle ul li:first-child {
  max-width: 130px;
  left: 26px;
  top: 18px;
}
#need-automation .automation-circle ul li:nth-child(2) {
  right: 25px;
  top: 80px;
  width: 60px;
}
#need-automation .automation-circle ul li:nth-child(3) {
  right: 5px;
  top: 146px;
}
#need-automation .automation-circle ul li:nth-child(4) {
  right: 50px;
  bottom: 45px;
}
#need-automation .automation-circle ul li:nth-child(5) {
  left: 14px;
  bottom: 40px;
  width: 100px;
}
#need-automation .automation-circle ul li:nth-child(6) {
  left: -25px;
  bottom: 105px;
  width: 90px;
}
#need-automation .automation-circle ul li:nth-child(7) {
  left: -5px;
  top: 78px;
  width: 80px;
}
  #slider .owl-carousel .owl-item img {
    width: 280%;
}
#need-automation .deta-box .deta-enquiry h4 {
  font-size: 12px;
  line-height: 12px;
}
#need-automation .deta-box .deta-enquiry h6 {
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 4px;
}
#need-automation .deta-box .dashicons {
  width: 28px;
  height: 28px;
  font-size: 14px;
}
#need-automation .deta-box {
  height: 38px;
  padding: 5px;
  max-width: 150px;
  margin: -33px auto 0;
}
#video h3 {
  font-size: 24px;
  margin: 0 auto -30px;
}
#testimonial .testi-inner {
  padding: 0 15px;
}
#testimonial .testi-star {
  padding: 7px 20px;
  width: 71%;
  margin: 15px 0;
  border-radius: 10px;
}
p.ratin-text {
  font-size: 12px;
}
#testimonial img {
  top: 292px;
}
#testimonial h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
#testimonial h6 {
  font-size: 14px;
}
.appointment-form h2 {
  font-size: 24px;
}
#recent_blog .blog-title {
  margin: 0;
}
#recent_blog h3, #faq .question-heading h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
footer {
  border-radius: 0;
}
.aks-accordion {
  float: none;
  width: auto;
  margin: 0 15px;
}
#smart-home .smart h3 {
  font-size: 26px;
  line-height: 35px;
}
#smart-home .smart p {
  font-size: 16px;
  line-height: 24px;
}
#newsletter {
  border-radius: 40px;
  height: auto;
  padding: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
#newsletter .news-heading {
  max-width: 400px;
  padding: 0;
}
#newsletter .news-heading h3 {
  font-size: 24px;
  line-height: 52px;
}
.footer-area .textwidget {
  margin-bottom: 30px;
}
.footer-area .social-links {
  justify-content: center;
}
h2, .h2 {
  font-size: 1.5rem;
}
.footer-area ul {
  padding: 0 10px;
  display: table;
  margin: 0 auto 30px;
}

}

 
/*MEDIA 721 TO 1023*/

@media only screen and (min-width: 721px) and (max-width: 1023px){
	#main-menu{
		float: left;
		width: 100%;
	}
  .admin-bar .fix-sticky{
    margin-top: 45px;
  }
  #slider .owl-carousel .owl-item img {
    width: auto;
    height: 100vh;
}
  #contact input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    width: 30%;
  }
	#contact textarea.wpcf7-form-control.wpcf7-textarea{
		width: 95%;
		margin: 15px 0;
	}
	#contact input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-number{
		width: 45%;
		margin: 10px 10px;
	}
	#contact input.wpcf7-form-control.wpcf7-text{
		width: 46%;
		margin: 20px 10px;
	}
	#contact .wpcf7 .ajax-loader{
		display: block;
	}
	.sidebar-area .post-title{
		font-size: 14px;
	}
	.woocommerce div.product div.images img{
		width: auto;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	 	width: 50%;
	}
	.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary,
	.woocommerce div.product div.images, .woocommerce div.product div.summary, 
	.woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, 
	.woocommerce-page div.product div.images, .woocommerce-page div.product div.summary{
	 	float: left;
	 	width: 50%;
	}
	.woocommerce button.button{
	 	margin: 0 10px;
	 	padding: 12px 20px;
	}
  .top-header span{
    font-size: 12px;
  }
  #main-menu ul li a {
    padding: 16px 10px;
    font-size: 14px;
}
  .logo-box {
    position: unset;
}
 .logo-box img{
  max-width: 100%;
 }
 
  .menu-box{
  	left: 0;
  }
  .serch-box{
  	left: 0;
  }
  .menu-header .call_box{
    left: 30px;
  }
  .menu-header .call_box{
    padding: 16px 0;
  }
  .menu-header .call_text1{
    font-size: 7px;
  }
  .menu-header .call_text2{
    font-size: 10px;
  }
  .top_header .social-links a{
    margin: 0 3px;
  }
  #slider .slider-content {
    top: 50%;
    left: 5%;
    right: 25%;
  }
  #slider .expert-div{
  	display: none;
  }
  #slider h1 {
    font-size: 28px;
    margin: 0 !important;
}
  #slider .button{
    padding: -1px 7px;
    font-size: 14px;
  }
  #slider .owl-carousel .owl-nav{
    display: none;
  }
  #slider .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 10px;
  }
  #slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #9aa4af;
    margin: 0 5px;
    outline: none;
  }
  #slider .owl-dots button.owl-dot.active {
    background-color:#00d0b3;
  }
  #services h3, #about_us h3, #counter h3, #gallery_div h3{
  	margin: 0 5%;
  }
  #work_process h3{
  	width: 100%;
  	margin: 0 0;
  }
  #testimonial h3 {
    font-size: 28px;
}
  #counter h3{
    margin: 0 10%;
  }
  #recent_blog img {
    height: auto;
}
  #work_process .div-1{
  	order: 2;
  }
  #work_process .div-2{
  	order: 1;
  }
  #work_process .work-enquiry-div{
  	right: 0;
  	top: 0;
  }
  #testimonial .owl-carousel .owl-nav{
    display: none;
  }
  #gallery_div h3{
    margin: 0 20%;
  }
  #appointment .appointment-box{
  	position: unset;
  }
  #appointment h3{
  	width: 100%;
  }
  #recent_blog .owl-dots{
    display: block;
  }
  .widget_text, .widget_nav_menu{margin-bottom: 30px;}
  #newsletter .newsletter_box{
  	height: 180px;
  	max-height: 180px;
  }
  #recent_blog .blog-title {
    margin: 74px 0;
}
#appointment textarea.wpcf7-form-control.wpcf7-textarea {
  height: 90px;
}
  #newsletter .newsletter_box{
  	background-position: center !important;
  }
  #newsletter h3{
    font-size: 24px;

  }
  #about_us h5 {
    margin: 0 auto 20px;
}
#about_us h3 {
  margin-bottom: 10px !important;
  max-width: none;
}
  #newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
    padding: 15px 15px;
    width: 100%;
  }
  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit{
    right: 0;
    margin: 15px 0;
  }
  #newsletter .wpcf7-spinner{
    display: block;
  }
  .page-template-frontpage .footer{
    margin-top: 40px;
  }
  #work_process .work-process-div{
  	margin-left: 0;
  	margin-right: 0;
  }
  .button-header a {
    font-size: 14px;
    line-height: 41px;
    padding: 0px 12px;
    margin-top: 19px;
}
#testimonial img {
  top: 176px;
}
#recent_blog .owl-carousel .owl-nav {
  top: 44%;
  left: -247px;
  font-size: 26px;
}
.aks-accordion {
  width: 45.3%;
  margin: 0 14px;
}
#smart-home .smart h3 {
  font-size: 23px;
  line-height: 32px;
}
#smart-home .smart p {
  font-size: 16px;
  line-height: 27px;
}
#newsletter .news-heading h3 {
  font-size: 21px;
  line-height: 35px;
}
#newsletter .news-heading p {
  font-size: 13px;
  line-height: 21px;
  }
  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
    right: -162px;
    margin: 10px 0;
    top: -56px;
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  padding: 10px 7px;
  right: -48%;
  font-size: 14px;
  width: 140px;
  padding-right: 38px;
}
#newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  width: 93%;
  font-size: 14px;
}
#testimonial .testi-star {
  width: 75%;
}
p.ratin-text {
  font-size: 13px;
}
#need-automation .row > .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
#need-automation .row > .col-md-6 {
  order: -1;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  display: flex;
}
#need-automation .automation-boxes {
  padding: 50px 0 0;
}
#testimonial .testi-inner {
  padding: 0 0px;
}
}

/*MEDIA 1024 TO 1119*/
@media only screen and (min-width: 1024px) and (max-width: 1199px){
  
	#main-menu ul li a{
		padding: 10px 10px;
    font-size: 16px;
	}
  .top_header .mail, .top_header .location, .top_header .time{
    font-size: 11px;
  }
   
  .logo-image img{
  	width: 200px;
  }
  .top_header .social-links a{
    margin: 0 3px;
  }
  .menu-header .call_box{
    font-size: 12px;
  }
 
  #slider h2{
    font-size: 18px;
  }
  #slider h1{
    font-size: 34px;
  }
  #slider .expert-div{
  	top: 30px;
  	right: 7%;
  }
  #work_process h3{
  	width: 100%;
  }
  #work_process .work-enquiry-div {
   width: 600px;
   right: 50%;
  }
  #testimonial .owl-carousel .owl-nav{
    display: none;
  }
  #testimonial .owl-dots {
    text-align: center;
    width: 100%;
    display: block;
    bottom: 10px;
  }
  #testimonial .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #9aa4af;
    margin: 0 5px;
    outline: none;
  }
  #testimonial .owl-dots button.owl-dot.active {
    background-color:#00d0b3;
  } 
  #appointment h3{
  	width: 100%;
  }
  #appointment .appointment-box{
  	bottom: -18%;
  }
  #newsletter h3{
    font-size: 28px;
  }
  #newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email{
    width: 68%;
  }
  #newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit{
    width: 140px;
  }
  #contact textarea.wpcf7-form-control.wpcf7-textarea {
   width: 95%;
  }
  .latest-post .date-meta{
    font-size: 12px;
  }
  #recent_blog .owl-dots{
    display: block;
  }
  #testimonial img {
    top: 172px;
}
#testimonial .testi-star {
  padding: 14px 28px;
  width: 51%;
}
#testimonial img {
  top: 172px;
}
#recent_blog .owl-carousel .owl-nav {
  top: 65%;
  left: -221px;
  font-size: 28px;
}
.aks-accordion {
  width: 45.3%;
  margin: 0px 11px;
}
#faq .aks-accordion h6 {
  font-size: 12px;
}
#smart-home .smart h3 {
  font-size: 22px;
  line-height: 31px;
}
#smart-home .smart p {
  font-size: 16px;
  line-height: 28px;
}

#need-automation .row > .col-md-6 {
  order: -1;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  display: flex;
}
#need-automation .row > .col-md-3 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

}

/*MEDIA 1200 TO 1440*/
@media only screen and (min-width: 1200px) and (max-width: 1440px){
  
	.woocommerce .quantity .qty{
		max-width: 150px;
	}
  .latest-post .date-meta{
    font-size: 12px;
  }
  #work_process .work-enquiry-div{
  	width: 600px;
  }
  #work_process h3{
  	width: 100%;
  }
   
}