html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {  
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

h1,h2,h3,h4,h5,h6{
	color:#181818;
}
p{
	color:#888;
}

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mb-30{
	margin-bottom:30px;
}
.button{
	display:inline-block;
	line-height:45px;
	padding:0 36px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#d6412c;
	border:none;
	transition:all .5s ease;
}
.button:hover{
	color:#fff;
	background:#181818;
}

.page-with-sidebar{
	padding:75px 0 30px;
}
.page-sub-title{
	padding-bottom:35px;
}
.section-head{
	padding: 62px 0 32px;
}
.section-head h4{
	color:#181818;
}
.overlay .section-head h4{
	color:#fff;
}
.section-head p{
	font-size:15px;
	padding-top:6px;
}

.page-head .overlay{
	padding:120px 0;
}
.page-head h3{
	text-transform:uppercase;
	color:#fff;
}

.grey-bg{
	border: 1px solid #e9e9e9;
	background-color: #f9f9f9;
}

.overlay{
	background:rgba(0,0,0,.2);
}
.overlay.semi-dark{
	background:rgba(0,0,0,.5);
}
.overlay.dark{
	background:rgba(0,0,0,.80);
}
.overlay.darker{
	background:rgba(0,0,0,.6);
}
.overlay.darkest{
	background:#018fd1;
}


/*topbar*/

.topbar{
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.topbar-options{
	border-left:1px solid #e9e9e9;
}
.topbar-options li{
	float:left;
	border-right:1px solid #e9e9e9;
	line-height:36px;
	color:#888;
	font-size:12px;
}
.topbar-address{
	display:inline-block;
	padding:0 21px;
}

.topbar-address .fa{
	margin-right:8px;
	font-size:14px;
}

.topbar-social{
	border-right:1px solid #e9e9e9;
}
.topbar-social li{
	float:left;
	border-left:1px solid #e9e9e9;
}
.topbar-social li a {
	text-align:center;
	color:#888;
}
.topbar-social li a .fa{
	font-size:14px;
	line-height:36px;
	width:50px;
}
.topbar-social li a:hover{
	color:#d6412c;
}


/*menu-bar*/

.menu-bar{
	position:relative;
    background: #fff /*#f0bab2*/;
        box-shadow: 1px 2px 7px -2px #1678bf;     -webkit-box-shadow: 1px 2px 7px -2px #1678bf;-o-box-shadow: 1px 2px 7px -2px #1678bf;
    -moz-box-shadow: 1px 2px 7px -2px #1678bf;-ms-box-shadow: 1px 2px 7px -2px #1678bf;
}
.logo-bar{
	padding:14px 0;
}

.single-menu-info{
	padding-left:48px;
	margin-left:60px;
	position:relative;
}
.single-menu-info .micon{
	position:absolute;
	top:4px;
	left:0;
	color:#bababa;
	font-size:36px;
}

.single-menu-info h5{
	color:#181818;
}

.single-menu-info h5 span{
	font-weight:400;
	font-size:14px;
	display:block;
	color:#888;
}

.navbar-toggle {
	margin-top: 18px;
}

.navbar-default {
	background:none;
}
.navbar {
	min-height: 70px;
	margin-bottom: 0;
	border: none;
	width: 100%;
	z-index:999999;
	border-radius:0;
}
.navbar-collapse{
	padding-left:19px;
	padding-right:19px;
}
.navbar-nav > li > a {
	line-height: 40px;
}
.nav > li > a {
	padding: 15px 4px;
	text-transform:uppercase;
	font-size:14px;
	/*letter-spacing:0.1em;*/
	font-weight:700;
	margin:0 14px;
	position:relative;
}
.navbar-default .navbar-nav  > li  > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav  > li  > a:hover,
.navbar-default .navbar-nav  > li  > a:focus {
	color: #176fb7;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #176fb7;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #176fb7;
	position:relative;
}
.navbar-default .navbar-nav > li > a:before {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:4px;
	background:#d6412c;
	content:"";
	opacity:0;
	transition:all .5s ease;
}
.navbar-default .navbar-nav > .open > a:hover:before,
.navbar-default .navbar-nav > .open > a:focus:before,
.navbar-default .navbar-nav  > li  > a:hover:before,
.navbar-default .navbar-nav > li.active > a:before{
	opacity:1;
}

.dropdown-menu {
	min-width: 220px;
	padding: 2px 10px;
	margin: 0 0 0;
	font-size: 14px;
	line-height:51px;
	background-color: rgb(23, 111, 183);
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu > li > a {
	display: block;
	padding: 0 0;
	clear: both;
	font-weight: normal;
	line-height: 51px;
	color: #fff;
	white-space: nowrap;
	border-bottom:1px solid #fff;
}
.dropdown-menu > li:last-child > a {
	border-bottom:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #860d86 /*#d6412c*/;
	background-color: transparent;
}

.dropdown-menu input[type="text"]{
	line-height:30px;
	background:none;
	border:none;
	color:#fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color:#d6412c;
	font-weight:700;
	background:transparent;
}

.navbar-default .navbar-nav  > li  > a .fa{
	color:#d6412c;
}

.navbar-default .navbar-toggle {
	border-color: #e9e9e9;    background: #089ae1;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #d6412c;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
	background:#fff;
}

/*header-slider*/

.header-slider{
	position:relative;
}
.single-header-slide .overlay{
	color:#fff;
   padding: 300px 0 200px;
}
.single-header-slide h2{
	padding-bottom:15px;
}
.single-header-slide h2,
.single-header-slide p{
	color:#fff;
}
.single-header-slide h2{
	position:relative;
	top:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide h2{
	top:0;
	opacity:1;
}
.single-header-slide p{
	position:relative;
	left:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide p{
	left:0;
	opacity:1;
}
.single-header-slide .button{
	position:relative;
	right:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide .button{
	right:0;
	opacity:1;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0px;
	background:transparent;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	background:none;
}
.header-section .bx-wrapper .bx-prev:after,
.header-section .bx-wrapper .bx-next:after{
	position:absolute;
	top:-30px;
	background:rgba(0,0,0,.35);
	content:"";
	width:30px;
	height:95px;
	line-height:95px;
	text-align:center;
	font-family: 'FontAwesome';
	font-size:20px;
	color:#d6412c;
	text-indent:0;
	transition:all .5s ease;
}
.header-section .bx-wrapper .bx-prev:after{
	left:-10px;
	content: "\f104";
}

.header-section .bx-wrapper .bx-next:after{
	right:-10px;
	content: "\f105";
}
.header-section .bx-wrapper .bx-prev:hover:after,
.header-section .bx-wrapper .bx-next:hover:after{
	color:#fff;
}

/*our-expertist*/

.our-expertist{
	padding-bottom:45px;
	box-shadow: 0 1px 1px rgba(204,204,204,.35);
}

.single-expertist{
	margin-bottom:30px;
	background:#fff;
	transition:all .5s ease;
}
.single-expertist:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.se-top{
	position:relative;
}
.se-top-over{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
}
.se-top-over h6{
	line-height:48px;
	padding:0 16px 0 19px;
	background:rgba(214,65,44,.85);
	color:#fff;
	display:inline-block;
	margin:0 auto;
}
.se-top-over .fa{
	height:20px;
	width:20px;
	border-radius:50%;
	border:1px solid #fff;
	color:#fff;
	font-size:13px;
	text-align:center;
	line-height:16px;
	display:inline-block;
	margin-top:14px;
	margin-left:15px;
	padding-top:1px;
}
.se-top-over .fa-angle-right::before {
	position: relative;
	left: 1px;
}
.se-bottom{
	border:1px solid #e9e9e9;
	border-top:none;
	padding: 24px 10px 12px 10px;
}


/*about-us-section*/

.about-us-section{
	padding:100px 0;
}
.about-us-section h4{
	padding:13px 0 27px;
}

.about-text{
	padding-right:40px;
}
.innr-page .about-text{
	padding-right:0;
}
.about-text p{
	padding-bottom:25px;    font-size: 14px;
    letter-spacing: 0.5px;
}

.about-us-section.innr-page h4{
	padding:0 0 27px;    color: #018fd1;
}

.pl-25{
	padding-left:25px;
}

.about-us-section.innr-page{
	padding:70px 0 25px;
}
.about-us-section.innr-page .about-text{
	padding-bottom:50px;
}
.about-us-section.innr-page img{
	padding-bottom:50px;
	width:100%;
}

/*faq-area*/

.faq-area{
	border-bottom:1px solid #e9e8e8;
}
.panel-default > .panel-heading {
	background-color: transparent;
	padding:12px 0 14px;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group {
	margin-bottom: 0;
}
.panel {
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-top:1px solid #e9e8e8;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, 
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}
.panel-default > .panel-heading a {
	color: #888;
	padding-left:34px;
	position:relative;
	display:block;
	line-height:28px;
}
.panel-default > .panel-heading a:before {
	position:absolute;
	top:1px;
	left:0;
	font-family: "FontAwesome";
	content: "\f068";
	font-size:10px;
	line-height:19px;
	color:#d6412c;
	margin-right:15px;
	padding-left:1px;
	border:1px solid #d6412c;
	height:20px;
	width:20px;
	border-radius:50%;
	text-align:center;
}
.panel-default > .panel-heading a.collapsed:before {
	content: "\f067";
}
.panel-body {
	padding: 3px 20px 27px 35px;
}
.single-header-slide h3{color: #fff;font-size: 40px;}
/*more-service-section*/

.more-service-section{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/featured.jpg) center center;
	background-size:cover;
}
.more-service-section .overlay{
	padding-bottom:130px;
}

.more-services{
	color:#fff;
	line-height:33px;
}
.more-services:hover{
	color:#d6412c;
}
.more-services .fa{
	padding-left:24px;
}

.single-mService{
	background:rgba(214,65,44,.7);
}
.single-mService img{
	width:100%;
}
.mService-text{
	padding:50px 40px 20px 47px;
}
.mService-text h6{
	color:#fff;
	padding-bottom:13px;
	text-transform:uppercase;
}
.mService-text p{
	color:#fff;
	padding-bottom:10px;
}

.mService-more a{
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	line-height:20px;
	height:22px;
	width:22px;
	text-align:center;
	display:inline-block;
}
.mService-more a .fa{
	padding-left:2px;
}

/*service-section*/

.service-section{
	padding:110px 0 45px;
}
.all-services{
	padding:0 50px;
}
.single-service{
	padding:0 50px 50px 50px;
}
.single-service .micon{
	font-size:64px;
	color:#d6412c;
}
.single-service h6{
	padding:20px 0 10px;
}

/*get-quote-section*/

.get-quote-section{
	padding-top:145px;
	box-shadow: 0 1px 1px rgba(204,204,204,.35);
}
.get-quote-section img{
	margin-left:-40px;
}

.quote-form h4{
	padding-bottom:30px;
}

.quote-form{
	background: #fff;
	box-shadow: 0 0 5px rgba(41,41,41,.19);
	padding:45px 47px 52px;
	margin-left:-60px;
}

.margin-65{
	margin-left:-6.5px;
	margin-right:-6.5px;
}
.padding-65{
	padding-left:6.5px;
	padding-right:6.5px;
}
.quote-form .input-box input[type="text"],
.quote-form .input-box textarea{
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	line-height:42px;
	padding-left:23px;
	color:#888;
	width:100%;
	margin-bottom:12px;
}
.quote-form .input-box textarea{
	height: 218px;
	resize:none;
	padding-top:12px;
}
.quote-form .input-box input[type="submit"]{
	margin-top:9px;
}
p.lead{line-height: 28px;}
/*testimonial-section*/

.testimonial-blog-section{
	padding-bottom:36px;
}
.single-testimonial{
	
}
.ste-top{
	padding:35px 45px 20px 50px;
	border: 1px solid #e9e9e9;
	background-color: #dc5d4a;
	margin-bottom:40px;
}
.single-testimonial .micon{
	font-size:48px;
	color:#fff;
}
.single-testimonial img{
	flex-basis: 78px;
	flex-shrink:0;
	border:1px solid #e9e9e9;
	border-radius:50%;
}
.single-testimonial blockquote{
	color:#fff;
	padding-top:12px;
}
.ste-bottom{
	display: inline-flex;
	align-items: center;
}
.ste-bottom h6{
	flex-grow:1;
	padding-left:20px;
}
.ste-bottom h6 span{
	font-weight:400;
	display:block;
	text-transform:none;
	font-size:12px;
}

.slick-next,
.slick-prev{
	position:absolute;
	top:-87px;
	text-indent:-9999px;
	height:22px;
	width:22px;
	padding:0;
	border:none;
	border-radius:50%;
	opacity:0.2;
	transition:all .5s ease;
}
.slick-next:hover,
.slick-prev:hover{
	opacity:0.5;
}
.slick-prev{
	right:28px;
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/icons/angle-left.png)
}
.slick-next{
	right:0;
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/icons/angle-right.png)
}

/*cta-section*/

.cta-section{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/cta.jpg) center center;
	background-size:cover;
}
.cta-section.cta-two{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/cta-two.jpg) center center;
	background-size:cover;
}
.cta-section .overlay{
	padding:178px 0 212px;
}
.cta-section.cta-two .overlay{
	padding:130px 0 166px;
}
.cta-section .h4-like{
	font-weight:300;
	text-transform:none;
	display:block;
	color:#fff;
}

.cta-section  h3{
	text-transform:uppercase;
	color:#fff;
	padding:17px 0 31px;
}

/*blog-section*/

.single-blog{
	margin-bottom:19px;
	transition:all .5s ease;
}
.single-blog:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.page-with-sidebar .single-blog{
	margin-bottom:30px;
}

.more-blogs{
	color:#888;
	line-height:33px;
}
.more-blogs:hover{
	color:#d6412c;
}
.more-blogs .fa{
	padding-left:24px;
}

.sb-top{
	position:relative;
}
.sb-bottom{
	border: 1px solid #e9e9e9;
	padding:33px 20px 36px 44px;
}

.meta-info{
	background:rgba(214,65,44,.85);
	font-size:13px;
	color:#fff;
	padding:8px 18px 10px;
	position:absolute;
	top:20px;
	right:20px;
	text-transform:uppercase;
}
.meta-info span{
	display:block;
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:700;
}

.video-play{
	position:absolute;
	top:27px;
	right:27px;
	height:34px;
	width:34px;
	border:2px solid #fff;
	border-radius:50%;
	text-align:center;
}
.video-play .fa{
	line-height:32px;
	color:#fff;
	margin:0 0 3px 3px;
}

.single-blog h6{
	padding-bottom:7px;
}
.single-blog h6 a{
	color:#181818;
}
.single-blog h6 a:hover{
	color:#d6412c;
}
.single-blog.small{
	border: 1px solid #e9e9e9;
	background-color: #fff;
	transition:all .5s ease;
	padding:30px 44px 38px;
}
.single-blog.small:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

/*footer-section*/

.footer-section{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/footer.jpg) center center;
	background-size:cover;
}
.footer-section .footer-top{
	padding: 60px 0 6px;
	border-bottom:1px solid #28292a;
}

.footer-widget{
	margin-bottom:30px;
}
.about-widget{
	padding-top:3px;
}
.about-widget img{
	padding-bottom:27px;
}

.footer-widget h6{
	color:#d6412c;
}

.link-list{
	padding-top:18px;
}
.link-list li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right:19px;
	color:#28292a;
}
.link-list li{
	line-height:32px;
	float:left;
	width:50%;
}
.link-list li a{
	line-height:32px;
	color:#fff;
	display:inline-block;
}
.link-list li a:hover{
	color:#d6412c;
}

.recent-widget{
	margin-left:-10px;
}
.post-list li{
	padding:20px 0 26px;
	border-bottom:1px solid #28292a;
}
.post-list li:last-child{
	border:none;
}
.post-list li a{
	color:#fff;
	letter-spacing:0.02em;
	line-height:25px;
	font-size:14px;
}
.post-list li a:hover{
	color:#d6412c;
}

.post-list li span{
	color:#fff;
	display:block;
	font-size:12px;
	letter-spacing:0.02em;
	padding-top:7px;
}

.subscribe-widget p{
	color:#fff;
	padding:20px 0 24px;
}
.subscribe-widget input[type="text"]{
	width:100%;
	color:#fff;
	border:none;
	background:#28292a;
	line-height:50px;
	margin-bottom:20px;
	padding-left:25px;
}
.subscribe-widget input[type="email"] {
    width: 100%;
    color: #fff;
    border: none;
    background: #28292a;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.footer-bottom{
	    padding: 24px 0 16px;
}
.footer-nav{
	padding-bottom:30px;
}
.footer-nav li{
	display:inline-block;
	padding-right:12px;
}
.footer-nav li a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
}
.footer-nav li a:hover{
	color:#d6412c;
}
.footer-credit{
	padding-bottom:30px;
}
.footer-credit p{
	line-height:20px;
	letter-spacing:0.02em;    float: left;
	color:#fff;
}
.footer-credit p a{
	color:#fff;
}
.footer-credit p a:hover{
	color:#d6412c;
}

