/*!
Theme Name: ERN Sports
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
*/
:root {
    --main-color: #006450;
    --secondary-color: #0050ff;
    --bs-black: #000000;
    --body-font: Jura-Medium;
    --heading-font: Jura-Bold;
    --padding-100: 100px 0;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #1c4d55;
}
::selection {
    background: #1c4d55;
    color: #fff;
}
@font-face {
    font-family: Jura-Regular;
    src: url(fonts/Jura-Regular.ttf);
}
@font-face {
    font-family: Jura-Medium;
    src: url(fonts/Jura-Medium.ttf);
}
@font-face {
    font-family: Jura-Bold;
    src: url(fonts/Jura-Bold.ttf);
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    font-family: var(--body-font);
    color: #545454;
    font-size: 15px;
}

a, .btn{
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important;
	-o-transition: all 0.5s !important;
	-webkit-transition: all 0.5s !important;
	-ms-transition: all 0.5s !important;
    text-decoration: none;
}
img{
	max-width: 100%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    color: var(--main-color);
}

.padding-100{
    padding: var(--padding-100)
}
.btn {
    background: var(--main-color);
    color: var(--bs-white);
    border-radius: 50px;
    padding: 7.5px 30px 9.5px;
    line-height: 1.5;
    border: 0px solid var(--main-color);
    box-shadow: none !important;
    font-family: var(--heading-font);
}

.btn:hover, .our-skating-text .btn:hover,
.about-us-1 .btn:hover {
    background: linear-gradient(45deg, #004fff, #00f4ff);
    color: var(--bs-white);
}
.main-heading  h2 {
    font-size: 52px;
    line-height: 1;
    position: relative;
    margin-bottom: 35px;
}

.main-heading h2:after {
    content: "";
    width: 200px;
    height: 3px;
    background: linear-gradient(45deg, #004fff, #00f4ff);
    display: block;
    margin: 17px auto;
}
/*-----home-banner-----*/
.home-banner .carousel-control-next i, .home-banner .carousel-control-prev i {
    background: var(--bs-white) !important;
    width: 48px;
    height: 48px;
    border-radius: 50px !important;
    color: var(--main-color) !important;
    line-height: 48px;
    font-size: 18px;
}

.home-banner .carousel-control-next, .home-banner .carousel-control-prev {
    width: 48px;
    opacity: 1;
    margin: 108px 50px 0;
}
/*-----home-banner-close----*/
/*-----about-----*/
.home-about-img {
    padding-right: 30px;
    padding-bottom: 30px;
    position: relative;
}


.home-about-img:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 30px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    display: block;
    background: #dadfdf;
    z-index: -1;
}

.home-about-img img {
    position: relative;
}
.home-about-text-inner {
    max-width: 460px;
    margin-left: 140px;
    position: relative;
}
.home-about-text-inner h3 {
    font-size: 51px;
    line-height: 1;
    margin-bottom: 40px;
}


.home-about-text-inner .btn {
    margin-top: 30px;
}
.home-about-text-inner h4 {
    font-size: 24px;
    position: absolute;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
    top: -5px;
    left: -29%;
}

.home-about-text-inner h4:before {
    content: "";
    margin-right: 17px;
    width: 44px;
    height: 1px;
    background: linear-gradient(45deg, #004fff, #00f4ff);
}
.home-about {
    position: relative;
}

.about-img-bottom {
    position: absolute;
    width: 12.9%;
    right: 0;
    bottom: 0;
    opacity: 0.2;
}
/*-----about-close-----*/
/*-----our-courses-----*/
.our-courses {
    background: #f9f7f2;
}
.our-courses-text {
    background: var(--bs-white);
    padding: 30px 25px;
    text-align: center;
    margin-right: 28px;
    box-shadow: 0px 4px 12px #c3c3c3;
}

.our-courses-img img {
    box-shadow: 0px 4px 12px #c3c3c3;
}

.our-courses-inner {
    padding: 15px;
}
.our-courses-slider .owl-item:nth-child(even) {
    margin-top: 30px;
}
.our-courses-text h4 {
    font-size: 26px;
    position: relative;
    margin-bottom: 20px;
}

.our-courses-text h4:after {
    content: "";
    width: 80px;
    height: 2px;
    background: linear-gradient(
45deg
, #004fff, #00f4ff);
    display: block;
    margin: 11px auto;
}

.our-courses-text .btn {
    margin-top: 10px;
}
.owl-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
    display: flex !important;
    justify-content: space-between;
}

.owl-carousel .owl-nav button {
    background: var(--main-color) !important;
    width: 48px;
    height: 48px;
    border-radius: 50px !important;
    color: var(--bs-white) !important;
    margin: 0px -80px !important;
}

.owl-carousel .owl-nav button:hover {
    background: linear-gradient(45deg, #004fff, #00f4ff) !important;
}

.owl-carousel .owl-nav button i {
    font-size: 24px;
}

/*-----our-courses-close-----*/
/*-----our-skating------*/
.our-skating {
    position: relative;
}

.our-skating-img {
    position: absolute;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
}

.our-skating-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our-skating-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--main-color);
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}


.our-skating-text .main-heading h2 {
    color: var(--bs-white);
}

.our-skating-text .main-heading h2:after {
    display: none;
}

.our-skating-text p {
    color: var(--bs-white);
}

.our-skating-text .btn, .about-us-1 .btn {
    margin-top: 30px;
    background: var(--bs-white);
    color: var(--main-color);
}
.our-skating-video {
    position: relative;
}

.our-skating-video .btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    padding: 0;
}

