/*
Theme Name:     Electrician Child
Theme URI:      http://www.smartdatasoft.com/
Description:    Child theme for Electricity
Author:         Smartdatasoft Team
Author URI:     http://www.smartdatasoft.com
Template:       electrician
Version:        1.0
*/
@import url("../electrician/style.css");


.atext{
	color:#f7f7f7;
	font-size:14px;
}

.skew-wrapper .straight .title {
    display: block;
    margin-bottom: 1em;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

.navbar-nav .dropdown .dropdown-menu li > a {
    font-size: 13px;
    line-height: 16px;
    padding: 10px 35px 10px 25px;
    text-transform: capitalize;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.navbar-nav > li > a {
    font-size: 16px;
    line-height: 20px;
    padding: 17px 20px;
    text-transform: uppercase;
    color: #bfc3d0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    font-weight: 500;
}

.did{
 -moz-box-shadow: 3px 5px 14px #dedbde;
-webkit-box-shadow: 3px 5px 14px #dedbde;
box-shadow: 3px 5px 14px #dedbde;
}

.news-preview-text {
    padding: 18px 25px 20px;
    float: left;
    width: calc(100% - 214px);
    min-width: 100%;
    border-top: 4px solid #f47629;
}

.inlineList {
  display: flex;
  flex-direction: row;
  /* Below sets up your display method, ex: flex-start|flex-end|space-between|space-around */
  justify-content: flex-start; 
  /* Below removes bullets and cleans white-space */
  list-style: none;
  /*padding: 0;
   Bonus: forces no word-wrap */
  white-space: nowrap;
}
/* Here, I got you started.
li {
  padding: 50px;
}
*/

.fontsize{
  font-size: 14px;
  margin-right:5px;
}

/*.col-sm-6 {
    width: 100%; 
}*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, header .phone .number, .news-preview-link:hover {
    color: #000;
}


.quick_button{
    color: #FFF;
    border-color: #FF675B;
    background-color: #FF675B;
}

.arrow-list {
    /* margin: 0 0 30px; */
    padding: 0;
    list-style: none;
}
.arrow-list > li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
}
.arrow-list > li:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: 'Electrician';
    content: "\276F";
    font-size: 16px;
    color: #d82b27;
}

body.page:not(.home) .entry-content ul.arrow-list {
    list-style: none;
}

.cross-list {
    /* margin: 0 0 30px; */
    padding: 0;
    list-style: none;
}
.cross-list > li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;
}
.cross-list > li:after {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    font-family: 'Electrician';
    content: "\274C";
    font-size: 16px;
    color: #d82b27;
}

body.page:not(.home) .entry-content ul.cross-list {
    list-style: none;
}

input,textara{
	width:100%;
	height:auto;
}

.btn, .search-submit{
	height:auto;
	width:auto;
}

p{
	font-size: 14px;
line-height: 16px;
margin-bottom: 8px;
}

.wpcf7-form textarea{ 
    width: 100% !important;
    height: 40px;
}

.contact-box {
    padding: 5px 5px;
    margin-bottom: 0px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d4d7;
}

.contact-box:not(:first-child) {
    margin-top: 0px;
}

.form-popup {
    position: absolute;
    z-index: 101;
    width: 500px;
	right: 5%;
    left: 140%;
    margin-left: -385px;
    visibility: hidden;
    top: 100px;
    padding: 10px 10px;
    -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
    background-color: #fff;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -ms-transition: top 0.2s;
    -o-transition: top 0.2s;
    opacity: 0;
    text-align: left;
    color: #252936 !important;
	
}

textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	height: 30px;
	/*width: 100%;*/
	max-width: 220px;
	max-height:200px;
}

.form-popup .btn {
    margin: 0px 0 0 !important;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #398f14;
}

