@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('font-awesome.css');
body {
	padding: 0;
	margin: 0;
	font-family: "Raleway", Sans-serif;
	font-weight: 400;
	background-color: #fff;
}
html,
body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	color: #232323;
}

a:hover {
	text-decoration: none !important;
	cursor: pointer;
	color: #232323;
}

a:focus {
	color: #232323;
	text-decoration: none;
	transition: all 1s ease;
}

*:focus {
	outline: none !important;
}

::-moz-selection {
	background-color: #851edb;
	color: #fff;
}

::selection {
	background-color: #851edb
	color: #fff;
}
 .vc_section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}  
section.vc_section.home-slider .vc_row, section.vc_section.home-slider .vc_column-inner {
    padding: 0px !important;
    margin: 0px;
}
.page-section .woocommerce {
    padding: 0px 15px;
}
.container, .page-section .woocommerce{margin:auto !important}
img {
	max-width: 100%!important;
	height: auto!important;
	width:auto!important;
} 
 
button.sub-menu-toggle {
    display: none;
}
h1,h2,h3,h4,h5,h6{ 
	font-family: 'Poppins'; 
} 
.default-style {
	width: 100%;
	padding: 0 0;
}

.default-style h1 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #232323;
	font-size: 28px;
	font-family: 'Poppins';
	font-weight: bold;
	line-height: normal;
}

.default-style h1 strong {
	font-weight: bold;
	color: #012b52;
}

.default-style h2 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #232323;
	font-size: 26px;
	font-family: 'Poppins';
	font-weight: bold;
	line-height: normal;
}

.default-style h2 strong {
	font-weight: bold;
	color: #012b52;
}

.default-style h3 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #232323;
	font-size: 24px;
	font-family: 'Poppins';
	font-weight: bold;
	line-height: normal;
}

.default-style h3 strong {
	font-weight: bold;
	color: #012b52;
}

.default-style h4 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #232323;
	font-size: 22px;
	font-family: 'Poppins';
	font-weight: bold;
	line-height: normal;
}

.default-style h4 strong {
	font-weight: bold;
	color: #012b52;
}

.default-style h5 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #232323;
	font-size: 20px;
	font-family: 'Poppins';
	font-weight: bold;
	line-height: normal;
}

.default-style h5 strong {
	font-weight: bold;
	color: #012b52;
}

.default-style h6 {
	margin: 0px;
	padding: 10px 0 5px;
	color: #232323;
	font-size: 18px;
	font-family: 'Poppins';
	font-weight: bold;
	line-height: normal;
}

.default-style h6 strong {
	font-weight: bold;
	color: #012b52;
}

.default-style h1 a,
.default-style h2 a,
.default-style h3 a,
.default-style h4 a,
.default-style h5 a,
.default-style h6 a {
	color: #7f1432;
}