/*service-page*/

.page-head.service{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/service-title.jpg) center center;
	background-size:cover;
}

/*about-page*/

.page-head.about{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/about-title.jpg) center center;
	background-size:cover;
}

/*our-skills*/

.ss-bar{
	position:relative;
	padding:0 53px 0 96px;
	color:#888;
	font-size:15px;
	letter-spacing:0.02em;
	margin:5px 0 33px;
	height:17px;
}
.skill-title{
	position:absolute;
	left:0;
	top:0;
}
.skill-bar{
	position:relative;
	top:6px;
	width:100%;
	height:4px;
	background:#f3f3f3;
}
.skill-bar-count{
	position:absolute;
	top:0;
	left:0;
	height:4px;
	background:#d6412c;
}

.skill-count{
	position:absolute;
	right:0;
	top:0;
}

/*team-section*/

.team-section{
	padding-bottom:80px;
}

.single-team{
	margin-bottom:30px;
	border: 1px solid #e9e9e9;
	background: #fff;
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.single-team h6{
	line-height:21px;
}
.single-team img{
	width:100%;
}
.single-team h6 span{
	display:block;
	color:#888;
	font-weight:400;
	text-transform:none;
}

.st-bottom{
	padding:37px 42px 28px;
}


/*faq-page*/

.page-head.faqs{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/faqs-title.jpg) center center;
	background-size:cover;
}

