@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap&subset=cyrillic');


@font-face {
font-family: 'ComicNeue-Italic';
src: url('../fonts/ComicNeue-Italic/ComicNeue-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/ComicNeue-Italic/ComicNeue-Italic.woff') format('woff'), url('../fonts/ComicNeue-Italic/ComicNeue-Italic.ttf')  format('truetype'), url('../fonts/ComicNeue-Italic/ComicNeue-Italic.svg#ComicNeue-Italic') format('svg');
font-weight: normal;
font-style: normal;
}

.h2-gradient {
    background: -webkit-linear-gradient(#ff0000, #ffff00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    /* linear-gradient(90deg, #f90 0%, red 0) 50%/ 5em; */
    animation: blinds 1s ease-in-out infinite alternate;
    font-family: ComicNeue-Italic;
    font-size:75px;
  }
  
  @keyframes blinds {
    to {
        background: -webkit-radial-gradient(#ff0000, #ffff00);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
  }

body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Rubik", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Rubik', sans-serif;
}
p {
    color: #666666;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 15px;
}

a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: block;
    text-decoration: none;
    color: #141414;
}

a:hover, a:focus {
    outline: 0;
    color: #e49320;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.d-table {
    height: 100%;
    width: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*btn btn-primary*/
.btn {
    font-weight: 600;
    border: none;
    padding: 14px 25px;
    font-size: 14px;
    border-radius: 0;
    line-height: initial;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
}

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.btn-primary {
    background-color: #141414;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.btn-primary::before, .btn-primary::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    z-index: -1;
    height: 100%;
    background: #e49320;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-primary::after {
    left: auto;
    right: 0;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #141414;
    color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #141414;
    color: #ffffff;
    border-color: #141414;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #141414;
    color: #ffffff;
    -webkit-box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 27px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover::before, .btn-primary:hover::after, .btn-primary:focus::before, .btn-primary:focus::after {
    width: 0;
}

/*owl-carousel-btn*/
.owl-theme .owl-nav {
    line-height: .01;
    margin-top: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    background: #ffffff !important;
    color: #141414 !important;
    line-height: 40px !important;
    margin: 0 3px;
    outline: 0;
    font-size: 20px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
    box-shadow: 0 6px 3px 0 #dbdbdb;
}

.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #e49320 !important;
    color: #ffffff !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

/*section-title*/
.section-title {
    text-align: center;
    margin: 0 auto 55px;
    max-width: 700px;
}

.section-title span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #e49320;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 5px;
}

.section-title p {
    margin: 0 auto;
    max-width: 520px;
}

/*form-control*/
.form-group {
    margin-bottom: 18px;
}

label {
    color: #141414;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.form-control {
    height: 45px;
    padding: 10px;
    font-size: 14px;
    color: #141414;
    border: 1px solid #eeeeee;
    border-radius: 0;
    background: #eeeeee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-control:focus {
    outline: 0;
    background: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #e49320;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.preloader .loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.preloader .loader img {
    margin-top: -80px;
}

.preloader .loader h2 {
    margin-bottom: 0;
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
}

/*================================================
Navbar Area CSS
=================================================*/
.semental-mobile-nav {
    display: none;
}

.semental-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #e49320;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.semental-nav {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.semental-nav img {
    max-width: 110px;
}

.semental-nav .navbar {
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.semental-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.semental-nav .navbar .navbar-nav {
    margin-left: auto;
}

.semental-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.semental-nav .navbar .navbar-nav .nav-item a {
  font-size: 12px;
  font-weight: 400;
  color: #565555;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 18px;
  margin-right: 16px;
}

.semental-nav .navbar .navbar-nav .nav-item a:hover, .semental-nav .navbar .navbar-nav .nav-item a:focus, .semental-nav .navbar .navbar-nav .nav-item a.active {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item a i {
    margin-left: -3px;
    font-size: 13px;
}

.semental-nav .navbar .navbar-nav .nav-item:hover a, .semental-nav .navbar .navbar-nav .nav-item:focus a, .semental-nav .navbar .navbar-nav .nav-item.active a {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 300px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 20px;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 12px;
    font-weight: 400;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
    position: relative;
    padding: 0;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #e49320;
}

.semental-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}

.semental-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.semental-nav .others-options {
    margin-left: 15px;
}

.semental-nav .others-options .btn-primary {
    background-color: #e49320;
    color: #ffffff;
}

.semental-nav .others-options .btn-primary::before, .semental-nav .others-options .btn-primary::after {
    background: #141414;
}

.semental-nav .others-options .btn-primary:not(:disabled):not(.disabled).active, .semental-nav .others-options .btn-primary:not(:disabled):not(.disabled):active, .show > .semental-nav .others-options .btn-primary.dropdown-toggle {
    background-color: #e49320;
    color: #ffffff;
    border-color: #141414;
}

.semental-nav .others-options .btn-primary:hover, .semental-nav .others-options .btn-primary:focus {
    background-color: #e49320;
    color: #ffffff;
    -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
    box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    height: 100vh;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .30;
    z-index: -1;
}

.item-bg1 {
    background-image: url(../../assets/img/main-banner1.jpg);
}

.main-banner-content {
    max-width: 700px;
}

.main-banner-content span {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
}

.main-banner-content h1 {
    color: #ffffff;
    margin-bottom: 23px;
    margin-top: 10px;
    font-size: 52px;
    font-weight: 700;
}

.main-banner-content p {
    color: #ffffff;
    margin-bottom: 35px;
    font-size: 16px;
    max-width: 560px;
    line-height: 1.9;
}

.main-banner-content .btn-primary {
    background-color: #ffffff;
    color: #ffffff;
}

.main-banner-content .btn-primary:not(:disabled):not(.disabled).active, .main-banner-content .btn-primary:not(:disabled):not(.disabled):active, .show > .main-banner-content .btn-primary.dropdown-toggle {
    background-color: #ffffff;
    color: #e49320;
    border-color: #ffffff;
}

.main-banner-content .btn-primary:hover, .main-banner-content .btn-primary:focus {
    background-color: #ffffff;
    color: #e49320;
    -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.1);
}

.slider-area {
    overflow: hidden;
}

.slider-area ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .55;
    z-index: 1;
    visibility: visible;
}

.slider-area .tp-caption.NotGeneric-Title {
    font-family: "Open Sans", sans-serif;
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: initial !important;
    padding: 0 !important;
}

.slider-area .tp-caption.NotGeneric-SubTitle {
    font-family: "Open Sans", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 1.9 !important;
    padding: 0 !important;
    text-align: center !important;
}

.slider-area .btn {
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 15px 30px !important;
    line-height: initial !important;
}

/*================================================
About Area CSS
=================================================*/
.about-area {
    position: relative;
    z-index: 1;
}

.about-image {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    padding-top: 30px;
}