.default-style h1 a:hover,
.default-style h2 a:hover,
.default-style h3 a:hover,
.default-style h4 a:hover,
.default-style h5 a:hover,
.default-style h6 a:hover {
	color: #012b52;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
 

.default-style p a {
	color: #881536;
}

.default-style p a:hover {
	color: #881536;
}

.default-style ul {
	margin: 0 0 15px;
	padding: 0px;
}

.default-style ul li {
	padding: 0px;
} 
 
.default-style ol {
	margin: 0 0 15px;
	padding: 0px 0px 0px 20px;
}

.default-style p b,
.default-style p strong {
	color: #012b52;
}

.default-style ul li {
	font-family: "Raleway", Sans-serif;
    color: #232323;
    margin: 0 0 6px 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    background: url(../images/list-type.png) no-repeat;
    list-style: none;
    background-position: 0 6px;
    padding-left: 22px;
} 
.default-style ol li {
	font-family: "Raleway", Sans-serif;
	color: #232323;
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 16px;
	line-height: 28px;   
}

.default-style ul li a,
.default-style ol li a {
	color: #881536!important;
}
.default-style img {
    margin-bottom: 16px;
}
.default-style ul li a:hover,
.default-style ol li a:hover {
	color: #881536 !important;
}

.default-style iframe {
	width: 100%;
	height: 315px !important;
	margin-bottom: 15px;
}

 

.custom-page {
	padding: 35px 0px;
}
 

 
.blog-page input.search-field {
	border: 1px solid #ccc;
	height: 40px;
	padding: 2px 10px;
	border-radius: 5px;
	width: 100%
}
.blog-page input.search-submit {
	background: #76187e;
	border: 0px;
	padding: 8px 25px;
	cursor: pointer;
	color: #fff;
	margin-top: 10px;
	border-radius: 5px;
}
.blog-page input.search-submit:hover {
	background: #232323;
	color: #fff;
}
.blog-page .search-form label {
	font-size: 30px;
	color: #232323;
	font-weight: 600;
	text-transform: capitalize;
}
 
.blog-page form.search-form {
	margin-bottom: 20px;
}
.search-form label {
	display: none
}
.lst {
	padding-right: 25px;
}
.blog-category-right {
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.lst article {
	margin-bottom: 30px
}
 
 
.faq .vc_toggle_title {
    border: 1px solid #881536;
    padding: 12px 15px;
    position: relative;
    padding-left: 45px !important;
    background: #881536 !important;
} 
.faq .vc_toggle { 
    margin-bottom: 15px !important;
}
.faq .vc_toggle_title h4 { 
	color: #fff;
	font-size: 18px; -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;font-weight: 600;
}
.faq .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
	width: 16px;
	height: 2px;
	margin-left: 20px;
}
.faq .vc_toggle_default .vc_toggle_icon::after,
.faq .vc_toggle_default .vc_toggle_icon::before {
	background: #fff!important;
}
.faq .vc_toggle_default .vc_toggle_icon::before {
	border: 1px solid #fff!important;
}
.faq .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
	height: 16px!important;
	width: 2px!important;
}
.faq .vc_toggle_default .vc_toggle_icon {
	background: #fff;
	border: 1px solid #fff;
}

.faq .vc_toggle_title:hover { 
   background: #881536!important;
   border: 1px solid #881536;
}
.faq .vc_toggle_active .vc_toggle_title { 
   background: #881536!important;
   border: 1px solid #881536;
}

/*header css*/
 .header-section
{ 
	padding: 15px 0px; 
}
.stick-fixed{
	animation: slide-down 0.7s;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 8%);
	background:#fff;
    padding: 10px 0px;
	position: fixed;
	width: 100%;
	z-index: 99;
}
.header-right-part {
    text-align: right;
}
.stick-fixed .logo img {
    /*width: 260px !important;*/
}
.header-section {
    padding: 10px 0px;
	background:#fff;
}
.menu-row
{
	align-items: center;
}
.logo img
{ 
	width: auto !important;
}
h1.vc_custom_heading {
    color: #232323 !important;
    font-size: 28px!important;
    font-weight: bold !important; 
	font-family: "Raleway", Sans-serif!important;
}
h2.vc_custom_heading {
    color: #232323 !important;
    font-size: 26px!important;
    font-weight: bold !important; 
	font-family: "Raleway", Sans-serif!important;
}
h3.vc_custom_heading {
    color: #232323 !important;
    font-size: 24px!important;
    font-weight: bold !important; 
	font-family: "Raleway", Sans-serif!important;
}
h4.vc_custom_heading {
    color: #232323 !important;
    font-size: 22px !important;
    font-weight: bold !important; 
	font-family: "Raleway", Sans-serif!important;
}
h5.vc_custom_heading {
    color: #232323 !important;
    font-size: 20px !important;
    font-weight: bold !important; 
	font-family: "Raleway", Sans-serif!important;
}
h6.vc_custom_heading {
    color: #232323 !important;
    font-size: 18px !important;
    font-weight: bold !important; 
	font-family: "Raleway", Sans-serif!important;
}