div.wpcf7-response-output {
    margin: 1em 0.5em 0em;
    padding: 0.2em 0.2em;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-modern {
    color: #fff;
    border-color: #d82b27;
    background-color: #d82b27;
}

.vc_btn3.vc_btn3-size-md {
    padding: 14px 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
}

.vc_col-sm-2 {
    width: 10%;
}

.vc_col-sm-8 {
    width: 80%;
}

input[type="checkbox"]{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 10%;
}

.number-td{
padding : 0px;
}

header .phone {
    float: left;
}

.btn {
    padding: 13px 18px 17px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    height: 49px;
    border-radius: 4px;
    vertical-align: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
    margin-bottom: 30px;
}

.form-popup.opened {

    opacity: 1;
    top: 71px;
    visibility: visible;
    width: auto;

}

#slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 30px;
	background-color: #fff;
}

.btn, .search-submit {
    /*padding: 6px 15px 17px;*/
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
    /*height: 28px;*/
    background-color: #d82b27;
    color: #ffffff;
    border-radius: 5px;
    vertical-align: top;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-decoration: none;
    margin-bottom: 10px;
}

.txt_search{
	width: 200px;
}

/*.txt_submit{
	width: 70px;
}*/

.vc_btnser.vc_btnser-size-md {
   /* padding: 3px 8px;*/
    /* font-size: 18px; */
    /* line-height: 20px; */
    font-weight: 500;
    margin-left: 5px;
}

.vc_btnser.vc_btnser-shape-rounded {
    border-radius: 5px;
}

.vc_btnser.vc_btnser-color-juicy-pink.vc_btnser-style-modern {
    color: #fff;
    border-color: #d82b27;
    background-color: #d82b27;
	font-size: 20px;
}

.ticker{
border: 3px solid #d82b27;
width: 100%;
padding: 0px;
border-radius: 0px;
font-size: 14px;
color:#000;
margin-top: 1%;
	font-weight:100px;
}

.tname{
background-color: #d82b27;
border: 3px solid #d82b27;
width: 20%;
padding: 0px;
border-radius: 0px;
color:#fff;
font-size: 16px;
text-align: center;
}

.side-block {
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
    border-bottom: 0;
   -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); 
   -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
   box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); 
   border: 1px solid #d3d4d7; 
}

p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
	margin-top: 8px;
}

.page-footer .contact-list li span.text {
    display: block;
    overflow: hidden;
    font-size: 12px;
}

.social-links ul li {
    display: inline-block;
    margin: 10px 7px 5px 0;
    list-style: none;
    text-align: center;
}

.page-footer .copyright {
    font-size: 12px;
    line-height: 14px;
    margin: 5px 0 10px;
}

.page-footer .contact-list {
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.page-footer .contact-list li span.list-label {
    display: block;
    min-width: 65px;
    float: left;
    padding-right: 5px;
    font-size: 14px;
}

.text-icon-icon span .icon {
    position: relative;
    z-index: 1;
    font-size: 50px;
    line-height: 100px !important;
    color: #d82b27;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    width: auto;
}

.text-icon-icon span {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
}

.text-icon-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
}

.title-aside {
    font-size: 12px;
    margin-top: 5%;
    margin-bottom: 0%;
    color: #fff;
}

.text-uppercase {
    text-transform: initial;
}

.div_icon{
	margin-top: 5%;
}

.col-sm-4 {
    width: 30%;
}

.col-sm-2 {
    width: 20%;
}

.navbar-nav .dropdown .dropdown-menu .ecaret:before {
        font-family: 'Electrician';
        content: "\002B";
    }

.electric-btn {
    z-index: 1;
    position: relative;
    display: inline-block;
}

.text-center {
    text-align: center;
    margin-top: 20px;
}

.icon-search:before {
   	content: "\2315";
}





/* Center body contents, both horizontally and vertically */
/* body{
  margin: 0;
  padding: 0; 
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
} */

/* Style the outer container. Centralize contents, both horizontally and vertically */
#bot {
  margin: 50px 0;
  height: 600px;
  width: 350px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2) ;
  border-radius: 20px;
}

/* Make container slightly rounded. Set height and width to 90 percent of .bots' */
#chat_container {
  height: 93%;
  border-radius: 6px;
  width: 90%;
  background: #F3F4F6;
}