.about-image::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 90%;
    z-index: -1;
    background-image: url(../../assets/img/shape.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-image img {
    border: 4px solid #eaeaea;
}

.about-content span {
    display: block;
    position: relative;
    color: #e49320;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.about-content span::before {
    width: 35px;
    height: 2px;
    background: #e49320;
    content: '';
    position: absolute;
    left: -43px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 5px;
}

.about-content ul {
    padding-left: 0;
    margin-bottom: 30px;
    list-style-type: none;
}

.about-content ul li {
    margin-bottom: 12px;
    font-weight: 600;
}

.about-content ul li i {
    color: #e49320;
    margin-right: 2px;
}

.about-content ul li:last-child {
    margin-bottom: 0;
}

.horse-box1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.horse-box1 img {
    opacity: .07;
}

.about-inner-area {
    margin-top: 80px;
}

.single-about-inner {
    text-align: center;
}

.single-about-inner .image {
    position: relative;
}

.single-about-inner .image img {
    border-radius: 50%;
    border: 4px solid #eaeaea;
    width: 280px;
    height: 280px;
}

.single-about-inner .image .icon {
    width: 85px;
    height: 85px;
    border: 3px solid #ffffff;
    line-height: 79px;
    display: inline-block;
    background-color: #e49320;
    color: #ffffff;
    border-radius: 50%;
    font-size: 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.single-about-inner .content {
    margin-top: 60px;
}

.single-about-inner .content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-about-inner .content p {
    margin-bottom: 20px;
}

.single-about-inner .content .btn-primary {
    border-radius: 30px;
    background-color: transparent;
    color: #e49320;
    border: 2px solid #e49320;
}

.single-about-inner .content .btn-primary::before, .single-about-inner .content .btn-primary::after {
    display: none;
}

.single-about-inner:hover .content .btn-primary, .single-about-inner:focus .content .btn-primary {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    background-color: #141414;
    color: #ffffff;
    border-color: #141414;
}

/*================================================
Courses Area CSS
=================================================*/
.courses-area {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.courses-area .pagination-area {
    margin-bottom: 30px;
}

.courses-area.bg-image {
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
}

.courses-area::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 41.8%;
    z-index: -1;
    background: #e49320;
}

.courses-area.bg-color-none::before {
    display: none;
}

.courses-area.bg-color-none .single-courses {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.courses-area.bg-color-none .courses-slides {
    margin-bottom: 0;
}

.single-courses {
    margin-bottom: 30px;
}

.single-courses .courses-image {
    overflow: hidden;
}

.single-courses .courses-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.single-courses .courses-content {
    background-color: #ffffff;
    padding: 30px;
}

.single-courses .courses-content h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 14px;
}

.single-courses .courses-content p {
    margin-bottom: 22px;
}

.single-courses .courses-content .read-more {
    display: inline-block;
    color: #141414;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
}

.single-courses .courses-content .read-more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e49320;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-courses .courses-content .read-more:hover, .single-courses .courses-content .read-more:focus {
    color: #ffffff;
}

.single-courses .courses-content .read-more:hover::before, .single-courses .courses-content .read-more:focus::before {
    width: 100%;
    border-radius: 0;
}

.single-courses:hover .courses-image img, .single-courses:focus .courses-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.courses-slides {
    margin-bottom: 40px;
}

.courses-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.courses-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -55px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.courses-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -55px;
}

.horse-box2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    z-index: -1;
}

.horse-box2 img {
    opacity: .30;
}

/*================================================
Courses Details Area CSS
=================================================*/
.courses-details .article-header {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 30px;
}

.courses-details .article-header .entry-meta {
    padding: 0;
    margin: 0 0 18px;
    list-style-type: none;
}

.courses-details .article-header .entry-meta li {
    display: inline-block;
    color: #666666;
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
}

.courses-details .article-header .entry-meta li i {
    color: #e49320;
    margin-right: 3px;
}

.courses-details .article-header .entry-meta li:last-child {
    margin-right: 0;
}

.courses-details .article-header .entry-meta li a {
    display: inline-block;
    color: #666666;
}

.courses-details .article-header .entry-meta li a:hover {
    color: #e49320;
}

.courses-details .article-header h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.courses-details .article-content {
    padding: 30px 30px 35px;
    border: 1px solid #eeeeee;
    border-top: none;
}

.courses-details .article-content .entry-meta {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
}

.courses-details .article-content .entry-meta li {
    display: inline-block;
    color: #666666;
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
}

.courses-details .article-content .entry-meta li i {
    color: #e49320;
    margin-right: 3px;
}

.courses-details .article-content .entry-meta li:last-child {
    margin-right: 0;
}

.courses-details .article-content .entry-meta li a {
    display: inline-block;
    color: #666666;
}

.courses-details .article-content .entry-meta li a:hover {
    color: #e49320;
}

.courses-details .article-content h3 {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 600;
}

.courses-details .article-content .what-you-will-learn {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.courses-details .article-content .what-you-will-learn li {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 14px;
}

.courses-details .article-content .what-you-will-learn li i {
    color: #e49320;
    font-size: 15px;
    margin-right: 2px;
}

.courses-details .article-content .what-you-will-learn li:last-child {
    margin-bottom: 0;
}

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area.bg-color {
    background-color: #e49320;
    padding-bottom: 50px;
}

.single-funfacts {
    margin-bottom: 30px;
    text-align: center;
}

.single-funfacts h2 {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
}

.single-funfacts h2 .odometer-formatting-mark {
    display: none;
}

.single-funfacts p {
    line-height: initial;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

/*================================================
Stallions Area CSS
=================================================*/
.stallions-area {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.single-stallions {
    position: relative;
    margin-bottom: 30px;
}

.single-stallions .stallions-content {
    background-color: #ffffff;
    padding: 30px;
    max-width: 350px;
    margin-left: auto;
    -webkit-box-shadow: 0 6px 3px 0 #dbdbdb;
    box-shadow: 0 6px 3px 0 #dbdbdb;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    margin-right: 4px;
}

.single-stallions .stallions-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.single-stallions .stallions-content p {
    margin-bottom: 15px;
}

.single-stallions .stallions-content .view-details {
    color: #e49320;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.single-stallions .stallions-content .view-details i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-stallions .stallions-content .view-details:hover, .single-stallions .stallions-content .view-details:focus {
    padding-right: 2px;
}

.single-stallions .stallions-content .view-details:hover i, .single-stallions .stallions-content .view-details:focus i {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.stallions-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.stallions-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -55px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.stallions-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -55px;
}

.horse-box3 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.horse-box3 img {
    opacity: .14;
}

.horse-box4 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.horse-box4 img {
    opacity: .14;
}

/*================================================
Stallions Details Area CSS
=================================================*/
.tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.tab .tabs li {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #e49320;
}

.tab .tabs li a {
    color: #666666;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}

.tab .tabs li a:hover, .tab .tabs li a:focus {
    background-color: #e49320;
    color: #ffffff;
}

.tab .tabs li.current a {
    background-color: #e49320;
    color: #ffffff;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.tab .tabs_item .horse-image img {
    width: 100%;
}

.tab .tabs_item .horse-details h3 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
}

.tab .tabs_item .horse-details .horse-info {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
    overflow: hidden;
}

.tab .tabs_item .horse-details .horse-info li {
    float: left;
    width: 45%;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.tab .tabs_item .horse-details .horse-pedigree {
    padding-left: 0;
    margin-bottom: 15px;
    list-style-type: none;
    overflow: hidden;
}

.tab .tabs_item .horse-details .horse-pedigree li {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.tab .tabs_item .horse-details span {
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.tab .tabs_item .horse-details .horse-features {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.tab .tabs_item .horse-details .horse-features li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
    color: #666666;
}

.tab .tabs_item .horse-details .horse-features li::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    left: 0;
    background: #e49320;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.tab .tabs_item .horse-details .horse-features li:last-child {
    margin-bottom: 0;
}

.tab .tabs_item .horse-details .btn {
    margin-top: 25px;
}

.tab .tabs_item .horse-details .race-record {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
}

.tab .tabs_item .horse-details .race-record li {
    margin-bottom: 10px;
    color: #666666;
}

.tab .tabs_item .horse-details .race-record li:last-child {
    margin-bottom: 0;
}

.tab .tabs_item .horse-video a h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 20px;
}

/*================================================
Video Area CSS
=================================================*/
.video-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/video-bg.jpg);
}

.video-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .75;
    z-index: -1;
}

.video-area.bg-image {
    background-image: url(../../assets/img/bredcumb.jpg);
}

.video-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.video-content .video-btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #e49320;
    color: #ffffff;
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.video-content .video-btn::after {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

.video-content .video-btn:hover, .video-content .video-btn:focus {
    color: #e49320;
    background-color: #ffffff;
}

.video-content h3 {
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 30px;
    font-size: 42px;
    font-weight: 700;
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

/*================================================
Process Area CSS
=================================================*/
.process-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/process-bg.jpg);
}

.process-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .80;
    z-index: -1;
}