p {
	font-family: "Raleway", Sans-serif;
	color: #232323;
	margin: 0;
	padding: 0 0 10px;
	font-size: 16px;
	line-height: 26px;
}
a.vc_general {
    background: #7f1432 !important;
    border-radius: 0px !important;
    color: #ffff !important;
    font-size: 16px !important;
    padding: 8px 30px !important;
	border:none !important;
	    font-weight: 400 !important;
}
b, strong {
    font-weight: bold;
    color: #012b52;
}
a.vc_general:hover { 
    background: #012b52 !important; 
	border:none !important;
}
.home-about {
    padding-top: 20px !important;
    padding-bottom: 80px !important;
}
 .home-about .vc_row{
       align-items: center;
    display: flex;
}
 .home-about h2.vc_custom_heading { 
	margin: 0 0 24px!important; 
}
 .home-about h6.vc_custom_heading {
    color: #881536 !important;  
	margin: 0 0 8px!important;
}
.about-right-sec{ padding-left:35px !important;}
.about-right-sec a.vc_general {
   margin-top:15px;
}
.vc_separator.vc_sep_color_grey .vc_sep_line {
    border-color: #d9d7d7 !important;
    margin: 5px 0px 0px 0px; 
}
.vc_separator .vc_sep_holder {
    height: 28px !important;  
}
 .why-choose {
    padding: 380px 0px 270px 0px !important; 
	background: url(../images/why.png) no-repeat;
    background-size: 100% 100%;
	position:relative;
}
 
 .why-choose h2.vc_custom_heading { 
	margin: 0 0 24px!important; 
	color: #fff !important;  
}
 .why-choose h6.vc_custom_heading {
    color: #fff !important;  
	margin: 0 0 8px!important;
}

.why-choose h2.vc_custom_heading strong {
    font-weight: bold;
    color: #881536;
}
.why-choose p{ 
    color: #fff;
}
.whyboxx .vc_column-inner {
    background: #881536;
    padding: 35px !important;
    border-radius: 50px;
}
.wpb_content_element {
    margin-bottom: 0px!important;
}
 .ab-three-box {
    margin-top: 30px !important;
}
 .ab-three-box p{
   color: #232323;
}
 .ab-three-box  a.vc_general {
   margin-top:10px;
}
.vc_btn3-container {
    margin: 0px!important;
}


.our-courses {
    padding-top: 0px !important;
    margin-top: -60px;
}
.our-courses h6.vc_custom_heading {
    color: #881536 !important;  
	margin: 0 0 6px!important;
}

.our-courses h2.vc_custom_heading { 
    color: #232323;
}
li.c-list img {
    border-radius: 40px;
	width:100% !important;
}
li.c-list {
    border-radius: 40px;
    background: #881536;
	list-style:none;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
li.c-list:hover { 
    background: #881536; 
}
li.c-list p{
	
    padding: 15px 15px 35px 15px;
}
li.c-list p,li.c-list p a {
    text-align: center;
    font-weight: bold;
    color: #fff; 
}
.courses-slider { 
	padding: 20px 30px 20px 30px;
	margin:0px;
}
 
.courses-slider button.owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;transform: translateY(-50%);
}
.courses-slider button.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;transform: translateY(-50%);
}
 .our-courses a.vc_general { 
   background:#7f1432 !important;margin-top:20px
}
 .our-courses a.vc_general:hover { 
   background:#232323 !important; color:#fff
}
 .our-testimonial{
    padding: 140px 0px!important;
	margin-top:90px;
	position:relative; 
	background: url(../images/piano-bg.png) no-repeat;
    background-size: 100% 100%;
}

.our-testimonial h6.vc_custom_heading {
    color: #881536 !important;  
	margin: 0 0 6px!important;
}

.our-testimonial h2.vc_custom_heading { 
    color: #232323;
}
 .testimonial-slider {
    text-align: center; 
	padding:20px 150px;
margin:0px;	
}
li.test-list{
	padding-bottom:28px; 
}
 .testimonial-slider .timg img{
    margin:auto;
	border-radius:100px;
}
.testimonial-slider button.owl-prev {
    margin:0px 8px;
}
.testimonial-slider button.owl-next {
   margin:0px 8px;
}
.timg{
	padding-bottom:15px;
}
.our-testimonial:after {
    content: '';
    background: url(../images/piano-icon.png);
    position: absolute;
    left: 0px;
    bottom: -120px;
    width: 217px;
    height: 465px;
    display: inline-block;
    z-index: 9;
	background-repeat:no-repeat;
}
 .our-team {
    padding: 100px 0px 20px 0px !important;
	position:relative;
}
.our-team:before {
    content: '';
    background: url(../images/testimonial-icon.png);
    position: absolute;
    right: 50px;
    top: 0px;
    width: 444px;
    height: 117px;
    display: inline-block;
    z-index: 9;    background-repeat: no-repeat;
}
.our-team h6.vc_custom_heading {
    color: #881536 !important;  
	margin: 0 0 6px!important;
}