.our-skating-video .btn-play i {
    border-radius: 50%;
    width: 84px;
    height: 84px;
    font-size: 30px;
    background: var(--bs-white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-skating-video .btn-play i:after {
    content: "";
    position: absolute;
    width: 132%;
    height: 132%;
    background: var(--bs-white)
    ;z-index: -1;
    border-radius: 50%;
    opacity: 0.6;
}
/*-----our-skating-close-----*/
/*-----our-events-----*/
.our-events-inner {
    background: var(--bs-white);
    box-shadow: 0px 4px 12px #c3c3c3;
	line-height:1.2;
}

.our-events-slider .item {
    padding: 15px;
}

.our-events-text {
    padding: 25px;
}

.our-events-text h4 {
    font-size: 23px;
    margin-bottom: 20px;
}

.our-events-text h4::after {
    content: "";
    width: 80px;
    height: 2px;
    background: linear-gradient( 
45deg
 , #004fff, #00f4ff);
    display: block;
    margin: 11px 0;
}

.date-comments {
    font-family: var(--heading-font);
    font-size: 14px;
    margin-bottom: 14px;
}

.date-comments span {
    margin-right: 10px;
    padding-left: 10px;
}

.date-comments span:first-child {
    padding-left: 0;
}

.our-events-date {
    color: var(--secondary-color);
}

.our-events-text .read-more {
    color: var(--secondary-color);
}

.our-events-text .read-more i {
    transform: scale(.9);
    position: relative;
    top: 2px;
    margin-left: 1px;
}
/*-----our-events-close-----*/
/*-----bg-icone-----*/
.bg-icon{
    position: absolute;
}
.our-courses-icon-1 {
    top: 56px;
    left: 3%;
    width: 15.6%;
    opacity: 0.05;
}
.our-courses-icon-2 {
    top: 137px;
    right: 5.7%;
    width: 6.5%;
    opacity: 0.05;
}
.our-courses-icon-3 {
    bottom: 99px;
    left: 5.7%;
    width: 6.5%;
    opacity: 0.05;
}
.our-courses-icon-4 {
    bottom: 26px;
    right: 4.2%;
    width: 10.7%;
    opacity: 0.05;
}
.our-events-icon-1 {
    top: 90px;
    left: 4.8%;
    width: 10.7%;
    opacity: 0.05;
}
.our-events-icon-2 {
    top: 70px;
    right: 11.6%;
    width: 11.3%;
    opacity: 0.07;
}
.our-events-icon-3 {
    bottom: 49px;
    left: 4.5%;
    width: 9.9%;
    opacity: 0.1;
}
.our-events-icon-4 {
    bottom: 46px;
    right: 4.2%;
    width: 9.9%;
    opacity: 0.1;
}
/*-----bg-icon-close-----*/
/*-----footer-----*/
.footer-top {
    background: var(--main-color);
    padding: 60px 0;
}

.footer-inner {
    padding: 20px 0;
    color: var(--bs-white);
}

.footer-logo {
    max-width: 300px;
    margin-bottom: 40px;
}

.footer-inner h4 {
    font-size: 25px;
    color: var(--bs-white);
    position: relative;
    margin-bottom: 40px;
}

.footer-inner h4:after {
    content: "";
    width: 80px;
    height: 2px;
    background: linear-gradient( 
45deg
 , #004fff, #00f4ff);
    display: block;
    margin: 11px 0;
}

.footer-inner ul {
    margin: 0;
    padding: 0;
}

.footer-inner ul li a {
    color: var(--bs-white);
}

.footer-inner ul li {margin-bottom: 8px;}

.main-footer p:last-child {
    margin-bottom: 0;
}

.main-footer {
    font-size: 16px;    
    font-family: var(--heading-font);
    background-color: #f9f7f2;
    position: relative;
}

.contact-nub a {
    display: flex;
    align-items: center;
    color: var(--bs-white);
}

.contact-nub i {
    background: var(--bs-white);
    min-width: 58px;
    width: 58px;
    height: 58px;
    align-items: center;
    display: flex;
    justify-content: center;
    float: left;
    border-radius: 50%;
    margin-right: 20px;
    color: var(--main-color);
    font-size: 40px;
}

.contact-nub {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.copyright {
    color: var(--main-color);
    padding: 27px;
}
.copyright.text-center p{
    margin-bottom:0px!important;
}
.social-icon {
    position: absolute;
    top: 0;
    background: #f9f7f2;
    text-align: center;
    width: 10%;
    right: 0;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon ul {
    margin: 0;
    padding: 0;
}

.social-icon ul li i {
    width: 58px;
    height: 58px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bs-white);
    font-size: 24px;
}

.social-icon ul li {
    margin: 9px 0;
}

.social-icon ul li:hover i {
    background: var(--secondary-color);
}
.owl-theme .owl-dots{
    display: none !important;
}
/*-----footer-close-----*/
/*-----inner-page-----*/

.inner-banner .main-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 54px;
    z-index: 99;
}

.inner-banner .main-heading h2 {
    margin-bottom: 0;
    color: var(--bs-white);
    text-transform: uppercase;
}

.inner-banner .main-heading h2:after {
    background: var(--bs-white);
}
.inner-banner {
    background: var(--bs-black);
    position: relative;
}

.inner-banner-img {
    opacity: 0.6;
}
/*-----inner-page-close-----*/


/*01-07-2021*/

.about-us-2 {
    flex-flow: row-reverse;
}
.about-text-inner {
    padding: 0 10% 0 5%;
}
.home-about-img-welcome:after {
    content: "";
    position: absolute;
    left: -15px;
    top: -35px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    display: block;
    background: #dadfdf;
    z-index: -1;
}
.home-about-img-welcome {
    margin-bottom: 0;
}
/*.about-us-1 {
    margin-top: -35px;
}
.about-us-3 {
    margin-top: -95px;
}*/
.coaches-carousel {
    background: #f9f7f2;
	margin-top: 0px;
	padding-top: 0px !important;
}
.contact-us-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: linear-gradient(
45deg
, #004fff, #00f4ff);
    color: var(--bs-white);
    border: 1px solid #e6e7e9;
}
.contact-us-detail {
    margin-left: 0 !important;
}
.contact-row-1 {
    background: #f9f7f2 !important;
    padding: 60px 0 !important;
}
.contact-maps iframe {
    margin-bottom: -6px;
}
.inner-courses ul {
    padding-left: 0px;
}
.inner-courses ul li a {
    width: 100%;
    background: #f9f7f2;
    box-shadow: 0 0 4px #bcbcbcc7;
    padding: 11px 20px;
    font-weight: bold;
    font-family: var(--heading-font);
    font-size: 17px;
    color: #000;
    float: left;
    margin-bottom: 15px;
    position: relative;
    transition: none !important;
}
.inner-courses ul li a:hover:before {
    content: '';
    border-right: 31px solid #072729;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    left: -31px;
    top: 0;
    transition: all 0.5s;
}
.inner-courses ul li a:hover {
    background: #072729;
    color: #fff;
}
.courses-tab-pages .ui-tabs ul.ui-tabs-nav.ui-corner-all li a {
    width: 100%;
    background: #f9f7f2;
    box-shadow: 0 0 4px #bcbcbcc7;
    padding: 11px 20px;
    font-weight: bold;
    font-family: var(--heading-font);
    font-size: 20px;
    color: #000;
}
.courses-tab-pages ul.ui-tabs-nav.ui-corner-all {
    background: #fff;
    border: none;
}
.courses-tab-pages .ui-tabs ul.ui-tabs-nav.ui-corner-all li {
    border: none;
    margin-bottom: 10px;
}
.courses-tab-pages .main-headings {
    margin-bottom: 40px !important;
    margin-top: 0 !important;
}
.courses-tab-pages .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    background: #072729 !important;
    color: #fff !important;
    position: relative;
}
.courses-tab-pages .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-right: 0 !important;
}
.courses-tab-pages .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:before {
    content: '';
    border-right: 31px solid #072729;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    left: -31px;
    top: 0;
}
.courses-tab-pages .ui-tabs-vertical .ui-tabs-panel img {
    box-shadow: 0 0 10px #c3c3c3;
    width: 100%;
    margin-bottom: 50px;
}
.time-slot {
    padding-top: 50px;
    float: left;
    width: 100%;
}
.course_timing {
    background: #f9f7f2;
    box-shadow: 0 0 4px #bcbcbcc7;
    margin-bottom: 10px;
    font-family: var(--heading-font);
    justify-content: space-between;
    border-bottom: none !important;
}
header.header_area {
    z-index: 999;
}
nav.woocommerce-breadcrumb {
    color: #fff !important;
}
nav.woocommerce-breadcrumb a {
    color: #fff !important;
}
.woocommerce .quantity .qty {
    border: 1px solid #072729;
    background: #f9f7f2;
}
a.button.product_type_variable.add_to_cart_button:hover {
    background: linear-gradient( 
45deg
 , #004fff, #00f4ff)!important;
    color: var(--bs-white)!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #072729;
    border: 1px solid transparent;
    margin-right: 20px;
    border-radius: 10px !important;
    border: none;
    margin: 0;
}
ul.tabs.wc-tabs li a {
    color: #fff !important;
}
ul.tabs.wc-tabs:before {
    display: none !important;
}
ul.tabs.wc-tabs li.active {
    background: linear-gradient( 
45deg
 , #004fff, #00f4ff)!important;
    color: var(--bs-white)!important;
}
.wpsi_social_share_buttons a {
    background: #072729 !important;
    border-radius: 50px;
}
.wpsi_social_share_buttons a span {
    background: transparent !important;
}
.value label.wcva_single_textblock {
    border-radius: 0;
    background: #f9f7f2;
    border: 1px solid #072729 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 20px;
    border: 1px solid #072729 !important;
    background: #f9f7f2;
}
.value label.wcva_single_textblock.selectedswatch {
    background: #072729;
}
.comment-respond input#submit {
    background: #072729 !important;
    color: #fff !important;
    padding: 14px 20px !important;
}
.comment-respond input#submit:hover {
    background: linear-gradient( 
45deg
 , #004fff, #00f4ff)!important;
}
.container.shop-archieve {
    padding: 150px 0px 80px !important;
    display: flex;
    flex-wrap: wrap;
}
.contact-us-form {
    max-width: 600px;
    padding: 50px 0px;
    margin-left: auto;
    margin-right: 50px;
    padding-left: 50px;
}
.single-breadcrumb .woocommerce-breadcrumb {
    font-size: 20px;
}
.single-page-products {
    padding: 50px 0;
}
#wpgis-gallery li {
    padding: 5px;
    border: 1px solid #dcdcdc;
}
.woof_container_brands h4 {
    font-weight: 900!important;
    font-size: 22px!important;
    color: #fff;
    padding-left: 38px;
    position: relative;
    margin-bottom: 30px;
}
.woof_container_brands h4:before {
    content: '';
    background: #ebe9eb;
    position: absolute;
    width: 40px;
    height: 1px;
    display: flex;
    bottom: -4px;
}
.product_detail {
    margin-top: 90px;
}
.pwb-single-product-brands.pwb-clearfix a {
    color: #333333;
    font-size: 25px;
}
.cat_title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.cat_title h1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #072729;
    bottom: -5px;
    left: 0;
}
.cat_title h1 {
    position: relative;
    display: inline-block;
}
a.button.product_type_variable.add_to_cart_button {
    margin: 10px 0px 20px !important;
    width: auto !important;
    padding: 10px 30px !important;
}
body.term-42 .col-lg-3.shop-sidebars {
    display: none;
}
body.term-42 .col-lg-9.shop-products {
    width: 100%;
    float: none;
}
.pwb-single-product-brands.pwb-clearfix {
    display: none;
}
body .woocommerce-Tabs-panel {
    padding: 0 !important;
}
button.single_add_to_cart_button.button.alt {
    width: auto !important;
    padding: 13px 50px !important;
}
.post-type-archive-product a#sbw_wc-adding-button-archive {
    display: none;
}
h2.woocommerce-loop-product__title {
    min-height: 50px;
}
tbody, td, tfoot, th, thead, tr {
    padding: 10px;
}
table
{
    width:100%;
}
p.comment-form-comment label {
    display: block;
}
form#commentform {
    m.single-post iframe {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}ax-width: 50%;
}
@media only screen and (max-width: 1399px) {

.home-about-text-inner {
    max-width: 490px;
    margin-left: 78px;
}
.home-about-text-inner h4 {
    font-size: 22px;
    top: 2px;
    left: -22%;
}
.our-courses-icon-1 {
    left: 2%;
    width: 13.6%;
}
.our-courses-icon-2 {
    right: 3.7%;
    width: 5.5%;
}
.our-courses-icon-3 {
    bottom: 79px;
    left: 2.7%;
    width: 5.5%;
}
.our-courses-icon-4 {
    bottom: 16px;
    right: 2.2%;
    width: 8.7%;
}
.our-events-icon-1 {
    left: 2.8%;
    width: 8.7%;
}
.our-events-icon-2 {
    top: 80px;
    right: 8.6%;
    width: 9.3%;
}
.our-events-icon-3 {
    left: 2.5%;
    width: 7.9%;
}
.our-events-icon-4 {
    right: 2.2%;
    width: 7.9%;
}

}
@media only screen and (max-width: 1199px) {


.home-banner .carousel-control-next, .home-banner .carousel-control-prev {
    margin: 0px 30px 0;
}

.owl-carousel.owl-theme .owl-dots{
    display: block !important;
}
.owl-carousel .owl-nav{
    display: none !important;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 15px 5px 0;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-carousel.owl-theme .owl-dots .owl-dot:hover span{
    background-color: var(--main-color);
}
.home-about-img {
    padding-right: 20px;
    padding-bottom: 20px;
}
.home-about-img:after {
    left: 20px;
    top: 20px;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
}
.home-about-text-inner h3, .main-heading h2 {
    font-size: 41px;
    margin-bottom: 30px;
}
.home-about-text-inner .btn {
    margin-top: 20px;
}
.home-about-text-inner {
    margin-left: 58px;
}
.home-about-text-inner h4 {
    font-size: 20px;
    top: 0px;
    left: -22%;
}
.home-about-img img {
    position: relative;
    min-height: 530px;
    object-fit: cover;
}
.our-courses-slider .owl-item:nth-child(even) {
    margin-top: 20px;
}
.inner-banner .main-heading {
    margin-top: 0;
}
}

@media only screen and (max-width: 991px) {
.single-post iframe {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}
.navigation-portrait .nav-menu {
    width: 100%;
    display: none;
}
.nav-menus-wrapper.nav-menus-wrapper-open .nav-menu {
    display: block;
}
:root {
    --padding-100: 50px 0;
}

.social-icon {
    position: relative;
    background: #f9f7f2;
    width: 100%;
}
.social-icon ul li {
    margin: 19px 5px 0;
    display: inline-block;
}
.home-banner .carousel-control-next i, .home-banner .carousel-control-prev i {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
}
.home-about-text-inner h4 {
    top: 0px;
    left: 0;
    position: relative;
    transform: rotate(0deg);
}
.home-about-text-inner {
    padding: 40px 50px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.home-about-text-inner h3, .main-heading h2 {
    font-size: 36px;
    margin-bottom: 25px;
}
.home-about-text-inner h3 br, .main-heading h2 br{
    display: none;
}
.home-about-img img {
    min-height: auto;
}
.home-about-text-inner .btn,
.our-skating-text .btn {
    margin-top: 10px;
}
.our-skating-text {
    padding-bottom: 40px;
}
.footer-logo {
    max-width: 151px;
    margin-bottom: 20px;
}
.footer-inner h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.our-courses-slider .owl-item:nth-child(even) {
    margin-top: 10px;
}
.contact-us-form {
    max-width: initial !important;
    padding: 0 30px !important;
    margin-left: 0 !important;
    width: 100%;
}
.contact-row-1 {
    padding: 50px 0 40px!important;
}
.contact-us-detail {
    padding: 30px !important;
    max-width: initial !important;
}
}

@media only screen and (max-width: 767px) {
.main-heading h1 {
    font-size: 30px !important;
}
.about-us-1 .vc_column-inner {
    padding-top: 0 !important;
}
.home-banner .carousel-item img {
    min-height: 270px;
    object-fit: cover;
}
.home-banner .carousel-control-next, .home-banner .carousel-control-prev {
    margin: 0px 5px 0;
}
.home-banner .carousel-control-next i, .home-banner .carousel-control-prev i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.home-about-text-inner {
    padding: 40px 15px;
}
.home-about-text-inner h3, .main-heading h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.home-about-text-inner h4 {
    font-size: 18px;
}
.our-courses-slider .owl-item:nth-child(even) {
    margin-top: 0;
}
.main-heading h2:after {
    width: 100px;
    height: 2px;
    margin: 17px auto;
}
.our-courses-text {
    padding: 25px 20px;
    margin-right: 20px;
}
.our-courses-text h4 {
    font-size: 24px;
}
.contact-nub {
    font-size: 18px;
}
.contact-nub i {
    min-width: 38px;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    font-size: 22px;
}
.footer-inner h4 {
    margin-bottom: 20px;
}
.main-footer {
    font-size: 15px;
}
.footer-inner {
    padding: 15px 0;
}
.footer-top {
    padding: 40px 0;
}
.social-icon ul li i {
    width: 38px;
    height: 38px;
}
.inner-banner-img img {
    min-height: 200px;
    object-fit: cover;
}
body .inner-about-us-banner {
    padding: 0px 0 !important;
    background-position: center !important;
    width: 100%;
    margin: 0;
}
.home-about-img-welcome:after {
    display: none;
}
.home-about-img:after {
    display: none;
}
.home-about-img img {
    width: 100%;
}
.about-text-inner h3 {
    font-size: 26px;
}
.home-about-img {
    margin-bottom: 0;
    padding: 0;
}
.sqaure-img .about-text-inner {
    padding-top: 40px;
}
.about-us-1 .about-text-inner {
    padding-top: 0px;
}
.about-us-2 .vc_column-inner {
    padding-top: 0 !important;
}
.about-text-inner h3 {
    font-size: 26px !important;
}
.col-lg-4.tab-vertically {
    float: none !important;
}
.courses-tab-pages {
    padding: 40px 30px !important;
}
.ui-tabs-vertical .ui-tabs-panel {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-top: 60px;
}
.courses-tab-pages .ui-tabs ul.ui-tabs-nav.ui-corner-all li a {
    font-size: 16px;
}
.courses-tab-pages .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:before {
    border-right: 31px solid #072729;
    border-top: 23px solid transparent;
    border-bottom: 19px solid transparent;
}
.container.shop-archieve {
    padding: 50px 0px 20px !important;
}
.shop-sidebars {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
}
.shop-sidebars ul.woof_list.woof_list_checkbox {
    padding-left: 0 !important;
}
.shop-archieve form.woocommerce-ordering {
    width: 100%;
    text-align: left;
}
.shop-archieve form.woocommerce-ordering select {
    width: 100%;
}
.shop-archieve .shop-products {
    padding: 0 30px !important;
}
.shop-archieve ul.products.columns-4 li {
    width: 100% !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.inner-banner .main-heading h2 {
    font-size: 25px;
}
.woof_container_brands h4 {
    padding-left: 10px;
}
.cat_title h2 {
    font-size: 30px !important;
}
.product_detail {
    margin: 0 30px !important;
}

#wpgis-gallery .slick-track.flex-control-nav {
    width: 100% !important;
}
#wpgis-gallery li {
    width: 60px !important;
}
.single-page-products {
    padding: 0;
}
button.single_add_to_cart_button.button.alt {
    width: 100% !important;
    margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 5px;
}
.related.products ul.products.columns-4 li {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.images {
    display: inline-block;
}
.woocommerce-cart .coupon input#coupon_code {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.woocommerce-cart .coupon button.button {
    width: 100% !important;
    float: none !important;
}
.woocommerce-checkout form.checkout_coupon p.form-row.form-row-first
{
    width:100% !important;
    float:none;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
    float: none;
    width: 100%;
}
div#wpgis-gallery {
    display: none;
}
.wpgis-slider-for .btn-prev, .wpgis-slider-for .btn-next {
    opacity: 1;
    margin: 0px;
}
.vertical-img-left.wpgis-slider-for {
    width: 80%;
    float: none;
    margin: 0 10%;
    overflow: inherit !important;
}
.wpgis-slider-for .btn-prev {
    left: -42px;
}
.wpgis-slider-for .btn-next
{
    right: -42px;
}
form#commentform {
    max-width: 100%;
}
}