.process-area .section-title h2 {
    color: #ffffff;
}

.process-area .section-title p {
    color: #ffffff;
    opacity: .95;
}

.col-lg-4:last-child .single-process::before {
    display: none;
}

.single-process {
    position: relative;
    padding-top: 27px;
    padding-left: 96px;
    padding-bottom: 90px;
}

.single-process::before {
    background-image: url(../../assets/img/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.single-process h3 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
}

.single-process .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #141414;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.single-process span {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    background-color: #e49320;
    color: #ffffff;
    border: 2px solid #ffffff;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.single-process:hover .icon, .single-process:focus .icon {
    background-color: #e49320;
    color: #ffffff;
}

/*================================================
Instructor Area CSS
=================================================*/
.instructor-area {
    padding-bottom: 40px;
}

.single-instructor {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.single-instructor .instructor-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    padding-top: 20px;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: 15px;
    margin-right: 15px;
}

.single-instructor .instructor-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
    font-weight: 600;
}

.single-instructor .instructor-content span {
    display: block;
    text-transform: uppercase;
    color: #e49320;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
}

.single-instructor .social {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.9)), color-stop(80%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.3) 80%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-instructor .social ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-instructor .social ul li {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
}

.single-instructor .social ul li a {
    width: 38px;
    height: 38px;
    line-height: 36px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
}

.single-instructor .social ul li a:hover, .single-instructor .social ul li a:focus {
    border-color: #e49320;
    background: #e49320;
}

.single-instructor:hover .social, .single-instructor:focus .social {
    opacity: 1;
    visibility: visible;
}

.single-instructor:hover .social ul, .single-instructor:focus .social ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.single-instructor:hover .instructor-content, .single-instructor:focus .instructor-content {
    bottom: 31%;
    background: transparent;
}

.single-instructor:hover .instructor-content h3, .single-instructor:focus .instructor-content h3 {
    color: #ffffff;
}

.instructor-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.instructor-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -55px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.instructor-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -55px;
}

/*================================================
Upcoming Events Area CSS
=================================================*/
.upcoming-events-area {
    padding-bottom: 50px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/bg2.jpg);
    position: relative;
    z-index: 1;
}

.single-events {
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
}

.single-events .events-image {
    overflow: hidden;
}

.single-events .events-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}

.single-events .events-content {
    background-color: #ffffff;
    padding: 30px 20px;
}

.single-events .events-content span {
    color: #e49320;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.single-events .events-content h3 {
    margin-top: 12px;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
}

.single-events .events-content h3 a {
    color: #141414;
}

.single-events .events-content p {
    margin-bottom: 25px;
    margin-top: 15px;
}

.single-events .events-content .read-more {
    display: inline-block;
    color: #141414;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
}

.single-events .events-content .read-more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e49320;
    z-index: -1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-events .events-content .read-more:hover, .single-events .events-content .read-more:focus {
    color: #ffffff;
}

.single-events .events-content .read-more:hover::before, .single-events .events-content .read-more:focus::before {
    width: 100%;
    border-radius: 0;
}

