body {
  margin: 0;
}

.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}

.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}

body {
  overflow-x: hidden;
}

i {
  font: normal normal normal 14px/1 FontAwesome;
}

a:focus,a:hover {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a {
  color: #000;
  font-family: "Roboto-Regular";
}

a:active,a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

img {
  max-width: 100%;
}

.row {
  margin: 0;
  padding: 0;
}

.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  padding: 0;
}

ul {
  list-style-type: none;
}

li {
  list-style-type: disc;
  font-size: 20px;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 300;
	font-family: "Roboto-Regular";
}

p strong {
  font-size: 20px;
   font-family:"Roboto-Regular";
}

h1,h2,h3,h4,h5,h6 {
  font-family:"RobotoCondensed-Bold";
}

.no-margin {
  margin: 0;
}

p,span {
  font-family:"Roboto-Regular";
}

.container-fluid {
  padding: 0;
}

img {
  max-width: 100%;
}

.container {
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}

#button {
    display: inline-block;
    background-color: #caa200;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_call_content_tam p:hover {
    color: #0e2b41;
}
#button:hover::after {
    top: -10px;
}
#button:active {
    background-color: #a91f24;
}
#button:hover {
    cursor: pointer;
    background-color: #000000;
}
a h4:hover {
    opacity: 0.8;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
	outline:unset;	
}	
/****Mega Menu*****/
ul.megamenu {
    padding: 0;
    box-shadow: 3px 3px 19px 5px #00000066;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: #ffffff;
    left: 0em;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    transform: translate(0, 20px); 
    display: none;
}
.header-nav nav>ul>li:hover ul.megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0); 
    display: block;
}
.header-nav nav ul.megamenu ul {
    width: 100%;
    margin-bottom: 0;
	  color: #000;
    box-shadow: none;
    padding-left: 0;
    border-top: 5px solid #bc901c;
    border-bottom: 5px solid #bc901c;
    padding: 1em 1em;
    float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
    width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(even){
	float:right;
}		
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform:capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;	
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
    color: #c2951d;
}
ul.megamenu.megamenu1 {
    left: 0em;
}
.header-nav nav ul li ul li:after{
	content:unset;		
}
/*****************************************************Homepage****************************************************/
.header-nav nav {
    width: 100%;
    font-size: 16px;
}
.mobile-top-head {
    display: none;
}
.svg {
    position: absolute;
    width: 0;
    height: 0;
}
.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: center;
    float:left;
    padding: 0;
    margin:0;
    width:100%;	
}

.header-nav nav ul li {
  color: #fff;
  list-style: none;
  /* transition: .5s; */
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  /* -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out; */
}
.header-nav nav ul li:hover a {
  color: #ffcb2f;
}
ul.megamenu li a{
	color: #333333!important;
}
ul.megamenu li a:hover {
  background-color: #005cb0;
  color: #fff!important;
}
.header-nav nav>ul>li>a {
  padding: 5px 14px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 500;
}
.header-nav nav>ul>li.active a {
    transition: .5s;
    color: #fff;
} 
.header-nav nav>ul>li>a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffcb2f;
    transition: .5s;
    -webkit-transition: .5s;
    left: 0;
    top:0;
    bottom: unset;
}
.header-nav nav>ul>li>a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #ffcb2f;
  transition: .5s;
  -webkit-transition: .5s;
  right: 0;
  top:0;
  bottom: unset;
}
.header-nav nav>ul>li>a:hover::before {
  width: 50%;
}
.header-nav nav>ul>li>a:hover::after {
    width: 50%;
} 

/**********************************************Homepage**************************************************/
.header_wrapper {
  float: left;
  width: 100%;
}
.header_wrapper_hle {
  background-color: #ffcb2f;
  border-top: 4px solid #005cb0;
}
.header_content_inner p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
}
.header_content_inner p span {
  color: #005cb0;
}
/* a.schedule {
  display: inline-block;
  float: right;
  width: 250px;
  text-align: center;
  height: 65px;
  border: 3px solid #005cb0;
  transform: skew(-30deg, 0deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} */
