/*
Theme Name: Electrician services Pro
Theme URI: https://www.ovationthemes.com/products/electrical-wordpress-theme/
Author: Ovationthemes
Author URI: https://www.ovationthemes.com/
Theme Description: Electricion Pro WordPress Theme is a feature-rich theme with a gorgeous layout. It is specifically designed for repairing services, manufacturing plants, road building, company, constructor, corporate, industry, plumber, electrician, carpenter, painter, handyman, mills, small contractors to big corporates, heavy vehicle and rent websites. This premium theme is compatible with all famous WordPress plugins like WooCommerce, Contact Form 7 etc. It uses theme options using customizer API. The responsive design will fit in all devices. Also, it is translation-ready and has RTL layout support. You have a lot of customization options like simple menu option, Favicon, Logo, Title and Tagline Customization, support to add CSS/JS, pagination option, enable-disable options on all sections.
Version: 0.0.8
Requires at least: 5.0
Requires PHP: 7.2.14
Tested up to: 5.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: electrician-services-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Electrician services Pro WordPress Theme has been created by ovationthemes(ovationthemes.com), 2021.
Electrician services Pro WordPress Theme is released under the terms of GNU GPL
*/

/*----------------all Pages-------------------------------------*/

*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  background-color:#fff;
  font-size: 15px;
  color: #2a2a34;
  font-family: 'Noto Sans Ethiopic', sans-serif;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}
section img{
  max-width:100%;
}
h1,h2,h3{
  font-size: 36px;
  font-family: 'Noto Sans Ethiopic';
  margin:0;
  padding:10px 0;
  color:#2a2a34;
  font-weight: 800;
}
h4,h5,h6{
  font-size: 22px;
  font-family: 'Noto Sans Ethiopic';
  margin:0;
  padding:10px 0;
  color:#ff3a47;
  font-weight: 700;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:16px;
  font-weight:400;
  color: #707070;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#2a2a34;
  font-weight: 400;
}
a:hover{
  color: #ff3a47;
}
a:focus,a:hover{
  text-decoration:none !important;
}
/* SITE LOADER */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background: #dde1f2;
}
  .no-js & {
    display: none;
  }

.loader div{
    transform-origin: 50% 100%;
    position: absolute;
    top: 0;
    left: 50px;
}
.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}



svg {
  position: absolute;
  width: 240px;
  height: 120px;
  top: 0; right: 0;
  bottom: 0; left: 0; 
  margin: auto;
}

svg #plug,
svg #socket {
  fill:#ff3a47;
}

svg #loop-normal {
  fill: none;
  stroke: #ff3a47;
  stroke-width: 12;
}

svg #loop-offset {
  display: none;
}

/* SEARCH POPUP */

.header-search-wrapper {
  float: right;
  position: relative;
}
.search-main {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  cursor: pointer;
  color: #ff3a47;
  border-radius: 50px;
}
.header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    box-shadow: 1px 1px 7px rgba(0,0,0,.15);
    border-top: 5px solid #ff3a47;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 360px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}
.header-search-wrapper .search-form-main {
    border-top-color: #ff3a47;
}
.header-search-wrapper .search-form-main:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff3a47;
    content: "";
    position: absolute;
    right: 10px;
    top: -15px;
}
.header-search-wrapper .search-form-main:before {
    border-bottom-color: #ff3a47;
}
.header-search-wrapper .search-form-main .search-field {
    border-radius: 5px;
    padding: 6px 10px;
}
.header-search-wrapper .search-form-main .search-submit {
    border: medium none;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;   
    padding: 9px;    
    background: #ff3a47;
}
/*----------------------add to cart---------*/
#cart {
  background: #000;
  width: 400px;
  right: 0px;
  top: 50px;
  margin: 0px auto;
  text-align: left;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  display: none;
  -webkit-animation: bounceIn 2s ease-in-out;
  animation: bounceIn 2s ease-in-out;
}
.cart_box:hover #cart{
  display: block;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