.single-events:hover .events-image img, .single-events:focus .events-image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*================================================
Gallery Area CSS
=================================================*/
.photo-gallery-item {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.photo-gallery-item img {
    -webkit-transition: .9s;
    transition: .9s;
}

.photo-gallery-item .popup-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

.photo-gallery-item i {
    position: absolute;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    font-size: 25px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    margin-top: -20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.photo-gallery-item:hover img, .photo-gallery-item:focus img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.photo-gallery-item:hover i, .photo-gallery-item:focus i {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

/*================================================
Pricing Area CSS
=================================================*/
.pricing-area {
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
}

.single-pricing {
    text-align: center;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding-bottom: 30px;
}

.single-pricing .pricing-header {
    position: relative;
    z-index: 1;
    padding: 30px 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-pricing .pricing-header.bg1 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.single-pricing .pricing-header.bg2 {
    background-image: url(../../assets/img/main-banner3.jpg);
}

.single-pricing .pricing-header.bg3 {
    background-image: url(../../assets/img/main-banner4.jpg);
}

.single-pricing .pricing-header.bg4 {
    background-image: url(../../assets/img/about-img.jpg);
}

.single-pricing .pricing-header h3 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 22px;
}

.single-pricing .pricing-header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    opacity: .65;
}

.single-pricing .price {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
}

.single-pricing .price sup {
    font-weight: normal;
}

.single-pricing .features-list {
    margin-bottom: 30px;
}

.single-pricing .features-list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.single-pricing .features-list ul li {
    color: #888888;
    border-top: 1px dashed #eeeeee;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: line-through;
}

.single-pricing .features-list ul li.active {
    color: #666666;
    text-decoration: none;
}

.single-pricing .features-list ul li:last-child {
    border-bottom: 1px dashed #eeeeee;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area {
    padding-bottom: 50px;
}

.blog-area .pagination-area {
    margin-bottom: 30px;
}

.single-blog-post {
    margin-bottom: 30px;
}

.single-blog-post .post-image {
    overflow: hidden;
    position: relative;
}

.single-blog-post .post-image a img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    max-width: 100%;
    height: 250px;
    width: 100%;
}

.single-blog-post .post-image .author {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-blog-post .post-image .author a {
    background-color: #e49320;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 13px;
    font-size: 13px;
    font-weight: 600;
}

.single-blog-post .post-content {
    margin-top: 25px;
}

.single-blog-post .post-content span {
    display: block;
    color: #e49320;
    font-size: 14px;
    font-weight: 600;
}

.single-blog-post .post-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    margin-top: 10px;
}

.single-blog-post .post-content p {
    margin-bottom: 15px;
}

.single-blog-post .post-content .read-more {
    color: #e49320;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.single-blog-post .post-content .read-more i {
    position: absolute;
    left: 50%;
    top: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-blog-post .post-content .read-more:hover, .single-blog-post .post-content .read-more:focus {
    padding-right: 2px;
}

.single-blog-post .post-content .read-more:hover i, .single-blog-post .post-content .read-more:focus i {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.single-blog-post:hover .post-image a img, .single-blog-post:focus .post-image a img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
    position: relative;
    z-index: 1;
    background-image: url(../../assets/img/main-banner7.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.partner-area::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .75;
    z-index: -1;
}

.partner-item {
    position: relative;
    text-align: center;
}

.partner-item a {
    overflow: hidden;
}

.partner-item a img {
    display: inline-block !important;
    width: unset !important;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: .9;
}

.partner-item a img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.partner-item:hover a img:last-child, .partner-item:focus a img:last-child {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

.partner-item:hover a img:first-child, .partner-item:focus a img:first-child {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*================================================
Products Area CSS
=================================================*/
.products-area {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/bg2.jpg);
}

.products-area .pagination-area {
    margin-bottom: 30px;
}

.single-products {
    text-align: center;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    border: 5px solid #ffffff;
}

.single-products .products-content {
    padding: 30px 15px;
}

.single-products .products-content h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.single-products .products-content span {
    display: block;
    margin-bottom: 20px;
    color: #e49320;
    font-size: 16px;
    font-weight: 600;
}

.single-products .products-content .add-to-cart-btn {
    display: inline-block;
    color: #141414;
    border: 1px solid #141414;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.single-products .sale-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #ff2d2d;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    z-index: 2;
}

.single-products .products-image {
    overflow: hidden;
    position: relative;
    min-height: 180px;
}

.single-products .products-image img {
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    width: 100%;
}

.single-products .products-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: gray;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.single-products .products-image ul {
    padding: 0;
    z-index: 2;
    list-style-type: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-products .products-image ul li {
    display: inline-block;
}

.single-products .products-image ul li a {
    display: block;
    background: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
    background-color: #e49320;
    color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
    margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
    margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
    background-color: #141414;
    color: #ffffff;
}

.single-products:hover .products-image img, .single-products:focus .products-image img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-products:hover .products-image::before, .single-products:focus .products-image::before {
    opacity: .40;
    visibility: visible;
}

.single-products:hover .products-image ul, .single-products:focus .products-image ul {
    opacity: 1;
    visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
    margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
    margin-right: 0;
}

.productsQuickView .modal-dialog {
    max-width: 900px;
}

.productsQuickView .modal-content {
    border: none;
    border-radius: 0;
}

.productsQuickView .modal-content button.close {
    position: absolute;
    right: 2%;
    display: inline-block;
    opacity: 1;
    top: 2%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.productsQuickView .modal-content button.close span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.productsQuickView .modal-content button.close:hover, .productsQuickView .modal-content button.close:focus {
    background-color: #e49320;
    color: #ffffff;
}

.productsQuickView .modal-content button.close:hover span, .productsQuickView .modal-content button.close:focus span {
    color: #ffffff;
}

.productsQuickView .modal-content .products-image {
    overflow: hidden;
}

.productsQuickView .modal-content .products-image img {
    width: 100%;
}

.productsQuickView .modal-content .products-content p {
    margin-bottom: 20px;
}

.productsQuickView .modal-content .products-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .price {
    margin-bottom: 15px;
    color: #141414;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .price span {
    text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}

.productsQuickView .modal-content .products-content form .quantity {
    display: inline-block;
}

.productsQuickView .modal-content .products-content form .quantity input {
    border: 1px solid #eeeeee;
    background: #ffffff;
    height: 45px;
    padding: 15px;
    width: 75px;
    outline: 0;
    font-size: 20px;
}

.productsQuickView .modal-content .products-content form button {
    background: #e49320;
    color: #ffffff;
    border: none;
    height: 46px;
    padding: 0 20px;
    position: relative;
    top: -3px;
    cursor: pointer;
    outline: 0;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.productsQuickView .modal-content .products-content form button:hover, .productsQuickView .modal-content .products-content form button:focus {
    background-color: #141414;
    color: #ffffff;
}

.productsQuickView .modal-content .products-content .product-meta {
    margin-top: 15px;
}

.productsQuickView .modal-content .products-content .product-meta span {
    display: inline-block;
    color: #141414;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
}

.productsQuickView .modal-content .products-content .product-meta span a {
    display: inline-block;
    color: #666666;
    font-weight: normal;
}

.productsQuickView .modal-content .products-content .product-meta span a:hover, .productsQuickView .modal-content .products-content .product-meta span a:focus {
    color: #e49320;
}

.products-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.products-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: -55px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.products-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -55px;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details h3 {
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 600;
}

.products-details .price {
    margin-bottom: 15px;
    font-weight: 600;
}

.products-details .price span {
    text-decoration: line-through;
    color: #666666;
    font-weight: normal;
}

.products-details .availability {
    margin-bottom: 20px;
    font-weight: 600;
}

.products-details .availability span {
    color: #e49320;
    font-weight: normal;
}

.products-details form .quantity {
    display: inline-block;
    padding-right: 10px;
}

.products-details form .quantity span {
    padding-right: 10px;
    font-weight: 600;
}

.products-details form .quantity input {
    border: 1px solid #eeeeee;
    background: #ffffff;
    height: 45px;
    padding: 15px;
    width: 75px;
    outline: 0;
    font-size: 16px;
}

.products-details form button {
    background: #e49320;
    color: #ffffff;
    border: none;
    height: 44px;
    text-transform: uppercase;
    padding: 0 20px;
    position: relative;
    top: -1px;
    cursor: pointer;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
}

.products-details form button:hover, .products-details form button:focus {
    background-color: #141414;
    color: #ffffff;
}

.products-details form .add-to-wishlist-btn {
    margin-left: 5px;
    background: transparent;
    color: #141414;
    border: 1px solid #eeeeee;
    cursor: pointer;
    outline: 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 45px;
    height: 44px;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
}

.products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
    background-color: #e49320;
    color: #ffffff;
    border-color: #e49320;
}

.products-details .custom-payment-options {
    margin-top: 20px;
}

.products-details .custom-payment-options span {
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
}

.products-details .products-share-social {
    margin-top: 25px;
}

.products-details .products-share-social span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.products-details .products-share-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

.products-details .products-share-social ul li {
    display: inline-block;
}

.products-details .products-share-social ul li a {
    width: 35px;
    text-align: center;
    line-height: 33px;
    height: 35px;
    border: 1px solid #e49320;
    border-radius: 50%;
    color: #e49320;
}

.products-details .products-share-social ul li a.facebook {
    border-color: #4267b2;
    color: #4267b2;
}

.products-details .products-share-social ul li a.facebook:hover {
    background: #4267b2;
    color: #ffffff;
}

.products-details .products-share-social ul li a.twitter {
    border-color: #38A1F3;
    color: #38A1F3;
}

.products-details .products-share-social ul li a.twitter:hover {
    background: #38A1F3;
    color: #ffffff;
}

.products-details .products-share-social ul li a.linkedin {
    border-color: #0077B5;
    color: #0077B5;
}

.products-details .products-share-social ul li a.linkedin:hover {
    background: #0077B5;
    color: #ffffff;
}

.products-details .products-share-social ul li a.instagram {
    border-color: #231F20;
    color: #231F20;
}

.products-details .products-share-social ul li a.instagram:hover {
    background: #231F20;
    color: #ffffff;
}

.products-details .products-share-social ul li a:hover {
    background: #e49320;
    color: #ffffff;
}

.products-details-tabs {
    margin-top: 40px;
    text-align: center;
}

.products-details-tabs #tabs {
    padding: 0;
    margin: 0 0 30px;
    list-style-type: none;
}

.products-details-tabs #tabs li {
    display: inline-block;
    padding: 12px 50px 8px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #eaeaea;
    margin-left: -2px;
    margin-right: -2px;
    font-weight: 600;
    font-size: 14px;
}

.products-details-tabs #tabs li.active {
    background-color: #ffffff;
    position: relative;
}

.products-details-tabs #tabs li.active::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #e49320;
}

.products-details-tabs #tabs li.inactive {
    background-color: #eeeeee;
    padding: 12px 50px;
}

.products-details-tabs .content {
    display: none;
}

.products-details-tabs .content.show {
    display: block;
}

.products-details-tabs .content h3 {
    margin-bottom: 12px;
    font-size: 18px;
}

.products-details-tabs .content .additional-information {
    padding: 0;
    margin: 25px 0 0;
    list-style-type: none;
    text-align: left;
}

.products-details-tabs .content .additional-information li {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 10px 15px;
    color: #666666;
}

.products-details-tabs .content .additional-information li:last-child {
    border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .content .additional-information li span {
    display: inline-block;
    width: 45%;
}

.products-details-tabs .content .products-reviews {
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
}

.products-details-tabs .content .products-reviews p {
    margin-bottom: 0;
}

.products-details-tabs .content .products-reviews h3 {
    font-weight: 600;
}

.products-details-tabs .content .products-reviews .review-form {
    margin-top: 20px;
}

.products-details-tabs .content .products-reviews .review-form p {
    margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form .form-control {
    background: transparent;
}

.products-details-tabs .content .products-reviews .star-source {
    width: 0;
    height: 0;
    margin-top: 5px;
    visibility: hidden;
}

.products-details-tabs .content .products-reviews .star-source svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 105px;
    margin-bottom: 10px;
}

.products-details-tabs .content .products-reviews .star-rating label {
    cursor: pointer;
}

.products-details-tabs .content .products-reviews .star-rating label .star {
    color: transparent;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.products-details-tabs .content .products-reviews .star-rating label:hover ~ label .star, .products-details-tabs .content .products-reviews .star-rating svg.star:hover, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:focus ~ label .star, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked ~ label .star {
    color: #f2b01e;
}

.products-details-tabs .content .products-reviews .star-rating svg {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"] {
    display: inline-block;
    width: 0;
    opacity: 0;
    margin-left: -2px;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label {
    -webkit-animation: scaleup 1s;
    animation: scaleup 1s;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label .star {
    -webkit-animation: starred 0.5s;
    animation: starred 0.5s;
}

@-webkit-keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleup {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

@keyframes starred {
    from {
        color: #f2b01e;
    }
    to {
        color: #f2b01e;
    }
}

.products-image-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 20px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 20px;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-], .products-image-slides.owl-theme:focus .owl-nav [class*=owl-] {
    left: 2px;
    opacity: 1;
    visibility: visible;
}

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 2px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding: 15px 0;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 16px;
}
.cart-table table thead tr th:nth-child(1){
    width: 10%;
}
.cart-table table thead tr th:nth-child(2) {
    width: 20%;
}
.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
    display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
    width: 80px;
}

.cart-table table tbody tr td.product-name a {
    color: #666666;
    font-weight: 600;
    display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
    color: #e49320;
}

.cart-table table tbody tr td.product-price span {
    font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: red;
    float: right;
    position: relative;
    top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
    background: transparent;
    width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 600;
}

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 600px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin: 45px auto 0;
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 600;
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-totals ul li {
    border: 1px solid #eaedff;
    padding: 10px 15px;
    color: #141414;
    font-weight: 600;
    overflow: hidden;
}

.cart-totals ul li:first-child {
    border-bottom: none;
}

.cart-totals ul li:last-child {
    border-top: none;
}

.cart-totals ul li span {
    float: right;
    color: #666666;
    font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 18px 25px 15px;
    margin-bottom: 35px;
    border-top: 3px solid #e49320;
}

.user-actions span {
    display: inline-block;
    font-weight: 600;
    color: #e49320;
}

.user-actions span i {
    color: #e49320;
    margin-right: 2px;
}

.user-actions span a {
    font-weight: 500;
    display: inline-block;
    color: #141414;
}

.user-actions span a:hover, .user-actions span a:focus {
    color: #e49320;
}

.checkout-area .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.billing-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
}

.billing-details .form-group label {
    display: block;
    color: #666666;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
}

.billing-details .form-group label .required {
    color: red;
}

.billing-details .form-group .form-control {
    background: transparent;
}

.billing-details .form-group select {
    cursor: pointer;
}

.billing-details .form-check {
    margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
    color: #666666;
}

.billing-details .form-check label {
    font-size: 14px;
    font-weight: 400;
}

.order-details {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
}

.order-details .order-table table {
    margin-bottom: 0;
    text-align: left;
}

.order-details .order-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    border-color: #eaedff;
    padding: 15px .75rem;
    font-weight: 600;
    font-size: 15.5px;
}

.order-details .order-table table tbody tr td {
    vertical-align: middle;
    color: #666666;
    border-color: #eaedff;
    font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
    color: #666666;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
    color: #e49320;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
    color: #141414;
    font-weight: 600;
}

.order-details .payment-method {
    margin-top: 40px;
    border-top: 1px solid #eaedff;
    padding-top: 35px;
}

.order-details .payment-method p {
    font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
    padding-left: 27px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    color: #141414;
    position: relative;
    margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e49320;
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .btn.order-btn {
    display: block;
    margin-top: 25px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
    padding-bottom: 50px;
    background-image: url(../../assets/img/bg.jpg);
    background-position: center center;
    background-attachment: fixed;
}

.feedback-area.extra-pb {
    padding-bottom: 135px;
}

.single-feedback {
    text-align: center;
    margin-bottom: 30px;
}

.single-feedback img {
    display: inline-block !important;
    border-radius: 50%;
    border: 4px solid #e49320;
    width: 90px !important;
    height: 90px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-feedback p {
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-feedback .client-info h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.single-feedback .client-info span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #666666;
}

.feedback-slides.owl-theme .owl-item.active.center .single-feedback img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.feedback-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
}

.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-], .feedback-slides.owl-theme:focus .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: -40px;
}