.page-with-sidebar .faq-area{
	margin-bottom:40px;
}


/*blogs-page*/

.page-head.blogs{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/blogs-title.jpg) center center;
	background-size:cover;
}

.page-navigation{
	padding:32px 0 23px;
}
.page-navigation li{
	display:inline-block;
	margin-right:5px;
}
.page-navigation li a{
	display:inline-block;
	height:32px;
	width:32px;
	line-height:32px;
	color:#888;
	border:1px solid #cacaca;
	border-radius:50%;
	text-align:center;
	font-size:14px;
}
.page-navigation li.active a{
	border:1px solid #d6412c;
}
.page-navigation li a .fa{
	font-size:16px;
}


.featured-image{
	position:relative;
}
.featured-image img{
	width:100%;
}
.featured-image .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bd-meta{
	padding:68px 0 21px;
}
.bd-meta li{
	display:inline-block;
	margin-right:18px;
}
.bd-meta li a{
	color:#888;
}
.bd-meta li a:hover{
	color:#d6412c;
}
.bd-meta li img{
	margin-right:6px;
}
.bd-meta li:last-child a{
	color:#d6412c;
}

.bda-texts h3{
	text-transform:uppercase;
	padding-bottom:50px;
}
.bda-texts p{
	padding-bottom:25px;
}
.bda-texts blockquote{
	font-size:16px;
	line-height:31px;
	padding-left:84px;
	position:relative;
	color:#888;
	margin:18px 0 39px;
}
.bda-texts blockquote:before{
	font-size:50px;
	color:#d6412c;
	position:absolute;
	top:10px;
	left:0;
	font-family: "megaicon";
	content: "\f105";
}

