body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 170px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 170px;
    width: 0;
    height: 100%;
    margin-left: -170px;
    overflow-y: auto;
    background: #595a5a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow-x: hidden;
}

#wrapper.toggled #sidebar-wrapper {
    width: 170px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    margin-top: 135px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -170px;
}


/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 170px;
    margin: 0;
    padding: 0;
    padding-top: 100px;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease 0s;
    font-size: 14px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #760586;
}

.sidebar-nav li .active {
    text-decoration: none;
    color: #fff;
    background: #760586;
}

.sidebar-nav li a i {
    display: inline;
    padding-right: 5px;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-left: 170px;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 170px;
    }
    #page-content-wrapper {
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    #page-content-wrapper {
        margin-top: 116px !important;
    }
}

@media only screen and (max-width: 767px) {
    #page-content-wrapper {
        margin-top: 90px !important;
    }
}


/*top bar section starts here*/

.top_bar {
    text-align: center;
    padding: 16px 0;
    background-color: #fff;
    box-shadow: 0 1px 9px -4px rgba(0, 0, 0, 0.75);
}

.togglebtn_holder {
    background-color: #760586;
    border-radius: 0 5px 5px 0;
    height: 40px;
    position: absolute;
    padding:0px 8px 0px 6px; 
    margin:14px 0px 0px 0px;
}

.togglebtn_holder img {
    position: relative;
    top: 8px;
}

.top_bar .logo {
    width: 162px;
}

.top_bar .togglebtn_holder .rotate {
    transform: rotate(180deg);
    transition: .3s;
}

.top_bar .togglebtn_holder .rotate2 {
    transform: rotate(0deg);
    transition: .3s;
}


/*top bar section ends here*/


/*main default menu starts here*/

.maindefault_menu_section .navbar-default {
    border: none;
    border-radius: 0;
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 0;
    box-shadow: 0 1px 9px -4px rgba(0, 0, 0, 0.75);
}

.maindefault_menu_section .navbar-brand {
    margin: 0px 0px 25px 0px !important;
}

.maindefault_menu_section .navbar-brand img {
    position: relative;
    width: 197px;
    bottom: 16px;
}

.maindefault_menu_section .navbar-default ul {
    position: relative;
    top: 15px;
}

.maindefault_menu_section .navbar-default ul li a {
    font-size: 16px;
    color: #249bd6;
    padding: 8px 20px;
    transition: all 0.3s;
}

.maindefault_menu_section .navbar-default ul li a.border {
    color: #d23327;
    cursor: pointer;
    padding: 8px 5px !important;
    margin: 0px 8px 0px 8px;
}

.maindefault_menu_section .navbar-default ul li a:hover {
    color: #9a4788;
}

.maindefault_menu_section .navbar-default ul li .active {
    background-color: transparent !important;
    color: #249bd6 !important;
    border-bottom:2px solid #9a4788;
    
}

@media only screen and (max-width: 992px) {
    .maindefault_menu_section .navbar-default {
        padding: 20px 0;
    }
    .maindefault_menu_section .navbar-default ul li a {
        font-size: 16px;
        padding: 8px 15px;
    }
    .maindefault_menu_section .navbar-brand img {
        bottom: 23px;
        position: relative;
        width: 205px;
    }
}


/*main default menu ends here*/


/*request free call css starts here*/
.request_feecall_holder{
    background-color: #530c5d;
    padding: 30px 0;
}
.request_feecall_holder p{
    color: #ffffff;  
    position: relative;
    top: 6px;
	font-size:14px;
} 
.request_feecall_holder .btn-danger{
    border: none;
    background-color: #1c9ad6;
    border-radius: 0px;  
    transition: all 0.5s ease 0s;
    color:#fff;
    font-size:16px;
    border: 1px solid #fff;
    border-radius: 5px;
} 
.request_feecall_holder .btn-danger:hover{       
     background-color: #11719e;         
} 
.request_feecall_holder .btn_holder{
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .request_feecall_holder{         
        padding: 20px 0;
    }
    .request_feecall_holder p{
       
        position: relative;
        top: 0px;
        margin: 0;  
        text-align: center;
        padding-bottom: 10px;
    } 
    .request_feecall_holder .btn_holder{
        text-align: center;
    }
}
/*request free call css ends here*/




/*banner section starts here*/