.feedback-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .feedback-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -40px;
}

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
    position: relative;
    z-index: 1;
    background-color: #e49320;
    margin-top: -165px;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.subscribe-content {
    padding-left: 120px;
}

.subscribe-content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: -6px;
}

.subscribe-content form {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 15px;
}

.subscribe-content form .form-group {
    float: left;
    margin-bottom: 0;
    width: 29%;
    padding-right: 15px;
}

.subscribe-content form .form-group .input-newsletter {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    outline: 0;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 12px;
}

.subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #ffffff;
}

.subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #ffffff;
}

.subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #ffffff;
}

.subscribe-content form .form-group .input-newsletter::placeholder {
    color: #ffffff;
}

.subscribe-content form .validation-danger, .subscribe-content form .validation-success {
    color: #ffffff;
}

.subscribe-content form .btn {
    float: left;
    width: 13%;
}

.subscribe-content form .btn-primary {
    background-color: #ffffff;
    color: #ffffff;
}

.subscribe-content form .btn-primary::before, .subscribe-content form .btn-primary::after {
    background: #141414;
}

.subscribe-content form .btn-primary:not(:disabled):not(.disabled).active:focus, .subscribe-content form .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .subscribe-content form .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.subscribe-content form .btn-primary:not(:disabled):not(.disabled).active, .subscribe-content form .btn-primary:not(:disabled):not(.disabled):active, .show > .subscribe-content form .btn-primary.dropdown-toggle {
    background-color: #ffffff;
    color: #e49320;
    border-color: #141414;
}

.subscribe-content form .btn-primary:hover, .subscribe-content form .btn-primary:focus {
    background-color: #ffffff;
    color: #e49320;
    -webkit-box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
    box-shadow: 0 13px 27px 0 rgba(255, 255, 255, 0.15);
}

.horse-box5 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 225px;
}

.horse-box6 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 174px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-title-area::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000000;
    opacity: .65;
    z-index: -1;
}

.page-title-area.bg1 {
    background-image: url(../../assets/img/main-banner4.jpg);
}

.page-title-area.bg2 {
    background-image: url(../../assets/img/main-banner2.jpg);
}

.page-title-area.bg3 {
    background-image: url(../../assets/img/main-banner3.jpg);
}

.page-title-area.bg4 {
    background-image: url(../../assets/img/bredcumb.jpg);
}