/* Style header section */
#chat_header {
  width: 100%;
  /*height: 10%;*/
  border-radius: 6px;
  background: #3B82F6;
  color: white;
  text-align: center;
  font-size: 24px;
  /*padding-top: 12px;*/
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}

/* Style body */
#chat_body {
  width: 100%;
  height: 83%;
  background-color: #F3F4F6;
  overflow-y: auto;
}

/* Style container for user messages */
.userSection {
  width: 100%;
}

/* Seperates user message from bot reply */
.seperator {
  width: 100%;
  height: 50px;
}

/* General styling for all messages */
.messages {
  max-width: 90%;
  margin: 10px;
  font-size: 14px;
  padding: .5rem;
  border-radius: 7px;
}

/* Targeted styling for just user messages */
.user-message {
  margin-top: 0.4rem;
  text-align: left;
  background: #3B82F6;
  color: white;
  float: left;
}

/* Targeted styling for just bot messages */
.bot-reply {
  text-align: center;
  background: #E5E7EB;
  margin-top: 0.4rem;
  float: right;
  color: black;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin-left: 20px
}

/* Style the input area */
#inputArea {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10%;
  padding: 1rem;
  background: transparent;
  margin:1px;
}

/* Style the text input */
#userInput {
/*   height: 20px; */
  width: 80%;
  background-color: #fff;
  border-radius: 6px;
  padding: 6px;
  font-size: 14px;
  border: none;
  outline: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Style send button */
#send {
  height: 40px;
  padding: .5rem;
  font-size: 1rem;
  text-align: center;
  width: 20%;
  color: white;
  background: #3B82F6;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  margin:1px;
}

#buttons{
  color: white;
  background-color: #3B82F6;
  border: none;
  margin: 2px;
}


/*  */


.chat-btn {
  position: absolute;
  right: 14px;
  bottom: 30px;
  cursor: pointer
}

.chat-btn .close {
  display: none
}

.chat-btn i {
  transition: all 0.9s ease
}

#check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
  display: none
}

.chat-btn i {
  font-size: 30px;
  color: #fff !important
}

.chat-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #3B82F6;
  color: #fff;
  font-size: 22px;
  border: none
}

.chat_wrapper {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 300px;
  background-color: #fff;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.4s
}

#check:checked~.chat_wrapper {
  opacity: 1
}



.chat-form {
  padding: 15px
}

.chat-form input,
textarea,
button {
  margin-bottom: 10px
}

.chat-form textarea {
  resize: none
}

.form-control:focus,
.btn:focus {
  box-shadow: none
}



#check {
  display: none !important
}

.card-text{ 
  font-size: 13px;
}

/* dot animation */
.loading{
  background-color: #E5E7EB;
  height: 20px;
  width: 57px;
  border-radius: 10px;
  margin-left: 80%;
  margin-top:20px;
}

.jumping-dots span {
position: relative;
margin-left: auto;
margin-right: auto;
animation: jump 1s infinite;
display: inline-block;
}

.jumping-dots .dot-1 {
background-color: grey;
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 3px;
animation-delay: 200ms;
}

.jumping-dots .dot-2 {
background-color: grey;
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 3px;
animation-delay: 400ms;
}

.jumping-dots .dot-3 {
background-color: grey;
width: 10px;
height: 10px;
border-radius: 50%;
margin-right: 3px;
animation-delay: 600ms;
}

@keyframes jump {
0% {
  bottom: 0px;
}
20% {
  bottom: 5px;
}
40% {
  bottom: 0px;
}
}

/* card image */
.rw-carousel-card-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
  background-color: #b5b5b5;
  cursor: pointer;
}

.front {
  transform: perspective(600px) rotateY(0deg);
  backface-visibility: hidden;
  transition: transform .5s linear 0s;
 
}
.back {
  transform: perspective(600px) rotateY(180deg);
  backface-visibility: hidden;
  transition: transform .5s linear 0s;
  
  
}
.flip3D {
  position: fixed;
    bottom: 0;
    right: 0;
}