li.woocommerce-mini-cart-item.mini_cart_item a.remove {
    right: 0px;
    left: auto !important;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  float: left;
  margin-right: 24px;
}
.woocommerce a.remove{
  color: #fff !important;
  background-color: #ff3a47;
  width: 25px;
  height: 27px;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li{
  padding-left: 0em;
}
.woocommerce.widget_shopping_cart .buttons a{
  width: 100%;
  text-align: center;
}
.woocommerce .widget_shopping_cart .total{
  padding: 4px 0 0;
  margin: 10px 0 !important;
}
.woocommerce-mini-cart__total.total strong {
    padding: 8px 0;
}
p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
}
.woocommerce .products li {
    width: 100% !important;
    margin: 10px 0 !important;
}
/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
} 
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #2a2a34; 
  color:#ffffff;
  font-weight:normal;
}
.title-box{
  background:#dcedff ;
}
.main_title {
    background: #dcedff ;
}
/* MENU BAR */

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
ul.list_nav {
  margin: 0 auto;
  display: block;
}
.main-navigation li{
  position: relative;
  display: inline-block;
}
.main-navigation ul.sub-menu li:after{
  display: none;
}
.main-navigation a{
  font-size: 16px;
    font-weight: 400;
    padding: 5px 13px;
    color: #ffffff;
}
/*.main-navigation ul ul{
    position: static;
    background: transparent;
    min-width: auto;
    border: none;
    border-radius: 0;
}*/
.main-navigation ul ul{
display: none;
  position: absolute;
  left: 0;
  top: 100% ;
  background: #2a2a34;
  min-width: 215px;
  z-index: 9999;
  margin-top: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.main-navigation ul ul ul{
  left: 100%;
  top: 0;
}
.main-navigation ul ul li,
.menubar.scrolled .main-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-bottom: 1px solid #e9eaea;
}
.main-navigation ul ul li:last-child{
  border-bottom: 0;
}
.main-navigation ul li:hover > ul{
  display: block;
}
.main-navigation .menu > ul > li.highlight{
  background-color: #ffffff;
}
.main-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
.menubar.scrolled .menu > ul > li:hover > a:after,
.menubar.scrolled .menu > ul > li.current_page_item > a:after,
.menubar.scrolled .menu > ul > li.current-menu-item > a:after{
  height: 2px;
}

ul#menu-ot_main_primary-menu {
    margin-bottom: 0;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation{
  margin: 0 0 15px;
  overflow: hidden;
}
/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous{
  float: left;
  width: 50%;
}*/
.comment-navigation .nav-next, .posts-navigation .nav-next{
  float: right;
  text-align: right;
  width: auto;
}
.main-navigation a:hover,li.current-menu-item.current_page_item a{
	color: #ff3a47;
  border-bottom: 2px solid #ff3a47;
}
ul.children li a {
    padding: 10px;
}
/* ---------- Return to Top ------------ */
/* ---------- Return to Top ------------ */

#return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#return-to-top i {
  color: #92a8ac;
  position: relative;
  top: 13px;
  font-size: 19px;
  padding: 3px 18px;
  box-shadow:none;
  transition: all 0.40s ease;
  -webkit-transition: all 0.40s ease;
  -moz-transition: all 0.40s ease;
  -ms-transition: all 0.40s ease;
  -o-transition: all 0.40s ease;
}
#return-to-top:hover {
  background: transparent;
  box-shadow: 0 0 10px 0 #ff3a47 inset, 0 0 10px 4px #ff3a47;
}
#return-to-top:hover i {
  top: 5px;
  color: #ff3a47 !important;
}
div#mySidenav {
    display: block;
}
/*--------sidebar------------*/
div#sidebar .wp-block-group {
    margin: 20px 0px;
} 
div#sidebar .wp-block-group__inner-container h2 {
    background: #dcedff ;
    font-size: 24px;
    text-align: center;
    font-style: italic;
}
#sidebar li.wp-block-latest-comments__comment {
    margin-top: 15px;
  }

/*sidebar*/