.page-title-area.bg5 {
    background-image: url(../../assets/img/main-banner6.jpg);
}

.page-title-area.bg6 {
    background-image: url(../../assets/img/main-banner7.jpg);
}

.page-title-content {
    text-align: center;
}

.page-title-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.page-title-content ul li {
    display: inline-block;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 12px;
}

.page-title-content ul li:last-child {
    margin-right: 0;
}

.page-title-content ul li:first-child {
    margin-left: 0;
}

.page-title-content ul li:first-child::before {
    display: none;
}

.page-title-content ul li a {
    color: #ffffff;
}

.page-title-content ul li a:hover, .page-title-content ul li a:focus {
    color: #e49320;
}

.page-title-content ul li::before {
    font-family: "IcoFont";
    content: "\eaa0";
    position: absolute;
    left: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    margin-top: 30px;
    text-align: center;
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 40px;
    color: #141414;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 17px;
    font-weight: 600;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #e49320;
    color: #ffffff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

/*================================================
Sidebar Area CSS
=================================================*/
.widget-area {
    padding-left: 15px;
}

.widget-area .widget {
    margin-top: 35px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    background-color: #f8f8f8;
    height: 50px;
    padding: 6px 18px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #e49320;
}

.widget-area .widget_search form .search-submit {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    background: #e49320;
    outline: 0;
    border: none;
    color: #ffffff;
    height: 50px;
    padding: 0 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 15px;
}

.widget-area .widget_search form .search-submit:hover {
    background: #141414;
    color: #ffffff;
}

.widget-area .widget_semental_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_semental_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 20px;
}

.widget-area .widget_semental_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_semental_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../../assets/img/blog1.jpg);
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../../assets/img/blog3.jpg);
}

.widget-area .widget_semental_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../../assets/img/blog4.jpg);
}

.widget-area .widget_semental_posts_thumb .item .info {
    overflow: hidden;
}

.widget-area .widget_semental_posts_thumb .item .info time {
    display: block;
    color: #666666;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
}

.widget-area .widget_semental_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 18px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
    background: #e49320;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #666666;
    margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 18px;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_recent_comments ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
    background: #e49320;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.widget-area .widget_recent_comments ul li span {
    display: inline-block;
}

.widget-area .widget_recent_comments ul li a {
    display: inline-block;
}

.widget-area .widget_archive ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
    background: #e49320;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #e49320;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.widget-area .widget_categories ul li a {
    display: inline-block;
}

.widget-area .widget_categories ul li .post-count {
    float: right;
}

.widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #666666;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
    background: #e49320;
    position: absolute;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget-area .tagcloud a {
    display: inline-block;
    font-weight: 600;
    font-size: 14px !important;
    padding: 7px 10px;
    border: 1px solid #eeeeee;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    background-color: #e49320;
    color: #ffffff;
    border-color: #e49320;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details .article-header {
    border: 1px solid #eeeeee;
    border-bottom: none;
    padding: 30px;
}

.blog-details .article-header .entry-meta {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
}

.blog-details .article-header .entry-meta li {
    display: inline-block;
    color: #666666;
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
}

.blog-details .article-header .entry-meta li i {
    color: #e49320;
    margin-right: 3px;
}

.blog-details .article-header .entry-meta li:last-child {
    margin-right: 0;
}

.blog-details .article-header .entry-meta li a {
    display: inline-block;
    color: #666666;
}

.blog-details .article-header .entry-meta li a:hover {
    color: #e49320;
}

.blog-details .article-header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.blog-details .article-content {
    padding: 30px 30px 35px;
    border: 1px solid #eeeeee;
    border-top: none;
}

.blog-details .article-content .entry-meta {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none;
}

.blog-details .article-content .entry-meta li {
    display: inline-block;
    color: #666666;
    margin-right: 15px;
    font-weight: 600;
    font-size: 14px;
}

.blog-details .article-content .entry-meta li i {
    color: #e49320;
    margin-right: 3px;
}

.blog-details .article-content .entry-meta li:last-child {
    margin-right: 0;
}

.blog-details .article-content .entry-meta li a {
    display: inline-block;
    color: #666666;
}

.blog-details .article-content .entry-meta li a:hover {
    color: #e49320;
}

.blog-details .article-content .category {
    padding: 0;
    margin: 30px 0 0;
    list-style-type: none;
}

.blog-details .article-content .category li {
    display: inline-block;
    margin-right: 4px;
}

.blog-details .article-content .category li span {
    font-weight: 600;
}

.blog-details .article-content .category li a {
    border: 1px solid #e49320;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 13px;
    color: #e49320;
    position: relative;
    z-index: 1;
}

.blog-details .article-content .category li a::before {
    position: absolute;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e49320;
    z-index: -1;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-details .article-content .category li a:hover, .blog-details .article-content .category li a:focus {
    color: #ffffff;
}

.blog-details .article-content .category li a:hover::before, .blog-details .article-content .category li a:focus::before {
    opacity: 1;
    visibility: visible;
}

.blog-details .article-content h3 {
    margin-bottom: 17px;
    font-size: 24px;
    font-weight: 600;
}

blockquote {
    background-color: #fafafa;
    padding: 30px 30px 30px 70px !important;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    margin: 20px 0;
}

blockquote::before {
    font-family: "IcoFont";
    content: "\efcd";
    position: absolute;
    left: 30px;
    top: 35px;
    color: #e49320;
    font-size: 25px;
    font-style: normal;
}

blockquote p {
    font-weight: 600;
}

blockquote cite {
    position: relative;
    padding-left: 17px;
    font-weight: 700;
}

blockquote cite::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e49320;
    left: 0;
    width: 10px;
    height: 2px;
}

.post-controls-buttons {
    overflow: hidden;
    padding: 30px;
    border: 1px solid #eeeeee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-controls-buttons div:first-child {
    float: left;
}

.post-controls-buttons div:last-child {
    float: right;
}

.post-controls-buttons div a {
    display: inline-block;
    border: 1px solid #eeeeee;
    padding: 11px 20px;
    color: #141414;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
    border-color: #e49320;
    color: #ffffff;
    background-color: #e49320;
}

.comments-area .comments-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comments-area ol, .comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.comments-area .children {
    margin-left: 25px;
}

.comments-area .comment-body {
    border-bottom: 1px solid #eeeeee;
    margin-left: 65px;
    color: #141414;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.comments-area .comment-body .reply {
    margin-top: 15px;
}

.comments-area .comment-body .reply a {
    border: 1px solid #e49320;
    color: #e49320;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: #e49320;
}

.comments-area .comment-meta {
    margin-bottom: .8em;
}

.comments-area .comment-author {
    font-size: 16px;
    margin-bottom: 0.4em;
    position: relative;
    z-index: 2;
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
}

.comments-area .comment-author .fn {
    font-weight: 600;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    color: #666666;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.comments-area .comment-metadata a {
    color: #666666;
}

.comments-area .comment-metadata a:hover {
    color: #e49320;
}

.comments-area .comment-content p {
    font-size: 14px;
}

.comments-area .comment-respond {
    background: #fafafa;
    padding: 30px 25px;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.comments-area .comment-respond .comment-reply-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    display: inline-block;
}

.comments-area .comment-respond .comment-notes {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
    color: red;
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%;
}

.comments-area .comment-respond label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #141414;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 0.625em 0.7375em;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
    border-color: #e49320;
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 7px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666666;
    font-weight: normal;
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%;
}