.our-team h2.vc_custom_heading { 
    color: #232323;
}
.team-slider {
    padding: 24px 30px 24px 30px;
    margin: 0px;
}
.team-slider li.t-list {
    background: #881536;
    border-radius: 30px;
    display: flex;
    align-items: center;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.team-slider li.t-list p strong {
    margin-bottom: 8px !important;
    display: inline-block;
}
.team-slider li.t-list:hover {
    background: #881536 ; 
}
.team-slider li.t-list:hover p,.team-slider li.t-list:hover p strong{
    color: #fff ; 
}
.mimg img {
    border-radius: 30px 0px 0px 30px;
}
.mimgt {
    padding: 5px 20px;
}
.mimgt p{
    padding:0px;
}
.team-slider button.owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;transform: translateY(-50%);
}
.team-slider button.owl-next {
    position: absolute;
    right: 0px;
    top: 50%;transform: translateY(-50%);
}
 .our-team  a.vc_general {
     margin-top:20px
}
.footer-section {
    background: #fff;
    padding: 50px 0px;
}
.f-contact h6.vc_custom_heading {
    color: #232323 !important;  
	margin: 0 0 6px!important;
}

.f-contact h2.vc_custom_heading { 
    color: #232323!important;
	margin: 0 0 15px!important;
}
.f-contact a.vc_general {
    background: #7f1432 !important;
    color: #fff !important;
    margin-top: 15px !important;
    display: inline-block;
}
a.rs-layer, a.rs-layer:-webkit-any-link{
    background: #7f1432 !important;
    color: #fff !important;
}

.f-contact a.vc_general:hover { 
   background:#232323 !important;color:#fff !important;
}
.f-contact p{
	color:#fff
}
.footer-section .social a {
    margin: 0px 10px;
}
.footer-section .social {
    margin: 30px 0px 0px 0px;
}
 