#sidebar .postbox.smallpostimage{
  padding: 10px;
}
#sidebar td#prev a {
  color: #1fb125;
}
#sidebar caption {
  font-weight: bold;
  color: #ff3a47;
  font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
  text-align: center;
}
#sidebar td {
  padding: 7px;
}
#sidebar th {
  text-align: center;
  padding: 5px;
  color: #ff3a47;
}
#sidebar select {
  padding: 10px 5px;
  border: solid 1px #2c2c2c;
  color: #ff3a47;
  background: transparent;
  width: 100%;
}
#sidebar h3 {
  font-weight: bold;
  font-size: 22px;
  color: #2c2c2c;
  text-align: center;
  padding: 4% 0;
}
#sidebar input[type="search"],
input[type="search"] {
  padding: 17px;
  font-size: 14px;
  margin-bottom: 0px;
  color: #666c6e;
  border: solid 1px #e5eaec;
  width: 100%;
}
#sidebar .search-form .search-submit{
    bottom: 4px;
    padding: 12px 10px !important;
    position: absolute;
    left: 20px;
    width: 40%;
    margin: 2% 0px
}
#sidebar label{
  margin-bottom: 0;
  width: 100%;
}
#sidebar input[type="submit"]{
  background:#1fb125;
  color:#fff;
  padding:10px 0;
  font-size:12px;
  width: 30%;
  font-weight: bold;
}
#sidebar .widget {
  margin-bottom: 25px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 17px;
}
#sidebar ul li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 5px;
    padding: 10px 20px 10px;
}
#sidebar aside#monster-widget-placeholder-9 ul li {    
    box-shadow: 0.5px 0.866px 4px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;    
}
aside#monster-widget-placeholder-10 ul li {
    box-shadow: 0.5px 0.866px 4px 0px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
}
#sidebar ul li a:before{
  font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    font-size: 10px;
    font-weight: 100;
    margin-left: -15px;
    margin-right: 10px;
    top: -1px;
    display: inline-block;
    position: relative;
}
#sidebar ul li:last-child{
  border: none;
}
#sidebar ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #2a2a34;
}
#sidebar .tagcloud a,
.site-footer .tagcloud a{
  background:#eeeeee;
  color:#2c2c2c;
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px;
  display:inline-block;
}
#sidebar .tagcloud a:hover,
.site-footer .tagcloud a:hover{
  background:#1fb125;
  color: #fff;
}
.menu-ot_main_primary-menu-container {
    margin-bottom: 50px !important;
}
.textwidget img {
    border-radius: 10px;
}
span.rss-date {
    font-style: italic;
    font-weight: bold;
}
.rssSummary {
    margin: 10px 0px;
}
aside#monster-widget-placeholder-4 ul,aside#monster-widget-placeholder-6 ul,aside#monster-widget-placeholder-7 ul,.menu-ot_main_primary-menu-container ul{
    background: #dcedff ;
}
ul#menu-ot_main_primary-menu-1 {
    margin-bottom: 20% !important;
}
td#today a {
    background: #ff3a47;
    border-radius: 50px;
    padding: 8px 10px;
}
/*--------- Woocommerce Section--------- */