.blog-share{
	border-bottom:1px solid #e9e8e8;
	padding:30px 0 25px;
	margin-bottom:75px;
}
.blog-share ul li{
	display:inline-block;
	color:#888;
	font-size:12px;
	line-height:30px;
}
.bds-tags li a{
	color:#d6412c;
	margin-right:6px;
}
.bds-tags li:first-child{
	padding-right:16px;
}
.bds-social li{
	margin-left:16px;
}
.bds-social li a{
	color:#c3c3c3;
	font-size:16px;
}
.bds-social li a:hover{
	color:#d6412c;
}

.post-author{
	display: inline-flex;
	padding:38px;
}
.author-image{
	flex-basis: 103px;
	flex-shrink:0;
}
.author-details{
	flex-grow:1;
	padding-left:38px;
}
.author-details h6{
	padding:10px 0 7px;
}
.author-details h6 a{
	color:#181818;
}

.comment-list{
	padding:57px 0 65px;
}
.comment-list h4{
	padding-bottom:48px;
}
.comment-list h4 a{
	color:#d6412c;
}

.single-comment{
	padding:38px 0 29px;
	border-bottom: 1px solid #ededed;
	display: flex;
}
.single-comment.level2{
	padding-left:56px;
}
.commenter-image{
	flex-basis: 72px;
	flex-shrink:0;
}
.comment-details{
	flex-grow:1;
	padding-left:38px;
}
.comment-details p{
	padding:3px 0 7px;
}
.comment-name{
	color:#181818;
}
.comment-name:hover{
	color:#d6412c;
}
.comment-date{
	color:#888;
	font-size:12px;
	letter-spacing:0.02em;
	text-transform:none;
	font-weight:400;
	margin-left:6px;
}
.comment-date:hover{
	color:#d6412c;
}