@media (min-width: 768px) and (max-width: 991px){
.main-heading h1 {
    font-size: 40px !important;
}
    .shop-archieve form.woocommerce-ordering {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }
    .shop-archieve form.woocommerce-ordering select {
        width: 100%;
    }
    .shop-archieve .shop-products {
        padding: 0 30px !important;
    }
    p.woocommerce-result-count {
        margin-top: 30px !important;
    }
    .related.products ul.products.columns-4 li {
        width: 100%;
    }
    .related.products ul.products.columns-4 li {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 30px !important;
    }
    #wpgis-gallery li {
        width: 100px !important;
    }
    button.single_add_to_cart_button.button.alt {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .images {
        display: inline-block;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .courses-tab-pages .ui-tabs ul.ui-tabs-nav.ui-corner-all li a {
        font-size: 16px;
    }
    .courses-tab-pages .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:before {
        border-right: 27px solid #072729;
        border-top: 18px solid transparent;
        border-bottom: 24px solid transparent;
        left: -27px;
    }
    .course_timing {
        padding: 5px 10px;
    }
    .col-lg-4.tab-vertically {
        width: 36% !important;
    }
    .ui-tabs-vertical .ui-tabs-panel {
        width: 64% !important;
    }
    .container.shop-archieve {
        padding: 40px 0px 0 !important;
    }
    .product_detail {
    margin-top: 0px;
}
}
@media (min-width: 1025px) and (max-width: 1199px){
    .container.shop-archieve {
        padding: 40px 0px 0 !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    ul.woof_list.woof_list_checkbox {
    padding-left: 0;
}
.woof_container_brands h4 {
    padding-left: 10px;
}
ul.products.columns-4 li {
    width: 29% !important;
}
}