.woocommerce ul.products li.product a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.woocommerce ul.products li.product .star-rating{
  margin: 0 auto .5em;
  color: #f4bc16;
}
.woocommerce .products li {
    text-align: center;
    border: solid 1px #e6e6e7;
    border-radius: 10px;
    padding: 10px 10px 10px 10px !important;
}
.woocommerce .products li:hover{
  box-shadow: 0px 0px 10px 2px #ededed;
}
.woocommerce #sidebar {
  margin-top: 2em;
}
a.showcoupon,
.woocommerce-message::before{
  color: #ff3a47;
}
.woocommerce-message {
  border-top-color: #ff3a47;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
    background: #ff3a47;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    margin: 0 !important;
    min-height: 5px;
    line-height: 26px;
    min-width: 60px;
}
.woocommerce ul.products li.product .onsale{
    top: 10px !important;
    right: 10px !important;
}
h2.woocommerce-loop-product__title{
  font-size: 18px !important;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #2a2a34 !important;
    font-size: 22px;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 5px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    background: #213545;
    border-radius: 50px !important;
    position: relative;
    padding: 14px 20px;
    opacity: 1 !important;
    cursor: pointer !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #ff3a47 !important;
  color: #fff;
}
.woocommerce .quantity .qty {
  width: 5em;
  padding: 8px 5px;
  border-radius: 0;
  border: solid 1px #2a2a34;
  color: #2a2a34;
}
.col-1,.col-2 {
  max-width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #ff3a47;  
  padding: 12px!important;
  margin-bottom: 10px;
  border-radius: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a{
  color: #fff !important;
  font-weight: bold;
  font-style: none !important;
  text-decoration: none;
}
.posted_in {
  display: block;
}
.woocommerce .woocommerce-ordering select{
  padding: 10px;
}
span.woocommerce-input-wrapper{
 width: 100%;
}
.woocommerce-product-gallery__image{
  padding: 2px;
}
.woocommerce a.checkout-button.button.alt.wc-forward{
  color: #fff !important;
  font-style: none;
}
.woocommerce a.checkout-button.button.alt.wc-forward:hover{
  text-decoration: none !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: auto;
    margin: auto;
}
.woocommerce-product-gallery__image img.wp-post-image {
    width: auto !important;
    margin: inherit;
}
nav.woocommerce-breadcrumb {
    margin: 17px 0px !important;
    font-size: 16px !important;
    color: #ff3a47 !important;
}
.summary.entry-summary form.cart .quantity {
    margin: 4px 15px 0px 0px !important;
}
button.single_add_to_cart_button.button.alt {
    padding: 15px 30px;
}
.comment-form-rating label, p.stars {
    padding: 10px 0px;
}
textarea#comment {
    width: auto !important;
}
input#coupon_code {
    width: 104px;
    margin: 6px 15px 0px 0px;
}
ul.woocommerce-error {
    border-top-color: #ff3a47;
}
.woocommerce-error::before {
    color: #ff3a47;
}
/*--------post------------*/
.single-post .post_share_icon a {
    padding: 10px 13px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    width: auto;
    margin: 5px 3px;
}
.single-post a.post-facebook {
    background: #3b5998;
}
.single-post a.post-pinterest {
    background: #c92228;
}
.single-post a.post-linkedin {
    background: #0976b4;
}
.single-post a.post-twitter {
    background: #1B95E0;
}
.single-post b.share-txt {
    font-size: 18px;
}
p.comment-form-comment{
position: relative;
}
p.comment-form-comment label {
    position: absolute;
    bottom: 100%;
    font-weight: 700;
}
div#comments p.logged-in-as {
    margin-bottom: 35px;
}
.single-post .feature-box img {
    width: 50%;
}
.single-post-content p {
    margin-right: 10%;
    text-align: justify;
}
a.page-numbers{
  padding: 10px !important;
  background-color: #ff3a47;
  color: #ffffff !important;
  border: 1px solid #ff3a47;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #ff3a47;
  color: #000000 !important;
  padding: 10px !important;
}
p.form-submit input#submit {
    border: none;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
} 
button.wp-block-search__button,form.search-form.serach-page input.search-submit {
    background: #ff3a47 !important;
    padding: 5px 20px !important;
    border-radius: 5px;
    border: none !important;
    color: #fff !important;
    font-weight: bold;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li{
  margin: 15px 0px;
}
div#single_post .news-box.my-4 {
    box-shadow: 0px 0px 40px 12px #ededed;
    border-radius: 15px;
}
.content_boxes .feature-box img {
    border-radius: 10px;
    width: 100%;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
}
div#single_post .news-datebox {
    right: 35px;
    bottom: 29%;
  }
  div#blog-left-sidebar .news-datebox,div#blog-right-sidebar .news-datebox {
    bottom: 42%;
}
div#full-width-blog .lower-new-box,div#blog-left-sidebar .lower-new-box,div#blog-right-sidebar .lower-new-box{
    position: static;
    width: 100%;
  }
  .single-post .feature-box {
    width: 20%;
}
/*---------Contat Us--------------*/
input.contactp-name,input.contactp-email,input.contactp-call,input.contact-date {
    font-size: 15px;
    border-radius: 10px;
    padding: 10px;
    margin: 5px;
    border: 1px solid #d8e5ee;
    width: 100%;
}
textarea.contactp-msg{
    height: 80px;
    border-radius: 10px;
    width: 100%;
    margin: 5px;
    padding: 10px;
    border: 1px solid #d8e5ee;
}
input.contactp-sumbit{
    padding: 10px 20px;
    border-radius: 10px;
    margin: 5px;    
    border: 1px solid #d8e5ee;
    display: inline-block;
    font-weight: bold;
    background: #ffffff;
    cursor: pointer;
}
.contact-section-form {
    border-radius: 20px;
    background: #ff3a47;
}
.call0 h6,.contact-info h6{
  color: #3d3c3c ;
}
div#contact-box i{
  color: #ff3a47;
}
textarea.contactp-msg::placeholder,input.contactp-name::placeholder,input.contactp-email::placeholder,input.contactp-call::placeholder,input.contact-date{
   color: #8899a6;
}
.contact-info h3{
  position: relative;
}
div#contact-box h6 {
    font-size: 16px;
}
/*.contact-info h3:after {
    content: "";
    display: block;
    width: 75px;
    height: 2px;
    top: 50%;
    position: absolute;
    background: #ff3a47;
    left: 27%;
}*/
/*.contact-info hr.first {
    width: 10%;
    border: 1px solid #ff3a47;
}*/
/* STICKY HEADER */

.stickynavbar {
  /*background-color: #fff !important;*/
  z-index: 9999999999999;
  padding-top: 0 !important;
  box-shadow: 0 0 8px grey;
}
.sticky {
  /*position: fixed!important;*/
  top: 0;
  width: 100%;
  padding-bottom: 0 !important;
}
/*-------------------------- Calendar widget --------------------------*/
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid #fff;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  padding: 2px;
}
.widget_calendar td,
.widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget th,
.widget td {
  padding: 0.5384615385em;
}