a.schedule {
  display: inline-block;
  float: right;
  width: 270px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 0px;
  transition: .5s;
}
/* a.schedule span {
  font-size: 24px;
  letter-spacing: 0px;
  color: #005cb0;
  font-weight: 700;
  transform: skew(30deg, 0deg);
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} */
a.schedule span {
  font-size: 28px;
  letter-spacing: 0px;
  color: #005cb0;
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
}
a.schedule:before {
  content: '\f073';
  font: normal normal normal 14px/1 FontAwesome;
  top: 16px;
  left: 25px;
  font-size: 28px;
  color: #ffffff;
  padding-right: 0;
  background-color: #005cb0;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
a.schedule p {
  font-size: 14px;
  letter-spacing: 0px;
  color: #005cb0;
  font-weight: 400;
  transform: skew(30deg, 0deg);
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.schedule:hover{
  background-color: #ffcb2f;
}
a.schedule:hover p{
  color: #fff;
}
a.schedule:hover span{
  color: #fff;
}
/* a.callnow {
  display: inline-block;
  float: right;
  width: 250px;
  text-align: center;
  height: 65px;
  transform: skew(-30deg, 0deg);
  background-color: #005cb0;
  margin-right: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} */
a.callnow {
  display: inline-block;
  float: right;
  width: 80%;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 5px 0px;
  transition: .5s;
}
a.callnow:hover {
  background-color: #ffcb2f;
}
a.callnow:before {
  content: '\f095';
  font: normal normal normal 14px/1 FontAwesome;
  top: 16px;
  left: 25px;
  font-size: 28px;
  color: #ffffff;
  padding-right: 0;
  background-color: #005cb0;
  text-align: center;
  padding: 5px 7px;
  border-radius: 5px;
  margin-right: 5px;
}
a.callnow p {
  font-size: 15px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  transform: skew(30deg, 0deg);
}
.call_top_sec p {
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Roboto-Regular';
  color: #005cb0;
  margin: 0;
}
/* a.callnow span {
  font-size: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  transform: skew(30deg, 0deg);
  display: inline-block;
} */
a.callnow span {
  font-size: 28px;
  letter-spacing: 0px;
  color: #005cb0;
  display: inline-block;
}
.header_first_sec {
  padding-bottom: 10px;
}
.header_logo {
  padding-top: 10px;
}
.header_content_inner {
  padding-top: 10px;
}
.header_second_sec {
  background-color: #005cb0;
  padding: 1em 0em;
}
.footer_sec_wrapper {
  float: left;
  width: 100%;
}
.footer_sec_first_blck {
  background-color: #005bac;
  padding: 2em 0em;
}  
.footer_sec_about h2,.footer_sec_link h4,.footer_sec_last h4 {
  font-size: 26px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_sec_about p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
}
ul.social_media {
  padding: 0;
}
ul.social_media li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 7px;
}
ul.social_media li a {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul.social_media li a:hover {
  color: #ffcb2f;
}
.footer_sec_link ul {
  padding: 0;
}
.footer_sec_link ul li {
  list-style-type: none;
}
.footer_sec_link ul li a {
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer_sec_link ul li a:hover {
  color: #ffcb2f;
}
a.phne_foot {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  margin-bottom: 15px;
  display: block;
}
a.phne_foot:before {
  content: '\f095';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 18px;
  margin-right: 15px;
}
.footer_sec_last_mail span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
}
.footer_sec_last_mail p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  width: 80%;
  vertical-align: top;
}
.footer_sec_tecl span {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.footer_sec_tecl p {
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.footer_sec_about {
  float: left;
  width: 25%;
  margin-right: 65px;
}
.footer_sec_link {
  float: left;
  width: 20%;
  margin-right: 25px;
}
.footer_sec_last {
  float: right;
}
.footer_sec_tecl {
  margin-top: 20px;
}
.footer_bottom_cont {
  background-color: #ffcb2f;
  padding: 2em 0em;
}
.footer_bottom_iboost {
  float: right;
  text-align: right;
}
.footer_bottom_copyright p {
  font-size: 15px;
  line-height: 26px;
  color: #005bac;
  font-weight: 400;
  margin: 0;
  margin-top: 10px;
}
.banner_single_image video {
  height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner_wrapper {
  float: left;
  width: 100%;
}
.banner_single_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00000075;
}
.banner_single_image {
  position: relative;
}
.banner_single_content {
  position: absolute;
  top: 100px;
  left: 0;
  padding-left: 49px;
}
.banner_single_content span {
  font-size: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 25px;
}
.banner_single_content h1 {
  font-size: 90px;
  letter-spacing: -1px;
  line-height: 95px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
  border-left: 5px solid #ffcb2f;
  padding-left: 10px;
  padding-right: 1em;
}
a.banner_call {
  display: inline-block;
  width: 200px;
  background-color: #005cb0;
  padding: 10px 0px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.banner_learn{
  display: inline-block;
  width: 220px;
  background-color: #fff;
  padding: 10px 0px;
  text-align: center;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #005cb0;
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.banner_learn:hover {
  background-color: #ffcb2f;
}
a.banner_call:before {
  content: '\f095';
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  top: 16px;
  left: 25px;
  font-size: 20px;
}
a.banner_learn:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 30px;
  background-image: url('../images/home/learn.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 10px;
  left: 20px;
}
a.call_play {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 0;
}
a.call_play span {
  display: inline;
  font-size: 75px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.call_play span i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.banner_call:hover {
  background-color: #ffcb2f;
  color: #005cb0;
}
a.call_play:hover span i{
  transform: scale(1.1);
}
.homefirstblock {
  float: left;
  width: 100%;
  margin-top: -97px;
}
.homefirstblock_hle {
  background-color: #005cb0;
  padding: 2em 0em;
}
.homefirstblock_single_inner_out h4 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
}
.homefirstblock_single_inner_out span {
  margin-bottom: 25px;
  display: block;
}
.homefirstblock_single_inner_out p {
  font-size: 17px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  text-align: left;
}
.homefirstblock_single_inner {
  background-color: #ffcb2f;
  margin: 0px 10px;
  text-align: center;
  padding: 1em;
}
.homefirstblock_single_inner_out {
  border: 3px solid #fff;
  padding: 3em 2em;
}
.blog_sec_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
span.title_sub {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #005bac;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.blog_sec_title_sec {
  text-align: center;
  margin-bottom: 2em;
}
.blog_sec_title_sec h4,
.review_title h4{
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.review_title h4 {
    text-align:center;
}
span.title_sub:before {
  content: '';
  width: 10px;
  height: 25px;
  background-image: url('../images/home/thundertitle.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
span.title_sub:before {
  content: '';
  width: 10px;
  height: 25px;
  background-image: url('../images/home/thundertitle.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 2px;
}
span.title_sub:after {
  content: '';
  width: 10px;
  height: 25px;
  background-image: url('../images/home/thundertitle.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 2px;
}
.blog_sec_single_inner {
  margin: 0px 10px;
}
.blog_sec_single_image img {
  height: 285px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blog_sec_single_content {
  background-color: #f2f3f5;
  margin: 0px 5px;
  padding: 2em;
  position: relative;
  margin-top: -30px;
}
span.blogdate {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #005bac;
  font-weight: 700;
  position: absolute;
  background-color: #ffcb2f;
  padding: 5px;
  top: -15px;
}
.blog_sec_single_content h5 {
  font-size: 27px;
  line-height: 33px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  min-height:80px;
}
.blog_sec_single_content p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #515151;
  font-weight: 400;
  margin-bottom: 15px;
  min-height:92px;
}
a.readmoreblog {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #005bac;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a.readmoreblog:before {
  content: '\f067';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.readmoreblog:hover {
  color: #ffcb2f;
}

.client_section {
    margin-top: 3em;
}

.clients_part {
    width: 32.3%;
    margin-top: 2em;
    margin-bottom:5em;
    padding: 0 20px;
}

.clients_image {
    padding: 20px 14px;
    text-align: center;
    background-color: #ffffff;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius:10px;
}

.clients_image img {
    width: auto;
    height: auto;
    max-width: 250px;
}

.coupons_wrapper {
  float: left;
  width: 100%;
  margin: 0em 0em;
  padding: 0em 0em;
  margin-top: -120px;
}
.couponswrap_single_inner {
    margin: 0px 10px;
    background-image: url(../images/home/coupons.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding: 3em;
    text-align: center;
}
.couponswrap_single_inner h5 {
    font-size: 60px;
    letter-spacing: -4px;
    line-height: 60px;
    color: #005bac;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    margin-bottom: 15px;
}
.couponswrap_single_inner span {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #005bac;
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: top;
}
.couponswrap_single_inner p {
  font-size: 23px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 500;
  font-family: 'RobotoCondensed-Bold';
}
.couponswrap_single_inner h6 {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 400;
  font-family: 'Roboto-Regular';
  margin-bottom: 15px;
}
a.print {
  width: 200px;
  display: inline-block;
  font-size: 27px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  background-color: #fff;
  line-height: 36px;
  padding: 15px 0px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.print:hover {
  background-color: #005baa;
  color: #fff;
}
.homepageabout_sec {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.homepageabout_sec_wrapper {
  padding-right: 49px;
}
.homepageabout_sec_image {
  margin-right: 30px;
}
.homepageabout_sec_image_inner img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path:url('#about_clip');
  clip-path: url('#about_clip');
}
.homepageabout_sec_wrapper h4, .homepageabout_sec_wrapper h2 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 0em;
}
.homepageabout_sec_wrapper h1 {
    font-size: 50px;
    letter-spacing: 0px;
    line-height: 55px;
    color: #005bac;
    font-weight: 700;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 2em;
}
.homepageabout_sec_wrapper p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
}
a.banner_learn.about {
  background-color: #ffcb2f;
  padding-left: 15px;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.banner_call.about:before {
  margin-right: 15px;
  position: unset;
}
.service_sec_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 1em 0em;
}
.service_sec_single:nth-child(1) .service_sec_image {
  float: right;
  margin-right: 0px;
  margin-left: 55px;
}
.service_sec_image_inner img {
  height: 580px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  /* -webkit-clip-path:url('#service_clip1');
  clip-path: url('#service_clip1'); */
  -webkit-clip-path: url(#service_clip3);
    clip-path: url(#service_clip3);
}
.service_sec_single:nth-child(2) .service_sec_image_inner img {
  -webkit-clip-path:url('#service_clip2');
  clip-path: url('#service_clip2');
} 
.service_sec_single:nth-child(3) .service_sec_image_inner img {
  -webkit-clip-path:url('#service_clip3');
  clip-path: url('#service_clip3');
} 
.service_sec_single:nth-child(3) .service_sec_image {
  float: right;
  margin-left: 55px;
  margin-right: 0px;
} 
.service_sec_single p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
}
.service_sec_single h4, .service_sec_single h2, .service_sec_single h3 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 1em;
}
.service_sec_single {
  margin-bottom: 3em;
}
.service_sec_image {
  float: left;
  margin-right: 30px;
}
.service_sec_image {
  float: left;
  margin-right: 55px;
}


.homepage_fourth_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.homepage_fourth_content {
  float: right;
  position: absolute;
  top: 70px;
  right: 49px;
  background-color: #fff;
  padding: 4em;
  border: 4px solid #ffcb2f;
}
.homepage_fourth_image_inner img {
  width: 100%;
  height: 545px;
  object-fit: cover;
  object-position: center;
}
.homepage_fourth_content h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
  border-left: 5px solid #ffcb2f;
  padding-left: 15px;
}
.homepage_fourth_content p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #515151;
  font-weight: 400;
}
.homepage_fourth_image_inner {
  height: 750px;
  background-color: #ffcb2f;
  padding: 0em 5em;
  padding-top: 7em;
}
.homepage_fourth_single {
  margin-bottom: 3em;
}
.homepage_fourth_single:nth-child(2) .homepage_fourth_content {
  right: unset;
  left: 49px;
  border: 4px solid #005cb0;
}
.homepage_fourth_single:nth-child(2) .homepage_fourth_image {
  float: right;
}
.homepage_fourth_single:nth-child(2) .homepage_fourth_image_inner{
  background-color: #005cb0;
}
.homepage_benefits_inner {
  background-color: #ffcb2f;
}
.homepage_benefits_wrapper {
  float: left;
  width: 100%;
}
.homepage_benefits_inner {
  background-color: #ffcb2f;
  /* padding-bottom: 5em; */
  border-bottom: 5px solid #005cb0;
  padding-left: 3em;
}
.homepage_benefits_image_inner img {
  height: 445px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.homepage_benefits_image {
  float: right;
  margin-left: 2em;
}
.homepage_benefits_inner h5 {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  background-color: #005cb0;
  padding: 0px 10px;
}
.homepage_benefits_inner h4 {
  font-size: 43px;
  letter-spacing: 0px;
  line-height: 46px;
  color: #010101;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 20px;
}
.homepage_benefits_inner p {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
a.benefits_btn {
  display: inline-block;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  width: 285px;
  background-image: url(../images/home/benefits.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 80px;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: -4px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.benefits_btn:hover {
  color: #feca2f;
}
a.benefits_btn:hover span {
  color: #ffcb2f;
}
a.benefits_btn span {
  font-size: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.homepage_benefits_wrapper_hle:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 250px;
  background-color: #005cb0;
  bottom: 0;
  z-index: -1;
}
.homepage_benefits_wrapper_hle {
  position: relative;
}
.whychoose_sec_wrapper_hle {
  background-color: #ffcb2f;
  position: relative;
  z-index: 9;
  padding-bottom: 4em;
}
.whychoose_sec_title span {
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.whychoose_sec_title h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  border-left: 5px solid #ffcb2f;
  padding-left: 10px;
}
.whychoose_sec_title{
  float: right;
  padding-top: 15px;
}
.whychoose_sec_wrapper_hle:after {
  content: '';
  position: absolute;
  width: 46%;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: -1
}
.whychoose_sec_blck {
  background-color: #fff;
  padding: 2em;
}
span.icons {
  width: 95px;
  height: 95px;
  background-color:#005cb0;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  padding-top: 20px;
  margin-right: 15px;
}
.whychoose_sec_single p {
  font-size: 22px;
  letter-spacing: 0px;
  color: #233646;
  font-weight: 500;
  font-family: 'Roboto-Regular';
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 70%;
  line-height: 36px;
}
.whychoose_sec_single {
  margin-bottom: 35px;
}
.review_inner_shape {
  filter: drop-shadow(-2.598px 1.5px 71.5px rgba(0,0,0,0.08));
  background-color: rgb(238 238 238 / 21%);
  float: left;
  width: 100%;
  padding: 25px 45px;
background-color: #e4e4e4;
  filter: grayscale(1);
 transition:0.5s;
}
.review-shape.slick-active .review_inner_shape{
 filter:unset;
background-color: #eee;
   transform: scale(0.9);
}
.review-shape.slick-active + .slick-active .review_inner_shape{
  background-color: #e4e4e4;
  filter: grayscale(1);
  transform:unset;
}
.review-shape.slick-active + .slick-active + .slick-active .review_inner_shape{
  filter:unset;
  background-color: #eee;
  transition:0.5s;
  transform: scale(0.9);
}
.review_top {
  text-align: center;
  margin-bottom: 19px;
}
.review_inner_shape p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 25px;
  height: 300px;
  overflow-y: scroll;
}
.review_inner_shape ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.review_inner_shape ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
/* Handle */
.review_inner_shape ::-webkit-scrollbar-thumb {
  background: grey; 
  border-radius: 5px;
}
/* Handle on hover */
.review_inner_shape ::-webkit-scrollbar-thumb:hover {
  background: grey; 
}
.review_inner_shape h6 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Roboto-Regular";

}
.star-rating span.fa.fa-star {
  margin: 0px 2px;
}
.autor_position {
  display: inline-block;
}
.autor_position h5 {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
}
.reviews_sec_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.videosection_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
}
.videosection_wrapper_hle{
  padding: 9em 0em;
  background-image: url('../images/home/video_back.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.videosection_sec_hle {
  background-image: url(../images/home/laptops.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 690px;
}
.videosection_sec_hle_inner {
  text-align: center;
  padding-left: 15px;
  padding-top: 24px;
}
.videosection_sec_hle_inner video{
  object-fit: cover;
    object-position: center;
}
.videosection_sec_content {
  padding: 2em 7em;
  text-align: center;
}
.videosection_sec_content h4 {
  font-size: 43px;
  letter-spacing: 0px;
  line-height: 46px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
}
.videosection_sec_content p {
  font-size: 23px;
  letter-spacing: 0px;
  line-height: 33px;
  color: #000000;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1em;
}
.videosection_sec_content a {
  width: 280px;
  display: inline-block;
  background-color: #005cb0;
  padding: 10px 0px;
  border-radius: 5px;
  font-size: 40px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  line-height: 45px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.videosection_sec_content a:hover{
  background-color: #005cb0;
  color: #ffcb2f;
}
.videosection_sec_content a span {
  font-size: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.videosection_sec_content a:hover span{
  color: #ffcb2f;
}
a.banner_learn.about:hover {
  background-color: #fff;
}
.banner_single_content p {
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  margin: 0;
  margin-bottom: 15px;
}
/******************************************Blog Page*******************************************/
.banner_inner_wrapper {
  float: left;
  width: 100%;
}
.banner_inner_image img {
  width: 100%;
  height: 585px;
  object-fit: cover;
  object-position: center;
}
.banner_inner_content {
  position: absolute;
  top: -1px;
  height: 100%;
  background-image: url('../images/blog/banner_content.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner_inner_title {
  font-size: 80px;
  letter-spacing: -1px;
  line-height: 90px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'RobotoCondensed-Bold';
  margin-top: -1em;
  border-left: 7px solid #ffcb2f;
  padding-left: 10px;
}
.blog_sec_wrapper_own {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.blog_sec_ownhle h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.blog_sec_single.ownblogpage {
  margin-bottom: 3em;
  display: none;
}
/*******************************************Coupons Page***************************************************/
.coupons_sec_wrapper_own {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.coupons_sec_wrapper_own h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.couponswrap_single.ownpage_coupons {
  margin-bottom: 3em;
}
/********************************************Review Page************************************************/
.review_sec_own_wrapper {
  float: left;
  width: 100%;
  margin: 3em 0em 0em;
  padding: 2em 0em 0em;
}
.review_sec_own_wrapper h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.review-shape.ownpage_review {
  margin-bottom: 5em;
}
.review-shape.ownpage_review .review_inner_shape {
  margin: 0px 10px;
  width: auto;
}
.review_sec_own.first:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #ffcb2f;
  bottom: 0;
  left: 0;
}
.review_sec_own.first {
  position: relative;
  margin-bottom: 0em;
}
.review_sec_own{
  padding: 0px 49px;
}
.review_sec_own.second:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #005bac;
  bottom: 0;
  left: 0;
}
.review_sec_own.second {
  position: relative;
  margin-bottom: 2em;
}
.review_sec_own.third:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #ffcb2f;
  bottom: 0;
  left: 0;
}
.review_sec_own.third {
  position: relative;
}
/********************************************Contact Page**************************************************/
.contact_sec_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.contact_sec_left_title h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  font-weight: 700;
}
.contact_sec_left_location div p {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  font-weight: 400;
}
.contact_sec_left_location span {
  margin-bottom: 15px;
  display: block;
}
.contact_sec_left_location div h4 {
  font-size: 30px;
  color: #1e1e1e;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.contact_sec_left_location {
  background-color: #ffcb2f;
  padding: 2em 2em;
  height: 300px;
}
.contact_sec_left_phone.left {
  height: 300px;
  background-color: #14528b;
  padding: 2em 2em;
  height: 300px;
}
.contact_sec_left_phone span {
  font-size: 36px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.contact_sec_left_phone div h4 {
  font-size: 30px;
  color: #fff;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.contact_sec_left_phone div a {
  font-size: 21px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
}
.contact_sec_left_phone.right {
  height: 300px;
  background-color: #005cb0;
  padding: 2em 2em;
  height: 300px;
}
.contact_form_right {
  margin-right: 2em;
  float: right;
  width: 45%;
}
.contact_form_right h4, .contact_form_right h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 60px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1em;
}
.form-group.contac:nth-child(even) {
  float: right;
}
.form-group.contac {
  float: left;
  width: 48%;
  margin-bottom: 25px;
}
.form-control::placeholder{
  color: #000;
}
.form-control {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  font-family: 'Roboto-Regular';
  border: unset;
  outline: unset;
  box-shadow: unset;
  border-bottom: 1px solid;
  border-radius: unset;
  height: 50px;
}
.form-control:focus{
  box-shadow: unset;
  color: #005cb0;
}
.servicename {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  font-family: 'Roboto-Regular';
  border: unset;
  outline: unset;
  box-shadow: unset;
  border-bottom: 1px solid;
  border-radius: unset;
  height: 50px;
  width: 100%;
}
.form-group.contac.texmessage {
  float: left;
  width: 100%;
}
.security_code {
  padding-left: 25px;
}
.security_code p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #1c1c1c;
  font-weight: 500;
  background-color: #ffcb2f;
  text-align: center;
  width: 230px;
  font-family: 'RobotoCondensed-Bold';
}
.form-group.contac.texmessage p{
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  font-family: 'Roboto-Regular';
}
textarea#comment {
  resize: unset;
  border: 1px solid #000;
}
button.contact-btn.invisible-recaptcha {
  width: 180px;
  padding: 10px 0px;
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
  font-family: 'Roboto-Regular';
  background-color: #005bac;
  border: unset;
  border-radius: 50px;
}
button.contact-btn.invisible-recaptcha:after {
  content: '\f04b';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  margin-left: 10px;
}
.contact_map_sec {
  float: left;
  width: 100%;
}
.contact_map_sec_hle .mapouter {
  height: 260px;
}
.contact_map_sec_hle .gmap_canvas{
  height: 260px;
}
/**********************************************Aboutus Page************************************************/
.about_first_ownpage {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.about_first_ownpage_image_inner img {
  width: 100%;
  height: 645px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
}
.about_first_ownpage_image {
  margin-right: 3em;
}
.about_first_ownpage_hle h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
}
.about_first_ownpage_hle span {
  font-size: 17px;
  letter-spacing: 0px;
  color: #456078;
  font-weight: 600;
  padding-left: 15px;
  border-left: 5px solid #ffcb2f;
  display: flow-root;
  margin-bottom: 15px;
}
.about_first_ownpage_hle p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
}
.aboutus_second_ownwrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.aboutus_second_image {
  float: right;
  margin-left: 3em;
}
.aboutus_second_image_inner img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}
.aboutus_second_own_hle h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
}
.aboutus_second_own_hle p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
}
.fortworthelectrician {
  float: left;
  width: 100%;
}
.fortworthelectrician_left_inner {
  padding: 40px 25px 0px 49px;
}
.fortworthelectrician_left_inner h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.5em;
}
.fortworthelectrician_left_inner p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
}
.fortworthelectrician_right_inner li {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #1c1b1b;
  font-weight: 500;
  margin-bottom: 5px;
}
.fortworthelectrician_right {
  background-color: #ffcb2f;
  height: 100%;
  padding: 40px 49px 0px 30px;
}
.fortworthelectrician_left {
  background-color: #063561;
  height: 100%;
}
.fortworthelectrician_hle {
  height: 640px;
}
/*******************************************Videos Page*************************************************/
.video_sec_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.video_sec_wrapper_hle h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  text-align: center;
  margin: 0;
  margin-bottom: 1em;
}
.video_sec_left {
  margin-right: 20px;
}
.video_sec_left_first_inner img {
  width: 100%;
  height: 890px;
  object-fit: cover;
  object-position: center;
}
.playicon_in {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 130px;
}
.playicon_in a {
  width: 100%;
  height: 130px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  border: 5px solid;
  display: table;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.playicon_in a i {
  display: table-cell;
  vertical-align: middle; 
}
.playicon_in:hover a {
  transform: scale(1.1);
}
.video_sec_left_first_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004a;
}
.video_sec_left_first_inner {
  position: relative;
}
.video_sec_left_first {
  margin-bottom: 25px;
}
.video_sec_left_second_inner {
  position: relative;
}
.video_sec_left_second_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004a;
}
.video_sec_left_second_inner {
  position: relative;
}
.video_sec_right {
  float: right;
  width: 65%;
}
.video_sec_right_first_inner img {
  width: 100%;
  height: 655px;
  object-fit: cover;
  object-position: center;
}
.video_sec_right_first_inner {
  position: relative;
}
.video_sec_right_first_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004a;
}
.video_sec_left_second_inner .playicon_in {
  top: 25%;
}
.video_sec_right_first {
  margin-bottom: 25px;
}
.video_sec_right_first {
  margin-bottom: 25px;
}
.video_sec_right_second_left_inner img {
  width: 100%;
  height: 595px;
  object-fit: cover;
  object-position: center;
}
.video_sec_right_second_rightt_inner img {
  width: 100%;
  height: 595px;
  object-fit: cover;
  object-position: center;
}
.video_sec_right_second_rightt_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004a;
}
.video_sec_right_second_rightt_inner {
  position: relative;
}
.video_sec_right_second_left_inner {
  position: relative;
}
.video_sec_right_second_left_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004a;  
}
.video_sec_right_second_left {
  padding-right: 25px;
}
.vide_sec_bottom_wrapper {
  margin-top: 25px;
}
.vide_sec_bottom_left {
  padding-right: 25px;
}
.vide_sec_bottom_left_inner img {
  width: 100%;
  height: 365px;
  object-fit: cover;
  object-position: center;
}
.vide_sec_bottom_left_inner {
  position: relative;
}
.vide_sec_bottom_left_inner .playicon_in {
  top: 38%;
}
.vide_sec_bottom_left_inner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0000004a;
}
.banner_inner_title.blog_banner_title {
    margin-left: 49px;
    line-height: 55px;
    font-size: 50px;
    margin-top: -2em;
}
/*****************************************Blog-detail Page*************************************************/
.blog-detail_sec_wrapper {
  float: left;
  width: 100%;
  margin: 2em 0em;
  padding: 2em 0em;
}
.blog-detail-sidebar {
  float: right;
  margin-left: 20px;
}
.blog-detail-sidebar_otherpost h4 {
  font-size: 43px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005cb0;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}
.otherpost_content_single_image img {
  width: 140px;
  height: 125px;
  object-fit: cover;
  object-position: center;
}
.otherpost_content_single_image {
  margin-right: 15px;
}
.otherpost_content_single_con h5 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.otherpost_content_single_con a {
  font-size: 20px;
  letter-spacing: 0px;
  color: #005bac;
  font-weight: 700;
}
.otherpost_content_single_con span {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #949494;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.otherpost_content_single_con {
  float: right;
  width: 62%;
}
.otherpost_content_single_con a i {
  padding-left: 15px;
  display: inline-block;
  transition: 0.5s;
}
.otherpost_content_single_con a {
  font-size: 18px;
  letter-spacing: 0px;
  color: #005bac;
  font-weight: 700;
  transition: 0.5s;
}
.otherpost_content_single_con a:hover {
  color: #ffcb2f;
}
.otherpost_content_single {
    margin-bottom: 15px;
}
.otherpost_content {
  border: 2px solid #cbcbcb;
  padding: 1em;
  background-color: #fff;
}
.otherpost_content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005bac;
  z-index: -1;
}
.blog-detail-sidebar_otherpost {
  margin-bottom: 2em;
}
.blog-detail-sidebar_category h4 {
  font-size: 43px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005cb0;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}