.replay-button{
	line-height:22px;
	padding:0 12px;
	font-size:12px;
	color:#888;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
}
.replay-button:hover{
	color:#fff;
	border: 1px solid #d6412c;
	background: #d6412c;
}


/*contact-page*/

.page-head.contact{
	background:url(/web/20220102144328im_/https://accordpower.co.in/images/bg/contact-title.jpg) center center;
	background-size:cover;
}

.google-map{
	height:466px;
}

.contact-texts{
	padding:80px 0 33px;
}
.contact-texts h3{
	padding-bottom:50px;
	text-transform:uppercase;
}
.contact-texts p{
	padding-bottom:25px;
}

.comment-form{
	padding-bottom:44px;
}
.comment-form h4{
	padding-bottom:44px;
}
.input-box input[type="text"],
.input-box textarea{
	border: 1px solid #e9e9e9;
	background: #fff;
	line-height:48px;
	padding-left:28px;
	color:#888;
	width:100%;
	margin-bottom:30px;
}
.input-box textarea{
	height: 144px;
	resize:none;
	padding-top:12px;
}


/*sidebar*/


.sidebar{
	padding-left:30px;
}

.single-sWidget{
	border: 1px solid #e9e9e9;
	background: #f0bab2;
	padding: 20px 10px 0px 20px;
	margin-bottom:22px;
}
.backcolblu{background: #57b5e0;}
.backcolgrey{background: #6f7b7d;}
.backcolgrey2{background: #f1f1f1;}
.categories{
	padding-top:18px;
	padding-bottom:24px;
}
.categories li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right:19px;
	color:#888;
}
.categories li{
	line-height:32px;
}
.categories li a{
	line-height:32px;
	color:#888;
	display:inline-block;
}
.categories li a:hover{
	color:#d6412c;
}

.recent-list{
	padding-top:30px;
}
.recent-list li{
	padding-bottom:24px;
	display: inline-flex;
	align-items: center;
}
.rl-image{
	flex-basis: 90px;
	flex-shrink:0;
}
.rl-text{
	flex-grow:1;
	padding-left:17px;
}
.rl-text a{
	font-size:14px;
	color:#888;
	line-height:20px;
	padding-bottom:7px;
	display:block;
}
.rl-text a:hover{
	color:#d6412c;
}
.rl-text span{
	font-size:12px;
	display:block;
	color:#888;
}

.single-sWidget pre{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#fff;
	line-height: 26px;
    padding: 5px 0 14px 0px;

}
.backcolgrey2 pre{color: #888;}
/*select2*/

.select2-container--default .select2-selection--single{
	border:none;
	height:36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #888;
	line-height: 36px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 21px;
	padding-right: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	top: 0;
	right: 10px;
	width: 22px;
}
.select2-selection__rendered{
	font-size:12px;
	letter-spacing:0.02em;
}
.select2-selection__rendered img{
	margin-right:5px;
	margin-top:-2px;
}
.select2-container{
	width:auto !important;
	margin-top:-1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
	position: absolute;
	top: 0;
	left: 6px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size:10px;
	color:#888;
}
.select2-container--open .select2-dropdown--below {
	border: 1px solid #e9e9e9;
	border-radius: 0;
}
.select2-search--dropdown{
	display:none;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #d6412c;
	color:#fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background:#e9e9e9;
	color:#888;
	transition:all .5 ease;
}
.select2-results__option {
	line-height: 36px;
	padding: 0 20px;
	color:#888;
	font-size:12px;
	letter-spacing:.02em;
	white-space: nowrap;
	text-overflow:ellipsis;
	z-index:999999999999;
	position:relative;
	transition:all .5 ease;
}
.select2-results__option img{
	margin-right:5px;
	margin-top:-2px;
}

/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-menu-info {
		margin-left: 0;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.tab-center{
		text-align:center;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	.single-testimonial{
		padding:0 15px;
	}
	.get-quote-section img,
	.quote-form{
		margin-left:0;
	}
}

@media only screen and (max-width: 767px) {

	h1, .h1-like {
		font-size: 60px;
		line-height: 70px;
	}
	h2, .h2-like {
		font-size: 40px;
		line-height: 68px;
	}
	h3, .h3-like {
		font-size: 38px;
		line-height: 52px;
	}
	p.lead {
		font-size: 18px;
		line-height: 30px;
	}
	
	.mobile-left{
		text-align:left;
	}
	.mobile-center{
		text-align:center;
	}
	
	.single-menu-info {
		margin-left: 0;
		margin-top:20px;
	}	
	.navbar {
		bottom: 0;
		/*top:30px;*/
	}
	.topbar-options{
		border-bottom:1px solid #e9e9e9;
	}
	.topbar-address {
		padding: 0 8px;
	}
	.portfolio-nav {
		padding-top:30px;
	}
	.portfolio-nav li {
		display: block;
		margin-left: 0;
		line-height:30px;
	}
	.sp-over{
		padding-left:10px;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.single-service {
		padding: 0 0 50px;
	}
	.recent-widget {
		margin-left: 0;
	}
	
	.page-head .overlay{
		padding:120px 0;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	
	.bda-texts blockquote{
		padding-left:0;
	}
	.bda-texts blockquote:before{
		font-size:40px;
		position:relative;
		padding-right:15px;
	}
	
	.author-details,
	.comment-details{
		padding-left:0;
		padding-top:15px;
	}
	.single-comment,
	.post-author{
		flex-direction: column;
	}
	.get-quote-section img,
	.quote-form{
		margin-left:0;
	}
}
.footer-widget h6 {
    color: #485158;
    font-size: 22px;
}

.keycont table tbody tr td,
                                    .keycont table tbody tr th {background: #fff;padding: 6px 20px;
                                        border: solid 1px #018fd1;
                                        font-family: arial;
                                        line-height: 20px;}
                                    .keycont table{margin: 20px auto;}

.page-head.about h3{font-size: 40px;}
.iconlists ul li {  color: #000; font-weight: 600; list-style-type:none; display: flex;    margin: 12px 0;}
.iconlists ul li:before { padding: 0px 12px;content: "\f178"; color: #e61d27; font-size: 16px; font-family: 'FontAwesome';}
.hroc h4{color: #018fd1; font-size: 24px;padding: 5px 0;border-bottom: dotted 2px;display: inline-block;margin-bottom: 20px;}
.se-top img{box-shadow: 0px 4px 16px -1px #47afe0;}
.se-bottom h6{letter-spacing: 0;}
.prdctrow{/*background: #dce6f0;*/padding: 16px 15px;margin-bottom: 24px;}
.contsocl li a .fa{font-size: 14px;line-height: 36px;width: 40px;height: 40px;color: #fff;background: #018fd1;margin: 15px 0px;}

.prodctdtal h3{font-size: 24px; line-height: 38px;  padding-top: 14px;}
.iconlists table{margin-top: 36px;}
 .iconlists ul li {  color: #000; font-weight: 600; list-style-type:none; display: flex;    margin: 12px 0;
    line-height: 21px;}
.iconlists ul li:before { padding: 0px 12px;content: "\f178"; color: #000; font-size: 16px; font-family: 'FontAwesome';}
.iconlists table tr td{background: #fff; padding: 10px; border: solid 1px #018fd1;font-family: arial; line-height: 20px;}
.iconlists table tr th{background: #fff; padding: 10px; border: solid 1px #018fd1;font-family: arial;  }
.padtb20{padding:0px 0;}
.about-us-section.innr-page .iconlists h4{padding-bottom: 0;letter-spacing: 0px;}
.about-us-section.innr-page .padtb20 img { padding-bottom: 20px ; width: 100%;}
.about-us-section.innr-page .padtb20 h5{padding-bottom: 40px;}
.margin-auto{margin: 0 auto; display: block; float: none;    text-align: center;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent; border-color: #337ab7;}
.footer-top .about-widget img { padding-bottom: 0px;}
.fltlft{float: right;}
/*------ subdropdown start  ----------*/

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
       width: 100%;top:0;left:-100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: 0px;
  margin-top: 6px;
  width: 0;
	position: absolute;
	right: -8px;
	top: 15px;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {

  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
    
} 

@media only screen and (max-width: 1199px) {
    .nav > li > a{padding: 0px 4px;font-size: 13px;margin: 12px 4px; }
}

@media only screen and (max-width: 992px){

.nav > li> a {padding: 0px 3px;font-size: 11px; margin: 12px 3px;}
}
@media only screen and (max-width: 767px){

.fltlft{float: left;margin-top: 20px;}
}
/*------ subdropdown end  ----------*/


@media (min-width: 768px) and (max-width: 991px) {
   .navbar-collapse.collapse {
       display: none !important;
   }
   .navbar-collapse.collapse.in {
       display: block !important;
   }
   .navbar-header .collapse, .navbar-toggle {
       display:block !important;
   }
   .navbar-header {
       float:none;
   }
   .navbar-nav > li{width: 100%;}.main-menu .nav>li>a{line-height: 40px;}
}

@media only screen and (max-width: 767px) {
   .table-container{ overflow-x: auto; }
    .table-container table{width: 650px;overflow-x: auto; display: block;}
}
/*
     FILE ARCHIVED ON 14:43:28 Jan 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:39:55 May 21, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.505
  exclusion.robots: 0.025
  exclusion.robots.policy: 0.015
  esindex: 0.01
  cdx.remote: 24.895
  LoadShardBlock: 72.239 (3)
  PetaboxLoader3.datanode: 173.941 (5)
  load_resource: 343.041 (2)
  PetaboxLoader3.resolve: 198.694 (2)
*/