
/* :: 3.0 Base CSS */
@font-face {
  font-family: 'Blackberry Jam Personal Use';
  src: url("../fonts/blackberry-jam-personal-use/Blackberry-Jam-Personal-Use.ttf");
  font-weight: 900;
  font-style: normal; }
@font-face{font-family:Brusher;src:local("Brusher"),local("Brusher-Regular"),url(../fonts/brusher/Brusher-Regular.woff2) format("woff2"),url(../fonts/brusher/Brusher-Regular.woff) format("woff"),url(../fonts/brusher/Brusher-Regular.ttf) format("truetype"),url(../fonts/brusher/Brusher-Regular.svg#Brusher-Regular) format("svg");font-weight:400;font-style:normal}
* {
  margin: 0;
  padding: 0; }

body {
  text-align: center;
	font-size: 13px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: #777777;
	background-color: #ffffff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	 }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700; }

h2.small{font-size: 22px !important;}

p {
  color: #606060;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000;
  font-weight: 600;
  font-size: 14px; }
p a{color: #000;}
ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-10 {
  margin-top: 10px !important; }
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }
.pr-30 {
  padding-right: 30px !important; }
.pt-50{padding-top:50px !important;}
.ph-60 {
  padding: 0 60px !important; }

.p-20 {
  padding: 0 20px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-70-70 {
  padding-top: 70px;
  padding-bottom: 70px; }
.section-padding-50-50 {
  padding-top: 50px;
  padding-bottom: 50px; }
.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px; }
.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }
.section-padding-50-0 {
  padding-top: 50px;
  padding-bottom: 0px; }
.section-padding-50-100 {
  padding-top: 50px;
  padding-bottom: 100px; }
.section-padding-50-200 {
  padding-top: 50px;
  padding-bottom: 250px; }

.row.row-wrap,
.row.row-col-gap {
  margin-bottom: -30px;
  position: relative;
  display: table;
  width: 100%;
  width: calc(100% + 30px);
}
.row.row-wrap > [class^="col-"],
.row.row-col-gap > [class^="col-"] {
  padding-bottom: 30px;
}
.row.row-wrap[data-gutter="10"],
.row.row-col-gap[data-gutter="10"] {
  margin-bottom: -10px;
  width: calc(100% + 10px);
}
.row.row-wrap[data-gutter="10"] > [class^="col-"],
.row.row-col-gap[data-gutter="10"] > [class^="col-"] {
  padding-bottom: 10px;
}
.row.row-wrap[data-gutter="20"],
.row.row-col-gap[data-gutter="20"] {
  margin-bottom: -20px;
  width: calc(100% + 20px);
}
.row.row-wrap[data-gutter="20"] > [class^="col-"],
.row.row-col-gap[data-gutter="20"] > [class^="col-"] {
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .row.row-col-mob-gap > [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .row.row-col-border > [class^="col-"],
  .row.row-col-border-white > [class^="col-"] {
    border-left: 1px solid #e6e6e6;
  }
  .row.row-col-border > [class^="col-"]:first-child,
  .row.row-col-border-white > [class^="col-"]:first-child {
    border-left: none;
  }
}
@media (min-width: 992px) {
  .row.row-col-border-white > [class^="col-"] {
    border-color: #fff;
  }
}
.row.row-col-reverse > [class^="col-"] {
  float: right;
}
@media (max-width: 992px) {
  .row.row-col-reverse > [class^="col-"] {
    float: none;
  }
}
@media (max-width: 992px) {
  .row.row-mob-full {
    margin: 0 !important;
  }
  .row.row-mob-full > [class^="col-"] {
    padding: 0 !important;
  }
}
.row.row-col-static > [class^="col-"] {
  position: static;
}
.row.row-col-full > [class^="col-"] {
  height: 100%;
}
.row.row-full {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.row.row-sm-gap {
  margin-bottom: -10px;
}
.row.row-sm-gap > [class^="col-"] {
  margin-bottom: 10px;
}
.row.row-no-gutter,
.row[data-gutter="0"],
.row[data-gutter="none"] {
  margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"],
.row[data-gutter="0"] > [class^="col-"],
.row[data-gutter="none"] > [class^="col-"] {
  padding: 0 !important;
}
.row[data-gutter="10"] {
  margin-left: -5px;
  margin-right: -5px;
}
.row[data-gutter="10"] > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row[data-gutter="20"] {
  margin-left: -10px;
  margin-right: -10px;
}
.row[data-gutter="20"] > [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .row[data-gutter="40"] {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row[data-gutter="40"] > [class^="col-"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}


.p-50{padding: 50px 40px;}

.title-decor-1 {
	position: relative;
	font-weight: 400;
	z-index: 1;
}

.title-decor-1::before {
	position: absolute;
	content: '';
	bottom: 22%;
	left: 0;
	width: 94%;
	height: 10%;
	background: #fff669;
	z-index: -1;
}
.p-0{padding:0px !important;}
.m-0{margin:0px !important;}
ul.list2, ul.list3{overflow:auto;margin-bottom:25px !important;;}
.list2 li{
	width:33% !important;
	float:left;
	color:#777;
	line-height: 21px;
	font-weight: 400 !important;
	padding-left:2px;
	margin-top:10px;
}
.list2 li::before{
	font-size: 17px;
	left:20px;
	color:#387000;
	padding-right:5px;
	font-family:FontAwesome;
	content: '\f0da';}
	
.list2 li a{color:#555 !important;font-weight: 400 !important;font-size: 16px;}
.list3 li a{color:#fff !important}
.list3 li{
	width:33% !important;
	float:left;
	font-size: 15px;color:#777;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	padding-left:5px;
	padding-right:10px;
	margin-bottom:10px;
}
.list3 li::before{
	font-size: 17px;
	left:20px;
	color:#fff;
	padding-right:5px;
	font-family:FontAwesome;
	content: '\f18c';}

.list li{font-size: 16px;color:#777;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: .05em;
	padding-left:30px;
	margin-bottom:10px;
	}
.list li::before{
	font-size: 17px;
	position: absolute;
	left:20px;
	color:#387000;
	font-family:FontAwesome;
	content: '\f299';}

.callfor{border-top:1px solid #eee;background:#EEF3F6;margin-top:10px;padding-top:10px;}
.callfor h4{font-weight: 600;font-size:30px;line-height:36px;margin:0px;padding-bottom:10px;}

.img-box{padding:8px;border:1px solid #eee;margin-left:20px;margin-bottom:20px;}
.site-img1{position:absolute;bottom:-60px;right:0px;}
.site-img2{position:absolute;bottom:-90px;right:-7%;}
.text-black{color:#111}
.about-area.b-bdr{border-bottom:2px solid #054969}
.about-area p {font-size: 16px;}
.about-area p.text-small {font-size: 16px;}
.about-area h4 {
    font-size: 20px;
    line-height:30px;
    margin-bottom: 10px;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;}
.about-area h2 {
    font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }
.about-area h2 small {
    font-size: 22px; }
/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin-bottom: 20px !important; }
  .section-heading h2 {
    font-size: 34px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; }
        
	.site-img1{display:none}
	.site-img2{display:none}
}
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white span,
  .section-heading.white h2 {
    color: #ffffff; }

@media only screen and (max-width: 991px) {
.site-img1{position:relativ;bottom:-60px;right:0px;}
.site-img2{position:relativ;bottom:-90px;right:0px;}
}

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

.site-img1{position:absolute;bottom:-60px;right:0px;}
.site-img2{position:absolute;bottom:-90px;right:-4%;}
}
/* Preloader */
#preloader {
  background: #286602;
  background: -webkit-linear-gradient(to right, #286602, #83c331);
  background: linear-gradient(to right, #286602, #83c331);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
.bg-overlay-white {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay-white::after {
    background-color: rgba(255, 255, 255, .7);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }
.bg-wihte-tp{background-color: rgba(255, 255, 255, .8);}
.bg-wihte{background-color: #fff;}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #286602;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -30px; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {right: 0; }
      }

/* ScrollUp */
#scrollUp {
  background: #323232;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Essence Button */
ul.single-mega.bg-flower:hover {background:#A31EAF !important;}
ul.single-mega.bg-flower:hover li a{color:#fff !important;}
ul.single-mega.bg-flower:hover li a:hover{background:#DE4DEB !important;}

ul.single-mega.bg-mint:hover {background:#00608D !important;}
ul.single-mega.bg-mint:hover li a{color:#fff !important;}
ul.single-mega.bg-mint:hover li a:hover{background:#43ADDE !important;}

ul.single-mega.bg-essential:hover {background:#42A202 !important;}
ul.single-mega.bg-essential:hover li a{color:#fff !important;}
ul.single-mega.bg-essential:hover li a:hover{background:#87CF57 !important;}

ul.single-mega.bg-spice:hover {background:#CC0B0C !important;}
ul.single-mega.bg-spice:hover li a{color:#fff !important;}
ul.single-mega.bg-spice:hover li a:hover{background:#E26969 !important;}

a.academy-btn {text-decoration:none}
.academy-btn {
  display: inline-block;
  //min-width: 100px;
  height: 65px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  font-size: 16px;
  line-height: 65px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #00608D;
  cursor:pointer;
  font-weight: 600; }
.classynav .menu-btn:hover {background: #fff !important;font-size: 16px;color:#000}
.classynav .menu-btn {
  height: 50px;
  position:absolute;
  color: #ffffff;
  right:1.5%;
  border: none;
  border-radius: 50px;
  padding: 0 40px;
  font-size: 16px;
  line-height: 50px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #FDD503 !important;
  cursor:pointer;
  font-weight: 500; }
  .academy-btn.btn-sm:hover {font-weight: 400;}
  .academy-btn.btn-sm {
  border-radius: 0;
  padding: 0 20px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;}
  .academy-btn.active, .academy-btn:hover, .academy-btn:focus {
    font-size: 16px;
    font-weight: 600;
    text-decoration:none;
    color: #ffffff;
    background: #151515;}
  .academy-btn.btn-2 {
    background: #151515; }
    .academy-btn.btn-2:hover, .academy-btn.btn-2:focus {
      background: #FDD503; }
  .academy-btn.btn-3 {
    background: #FDD503; }
    .academy-btn.btn-3:hover, .academy-btn.btn-3:focus {
      background: #141414; }
  .academy-btn.btn-5 {
    background: #626469; }
    .academy-btn.btn-5:hover, .academy-btn.btn-3:focus {
      background: #141414; }
  .academy-btn.btn-4 {
    background: #ffffff;
    border: 2px solid #69bc5f;
    color: #606060; }
    .academy-btn.btn-4:hover, .academy-btn.btn-4:focus {
      background: #69bc5f;
      color: #ffffff; }

.button-shadow-2 {
	box-shadow: 3px 9px 18px 0 rgba(0, 0, 0, 0.18);
}
.bg-lightgray{background:#FCFCFC;}
.bg-1{background:#F7F7F7;}
.bg-green{background:#F2CDCD;}
/* Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 150px; }
  .header-area .top-header {
    width: 100%;
    height: 105px; }
  .header-area .top-header .academy-logo {padding-top:10px;}
    .header-area .top-header .contact-detail ul li:last-child {border-right:none;}
    .header-area .top-header .contact-detail ul li {
     float:left;
     color:#737373;
     margin:0;
     padding:0 15px;
     border-right:1px solid #eee;
     }
    .header-area .top-header .contact-detail ul li a{
     color:#151515;
     font-size:14px;
     font-weight:normal;
	 font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
     flex-wrap: wrap;
     margin:0 10px;
     text-decoration:none;
     }
      .header-area .top-header .login-content a:hover {
        color: #FDD503; }
  .header-area .academy-main-menu {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: transparent;
    top: 115px;
    z-index: 100;
    left: 0;
    right: 0; }
    .header-area .academy-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .academy-main-menu .classy-navbar {
      background-color: #323232;
	  border-radius: 50px;
      height: 60px;
      padding: 0; }
    .header-area .academy-main-menu .classy-navbar li a:hover,.header-area .academy-main-menu .classy-navbar li a.active{
      color:#FDD503; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .academy-main-menu .classy-navbar {
          padding: 0;
          padding-left: 2em; } }
      @media only screen and (max-width: 767px) {
        .header-area .academy-main-menu .classy-navbar {
          padding: 0;
          padding-left: 2em; }
         .contact-detail{display:none;}
    .header-area .academy-main-menu .classy-navbar li a{
      background-color: #323232; }
    .header-area .academy-main-menu .megamenu li a{
     background-color: transparent !important; }
    .header-area .academy-main-menu .megamenu .academy-btn{
    display:none !important; }
     .classynav ul li .megamenu .single-mega.cn-col-4{width:100% !important;min-height:230px !important;}
      }
     
    .header-area .academy-main-menu .classynav {
      padding-left: 2em;}
    .header-area .academy-main-menu .classynav ul.dropdown {padding:0px !important;}
    .header-area .academy-main-menu .classynav ul.dropdown a{color: #000 !important;}
    .header-area .academy-main-menu .classynav ul.dropdown a:hover{background-color: #da8a0c;color:#fff !important;}
    
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 1em; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0; } }
      @media only screen and (max-width: 767px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0; } }
    .header-area .academy-main-menu .calling-info {
      position: relative;
      padding-left: 80px;
      overflow: hidden; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .academy-main-menu .calling-info {
          padding-left: 50px; } }
      .header-area .academy-main-menu .calling-info .call-center {
        position: relative;
        z-index: 1;
        background: #286602;
        background: -webkit-linear-gradient(to right, #286602, #83c331);
        background: linear-gradient(to right, #286602, #83c331);
        padding: 0 40px;
        line-height: 85px;
        height: 85px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .academy-main-menu .calling-info .call-center {
            padding: 0 15px 0 30px; } }
        .header-area .academy-main-menu .calling-info .call-center a {
          color: #ffffff;
          font-size: 14px;
          font-weight: 700;
          display: block; }
          .header-area .academy-main-menu .calling-info .call-center a i {
            width: 45px;
            height: 45px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            display: inline-block;
            line-height: 41px;
            font-size: 18px;
            text-align: center;
            margin-right: 20px; }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .header-area .academy-main-menu .calling-info .call-center a i {
                margin-right: 10px; } }
          @media only screen and (max-width: 767px) {
            .header-area .academy-main-menu .calling-info .call-center a span {
              display: none; } }
        .header-area .academy-main-menu .calling-info .call-center:before {
          position: absolute;
          width: 50px;
          height: 120%;
          top: 3px;
          left: -28px;
          z-index: 1;
          background-color: #286602;
          content: '';
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .academy-main-menu .calling-info .call-center:before {
              width: 42px; } }
  .header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 3000;
    background-color: #323232;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); }

.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .single-hero-slide .h-400{height: 400px !important;}
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; }}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 550px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 600px; } }
    .hero-slides .single-hero-slide h3 {
      color: #151515;
      font-size: 24px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h3 {
          font-size: 18px; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 80px;
      color: #151515;
      font-family: 'Brusher';
      //text-transform:uppercase;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; } }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
    background: #fff;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #151515;
    top: 50%;
    margin-top: -28px;
    left: 0%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; } }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background: #eee;
      color: #000; }
  .hero-slides .owl-next {
    left: auto;
    right: 0%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }

/* Top Features Area CSS */
.top-features-area {
  position: relative;
  z-index: 50;
  margin-bottom: -60px; }
  @media only screen and (max-width: 767px) {
    .top-features-area {
      margin-bottom: -115px; } }
  .top-features-area .features-content {
    position: relative;
    z-index: 50;
    background: #286602;
    background: -webkit-linear-gradient(to right, #286602, #83c331);
    background: linear-gradient(to right, #286602, #83c331);
    padding: 40px 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    .top-features-area .features-content .single-top-features {
      border-right: 2px solid #ffffff; }
      @media only screen and (max-width: 767px) {
        .top-features-area .features-content .single-top-features {
          border-right: none;
          border-bottom: 2px solid #ffffff;
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      .top-features-area .features-content .single-top-features i {
        font-size: 40px;
        margin-right: 15px;
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .top-features-area .features-content .single-top-features i {
            font-size: 28px;
            margin-right: 10px; } }
        @media only screen and (max-width: 767px) {
          .top-features-area .features-content .single-top-features i {
            font-size: 28px;
            margin-right: 10px; } }
      .top-features-area .features-content .single-top-features h5 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #ffffff; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .top-features-area .features-content .single-top-features h5 {
            font-size: 16px; } }
    .top-features-area .features-content .col-12:last-child .single-top-features {
      border-right: none; }
      @media only screen and (max-width: 767px) {
        .top-features-area .features-content .col-12:last-child .single-top-features {
          border: none;
          padding-bottom: 0;
          margin-bottom: 0; } }

/* Course Area CSS */
.single-course-area .course-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91px;
  flex: 0 0 91px;
  min-width: 91px;
  width: 91px;
  background: #286602;
  background: -webkit-linear-gradient(to right, #286602, #83c331);
  background: linear-gradient(to right, #286602, #83c331);
  width: 91px;
  height: 91px;
  line-height: 95px;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-right: 30px; }
.single-course-area .course-content h4 {
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course-area .course-content h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-area .course-content h4 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
      font-size: 18px; } }
.single-course-area .course-content p {
  margin-bottom: 0; }
.single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 {
  color: #69bc5f; }

/* Testimonials Area CSS */
.single-testimonial-area {
  position: relative;
  z-index: 1; }
  .single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-right: 40px;
    margin-top: 15px;
    border-radius: 50%; }
    .single-testimonial-area .testimonial-thumb img {
      border-radius: 50%; }
  .single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px; }
  .single-testimonial-area .testimonial-content p {
    color: #ffffff; }
  .single-testimonial-area .testimonial-content h6 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px; }
    .single-testimonial-area .testimonial-content h6 span {
      color: #69bc5f; }
  .single-testimonial-area:hover .testimonial-thumb {
    border-color: #69bc5f; }
  .single-testimonial-area:hover .testimonial-content h5 {
    color: #69bc5f; }

/* Top Popular Course Area CSS */
.single-top-popular-course {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: #EDF1F4; }
  .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-top-popular-course .popular-course-content h3 {
      font-size: 22px;
      font-weight: 600;
      line-height:32px;
      text-transform:uppercase;
      margin-bottom: 8px; }
    .single-top-popular-course .popular-course-content h3 small{
      font-size: 18px;}
    .single-top-popular-course .popular-course-content .course-ratings {
      font-size: 10px;
      color: #fbb710;
      margin-bottom: 30px; }
      .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4; }
  .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    margin:0px 0;
    height: 350px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-top-popular-course .popular-course-thumb {
        height: 420px; } }
    @media only screen and (max-width: 767px) {
      .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-top-popular-course .popular-course-thumb {
        height: 250px; }
        
	.list3 li{
	width:100% !important;
	float:none !important;}
        }

.popular-course-details-area .single-top-popular-course {
  margin-bottom: 0; }
  .popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
    max-width: 650px;
    width: 650px;
    padding: 30px;
    margin-left: auto; }
    .popular-course-details-area .single-top-popular-course .popular-course-content h3 {
      font-size: 44px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px; } }
    @media only screen and (max-width: 767px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; }
        .popular-course-details-area .single-top-popular-course .popular-course-content h3,
        .about-area h3 {
      font-size: 28px;}
      }
    .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
      font-size: 10px;
      color: #fbb710;
      margin-bottom: 30px; }
      .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4; }
  .popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 450px; }
    @media only screen and (max-width: 767px) {
      .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px; } }

/* Partner Area CSS */
.partners-logo {
  position: relative;
  z-index: 1; }
  .partners-logo a {
    display: inline-block;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .partners-logo a {
        max-width: 40px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .partners-logo a {
        max-width: 60px; } }

/* Call to Action Area CSS */
.call-to-action-area {
  position: relative;
  z-index: 1;
  background: #323232;
  background: -webkit-linear-gradient(to right, #FDD503, #83c331);
  background: linear-gradient(to right, #323232, #1E1C1C);
  padding: 50px 0; }
  .call-to-action-area .cta-content h3 small {font-size: 16px;}
  .call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    line-height:40px;
    margin-bottom: 20; }
  .call-to-action-area .cta-content p {
    color: #ffffff;
    margin-bottom: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .call-to-action-area .cta-content h3 {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-area .cta-content h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action-area .cta-content h3 {
        font-size: 24px;
        margin-bottom: 30px; } }
  .call-to-action-area .cta-content .academy-btn {
    padding: 0 30px;
    background: #054A6A;
    height: 58px;
    line-height: 55px;
    border: 2px solid #ffffff; }
  .call-to-action-area .cta-content .academy-btn:hover {
    background: #fff;
    color: #054A6A;
    border: 2px solid #054A6A; 
    }
.divider{width:55px;background:#FFF669;height:3px;margin-top:10px;}
/* Footer Area CSS */
.main-footer-area {
	background: #383d3f; }
  .main-footer-area .footer-widget .widget-title {
    margin-bottom: 25px; }
    .main-footer-area .footer-widget .widget-title h4 {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0;
	letter-spacing: .1em;
      color: #ffffff;
      margin-top: 10px;
      text-transform: uppercase; }
  .main-footer-area .footer-widget .footer-social-info a {
    display: inline-block;
    color: #606060;
    margin-right: 15px; }
    .main-footer-area .footer-widget .footer-social-info a:hover, .main-footer-area .footer-widget .footer-social-info a:focus {
      color: #ffffff; }
  .main-footer-area .footer-widget .useful-links {
	text-align: left;
	columns: 3;
	break-inside: avoid;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	margin-bottom: -7px;
	color: #151515;}
  .main-footer-area .footer-widget .useful-links li{
    text-indent: -20px;
	padding-left: 20px;
	padding-bottom: 15px;
	transition: all .25s ease;}
  .main-footer-area .footer-widget .useful-links li::before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	height: 2px;
	width: 15px;
	margin-right: 10px;
	background: #606060;
	transition: inherit; }
  .main-footer-area .footer-widget .useful-links li a {
    color: #eee;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500; }
    .main-footer-area .footer-widget .useful-links li a:hover, .main-footer-area .footer-widget .useful-links li a:focus {
      color: #FFF669; }
  .main-footer-area .footer-widget .gallery-list a {
    position: relative;
    z-index: 1;
    @flex (0 0 30%);
    max-width: 30%;
    margin-bottom: 15px;
    cursor: zoom-in; }
    .main-footer-area .footer-widget .gallery-list a::after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: '';
      background-color: rgba(97, 186, 109, 0.8);
      opacity: 0;
      visibility: hidden;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
    .main-footer-area .footer-widget .gallery-list a:hover::after {
      opacity: 1;
      visibility: visible; }
  .main-footer-area .footer-widget .single-contact i {
    color: #606060;
    font-size: 24px;
    margin-right: 15px;
    padding-top: 7px; }
  .main-footer-area .footer-widget .single-contact {
    margin-bottom: 25px; }
  .main-footer-area .footer-widget .single-contact p {
    margin-bottom: 0;color:#eee }
  .main-footer-area .footer-widget .single-contact p a{
    color:#eee;font-weight:400;}

.bottom-footer-area {
  background-color: #141414;
  padding: 30px 0;
  text-align: center; }
  .bottom-footer-area p {
    font-size: 12px;
    margin-bottom: 0; }
    .bottom-footer-area p a {
      color: #606060;
      font-size: 12px; }

/* Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 450px; }
  .breadcumb-area .bradcumbContent {
    width: 550px;
    border:2px solid #fff;
    background: #00608D;
    background: -webkit-linear-gradient(to right, #00608D, #054969);
    background: linear-gradient(to right, #00608D, #054969);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        width: 280px; } }
    .breadcumb-area .bradcumbContent h1 {
      padding-top:20px;
      font-size: 36px;
      margin:0px;
      text-transform:uppercase;
      color: #ffffff; }
    .breadcumb-area .bradcumbContent p {
      margin-bottom:15px;
      color: #ffffff; }
    .breadcumb-area .bradcumbContent p a{
      font-size: 15px;
      font-weight:400;
      margin:0 10px;
      padding-bottom:5px;
      color: #ffffff; }
    .breadcumb-area .bradcumbContent p a:hover{text-decoration:none;}
    .breadcumb-area .bradcumbContent p a.active, .breadcumb-area .bradcumbContent p a:hover{
      color: #FFE457 }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h1 {
          font-size: 24px; } }

/* About Us Content Area CSS */
.about-slides {
  position: relative;
  z-index: 1; }
  .about-slides .owl-prev,
  .about-slides .owl-next {
    background: #00608D;
    background: -webkit-linear-gradient(to right, #00608D, #054969);
    background: linear-gradient(to right, #00608D, #054969);
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    top: 40%;
    margin-top: -28px;
    left: -40px;
    position: absolute;
    z-index: 999999;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .about-slides .owl-prev,
      .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px; } }
  .about-slides .owl-next {
    left: auto;
    right: -40px; }

/* product Area CSS */
.popular-products-area{background-color: #F7F7F7}
.single-product-area {
  position: relative;
  background-color: #fff;padding:5px;
  z-index: 1; }
  .single-product-area .product-info {padding:15px 10px 10px;}
  .single-product-area a:hover{
    text-decoration:none;}
  .single-product-area a h3 {
    font-weight: 400;
    font-size: 24px;
    color:#151515;
   font-family: "Montserrat", sans-serif;
    margin-bottom: 3px; }
  .single-product-area .product-info span {
    color: #69bc5f;
    font-size: 14px; }

/* Blog Area CSS */
@media only screen and (max-width: 767px) {
  .academy-blog-sidebar {
    margin-top: 100px; } }

.single-blog-post {
  background-color: #eef3f6;
  padding: 30px; }
  .single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px; }
    .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
      color: #69bc5f; }
  .single-blog-post .post-meta {
    margin-bottom: 30px; }
    .single-blog-post .post-meta p {
      font-size: 12px;
      color: #69bc5f;
      margin-bottom: 0; }
      .single-blog-post .post-meta p a {
        font-size: 12px;
        color: #69bc5f;
        font-weight: 500; }

.academy-pagination-area .pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  background-color: #eef3f6;
  display: block;
  padding: 0;
  border: none;
  margin-right: 10px;
  color: #242424;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 36px; }
  .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus {
    background-color: #286602;
    color: #ffffff; }
.academy-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.academy-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.academy-pagination-area .pagination .page-item.active .page-link {
  background-color: #286602;
  color: #ffffff; }

.blog-post-search-widget form {
  position: relative;
  z-index: 1; }
  .blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic; }
  .blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #69bc5f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff; }

.blog-post-categories {
  overflow:auto;
  border:1px solid #ccc;
  padding: 30px 20px; }
  .blog-post-categories h2 {
    font-size: 22px;
    text-transform:uppercase;
    border-bottom:1px solid #eee;
    padding-bottom: 10px; 
    margin-bottom: 20px; }
    .blog-post-categories ul li a {
      font-size: 16px;
      font-weight: 500;
	  color:#151515;
      margin-bottom: 10px;}
      
      .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
        color: #22702D; }

.latest-blog-posts {
  background-color: #eef3f6;
  padding: 30px; }
  .latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66px);
    max-width: 66px;
    width: 66px;
    margin-right: 15px; }
  .latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px; } }
    .latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus {
      color: #69bc5f; }
  .latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #69bc5f; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 650px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .map-area #googleMap {
        height: 500px; } }

/* Contact Area CSS */
.contact-content {
  background-color: #eef3f6;
  padding: 60px 50px;
  position: relative;
  z-index: 15;
  top: -200px;
  margin-bottom: -100px; }
  @media only screen and (max-width: 767px) {
    .contact-content {
      padding: 50px 30px; } }
  .contact-content .section-heading {
    margin-bottom: 30px !important; }
  .contact-content .contact-social-info a {
    color: #69bc5f;
    display: inline-block;
    margin-right: 30px; }
  .contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #FDD503; }
  .contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-content .contact-form-area {
        margin-top: 100px; } }
    @media only screen and (max-width: 767px) {
      .contact-content .contact-form-area {
        margin-top: 50px; } }
    .contact-form-area .form-control:focus{border:1px solid #286602;
  box-shadow: 0px 1px 7px 0px rgba(50, 102, 4, 0.8);}
    .contact-form-area .form-control {
      height: 45px;
      width: 100%;
      background-color: #fff;
      font-size: 14px;
      border:1px solid #00608D;
      margin-bottom: 15px;
      border-radius: 0;
      padding: 15px 25px; }
    .contact-form-area textarea.form-control {
      height: 90px; }

.elements-title h2 {
  font-weight: 500; }
.elements-title span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #8e8e8e;
  margin-bottom: 15px; }

.single-pie-bar h6 {
  font-weight: 500; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #69bc5f; }
  .single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px; }
  .single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px;}
.single-accordion:last-of-type {
  margin-bottom: 0;
  background-color: transparent; }
.single-accordion h4.full-width {width:100%;}
.single-accordion h4 {
  margin-bottom: 0;
  width:300px;
  text-transform: uppercase; }
  .single-accordion h4 a:hover {text-decoration:none;}
  .single-accordion h4 a {
    background: #00608D;
    background: -webkit-linear-gradient(to right, #00608D, #054969);
    background: linear-gradient(to right, #00608D, #054969);
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h4 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h4 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h4 a.collapsed {
    background: #00608D;
    background: -webkit-linear-gradient(to right, #00608D, #054969);
    background: linear-gradient(to right, #00608D, #054969);
      color: #ffffff; }
      .single-accordion h4 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h4 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  padding:20px 0;  }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

.product-table.tbale-sm tr th,.product-table.tbale-sm tr td{font-size:14px;padding:7px 15px;}
.product-table.tbale-sm tr th{background: #EDEEEF;color: #000;}
.product-table.tbale-sm tr td{background: #F2F3F5;color: #000;}

.product-table tr th{background: #00608D;color: #ffffff;}
.product-table tr td{background: #3382A7;color: #ffffff;}

/* Tabs CSS*/
.academy-tabs-content {
  position: relative;
  z-index: 1; }
  .academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .academy-tabs-content .nav-tabs .nav-link {
      background: #286602;
      background: -webkit-linear-gradient(to right, #286602, #83c331);
      background: linear-gradient(to right, #286602, #83c331);
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .academy-tabs-content .nav-tabs .nav-link.active {
        background: #f5f7fa;
        color: #141414; }
  .academy-tabs-content .tab-content h6 {
    font-size: 18px; }