/*---------------common css-------------*/

input.appoin-button,.call-ml-bg,.row.call-phone,section#achievement,section#gallery,section#pricing-plan,section#our_services,div#footer_box,div#our_services{
  background: #2a2a34 ;
}
a.slid-btn,h2.appoint-head,.row.appform-det label,input.npcontac-name::placeholder,input.npcontac-email::placeholder,input.npcontac-call::placeholder,input.appoin-date,input.appont-time::placeholder,input.appoin-button,a.about-btn,h2.call-main-head,h6.callus-call-det,h6.calus-email-det,a.calus-calling,a.calus-email,.row.call-phone i,.row.calus-email i,section#testimonials .owl-nav button.owl-prev i,section#testimonials .owl-nav button.owl-next i,i.test-quote2,h2.achiv-main-head,p.achiv-txt,i.achive-icon,a.team-calling,i.team-soco-icon,h2.gall-main-head,a.offer-btn,h2.plan-main-head,h6.pack-inn-sm-head,h6.pack-option,a.plan-btn,i.tick-bg11,i.tick-bg12,i.tick-bg13,i.tick-bg14,i.tick-bg21,i.tick-bg22,i.tick-bg23,i.tick-bg24,i.tick-bg31,i.tick-bg32,i.tick-bg33,i.tick-bg34,i.tick-bg15,i.tick-bg16,i.tick-bg25,i.tick-bg26,i.tick-bg35,i.tick-bg36,h2.service-main-head,a.servic-btn,a.proj-btn,a.news-btn,h2.ftr1-hd,h3.widget-title,h2.ftr3-hd,h2.ftr4-hd,.ftr-social-icons a:hover,input.ft-mail-button {
	color: #ffffff;
}
.row.top-cloc i,span.tb-tim,.topbarpage-add-icon,.row.top-phone i,.row.top-email i,span.socialbox a:hover,a.quote-btn,ul.plan-list,a.servc-btn,p.serv-icns i,span.entry-author i,span.entry-comments i,span.news-day i,.footer3 ul li time,.ftr1-ph{
    color: #ff3a47;
}
a.slid-btn,.appoint-bg,a.about-btn,section#call_us,section#testimonials .owl-nav button.owl-prev i,section#testimonials .owl-nav button.owl-next i,i.test-quote2,i.test-quote2:after,i.achive-icon,h6.team-phon,h6.team-phon a,a.offer-btn,a.plan-btn,h6.pack-inn-sm-head,h6.pack-option,a.servic-btn,a.proj-btn,a.news-btn,.ftr-social-icons a:hover,input.ft-mail-button{
  background: #ff3a47;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email.ft-email {
    width: 100%;
}
.btn {
    border-radius: 50px;
}
/*------------topbar-----------*/
h6.head-time-txt,h6.head-adrs,h6.head-call-det,h6.head-email-det {
    font-size: 12px;
    font-weight: 800;
}
a.top-address,a.header-calling,a.header-email {
    font-size: 14px;
    font-weight: 400;
}
h3.head-time{
  font-size: 13px;
  font-weight: 400;
}
span.tb-tim {
    font-weight: 600;
}
.row.top-cloc i,.topbarpage-add-icon,.row.top-phone i,.row.top-email i {
    font-size: 27px;
}
.row.top-phone i,.row.call-phone i,i.team-soco-icon {
    transform: rotate( -45deg);
}
/*-----------Header---------*/
.head-bg {
    background: #2a2a34;
    border-radius: 50px;
}
span.socialbox a {
    color: #a1a7b3;
}
div#nav-box {
    z-index: 9;
    position: relative;
}
/*-------slide--------*/
h6.slide-sm-head,h6.abt-sm-head,h6.testi-sm-head,h6.achiv-sm-head,h6.staff-sm-head,h6.gall-sm-head,h6.plan-sm-head,h6.service-sm-head,h6.proj-sm-head,h6.news-sm-head {
    letter-spacing: 5px;
}
h1.slide-main-head {
    font-size: 50px;
}
section#slider .carousel-control{
  display: none;
}
.slide-img {
    position: relative;
}
.slider-box {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 10%;
    right: 40%;
}
section#slider {
    margin-top: -2rem;
}
/*---------APPOINTMENT---------------*/
input.appoin-button {
    font-family: 'FontAwesome';
    border: none;
    padding: 12px 17px;
    border-radius: 15px;
}
h2.appoint-head {
    font-size: 30px;
}
.row.appform-det label {
    font-size: 16px;
    font-weight: 400;
}
input.npcontac-name,input.npcontac-email,input.npcontac-call,input.appoin-date,input.appont-time {
    font-size: 18px;
    font-weight: 600;
    background: none;
    border: none;
    width: 100%;
    padding-top: 3px;
}
input.appoin-date{
  width: 90%;
}
.appoint-bg {
    border-radius: 25px;
    width: 90%;
}
section#appointment {
    margin-top: -9rem;
    position: relative;
    z-index: 9;
}
span.wpcf7-spinner {
    display: block;
}
/*-----------About------------*/
section#about {
    background-size: contain;
    background-repeat: no-repeat;
}
h2.abt-main-head,h2.achiv-main-head {
    line-height: 46px;
}
h6.abt-yr-no {
    font-size: 60px;
    font-weight: 600;
}
h3.abt-yrs-txt {
    font-size: 20px;
    font-weight: 600;
}
.row.abt-yrs {
    background: #ffedee;
    border-radius: 10px;
}
h3.abt-inn-head {
    font-size: 22px;
    font-weight: 500;
}
p.abt-inn-txt,p.serv-inn-txt,p.news-post-txt {
    line-height: 26px;
}
/*-------Call us--------*/
h2.call-main-head {
    font-weight: 400;
}
a.quote-btn {
    font-weight: 600;
    background: #ffffff;
}
h6.callus-call-det,h6.calus-email-det {
    font-size: 12px;
    font-weight: 800;
}
a.calus-calling,a.calus-email {
    font-size: 18px;
    font-weight: 600;
}
.row.call-phone i,.row.calus-email i{
  font-size: 25px;
  background: #393948;
  border-radius: 50%;
  padding: 12px 15px;
}
.call-ml-bg,.row.call-phone{
  border-radius: 50px;
}
/*----------testimonials---------*/
h3.testi-inn-hd {
    font-size: 22px;
}
p.testi-inn-text,p.achiv-txt{
    line-height: 26px;
}
h3.testi-name {
    font-size: 18px;
}
h6.testi-desig {
    font-size: 14px;
}
.test-bg{
  position: relative;
}
section#testimonials .owl-nav button.owl-prev i,section#testimonials .owl-nav button.owl-next i {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    padding: 10px 13px;
    transform: translateY(-25px);
}
section#testimonials .owl-nav button.owl-prev i{
  right: 102%;
}
section#testimonials .owl-nav button.owl-next i{
  left: 102%;
}
.testi-box {
    box-shadow: 0px 0px 15px 8px #ededed;
    position: relative;
    border-radius: 8px;
}
i.test-quote2 {
    position: absolute;
    top: 34px;
    font-size: 22px;
    padding: 15px 18px;
    border-radius: 50%;
}
i.test-quote2:after {
    padding: 17px 0px;
    content: "";
    position: absolute;
    top: 30px;
    left: 25px;
    right: 0;
    border-radius: 40px 0px 50px 0px;
}
/*--------ACHIEVEMENT----------*/
h3.achive-count {
    font-weight: 700;
    color: #111111;
    font-family: 'overpass';
}
p.achieve-inner-hd {
    font-size: 14px;
}
.achieve-box1,.achieve-box2,.achieve-box3 {
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 999;
}
i.achive-icon {
    border-radius: 50%;
    padding: 18px 20px;
    font-size: 20px;
    display: inline-block;
}
.achieve-box2 i.achive-icon{
  padding: 18px 16px;
}
.achiev-bg:after {
    position: absolute;
    content: "";
    background: #ff3a47;
    width: 85%;
    height: 20px;
    left: 20px;
    bottom: -10px;
    border-radius: 10px;
}
.achiev-bg{
  position: relative;
}
/*----team-----------*/
h5.staff-name a {
    font-weight: 800;
}
h6.staff-desig {
    font-size: 16px;
}
h6.team-phon {
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    width: 78%;
}
.staff-call {
    margin-bottom: -12%;
}
a.team-calling{
  font-weight: 600;
}
.team-bg img {
    border-radius: 50%;
}
.staff-box {
    box-shadow: 0px 0px 15px 8px #ededed;
    border-radius: 5px;
}
/*---------gallery-------*/
.galery-imgs.gall-bg5 {
    margin-top: -7rem;
}
a.offer-btn:hover {
    background: #ffffff !important;
    color: #ff3a47 !important;
}
/*--------PRICING PLAN-----*/
h6.pack-inn-sm-head,h6.pack-option {
    font-size: 18px;
    font-weight: 600;
    border-radius: 0px 0px 40px 40px;
    width: 60%;
}
a.plan-btn {
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    left: 70px;
}
.pln-left-box,.pln-rt-grid {
    background: #ffffff;
    border-radius: 20px;
    position: relative;
}
p.planlist-item-left {
    line-height: 50px;
}
ul.plan-list-tick {
    list-style: none;
}
i.tick-bg11,i.tick-bg12,i.tick-bg13,i.tick-bg14,i.tick-bg21,i.tick-bg22,i.tick-bg23,i.tick-bg24,i.tick-bg31,i.tick-bg32,i.tick-bg33,i.tick-bg34,i.tick-bg15,i.tick-bg16,i.tick-bg25,i.tick-bg26,i.tick-bg35,i.tick-bg36 {
    font-size: 10px;
    border-radius: 50%;
}
i.tick-bg11,i.tick-bg12,i.tick-bg13,i.tick-bg14,i.tick-bg21,i.tick-bg22,i.tick-bg23,i.tick-bg24,i.tick-bg31,i.tick-bg32,i.tick-bg33,i.tick-bg34 {
    background: #54b236;
}
i.tick-bg15,i.tick-bg16,i.tick-bg25,i.tick-bg26,i.tick-bg35,i.tick-bg36 {
    background: #b8b8b8;
}
ul.plan-list-tick li {
    line-height: 50px;
}
ul.plan-list li,ul.plan-list-tick li {
    background: #f6f6f6;
}
ul.plan-list li:nth-child(odd),ul.plan-list-tick li:nth-child(odd) {
    background: transparent;
}
ul.plan-list {
    font-size: 20px;
}
/*.inner-plan-box{
background: #fff;
}*/
.row.abt-cont,.row.test-bg,.row.team-twr,.row.projt-twr,.row.blog-twr {
    position: relative;
}
.about-tower {
    position: absolute;
    right: 0;
    top: 11%;
}
.testi-tower {
    position: absolute;
    left: 0;
    top: 8%;
}
.team-tower {
    position: absolute;
    top: 15%;
    right: 0;
}
.proj-tower {
    position: absolute;
    left: 0;
    top: 43%;
}
.news-tower {
    position: absolute;
    right: 0;
    top: 61%;
}
/*----------OUR SERVICES------*/
h3.serv-name a {
    font-size: 24px;
    font-weight: 800;
}
a.servc-btn {
    font-weight: 700;
}
.serv-box {
    background: #ffffff;
    border-radius: 10px;
}
p.serv-icns i {
    font-size: 30px;
    background: #fff1f1;
    border-radius: 50%;
    padding: 20px;
    position: relative;
}
p.serv-icns i:after {
    content: '\f0e7';
    position: absolute;
    left: 60px;
    top: 40px;
    font-weight: 600;
}
p.serv-icns.serv-bolt1 i {
    padding: 20px 25px;
}
/*--------OUR PROJRCT-------*/
h2.proj-main-head{
  font-size: 34px;
}
h3.project-name a {
    font-size: 22px;
}
.proj-img img {
    border-radius: 8px;
}
/*--------LATEST NEWS----------*/
span.entry-author a, span.entry-author,span.entry-comments,span.news-day {
    color: #707070;
}
h3.post-title a {
    font-size: 24px;
    font-weight: 800;
}
/*-------------FOOTER--------*/
h2.ftr1-hd,h3.widget-title,h2.ftr3-hd,h2.ftr4-hd {
    font-size: 20px;
    font-weight: 700;
}
p.ftr1-para {
    font-size: 14px;
    font-weight: 400;
    color: #adb7be;
    line-height: 24px;
}
ul#menu-ot_online_menu li a,.footer3 ul li a,p.ftr1-call,input.ft-email,p.copy-text, span.credit_link a {
    color: #adb7be;
    font-size: 16px;
    font-weight: 400;
}
input.ft-email::placeholder{
  color: #adb7be ;
}
input.ft-email {
    font-family: 'Font Awesome 6 Free';
    background: #33333f;
    border: none;
    padding: 12px;
    border-radius: 5px;
}
input.ft-mail-button {
    border: none;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    margin-top: 10px;
}
.footer3 ul li time{
  font-size: 14px;
    font-weight: 400;
}
ul#menu-ot_online_menu{
  list-style: none;
  padding: unset;
}
.ftr-social-icons a {
    color: #7b8591;
    border-radius: 50%;
    border: 2px solid #3b4450;
}
.ftr-social-icons a.ftr-fb {
    padding: 10px 15px;
}
.ftr-social-icons a.ftr-wa,.ftr-social-icons a.ftr-pin  {
    padding: 10px 14px;
}
.ftr-social-icons a.ftr-go {
    padding: 10px 11px;
}
.ftr-social-icons a:hover {
    border: none;
}
ul#menu-ot_online_menu li {
    padding: 10px 0px;
}
.footer3 ul li a {
    line-height: 30px;
}
.ftr1-ph {
    font-size: 22px;
}
.copyright {
    background: #33333e;
}
h2.ftr4-hd {
    margin-bottom: 22px;
}
/*ANIMATION*/
@keyframes zoomInDown {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomInRight {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomInUp {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
.active.zoom-In-up {
  animation: zoom-In-up 1s ease-in-out both;
}
.active.slide-in-left {
  animation: slide-in-left 1s ease-in-out both;
}
.active.slide-in-right {
  animation: slide-in-right 1s ease-in-out both;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-up {
  animation: fade-up 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-up {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
 
@keyframes slide-in-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.call-head{
  animation: zoomInRight 3s ease-out 1;
}
.appoint-bg,.row.call-phone,.row.calus-email{
  animation: zoomInUp 3s ease-out 1;
}
.inner-plan-box{
   animation: fadeInLeft 3s ease-out 1;
   box-shadow: 0px 0px 10px 2px #ededed;
}
.serv-head{
    animation: zoomInLeft 3s ease-out 1;
  }
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
        @keyframes rotate{
            0%{
                transform: rotate(0deg);
            }
            50%{
                transform: rotate(180deg);
            }
            100%{
                transform: rotate(360deg);
            }
        }
.shrink {
transition: 1s ease;
}

.shrink :hover{  
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}
/*buton effects*/
.btn{    
/*    background: linear-gradient(to left top, #4b276d 50%, #3c1760 50%);
*/    letter-spacing: 1px;    
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);    
    overflow: hidden;
    position: relative;
    transition: all .5s ease 0s;
}
.btn:focus{ color: #fff; }
.btn:hover{
    color: #ff3a47 !important;
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
    transform: rotate(-3deg) scale(1.1);
}
.btn:before,
.btn:after,
.btn span:before,
.btn span:after {
    content: "";
    background: linear-gradient(to right, rgba(0,0,0,0), #f6e58d);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    animation: animate1 2s linear infinite;
    animation-delay: 1s;
    transition: all 0.3s;
}
.btn:after{
    background: linear-gradient(to left, rgba(0,0,0,0), #f6e58d);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    animation: animate3 2s linear infinite;
    animation-delay: 3s;
}
.btn span:before{
    background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
    width: 3px;
    height: 100%;
    left: auto;
    right: 0;
    animation: animate2 2s linear infinite;
    animation-delay: 2s;
}
.btn span:after{
    background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
    width: 3px;
    height: 100%;
    animation: animate4 2s linear infinite;
    animation-delay: 4s;
}
.btn:hover:before,
.btn:hover:after,
.btn:hover span:before,
.btn:hover span:after{ animation-play-state: paused; }
@keyframes animate1{
    0%{ transform: translateX(-100%); }
    100%{ transform: translateX(100%); }
}
@keyframes animate2{
    0%{ transform: translateY(-100%); }
    100%{ transform: translateY(100%); }
}
@keyframes animate3{
    0%{ transform: translateX(100%); }
    100%{ transform: translateX(-100%); }
}
@keyframes animate4{
    0%{ transform: translateY(100%); }
    100%{ transform: translateY(-100%); }
}
@media only screen and (max-width: 767px){
    .btn{ margin-bottom: 30px; }
}
a.quote-btn:hover,a.plan-btn:hover {
    background: #fff !important;
}
input.appoin-button:hover {
    color: #fff !important;
}
/*----Image Effects*/
.shrink img {
transition: 1s ease;
}

.shrink img:hover{
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}
.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;
}
.circle img {
transition: 1s ease;
}

.circle img:hover {
border-radius:50%;
transition: 1s ease;
}
.rotate img{
transition: 1s ease;
}

.rotate img:hover{
-webkit-transform: rotateZ(-10deg);
-ms-transform: rotateZ(-10deg);
transform: rotateZ(-10deg);
transition: 1s ease;
}
.serv-box:hover {
    background: #fff1f1;
}
.testi-box:hover,.achieve-box1:hover,.achieve-box2:hover,.achieve-box3:hover {
    background: #ffc3c7;
}
.staff-box:hover {
    background: #ffedee;
}
.proj-inn-hd:hover {
    background: #dde1f2;
}