.banner_section_electricity {
    background: url(../images/main-banner-electricity.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 50px 0px 50px;	
}

.banner_section_electricity h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    padding: 20px 0px 0px;
    margin: 0px;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)";/*IE 8*/
	text-shadow: 1px 1px 4px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.banner_section_electricity h3 {
    font-weight: 800;
    font-size: 65px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    padding: 30px 0px 10px;
    margin: 0px;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000)";/*IE 8*/
	text-shadow: 1px 1px 4px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.banner_section_electricity .btn-danger{
    background-color: #1c9ad6;
    border-radius: 0px;
    color: #fff;
    font-size: 22px !important; 
    line-height: 28px;
    padding: 8px 30px;
    margin-top: 60px;
    transition: all 0.5s ease 0s;
    border: 1px solid #fff;
    border-radius: 5px;
}
.banner_section_electricity .btn-danger:hover{
    background-color: #11719e;
    border: 1px solid #fff;
    color:#fff;
}
.banner_section_electricity .btn-danger:focus{
    background-color: #53a6dc;
    border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
    .banner_section_electricity {
        padding: 20px 0 20px;
    }
    .banner_section_electricity h2 {
        padding: 10px 0px 20px 0px;
        font-size: 18px;
        line-height: 26px;
        text-align: center;
    }
    .banner_section_electricity h3 {
        font-size: 45px;
        line-height: 50px;
        padding: 20px 0px 20px 0px;
        text-align: center;
    }
}

@media only screen and (max-width: 992px) {
    .banner_section_electricity {
        padding: 20px 0 20px;
    }
    .banner_section_electricity h2 {
        padding: 10px 0px 20px 0px;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
    }
    .banner_section_electricity h3 {
        font-size: 45px;
        line-height: 50px;
        padding: 20px 0px 20px 0px;
        text-align: center;
    }
}

.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.section.repeat-bg {
    background-repeat: repeat;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size: auto !important;
}

.bg-parallax {
    background-attachment: fixed;
}

.banner-form {
    background-color: #1c2e3c;
    border-radius: 10px;
    padding: 0px 20px 20px 20px;
}

.banner-form .btn-system {
    font-size: 22px;
    padding: 18px 0;
    text-transform: capitalize;
    width: 100%;
    margin-right: 0
}

.banner-form .call-form {
    font-size: 15px;
    color: #fff;
    padding: 20px 0 0;
    text-align: center;
}

.banner-form .call-form a {
    font-size: 24px;
}

.banner-form .call-form a {
    color: #fff;
    font-weight: 900;
    cursor: pointer
}

.banner-form .error {
    color: #ccc;
}

.banner-form .call-form a:hover {
    color: #8f94a5 !important;
}