.copyright-center p{
	color:#fff
}.footer-section .social a:hover img {
    opacity: 0.9;-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#menu-top-menu >li{
	position:relative;
}
#menu-top-menu >li.current_page_item:after, #menu-top-menu >li:hover:after {
    content: '';
    position: absolute;
    left: 0px;
    top: -40px;
    display: inline-block;
    z-index: 1;
    right: 0px;
    margin: auto;
    width: 1px;
    height: 40px;
    background: #232323;
}
.testimonial-slider button:hover img {
    opacity: 0.8;-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-section{ 
	padding:40px 0px;
}
.c-heading {
    color: #232323 !important;
    font-size: 28px!important;
    font-weight: bold !important;
    font-family: "Raleway", Sans-serif!important;
    position: relative;
    margin-bottom:  0px!important;
}
 
.box-top {
    margin-top: 24px;
}.map {
	margin-top: 30px
}
.contact-box {
    background: #f7f7f7;
    padding: 30px; 
    margin-bottom: 15px !important;
    border-top: 2px solid #881536;
}
.contact-form {
	padding-right: 30px !important;
}.contact-box strong { 
    color: #881536 !important;
}input.wpcf7-form-control.wpcf7-submit {
    background: #881536 !important;
    color: #ffff !important;
    font-size: 18px !important;
    padding: 8px 35px !important;
    border: none !important;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	background: #012b52 !important;
	color:#fff !important;
}
.wpcf7-form label .wpcf7-form-control {
	border: 1px solid #232323;
	width: 100%; 
	height: 45px;
	padding: 2px 10px;
}
.wpcf7-form label {
	color: #232323;
	width: 100%
}
.wpcf7-not-valid-tip {
	font-size: 16px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 120px !important
}
 
 .map {  
 padding:130px 0px;
    background: url(../images/piano-bg.png) no-repeat;
    background-size: 100% 100%;
}
.page .vc_column_container>.vc_column-inner { 
     padding-left: 0px;  
      padding-right: 0px;  
}.courses-page ul.courses-list {
    padding: 0px !important; display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
	margin:0px -15px;
    justify-content: center;
} .courses-page ul li {
    width: 25%;
    list-style: none;
    background: transparent !important;
    padding: 15px;
}  .courses-page ul li div {
    border-radius: 40px;
    background: #881536;
    list-style: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.courses-page ul li:hover div {
    border-radius: 40px;
    background: #881536;
    list-style: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.gallery-page .vc_gitem-zone { 
    border-radius: 10px !important; 
}
.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}.wp-pagenavi a, .wp-pagenavi span { 
    border: 1px solid #881536; 
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    font-weight: bold;
    background: #feca63;
    border-color: #feca63;
	border: 1px solid #feca63;
}
.col-cright h3{
    background: #881536;
    color: #fff;
    padding: 10px 20px;
    border-radius: 15px 15px 0px 0px;
	margin: 0px !important;
}
.col-cright ul{
    padding: 0px !important; 
    margin: 0px !important; 
}
.col-cright ul li{
    padding: 0px !important; 
    margin: 0px 0px 5px 0px !important;
    background: none !important;
}
.col-cright ul li a{
    color: #232323 !important;
    padding: 10px 20px !important;
    display: inline-block;
	background-color: #f7f7f7 !important;
	width:100%;
}
.col-cright ul li a:hover,.col-cright ul li.active a{
    background: #881536 !important;
    color: #fff !important;
}
.postmmg img{
	width:100% !important;
}


.team-memeber {
    padding: 0px !important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -15px;
    justify-content: center;
	text-align: center;
}
.team-memeber li {
    width: 25%;
    list-style: none;
    background: transparent !important;
    padding: 15px;
}
.team-memeber li .tmm {
    border-radius: 40px;
    background: #881536;
    list-style: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	padding: 20px;
}
.team-memeber .mimg img {
    border-radius: 100px;
}
.team-memeber .mimg {
    margin-bottom: 10px;
}
.team-memeber li .tmm:hover .mimg img { 
    box-shadow: 1px 10px 10px #23232314;
}
.eform {
    margin-top: 30px;
    background: #f7f7f7;
}
.eform .wpcf7 {
    padding: 20px;
}



nav.woocommerce-breadcrumb {
	display: none;
}
ul.tabs.wc-tabs {
    padding: 0px !important;
} 
h1.woocommerce-products-header__title.page-title {
    color: #232323 !important;
    font-size: 32px!important;
    font-weight: bold !important;
    font-family: "Raleway", Sans-serif!important;
    position: relative;
    margin-bottom: 6px!important;
}
 
.woocommerce-page .woocommerce-ordering select {
	border: 1px solid #c5c3c3;
	height: 40px;
	padding: 2px 15px;
	border-radius: 3px;
	font-size: 15px;
	text-transform: capitalize;
}

.woocommerce ul.products li {
	text-align: center; 
	margin: 0 2% 1.992em 0 !important;
	width: 23.5% !important;
	background: #fff; 
	padding-bottom: 30px !important;
	text-decoration: none;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}
 
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0 !important;
}

.woocommerce ul.products li.product a {
	text-decoration: none;
}

.woocommerce ul.products li.product a img {
	height: auto !important;
	margin: 0px auto 12px !important;
	width: 100% !important;
	max-width: 100% !important; 
	background: #fff;
}
.woocommerce h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 18px !important;
    padding: 0px 10px !important;
    margin: 20px auto 10px !important;
    color: #232323 !important;
    font-weight: 600 !important;
}

.woocommerce ul.products li.product .price {
	width: 100%;
	left: 0;
	padding: 0px 15px;
	color: #232323 !important;
	font-size: 16px !important;
}

.woocommerce span.price span.woocommerce-Price-amount.amount {
	padding: 0px 5px;
}