.comments-area .comment-respond .form-submit input {
    background: #e49320;
    border: none;
    color: #ffffff;
    padding: 10.5px 25px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 600;
    font-size: 14px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
    background-color: #141414;
    color: #ffffff;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../../assets/img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-area::before {
    z-index: -1;
    background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .85;
}

.coming-soon-area .social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px;
}

.coming-soon-area .social-list li {
    display: inline-block;
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #e49320;
    color: #ffffff;
    border-radius: 50%;
    margin: 0 2px;
}

.coming-soon-area .social-list li a svg {
    width: 15px;
}

.coming-soon-area .social-list li a.facebook {
    background-color: #3b5998;
}

.coming-soon-area .social-list li a.twitter {
    background-color: #1da1f2;
}

.coming-soon-area .social-list li a.linkedin {
    background-color: #0077b5;
}

.coming-soon-area .social-list li a.instagram {
    background-color: #c13584;
}

.coming-soon-area .social-list li a:hover, .coming-soon-area .social-list li a:focus {
    background-color: #e49320;
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0;
}

.coming-soon-content h1 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 55px;
    font-weight: 700;
}

.coming-soon-content p {
    color: #ffffff;
    font-size: 16px;
    margin: 0 auto;
    max-width: 620px;
}

.coming-soon-content form {
    position: relative;
    margin: 35px auto 55px;
    max-width: 520px;
}

.coming-soon-content form .email-input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 15px 25px;
    font-size: 16px;
    outline: 0 !important;
    background: #F1F2F3;
}

.coming-soon-content form .submit-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 50px;
    background: #e49320;
    color: #ffffff;
    border: none;
    border-radius: 40px;
    width: 130px;
    outline: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
    background-color: #141414;
}

.coming-soon-content #timer div {
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #e49320;
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    padding-top: 18px;
    font-size: 40px;
    font-weight: 700;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    padding: 60px;
    background: #ffffff;
    border-radius: 10px;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    display: block;
    padding: 12px 45px 12px 15px;
    text-decoration: none;
    position: relative;
    background: #f5f9ff;
    color: #141414;
    font-size: 18px;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-item .accordion-title:hover, .faq-accordion .accordion .accordion-item .accordion-title.active, .faq-accordion .accordion .accordion-item .accordion-title:focus {
    background: #e49320;
    color: #ffffff;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\ef9a";
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
    line-height: 1.9;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block;
}

.faq-contact {
    margin-top: 45px;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
    padding: 60px;
    border-radius: 4px;
    background: #ffffff;
    text-align: center;
}

.faq-contact h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
}

.faq-contact form .btn {
    margin-top: 10px;
}

.faq-contact form .btn::before, .faq-contact form .btn::after {
    width: 55%;
}

.faq-contact form .btn:hover::before, .faq-contact form .btn:hover::after, .faq-contact form .btn:focus::before, .faq-contact form .btn:focus::after {
    width: 0;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
    height: 100vh;
}

.error-content {
    text-align: center;
    margin-top: -70px;
}

.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: -1;
    margin-bottom: 30px;
}

.error-content .notfound-404 h1 {
    font-size: 230px;
    font-weight: 900;
    margin: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../../assets/img/oops-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

.error-content h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 25px;
}

.error-content p {
    max-width: 550px;
    margin: 0 auto 25px;
}

/*================================================
Login Area CSS
=================================================*/
.login-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../../assets/img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-area::before {
    z-index: -1;
    background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8;
}

.login-form {
    background-color: #ffffff;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    padding: 40px;
}

.login-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
}

.login-form h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.login-form h3 a {
    display: inline-block;
    color: #141414;
}

.login-form h3 a:hover, .login-form h3 a:focus {
    color: #e49320;
}

.login-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.login-form .row .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.login-form .row a {
    background-color: #e49320;
    color: #ffffff;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.login-form .row a.facebook {
    background-color: #3C5A99;
}

.login-form .row a.twitter {
    background-color: #1da1f2;
}

.login-form .row a.google {
    background-color: #ea4335;
}

.login-form .row a:hover, .login-form .row a:focus {
    opacity: .8;
}

.login-form .login-or {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-form .login-or span {
    display: block;
    position: absolute;
    left: 50%;
    font-size: 18px;
    top: 12px;
    margin-left: -25px;
    background-color: #ffffff;
    color: #aaaaaa;
    width: 50px;
}

.login-form form .form-group {
    overflow: hidden;
    position: relative;
}

.login-form form .form-group label {
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 45px;
    border-right: 1px solid #e6dede;
}

.login-form form .form-group .form-control {
    padding-left: 55px;
}

.login-form form .form-group .remember-me {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    line-height: initial;
    color: #666666;
    text-align: left;
    width: 50%;
    margin-top: 5px;
    border-right: none;
}

.login-form form .form-group .remember-me input[type=checkbox] {
    position: relative;
    top: 1px;
}

.login-form form .form-group .forgot-password {
    float: right;
    width: 50%;
    color: #666666;
    text-align: right;
    margin-top: 3px;
}

.login-form form .form-group .forgot-password:hover, .login-form form .form-group .forgot-password:focus {
    color: #e49320;
}

.login-form form .btn {
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: .5px;
    margin-top: 20px;
}

/*================================================
Sign Up CSS
=================================================*/
.signup-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../../assets/img/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.signup-area::before {
    z-index: -1;
    background: linear-gradient(-9deg, #6a82fb 0%, #6a82fb 40%, #fc5c7d 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8;
}

.signup-form {
    background-color: #ffffff;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    position: relative;
    text-align: center;
    padding: 40px;
}

.signup-form::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #ffffff;
    width: 96%;
    opacity: .62;
    height: 50%;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 3px;
}

.signup-form h3 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.signup-form h3 a {
    display: inline-block;
    color: #141414;
}

.signup-form h3 a:hover, .signup-form h3 a:focus {
    color: #e49320;
}

.signup-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.signup-form .row .col-lg-4 {
    padding-right: 10px;
    padding-left: 10px;
}

.signup-form .row a {
    background-color: #e49320;
    color: #ffffff;
    padding: 13px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.signup-form .row a.facebook {
    background-color: #3C5A99;
}

.signup-form .row a.twitter {
    background-color: #1da1f2;
}

.signup-form .row a.google {
    background-color: #ea4335;
}

.signup-form .row a:hover, .signup-form .row a:focus {
    opacity: .8;
}

.signup-form .signup-or {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.signup-form .signup-or span {
    display: block;
    position: absolute;
    left: 50%;
    font-size: 18px;
    top: 12px;
    margin-left: -25px;
    background-color: #ffffff;
    color: #aaaaaa;
    width: 50px;
}

.signup-form form .form-group {
    overflow: hidden;
    position: relative;
}

.signup-form form .form-group label {
    margin: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 50px;
    line-height: 45px;
    border-right: 1px solid #e6dede;
}

.signup-form form .form-group .form-control {
    padding-left: 55px;
}

.signup-form form .form-group .remember-me {
    position: relative;
    float: left;
    height: 100%;
    line-height: initial;
    color: #666666;
    text-align: left;
    width: 100%;
    margin-top: 5px;
    border-right: none;
}

.signup-form form .form-group .remember-me input[type=checkbox] {
    position: relative;
    top: 1px;
}

.signup-form form .btn {
    border-radius: 0;
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: .5px;
    margin-top: 20px;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-info-box {
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
}

.contact-info-box .icon {
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: #f7fafd;
    border-radius: 50%;
    font-size: 30px;
    color: #e49320;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-info-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 12px;
}

.contact-info-box p {
    margin-bottom: 0;
    color: #666666;
}

.contact-info-box p a {
    color: #666666;
}

.contact-info-box p a:hover {
    color: #e49320;
}

.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-info-box:hover .icon {
    color: #ffffff;
    background: #e49320;
}

#map {
    height: 500px;
    width: 100%;
}

#contactForm .help-block ul {
    margin: 0;
}

#contactForm .help-block ul li {
    color: red;
}

#contactForm .btn {
    margin-top: 10px;
}