.catgory_ti ul {
  padding: 0;
  margin: 0;
}
.blog-detail_sec_hle .catgory_ti ul li {
  font-size: 22px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 15px;
    list-style-type: none;
    padding-left: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-detail_sec_hle .catgory_ti ul{
	padding-left:0;
}
.blog-detail_sec_hle .catgory_ti ul li:before {
  content: '\f04b';
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 25px;
  font-size: 18px;
  position:unset;
  -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-detail_sec_hle ul{
	padding-left:30px
}
.blog-detail_sec_hle ul li{
	  list-style-type:none;
	  font-size: 17px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #456078;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog-detail_sec_hle ul li strong {
  font-size: 22px;
}
.blog-detail_sec_hle ul li:before{
	content:"\f192";
	display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
	position:absolute;
	left:0;
	
}
.blog-detail-sidebar_category {
  margin-bottom: 2em;
}
.catgory_ti ul li:hover a {
  color: #005bac;
}
.catgory_ti ul li:hover::before {
  color: #005bac;
  margin-right: 15px;
}
ul {
  list-style-type: none;
  /* padding: 0; */
}
.otherpost_content.tags_list li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 15px;
}
.otherpost_content.tags_list li a {
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #456078;
  font-weight: 300;
  display: inline-block;
  list-style-type: none;
  width: 185px;
  text-align: center;
  border: 2px solid;
  border-radius: 50px;
  padding: 13px 0px;
}
.blog-detail_sec_hle h1, h2.blog_tit {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 54px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.blog-detail_sec_hle h2 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 42px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.blog-detail_sec_hle h3, .blog-detail_sec_hle h4 {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 42px;
  color: #456078;
  font-weight: 700;
  margin: 0;
  margin-bottom: 20px;
}
.blog_detail_image {
  float: left;
  width: 65%;
  margin-bottom: 15px;
}
.blog_detail_image_inner img {
  width: 100%;
  height: 435px;
  object-fit: cover;
  object-position: center;
}
span.blog-date {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #899095;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}
.blog-detail_sec_hle p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #456078;
  font-weight: 400;
}
a.previous, a.next {
  font-size: 20px;
  letter-spacing: 0px;
  color: #005cb0;
  font-weight: 700;
  display: inline-block;
  width: 190px;
  text-align: center;
  padding: 10px 0px;
  background-color: #ffcb2f;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.next {
  float: right;
}
.pagination {
  float: left;
  width: 65%;
}
a.previous:before {
  content: '';
  background-image: url('../images/blog-detail/bluearrow.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 25px;
  left: 25px;
  top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility:visible;
}
a.next:before {
  content: '';
  background-image: url('../images/blog-detail/bluearrow.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 15px;
  height: 25px;
  right: 25px;
  top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  visibility:visible;
}
a.previous:hover {
  background-color: #005cb0;
  color: #ffcb2f;
}
a.next:hover {
  background-color: #005cb0;
  color: #ffcb2f;
}
a.previous:hover::before {
  background-image: url('../images/blog-detail/whitearrow.png');
}
a.next:hover::before {
  background-image: url('../images/blog-detail/whitearrow.png');
}
/****************************************Service-Detail Page********************************************/
.servicearea_top_sec {
  float: left;
  width: 100%;
}
.servicearea_top_sec_inner {
  /* background-image: url(../images/service-area/banner_content.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  padding: 1em 0em;
  padding-left: 49px;
  padding-right: 10em;
}
.servicearea_top_sec_inner h1 {
  font-size: 55px;
  letter-spacing: -1px;
  line-height: 65px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.servicearea_top_sec_inner p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  margin: 0;
}
.servicearea_sec_own_page {
  float: left;
  width: 100%;
}
.servicearea_sec_own_page_hle {
  background-color: #ffcb2f;
}
.servicearea_sec_own_page_location ul li {
  padding: 20px 0px;
  padding-left: 49px;
  border-bottom: 2px solid #91731b;
  position: relative;
  list-style-type: none;
  transition: .5s;
}
.servicearea_sec_own_page_location ul li:hover {
  background-color: #fff;
}
.servicearea_sec_own_page_location ul li a {
  font-size: 23px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 400;
  display: block;
}
.servicearea_sec_own_page_location ul li:before {
  content: '';
  background-image: url('../images/service-area/location.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 15px;
  height: 20px;
  top: 25px;
  left: 20px;
  position: absolute;
}
.servicearea_sec_own_page_location ul li:after {
  content:'';
  background-image: url('../images/service-area/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 30px;
  height: 20px;
  top: 25px;
  right: 15px;
  position: absolute;
}
.servicearea_sec_own_page_map .mapouter {
  height: 835px;
}
.servicearea_sec_own_page_map .gmap_canvas{
  height: 835px;
}
/*******************************************Electrical Service Detail ***********************************/
.banner_inner_title.service-detail-title {
  margin-left: 49px;
  font-size: 55px;
  line-height: 65px;
  margin-top: -2em;
}
.electrical_service_wrapper {
  float: left;
  width: 100%;
}
.electrical_service_first {
  padding-right: 49px;
}
.electrical_service_first_image {
  margin-right: 25px;
}
.electrical_service_first_image_inner img {
  width: 100%;
  height: 640px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path:url(#electrical_service1);
  clip-path: url(#electrical_service1);
}
.electrical_service_first h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 25px;
  margin-top: 2em;
}
.electrical_service_first p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 32px;
  color: #456078;
  font-weight: 400;
  padding-left: 49px;
}
.electricalsecond_wrapper {
  float: left;
  width: 100%;
}
.electricalsecond_hle {
  background-color: #fff;
  margin-left: 0px;
  padding-top: 2em;
  padding-left: 2em;
  padding-right: 0px;
}
.electricalsecond_image {
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  margin-right: -49px;
}
.electricalsecond_image_inner img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path:url(#electrical_service2);
  clip-path: url(#electrical_service2);
}
.sideabar_coupons {
  float: right;
  clear: both;
  margin-right:0px;
  padding-right: 0;
  margin-left: 2em;
}
.electricalsecond_hle h2 {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.electricalsecond_hle p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
}
.electricalsecond_hle ul li {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
  list-style-type:none;
}
.electricalsecond_hle ul li:before{
	content: "\f192";
	display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
	position:absolute;
	left:0;
	margin-top:4px;
}
.electricalsecond_hle ul{
	padding-left:30px;
	position:relative;
}
.electricalsecond_hle h3 {
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 42px;
  color: #005bac;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}
.electrical_service_wra {
  float: left;
  width: 100%;
  position: relative;
}
.electrical_service_wra:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 1200px;
  background-image: url('../images/electricalservice-detail/topback.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.review_sec_electrical_wrapper {
  float: left;
  width: 100%;
  margin: 1em 0em 0em;
  padding: 2em 0em 0em;
}
.review_sec_electrical_wrapper h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  text-align: center;
  margin-bottom: 1em;
}
/*********************************************Service Page******************************************/
.service_sec_own_wrapper {
  float: left;
  width: 100%;
}
.service_sec_single_image {
  margin-right: 2em;
}
.service_sec_single_image_inner img {
  width: 100%;
  height: 645px;
  object-fit: cover;
  object-position: center;
  -webkit-clip-path:url(#service_clip);
  clip-path: url(#service_clip);
}
.service_sec_single_own_pa h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 25px;
}
.service_sec_single_own_pa h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005bac;
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 25px;
}
.service_sec_single_own_pa p {
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  font-weight: 400;
}
.service_sec_single_own_pa {
  padding: 4em 0em;
  position: relative;
  display: none;
}
.service_sec_single_own_pa:before {
  content: '';
  position: absolute;
  width: 75%;
  height: 100%;
  background-image: url('../images/services/servicetop.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0px;
  left: -49px;
  z-index: -1;
}
.service_sec_single_own_pa:nth-child(even) .service_sec_single_image {
  float: right;
  margin-right: 0px;
  margin-left: 2em;
}
.service_sec_single_own_pa:nth-child(even)::before{
  content: unset;
}
.service_sec_single_own_pa:nth-child(even)::after{
  content: '';
  position: absolute;
  width: 75%;
  height: 100%;
  background-image: url('../images/services/servicebottom.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0px;
  right: -49px;
  z-index: -1;
}
.service_loadmore {
  text-align: center;
  padding: 2em 0em;
  margin: 2em 0em;
}
a.loadmore_service {
  width: 400px;
  display: inline-block;
  background-image: linear-gradient(124deg, #ffcb2f 0%, #005baf 100%);
  padding: 10px 0px;
  font-size: 42px;
  letter-spacing: 0px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a.loadmore_service:after {
  font-size: 24px;
  content: '\f04b ';
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 31px;
  padding-left: 20px;
}
a.loadmore_service:hover {
  background-image: linear-gradient(124deg, #005cb0 0%, #ffcb2f 100%);
}
.servicearea_sec_own_page_location ul{
  height: 805px;
  overflow-y: scroll;
}
.servicearea_sec_own_page_location ul::-webkit-scrollbar {
  width: 5px;
}
.servicearea_sec_own_page_location ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px
}
.servicearea_sec_own_page_location ul::-webkit-scrollbar-thumb {
  background:#000;
}
.servicearea_sec_own_page_location ul::-webkit-scrollbar-thumb:hover {
  background: #000;
}
/**************** lighting ******************/
.commerciallighting_wrapper {
  margin: 2em 0 2em;
  position: relative;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) :after{
  /* content: ""; */
  position: absolute;
  left: 0;
  top: 0;
  width: 41%;
  height: 733px;
  border-radius: 367px;
  background-color: #ffcb2f;
  z-index: -1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.commerciallighting_image img{
  height: 45vw;
  object-fit: cover;
  -webkit-clip-path: url(#commercial_svg);
  clip-path: url(#commercial_svg);
}
.commerciallighting_image {
  margin-right: 5em;
}
.commerciallighting_wrapper h1 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  margin-bottom: 30px;
  margin-top: 40px;
}
.commerciallighting_wrapper p{
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  margin: 20px 0;
}
.commerciallighting_section {
  margin: 4em 0;
}

.bathroom_image img{
  -webkit-clip-path: url(#bathroom_svg);
  clip-path: url(#bathroom_svg);
  height: 620px;
  object-fit: cover;
}   
.bathroomlighting_wrapper:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;;
  width: 51%;
  height: 704px;
  border-radius: 366px;
  background-color: #ffcb2f;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  z-index: -1;
}
.bathroomlighting_wrapper h4 {
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
  margin-bottom: 30px;
}
.bathroomlighting_wrapper p{
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  margin: 20px 0;
}
.bathroomlandscape_wrapper{
  margin-bottom: 3em;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image img{
  height: 45vw;
  object-fit: cover;
  -webkit-clip-path: url(#commercial_svg);
  clip-path: url(#commercial_svg);
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image {
  float: left;
  width: 48%;
  margin-right: 7em;
  margin-top: 3em;
  margin-bottom: 3em;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1):after{
  display: none;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(even) .bathroom_image{
  float: right;
  width: 48%;
  margin-left: 7em;
  margin-top: 0;
  margin-bottom: 3em;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(even):after{
  right: 0;
  left: auto;
  /* left: 0; */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 367px;
  border-bottom-left-radius: 367px;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image img{
  -webkit-clip-path: url(#landscape_svg);
  clip-path: url(#landscape_svg);
  height: 675px;
  object-fit: cover;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3):after{
  right: auto;
  left: 0;
  border-top-right-radius: 367px;
  border-bottom-right-radius: 367px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image {
  float: left;
  margin-left: 0;
  width: 50%;
  margin: 1em 0;
  margin-right: 6em;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) h4{
  margin-top: 2em;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1){
  margin-bottom: 1em;
}
.commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) h4{
  margin-top: 1em;
}
/*************** carrer ******************/
.recruiting_title {
  text-align: center;
}
.recruiting_title h1{
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #005bac;
}
.recruiting_title p{
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 27px;
  color: #456078;
  margin: 0;
}
.jobopening_image {
  float: right;
}
.jobopening_inner_section {
  background-color: #ffffff;
  border: 4px solid #005cb0;
  padding: 0em 3em 3em;
  margin-top: 4em;
}
.jobopening_inner_section h4 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 75px;
  display: inline-block;
  margin: 0;
  color: #fff;
  background-image: url(../images/career/jobopeningbg-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 385px;
  height: 82px;
  margin-top: -1px;
}
.jobopening_title {
  text-align: center;
  margin-bottom: 40px;
}
.jobopening_inner_section ul li {
  list-style-type: none;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 80px;
  color: #456078;
  position: relative;
  padding-left: 2em;
}
.jobopening_inner_section ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  height: 20px;
  width: 14px;
  background-image: url(../images/career/learn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.jobopening_inner_section ul li a {
  float: right;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 55px;
  color: #005cb0;
  width: 199px;
  height: 58px;
  border-radius: 29px;
  background-color: #ffcb2f;
  text-align: center;
}
.jobopening_image img{
  -webkit-clip-path: url(#jobopening_svg);
  clip-path: url(#jobopening_svg);
  height: 675px;
  object-fit: cover;
}
.compensation_image img{
  -webkit-clip-path: url(#compensation_svg);
  clip-path: url(#compensation_svg);
  height: 514px;
  object-fit: cover;
}
.compensation_image {
  margin-left: -5px;
  margin-right: 4em;
  width: 38%;
}
.jobopening_wrapper {
  margin-bottom: 2em;
}
.compensation_inner_section{
  border: 4px solid #005cb0;
  padding: 0em 0em 3em;
  width: 58%;
  padding-right: 1em;
}
.compensation_title h4 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 700;
  background-image: url(../images/career/jobopeningbg-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 385px;
  height: 82px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: 40px;
}
.compensation_inner_section ul li {
  font-size: 20px;
  letter-spacing: 0px;
  color: #456078;
  list-style-type: none;
  margin: 5px 0;
  display: inline-block;
  position: relative;
  padding-left: 2em;
}
.compensation_inner_section ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 20px;
  width: 14px;
  background-image: url(../images/career/learn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.compensation_inner_section ul li ul li{
  color: #627484;
}
.compensation_inner_section ul li ul{
  padding-left: 0;
  margin-top: 15px;
}
.compensation_wrapper {
  margin: 1em 0 3em;
}
.benefit_wrapper{
  background-image: url(../images/career/electricalpanel.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 4em 0;
  margin: 2em 0;
}
.benefit_wrapper:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 92 176 / 79%);
  z-index: -1;
}
.benefit_section{
  border: 4px solid #ffffff;
  padding: 0 2em;
}
.benefit_title {
  text-align: center;
}
.benefit_title h4 {
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 75px;
  color: #005cb0;
  font-weight: 700;
  background-image: url(../images/career/benefitbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 385px;
  height: 82px;
  margin: 0 auto;
  margin-top: -1px;
  margin-bottom: 20px;
}
.benefit_section p {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 20px;
}
.benefit_section ul li {
  list-style-type: none;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 43px;
  color: #ffffff;
  position: relative;
  padding-left: 2em;
}
.benefit_section ul li:before{
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  height: 20px;
  width: 14px;
  background-image: url(../images/career/whitelearn.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.benefit_section ul{
  padding-left: 0;
}
.growth_image img{
  -webkit-clip-path: url(#growth_svg);
  clip-path: url(#growth_svg);
  height: 80vw;
  object-fit: cover;
}
.growth_image {
  position: absolute;
  right: 0;
  width: 55%;
}
.growth_part {
  border: 4px solid #005cb0;
  padding: 0 3em;
  margin-bottom: 30px;
}
.growth_title {
  text-align: center;
}
.growth_title h4{
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 700;
  background-image: url(../images/career/growthbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 262px;
  height: 79px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.growth_part p {
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 1.5em;
}
.growth_part ul li{
  list-style-type: none;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 43px;
  color: #456078;
  position: relative;
}
.growth_part ul li:before{
  content: "";
  position: absolute;
  left: -2em;
  top: 7px;
  background-image: url(../images/career/learn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 15px;
}
.growth_wrapper {
  margin: 2em 0;
}
.ourculture_title h4{
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 85px;
  color: #ffffff;
  background-image: url(../images/career/ourculturebg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 422px;
  height: 89px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.ourculture_part{
  border: 4px solid #005cb0;
  padding: 0 1em 4em;
  margin: 20px 0;
  background-color: #fff;
}
.ourculture_part ul li{
  font-size: 20px;
  letter-spacing: 0px;
  color: #456078;
  list-style-type: none;
  position: relative;
  margin: 20px 0;
}
.ourculture_part ul li:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  background-image: url(../images/career/learn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 15px;
}
.meetowner_wrapper{
  background-image: url(../images/career/meetowner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 4em 0;
  margin-bottom: 4em;
}
.meetowner_wrapper:after{
  content: "";
  background-color: rgb(255 203 47 / 79%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.meetowner_inner_section{
  border: 4px solid #005cb0;
  padding: 0 2em 4em;
}
.meetowner_inner_section .meet_title h4{
  text-align: center;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 85px;
  color: #ffffff;
  background-image: url(../images/career/ourculturebg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 422px;
  height: 89px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.meetowner_inner_section p{
  text-align: center;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
}
.meetowner_inner_section ul li{
  line-height: 43px;
  list-style-type: none;
  position: relative;
  padding-left: 1em;
}
.meetowner_inner_section ul li:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  background-image: url(../images/career/blacklearn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 15px;
}
.meetowner_inner_section ul li a{
  font-weight: 600;
  text-decoration: underline;
}
.career_bootom_image_part {
  padding: 15px 10px;
}
.career_bootom_image_part img {
  height: 16vw;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.career_bottom_image {
  margin: 1em 0 5em;
}
.blog-detail_sec_hle p a {
    color: #005bac;
}
.electrical_service_wrapper ul {
    padding-left: 30px;
	position:relative;
}
.electrical_service_wrapper ul li{
	list-style-type:none;
	color: #456078;
}
.electrical_service_wrapper ul li:before{
	content: "\f192";
	display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
	/* position:absolute; */
	margin-right:10px;
	left:0;
	margin-top:4px;
}
.electricalsecond_hle p a{
	color: #005baf;
}
.electrical_service_wrapper div{
	font-size: 18px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #456078;
    font-weight: 400;
	font-family: "Roboto-Regular";
}
ul.megamenu li {
    float: left;
    width: 33.33%;
    padding: 4px 10px !important;
}
ul.megamenu li a {
    border-bottom: 1px solid #eee;
    text-decoration: none;
    display: block;
/*     color: #000!important; */
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    padding: 5px 0;
    transition: .5s;
}
.homefirstblock_single_inner_out span {
  height: 90px;
}
.sitemap-data ul li a {
    /* color: #2bae66; */
    text-decoration: none;
}
.sitemap-data ul li a:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 17px/1 FontAwesome;
   /*  color: #2bae66; */
    margin-right: 10px;
}
.sitemap-data ul li {
    line-height: 30px;
	list-style-type:none;
}
.sitemap-data ul li ul li a {
    color: #181c16;
    text-decoration: none;
}
.sitemap-data ul li ul{
	padding-left:30px;
}
.sitemap-data ul li ul li{
	line-height:30px;
}
.blog-detail-sidebar_category.archieves ul {
    height: 600px;
    overflow-y: scroll;
}
.blog-detail-sidebar_category.archieves ul::-webkit-scrollbar {
  width: 10px;
}
.blog-detail-sidebar_category.archieves ul::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
.blog-detail-sidebar_category.archieves ul::-webkit-scrollbar-thumb {
  background: #005cb0; 
  border-radius: 10px;
}
.blog-detail-sidebar_category.archieves ul::-webkit-scrollbar-thumb:hover {
  background: #ffcb2f;; 
}
.first_content h1 {
    display: block;
}
.gm-style-iw.gm-style-iw-c {
	padding: 0;
	background-color: transparent;
	box-shadow: unset;
  max-width: 355px!important;
}
.gm-style .gm-style-iw-t::after {
	display: none;
}
.gm-style .gm-style-iw-d {
	overflow: auto !important;
  width: 220px!important;
}
.get_directions_section h4 {
	background-color: #fff;
	padding: 15px 0;
	margin: 0;
  text-align: left;
	border-radius: 6px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #000;
  padding-left: 15px;
  font-size: 20px;
}
.get_directions_section p {
  padding: 15px 10px 10px 9px;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 21px;
    color: #ffffff;
    font-family: 'D-DINExp-Bold';
    position: relative;
    float: left;
    width: 57%;
    text-align: left;
}
.get_directions_section .get_direct {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 95px;
  height: 80px;
  background-color: #ffffff;
  padding: 5px;
  font-size: 10px;
  letter-spacing: 0px;
  line-height: 15px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  right: 15px;
  margin-top: 10px;
  font-family: 'Roboto-Regular';
}
.get_directions_section .get_direct:before {
	content: "";
	background-image: url(../images/home/dierction.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 55px;
	display: block;
	max-width: 55px;
	margin: 0 auto;
}
.get_directions_section a {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 23px;
	color: #ffffff;
	font-family: "Roboto-Regular";
	padding-left: 20px;
	position: relative;
	display: block;
	float: left;
  width: 55%;
}
.get_directions_section a:before {
	content: "\f095";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 17px;
	margin-right: 10px;
}
.direction_media ul li a:before {
	content: none;
}
.direction_media ul {
	padding-left: 0;
}
.direction_media {
	display: block;
	float: left;
}
.get_directions_section {
  background-color: #005cb0;
  border-radius: 7px;
  float: left;
  max-width: 252px;
  padding-bottom: 14px;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  width: 100%;
  height: 155px;
}
.gm-style-iw.gm-style-iw-c {
  padding: 0;
  background-color: transparent;
  box-shadow: unset;
  max-width: 355px!important;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
  width: 250px!important;
}
.homefirstblock.aboutus_first {
  display: none;
}
.mob_num{
  display: none;
}
.header_ions{
  display: none;
}
/* .header_wrapper.fixed .header_logo_inner a img{
  height: 60px;
} */
.header_wrapper.fixed .header_content_inner {
  padding-top: 5px;
}
.header_wrapper.fixed .header_content_inner p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 5px; 
}
.header_wrapper.fixed a.schedule{
  width: 200px;
}
.header_wrapper.fixed a.schedule:before{
  font-size: 21px;
}
.header_wrapper.fixed a.callnow:before{
  font-size: 22px;
}
.header_wrapper.fixed a.schedule p{
  font-size: 14px;
}
.header_wrapper.fixed a.schedule span {
  font-size: 20px;
}
.header_wrapper.fixed a.callnow p {
  font-size: 15px;
}
.header_wrapper.fixed a.callnow span {
  font-size: 22px;
}
.header_wrapper.fixed .header_second_sec {
  padding: 0.2em 0em;
}
.header_wrapper.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  transition: .5s;
}
.header_wrapper.fixed a.callnow {
  width: 210px;
}
.videosection_sec_hle_inner iframe {
  width:975px;
  height:580px;
}
p.notice {
  background-color: #E1B500;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0px;
}
.electricalsecond_wrapper {
  padding: 0px 49px;
}
.blog_sec_single.ownblogpage:nth-child(3n+1) {
  clear: both;
}
.header_wrapper.fixed {
  box-shadow: 0px 0px 22px 2px #00000085;
}
.electricalsecond_hle p strong {
  font-size: 24px;
}
.contact_form_right.application_form {
  float: left;
  width: 100%;
}
.schedule_top_sec p {
  font-size: 16px;
  text-transform: uppercase;
  text-align: right;
  font-family: 'Roboto-Regular';
  color: #005cb0;
  margin: 0;
}
.schedule_top_sec {
  padding-top: 5px;
}
.call_top_sec {
  padding-top: 5px;
}
/**********************************************Homepage**************************************************/
.header_wrapper.fixed .header_logo_inner img {
  width: 200px;
  height: 60px;
}
.header_wrapper.fixed .header_first_sec {
  padding-bottom: 0px;
}
.header_wrapper.fixed .schedule_top_sec p {
  font-size: 15px;
}  
.header_wrapper.fixed a.schedule:before {
  font-size: 19px;
}
.header_wrapper.fixed a.schedule span {
  font-size: 18px;
}
.header_wrapper.fixed .call_top_sec p {
  font-size: 13px;
}
.header_wrapper.fixed a.callnow:before {
  font-size: 18px;
}
.header_wrapper.fixed a.callnow span {
  font-size: 20px;
}
.header_wrapper.fixed .header-nav nav>ul>li>a {
  padding: 6px 13px;
  font-size: 19px;
}
.header_wrapper.fixed .header_logo {
  padding-top: 5px;
}
.header_wrapper.fixed .header_logo_inner {
  text-align: center;
}
.whychoose_image {
  position: absolute;
  top: 50px;
  z-index: -1;
  left: 15px;
  display: none;
}
.whychoose_image img {
  width: 100%;
}
.error {
  float: left;
  width: 100%;
  text-align: center;
  padding: 2em 0em;
}
.error h1 {
  font-size: 69px;
  margin: 0;
  line-height: 75px;
  color: #005cb0;
}
/*******************************************FAQ Page******************************************/
.faq_hle {
  float: left;
  width: 100%;
  margin: 1em 0em;
  padding: 2em 0em;
}
.faq_hle_blck h1 {
  font-size: 65px;
  letter-spacing: -2px;
  line-height: 75px;
  color: #000000;
  font-weight: 700;
  margin: 0;
  margin-bottom: 1em;
  text-align: center;
}
.set.faq_streak a {
  filter: drop-shadow(0 0 29.5px rgba(0,0,0,0.13));
  background-color: #ffffff;
  padding: 1em 2em 1em 1em;
  float: left;
  width: 100%;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
  border-left: 5px solid #ffcb2f;
}
span.numb {
  width: 40px;
  display: inline-block;
  height: 40px;
  background-color: #e1e1e1;
  border-radius: 50%;
  text-align: center;
  margin-right: 15px;
  padding-top: 2px;
}
.set.faq_streak a.active {
  background-color: #005cb0;
  color: #fff;
}
span.arrow {
  float: right;
}
.set.faq_streak .content {
  padding: 0em 5em;
}
.set.faq_streak .content p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
.set.faq_streak .content p a {
  filter: unset;
  padding: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  border-left: unset;
  width: auto;
  color: #005cb0;
  display: contents;
}
.set.faq_streak {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}

.mobile_bottom {
    display: none;
}

/*******************************************Responsive Page**********************************************/


@media only screen and (min-width:1400px) {
	
/************************************lightingpage****************************************************/
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image img {
    height: 614px;
  }
  .compensation_image img{
    height: 600px;
  }
  .growth_image img{
    height: 1092px;
  }
  .jobopening_inner_section h4{
    margin-top: -3px;
  }
  .compensation_title h4{
    margin-top: -3px;
  }
  .benefit_title h4{
    margin-top: -3px;
  }
  .growth_title h4{
    margin-top: -3px;
  }
  .service_sec_single_own_pa:before{
    left: -70px;
  }


}

@media only screen and (min-width:1500px)  {
  /***********************************Home Page*****************************************/
  .service_sec_single_own_pa:nth-child(even)::after {
    right: -140px;
  }
  .service_sec_single_own_pa:before {
    left: -140px;
  }

}

@media only screen and (min-width:1600px)  {
  /***********************************Service Page*****************************************/
  .service_sec_single_own_pa:before {
      left: -220px;
  } 
  .service_sec_single_own_pa:nth-child(even)::after {
    right: -220px;
  } 
        
}
@media only screen and (min-width:1700px)  {
   /***************************************Aboutpage****************************************************/
   .service_sec_single_own_pa:before {
      left: -220px;
  } 
  .service_sec_single_own_pa:nth-child(even)::after {
    right: -220px;
  } 

}
@media only screen and (min-width:1800px)  {
   /*************************************Aboutpage***************************************************/
   .service_sec_single_own_pa:before {
      left: -270px;
  }
  .service_sec_single_own_pa:nth-child(even)::after {
    right: -270px;
  } 
}

@media only screen and (min-width:1920px)  {
    
  /*************************************Homepage***************************************************/
  .banner_single_content{
    padding-left: 23em;
  }
  .service_sec_single_own_pa:before {
      left: -330px;
  }
  .service_sec_single_own_pa:nth-child(even)::after {
    right: -330px;
  } 


}

@media only screen and (max-width:1300px) {
  
  .container {
    padding: 0 15px;
  }
  /*********************************************Home Page********************************************/
  .header-nav nav>ul>li>a {
    padding: 5px 9px;
  }
  .banner_single_content{
    padding-left: 15px;
  }
  .whychoose_sec_single p{
    font-size: 22px;
    width: 65%;
  }
  .videosection_sec_hle_inner iframe{
    width: 895px!important;
    height: 580px!important;
  }
  .videosection_sec_hle_inner video {
    width: 895px!important;
    height: 580px!important;
  }

  /********************************************Aboutus Page******************************************/
  .banner_inner_content {
    background-size: 100% 100%;
  }
  .fortworthelectrician_left_inner {
      padding: 40px 25px 0px 15px;
  }
  .fortworthelectrician_right{
    padding: 40px 15px 0px 45px;
  }
  .fortworthelectrician_right_inner li {
    font-size: 18px;
  }
  .fortworthelectrician_left_inner h4 {
    font-size: 42px;
    line-height: 50px;  
    margin-bottom: 15px;
  }
  /********************************************Blog-detail Page*****************************************/
  .blog_detail_image {
    width: 64%;
  }
  .pagination { 
    width: 64%;
  }
  .otherpost_content.tags_list li a{
    font-size: 16px;
    width: 172px;
  }
  /*******************************************Contact Page***********************************************/
  .contact_form_right h4, .contact_form_right h1 {
    margin-bottom: 0.5em;
  }
  /*******************************************Electrical Service Page*************************************/
  .electricalsecond_hle{
    margin-left: 15px;
  }
  .sideabar_coupons{
    padding-right: 15px;
  }
  .sideabar_coupons_inner .couponswrap_single_inner{
    background-size: 100% 100%;
  }
  /**********************************************Service Area Page*****************************************/
  .servicearea_top_sec_inner{
    padding-left: 15px;
  }
  .servicearea_sec_own_page_location ul li a {
    font-size: 22px;
  }
  /********************************************Video Page**************************************************/
  .video_sec_right{
    width: 64%;
  }
   /*********************************************lightingpage********************************************/
   .commerciallighting_image {
    margin-bottom: 2em;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) :after {
      height: 640px;
  }
  /************** career-page ***************/
  .compensation_image {
      margin-left: -5px;
      margin-right: 3em;
  }
  .coupons_wrapper {
    margin-top:0px;
  }  
  .header_wrapper.fixed a.callnow {
      width: 85%;
  }
  .header_wrapper.fixed .header-nav nav>ul>li>a {
      padding: 6px 10px;
      font-size: 18px;
  }
  .header_wrapper.fixed .header_content_inner p {
    font-size: 13px;
  }
  .header_wrapper.fixed a.callnow {
      width: 65%;
  }

}

@media only screen and (max-width:1200px) {
  /**********************************************Home Page********************************************/
  
.client_section {
            margin-top: 4em;
    }
.clients_part{
            margin-top: 0;
        }  
        
  .header_content {
      padding-left: 20px;
  }  
  .header_content_inner p {
    font-size: 13px;
    display: inline-block;
    width: 85%;
  }
  a.schedule{
    float: left;
    width: 200px;
  }  
  a.schedule span {
    font-size: 20px;
  }
  a.schedule:before{
    font-size: 22px;
  }
  .call_top_sec p {
    font-size: 13px;
  }  
  a.callnow{
    float: right;
    width: 200px;
  }
  a.callnow:before{
    font-size: 23px;
  }
  a.callnow span {
    font-size: 22px;  
  }
  .header-nav nav>ul>li>a {
      padding: 5px 6px;
      font-size: 17px;
  }
  .banner_single_content {
      width: 65%;
      top: 75px;
  }
  .banner_single_content span {
    font-size: 26px;
  }
  .banner_single_content h1 {
      font-size: 70px;
      line-height: 80px;
  }
  .banner_single_image video {
    height: 600px;  
  }
  .banner_single_content p {
    font-size: 17px;
  }
  .homefirstblock_single_inner_out{
    padding: 2em 1em;
    height: 450px;
  }     
  .homefirstblock_single_inner_out h4 {
    font-size: 32px;  
  }
  .homefirstblock_single_inner_out p {
    font-size: 16px;
    line-height: 24px;  
  }
  .homepageabout_sec_wrapper h4, .homepageabout_sec_wrapper h2{
    margin-top: 1em;
  }
  .homepageabout_sec_wrapper {
      padding-right: 15px;
  }   
  .service_sec_single:nth-child(3) .service_sec_image{
    margin-left: 40px;
  }
  .service_sec_image{
    margin-right: 40px;
  }
  .service_sec_single:nth-child(1) .service_sec_image{
    margin-left: 40px;
  }
  .homepage_fourth_content{
    right: 15px;
    padding: 2em;
  }
  .homepage_fourth_image_inner{
    padding: 0em 2em;
    padding-top: 7em;
  }
  .homepage_fourth_content h4 {
    font-size: 42px;
    line-height: 50px;
  }
  .homepage_fourth_content p {
    font-size: 16px;
  }
  .homepage_fourth_single:nth-child(2) .homepage_fourth_content{
    left: 15px;
  }
  .whychoose_sec_title h4 {
    font-size: 42px;
    line-height: 50px;
  }
  span.icons {
    width: 90px;
    height: 90px;  
  }
  .whychoose_sec_single p {
      font-size: 20px;
      width: 62%;
  }
  .videosection_sec_hle_inner{
    padding-left: 10px;
  }  
  .videosection_sec_hle_inner iframe {
    width: 740px!important;
  }
  .videosection_sec_hle_inner video {
    width: 740px!important;
  }
  .videosection_sec_content {
    padding: 2em 3em;
  }
  .videosection_sec_content p {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_sec_title_sec h4,
  .review_title h4 {
    font-size: 40px;
    line-height: 50px;
  }
  .couponswrap_single_inner {
    margin: 0px 5px;
    background-size: 100% 100%;
  }
  .couponswrap_single_inner p {
    font-size: 22px;
  }
  a.print{
    font-size: 26px;
    padding: 10px 0px;
  }
  .footer_sec_link{
    width: 19%;
    margin-right: 24px;
  }
  .footer_sec_tecl p {
    font-size: 16px;
    line-height: 24px;
  }
  /******************************************Aboutus Page******************************************/
  .banner_inner_image img {
      height: 450px;
  }
  .banner_inner_title {
    font-size: 65px;
    line-height: 80px;  
  }
  .about_first_ownpage_image{
    margin-right: 2em;
    margin-bottom: 2em;
  }
  .about_first_ownpage_image_inner img{
    height: 500px;
  }
  .aboutus_second_image_inner img{
    height: 400px;
  }
  .fortworthelectrician_left_inner p {
    font-size: 16px;
  }
  .fortworthelectrician_hle {
      height: 750px;
  }  
  /*********************************************Blog Page*****************************************/
  .blog_sec_ownhle h1 {
    font-size: 45px;
  }  
  /*********************************************Blog Detail Page***********************************/
  .banner_inner_title.blog_banner_title {
      margin-left: 32px;
      line-height: 50px;
  }
  .blog-detail_sec_hle h1, h2.blog_tit {
    font-size: 42px;
    line-height: 50px;
  }
  .blog-detail_sec_hle h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .catgory_ti ul li {
    font-size: 24px;   
  }
  .otherpost_content_single_con{
    width: 61%;
  } 
  .catgory_ti ul li {
      font-size: 22px;
  }
  .otherpost_content.tags_list li a {
    font-size: 14px;
      width: 139px;
  }
  /**************************************Contact Page***************************************/
  .contact_sec_left_title h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .contact_form_right h4, .contact_form_right h1 {
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 50px;  
  }
  .contact_sec_left_phone.left{
    padding: 2em 1em;
  }
  .contact_sec_left_phone div a {
    font-size: 18px;
    line-height: 32px;  
  }  
  /*************************************Coupons Page************************************************/
  .coupons_sec_wrapper_own h1 {
    font-size: 42px;
    line-height: 50px;  
  }
  /*************************************Electric Service Page***************************************/
  .electrical_service_first h1 {
    font-size: 42px;
    line-height: 50px;
    margin-top: 1em;
  }
  .review_sec_own {
    padding: 0px 15px;  
  }
  .review-shape.ownpage_review .review_inner_shape {
    margin: 0px 5px;
    padding: 25px 15px;
  }
  .banner_inner_title.service-detail-title {
    margin-left: 15px;
    font-size: 42px;
    line-height: 50px;
  }
  /***************************************Service Page*********************************************/
  .service_sec_single_own_pa h4 {
    font-size: 42px;
    letter-spacing: 0px;
    line-height: 50px; 
    margin-top: 1em;
    margin-bottom: 25px; 
  }
  .service_sec_single_image_inner img{
    height: 545px;
  }
  a.loadmore_service {
    width: 330px;
    font-size: 37px;
  }
  /**************************************Service Area Page****************************************/
  .servicearea_top_sec_inner h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .servicearea_sec_own_page_location ul li a {
      font-size: 20px;
  }  
  /***************************************Videos Page**********************************************/
  .video_sec_right_second_rightt_inner img{
    height: 455px;
  }
  .playicon_in{
    width: 110px;
  }
  .playicon_in a{
    height: 110px;
  }
  .video_sec_right_second_left_inner img{
    height: 455px;
  }
   /**********************************************lightingpage********************************************/
    /**********************************************lightingpage********************************************/
  .commerciallighting_section {
    margin: 3em 0;
  }   
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) :after {
      height: 530px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image {
      float: left;
      width: 48%;
      margin-right: 3em;
      margin-top: 3em;
      margin-left: 0;
  }
  .commerciallighting_wrapper h1 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 0px;
  }
  .commerciallighting_image {
      margin-right: 3em;
  }
  .bathroom_image img {
      height: 500px;
  }
  .bathroomlighting_wrapper:after {
      height: 580px;
  }
  .bathroomlighting_wrapper h4 {
      font-size: 40px;
      line-height: 45px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image {
      margin-left: 3em;
      margin-bottom: 3em;
      margin-right: 0;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) h4 {
      margin-top: 1em;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image img {
      height: 530px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image {
      float: left;
      margin-left: 0;
      width: 50%;
      margin: 1em 0 2em;
      margin-right: 3em;
  }
  .bathroomlighting_wrapper {
      margin: 1em 0;
  }
  .bathroomlighting_wrapper:nth-child(2) .bathroom_image img {
      height: 500px;
  }
  .bathroomlighting_wrapper:nth-child(2) .bathroom_image {
      margin-right: 3em;
  }
  .bathroomlighting_wrapper:nth-child(2) h4 {
      margin-top: 0.5em;
  }
/*************** career-page ****************/
  .jobopening_inner_section {
      padding: 0em 2em 1em 2em;
  }
  .jobopening_inner_section ul {
      padding-left: 0;
  }
  .jobopening_inner_section ul li a {
      line-height: 50px;
      width: 160px;
      height: 50px;
  }
  .jobopening_inner_section ul li {
      line-height: 60px;
  }
  .jobopening_inner_section ul li:before {
      top: 20px;
  }
  .jobopening_image img {
      height: 55vw;
  }
  .schedule_top_sec p{
    font-size: 15px;
    text-align: center;
  }
  .homefirstblock {
    margin-top: 0;
  }
  .header_wrapper.fixed a.callnow {
      width: 75%;
  }
  .header_content {
      padding-left: 2px;
  }
  .header_wrapper.fixed .header-nav nav>ul>li>a {
      padding: 6px 6px;
      font-size: 17px;
  }
}
@media only screen and (max-width:992px) {
	/***********************************Homepage****************************************************/
    .clients_image img {
        max-width:150px;
    }
    
    .client_section {
    margin-top: 3em;
}

    .clients_image {
        height:200px;
    }

	 /***Mobile Menu Open***/	
	.mobile-header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile-header {
		display: block;
		float: left;
		width: 100%
	}
	.mobile-header button.navbar-toggle {
		color: #fff;
		float: left;
		display: block;
		margin-left: 5px;
		position: fixed;
		top: 0em;
    right: 0;
		z-index: 999;
    background-color: #fc7e03;
    display: block;
    border: 1px solid #fc7e03;
	}
	.mobile-logo {
		width: 100%;
		text-align: center;
		margin-bottom: 2em;	
		padding:0px 15px;
	}
  .mobile-header .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	.mob_navi {
		position: fixed;
		top: 0;
		z-index: 9;
	    width: 350px;
		height: 100%;
		padding-top: 10px;
		overflow-x: hidden;
		overflow-y: hidden;
		transform: translate(-100%, 0px);
		transition: .5s;
		z-index: 999999;
		background-color: #005cb0;
	}
	.mob_navi.menu_open {
		transform: translate(0%, 0px);
    height: 2000px;
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s
	}
	.glyphicon {
		position: relative;
		top: 1px;
		display: inline-block;
		font-family: "Glyphicons Halflings";
		font-style: normal;
		font-weight: 400;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale
	}
	.mob_sub_navigate i {
		width: 48%;
		padding-right: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		text-align: right;
		cursor: pointer;
    color: #fff;
		float: right
	}
	#mob_menu {
		margin: 0;
		padding: 0;
    background-color: #005cb0;
		float: left;
		width: 100%;
    position: relative;
	}
  .mob_navi.menu.menu_open.submenu_open1 span {
      opacity: 1;
  }
	#mob_menu li {
		list-style-type: none;
    border-bottom: 1px solid #ffffff75;
    position: relative;
	}
	#mob_menu li a {
		text-decoration: none;
		color: #fff;
		display: block;
    padding: 13px 15px;
		font-size: 18px;	
	}
	#mob_menu li a:hover {
    color: #fc7e03;
		transition: .5s
	}
	.mob_navi.submenu_open {
		overflow-y: hidden
	}
	.mob_sub_navigate span {
		width: 50%;
		padding-left: 15px;
		height: 35px;
		line-height: 35px;
		font-size: 18px;
		cursor: pointer;
		opacity: 0;
		transition: .5s;
		color: #000;
	}
	.mob_navi.submenu_open .mob_sub_navigate span {
		opacity: 1
	}
	.mob_sub_menu {
		/* position: absolute;
		z-index: 9999;
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(100%, 0px);
		transition: .5s;
		padding-bottom: 15px;
		padding-left: 0;
		background-color: #649764; */
    padding-left: 0;
    width: 100%;
	}
	.mob_sub_link span {
		font-size: 16px;
		display: inline-block;
		width: 10px;
		text-align: center;
		right: 10px;
		line-height: 10px;
		cursor: pointer;
		float: right;
		margin-right: 5px;
		color: #fff;
		position: relative;
		top: -27px
	}
	.mobile.header {
		background-color: #222;
		color: #fff;
		padding: 10px;
		padding-left: 15px;
		float: left;
		width: 100%
	}
	.submenu_open #mob_menu {
		transform: translate(-100%, 0px);
		transition: .5s
	}
	ul.mob_sub_menu.submenu_open {
    background-color: #005cb0;
		transform: translate(0%, 0px);
		transition: .5s;
		height: 100%
	}
	.mobile.header {
		display: block
	}
	.mob_navi.menu {
		display: block
	}
	.mobile.mobile-one {
		display: block
	}
	.header {
		display:none;	
	}		
	.columbus.banner {
		z-index:9;
	}
	.header-logo-mob {
		display: block;
	}
	.header-logo-mob {
		display: block;
		position: absolute;
		z-index: 999;
		width: 30%;
		padding: 20px 0px 0px 15px;
	}
	.mobile-header {
	  	display: block;
      position: absolute;
      right: 0;
      top: 4.5em;
      z-index: 99999;
  }
  .mobile-top-head {
		display: block;
	} 
  .mob_sub_link span {
      font-size: 16px;
      display: inline-block;
      width: 10px;
      text-align: center;
      right: 10px;
      line-height: 10px;
      cursor: pointer;
      float: right;
      margin-right: 5px;
      color: #fff;
      position: absolute;
      top: 17px;
  }
  li.mob_sub_link.first-open span.fa.fa-chevron-up {
      opacity: 0;
      visibility: hidden;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-up {
      opacity: 1;
      visibility: visible;
  }  
  li.mob_sub_link.first-open.active span.fa.fa-chevron-down {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  li.mob_sub_link.second-open span.fa.fa-chevron-up {
      opacity: 0;
      visibility: hidden;
  }
  li.mob_sub_link.second-open.active span.fa.fa-chevron-up {
    opacity: 1;
    visibility: visible;
  }
  li.mob_sub_link.second-open.active span.fa.fa-chevron-down {
      opacity: 0;
      visibility: hidden;
      display: none;
  }
  li.mob_sub_link.third-open span.fa.fa-chevron-up {
    opacity: 0;
    visibility: hidden;
}
li.mob_sub_link.third-open.active span.fa.fa-chevron-up {
  opacity: 1;
  visibility: visible;
}
li.mob_sub_link.third-open.active span.fa.fa-chevron-down {
    opacity: 0;
    visibility: hidden;
    display: none;
}
	/****Mobilemenu end**/
  
  /*****************************************Homepage Page************************************/
  .header_logo {
      padding-top: 35px;
  }
  .homefirstblock {
    margin-top: 0;
  }
  .banner_single_content {
    top: 60px;
  }
  .header_content_inner {
      padding-top: 10px;
      float: left;
      width: 100%;
  }  
  /* a.schedule{
    height: 50px;
  }
  a.callnow{
    height: 50px;
  } */
  a.schedule:before {
      font-size: 19px;
  }
  a.callnow:before {
      font-size: 19px;
  }
  a.callnow {
    width: 165px;
  }  
  .schedule_top_sec p {
    text-align: left;
  }
  a.schedule {
    width: 190px;
  }
  a.callnow span {
      font-size: 18px;
  }
  a.schedule span {
      font-size: 18px;
  }
  .header_second_sec{
    display: none;
  }
  .header_content_inner p {
      width: 55%;
  }
  .mobile-header{
    top: 0.5em;
  } 
  .mobile-header button.navbar-toggle{
    background-color: #005cb0;
    border: 1px solid #005cb0;
  }
  .banner_single_content{
    width: 60%;
    top: 60px;
  }
  .banner_single_content h1 {
      font-size: 60px;
      line-height: 70px;
  } 
  .banner_single_image video {
      height: 550px;
  }
  .homefirstblock_single {
      float: left;
      width: 50%;
      margin-bottom: 20px;
  }
  .homefirstblock_single_inner_out{
    height: 420px;
  }
  .homefirstblock_single:nth-child(3){
    float: left;
    width: 100%;
  }
  .homefirstblock_single:nth-child(3) .homefirstblock_single_inner_out{
    height: 320px;
  }
  .homepageabout_sec_wrapper{
    padding-left: 15px;
  }
  .homepageabout_sec_wrapper h4, .homepageabout_sec_wrapper h2 {
      margin-top: 0em;
      font-size: 42px;
      line-height: 45px;
  }
  .homepageabout_sec_image {
      margin-right: 30px;
      margin-left: -15px;
      margin-bottom: 15px;
  }
  .homepageabout_sec_image_inner img{
    height: 450px;
  }
  .homepageabout_sec{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  span.title_sub {
    font-size: 18px;
  }
  .blog_sec_title_sec h4,
  .review_title h4{
      font-size: 36px;
      line-height: 42px;
  }
  .service_sec_single h4, .service_sec_single h2, .service_sec_single h3 {
    font-size: 42px;
    line-height: 50px;
    margin-top: 0em;
    margin-bottom: 20px;
  }
  .service_sec_single:nth-child(1) .service_sec_image{
    margin-right: -15px;
    margin-left: 25px;
    margin-bottom: 1em;
  }
  .service_sec_image_inner img {
    height: 400px;
  }
  .homepage_fourth_wrapper{
    margin: 1em 0em;
    padding: 1em 0em;
  }   
  .homepage_fourth_content h4 {
      font-size: 36px;
      line-height: 42px;
  }
  .homepage_fourth_image {
      float: left;
      width: 100%;
      text-align: center;
  }
  .homepage_fourth_image_inner {
    padding: 2em 1em;
    height: auto;
  }
  .homepage_fourth_image_inner img{
    height: 50vw;
  }  
  .homepage_fourth_content{
    position: relative;
    top: 0;
    right: 0;
    padding: 2em 1em;
    width: 100%;
  }
  .homepage_fourth_single:nth-child(2) .homepage_fourth_content {
      left: 0;
  }
  .homepage_benefits_inner{
    padding-left: 2em;
  }
  .homepage_benefits_inner h4 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .whychoose_sec_title h4 {
      font-size: 36px;
      line-height: 42px;
  }
  .whychoose_sec_single:nth-child(3n+1) {
      clear: both;
  }
  span.icons {
      width: 75px;
      height: 75px;
  }
  span.icons img {
      width: 35px;
  } 
  .whychoose_sec_single p {
      font-size: 17px;
      width: 55%;
      line-height: 24px;
  }
  .videosection_sec_hle{
    height: 600px;
  }
  .videosection_sec_hle_inner iframe {
      width: 560px!important;
      height: 500px!important;
  }
  .videosection_sec_hle_inner video {
      width: 560px!important;
      height: 500px!important;
  }
  .videosection_sec_content {
      padding: 2em 1em;
  } 
  .videosection_sec_content h4 {
    font-size: 36px;
    line-height: 46px;
  }
  .videosection_sec_content p {
      font-size: 18px;
      line-height: 30px;
  }
  .videosection_sec_content a span {
    font-size: 22px;  
    font-weight: 700;
  }
  .videosection_wrapper_hle {
    padding: 2em 0em;  
  }
  .couponswrap_single_inner{
    height: auto;
    padding: 3em 1em;
  }
  .couponswrap_single_inner h5 {
    font-size: 50px;
    line-height: 65px; 
  }
  .couponswrap_single_inner span {
    font-size: 24px;
    line-height: 32px;
  }
  .couponswrap_single_inner p {
      font-size: 20px;
  }
  .couponswrap_single_inner h6 {
    font-size: 14px;
    line-height: 20px;
  }
  a.print {
      font-size: 20px;
      padding: 5px 0px;
      line-height: 36px;
      width: 135px;
  }  
  .coupons_wrapper{
    margin: 1em 0em;
    padding: 1em 0em;
  }  
  .blog_sec_wrapper{
    margin: 1em 0em;
    padding: 2em 0em;
  }  
  .blog_sec_single_content{
    padding: 2em 1em;
  }
  .blog_sec_single_content h5 {
    font-size: 26px;
    line-height: 32px;
  }
  a.readmoreblog {
    font-size: 18px;
    line-height: 23px;
  }
  .footer_sec_about {
      float: left;
      width: 25%;
      margin-right: 30px;
  }
  .footer_sec_about h2, .footer_sec_link h4, .footer_sec_last h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .footer_sec_last_mail p {
    font-size: 16px;
    line-height: 28px;
  }
  /*********************************************Aboutus Page***********************************/
  .banner_inner_image img {
      height: 400px;
  }  
  .banner_inner_title {
      font-size: 55px;
      line-height: 65px;
  }
  .about_first_ownpage_hle h1 {
    font-size: 42px;
    line-height: 50px;
  } 
  .about_first_ownpage_image{
    margin-bottom: 1em;
  }
  .about_first_ownpage_image_inner img {
      height: 450px;
  }
  .aboutus_second_ownwrapper{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  .aboutus_second_own_hle h4 {
    font-size: 40px;
    line-height: 50px;
  }
  .aboutus_second_image_inner img {
      height: 400px;
  }
  .fortworthelectrician_left{
    width: 100%;
    float: left;
  }        
  .fortworthelectrician_left_inner {
      padding: 25px 15px 25px 15px;
  }
  .fortworthelectrician_right {
      padding: 25px 15px 25px 49px;
      width: 100%;
      float: left;
  }
  /******************************************Blog Page***************************************/
  .blog_sec_wrapper_own{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  /******************************************Blog-Detail Page*********************************/
  .blog-detail_sec_hle {
      display: flex;
      flex-direction: column;
  }
  .blog-detail-sidebar{
    float: right;
    margin-left: 0;
    width: 100%;
    order: 2;
  }
  .blog-detail-sidebar_inner {
      max-width: 55%;
      margin: 0 auto;
      float: none;
  }
  .blog_detail_image {
      width: 100%;
  } 
  .pagination {
      width: 100%;
  }
  .blog_detail_image_inner img{
    height:400px;
  }
  .blog-detail_sec_wrapper{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  .otherpost_content.tags_list li a{
    width: 180px;
  }
  /**************************************Contact Page*************************************/
  .contact_sec_left {
      float: left;
      width: 100%;
      margin-bottom: 2em;
  }
  .contact_form_right{
    margin-right: 0;
    float: left;
    width: 100%;
  }
  /************************************Electrical Services Page*******************************/
  .electrical_service_first {
      padding-right: 15px;
      padding-left: 15px;
  }
  .electrical_service_first_image {
      margin-right: 25px;
      margin-bottom: 15px;
      margin-left: -15px;
  }
  .electrical_service_first_image_inner img{
    height: 450px;
  }
  .electrical_service_first h1 {
    font-size: 36px;
    line-height: 45px;
    margin-top: 0.5em;
    margin-bottom: 20px;
  }
  .electrical_service_first p {
    font-size: 16px;
    line-height: 30px;
  }
  .electricalsecond_image_inner img{
    height: 450px;
  }
  .sideabar_coupons{
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .review_sec_electrical_wrapper h4 {
    font-size: 42px;
    line-height: 45px;
  }
  /******************************************Review Page****************************************/
  .review-shape.ownpage_review:nth-child(3) {
      float: left;
      width: 100%;
  }
  .review_sec_own_wrapper h1 {
    font-size: 42px;
    line-height: 45px;   
  }
  /*****************************************Service Page*******************************************/
  .service_sec_single_image_inner img {
      height: 400px;
  }  
  a.loadmore_service {
      font-size: 32px;
  }
  /******************************************Service Area Page***************************************/
  .servicearea_sec_own_page_location {
      float: left;
      width: 40%;
  }
  .servicearea_sec_own_page_location ul li a {
      font-size: 20px;
  }
  .servicearea_sec_own_page_map {
      float: right;
      width: 60%;
  }
  /*******************************************Videos Page*********************************************/
  .video_sec_wrapper_hle h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .video_sec_left_first_inner img{
    height: 800px;
  }
  .video_sec_right_first_inner img{
    height: 600px;
  }
  .playicon_in a {
      height: 90px;
      font-size: 40px;
  }  
  .playicon_in {
      width: 90px;
  }
  .video_sec_right_first_inner img{
    height: 600px;
  }
  .video_sec_right_second_left_inner img {
      height: 370px;
  }
  .video_sec_right_second_rightt_inner img {
      height: 370px;
  }
  .video_sec_right {
      width: 63%;
  }
  /***************************************Lighting Page***********************************/
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) :after {
    height: 55vw;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) h1 {
      font-size: 39px;
      margin-bottom: 0;
  }
  .bathroom_image img {
      height: 400px;
  }
  .bathroom_image{
      margin-bottom: 2em;
      margin-top: 2em;
  }
  .bathroomlighting_wrapper:after {
      height: 460px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image img {
      height: 400px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image img {
      height: 440px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image{
      margin-top: 2em;
  }
  .bathroomlighting_wrapper h4{
      margin-bottom: 0;
  }
/*********** career ************/
  .recruiting_title p {
      font-size: 16px;
      line-height: 22px;
  }
  .jobopening_inner_section ul li {
      font-size: 15px;
      line-height: 55px;
  }
  .jobopening_inner_section ul li a {
      line-height: 40px;
      width: 130px;
      height: 40px;
      font-size: 16px;
  }
  .jobopening_image {
      margin-top: 2em;
  }
  .compensation_image {
      margin-right: 2em;
  }
  .compensation_inner_section ul li {
      font-size: 15px;
      line-height: 24px;
  }
  .jobopening_inner_section h4 {
      font-size: 30px;
      line-height: 60px;
      width: 290px;
      height: 60px;
  }
  .compensation_title h4 {
      font-size: 30px;
      line-height: 60px;
      width: 280px;
      height: 60px;
  }
  .jobopening_title {
      margin-bottom: 20px;
  }
  .compensation_title h4{
      margin-bottom: 20px;
  }
  .benefit_title h4 {
      font-size: 30px;
      margin-bottom: 20px;
      line-height: 65px;
      width: 300px;
      height: 65px;
  }
  .benefit_section p {
      font-size: 16px;
  }
  .benefit_section ul li {
      font-size: 16px;
      line-height: 38px;
  }
  .growth_part{
      background-color: #fff;
      padding: 0 1em;
  }
  .growth_part p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 20px;
  }
  .growth_title h4 {
      font-size: 30px;
      line-height: 60px;
      width: 200px;
      height: 60px;
      margin-bottom: 20px;
  }
  .growth_part ul li {
      font-size: 16px;
      line-height: 35px;
  }
  .growth_part ul li:before {
      height: 19px;
      width: 12px;
  }
  .ourculture_title h4 {
      font-size: 30px;
      line-height: 64px;
      width: 300px;
      height: 64px;
      margin-bottom: 20px;
  }
  .ourculture_part ul li {
      font-size: 16px;
      margin: 10px 0;
  }
  .ourculture_part ul li:before {
      height: 19px;
      width: 12px;
      top: 3px;
  }
  .ourculture_part{
      padding: 0 1em 1em;
  }
  .meetowner_inner_section .meet_title h4 {
      font-size: 30px;
      width: 300px;
      height: 60px;
      line-height: 60px;
      margin-bottom: 20px;
  }
  .meetowner_inner_section p {
      font-size: 16px;
  }
  .meetowner_inner_section ul li{
      font-size: 16px;
      line-height: 30px;
  }
  .meetowner_inner_section ul li:before {
      height: 19px;
      width: 12px;
      top: 6px;
  }
  .meetowner_inner_section {
      padding: 0 2em 1em;
  }
  .meetowner_wrapper{
      padding: 2em 0;
      margin-bottom: 2em;
  }
  .career_bootom_image_part img {
      height: 20vw;
  }
  .career_bottom_image {
      margin: 1em 0 3em;
  }
  .career_bootom_image_part {
      padding: 10px 7px;
  }
  .schedule_top_sec {
    float: left;
    width: 50%;
  }
  .call_top_sec {
    float: left;
    width: 50%;
  }


}   
@media only screen and (max-width:992px) and (min-width: 850px) {
	
	
	

}


@media only screen and (max-width:767px) {
	
	/**********************************Homepage****************************************************/
        .client_section {
        float: left;
        width: 100%;
    }
    
  .header_logo_inner img {
      height: 60px;
      width: 200px;
  }
  .header_logo_inner {
      text-align: left;
  }
  .mob_num {
     display: inline-block;
    font-size: 22px;
    margin-left: 10px;
    color: #005cb0;
    font-weight: 600;
}  
  .header_logo {
      padding-top: 10px;
      margin-bottom: 10px;
      float: left;
      width: 100%;
  }
  .header_content {
      padding-left: 0px;
      float: left;
      width: 100%;
      margin-bottom: 1em;
      display: none;
  }
  a.schedule {
      height: 35px;
      float: left;
      width: 185px;
      padding-top: 3px;
      display: none;
  }
  a.schedule p{
    display: none;
  }
  a.callnow {
      height: 35px;
      padding-top: 5px;
      margin-right: 15px;
  }
  a.callnow p{
    display: none;
  }
  .whychoose_sec_wrapper {
      float: left;
      width: 100%;
  }
  .mobile-header {
      top: 1.5em;
  }
  .banner_single_image video {
      height: 350px;
  }
  .banner_single_content {
      width: 100%;
      top: 0;
      float: left;
      background-color: #ffcb2f;
      padding: 2em 1em;
      position: relative;
      margin-top: -72px;
  }
  .homefirstblock {
    margin-top:0px;
  }
  .banner_single_content span {
      font-size: 24px;
      margin-bottom: 15px;
      color: #000;
  }
  .banner_single_content h1 {
      font-size: 42px;
      line-height: 50px;
      padding-left: 0;
      color: #000;
  }   
  .banner_single_content p {
      font-size: 16px;
  }
  a.call_play {
    top: 0;
    right: 15px;
  }
  .banner_single_content p {
      font-size: 16px;
      color: #000;
  }
  .homefirstblock_single_inner{
    margin: 0px 5px;
  }
  .homefirstblock_single_inner_out {
      height: 460px;
      padding: 1em 0.5em;
  }
  .homefirstblock_single_inner_out span img {
      width: 60px;
  }
  .homefirstblock_single_inner_out span {
    margin-bottom: 15px;
  }
  .homefirstblock_single_inner_out h4 {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 15px;
  }  
  .homefirstblock_single_inner_out p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  } 
  .homepageabout_sec_image {
      margin-right: 20px;
      margin-left: -15px;
      margin-bottom: 15px;
      float: left;
      width: 50%;
  }   
  .homepageabout_sec_image_inner img {
      height: 400px;
  }
  .homepageabout_sec_wrapper h4, .homepageabout_sec_wrapper h2 {
      margin-top: 0em;
      font-size: 36px;
      line-height: 42px;
  }
  .homepageabout_sec_wrapper p {
    font-size: 16px;
    line-height: 27px;
  }
  .service_sec_single:nth-child(1) .service_sec_image {
      margin-right: -15px;
      margin-left: 15px;
      margin-bottom: 1em;
      float: right;
      width: 50%;
  }
  .service_sec_single h4, .service_sec_single h2, .service_sec_single h3 {
      font-size: 36px;
      line-height: 42px;
      margin-top: 0em;
      margin-bottom: 20px;
  }    
  .service_sec_image_inner img {
      height: 250px;
  }
  .service_sec_image {
    margin-right: 25px;
  }
  .service_sec_single h4 {
      font-size: 32px;
      line-height: 36px;
      margin-top: 0em;
      margin-bottom: 20px;
  } 
  .service_sec_single:nth-child(3) .service_sec_image {
      margin-left: 20px;
  } 
  .service_sec_wrapper {
    margin: 1em 0em;
  }
  .homepage_fourth_content h4 {
      font-size: 32px;
      line-height: 36px;
  }
  .homepage_benefits_inner {
     padding: 1em 1em 0em;
  }
  .homepage_benefits_image {
      float: right;
      margin-left: 0;
      width: 100%;
      margin-bottom: 15px;
  }
  .homepage_benefits_image_inner img {
    height: 350px;
  }
  .homepage_benefits_inner h4 {
      font-size: 32px;
      line-height: 36px;
      margin-bottom: 20px;
      margin-top: 15px;
  }
  .homepage_benefits_inner h5 {
    font-size: 22px;
    line-height: 36px;   
  }
  .whychoose_sec_blck {
      background-color: #fff;
      padding: 1em;
      float: left;
      width: 100%;
  }  
  .whychoose_sec_single:nth-child(2n+1) {
      clear: both;
  }
  .whychoose_sec_single {
      margin-bottom: 35px;
      float: left;
      width: 50%;
      text-align: center;
  }
  span.icons {
      width: 65px;
      height: 65px;
      padding-top: 15px;
    margin-right: 0px;
  }
  .whychoose_sec_single p {
      font-size: 17px;
      width: 55%;
      line-height: 22px;
  }
  .whychoose_sec_title{
    text-align: center;
  }
  .whychoose_sec_single:nth-child(3n+1){
    clear: unset;
  }
  span.icons img {
      width: 30px;
  } 
  .review_inner_shape{
    padding: 25px 15px;
  }
  .videosection_wrapper {
    margin: 1em 0em;
  }
  .videosection_wrapper_hle {
      padding: 1em 0em;
  }
  .videosection_sec_hle_inner {
      padding-left: 0;
      padding-top: 0px;
  }
  .videosection_sec_hle{
    background-image: unset;
  }  
  .videosection_sec_hle_inner iframe {
      width: 100%!important;
      height: 300px!important;
  }
  .videosection_sec_hle_inner video {
      width: 100%!important;
      height: 300px!important;
  }
  .videosection_sec_content h4 {
      font-size: 32px;
      line-height: 42px;
  }
  .videosection_sec_content p {
      font-size: 16px;
      line-height: 28px;
  }
  .videosection_sec_content a {
    width: 255px;
    font-size: 32px;
    line-height: 36px;
  }  
  .videosection_sec_content a span {
    font-size: 20px;
  }
  a.print {
      font-size: 18px;
      padding: 5px 0px;
      line-height: 32px;
      width: 135px;
  }  
  .footer_sec_about {
    float: left;
    width: 50%;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .footer_sec_link {
      width: 44%;
      margin-right: 0;
  }
  .footer_sec_link:nth-child(3) {
      clear: both;
  }
  .footer_sec_last {
      float: right;
      width: 50%;
  }
  .footer_bottom_cont{
    padding: 1em 0em;
  }
  .footer_bottom_copyright {
      text-align: center;
      margin-bottom: 15px;
  }
  .footer_bottom_iboost {
      float: right;
      text-align: center;
      width: 100%;
  }
  /***************************************Aboutus Page************************************/
  .banner_inner_image img {
      height: 300px;
  }
  .banner_inner_content {
    position: relative;
    padding: 2em 0em 4em;
    background-image: unset;  
    background-color: #005cb0;
    -webkit-clip-path:url(#banner-svg);
    clip-path: url(#banner-svg);
  }
  .banner_inner_title {
      font-size: 42px;
      line-height: 55px;
      border-left:0px;
      margin-top: 0em;
  }   
  .about_first_ownpage_image {
      margin-bottom: 1em;
      width: 50%;
      float: left;
      margin-right: 1em;
  }
  .about_first_ownpage_image_inner img {
      height: 300px;
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
  }
  .about_first_ownpage_hle h1 {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 20px;
  }
  .about_first_ownpage_hle span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    padding-left:0px;
    border-left:0px;
  }
  .about_first_ownpage{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  .aboutus_second_own_hle h4 {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 15px;
  }
  .aboutus_second_image {
      float: right;
      margin-left: 1em;
      width: 50%;
      margin-bottom: 1em;
  }
  .aboutus_second_image_inner img {
      height: 300px;
      border-top-left-radius: 50px;
      border-bottom-right-radius: 50px;
      border-top-right-radius: 50px;
  }
  .fortworthelectrician_left{
    height: auto;
  }
  .fortworthelectrician_right{
    height: auto;
  }
  .fortworthelectrician_right_inner li {
      font-size: 17px;
      line-height: 30px;
  }
  /***************************************Blog Page*********************************************/
  .blog_sec_ownhle h1 {
      font-size: 42px;
  }
  /****************************************Blog Detail Page*************************************/
  .banner_inner_title.blog_banner_title {
    margin-left: 0;
  }
  .blog_detail_image_inner img {
      height: 300px;
  }  
  .blog-detail_sec_hle h1, h2.blog_tit {
      font-size: 36px;
      line-height: 45px;
  }
  .blog-detail_sec_hle h2 {
      font-size: 32px;
      line-height: 36px;
  }
  .blog-detail-sidebar_inner {
      max-width: 85%;
      margin: 0 auto;
      float: none;
  }
  .blog-detail-sidebar_otherpost{
    float: left;
    width: 100%;
  }     
  .otherpost_content{
    float: left;
    width: 100%;
  }
  .otherpost_content_single{
    float: left;
    width: 100%;
  }
  .otherpost_content_single_con {
      width: 53%;
  }
  .blog-detail-sidebar_otherpost h4 {
    font-size: 36px;
    line-height: 45px;
  }  
  .blog-detail-sidebar_category {
      margin-bottom: 2em;
      float: left;
      width: 100%;
  } 
  .otherpost_content_single_image{
    float: left;
  }
  .otherpost_content_single_con {
      width: 53%;
  }
  .blog-detail-sidebar_category h4 {
    font-size: 36px;
    line-height: 45px;
  }
  .catgory_ti ul li {
      font-size: 20px;
  }
  .otherpost_content.tags_list li a {
      width: 166px;
  }
  /*************************************Contact Page*****************************************/
  .contact_sec_left_title h1 {
      font-size: 42px;
      line-height: 50px;
      margin: 0;
      margin-bottom: 25px;
      text-align: center;
  }
  .contact_sec_left_location {
      padding: 1em 1em;
      height: 250px;
      float: left;
      width: 50%;
  }
  .contact_sec_left_phone.left {
      padding: 2em 1em;
      float: left;
      width: 50%;
      height: 250px;
  }
  .contact_sec_left_phone.right {
      padding: 1em 2em;
      height: auto;
      float: left;
      width: 100%;
      text-align: center;
  }
  .submit-btn {
      float: left;
      width: 100%;
      text-align: center;
  }
  .security_code{
    float: left;
    padding-left: 0;
  }
  .security_code p {
    font-size: 17px;
    width: 220px;
  }
  .contact_form_right h4, .contact_form_right h1{
    text-align: center;
  }  
  /*****************************************Coupons Page**************************************/
  .coupons_sec_wrapper_own{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  .coupons_sec_wrapper_own h1 {
    font-size: 36px;
    line-height: 42px;
  }
  /*****************************************Electrical Service Page**********************************/
  .banner_inner_title.service-detail-title{
    font-size: 32px;
    line-height: 36px;
    margin-top: 0em;
  }
  .electrical_service_first_image_inner img {
      height: 300px;
  }
  .electrical_service_first h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .electricalsecond_image{
    margin-left: 0em;
  }
  .sideabar_coupons{
    width: 100%;
    padding-right: 0px;
  }
  .electricalsecond_image_inner img{
    height: 300px;
  }
  .electricalsecond_hle {
      padding: 0px 15px;
      margin-left: 0;
  }
  .sideabar_coupons{
    margin-right: 0;
  }
  .electricalsecond_image{
    margin-right: -15px;
  }
  .electricalsecond_hle h2 {
    font-size: 32px;
    letter-spacing: 0px;
    line-height: 42px;
  }
  .review_sec_electrical_wrapper h4 {
      font-size: 32px;
      line-height: 40px;
  }
  /**************************************Reviews Page******************************************/
  .review_sec_own_wrapper{
    margin: 1em 0em 0em;
    padding: 1em 0em 0em;
  }
  .review_sec_own_hle {
      float: left;
      width: 100%;
  }
  .review_sec_own.first{
    float: left;
    width: 100%;
  }
  .review_sec_own.second{
    float: left;
    width: 100%;
  }
  .review_sec_own.third{
    float: left;
    width: 100%;
  }
  .review-shape.ownpage_review {
      margin-bottom: 3em;
      float: left;
      width: 100%;
  }
  /****************************************Service Page**********************************/
  .service_sec_single_image {
      margin-right: 1em;
      float: left;
      width: 50%;
      margin-bottom: 1em;
  }
  .service_sec_single_image_inner img {
      height: 350px;
  }
  .service_sec_single_own_pa h4 {
      font-size: 36px;
      letter-spacing: 0px;
      line-height: 42px;
      margin-top: 0em;
      margin-bottom: 25px;
  }
  .service_sec_single_own_pa p {
    font-size: 16px;
    line-height: 27px;
  }
  .service_sec_single_own_pa:before{
    height: 50%;
  }
  .service_sec_single_own_pa:nth-child(even)::after{
    height: 50%;
  }  
  a.loadmore_service {
      font-size: 24px;
      width: 280px;
  }
  a.loadmore_service:after{
    font-size: 24px;
  }
  /*********************************************Service Area************************************/
  .servicearea_top_sec_inner h1 {
      font-size: 42px;
      line-height: 55px;
  }
  .servicearea_top_sec_inner{
    padding-right: 0;
  }
  .servicearea_sec_own_page_hle {
      background-color: #005cb0;
      float: left;
      width: 100%;
  }
  .servicearea_sec_own_page_location {
      float: left;
      width: 100%;
  }
  .servicearea_sec_own_page_location ul {
      height: 550px;
      overflow-y: scroll;
      float: none;
      max-width: 75%;
      margin: 0 auto;
  }
  .servicearea_sec_own_page_map .mapouter {
      height: 600px;
  }
  .servicearea_sec_own_page_map .gmap_canvas {
      height: 600px;
  }
  .servicearea_sec_own_page_map{
    width: 100%;
  }
  .servicearea_sec_own_page_location ul li{
    background-color: #ffcb2f;
  }
  /***************************************Videos Page*****************************************/
  .video_sec_wrapper{
    margin: 1em 0em;
    padding: 1em 0em;
  }  
  .video_sec_wrapper_hle h1 {
      font-size: 36px;
      line-height: 45px;
  }
  .video_sec_left {
      margin-right: 0;
      margin-bottom: 1em;
      float: left;
      width: 100%;
  } 
  .video_sec_right {
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }
  .video_sec_right_first {
      margin-bottom: 25px;
  } 
  .vide_sec_bottom_wrapper {
      margin-top: 0;
      float: left;
      width: 100%;
  }
  .vide_sec_bottom_left {
      padding-right: 0;
      margin-bottom: 1em;
  }
  .video_sec_right_second_left {
      padding-right: 0px;
      margin-bottom: 1em;
  }
  /******************************************Lighting Page********************************************/
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) :after{
    display: none;
  }
  .commerciallighting_wrapper{
      float: left;
      width: 100%;
  }
  .bathroomlandscape_wrapper{
      float: left;
      width: 100%;
  }
  .commerciallighting_image {
      float: right;
      width: 50%;
      margin-right: 0;
      margin-left: 2em;
      margin-bottom: 1em;
  }
  .commerciallighting_wrapper {
      margin: 1em 0 2em;
  }         
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image {
      float: left;
      width: 50%;
      margin-right: 2em;
      margin-top: 0em;
      margin-bottom: 15px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) h1 {
      font-size: 35px;
      line-height: 40px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper h4 {
      font-size: 35px;
      line-height: 40px;
      margin-top: 0;
  }
  .commerciallighting_wrapper p {
      margin: 10px 0;
  }
  .bathroomlighting_wrapper:after{
      content: unset;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image img {
      height: 52vw;
  }
  .bathroom_image {
      margin-left: 2em;
      margin-top: 0;
      float: right;
      width: 50%;
      margin-bottom: 1em;
  }
  .commerciallighting_section {
      margin: 3em 0 2em;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image img {
      height: 52vw;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image {
      margin: 1em 0 1em;
      margin-right: 2em;
  }
  .bathroomlighting_wrapper:nth-child(2) .bathroom_image {
      margin-right: 1em;
      margin-top: 0;
  }
  .bathroomlighting_wrapper {
      margin: 2em 0;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image {
      margin-top: 1em;
      margin-left: 2em;
      margin-bottom: 1em;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) h4 {
      margin-top: 15px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) h4 {
      margin-top: 15px;
}
  /************** career-page ***************/
  .recruiting_title {
      float: left;
      width: 100%;
      margin: 1em 0;
  }
  .jobopening_wrapper {
      float: left;
      width: 100%;
  }
  .jobopening_image img {
      -webkit-clip-path: unset;
      clip-path: unset;
      width: 100%;
      height: 60vw;
  }
  .jobopening_inner_section {
      float: left;
      width: 100%;
      margin-top: 1em;
  }
  .jobopening_image{
      width: 100%;
      padding: 0 15px;
  }
  .compensation_image{
      width: 100%;
      margin: 0;
      padding: 0 15px;
      margin-bottom: 2em;
  }
  .compensation_wrapper {
      float: left;
      width: 100%;
  }
  .col-sm-12{
      float: left;
      width: 100%;
  }
  .compensation_image img {
      -webkit-clip-path: unset;
      clip-path: unset;
      height: 350px;
      width: 100%;
  }
  .compensation_inner_section {
      padding: 0;
      width: 100%;
      margin-bottom: 1em;
  }
  .career_bootom_image_part {
      float: left;
      width: 50%;
  }
  .career_bootom_image_part img {
      height: 30vw;
  }
  .growth_image {
      position: unset;
      width: 100%;
      padding: 0 15px;
      margin-bottom: 2em;
  }
  .growth_image img {
      -webkit-clip-path: unset;
      clip-path: unset;
      height: 350px;
      width: 100%;
  }
  .benefit_wrapper {
      margin: 1em 0;
  }
  .meetowner_inner_section ul li{
      padding-left: 0;
  }
  .videosection_sec_hle {
      height: auto;
  }
  .header_wrapper.fixed a.schedule {
    height: 35px;
    float: left;
    width: 185px;
    padding-top: 3px; 
  }
  .header_wrapper.fixed a.schedule span {
    font-size: 18px;
  }
  .header_wrapper.fixed a.callnow {
      height: 35px;
      padding-top: 5px;
      margin-right: 15px;
  }
  .header_wrapper.fixed a.callnow span {
      font-size: 18px;
  }
  .header_ions {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ccc;
      display: block;
      background-color: #fff;
  } 
  .service_icons {
      float: left;
      width: 25%;
      position: relative;
      text-align: center; 
  }
  .service_icons img {
      height: 55px;
      object-fit: cover;
  }
  .service_icons a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
  }
  .service_icons:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      border-right: 1px solid #ccc;
      top: 0;
  }
  .mobile-header.fixed {
    position: fixed;
  }
  .whychoose_image {
      position: relative;
      top: 15px;
      z-index: -1;
      left: 0;
  }  
  /********FAQ************/
  span.numb {
    display: none;
  }
  .faq_hle_blck h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .set.faq_streak a {
    font-size: 18px;
  }  
  .set.faq_streak .content {
    padding: 0em 1em;
  }   
  .mobile-header button.navbar-toggle {
    top: 1em;
  }



}

@media only screen and (max-width: 767px) and (min-width: 600px)  {
      
   /*************************Home Page****************************************************/
        

}	

@media only screen and (max-width:480px)  {
    
       .mobile_bottom {
        display: block;
        width: 100%;
        height: 10%;
        position: fixed;
        bottom: 0;
        border-top: 1px solid #e5e5e5;
        box-shadow: 0 -10px 15px -15px #111;
        z-index: 99;
    }
    
       .mobile_iconitems {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        --bg-opacity: 1;
        background-color: #fff;
        background-color: rgba(255, 255, 255, var(--bg-opacity));
        gap: 15px;
        height: 100%;
    }
    
    .mob_iconitm.mob-cldr {
        display: block;
        left: 15px;
    }
    
        .mob_iconitm.mob-cldr, .mob_iconitm.mob-cpon {
        bottom: -20px;
        position: fixed;
        z-index: 999;
        width: auto;
    }
    
        .mob_iconitm a {
        font-size: 22px;
        line-height: 24px;
        padding: 0.6em 1em;
        width: auto;
        background-image: unset;
        z-index: 999;
        color: #005cb0;
    }
    
        .mob_iconitm span {
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        font-family: Roboto-Regular;
        font-weight: bold;
        color: #004380;
    }
    
    .mob_iconitm.mobile-phone a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 9999px;
        background-color: #ffcb2f;
        border: 8px solid #fff;
        margin-top: calc(-3rem + 8px);
        padding: 7px 15px;
        font-size: 36px;
        color: #005cb0;
    }
    
    .mob_iconitm.mob-cpon {
        display: block;
        right: 15px;
    }


  /*************************************Homepage*****************************************/
  .mob_navi{
    width: 100%;
  }  
  .mobile-header {
    top: 0.5em;
  }
  .header_content_inner p {
      font-size: 12px;
      line-height: 20px;
      display: none;
  }
  .schedule_top_sec {
    display: none;
  }
  .call_top_sec {
    display: none;
  }
  p.notice {
    display: none;
  }  
  p.notice.mobile {
    display: block;
    width: 95%;
    float: none;
    margin-right: 15px;
    margin: 0 auto;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
    color: #005cb0;
    background-color: #fff;
    padding: 10px 28px;
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
    clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%, 10% 50%);
  }
  p.notice.mobile span {
      color: #000;
      text-shadow: 0px 0px 10px #fff;
      -webkit-animation: flickerAnimation 1s infinite;
      -moz-animation: flickerAnimation 1s infinite;
      -o-animation: flickerAnimation 1s infinite;
      animation: flickerAnimation 1.5s infinite;
  }
  a.schedule {
      height: 35px;
      float: left;
      width: 120px;
      padding-top: 3px;
  }
  a.schedule span {
      font-size: 15px;
  }
  a.callnow{
    width: 120px;
  }
  a.callnow span {
      font-size: 16px;
  }
  a.banner_learn{
    width: 125px;
    font-size: 16px;
  }
  a.banner_learn:before{
    content: unset;
  }
  a.banner_call{
    width: 125px;
    font-size: 16px;
  }
  a.banner_call::before{
    content: unset;
  } 
  .banner_single_content h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .homefirstblock_single {
    float: left;
    width: 100%;
  }
  .homefirstblock_single:nth-child(3) .homefirstblock_single_inner_out {
      height: auto;
  }
  .homefirstblock_single_inner_out {
    height: auto;
  }
  .homepageabout_sec_image{
    float: left;
    width: 100%;
    margin-right: 0px;
    margin-left: 0;
  }
  .homepageabout_sec_image_inner img {
      height: 300px;
      border-radius: 25px;
      -webkit-clip-path:unset;
      clip-path: unset;
  }  
  .homepageabout_sec_wrapper p {
    font-size: 17px;
    line-height: 26px;
  } 
  .service_sec_single:nth-child(1) .service_sec_image{
    float: right;
    width: 100%;
  }
  .service_sec_image {
      margin-right: 0;
      float: left;
      width: 100%;
      margin-bottom: 15px;
  }
  .homepage_fourth_content h4 {
      font-size: 28px;
      line-height: 32px;
  }
  .homepage_fourth_content{
    padding: 2em 0.5em;
  }
  a.banner_learn.about{
    padding-left: 0;
  }
  .homepage_benefits_image_inner img {
      height: 300px;
  }
  .homepage_benefits_inner h4 {
    font-size: 28px;
    line-height: 32px;  
  }
  a.benefits_btn{
    font-size: 24px;
    width: 250px;
  }  
  a.benefits_btn span {
    font-size: 15px;    
  }
  .whychoose_sec_title{
    margin-bottom: 15px;
  }  
  .whychoose_sec_title h4 {
      font-size: 32px;
      line-height: 36px;
      padding-left: 0px;
  }
  .whychoose_sec_wrapper_hle:after{
    content: unset;
  }
  .whychoose_sec_single {
    margin-bottom: 25px;
    float: left;
    width: 50%;
  }
  .whychoose_sec_single:nth-child(7) {
    clear: both;
  }
  .whychoose_sec_single p{
    width: 100%;
  }
  .footer_sec_about {
    float: left;
    width: 100%;
  }
  .footer_sec_link {
      width: 100%;
      margin-right: 0;
      float: left;
  }
  .footer_sec_last {
      float: left;
      width: 100%;
  }  
  /*****************************************Aboutus Page***********************************************/
  .banner_inner_image img {
      height: 200px;
  }
  .banner_inner_title {
    font-size: 36px;
    line-height: 50px;  
    padding-left: 0;
    display: none;
  }
  .about_first_ownpage_image{
    width: 100%;
  }
  .aboutus_second_image{
    width: 100%;
  }
  .fortworthelectrician_right_inner li{
    line-height: 28px;
  }
  .fortworthelectrician_right {
    padding: 25px 15px 25px 40px;
  }
  /*********************************************Blog Page************************************************/
  .blog_sec_ownhle h1 {
      font-size: 36px;
  }
  /*********************************************Blog-detail Page*****************************************/
  .banner_inner_title.blog_banner_title{
    padding-left: 15px;
  }
  .blog-detail_sec_hle h1, h2.blog_tit {
      font-size: 32px;
      line-height: 36px;
  }
  .blog_detail_image_inner img {
      height: 250px;
  }
  .blog-detail_sec_hle h2 {
      font-size: 28px;
      line-height: 36px;
  }
  a.previous, a.next{
    width: 129px;
    font-size: 19px;
  }
  a.previous:before{
    left: 10px;
  }
  a.next:before{
    right: 10px;
  }
  .blog-detail-sidebar_inner {
    max-width: 95%;
  }
  .blog-detail-sidebar_otherpost h4 {
      font-size: 32px;
      line-height: 45px;
  }
  .otherpost_content_single_image {
      float: left;
      width: 40%;
  }  
  .otherpost_content_single_con h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .otherpost_content_single_con span {
    font-size: 13px;  
  }
  .otherpost_content_single_con a {
    font-size: 16px;
  }
  .catgory_ti ul li {
      font-size: 18px;
  }
  .otherpost_content.tags_list li{
    float: left;
    width: 100%;
    text-align: center; 
  }
  /*****************************************Contact Page**********************************************/
  .contact_sec_wrapper{
    margin: 1em 0em;
    padding: 1em 0em;
  }
  .contact_sec_left_title h1 {
    font-size: 36px;
    line-height: 45px;
  }
  .contact_sec_left_location{
    width: 100%;
  }
  .contact_sec_left_location span img {
     width: 45px;
  }  
  .contact_sec_left_location div h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .contact_sec_left_location div p {
    font-size: 17px;
    line-height: 30px;  
  }
  .contact_sec_left_phone.left{
    width: 100%;
    padding: 1em 1em;
  }
  .contact_form_right h4, .contact_form_right h1 {
      font-size: 36px;
      line-height: 42px;
  }
  .form-group.contac {
    float: left;
    width: 100%;
  }
  /*************************************Reviews Page*************************************/
  .review_sec_own_wrapper h1 {
      font-size: 36px;
      line-height: 42px;
  }
  /************************************Service Page***************************************/
  .service_sec_single_image{
    margin-right: 0em;
    float: left;
    width: 100%;
    margin-bottom: 2em;
  }
  .service_sec_single_image_inner img {
      height: 300px;
  }
  .service_sec_single_own_pa {
    padding: 2em 0em;
  }  
  .service_sec_single_own_pa:nth-child(even)::after{
    content: unset;
  }
  .service_sec_single_own_pa:before{
    content: unset; 
  }
  a.loadmore_service {
      font-size: 20px;
      width: 255px;
      line-height: 45px;
  }
  a.loadmore_service:after {
      font-size: 20px;
  }
  /*******************************************Service Area Page****************************************/
  .servicearea_sec_own_page_location ul{
    max-width: 100%;
  }
  /********************************************videos Page*********************************************/
  .video_sec_left_first_inner img {
      height: 500px;
  }
  .video_sec_right_first_inner img {
      height: 400px;
  }    
  /*******************************************Lighting Page*********************************************/
  .commerciallighting_wrapper {
    margin: 1em 0 2em;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image {
      float: left;
      width: 100%;
      margin: 1em 0;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) .bathroom_image img {
      height: 200px;
      object-fit: cover;
      -webkit-clip-path: unset;
      clip-path: unset;
      width: 100%;
  }
  .commerciallighting_section {
      margin: 2em 0 2em;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(1) h1 {
      font-size: 30px;
      line-height: 35px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image {
      float: left;
      width: 100%;
      margin: 1em 0;
  }
  .bathroom_image img {
      -webkit-clip-path: unset;
      clip-path: unset;
      height: 200px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image {
      float: left;
      width: 100%;
      margin: 1em 0;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper h4 {
      font-size: 30px;
      line-height: 35px;
  }
  .bathroom_image{
      width: 100%;
      margin: 0;
      margin-bottom: 1em;
  }
  .commerciallighting_image{
      width: 100%;
      margin: 0;
      margin-bottom: 1em;
  }
  .bathroomlighting_wrapper:nth-child(2) .bathroom_image{
      width: 100%;
      margin: 0;
      margin-bottom: 1em;
  }
  .bathroomlighting_wrapper {
      margin: 1em 0;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(2) .bathroom_image img {
      -webkit-clip-path: unset;
      clip-path: unset;
      height: 200px;
  }
  .commerciallighting_wrapper .bathroomlighting_wrapper:nth-child(3) .bathroom_image img{
      -webkit-clip-path: unset;
      clip-path: unset;
      height: 200px;
  }
/********** career-page ************/
  .recruiting_title h1 {
      font-size: 40px;
      line-height: 40px;
      margin-top: 0;
  }
  .recruiting_title{
      margin-top: 2em;
  }
  .jobopening_inner_section h4 {
      font-size: 23px;
      line-height: 40px;
      width: 200px;
      height: 40px;
  }
  .jobopening_inner_section {
      padding: 0em 10px 1em 10px;
  }
  .compensation_image img {
      height: 250px;
  }
  .compensation_title h4 {
      font-size: 23px;
      line-height: 40px;
      width: 200px;
      height: 40px;
  }
  .compensation_inner_section ul{
      padding-left: 15px;
  }
  .benefit_title h4 {
      font-size: 23px;
      margin-bottom: 20px;
      line-height: 43px;
      width: 200px;
      height: 40px;
  }
  .benefit_section{
      padding: 0 15px;
  }
  .growth_image img {
      height: 200px
  }
  .growth_title h4 {
      font-size: 23px;
      line-height: 40px;
      width: 134px;
      height: 40px;
  }
  .ourculture_title h4 {
      font-size: 23px;
      line-height: 40px;
      width: 200px;
      height: 40px;
  }
  .meetowner_inner_section .meet_title h4 {
      font-size: 20px;
      width: 200px;
      height: 40px;
      line-height: 40px;
  }
  .meetowner_wrapper {
      margin-bottom: 1em;
  }
  .career_bottom_image {
      margin: 1em 0 2em;
  }
  .meetowner_inner_section{
      padding:  0 15px;
  }
  .jobopening_inner_section ul li {
      font-size: 11px;
      line-height: 40px;
      padding-left: 15px;
  }
  .jobopening_inner_section ul li:before {
      top: 11px;
      height: 16px;
      width: 10px;
  }
  .jobopening_inner_section ul li a {
      line-height: 20px;
      width: 60px;
      height: 20px;
      font-size: 10px;
      margin-top: 8px;
  }
  .compensation_image{
      margin-bottom: 1em;
  }
  .benefit_wrapper{
      padding: 2em 0;
  }
  .benefit_section ul li {
      font-size: 15px;
      line-height: 35px;
  }
  .benefit_section ul li:before {
      top: 10px;
      height: 16px;
      width: 11px;
  }
  .growth_image {
      margin-bottom: 1em;
  }
  .compensation_wrapper {
      margin: 1em 0 1em;
  }
  .first_content h1 {
    display: block !important;
	}
	.blog-detail_sec_hle h1, h2.blog_tit{
		display:none;
	}
	.blog-detail-sidebar {
		order: 6;
	}
	.first_content {
		order: 1;
	}
	.blog_detail_image {
		order: 2;
	}
	span.blog-date {
		order: 3;
	}
	.second_content {
		order: 4;
	}
	.pagination {
		order: 5;
	}
	.blog-detail-sidebar {
		order: 6;
	}.banner_inner_content {    position: absolute;    background-color: transparent;    justify-content: center;    align-items: center;    left: 0;    right: 0;}.electrical_service_wra:before{	display:none;}.electrical_service_wrapper iframe {    width: 100%;}
  .header_content_inner{
    display: block;
  }
  .header_logo_inner {
      text-align: left;
  }
  .header_logo_inner img {
    height: 45px;
    width: 125px;
  }
  .mob_num {
      font-size: 18px;
      color: #005cb0;
      font-weight: 700;
      display: inline-block;
  }
  .navbar-toggle{
    margin-right: 10px;
  }
  .header_first_sec{
    padding-bottom: 0px;
  }
  .header_content {
    display: block;
    margin-bottom: 0em;
    display: none;
  }
  .header_ions {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ccc;
      display: block;
      background-color: #fff;
  } 
  .service_icons {
      float: left;
      width: 25%;
      position: relative;
      text-align: center; 
  }
  .service_icons img {
      height: 55px;
      object-fit: cover;
  }
  .service_icons a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
  }
  .service_icons:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      border-right: 1px solid #ccc;
      top: 0;
  }
  .videosection_sec_content a{
    background-color: #005ab0;
    color: #ffffff;
  }
  .videosection_sec_content a span {
    color: #ffffff;
  }
  .couponswrap_single_inner {
    height: 385px;
  }
  .couponswrap_single_inner h5 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -3px;
  }
  .couponswrap_single_inner p {
      font-size: 16px;
      line-height: 20px;
  }  
  .couponswrap_single_inner h6 {
      font-size: 14px;
      line-height: 19px;
      min-height: 120px;
  }    
  a.print {
      font-size: 17px;
      padding: 3px 0px;
      line-height: 29px;
      width: 100px;
  }
  .blog_sec_single_inner {
      margin: 0px 5px;
  }
  .blog_sec_single_content {
      padding: 2em 0.5em;
      height: 380px;
      margin: 0px 0px;
  }
  span.blogdate {
    font-size: 14px;
  }  
  .blog_sec_single_content h5 {
      font-size: 15px;
      line-height: 20px;
      min-height: 85px;
  }
  .blog_sec_single_content p {
    font-size: 14px;
    line-height: 23px;
    min-height: 89px;
  }
  a.readmoreblog {
    font-size: 13px;
  }
  a.readmoreblog:before{
    font-size: 13px;
  }
  ul.mob_sub_menu.submenu_open{
    height: 500px;
    overflow-y: scroll;
  }  
  #mob_menu li a{
    font-size: 16px;
    padding: 9px 15px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar {
    width: 5px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb {
    background:#000;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb:hover {
    background: #000;
  }
  .mobile-header.fixed {
      position: fixed;
  }
  .header_wrapper.fixed .header_logo_inner a img{
    height: 45px;
    width: 125px;
  }
  .mob_navi{
    transform: translate(0%, -150%);
  }
  .electrical_service_first_image{
    margin-left: 0;
    width: 100%;
    float: left;
  }  
  .electrical_service_first {
      display: flex;
      flex-direction: column;
  }
  .electrical_service_first_image {
      order: 2;
  }
  .electrical_service_first p{
    padding-left: 0px;
  }
  .electrical_service_first_image_inner img {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
  .header_wrapper.fixed a.schedule span {
      font-size: 15px;
  }
  .header_wrapper.fixed a.schedule {
      height: 35px;
      width:120px;
  }
  .header_wrapper.fixed a.callnow {
      height: 35px;
  }
  .header_wrapper.fixed a.callnow span {
      font-size: 16px;
  }
  h2.blog_tit {
      display: none;
  }
  .mobile-logo{
    display: none;
  }
  .mob_navi {
    top:69px;
  }
  .mob_sub_menu {
    height: 300px;
    overflow-y: scroll;
  } 
  .mob_sub_menu::-webkit-scrollbar {
    width: 5px;
  }
  .mob_sub_menu::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px
  }
  .mob_sub_menu::-webkit-scrollbar-thumb {
    background:#ffcb2f;
  }
  .mob_sub_menu::-webkit-scrollbar-thumb:hover {
    background: #ffcb2f;
  }
  .blog_sec_single.ownblogpage span.blogdate {
    font-size: 17px;
  }  
  .blog_sec_single.ownblogpage .blog_sec_single_content h5 {
      font-size: 26px;
      line-height: 32px;
  }
  .blog_sec_single.ownblogpage .blog_sec_single_content p {
    font-size: 17px;
    line-height: 23px;
    min-height: 92px;
  }
  .blog_sec_single.ownblogpage .blog_sec_single_content {
      padding: 2em 1em;
      height: auto;
      margin: 0px 5px;
  }
  .banner_inner_title.blog_banner_title{
    display: none;
  }
  .header_wrapper.fixed {
    box-shadow: 0px 0px 22px 2px #00000085;
  }
  .header_ions {
      float: left;
      width: 100%;
      border-bottom: 1px solid #ccc;
      display: block;
      background-color: #fff;
  } 
  .service_icons {
      float: left;
      width: 25%;
      position: relative;
      text-align: center; 
  }
  .service_icons img {
      height: 55px;
      object-fit: cover;
  }
  .service_icons a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
  }
  .service_icons:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      border-right: 1px solid #ccc;
      top: 0;
  }
  .banner_single_image video {
      height: 300px;
  }
  .electricalsecond_wrapper {
    padding: 0px 15px;
  }
  .electricalsecond_hle{
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
  }
  .banner_single_content span {
    font-size: 23px;
    color: #005cb0;
  }
  .mob_navi {
    position: absolute;
  }  
  /* .mob_navi.menu.menu_open.fixed {
      position: fixed;
  } */
  .electricalsecond_image {
    order: 2;
  }
  .third_content {
      order: 3;
  }
  .sideabar_coupons {
    order: 4;
    margin-left: 0em;
  }
  .homefirstblock_single_inner_out p {
    font-size: 17px;
  }
  .set.faq_streak a {
    font-size: 15px;
    line-height: 30px;
    padding: 1em 1em 1em 1em;
    letter-spacing: 0px;
  }
  .faq_hle_blck h1 {
      font-size: 36px;
      line-height: 42px;
  }  
  .header_wrapper.fixed .header_logo_inner {
    text-align: left;
  }
  .mob_navi.menu.fixed {
      position: fixed;
  } 

}
@media screen and (max-width:480px) and (min-width:360px) {
	
	/***************************************Homepage****************************************************/
  .jobopening_inner_section ul li a {
      line-height: 30px;
      width: 75px;
      height: 30px;
      font-size: 12px;
      margin-top: 3px;
  }
  .jobopening_inner_section ul li {
      font-size: 13px;
  }
  .header_logo_inner img {
    width: 150px;
  }
  .mob_num {
    font-size: 26px;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'RobotoCondensed-Bold';
    letter-spacing: -1px;
  }
  .banner_single_content p span {
      width: 85%;
  }

}

/* @media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
} */

@keyframes flickerAnimation{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes shake{
  0%{transform:translate(1px, 1px) rotate(0deg);}
  10%{transform:translate(-1px, -2px) rotate(-1deg);}
  20%{transform:translate(-3px, 0px) rotate(1deg);}
  30%{transform:translate(3px, 2px) rotate(0deg);}
  40%{transform:translate(1px, -1px) rotate(1deg);}
  50%{transform:translate(-1px, 2px) rotate(-1deg);}
  60%{transform:translate(-3px, 1px) rotate(0deg);}
  70%{transform:translate(3px, 1px) rotate(-1deg);}
  80%{transform:translate(-1px, -1px) rotate(1deg);}
  90%{transform:translate(1px, 2px) rotate(0deg);}
  100%{transform:translate(1px, -2px) rotate(-1deg);}
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateme {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes slidebg {
    100% {
        background-position: 20vw;
    }
} 

/* @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes example {
    0%   {background-color:red; left:0px; righ:0px;}
    25%  {background-color:red; left:200px; right:0px;}
    50%  {background-color:red; left:200px; right:200px;}
    75%  {background-color:transparent; left:0px; right:200px;}
    100% {background-color:transparent; left:0px; right:0px;}
  } */

  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  }