.add_to_cart_button, .woocommerce .button,.woocommerce #submit {
    background: #881536 !important;
    color: #fff !important;
    margin-top: 0px !important; 
    padding: 12px 22px !important;
    font-weight: 400 !important;
	border-radius:0px !important;
}
.add_to_cart_button:hover,.woocommerce .button:hover,.woocommerce #submit:hover  {
    background: #012e58 !important;
    color: #fff !important;
}
.woocommerce-checkout li,.woocommerce-account li,.woocommerce-cart li{background-image:none!important;padding-left:0px!important;}
.woocommerce ul.order_details li{background-image:none;padding-left:0px}

a.added_to_cart.wc-forward {
    color: #232323;
}
.woocommerce span.onsale {
	background-color: #e02020;
}
section.related.products > h2 {
    padding: 0px;
    text-transform: capitalize;
    color: #232323 !important;
    font-size: 28px!important;
    font-weight: bold !important;
    font-family: "Raleway", Sans-serif!important;
    margin-bottom: 15px!important;
}
h1.product_title.entry-title {
    padding: 0px;
    text-transform: capitalize;
    color: #232323 !important;
    font-size: 24px!important;
    font-weight: bold !important;
    font-family: "Raleway", Sans-serif!important;
}
.summary.entry-summary .price {
	color: #222222 !important;
	font-size: 18px !important;
	margin-top: 10px;
}

button.single_add_to_cart_button {
	margin: 0px !important;
}

.woocommerce .quantity .qty {
	width: 70px;
	text-align: center;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.woocommerce-product-details__short-description {
	padding-bottom: 15px;
}

.woocommerce-product-gallery__wrapper,
.flex-viewport {
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: -17px;
	right: -16px;
	border: 1px solid #ccc;
}

.woocommerce-product-gallery__wrapper,
.flex-viewport {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 3px;
	background: #fff;
}

.flex-viewport .woocommerce-product-gallery__wrapper {
	border: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: -17px;
	right: -16px;
	border: 1px solid #ccc;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 24%;
	border: 1px solid #ccc;
	margin-right: 4px !important;margin-bottom: 4px !important;
	border-radius: 3px;
}

.woocommerce div.product div.images img {
	margin: auto;
	width:100% !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid #ccc;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #ccc;
	background-color: #232323;
	margin: 0px;
    background-image: none;
}
.woocommerce ul#shipping_method li { 
    background-image: none;
    padding-left: 0px;
}
h2.woocommerce-Reviews-title {
    margin-bottom: 15px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: 2px 2px 0 #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	box-shadow: -2px 2px 0 #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #ffffff;
	text-transform: capitalize;
}
form.woocommerce-shipping-calculator .input-text {margin: 0px !important;}
.woocommerce div.product form.cart .variations select {
	border: 1px solid #ccc;
	height: 41px;
	font-size: 16px;
	border-radius: 5px;
	margin-bottom: 10px
}
.woocommerce-variation-price {
	margin-bottom: 15px;
}
a.added_to_cart.wc-forward {
	display: inline-block;
	width: 100%;
}
legend {
    font-weight: 600;
}
.woocommerce-message {
	border-top-color: #232323;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message { 
    color: #232323; 
}
.woocommerce-message::before {
	content: "\e015";
	color: #232323;
}
.cart_item img {
	width: 70px !important;
	height: auto !important;
	padding: 0px !important;
}
.cart_item .variation p {
	line-height: inherit;
}
.input-text {
    border: 1px solid #ccc!important;
    border-radius: 0px!important;
    height: 42px!important;
    padding: 2px 10px!important;
    font-size: 16px;
}
#coupon_code {
	width: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 34px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
	padding-right: 20px;
	color: #8a8080 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 84%;
}
.select2-container .select2-selection--single {
	border: 1px solid #c5c3c3;
	margin: 5px 5px 0px 0px !important;
	width: 100% !important;
	border-radius: 3px;
	height: 40px !important;
	padding: 2px 10px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 1em 2em 1em 3.5em !important;
	margin: 0 0 2em !important;
}
.cart_totals th {
	border-right: 1px solid #ccc!important;
}
.cart_totals form .form-row {
	padding: 0px;
	margin: 0 0 6px;
}
div.woocommerce .col-1,
div.woocommerce .col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #c5c3c3;
	margin: 5px 5px 0px 0px;
	width: 100%;
	border-radius: 3px;
	height: 40px;
	padding: 2px 10px;
}
span.woocommerce-input-wrapper {
	width: 100%;
}
table.wishlist_table {
	font-size: 16px;
}
.woocommerce a.remove {
	color: #333!important;
}
.woocommerce a.remove:hover {
	color: #f44336!important;
	background: transparent;
}
.woocommerce form .form-row label {
	line-height: 2;
	margin: 0px;
}
.woocommerce form label {
	color: #232323
}
h3#order_review_heading {
	margin-top: 15px;
}
.checkout_coupon input#coupon_code {
	border: 1px solid rgba(0, 0, 0, .1);
	margin: 5px 5px 0px 0px;
	width: 100%;
	border-radius: 3px;
	height: 40px;
	padding: 2px 10px;
}
.woocommerce-info {
	border-top-color: #232323;
}