#contactForm #msgSubmit.text-danger, #contactForm #msgSubmit.text-success {
    margin: 20px 0 0;
}

.contact-area .section-title {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.contact-area .section-title p {
    margin-left: 0;
    margin-right: 0;
}

.contact-area .section-title h2 {
    margin-bottom: 12px;
}

.contact-sidebar .contact-item {
    position: relative;
    padding-left: 52px;
    margin-bottom: 30px;
}

.contact-sidebar .contact-item:last-child {
    margin-bottom: 0;
}

.contact-sidebar .contact-item .icon {
    font-size: 35px;
    color: #e49320;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-sidebar .contact-item span {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.contact-sidebar .contact-item p {
    margin-bottom: 0;
}

.contact-sidebar .contact-item p a {
    color: #666666;
}

.contact-sidebar .contact-item p a:hover {
    color: #e49320;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #f7fafd;
    padding-top: 80px;
}

.single-footer-widget .logo {
    margin-bottom: 20px;
}

.single-footer-widget .social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .social li {
    display: inline-block;
}

.single-footer-widget .social li a {
    color: #ffffff;
    background-color: #141414;
    width: 35px;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
}

.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
    background-color: #e49320;
    color: #ffffff;
}

.single-footer-widget h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-footer-widget .services-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .services-list li {
    margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .services-list li a {
    position: relative;
    color: #666666;
}

.single-footer-widget .services-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e49320;
    width: 0;
    height: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .services-list li a:hover, .single-footer-widget .services-list li a:focus {
    color: #e49320;
    padding-left: 10px;
}

.single-footer-widget .services-list li a:hover:before, .single-footer-widget .services-list li a:focus:before {
    width: 5px;
}

.single-footer-widget .contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .contact-info li {
    margin-bottom: 10px;
    color: #666666;
}

.single-footer-widget .contact-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .contact-info li a {
    display: inline-block;
    color: #666666;
}

.single-footer-widget .contact-info li a:hover, .single-footer-widget .contact-info li a:focus {
    color: #e49320;
}

.single-footer-widget .contact-info li span {
    font-weight: 600;
}

.single-footer-widget .working-hours {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .working-hours li {
    margin-bottom: 10px;
    color: #666666;
}

.single-footer-widget .working-hours li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .working-hours li span {
    font-weight: 600;
}

.copyright-area {
    background-color: #141414;
    margin-top: 80px;
    padding-top: 13px;
    padding-bottom: 10px;
}

.copyright-area p {
    font-size: 14px;
    color: #f8f8f8;
    margin-bottom: 0;
}

.copyright-area ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: right;
}

.copyright-area ul li {
    display: inline-block;
    font-size: 14px;
    margin-left: 17px;
    position: relative;
}

.copyright-area ul li a {
    color: #f8f8f8;
}

.copyright-area ul li a:hover, .copyright-area ul li a:focus {
    color: #e49320;
}

.copyright-area ul li::before {
    content: '';
    position: absolute;
    left: -13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 2px;
    background: #f8f8f8;
}

.copyright-area ul li:first-child {
    margin-left: 0;
}

.copyright-area ul li:first-child::before {
    display: none;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 25px;
    right: 15px;
    font-size: 25px;
    color: #ffffff;
    background-color: #e49320;
    z-index: 4;
    display: none;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.go-top i {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 17px;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 8px;
}

.dairy_about_wrapper {
    padding-top: 90px;
}

.dairy_about_wrapper .dairy_about_inner .about_img img {
    border-radius: 10px;
}

.dairy_about_inner .about_content {
    margin-top: 40px;
}

.dairy_about_inner .about_content .about_heading > h2 {
    font-size: 28px;
    color: #222222;
}

.dairy_about_inner .about_content .about_heading > h2 > span {
    font-weight: 600;
    color: #e49320;
}

.dairy_about_inner .about_content .about_heading > .clv_underline {
    margin: 9px 0px 17px;
}

.dairy_about_inner .about_content .clv_btn2 {
    margin-top: 19px;
}

.dairy_counter_wrapper {
    display: flex;
    padding: 30px 20px;
    background-color: #3f61f6;
    border-radius: 10px;
    margin-top: 44px;
    margin-left: -310px;
    width: 100%;
    min-width: 670px;
    position: relative;
}

.dairy_counter_wrapper .dairy_counter_block {
    width: 33.33%;
    text-align: center;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #5674f7;
    position: relative;
}

.dairy_counter_wrapper .dairy_counter_block img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dairy_counter_wrapper .dairy_counter_block:last-child {
    border: none;
}

.dairy_counter_wrapper .dairy_counter_block .counter_text {
    z-index: 1;
}

.dairy_counter_wrapper .dairy_counter_block .counter_text h4 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.dairy_counter_wrapper .dairy_counter_block .counter_text h5 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
}

.clv_heading {
    text-align: center;
}

.clv_heading h3 {
    font-size: 40px;
    color: #e49320;
    font-weight: 700;
    text-transform: capitalize;
}
.dairy_products_wrapper{
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 101px;
}
.dairy_product_inner {
    margin-top: 26px;
}
.dairy_product_inner .dairy_product_block{
    position: relative;
    padding: 40px 10px;
    box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    z-index:1;
    margin-bottom: 1rem;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}

.dairy_product_inner .dairy_product_block > span.product_devider{
    width: 108px;
    height: 10px;
    border-radius: 10px 10px 0px 0px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block > span.product_devider.top_devider{
    bottom: auto;
    top: 0;
    border-radius: 0px 0px 10px 10px;
}
.dairy_product_inner .dairy_product_block:hover > span.product_devider{
    opacity: 1;
    visibility: visible;
}
.dairy_product_inner .dairy_product_block:hover:before{
    opacity: 1;
    visibility: visible;
}
.dairy_product_inner .dairy_product_block > svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.dairy_product_inner .dairy_product_block > svg > path{
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover > svg > path{
    fill: rgba(255,255,255,0.15);
}
.dairy_product_inner .dairy_product_block .product_image{
    margin-bottom: 24px;
}
.dairy_product_inner .dairy_product_block .product_image img {
    width: 100px;
}
.dairy_product_inner .dairy_product_block .product_content h4{
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 8px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover .product_content h4{
    color: #333;
}
.dairy_product_inner .dairy_product_block .product_content p{
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover .product_content p{
    color: #333;
}
.dairy_product_inner .dairy_product_block .product_content a{
    font-weight: 700;
    color: #3f61f6;
    text-transform: capitalize;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;
}
.dairy_product_inner .dairy_product_block:hover .product_content a{
    color: #ffffff;
}
.hindi-sentence {
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    background-image: -webkit-linear-gradient(to top , #01385F, #e4932c);
    font-weight: bold!important;
    background-image: linear-gradient(to top , #01385F, #e4932c);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 60px;
}
.category {
    list-style-type: none;
    background:#80808024;
    border-radius: 5px 5px;
    padding: 1em;
}
.category li {
    background:#d9d2d2;
    margin: 10px;
    border-radius: 5px 5px;
    text-align: center;
    line-height: 3em;
    min-width: 91%;
}

input.error {
    border-color: red;
}
label.error {
    color: red;
}
/*# sourceMappingURL=style.css.map */