.banner-form h3 {
    border-bottom: 1px solid #9095a6;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}

.banner-form h3::after {
    bottom: -15px;
    color: #9095a6;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 100%;
}

.banner-form .btn-system {
    font-size: 22px;
    margin-right: 0;
    padding: 18px 0;
    text-transform: capitalize;
    width: 100%;
}

.btn-system {
    background-color: #f6c646;
    border: 0 none;
    border-radius: 3px;
    color: #2b4253;
    display: inline-block;
    font-weight: 400;
    margin-right: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.btn-system:hover {
    color: #2b4253;
    opacity: 0.8;
}

.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea,
.email,
select {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #20232c !important;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    outline: medium none;
    padding: 10px 15px;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}

.banner_section {
    background: url(../images/main-banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 115px 0 50px;
	margin:135px 0px 0px 0px;
}

.banner_section h2 {
    color: #fff;
    font-size: 58px;
    margin-top: 0;
    font-weight: 700;
}

.banner_section h1 {
    color: #fff;
    font-size: 70px;
    margin-bottom: 0;
    font-weight: 900;
}

.banner_section .btn-danger {
    background-color: #f6c646;
    border-radius: 5px;
    color: #2b4253;
    font-size: 26px;
    padding: 18px 80px;
    margin-top: 50px;
    transition: all 0.5s ease 0s;
    border: none !important;
}

.banner_section .btn-danger:hover {
    background-color: #f6c646;
    opacity: 0.8;
}

.banner_section .btn-danger:focus {
    background-color: #f6c646;
    opacity: 0.8;
}

.banner_section .btn-danger span img {
    width: 32px;
    height: 28px;
    display: block;
    float: left;
    padding: 0px 5px 0px 0px;
    margin: 5px 0px 0px 0px;
}

@media only screen and (max-width: 992px) {
    .banner_section {
        padding: 95px 0 40px;
		margin:135px 0px 0px 0px;
    }
    .banner_section h2 {
        font-size: 45px;
    }
    .banner_section h1 {
        font-size: 50px;
    }
    .banner_section .btn-danger {
        font-size: 26px;
        padding: 18px 60px;
    }
}

@media only screen and (max-width: 767px) {
    .banner_section {
        padding: 145px 0 30px;
    }
    .banner_section h2 {
        font-size: 35px;
		line-height:38px;
    }
    .banner_section h1 {
        font-size: 46px;
		line-height:48px;
    }
    .banner_section .btn-danger {
        font-size: 18px;
        line-height: 35px;
        padding: 20px 25px !important;
    }
}


/*banner section ends here*/


/*offer section starts here*/

.offer_section {
    padding: 50px 0;
}

.offer_section .holder {
    text-align: center;
}

.offer_section .holder h4 {
    font-size: 22px;
    color: #1c9ad6;
    font-weight: 400;
    padding: 8px 0;
    font-weight: 400;
}

.offer_section .holder p {
    font-size: 16px;
    color: #878787;
    margin-bottom: 0;
    text-align: justify;
    line-height: 20px;
}

@media only screen and (max-width: 992px) {
    .offer_section .holder h4 {
        font-size: 19px;
    }
    .offer_section .holder p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .offer_section .holder {
        margin-bottom: 20px;
    }
    .offer_section {
        padding: 50px 0 30px !important;
    }
    .offer_section .holder h4 {
        font-size: 22px;
    }
    .offer_section .holder p {
        font-size: 15px;
        text-align: center;
    }
}


/*offer section ends here*/


/*Quick revert form modal starts here*/

.modal-backdrop.in {
    opacity: 0.9;
}

#Modalpopup .modal-content {
    border: none;
}

#Modalpopup .modal-content p{
	color:#fff;
}
#Modalpopup .modal-content ul li{
	color:#fff;
	list-style:circle;
}
#Modalpopup .modal-content h2{
	font-size:18px;
	line-height:18px;
	padding:10px 0px 10px 0px;
	margin:0px;
	color:#999;
	font-weight:600;
}

/*.modal-body{
    height: 300px;
    overflow-y: auto;
}*/

/*@media (min-height: 500px) {
    .modal-body { height: 400px; }
}*/

/*@media (min-height: 800px) {
    .modal-body { height: 600px; 
}*/

#Modalpopup .modal-header {
    background-color: #595b5a;
    border: none;
    border-radius: 5px 5px 0 0;
}

#Modalpopup .fa-times-circle {
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 19px;
    cursor: pointer;
}

#Modalpopup .modal-title {
    text-align: center;
    color: #fff;
}
#Modalpopup .modal-title h3{
	font-size:20px; 
	line-height:22px;
	color:#fff !important;
}

#Modalpopup .modal-body {
    background-color: #d1d1d1;
    border: none;
}

#Modalpopup .paddcutter_left {
    padding-left: 5px;
}

#Modalpopup .paddcutter_right {
    padding-right: 5px;
}

#Modalpopup .form-control {
    margin: 5px 0;
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, 0.4);
    color: #353535;
    resize: none;
}

.first_input {
    margin-top: 10px !important;
}

#Modalpopup .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#Modalpopup::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

#Modalpopup::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#Modalpopup:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

#Modalpopup:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#Modalpopup .modal-footer {
    background-color: #595b5a;
    border: none;
    border-radius: 0 0 5px 5px;
    padding: 5px;
}

#Modalpopup .btn-danger {
    border: none;
    background-color: #1c9ad6;
    padding: 5px 20px;
    margin-top: 5px;
    transition: all 0.5s ease 0s;
}

#Modalpopup .btn-danger:hover {
    background-color: #11719e;
}

#call_me_back_form label {
    background-image: url("../images/error-message-image.png");
    background-position: 6px center;
    background-repeat: no-repeat;
    font-size: 15px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    padding-left: 28px;
    width: 100%;
    color: #616161;
}

#Smeassage_holder .alert-danger {
    border: none;
    border-radius: 5px;
    background-color: #53a6dc;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    #Modalpopup .paddcutter_left {
        padding-left: 15px;
    }
    #Modalpopup .paddcutter_right {
        padding-right: 15px;
    }
}


/*Quick revert form modal starts here*/