.woocommerce-info::before {
	color: #232323;
}
.woocommerce ul.order_details {
	padding: 0px;
}
.woocommerce form.login,
.woocommerce form.register {
	margin: 0px 0px 10px 0px;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	display: block;
	width: 100%;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
	width: 100%;
}
#customer_login form .form-row input.input-text,
#customer_login form .form-row textarea {
	margin: 0px;
}
.woocommerce-Reviews #commentform textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 100px;
	padding: 5px;
}
.woocommerce-Reviews #commentform input[type="text"],
#commentform input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	height: 40px;
	padding: 5px;
}
.woocommerce-Reviews #commentform label {
	width: 100%;
	margin-bottom: 2px;
}
.woocommerce-Reviews p.comment-form-cookies-consent label {
	width: auto !important;
}
.wishlist-items-wrapper td.product-price {
	text-align: left !important;
}
.wishlist-items-wrapper td.product-stock-status {
	text-align: left !important;
}
.woocommerce .wishlist-title h2 {
	font-size: 26px;
	color: #232323;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	text-transform: capitalize;
}.product_meta>span {
    display: inline-block;
    width: 100%;
    margin-top: 4px;
}.yith-wcwl-add-button {
    padding-bottom: 10px;
}.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0; 
}
.yith-wcwl-form li{padding-left:0px !important;background-image:none !important;}
textarea#order_comments {
	height: 150px !important;
	padding: 5px 10px !important;
}
.woocommerce .wishlist-title {
	margin-bottom: 10px;
}
.wishlist-title-container input[type="text"] {
	color: #232323;
	box-shadow: none;
	height: 38px;
	padding: 2px 10px;
	border-radius: 3px;
	border: 1px solid #232323;
}
.yith-wcwl-share-title {
	font-size: 20px;
	color: #232323;
	font-weight: 700;
	text-transform: capitalize;
}
.yith_wcwl_wishlist_footer {
	display: inline-block;
	width: 100%;
}
nav.woocommerce-MyAccount-navigation ul {
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
nav.woocommerce-MyAccount-navigation li {
	list-style: none;
	margin: 2px 0px;
}
nav.woocommerce-MyAccount-navigation li a {
	background: #881536;
	color: #fff;
	width: 100%;
	padding: 8px 15px;
	display: inline-block;
	
    color: #fff !important; 
}header.woocommerce-Address-title.title h3 {
    padding-top: 0px;
}
nav.woocommerce-MyAccount-navigation li a:hover {
    background: #881536;
    color: #fff !important;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
	background: #012e58;
    color: #fff !important;
}
.woocommerce table.my_account_orders {
	font-size: 16px;
}
address {
	color: #232323;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #881536 !important;
    color: #fff !important;
}.woocommerce nav.woocommerce-pagination ul { 
   border: 1px solid #881536; 
}.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #881536; 
}
.wc-proceed-to-checkout {
    padding-bottom: 0px !important;
}