/*Inner page banner section starts here*/

.innerpage_bannersection {
    background: url(../images/inner-page-banner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 35px 0;
    margin:0px 0px 0px 0px;
}

.innerpage_bannersection h2 {
    margin: 0;
    padding-bottom: 12px;
    font-size: 36px;
}

.innerpage_bannersection p {
    margin: 0;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .innerpage_bannersection {
        padding: 20px 0;
    }
    .innerpage_bannersection h2 {
        font-size: 30px;
        padding-bottom: 10px;
    }
}


/*Inner page banner section ends here*/


/*We can help page starts here*/

.wecan_help_content {
    padding: 30px 0;
}

.wecan_help_content p {
    color: #5d5d5d;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}

.wecan_help_content .text_holder {
    padding-top: 20px;
}

@media (min-width:993px) and (max-width: 1199px) {
    .wecan_help_content .text_holder {
        padding-top: 0px;
    }
    .wecan_help_content img {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .wecan_help_content .text_holder {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .wecan_help_content img {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 400px;
    }
}


/*We can help page ends here*/


/*Index Page About Us CSS Starts From Here*/

.index_about_content {
    padding: 0px 0px 50px 0px;
}

.index_about_content p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding: 0px 0px 0px 0px;
}

.index_about_content h2 {
    color: #5d5d5d;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    font-weight: 600;
    padding: 0px 0px 5px 0px;
}

.index_about_content img {
    padding: 18px 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
    .index_about_content img {
        text-align: center;
        display: block;
        margin: 0px auto;
    }
}


/*Why us starts here*/

.whyus_content {
    padding: 30px 0;
}

.whyus_content p {
    color: #5d5d5d;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
}

.whyus_content .text_holder {
    padding-top: 20px;
}

@media (min-width:993px) and (max-width: 1199px) {
    .whyus_content .text_holder {
        padding-top: 0px;
    }
    .whyus_content img {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .whyus_content .text_holder {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .whyus_content img {
        margin: 0 auto;
        padding-bottom: 15px;
        width: 400px;
    }
}


/*Why us ends here*/


/*CONTACT US css starts here*/

.contact_form_holder {
    padding: 30px 0;
}

.contact_form_holder .form-control {
    margin: 5px 0;
    border-radius: 5px;
    resize: none;
}

.contact_form_holder input {
    margin-bottom: 6px !important;
}

.contact_form_holder select {
    margin-bottom: 6px !important;
}

.contact_form_holder .btn-default {
    border: none;
    border-radius: 5px;
    color: #fff;
    background-color: #1c9ad6;
    padding: 8px 40px;
    transition: all 0.3s;
    margin-top: 5px;
}

.contact_form_holder .btn-default:hover {
    background-color: #11719e;
}

.contact_form_holder .btn-default:focus {
    background-color: #365064;
    color: #ffffff;
}

.contact_form_holder .text_c {
    color: #6f6f6f;
    padding: 10px 0 1px;
}

.contact_form_holder .captcha_holder {
    margin: 10px 0;
}

.contact_form_holder .checkbox-inline {
    color: #6f6f6f;
}

.contact_form_holder .form-control:focus {
    border-color: #17325c;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_form_holder label {
    color: #17325c;
    background-image: url(../images/error-message-image.png);
    background-position: 6px center;
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    padding-left: 28px;
    width: 100%;
}

.checkbox_label label {
    position: absolute;
    top: 25px;
    left: 0;
}

.swal2-modal {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.swal2-modal button {
    background-color: #04ace1 !important;
    color: #fff !important;
    transition: all 0.3s;
}

.swal2-modal button:hover {
    background-color: #17325c !important;
}

.swal2-container.in {
    background-color: rgba(0, 0, 0, 0.68) !important;
}

@media only screen and (max-width: 358px) {
    .checkbox_label label {
        left: 0;
        position: absolute;
        top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact_container_width {
        width: 100%;
    }
}


/*CONTACT US css ends here*/


/*info section starts here*/

.info_section {
    text-align: center;
    background-color: #d7d7de;
    padding: 40px 0;
}

.info_section p {
    padding: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 400;
    width: 80%;
}

@media only screen and (max-width: 992px) {
    .info_section {
        padding: 25px 0;
    }
    .info_section p {
        width: 100%;
    }
}


/*info section ends here*/


/*************** Testimonials ***************/


/*Clients Section Starts Here*/

.thumbnails{
    padding: 0px !important;
    margin: 0px !important;
}

.clients_section {
    padding: 40px 0px 20px 0px;
    border-bottom: 1px solid #999;
}

.clients_section .thumbnail {
    border: none;
    margin: 0px auto;
    padding: 0px auto;
}

.clients_section ul li {
    list-style: none !important;
}

@media only screen and (max-width: 767px) {
    .clients_section .thumbnails {
        margin: 0px;
        padding: 0px;
    }
    .clients_section .thumbnail a img {
        padding: 25px 0px 25px 0px;
    }
}


/*Clients Section Ends Here*/


/*Testimonials CSS here*/

.testimonials_section {
    background: url(../images/parallax/bg-02.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding: 100px 0px 100px;
    background-attachment: fixed;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
}

.testimonials_section-inner {
    padding: 70px 0 !important;
    text-align: center;
}

.testimonials_section h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 32px;
}

.testimonials_section p {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    padding: 20px 0px 20px;
}

.carousel-control.left {
    background: none !important;
}

.carousel-control.right {
    background: none !important;
}

.testimonial-author {
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}

.testimonial-author span {
    font-weight: 700;
    padding: 20px 0px 20px;
}
@media only screen and (max-width: 992px) {
	
    .testimonials_section-inner {
        padding: 70px 0 !important;
        text-align: center;
    }
    .testimonials_section h2 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        line-height: 22px;
    }
    .testimonials_section p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        text-align: center;
        margin: 0px;
        padding: 15px 0px 15px;
    }
    .testimonial-author {
        color: #fff;
        font-size: 20px;
        margin-left: 10px;
        padding: 10px 0px 10px 0px
    }
    .testimonial-author span {
        font-weight: 600;
        padding: 20px 0px 20px;
    }
	.testimonial-author {
		color: #fff;
		font-size: 18px !important;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 580px) {
	.testimonials_section-inner {
        padding: 60px 0 !important;
        text-align: center;
    }
}


/*Testimonials CSS Ends here*/


/*Electricity inner form page css starts here*/

.box-form {
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    padding: 45px;
    -webkit-border-radius: 10px;
    /*Safari, Chrome*/
    -moz-border-radius: 10px;
    /*Firefox*/
    border-radius: 10px;
}

.box-form > form {
    display: inline-block;
    width: 100%
}

.box-form hr {
    border-color: #dcdcdc
}

.box-form h2 {
    font-size: 30px;
    color: #373739;
    margin-bottom: 30px;
    margin-top: 5px;
    font-weight: 600;
}

.box-form .form-inline .form-group {
    margin-bottom: 15px;
}

.row.connection,
.row.provider,
.row.household {
    margin-top: 15px;
}

.box-form .form-inline .col-md-6 label {
    width: 100px;
    cursor: pointer;
/*    float: left;*/
}

.box-form .form-inline .col-md-6 input .form-control {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .box-form {
        padding: 10px;
    }
}




.radio-inline input[type="radio"] {
    display: inline-block;
    margin: 10px;
    width: 100%;
    position: absolute;
    visibility: hidden
}

.radio-inline img {
    padding: 12px 14px;
    position: relative;
    z-index: 1;
}

.radio-inline .radio-imgbg {
    margin: 0 auto;
    position: relative;
    width: 70px;
}

.radio-inline .radio-imgbg:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#365064+0,518ab6+100 */
    background: #365064;
    /* Old browsers */
    background: -moz-linear-gradient(top, #365064 0%, #518ab6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #365064 0%, #518ab6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #365064 0%, #518ab6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#365064', endColorstr='#518ab6', GradientType=0);
    /* IE6-9 */
    border-radius: 10%;
    color: black;
    content: "";
    display: block;
    height: 70px;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
}

.radio-inline input[type="radio"]:checked ~ .radio-imgbg:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6c646+0,f6c646+100 */
    background: #f6c646;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6c646 0%, #f6c646 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6c646 0%, #f6c646 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6c646 0%, #f6c646 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f6c646', endColorstr='#f6c646', GradientType=0);
    /* IE6-9 */
}

.radio-service .radio-inline {
    padding-left: 0;
}

.form-group .radio-service {
    width: 100%;
}

.box-form .radio-service .radio-inline > label {
    cursor: pointer;
    text-align: center;
    width: 108px;
}

.box-form .radio-connection {
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    background-color: #e3e3e3;
    overflow: hidden;
    /* border: 1px solid #dcdcdc*/
}

.box-form .radio-connection .radio-inline {
    float: left;
    margin: 0;
    width: 50%;
    padding: 0;
    text-align: center;
}

.box-form .radio-connection .radio-inline label {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
}

.box-form .radio-connection .radio-inline label .radio-y-n {
    padding: 10px 0;
    cursor: pointer
}

.box-form .radio-connection .radio-inline label input[type="radio"]:checked ~ .radio-y-n {
    CSS3 Generator Text Shadow Hex/RGBA Box Model Columns Gradients Arrows Transitions Filters Linear Radial Striped Linear Gradients Angle: 0° Color Stop 1: 0% 518AB6 Color Stop 2: 100% 365165 Add Stop background: -moz-linear-gradient(0deg, #518AB6 0, #365165 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0, 518AB6), color-stop(100%, 365165));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #518AB6 0, #365165 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #518AB6 0, #365165 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #518AB6 0, #365165 100%);
    /* IE10+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(0deg, #518AB6 0, #365165 100%);
    /* W3C */
    color: #fff
}

.radio-household .radio-inline,
.radio-service .radio-inline {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 33.33%;
}

.broadband-form .radio-service .radio-inline {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25%;
}

.radio-household .radio-inline img {
    padding: 10px 0 2px;
}

.radio-household .radio-inline label > span {
    font-size: 16px;
    font-weight: 700
}

.radio-household .radio-inline label span.sm-txt {
    font-size: 12px;
    font-weight: 400
}
.radio-household .radio-inline label .holder{
    border: 2px solid transparent;
    padding: 5px;
    border-radius: 8px;
}
.radio-household .radio-inline label input[type="radio"]:checked ~ .holder{
    border: 2px solid #529ad2;
    color: #529ad2;
}

h1.thanks-tital {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.home-content {
    text-align: center
}

.home-content p {
    margin: 0 0 10px;
}

.home-content h3 {
    margin: 15px 0 5px;
    text-align: left
}

#about-us img {
    float: right;
    padding-left: 15px
}

#about-us p {
    text-align: left
}

.thanks-msg {
    background: #3b3b3d none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    max-width: 800px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.thanks-msg a {
    color: #fff;
}

.thanks-msg a:hover {
    color: #a2a2a2;
}

.thanks-msg br {
    display: block;
    margin: 5px 0;
}

.thank-you #content {
    padding-bottom: 0
}

.content-msg {
    margin-bottom: 50px;
}

#conditions.checkbox {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 5px;
}

*::after,
*::before {
    box-sizing: border-box;
}

*::after,
*::before {
    box-sizing: border-box;
}

.btn-large {
    border-radius: 7px;
    font-size: 18px;
    font-weight: 700;
    line-height: 74px;
    padding: 0 30px;
}

.btn-large.submitbtn {
    float: left;
    font-weight: 600;
    line-height: 56px;
    padding: 0 30px;
    text-transform: capitalize;
    color: #365064;
    margin-top:25px;
}

#content {
    background-color: #365064;
}

.sidebar-page {
    margin: 50px 0px 50px 0px !important;
}

.sidebar-page .labeltxt p {
    padding: 5px 0px !important;
}

@media only screen and (max-width: 767px) {
    .sidebar-page .col-md-3 img {
        text-align: center !important;
        display: block !important;
        margin: 0 auto;
    }
}


/*Footer css starts here*/

.footer_section {
    background-color: #2b2b2b;
    padding: 2% 0;
    font-size: 14px;
}

.footer_section ul {
    padding: 0px;
}

.footer_section ul li {
    float: left;
    list-style: none;
    padding-right: 2%;
    color: #fff;
}

.footer_section ul li a {
    color: #fff;
    transition: all 0.3s;
}

.footer_section ul li a:hover {
    color: #04ace1;
}

.footer_section ul li a:focus {
    text-decoration: none;
}

.footer_section p {
    text-align: right;
    margin: 0;
    color: #fff;
}

.footer_section p a {
    color: #fff;
    text-decoration: underline !important;
}

.footer_section a:hover {
    text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
    .footer_section {
        padding: 4% 0;
    }
    .copyrights_holder p {
        text-align: center !important;
    }
    .footer_menu_holder {
        text-align: center;
        float: none;
    }
    .footer_menu_holder .div li {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
}


/*Footer css ends here*/