rs-layer span{color:#012b52 !important}
.home-abouthub {
    width: 600px;
    margin: auto !important;
    z-index: 9;
    position: relative;
    top: -60px;
}
.home-abouthub .vc_column-inner {
    padding: 40px 0px !important;
}
.home-abouthub h2.vc_custom_heading {
    color: #ffffff !important;
    font-size: 36px!important;
    font-weight: bold !important;
    font-family: "Raleway", Sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 8px;
	margin:0px;
}
body { 
    background-color: #F1F1F1 ;
}
.abimage {
    position: relative!important;
}
.abimage:after {
    content: '';
    background: url(../images/hubbg.png);
    position: absolute;
    width: 560px;
    height: 410px;
    bottom: -30px;
    left: -30px;
    display: inline-block;
}
.abimage img { 
    z-index: 9;
    position: relative;
}
.our-services {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.our-services{
    margin: 30px 0px !important;
	padding: 200px 0px 300px 0px !important; 
}
.our-services .vc_custom_heading {
    color: #ffffff !important;  
    text-shadow: 0px 1px 10px #232323;
}
.our-services-boxxx h4.vc_custom_heading {
    color: #232323 !important;
    font-size: 18px !important; 
	margin-top:15px;
}
.our-services-box {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 40px 20px !important;
    margin-top: -250px !important;
}
.our-services-boxxx .vc_column-inner {
    background: #fff;
    padding: 30px;
}
 .abb-three-box {
    margin: 0px !important;
}
.our-services-boxxx .wpb_single_image {
    min-height: 124px;
}
.our-services-box a.vc_general{
margin-top:15px !important;	
}
.wcus {
    padding: 50px 0px 80px 0px!important;
}
.wcus .wcus-list1{
    padding-top: 30px;
}
.wcus-list .vc_column-inner {
	padding: 50px !important;
}
.wcus-list h5, .wcus-list p{
	color:#fff !important;
}
.wcus-list h5 {
	padding-top:30px;
}
.wcus-list-last{
	position:relative !important;
}
.wcus-list-last:after {
    content: '';
    background: url(../images/hubbg.png);
    position: absolute;
    width: 550px;
    height: 320px;
    bottom: -20px;
    right: -20px;
    display: inline-block;
    z-index: -1;
}
.followus{
	padding: 50px 0px 50px 0px!important;
}
.copyright-section {
    background: #012e58;
    padding: 15px 0px;
}
.copyright-section p{
	padding:0px;
	margin:0px;
}
.menu-title {
    font-size: 22px;
    font-weight: 600;
    color: #012e58;
    padding-bottom: 15px;
}
.footer-section li {
    list-style: none;
    padding: 2px 0px;
    position: relative;
}
.mmenu li { 
    padding: 2px 0px 2px 12px;
    position: relative;
}
.mmenu li:after {
    content: '>';
    position: absolute;
    left: 0px;
    top: 2px;
}
.footer-section ul {
    margin:0px;
	padding:0px;
}
.footer-section ul li a:hover{
	color: #881536;
}
.f-contact i {
	color: #881536;
} 
.f-contact li i {
    padding-right:10px
}

.service-pagein img{
	margin-bottom:0px;
}
.service-pagein .vc_column-inner {
	height: 100%; 
}
.service-pagein .vc_column-inner .wpb_wrapper {
    background: #fff;
    padding-bottom: 20px;
	height: 100%; 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
}
.service-pagein .vc_column-inner h6{
    padding:12px 10px 5px 10px;
}
.service-pagein .vc_column-inner .wpb_text_column.wpb_content_element {
    padding: 0px 8px;
}
section.related.products ul { 
    margin:0 !important; 
}
h1.c-heading {
    margin: 0px !important;
    padding: 0px !important;
}
.woocommerce span.onsale {
	min-height: 50px;
    min-width: 50px;
	font-size: 14px;
}
@media (min-width: 992px) {
	.service-pagein .vc_row {
		display: flex;
	}
}
@media (max-width: 991px) {
	.service-pagein .container {
		display: flex;
    	flex-wrap: wrap;
	}
	.service-pagein .custom-services-column {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.service-pagein .custom-services-column {
		width: 50%;
	}
}
@media (max-width: 575px) {
	.service-pagein .custom-services-column {
		width: 100%;
	}
}