@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0
}

body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.8em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #b2dd4c
}

a:focus,
a:hover, 
a:visited {
    text-decoration: none;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em
}

button,
input,
select,
textarea {
    font-family: Poppins, sans-serif
}

p {
    position: relative;
    line-height: 1.8em
}

.strike-through {
    text-decoration: line-through
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.medium-container {
    max-width: 850px
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px
}

li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.mock_instructions ul li {
    text-align: left
}

.theme-btn {
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.centered {
    text-align: center
}

.anim-3,
.anim-3-all * {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.anim-5,
.anim-5-all * {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.anim-7,
.anim-7-all * {
    transition: all .7s ease;
    -moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease
}

.btn-style-one {
    position: relative;
    padding: 12px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000 !important;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
    background: 0 0;
    font-family: Poppins, sans-serif
}

.btn-style-one:hover {
    background: #000;
    border-color: #000;
    color: #fff !important
}

.btn-style-two {
    position: relative;
    padding: 12px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: 0 0;
    color: #000 !important;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 26px;
    font-family: Poppins, sans-serif
}

.btn-style-two:hover {
    background: #fff;
    color: #28340a !important
}

.btn-style-four {
    position: relative;
    padding: 12px 30px;
    line-height: 24px;
    text-transform: uppercase;
    background: #b2dd4c;
    color: #fff !important;
    border: 1px solid #b2dd4c;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
    font-family: Poppins, sans-serif
}

.btn-style-four:hover {
    background: 0 0;
    color: #b2dd4c !important
}

.btn-style-three {
    position: relative;
    padding: 5px 10px;
    line-height: 24px;
    text-transform: capitalize;
    background: 0 0;
    color: #000 !important;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: 200;
    border-radius: 0;
    font-family: Poppins, sans-serif
}

.btn-style-three:hover {
    background: #000;
    color: #fff !important
}

.theme-btn .icon-left {
    padding-right: 10px
}

.theme-btn .icon-right {
    padding-left: 10px
}

.theme_color {
    color: #b2dd4c
}

.styled-font {
    font-family: 'Shadows Into Light', cursive
}

.light-font {
    font-weight: 300
}

.regular-font {
    font-weight: 400
}

.semibold-font {
    font-weight: 600
}

.medium-font {
    font-weight: 500
}

.bold-font {
    font-weight: 700
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.png)
}

img {
    max-width: 100%;
    height: auto
}

.scroll-to-top {
    position: fixed;
    bottom: 70px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #000;
    display: none;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.scroll-to-top:hover {
    color: #fff;
    background: #85241e
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%
}

.main-header .auto-container {
    position: relative
}

.main-header .header-top {
    position: relative;
    font-size: 14px
}

.main-header .header-top .top-right {
    position: relative;
    float: right
}

.main-header .top-right ul li {
    float: left
}

.main-header .top-right ul li a:hover {
    opacity: .8
}

.main-header .header-top .top-left {
    position: relative;
    padding: 10px 0
}

.main-header .header-top .top-left ul li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    margin: 0 25px 0 0;
    color: #fff
}

.main-header .header-top .top-left ul li .styled-font {
    color: #f9e60e;
    font-size: 18px
}

.main-header .header-top .top-left ul li a {
    position: relative;
    color: #d1dbb8;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main-header .header-top .top-left ul li .fa {
    padding-right: 5px;
    color: #fff;
    line-height: 28px
}

.main-header .header-top .top-left ul li a:hover {
    color: #fff
}

.main-header .header-top .top-right .theme-btn {
    position: relative;
    border: none;
    padding: 0 10px;
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    border-radius: 0;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 0;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 16px
}

.main-header .header-top .top-right .theme-btn:hover {
    background: #fff;
    color: #85241f;
    opacity: 1
}

.main-header .main-box {
    position: absolute;
    padding: 0 0;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #e6e6e6
}

.main-header.fixed-header .main-box {
    position: fixed;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0 0;
    z-index: 999;
    opacity: 1;
    top: 0;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .main-box .outer-container {
    position: relative
}

.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    padding: 0;
    z-index: 10
}

.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-header .nav-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    display: none
}

.main-header .nav-toggler button {
    position: relative;
    display: block;
    height: 36px;
    width: 40px;
    background: #85241e;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    border: 1px solid #85241e;
    border-radius: 3px;
    font-weight: 400
}

.main-header .cart-btn-outer {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .4);
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -19px;
    color: #b2dd4c;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    border-radius: 50%;
    cursor: pointer
}

.main-header .cart-btn-outer .icon {
    position: relative;
    font-size: 20px
}

.main-header .cart-btn-outer .count {
    position: absolute;
    right: -7px;
    top: -7px;
    text-align: center;
    width: 20px;
    height: 20px;
    background: #b2dd4c;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    border-radius: 50%;
    -ms-animation-name: zoomInStable;
    -moz-animation-name: zoomInStable;
    -op-animation-name: zoomInStable;
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
    -ms-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -op-animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 5s;
    -ms-animation-delay: 5s;
    -o-animation-delay: 5s;
    -moz-animation-delay: 5s;
    animation-delay: 5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.main-header .nav-outer {
    position: relative;
    float: right
}

.main-menu {
    position: relative;
    font-family: Poppins, sans-serif;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-menu .navbar-collapse {
    padding: 0
}

.main-menu .navigation {
    position: relative;
    margin: 0
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    padding: 20px 0;
    margin: 0 0 0 35px
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    padding: 8px 0;
    color: #fff;
    line-height: 24px;
    text-transform: capitalize;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 400;
    font-size: 14px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-header .main-menu .navigation>li.dropdown>a {
    padding-right: 15px
}

.main-header .main-menu .navigation>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    font-size: 14px;
    font-weight: 400;
    display: block
}

.main-menu .navigation>li.current-menu-item>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #85241f;
    opacity: 1
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: -25px;
    top: 120%;
    width: 140px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #000;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #1f1f1f;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #fff;
    background: #83241e
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 20px;
    width: 230px;
    padding: 0;
    z-index: 100;
    display: none;
    background: #fff;
    border-top: 3px solid #b2dd4c;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05)
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 400;
    font-size: 13px;
    text-transform: capitalize;
    color: #1f1f1f;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #fff;
    background: #28340a
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #1f1f1f;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5
}

.main-menu .navigation>li>ul>li>ul>li.dropdown:hover>a:after {
    color: #fff
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #fff;
    background: url(../images/icons/submenu-icon.png) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none
}

.hidden-bar {
    position: fixed;
    top: 0;
    width: 305px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    transition: all .7s ease;
    -webkit-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    -moz-transition: all .7s ease
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.hidden-bar.right-align {
    right: -400px
}

.hidden-bar.right-align.visible-sidebar {
    right: 0
}

.hidden-bar.right-align .hidden-bar-closer {
    left: 0
}

.hidden-bar.left-align {
    left: -400px
}

.hidden-bar.left-align.visible-sidebar {
    left: 0
}

.hidden-bar.left-align .hidden-bar-closer {
    right: -20px
}

.hidden-bar .hidden-bar-closer {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    background: #000;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    z-index: 999999;
    border: 1px solid #000;
    left: 5px !important
}

.hidden-bar .hidden-bar-closer:hover {
    background: #fff;
    border: 1px solid #000;
    color: #fff
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #000
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: 0;
    font-size: 14px
}

.hidden-bar .social-icons {
    text-align: center;
    margin: 50px 0 30px
}

.hidden-bar .social-icons ul {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px
}

.hidden-bar .social-icons ul li {
    display: inline-block;
    padding: 0 5px
}

.hidden-bar .social-icons ul li a {
    display: block;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 0;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.hidden-bar .social-icons ul li a:hover {
    background: #fff;
    color: #000
}

.hidden-bar-wrapper {
    height: 100%
}

.hidden-bar .logo {
    padding: 30px 0;
    background: #fff
}

.hidden-bar .logo img {
    display: inline-block;
    max-width: 100%
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px
}

.hidden-bar .side-menu ul li ul a {
    background: 0 0
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: 0 0
}

.hidden-bar .side-menu li.current>a {
    color: #fff
}

.hidden-bar .side-menu ul li a {
    background: 0 0;
    color: #000;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 10px 15px 10px 20px;
    position: relative;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    text-transform: capitalize
}

.hidden-bar .side-menu ul>li.current>a,
.hidden-bar .side-menu ul>li>ul>li.current>a {
    color: #000
}

.hidden-bar .side-menu ul li a:hover {
    color: #85241e
}

.hidden-bar .side-menu ul li a .btn.expander {
    background: #fff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, .8);
    padding: 0 10px;
    font-size: 14px;
    border-radius: 0;
    position: absolute;
    top: 6px;
    right: 20px;
    outline: 0
}

.main-slider {
    position: relative;
    width: 100%;
    z-index: 1
}

.main-slider .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, .1) !important
}

.main-slider .tp-caption {
    z-index: 5 !important
}

.main-slider .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #fff;
    font-size: 16px
}

.main-slider h4 {
    font-weight: 400;
    line-height: 1.8em;
    color: #000;
    font-size: 36px;
    font-family: 'Shadows Into Light', cursive
}

.main-slider h1 {
    font-size: 50px;
    color: #000;
    font-weight: 400;
    line-height: 1.2em;
    font-family: Poppins, sans-serif
}

.main-slider .btn-style-one,
.main-slider .btn-style-two {
    min-width: 160px;
    text-align: center;
    border-width: 1px !important
}

.main-slider .tp-bullets.preview3 {
    width: 100% !important;
    margin: 0 !important;
    left: 0 !important;
    height: 6px !important;
    display: none !important
}

.main-slider .tp-bullets.preview3 .bullet {
    display: block !important;
    float: left !important;
    background: rgba(29, 40, 2, .5) !important;
    height: 6px !important;
    border: 0 !important;
    margin: 0 0 !important;
    border-radius: 0;
    width: 33.333% !important
}

.main-slider .tp-bullets.preview3 .bullet.selected,
.main-slider .tp-bullets.preview3 .bullet:hover {
    background: rgba(178, 221, 74, .6) !important
}

.main-slider .tparrows.preview3 {
    background: 0 0 !important;
    width: 60px !important;
    overflow: hidden;
    margin-top: 0 !important;
    height: 60px !important
}

.main-slider .tparrows.preview3::after {
    top: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 24px;
    height: 60px !important;
    line-height: 58px;
    width: 60px !important;
    border: 2px solid #fff;
    padding: 0;
    border-radius: 50%
}

.main-slider .tparrows.tp-leftarrow.preview3::after {
    content: '\f104';
    font-family: FontAwesome
}

.main-slider .tparrows.tp-rightarrow.preview3::after {
    content: '\f105';
    font-family: FontAwesome
}

.main-slider .tparrows.preview3.tp-leftarrow {
    left: 30px !important
}

.main-slider .tparrows.preview3.tp-rightarrow {
    right: 30px !important
}

.main-slider .tparrows.preview3:hover::after {
    background: #000;
    border-color: #000
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper {
    visibility: hidden;
    opacity: 0;
    display: none
}

.main-slider .tp-bannertimer {
    display: none !important
}

.styled-separator {
    position: relative;
    margin-top: -5px;
    height: 5px;
    z-index: 2
}

.styled-separator .layer-one {
    position: relative;
    float: left;
    width: 33.333%;
    height: 5px;
    background: rgba(29, 40, 2, .6)
}

.styled-separator .layer-two {
    position: relative;
    float: left;
    width: 33.333%;
    height: 5px;
    background: rgba(178, 221, 74, .6)
}

.styled-separator .layer-three {
    position: relative;
    float: left;
    width: 33.333%;
    height: 5px;
    background: rgba(29, 40, 2, .6)
}

.sec-title {
    position: relative;
    margin-bottom: 40px
}

.sec-title.centered {
    max-width: 980px;
    margin: 0 auto 50px;
    text-align: center
}

.sec-title h2 {
    font-size: 36px;
    color: #1f1f1f;
    line-height: 1.2em;
    font-size: 25px
}

.sidebar-page-container .sec-title {
    margin-bottom: 30px
}

.sidebar-page-container .sec-title h2 {
    font-size: 30px
}

.separator {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/icons/title-pattern.png) left center no-repeat
}

.sec-title.centered .separator {
    background-position: center center
}

.why-us {
    position: relative;
    padding: 80px 0 30px
}

.featured-services {
    position: relative;
    padding: 80px 0 30px
}

.featured-service {
    position: relative;
    margin-bottom: 50px
}

.featured-service .inner-box {
    position: relative;
    display: block
}

.featured-service .image-box {
    position: relative;
    display: block;
    overflow: hidden
}

.featured-service .image-box img {
    display: block;
    width: 100%
}

.featured-service .image-box .caption-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(29, 40, 2, .9);
    padding: 15px 15px 15px 80px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.featured-service:hover .image-box .caption-box {
    bottom: -100%
}

.featured-service .image-box .caption-box .title {
    font-size: 20px;
    color: #fff;
    line-height: 30px
}

.featured-service .image-box .caption-box .title a {
    color: #fff
}

.featured-service .image-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    font-size: 32px;
    color: #fff;
    background: #b2dd4c;
    line-height: 40px;
    padding: 10px 0;
    text-align: center
}

.featured-service .overlay-box {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(29, 40, 2, .9);
    padding: 20px 30px 20px 90px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.featured-service:hover .overlay-box {
    bottom: 0
}

.featured-service .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 20px 30px 20px 90px
}

.featured-service .overlay-box .overlay-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.featured-service .overlay-box .title {
    font-size: 20px;
    color: #b2dd4c;
    line-height: 1.2em;
    margin-bottom: 15px
}

.featured-service .overlay-box .title a {
    color: #b2dd4c
}

.featured-service .overlay-box .text {
    font-size: 14px;
    color: #fff;
    line-height: 1.8em
}

.featured-service .overlay-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    font-size: 32px;
    color: #fff;
    background: #b2dd4c;
    line-height: 40px;
    text-align: center
}

.featured-service .overlay-box .icon-box span {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%
}

.services-section {
    position: relative;
    padding: 80px 0 30px;
    border-top: 1px solid #f0f0f0;
    z-index: 1
}

.services-section:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -40px;
    height: 34px;
    width: 80px;
    background: url(../images/icons/tab-curve.jpg) center top no-repeat
}

.icon-column-default {
    position: relative;
    margin-bottom: 50px
}

.icon-column-default .inner-box {
    position: relative;
    display: block;
    padding-left: 90px
}

.icon-column-default .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    line-height: 40px;
    padding: 15px 0;
    font-size: 32px;
    text-align: center;
    color: #fff;
    background: #b2dd4c;
    border-radius: 50%
}

.icon-column-default .inner-box h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 7px;
    color: #1f1f1f;
    font-weight: 400
}

.icon-column-default .inner-box h3 a {
    color: #1f1f1f
}

.icon-column-default .inner-box .text {
    line-height: 1.8em
}

.tabs-box {
    position: relative
}

.tabs-box .tab-buttons {
    position: relative
}

.tabs-box .tab-buttons .tab-btn {
    position: relative;
    cursor: pointer
}

.tabs-box .tabs-content {
    position: relative
}

.tabs-box .tabs-content .tab {
    display: none
}

.tabs-box .tabs-content .tab.active-tab {
    display: block
}

.experience-section {
    position: relative;
    padding: 50px 0 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.experience-section .auto-container {
    position: relative;
    z-index: 1
}

.experience-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .64)
}

.experience-section .title-column {
    position: relative;
    margin-bottom: 30px
}

.experience-section .title-column h2 {
    font-size: 36px;
    line-height: 1.4em;
    font-weight: 600;
    margin-bottom: 20px
}

.experience-section .title-column .text {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.experience-section .title-column .req-btn {
    font-size: 24px;
    color: #e9d80c
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5
}

.fact-counter .column .inner-box {
    position: relative;
    padding: 35px 30px;
    background: #0000003d
}

.fact-counter .column .icon {
    position: relative;
    top: 0;
    font-size: 52px;
    line-height: 1.2em;
    margin-bottom: 15px;
    color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.fact-counter .count-outer {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1em;
    margin-bottom: 10px
}

.fact-counter .count-outer .count-text {
    position: relative;
    font-size: 48px;
    font-weight: 400;
    padding: 0 0;
    margin-bottom: 20px;
    line-height: 1em
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    line-height: 1em
}

.fact-counter .column .separator {
    position: relative;
    height: 48px;
    width: 100%;
    background: url(../images/icons/title-pattern-2.png) center top no-repeat
}

.about-section {
    position: relative;
    padding: 0 0 0;
    overflow: hidden
}

.about-section .column {
    position: relative
}

.about-section h2 {
    color: #000;
    font-size: 28px;
    font-weight: 700
}

.about-section p {
    font-size: 13px;
    text-align: justify;
    line-height: 32px;
    color: #2d2d2d
}

.video-image-box {
    position: relative
}

.video-image-box .image {
    position: relative
}

.video-image-box img {
    display: block;
    width: 100%
}

.video-image-box .image .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.video-image-box .image .overlay-link:hover {
    background: rgba(0, 0, 0, .3)
}

.video-image-box .image .overlay-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    border-radius: 50%
}

.video-image-box .caption-box {
    position: relative;
    padding: 15px 30px;
    background: #1d2802;
    color: #e9d80c;
    font-size: 18px;
    line-height: 1.8em
}

.default-section .text-column .text {
    margin-bottom: 35px;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 1.8em
}

.default-section .text-column .text strong {
    color: #1f1f1f;
    font-weight: 600
}

.default-section .text-column h2 {
    font-size: 24px;
    color: #1f1f1f;
    font-weight: 400;
    text-transform: capitalize;
    margin: -5px 0 25px
}

.default-section .text-column .signature-image {
    position: relative;
    margin-bottom: 0
}

.default-section .text-column .about-owner h4 {
    font-size: 18px;
    font-weight: 400;
    color: #1f1f1f
}

.default-section .text-column .about-owner .designation {
    color: #9e9e9e;
    font-weight: 400
}

.default-section .text-column .about-owner .company-title {
    color: #b2dd4c;
    font-size: 22px
}

.accordion-box {
    position: relative
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    cursor: pointer;
    background: 0 0;
    line-height: 30px;
    padding: 15px 50px 15px 30px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    font-weight: 400;
    color: #1f1f1f;
    border-radius: 30px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .acc-btn.active {
    background: #b2dd4c;
    color: #fff
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 10px;
    top: 0;
    margin-top: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #ebebeb;
    background: 0 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.accordion-box .block .acc-btn.active .icon-outer {
    color: #fff
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    width: 100%;
    height: 100%;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #fff
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0
}

.accordion-box.style-two .block .acc-btn.active .icon-outer {
    background: 0 0;
    color: #00c6ff
}

.accordion-box .block .acc-content {
    position: relative;
    display: none
}

.accordion-box .block .acc-content.current {
    display: block
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    background: #fff;
    padding: 25px 0 0
}

.accordion-box.style-two .block .content {
    padding-top: 0;
    font-size: 14px;
    padding-left: 0
}

.accordion-box .block .content .image {
    float: left;
    margin: 0 20px 25px 0
}

.accordion-box .block .content .image img {
    display: block;
    max-width: 100%
}

.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em
}

.testimonials-section {
    position: relative;
    background: #f9f9f9;
    padding: 40px 0 40px;
    z-index: 1
}

.testimonials-section:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -58px;
    border: 35px solid transparent;
    border-top: 25px solid #f7f7f7
}

.testimonials-section .sec-title {
    margin-bottom: 35px
}

.sec-title .link-outer {
    position: relative;
    padding-top: 10px
}

.testimonials-section .slide-item {
    position: relative;
    padding: 10px 10px
}

.testimonials-section .slide-item .inner-box {
    position: relative;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center
}

.testimonials-section .slide-item .inner-box:hover {
    cursor: move
}

.testimonials-section .slide-item .slide-header {
    position: relative;
    padding: 40px 20px 20px 140px;
    min-height: 130px;
    border-bottom: 1px dashed #f0f0f0
}

.testimonials-section .slide-item .author-thumb {
    position: absolute;
    left: 30px;
    top: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.testimonials-section .slide-item .author-thumb img {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%
}

.testimonials-section .slide-item h4 {
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 20px;
    padding-top: 15px;
    border: solid 1px #e0e0e0;
    border-top: none;
    border-bottom: none
}

.testimonials-section .slide-item .designation {
    color: #3e3e3e;
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Shadows Into Light', cursive;
    padding-bottom: 10px;
    border: solid 1px #e0e0e0;
    border-top: none
}

.testimonials-section .slide-item .slide-content {
    position: relative;
    padding: 15px 25px 20px 30px;
    line-height: 1.8em
}

.testimonials-section .owl-nav {
    display: none
}

.testimonials-section .owl-controls {
    padding-top: 30px
}

.testimonials-section .owl-dots .owl-dot span {
    border: 1px solid #000;
    background: #fff;
    margin: 0 5px;
    width: 10px;
    height: 10px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none repeat scroll 0 0 #000 !important
}

.testimonials-section .owl-dots .owl-dot.active span {
    background: #b2dd4c
}

.work-steps {
    position: relative;
    background-size: cover;
    padding: 90px 0 40px;
    text-align: center;
    color: #fff
}

.work-steps .step-column {
    position: relative;
    margin-bottom: 30px
}

.work-steps .step-column .inner-box {
    position: relative;
    cursor: pointer
}

.work-steps .step-column .inner-box:after {
    content: '';
    position: absolute;
    right: -55px;
    top: 30%;
    width: 80px;
    height: 40px;
    background: url(../images/icons/arrow-right.png) center center no-repeat
}

.work-steps .step-column:last-child .inner-box:after {
    display: none
}

.work-steps .step-column .image-box {
    position: relative;
    max-width: 180px;
    padding: 9px;
    border: 1px dashed #9e9e9e;
    margin: 0 auto;
    border-radius: 50%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.work-steps .step-column:hover .image-box {
    border-color: #b2dd4c
}

.work-steps .step-column .image-box .count {
    display: none
}

.work-steps .step-column .image-box img {
    display: block;
    width: 100%;
    border-radius: 50%
}

.work-steps .step-column .lower-content {
    position: relative;
    padding-top: 25px
}

.work-steps .step-column h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 5px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.work-steps .step-column:hover h3 {
    color: #85241e
}

.work-steps .step-column .text {
    color: #000;
    font-size: 14px;
    line-height: 1.8em
}

.news-section {
    position: relative;
    padding: 5px 0 0;
    z-index: 1
}

.news-section.grid-view {
    padding: 40px 0
}

.news-style-one {
    position: relative;
    margin-bottom: 20px
}

.news-style-one .inner-box {
    position: relative;
    display: block;
    border: 1px solid #f0f0f0;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-style-one .inner-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #bbb;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0)
}

.news_letter h2 {
    color: #000
}

.news-style-one .inner-box:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1)
}

.news-style-one .inner-box:hover {
    border-color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .05)
}

.news-style-one .inner-box .image-box {
    display: block;
    margin: -1px -1px 0;
    text-align: center
}

.news-style-one .inner-box .image-box img {
    display: block;
    width: auto;
    display: inline-block
}

.packages .news-style-one .inner-box .image-box img {
    display: inline-block;
    width: auto
}

.packages .news-style-one .inner-box {
    text-align: center
}

.news-style-one .inner-box .lower-content {
    position: relative;
    padding: 20px 30px 30px
}

.news-style-one.list-style .inner-box .lower-content {
    position: relative;
    padding: 30px 0
}

.news-style-one .inner-box .posted-info {
    position: relative;
    display: inline-block;
    margin: 0 0 0;
    top: -13px;
    padding: 3px 10px;
    color: #fff;
    background: #000;
    font-weight: 500;
    line-height: 20px;
    font-size: 12px
}

.news-style-one.list-style .inner-box .posted-info {
    margin-bottom: 12px;
    top: 0
}

.news-style-one .inner-box .post-author-info {
    position: relative;
    margin-bottom: 10px;
    color: #9e9e9e;
    line-height: 24px;
    font-size: 14px
}

.news-style-one .lower-content .post-meta {
    position: relative;
    margin-bottom: 10px
}

.news-style-one .lower-content .post-meta li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px
}

.news-style-one .lower-content .post-meta li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #9e9e9e
}

.news-style-one .lower-content .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #b2dd4c;
    font-style: normal
}

.news-style-one .inner-box h3 {
    position: relative;
    margin-bottom: 10px;
    color: #1f1f1f;
    line-height: 1.4em;
    font-size: 16px
}

.news-style-one.list-style .inner-box h3 {
    margin-bottom: 12px
}

.blog-classic-view .news-style-one .inner-box h3,
.blog-details .news-style-one .inner-box h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.news-style-one .inner-box h3 a {
    color: #85241e;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.news-style-one .inner-box:hover h3 a {
    color: #000
}

.news-style-one .inner-box .text {
    font-size: 13px;
    text-align: justify;
    color: #383838;
    line-height: 25px;
    display: inline-block;
    padding: 0 8px;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
    z-index: 1;
    background-color: #fff
}

.two-col-fluid {
    position: relative;
    min-height: 200px;
    background: #f9f9f9
}

.two-col-fluid .image-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat
}

.two-col-fluid .image-column .image-box {
    display: none
}

.two-col-fluid .image-column .image-box img {
    display: block;
    width: 100%
}

.two-col-fluid .content-column {
    position: relative;
    float: right;
    width: 50%
}

.two-col-fluid .content-column .inner-box {
    position: relative;
    max-width: 600px;
    padding: 80px 15px 60px 60px
}

.two-col-fluid .default-form {
    margin-bottom: 10px
}

.default-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.default-form .form-group .field-label {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #232323;
    font-weight: 500;
    font-size: 13px
}

.default-form .form-group .field-label sup {
    color: red;
    font-size: 14px
}

.default-form input[type=email],
.default-form input[type=password],
.default-form input[type=text],
.default-form select,
.default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #b7b7b7;
    padding: 12px 15px;
    background-color: #fff;
    color: #111;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-form select {
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat
}

.default-form textarea {
    height: 192px;
    resize: none
}

.default-form select option {
    text-indent: 15px
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus {
    border-color: #4c4c4c !important
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error {
    border-color: red !important
}

.default-form label.error {
    display: block;
    line-height: 8px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500
}

.two-col-fluid .default-form button {
    padding: 11px 30px;
    width: 100%;
    text-align: center;
    text-transform: capitalize
}

.two-col-fluid .content-column .text-content p {
    font-size: 16px;
    margin-bottom: 20px
}

.two-col-fluid .content-column .text-content a {
    text-decoration: underline;
    color: #b2dd4c
}

.two-col-fluid .content-column .text-content strong {
    font-weight: 400;
    font-size: 18px;
    color: #b2dd4c
}

.main-footer {
    position: relative;
    background-color: #222;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff
}

.main-footer a,
.main-footer input,
.main-footer textarea {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.main-footer .auto-container {
    position: relative;
    z-index: 1
}

.main-footer .widgets-section {
    position: relative;
    padding: 40px 0 20px
}

.main-footer .footer-column {
    position: relative
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px
}

.main-footer .links-widget {
    padding-left: 0
}

.main-footer .footer-logo {
    position: relative;
    margin-top: -5px
}

.main-footer .footer-logo img {
    display: block;
    max-width: 100%;
    filter: brightness(0) invert(1);
    margin: 0 auto
}

.main-footer .footer-column h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
    text-align: left
}

.main-footer .about-widget .text {
    margin-bottom: 35px;
    line-height: 2em;
    padding-top: 10px;
    font-size: 12px;
    text-align: justify;
    color: #fff
}

.main-footer .contact-info {
    margin-bottom: 25px
}

.main-footer .contact-info li {
    position: relative;
    color: #fff;
    padding: 0;
    margin-bottom: 10px;
    line-height: 28px;
    padding-left: 25px;
    text-align: left
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    font-size: 20px;
    color: #000
}

.main-footer .contact-info li strong {
    font-weight: 500
}

.main-footer .posts-widget .post {
    position: relative;
    min-height: 75px;
    padding-left: 90px;
    margin-bottom: 40px
}

.main-footer .posts-widget .post:last-child {
    margin-bottom: 0
}

.main-footer .posts-widget .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #852420;
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
    opacity: 1
}

.main-footer .posts-widget .post .post-thumb .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 18px
}

.main-footer .posts-widget .post .post-thumb img {
    display: block;
    width: 100%
}

.main-footer .posts-widget .post .desc-text {
    position: relative;
    font-size: 14px;
    color: #fff;
    line-height: 1.8em;
    margin-bottom: 0;
    top: -5px
}

.main-footer .posts-widget .post .desc-text a {
    color: #000
}

.main-footer .posts-widget .post .time {
    color: #85241f;
    line-height: 24px
}

.main-footer .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    margin: 0 7px 10px 0
}

.main-footer .tags-widget .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 5px 14px;
    color: #9e9e9e;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, .1);
    min-width: 50px;
    text-align: center;
    border-radius: 2px
}

.main-footer .tags-widget .tags-list li a:hover {
    background: #b2dd4c;
    color: #fff;
    border-color: #b2dd4c
}

.main-footer .links-widget .list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    text-align: left
}

.main-footer .links-widget .list li a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px dashed transparent
}

.main-footer .links-widget .list li a:hover {
    color: #959595;
    border-color: #959595
}

.main-footer .work-hours h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px
}

.main-footer .work-hours p {
    line-height: 1.6em;
    margin-bottom: 5px
}

.main-footer .newsletter-widget {
    position: relative
}

.main-footer .newsletter-widget .text {
    line-height: 1.8em;
    margin-bottom: 10px;
    color: #000
}

.newsletter-one {
    position: relative
}

.newsletter-one .form-group {
    position: relative;
    margin-bottom: 0
}

.newsletter-one .form-group input[type=email],
.newsletter-one .form-group input[type=text],
.newsletter-one .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 12px 15px;
    background: #fff;
    color: #333;
    height: 48px;
    border: 1px solid rgba(64, 64, 64, .3);
    border-radius: 3px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.newsletter-one .form-group input[type=email]:focus,
.newsletter-one .form-group input[type=text]:focus,
.newsletter-one .form-group textarea:focus {
    border-color: #b2dd4c
}

.newsletter-one .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 48px;
    text-align: center;
    margin: 0;
    padding: 12px 5px;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    background: #000;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0 2px 2px 0
}

.newsletter-one .form-group button:hover,
.newsletter-one .form-group input:focus+button {
    background: #999
}

.main-footer .footer-bottom {
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    background: #84241e;
    padding-bottom: 10px
}

.main-footer .footer-bottom .author-name {
    color: #fff;
    font-size: 14px
}

.main-footer .footer-social li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    line-height: 24px
}

.main-footer .footer-social li a {
    color: #f7f7f7;
    font-size: 16px
}

.main-footer .footer-social li a:hover {
    color: #000
}

.news_letter {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #f0efef
}

.news_letter .form-group {
    width: 50%;
    display: inline-block
}

.page-title {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 120px
}

.page-title .auto-container {
    position: relative;
    z-index: 1
}

.page-title h1 {
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.5em;
    padding-top: 80px
}

.page-title h3 {
    position: relative;
    font-size: 24px;
    color: #e9d80c
}

.page-info {
    position: relative;
    padding: 20px 0;
    background: #fff;
    color: #1f1f1f;
    border-bottom: 1px solid #f0f0f0
}

.page-info h2 {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 24px;
    font-weight: 700
}

.page-info .bread-crumb {
    position: relative;
    font-size: 14px
}

.page-info .bread-crumb li {
    position: relative;
    float: left;
    margin-right: 30px;
    color: #9e9e9e;
    line-height: 24px
}

.page-info .bread-crumb li:last-child {
    margin-right: 0
}

.page-info .bread-crumb li:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: -22px;
    width: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #000
}

.page-info .bread-crumb li:last-child:after {
    display: none
}

.page-info .bread-crumb li a {
    color: #000
}

.page-info .bread-crumb li a:hover {
    color: #000
}

.page-info .bread-crumb li.active {
    color: #85241f
}

.certificates-section {
    position: relative;
    padding: 80px 0;
    border-top: 1px solid #f0f0f0;
    z-index: 1
}

.certificates-section:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -40px;
    height: 34px;
    width: 80px;
    background: url(../images/icons/tab-curve.jpg) center top no-repeat
}

.certificates-carousel .slide-item {
    position: relative
}

.certificates-section .slide-item img {
    display: block;
    width: 100%
}

.certificates-section .owl-nav {
    display: none
}

.certificates-section .owl-controls {
    padding-top: 30px
}

.certificates-section .owl-dots .owl-dot span {
    border: 1px solid #b2dd4c;
    background: #fff;
    margin: 0 8px;
    width: 10px;
    height: 10px
}

.certificates-section .owl-dots .owl-dot.active span {
    background: #b2dd4c
}

.why-choose-us {
    position: relative;
    padding: 80px 0 30px;
    background: #f9f9f9
}

.team-section {
    position: relative;
    padding: 80px 0 0
}

.team-section .sec-title {
    margin-bottom: 30px
}

.team-section .slide-item {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px
}

.team-section .slide-item .content-column {
    position: relative;
    padding-bottom: 200px
}

.team-section .slide-item .info {
    position: relative;
    margin-bottom: 20px
}

.team-section .slide-item .info h3 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    color: #1f1f1f
}

.team-section .slide-item .info .designation {
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    color: #b2dd4c
}

.team-section .slide-item .desc-text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 25px
}

.team-section .slide-item .social-links {
    position: relative
}

.team-section .slide-item .social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    color: #8e8e8e;
    background: #f7f7f7;
    border-radius: 50%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.team-section .slide-item .social-links a:hover {
    background: #b2dd4c;
    color: #fff
}

.team-section .team-thumbs-carousel {
    position: relative;
    padding-right: 200px
}

.team-section .team-thumbs-carousel .thumb-item {
    position: relative;
    cursor: pointer;
    overflow: hidden
}

.team-section .team-thumbs-carousel .thumb-box {
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.team-section .team-thumbs-carousel .thumb-box img {
    display: block;
    width: 100%;
    background: #f4f4f4 !important;
    border-radius: 50%
}

.team-section .team-thumbs-carousel .thumb-item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(178, 221, 76, .9);
    border-radius: 50%;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.team-section .team-thumbs-carousel .thumb-item:hover .overlay {
    opacity: 1
}

.team-section .team-thumbs-carousel .owl-controls {
    margin: 0
}

.team-section .team-thumbs-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*=owl-] {
    position: relative;
    display: inline-block;
    margin-left: 18px;
    width: 38px;
    height: 40px;
    background-color: transparent;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*=owl-next] {
    background-image: url(../images/icons/arrow-next.png)
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*=owl-prev] {
    background-image: url(../images/icons/arrow-prev.png)
}

.team-section .team-thumbs-carousel .owl-controls .owl-nav [class*=owl-]:hover {
    opacity: .5
}

.services-style-two {
    position: relative;
    padding: 80px 0 50px
}

.icon-column-two {
    position: relative;
    margin-bottom: 30px
}

.icon-column-two .inner-box {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 50px 10px 40px;
    border-radius: 2px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.icon-column-two .inner-box:hover {
    background: #b2dd4c;
    color: #fff;
    border-color: #b2dd4c
}

.icon-column-two .inner-box .icon-box {
    position: relative;
    line-height: 1em;
    font-size: 48px;
    margin-bottom: 25px;
    color: #b2dd4c;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.icon-column-two .inner-box:hover .icon-box {
    color: #fff
}

.icon-column-two .inner-box h3 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 7px;
    color: #1f1f1f;
    font-weight: 400;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.icon-column-two .inner-box:hover h3 {
    color: #fff
}

.icon-column-two .inner-box h3 a {
    color: #1f1f1f
}

.icon-column-two .inner-box .text {
    line-height: 1.8em
}

.price-plans {
    position: relative;
    padding: 80px 0 30px
}

.pricing-column {
    position: relative;
    margin-bottom: 50px
}

.pricing-column .inner-box {
    position: relative;
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: center;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-column .inner-box:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
    -o-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .05)
}

.pricing-column .inner-box:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: -28px;
    width: 60px;
    height: 60px;
    background: #f7f7f7;
    border-radius: 50%
}

.pricing-column .inner-box:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -7px;
    width: 10px;
    height: 10px;
    background: #8dc63f;
    border-radius: 50%
}

.pricing-column .plan-title {
    position: relative;
    padding: 35px 10px;
    background: #f7f7f7
}

.pricing-column .plan-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #1f1f1f;
    line-height: 1.5em
}

.pricing-column .pricing-info {
    position: relative
}

.pricing-column .pricing-info .duration {
    position: relative;
    float: left;
    width: 50%;
    padding: 10px 10px;
    background: #1f1f1f;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize
}

.pricing-column .pricing-info .price {
    position: relative;
    float: left;
    width: 50%;
    padding: 5px 10px;
    background: #b2dd4c;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize
}

.pricing-column .lower-content {
    position: relative;
    padding: 10px 20px 30px
}

.pricing-column .specs-list {
    position: relative;
    margin-bottom: 10px
}

.pricing-column .specs-list li {
    position: relative;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0
}

.pricing-column .specs-list li:last-child {
    border: none
}

.pricing-column .link-box a {
    padding: 9px 30px;
    border-radius: 25px
}

.pricing-column:hover .link-box a {
    background: #b2dd4c;
    color: #fff !important
}

.appt-section {
    position: relative;
    padding: 0 0 80px
}

.appt-section .title-box {
    position: relative;
    padding: 80px 0 125px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.appt-section .title-box:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(29, 40, 2, .6)
}

.appt-section .title-box .auto-container {
    position: relative;
    z-index: 1
}

.appt-section .title-box h2 {
    font-size: 36px;
    color: #fff;
    line-height: 1.4em;
    font-weight: 600
}

.appt-section .title-box .separator {
    display: block;
    width: 100%;
    height: 40px;
    background: url(../images/icons/title-pattern.png) center center no-repeat
}

.appt-section .form-container {
    position: relative;
    padding: 40px 30px;
    background: #fff;
    margin-top: -80px;
    border-radius: 3px;
    z-index: 2;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08)
}

.appt-section .form-container textarea {
    height: 122px
}

.appt-section .form-container .btn-style-one {
    padding: 11px 30px
}

.appt-section .form-container .content-column p {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px
}

.appt-section .form-container .content-column strong {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 600
}

.gallery-section {
    position: relative;
    padding: 40px 0
}

.gallery-section .outer-box {
    position: relative
}

.gallery-section .filters {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.gallery-section .filters li {
    position: relative;
    display: inline-block;
    padding: 12px 30px;
    line-height: 24px;
    color: #9e9e9e;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover {
    color: #fff;
    background: #b2dd4c;
    border-color: #b2dd4c
}

.default-portfolio-item {
    position: relative;
    margin-bottom: 30px
}

.default-portfolio-item.mix {
    display: none
}

.full-width .default-portfolio-item {
    padding: 0 !important;
    margin: 0 !important
}

.masonry-gallery .masonry-item {
    position: relative
}

.default-portfolio-item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden
}

.default-portfolio-item .image-box {
    position: relative;
    display: block
}

.default-portfolio-item .image-box img {
    position: relative;
    display: block;
    width: 100%
}

.default-portfolio-item .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    opacity: 0;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    -o-transform: translate(-100%);
    -moz-transform: translate(-100%);
    transform: translate(-100%)
}

.style-two .default-portfolio-item .overlay-box {
    border: none
}

.default-portfolio-item .inner-box:hover .overlay-box {
    top: 0;
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0)
}

.default-portfolio-item .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 20px;
    background: rgba(29, 40, 2, .95)
}

.default-portfolio-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.default-portfolio-item .overlay-inner .option-btn {
    position: relative;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    width: 50px;
    height: 50px;
    margin: 0 7px;
    background: #b2dd4c;
    border-radius: 50%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.default-portfolio-item .overlay-inner .option-btn:hover {
    background: #fff;
    color: #b2dd4c
}

.default-portfolio-item .caption-box {
    position: relative;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-top: none;
    border-radius: 0 0 2px 2px
}

.default-portfolio-item:hover .caption-box {
    border-color: #b2dd4c
}

.default-portfolio-item .caption-box h3 {
    font-size: 18px;
    color: #1f1f1f;
    text-transform: capitalize
}

.default-portfolio-item .caption-box h3 a {
    color: #1f1f1f
}

.default-portfolio-item .caption-box h3 a:hover {
    color: #b2dd4c
}

.default-portfolio-item .caption-box .category {
    font-size: 18px;
    color: #b2dd4c;
    text-transform: capitalize;
    font-family: 'Shadows Into Light', cursive
}

.default-portfolio-item .caption-box .category a {
    color: #b2dd4c
}

.default-portfolio-item .caption-box .category a:hover {
    color: #1f1f1f
}

.styled-pagination {
    position: relative
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 5px 7px 0
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 12px 5px;
    font-size: 18px;
    text-transform: capitalize;
    min-width: 50px;
    border: 1px solid #f0f0f0;
    background: 0 0;
    color: #b2dd4c;
    font-weight: 500;
    text-align: center;
    border-radius: 2px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.styled-pagination li a.next,
.styled-pagination li a.prev {
    font-size: 16px;
    color: #1f1f1f
}

.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #fff;
    background: #b2dd4c;
    border-color: #b2dd4c
}

.sidebar-page-container {
    position: relative;
    padding: 80px 0 50px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar {
    margin-bottom: 30px
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px
}

.sidebar-title h3 {
    position: relative;
    font-size: 20px;
    color: #1f1f1f;
    font-weight: 500;
    text-transform: capitalize
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 50px
}

.sidebar .boxed-nav {
    position: relative
}

.sidebar .boxed-nav .nav-outer {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 5px
}

.sidebar .boxed-nav ul li {
    position: relative
}

.sidebar .boxed-nav ul li:last-child a {
    border: none
}

.sidebar .boxed-nav li a {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .boxed-nav li a.active-btn,
.sidebar .boxed-nav li.current a,
.sidebar .boxed-nav li:hover a {
    background: #b2dd4c;
    color: #fff;
    border-color: #b2dd4c
}

.sidebar .downloads li {
    position: relative;
    margin-bottom: 12px
}

.sidebar .downloads li a {
    position: relative;
    display: block;
    padding: 16px 15px 16px 68px;
    color: #1f1f1f;
    font-size: 16px;
    background: #f4f4f4;
    line-height: 30px;
    transition: all .5s ease
}

.sidebar .downloads li a:after {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px
}

.sidebar .downloads li a:hover {
    background: #b2dd4c;
    color: #fff
}

.sidebar .downloads li a .icon {
    position: absolute;
    left: -2px;
    top: 8px;
    width: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    background: #1f1f1f;
    color: #fff
}

.sidebar .styled-nav {
    position: relative
}

.sidebar .styled-nav .nav-outer {
    position: relative
}

.sidebar .styled-nav .nav-outer ul {
    border: 1px solid #e9e9e9;
    border-radius: 2px
}

.sidebar .styled-nav ul li {
    position: relative
}

.sidebar .styled-nav ul li:last-child a {
    border: none
}

.sidebar .styled-nav li a {
    position: relative;
    display: block;
    margin-left: -1px;
    margin-right: -1px;
    line-height: 30px;
    padding: 10px 15px 10px 45px;
    text-transform: capitalize;
    color: #9e9e9e;
    font-size: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 400;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sidebar .styled-nav li a:before {
    content: '\f0a9';
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    font-size: 16px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    color: #b2dd4c
}

.sidebar .styled-nav li.current a,
.sidebar .styled-nav li:hover a {
    color: #fff;
    background: #b2dd4c;
    border-color: #b2dd4c
}

.sidebar .styled-nav li.current a:before,
.sidebar .styled-nav li:hover a:before {
    color: #fff
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0
}

.sidebar .search-box .form-group input[type=search],
.sidebar .search-box .form-group input[type=text] {
    position: relative;
    line-height: 26px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #f0f0f0;
    height: 48px;
    background: #fff;
    color: #1a1a1a;
    display: block;
    width: 100%;
    border-radius: 2px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.sidebar .search-box .form-group input:focus {
    border-color: #b2dd4c
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #fff;
    background: #b2dd4c;
    border-radius: 0 2px 2px 0
}

.sidebar .search-box .form-group button:hover,
.sidebar .search-box .form-group input:focus+button {
    background: #1d2802
}

.sidebar .recent-posts .post {
    position: relative;
    min-height: 75px;
    padding-left: 90px;
    margin-bottom: 40px
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0
}

.sidebar .recent-posts .post .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px
}

.sidebar .recent-posts .post .post-thumb .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(178, 221, 76, .95);
    color: #fff;
    opacity: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .recent-posts .post:hover .post-thumb .overlay-link {
    opacity: 1
}

.sidebar .recent-posts .post .post-thumb .overlay-link span {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 30px;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    font-size: 18px
}

.sidebar .recent-posts .post .post-thumb img {
    display: block;
    width: 100%
}

.sidebar .recent-posts .post .desc-text {
    position: relative;
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1.8em;
    margin-bottom: 0;
    top: -5px
}

.sidebar .recent-posts .post .desc-text a {
    color: #1f1f1f
}

.sidebar .recent-posts .post .time {
    color: #b2dd4c;
    line-height: 24px
}

.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 14px;
    margin: 0 5px 9px 0;
    background: #f7f7f7;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.sidebar .popular-tags a:hover {
    background-color: #b2dd4c;
    color: #fff
}

.sidebar .list {
    position: relative
}

.sidebar .list li {
    position: relative;
    margin-bottom: 14px
}

.sidebar .list li a {
    position: relative;
    display: block;
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 25px 0 22px
}

.sidebar .list li:first-child a {
    padding-top: 0
}

.sidebar .list li a:before {
    font-family: FontAwesome;
    content: '\f178';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #b2dd4c
}

.sidebar .list li a:after {
    font-family: FontAwesome;
    content: '\f14a';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    font-size: 12px;
    line-height: 26px;
    opacity: .2
}

.sidebar .list li a:hover:after {
    opacity: 1;
    color: #b2dd4c
}

.sidebar .list li a:hover {
    color: #b2dd4c
}

.sidebar .list-three {
    position: relative
}

.sidebar .list-three li {
    position: relative;
    border-bottom: 1px solid #f0f0f0
}

.sidebar .list-three li a {
    position: relative;
    display: block;
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 0 15px 25px
}

.sidebar .list-three li:first-child a {
    padding-top: 0
}

.sidebar .list-three li a:before {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
    font-size: 18px;
    color: #b2dd4c;
    line-height: 24px
}

.sidebar .list-three li:first-child a:before {
    top: 0
}

.sidebar .list-three li a:hover {
    color: #b2dd4c
}

.sidebar .text-widget {
    position: relative;
    color: #9e9e9e
}

.sidebar .text-widget .text p {
    margin-bottom: 15px
}

.sidebar .text-widget .text p:last-child {
    margin-bottom: 0
}

.rangeslider-widget .val-box {
    position: relative;
    display: inline-block;
    margin: 7px 5px 7px 0;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #dadada;
    padding: 8px 10px;
    width: 70px;
    text-align: center
}

.rangeslider-widget button {
    position: relative;
    display: inline-block;
    line-height: 24px;
    border: 1px solid #b2dd4c;
    padding: 8px 22px;
    background: #b2dd4c;
    color: #fff;
    border-radius: 3px
}

.rangeslider-widget .noUi-connect {
    background: #b2dd4c !important
}

.rangeslider-widget .noUi-background {
    background: #f0f0f0 !important
}

.rangeslider-widget .noUi-handle {
    background: #f7f7f7 !important;
    border-radius: 50% !important;
    box-shadow: none;
    border: 2px solid #b2dd4c;
    cursor: pointer
}

.rangeslider-widget .form-group {
    margin-bottom: 0
}

.sidebar .best-sellers .item {
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
    min-height: 70px;
    padding: 10px 0 0 90px;
    color: #ccc
}

.sidebar .best-sellers .item .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #e9e9e9
}

.sidebar .best-sellers .item .post-thumb img {
    width: 100%;
    display: block
}

.sidebar .best-sellers .item h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    line-height: 1.4em;
    color: #1f1f1f
}

.sidebar .best-sellers .item h4 a {
    color: #1f1f1f
}

.sidebar .best-sellers .item a:hover {
    color: #b2dd4c
}

.sidebar .best-sellers .item .rating {
    font-size: 12px;
    color: #b2dd4c;
    letter-spacing: 3px
}

.sidebar .best-sellers .item .item-price {
    font-size: 16px;
    font-weight: 500;
    color: #b2dd4c
}

.sidebar .best-sellers .item .item-price .strike-through {
    color: #9e9e9e;
    padding-left: 10px
}

.post-details .single-item-carousel {
    position: relative
}

.post-details .single-item-carousel .owl-controls {
    margin: 0 !important;
    padding: 0
}

.post-details .single-item-carousel .owl-dots {
    display: none !important
}

.post-details .single-item-carousel .owl-nav {
    margin: 0
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -24px;
    font-size: 22px;
    padding: 0;
    line-height: 48px;
    width: 48px;
    height: 48px;
    background: #1d2802;
    border-radius: 0
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*=owl-]:hover {
    background: #b2dd4c
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*=owl-prev] {
    left: 0
}

.post-details .single-item-carousel .owl-controls .owl-nav [class*=owl-next] {
    right: 0
}

.gallery-details .lower-content {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0
}

.gallery-details .post-info {
    position: relative;
    margin-bottom: 20px
}

.gallery-details .post-info h3 {
    font-size: 24px;
    color: #1f1f1f;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2px
}

.gallery-details .post-info h3 a {
    color: #1f1f1f
}

.gallery-details .post-info .post-tags a {
    color: #b2dd4c;
    font-size: 18px;
    font-family: 'Shadows Into Light', cursive
}

.post-details p {
    line-height: 1.8em;
    margin-bottom: 20px
}

.post-details .two-column .info-column,
.post-details .two-column .text-column {
    position: relative;
    margin-bottom: 30px
}

.post-details blockquote {
    position: relative;
    margin-left: 60px;
    padding: 10px 20px 10px;
    border-left: 2px solid #b2dd4c;
    background: 0 0;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 20px
}

.post-details blockquote:before {
    content: '';
    position: absolute;
    left: -60px;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(../images/icons/quote-icon.png) left top no-repeat
}

.blog-details blockquote:before {
    display: none
}

.blog-details blockquote p {
    font-size: 14px !important
}

.post-details .gallery-info {
    position: relative;
    background: #f7f7f7
}

.post-details .gallery-info .info-header {
    position: relative;
    padding: 12px 20px;
    background: #b2dd4c;
    color: #fff
}

.post-details .gallery-info .info-header h4 {
    position: relative;
    font-size: 20px;
    line-height: 30px;
    color: #fff
}

.post-details .gallery-info .info-lower {
    position: relative;
    padding: 20px 20px 30px
}

.post-details .gallery-info .desc-text {
    position: relative;
    line-height: 1.8em;
    margin-bottom: 15px
}

.post-details .gallery-info .specs-list {
    position: relative;
    border: 1px solid #f0f0f0
}

.post-details .gallery-info .specs-list li {
    position: relative;
    padding: 10px 15px;
    background: #fff
}

.post-details .gallery-info .specs-list li:nth-child(2n+2) {
    background: 0 0
}

.post-details .gallery-info .specs-list li .pull-left {
    color: #1f1f1f
}

.post-details blockquote p {
    font-size: 16px
}

.post-details blockquote .author-title {
    font-size: 16px;
    color: #1f1f1f
}

.post-details blockquote .author-title .designation {
    font-size: 18px;
    color: #b2dd4c
}

.post-details .gallery-controls {
    position: relative;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 30px
}

.post-details .gallery-controls .theme-btn {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 0;
    text-align: center;
    min-width: 40px
}

.post-details .gallery-controls .prev-btn {
    position: relative;
    float: left
}

.post-details .gallery-controls .prev-btn .fa {
    padding-right: 4px
}

.post-details .gallery-controls .next-btn {
    position: relative;
    float: right
}

.post-details .gallery-controls .next-btn .fa {
    padding-left: 4px
}

.post-details .gallery-controls .next-btn,
.post-details .gallery-controls .prev-btn {
    padding: 8px 30px;
    border: 1px solid #f0f0f0;
    text-transform: uppercase;
    color: #1f1f1f;
    font-weight: 600;
    min-width: 140px;
    border-radius: 20px
}

.post-details .gallery-controls .next-btn:hover,
.post-details .gallery-controls .prev-btn:hover {
    background: #b2dd4c;
    color: #fff
}

.post-details .gallery-controls .gallery-btn {
    color: #fff;
    background: #b2dd4c;
    font-weight: 400;
    font-size: 18px
}

.post-details .related-gallery {
    position: relative;
    margin-bottom: 40px
}

.post-details .related-gallery .owl-controls {
    margin: 0 !important;
    padding: 0
}

.post-details .related-gallery .owl-dots {
    display: none !important
}

.post-details .related-gallery .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;
    margin: 0
}

.post-details .related-gallery .owl-controls .owl-nav [class*=owl-] {
    position: relative;
    margin: 0 0 0 10px;
    font-size: 22px;
    padding: 0;
    line-height: 42px;
    width: 46px;
    height: 46px;
    background: 0 0;
    color: #e0e0e0;
    border: 2px solid #e0e0e0;
    border-radius: 50%
}

.post-details .related-gallery .owl-controls .owl-nav [class*=owl-]:hover {
    color: #b2dd4c;
    border-color: #b2dd4c
}

.post-details .post-author {
    position: relative;
    color: #777;
    margin-bottom: 50px
}

.post-details .post-author .inner-box {
    position: relative;
    padding: 35px 35px 35px 155px;
    min-height: 160px;
    background: #f4f4f4
}

.post-details .post-author .inner-box .author-thumb {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 100px;
    height: 100px;
    border-radius: 2px
}

.post-details .post-author .inner-box .author-thumb img {
    display: block;
    width: 100%
}

.post-details .post-author h4 {
    position: relative;
    margin: -8px 0 5px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    color: #1f1f1f
}

.post-details .post-author h4 .author-designation {
    position: relative;
    color: #b2dd4c;
    font-style: italic
}

.post-details .post-author .text {
    line-height: 1.8em;
    color: #777
}

.post-details .post-author .text a {
    color: #777;
    text-decoration: underline
}

.post-details .post-author .text a:hover {
    color: #b2dd4c
}

.post-details .post-bottom {
    background: #fff;
    padding: 25px 0 0;
    border-top: 1px solid #f0f0f0
}

.post-details .post-bottom .share-options strong {
    font-weight: 400;
    font-size: 20px;
    color: #1f1f1f;
    padding-right: 10px
}

.post-details .post-bottom .share-options li {
    line-height: 34px;
    margin-right: 12px;
    float: left
}

.post-details .post-bottom .share-options li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    text-align: center;
    color: #999;
    border-radius: 50%;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.post-details .post-bottom .share-options li a:hover {
    color: #fff;
    background: #b2dd4c
}

.social-links-one a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px solid #e9e9e9;
    text-align: center;
    color: #999;
    margin: 0 10px 0 0;
    border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.social-links-one a:hover {
    color: #fff;
    background: #b2dd4c
}

.post-details .post-bottom .post-controls li {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    line-height: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #1f1f1f;
    margin-left: 20px
}

.post-details .post-bottom .post-controls li a {
    color: #1f1f1f
}

.post-details .post-bottom .post-controls li a:hover {
    color: #b2dd4c
}

.post-details .comments-area {
    position: relative;
    margin-bottom: 60px
}

.post-details .comments-area .comment-box {
    position: relative
}

.post-details .comments-area .comment {
    position: relative;
    padding: 0 0 30px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 32px
}

.post-details .comments-area .comment .comment-inner {
    position: relative;
    padding-left: 120px
}

.post-details .comments-area .comment .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px
}

.post-details .comments-area .comment .author-thumb img {
    width: 100%;
    display: block
}

.post-details .comments-area .comment .comment-header {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    color: #b2dd4c
}

.post-details .comments-area .comment .comment-header strong {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 400;
    padding-right: 30px
}

.post-details .comments-area .comment .text {
    line-height: 1.8em;
    color: #9e9e9e;
    margin-bottom: 20px
}

.post-details .comments-area .comment .reply-btn {
    font-weight: 600;
    color: #b2dd4c;
    text-transform: uppercase
}

.post-details .comment-form .form-group {
    margin-bottom: 30px
}

.post-details .comment-form .btn-style-one {
    padding: 10px 35px
}

.register-section {
    position: relative;
    padding: 80px 0 40px
}

.register-section .sec-title {
    margin-bottom: 30px
}

.register-section .sec-title h2 {
    font-size: 28px;
    padding-bottom: 5px;
    font-weight: 600
}

.register-section .form-column {
    margin-bottom: 80px
}

.styled-form {
    position: relative
}

.styled-form .form-group {
    position: relative;
    margin-bottom: 25px;
    font-size: 14px;
    color: #9e9e9e
}

.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px
}

.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    color: #1f1f1f
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
    cursor: pointer
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
    font-weight: 400
}

.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #999;
    z-index: 2
}

.styled-form .form-group .field-label {
    display: block;
    color: #1f1f1f;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400
}

.styled-form input[type=email],
.styled-form input[type=number],
.styled-form input[type=password],
.styled-form input[type=tel],
.styled-form input[type=text],
.styled-form input[type=url],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 30px;
    padding: 8px 20px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.checkout-section .styled-form input[type=email],
.checkout-section .styled-form input[type=password],
.checkout-section .styled-form input[type=text],
.checkout-section .styled-form select {
    line-height: 26px;
    height: 44px
}

.styled-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer
}

.styled-form select option {
    text-indent: 20px
}

.styled-form textarea {
    resize: none;
    height: 110px
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #b2dd4c
}

.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 10px 30px
}

.styled-form .forgot {
    font-size: 14px
}

.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #b2dd4c;
    margin: 0 0 0 15px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.social-links-two a:hover {
    opacity: .8
}

.social-links-two .facebook {
    background: #3b5998
}

.social-links-two .twitter {
    background: #33ccfe
}

.social-links-two .google-plus {
    background: #dd4b39
}

.padd-top-5 {
    padding-top: 5px
}

.padd-top-10 {
    padding-top: 10px
}

.padd-top-15 {
    padding-top: 15px
}

.contact-section {
    position: relative;
    padding: 30px 0 15px
}

.contact-section .sec-title {
    margin-bottom: 30px
}

.contact-section .sec-title h2 {
    font-size: 30px;
    padding-bottom: 5px
}

.contact-section .column {
    position: relative;
    margin-bottom: 30px
}

.contact-section .info-column .desc-text {
    line-height: 1.8em;
    margin-bottom: 30px;
    color: #9e9e9e
}

.contact-section .info-tabs {
    position: relative
}

.contact-section .info-tabs .tab-buttons {
    position: relative;
    margin-bottom: 20px
}

.contact-section .info-tabs .tab-btn {
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 24px;
    font-size: 16px;
    padding: 8px;
    border: 1px solid #f0f0f0;
    text-align: center;
    color: #1f1f1f;
    border-radius: 0
}

.contact-section .info-tabs .tab-btn.active-btn {
    color: #fff;
    background: #000;
    border-color: #000
}

.contact-section .info-column .location-title {
    line-height: 50px;
    margin-bottom: 10px;
    color: #1f1f1f;
    font-size: 22px
}

.info-style-one {
    position: relative
}

.info-style-one li {
    position: relative;
    padding-left: 70px;
    min-height: 50px;
    margin-bottom: 25px
}

.info-style-one li .icon-box {
    /*position: absolute;*/
    position: relative;
    left: 0;
    top: 0;
    /*width: 50px;*/
    width: auto;
    height: 45px;
    line-height: 50px;
    /*text-align: center;*/
    text-align: left;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    background: #a0334a;
    /*background:#000000;*/
}
.info-style-one li .icon-box span{
    margin-left:10px;
    margin-right:5px;
}

.info-style-one li h4 {
    font-size: 20px;
    font-weight: 400;
    color: #1f1f1f;
    text-transform: capitalize;
    margin-bottom: 2px
}

.info-style-one li .text {
    line-height: 1.4em;
    color: #9e9e9e
}

.contact-section .contact-form .form-group {
    margin-bottom: 30px
}

.contact-section .contact-form .form-group textarea {
    height: 160px
}

.map-section {
    position: relative
}

.map-canvas {
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

.map-canvas .map-data {
    text-align: center;
    font-size: 13px;
    font-weight: 400
}

.map-canvas .map-data h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    color: #181818
}

.products-section {
    position: relative;
    background: #fff;
    padding: 0 0
}

.products-section .shop-upper-box {
    position: relative;
    margin-bottom: 40px;
    color: #1f1f1f
}

.products-section .shop-upper-box .items-label {
    position: relative;
    padding: 6px 0;
    line-height: 30px;
    color: #9e9e9e
}

.products-section .shop-upper-box .sort-by strong {
    position: relative;
    font-weight: 500;
    line-height: 30px;
    padding: 6px 0
}

.products-section .shop-upper-box .sort-by select {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 12px 10px;
    height: 48px;
    width: 240px;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none
}

.products-section .shop-upper-box .sort-by select option {
    text-indent: 10px
}

.default-shop-item {
    position: relative;
    margin-bottom: 30px
}

.default-shop-item .inner-box {
    position: relative;
    border: 1px solid #f0f0f0
}

.default-shop-item .overlay {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    color: #b2dd4c;
    text-align: center;
    z-index: 10;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-shop-item:hover .overlay {
    top: 0
}

.default-shop-item .overlay .links-box {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    height: 54px
}

.default-shop-item .overlay .option-btn {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 12px 0;
    width: 54px;
    height: 54px;
    background: #b2dd4c;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-shop-item .overlay .option-btn:hover {
    background: #1d2802
}

.default-shop-item .inner-box .image-box {
    position: relative;
    overflow: hidden
}

.default-shop-item .inner-box .image-box img {
    width: 100%;
    display: block
}

.default-shop-item .inner-box .item-over-info {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    display: table;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: middle;
    background: #dfd81e;
    border-radius: 50%
}

.default-shop-item .inner-box .item-over-info.offer {
    background: #ea6f2c;
    left: auto;
    right: 20px;
    top: 20px
}

.default-shop-item .inner-box .item-over-info .txt {
    display: table-cell;
    vertical-align: middle
}

.default-shop-item .inner-box .lower-content {
    position: relative;
    padding: 30px 10px 25px;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.default-shop-item:hover .inner-box,
.default-shop-item:hover .inner-box .lower-content {
    border-color: #b2dd4c
}

.default-shop-item .inner-box .lower-content h3 {
    position: relative;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

.default-shop-item .inner-box .lower-content h3 a {
    position: relative;
    color: #1f1f1f
}

.default-shop-item .inner-box .lower-content h3 a:hover {
    color: #b2dd4c
}

.default-shop-item .inner-box .lower-content .price {
    color: #b2dd4c;
    font-size: 18px;
    line-height: 26px;
    height: 26px
}

.default-shop-item .inner-box .lower-content .price span {
    color: #9e9e9e;
    font-size: 14px;
    padding-left: 10px;
    text-decoration: line-through
}

.product-details {
    position: relative;
    margin-bottom: 50px
}

.product-details .basic-details {
    position: relative;
    margin-bottom: 30px
}

.product-details .image-column,
.product-details .info-column {
    margin-bottom: 20px
}

.product-details .image-column img {
    display: block;
    width: 100%;
    border: 1px solid #e9e9e9
}

.product-details .basic-details .details-header {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.product-details .basic-details .details-header h4 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0;
    line-height: 1.4em;
    color: #1f1f1f;
    margin-bottom: 3px
}

.product-details .basic-details .details-header h4 a {
    color: #1f1f1f
}

.product-details .basic-details .details-header .rating {
    font-size: 14px;
    color: #b2dd4c;
    margin-bottom: 15px
}

.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 2px
}

.product-details .basic-details .details-header .rating .txt {
    font-size: 14px;
    padding-left: 10px;
    color: #1f1f1f
}

.product-details .basic-details .details-header .item-price {
    font-size: 22px;
    font-weight: 400;
    color: #b2dd4c;
    line-height: 24px
}

.product-details .basic-details .text {
    margin-bottom: 20px;
    color: #9e9e9e
}

.product-details .basic-details .check-delivery {
    position: relative;
    margin-bottom: 10px
}

.product-details .basic-details .check-delivery h4 {
    font-size: 13px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 10px
}

.product-details .basic-details .check-delivery .form-group {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.product-details .basic-details .check-delivery .form-group input[type=text] {
    display: block;
    line-height: 24px;
    padding: 7px 10px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 170px;
    background: 0 0
}

.product-details .basic-details .check-delivery .form-group button {
    display: block;
    line-height: 24px;
    padding: 7px 20px;
    border: 1px solid #f0f0f0;
    background: #f7f7f7;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 2px
}

.product-details .basic-details .item-quantity {
    position: relative;
    width: 100px;
    margin-right: 20px
}

.cart-table tbody tr .qty input[type=text],
.product-details .basic-details .item-quantity input[type=text] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #f4f4f4
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    height: 24px;
    background: #e9e9e9
}

.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px
}

.product-details .basic-details .check-delivery .field-label {
    font-weight: 500;
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0;
    color: #b2dd4c
}

.product-details .basic-details .options .theme-btn {
    padding: 10px 25px
}

.prod-tabs {
    position: relative
}

.prod-tabs .tab-btns {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    z-index: 1
}

.prod-tabs .tab-btns .tab-btn {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    margin-right: 7px;
    font-size: 18px;
    background: #f7f7f7;
    color: #1f1f1f;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 30px;
    border-radius: 2px 2px 0 0
}

.prod-tabs .tab-btns .tab-btn.active-btn,
.prod-tabs .tab-btns .tab-btn:hover {
    background: #b2dd4c;
    color: #fff
}

.prod-tabs .tabs-container {
    position: relative;
    color: #1f1f1f
}

.prod-tabs .tabs-container .tab {
    position: relative;
    padding: 30px 0;
    display: none
}

.prod-tabs .tabs-container .tab.active-tab {
    display: block
}

.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6,
.prod-tabs .tabs-container .tab p {
    margin-bottom: 15px
}

.prod-tabs .tabs-container .tab h3 {
    font-size: 20px;
    font-weight: 600
}

.prod-tabs .tabs-container .tab h4 {
    font-size: 18px;
    font-weight: 600
}

.prod-tabs .reviews-container {
    position: relative;
    padding-bottom: 1px
}

.prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
    min-height: 130px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0
}

.prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: #fff
}

.prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 100%
}

.prod-tabs .reviews-container .rev-content {
    position: relative;
    background: #fff
}

.prod-tabs .reviews-container .rev-header {
    position: relative
}

.prod-tabs .reviews-container .rev-header h4 {
    float: left;
    line-height: 30px;
    font-size: 20px;
    color: #1f1f1f;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px
}

.prod-tabs .reviews-container .rev-header .rating {
    position: relative;
    float: left;
    margin-left: 50px;
    color: #b2dd4c;
    line-height: 30px;
    font-size: 14px
}

.prod-tabs .reviews-container .rev-header .rating .fa {
    margin: 0 2px
}

.prod-tabs .reviews-container .rev-header .time {
    position: relative;
    float: right;
    color: #b2dd4c;
    line-height: 30px;
    font-size: 14px
}

.prod-tabs .reviews-container .rev-option {
    font-size: 14px;
    color: #9e9e9e
}

.prod-tabs .reviews-container .rev-option a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700
}

.prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.8em;
    margin-bottom: 15px
}

.prod-tabs .add-review {
    position: relative;
    margin: 30px 0 0;
    font-size: 14px
}

.prod-tabs .add-review .rating {
    position: relative
}

.prod-tabs .add-review .rating li {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.prod-tabs .add-review .rating li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #e0e0e0
}

.prod-tabs .add-review .rating .rate-box:active,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:hover {
    color: #b2dd4c
}

.prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #9e9e9e
}

.prod-tabs .add-review h3 {
    margin-bottom: 20px
}

.prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 25px
}

.prod-tabs .add-review .form-group input[type=email],
.prod-tabs .add-review .form-group input[type=password],
.prod-tabs .add-review .form-group input[type=tel],
.prod-tabs .add-review .form-group input[type=text],
.prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 12px 20px;
    color: #1f1f1f;
    border: 1px solid #f0f0f0;
    height: 48px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 12px 20px;
    color: #1f1f1f;
    border: 1px solid #f0f0f0;
    height: 180px;
    resize: none;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease
}

.prod-tabs .add-review .form-group input:focus,
.prod-tabs .add-review .form-group select:focus,
.prod-tabs .add-review .form-group textarea:focus {
    border-color: #b2dd4c
}

.prod-tabs .add-review button {
    position: relative;
    display: inline-block;
    background: #b2dd4c;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 40px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 26px
}

.prod-tabs .add-review button:hover {
    background: #243104
}

.related-products-section {
    position: relative;
    padding: 0 0
}

.related-products-section .owl-controls {
    display: none !important
}

.related-products-section .default-shop-item {
    margin-bottom: 0
}

.cart-section {
    position: relative;
    padding: 80px 0
}

.cart-section .cart-outer {
    position: relative
}

.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto
}

.cart-section .cart-table {
    width: 100%;
    min-width: 900px
}

.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    background: #f7f7f7;
    color: #1f1f1f
}

.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 600
}

.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px
}

.cart-table tbody tr td {
    line-height: 24px;
    padding: 30px 10px 20px;
    min-width: 100px
}

.cart-table tbody tr .qty {
    width: 150px;
    padding-right: 40px
}

.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5
}

.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 90px;
    padding-left: 90px;
    padding-top: 20px;
    text-align: left
}

.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 70px;
    border: 1px solid #f0f0f0;
    left: 0;
    top: 0
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%
}

.cart-table tbody tr .prod-column .column-box h3 {
    font-size: 20px;
    color: #1f1f1f;
    font-weight: 400;
    margin-bottom: 5px
}

.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #b2dd4c
}

.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 14px;
    color: #1f1f1f;
    line-height: 30px;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease
}

.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f0f0f0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-indent: 100px
}

.cart-table tbody tr .remove-btn:hover {
    color: #b2dd4c
}

.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0;
    background: #b2dd4c
}

.cart-table tbody tr {
    border-bottom: 1px solid #f0f0f0
}

.cart-table tbody tr td {
    vertical-align: middle
}

.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative
}

.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px
}

.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #b2dd4c;
    border-radius: 50%
}

.cart-section .coupon-outer {
    position: relative;
    margin: 50px 0 70px
}

.cart-section .apply-coupon {
    position: relative
}

.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 15px
}

.cart-section .apply-coupon .form-group input[type=text] {
    display: block;
    line-height: 26px;
    padding: 12px 20px;
    border: 1px solid #f0f0f0;
    height: 50px;
    border-radius: 23px;
    width: 230px;
    background: 0 0
}

.cart-section .estimate-form {
    position: relative
}

.cart-section .sec-title {
    margin-bottom: 25px
}

.cart-section .sec-title h2 {
    font-size: 28px
}

.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px
}

.cart-section .estimate-form .row .form-group {
    padding: 0 7px !important;
    margin-bottom: 30px
}

.cart-section .totals-table {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin-bottom: 30px
}

.cart-section .totals-table .col {
    position: relative;
    display: block;
    float: left;
    padding: 15px 15px;
    line-height: 24px;
    width: 50%
}

.cart-section .totals-table .col-title {
    font-size: 14px;
    color: #353535;
    border-right: 1px solid #f0f0f0
}

.cart-section .totals-table li {
    position: relative;
    border-bottom: 1px solid #f0f0f0
}

.cart-section .totals-table li:last-child {
    border-bottom: none
}

.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    border-radius: 3px;
    background: #f4f4f4;
    line-height: 1.7em
}

.events-section {
    position: relative;
    padding: 80px 0
}

.events-section .schedule-box {
    position: relative;
    width: 100%
}

.events-section .events-table {
    position: relative;
    display: table;
    width: 100%;
    color: #1f1f1f;
    background: #fff;
    vertical-align: top;
    min-width: 1170px
}

.events-section .events-table .table-row {
    position: relative;
    display: table-row;
    width: 100%;
    background: #b2dd4c;
    color: #fff
}

.events-section .events-table .table-row .table-cell {
    position: relative;
    display: table-cell;
    text-align: left;
    padding: 15px;
    width: 14%;
    vertical-align: middle
}

.events-section .events-table .head {
    position: relative;
    background: #f7f7f7;
    text-transform: capitalize;
    font-size: 16px;
    color: #1f1f1f
}

.events-section .events-table .head .table-cell {
    line-height: 24px;
    padding: 12px 20px;
    text-align: center;
    vertical-align: top;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.events-section .events-table .normal-row .table-cell.empty {
    background: #fff
}

.events-section .events-table .normal-row .table-cell {
    line-height: 20px;
    border: 1px solid #fff
}

.events-section .events-table .event-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px
}

.events-section .events-table .event-timings {
    font-size: 13px;
    margin-bottom: 15px
}

.events-section .events-table .event-info {
    font-size: 13px;
    margin-bottom: 10px
}

.events-section .events-table .event-info .fa,
.events-section .events-table .event-timings .fa {
    padding-right: 5px
}

.events-section .events-table .event-hover-popup {
    position: absolute;
    left: 15px;
    bottom: 100%;
    width: 480px;
    background: #fff;
    color: #9e9e9e;
    font-size: 14px;
    padding: 20px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.events-section .events-table .event-hover-popup:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    left: 50px;
    bottom: -13px;
    font-size: 32px;
    color: #fff
}

.events-section .events-table .table-cell:hover .event-hover-popup {
    opacity: 1;
    visibility: visible;
    margin-bottom: -35px
}

.events-section .events-table .event-hover-popup .upper-content {
    position: relative;
    margin-bottom: 10px
}

.events-section .events-table .event-hover-popup .upper-content .image {
    position: relative;
    float: left;
    margin: 0 20px 15px 0
}

.events-section .events-table .event-hover-popup .upper-content .image img {
    display: block
}

.events-section .events-table .event-hover-popup .upper-content p {
    position: relative;
    line-height: 1.7em
}

.events-section .events-table .event-hover-popup .lower-info {
    position: relative;
    padding-left: 70px;
    min-height: 60px
}

.events-section .events-table .event-hover-popup .lower-info h3 {
    position: relative;
    font-size: 18px;
    color: #1f1f1f;
    line-height: 1.4em
}

.events-section .events-table .event-hover-popup .lower-info .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 32px;
    background: #b2dd4c;
    color: #fff
}

.events-section .events-table .event-hover-popup .lower-info .info .fa {
    position: relative;
    font-size: 10px;
    color: #b2dd4c;
    padding-right: 5px
}

.events-section .events-header {
    position: relative;
    margin-bottom: 40px
}

.events-section .events-header h2 {
    position: relative;
    font-size: 32px;
    color: #b2dd4c;
    line-height: 1.4em;
    margin-bottom: -48px;
    text-align: center;
    font-weight: 600
}

.events-section .search-box .form-group {
    position: relative;
    margin-bottom: 20px
}

.events-section .search-box .form-group input[type=search],
.events-section .search-box .form-group input[type=text] {
    position: relative;
    line-height: 26px;
    padding: 10px 30px 10px 15px;
    border: 1px solid #f0f0f0;
    height: 48px;
    background: #fff;
    color: #1a1a1a;
    display: block;
    width: 100%;
    border-radius: 2px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.events-section .search-box .form-group input:focus {
    border-color: #b2dd4c
}

.events-section .search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #888;
    background: 0 0;
    border-radius: 0 2px 2px 0
}

.events-section .search-box .form-group input:focus+button,
.events-section.search-box .form-group button:hover {
    background: #b2dd4c;
    color: #fff
}

.events-section .events-header .event-cal-nav {
    position: relative;
    line-height: 24px;
    color: #fff;
    padding: 12px 60px;
    text-align: center;
    font-size: 16px;
    background: #b2dd4c;
    margin-bottom: 20px
}

.events-section .events-header .event-cal-nav .control {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 24px;
    background: #a1cb3e
}

.events-section .events-header .event-cal-nav .control.prev {
    left: 0
}

.events-section .events-header .event-cal-nav .control.next {
    right: 0
}

@keyframes pulse-grow {
    to {
        transform: scale(1.5)
    }
}

.pulse-grow {
    display: inline-block;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent
}

.inner-box:hover {
    cursor: pointer
}

.inner-box:hover .pulse-grow {
    animation-name: pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    cursor: pointer
}

.modal_main {
    font-family: Poppins, sans-serif
}

.modal_main .modal-content {
    /*background: url(../images/background/modal.jpg) no-repeat;*/

    background-size: cover
}

.modal_main input {
    outline: 0;
    border: none
}

.modal_main textarea {
    outline: 0;
    border: none
}

.modal_main textarea:focus,
input:focus {
    border-color: transparent !important
}

.modal_main input:focus::-webkit-input-placeholder {
    color: transparent
}

.modal_main input:focus:-moz-placeholder {
    color: transparent
}

.modal_main input:focus::-moz-placeholder {
    color: transparent
}

.modal_main input:focus:-ms-input-placeholder {
    color: transparent
}

.modal_main textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.modal_main textarea:focus:-moz-placeholder {
    color: transparent
}

.modal_main textarea:focus::-moz-placeholder {
    color: transparent
}

.modal_main textarea:focus:-ms-input-placeholder {
    color: transparent
}

.modal_main input::-webkit-input-placeholder {
    color: #000
}

.modal_main input:-moz-placeholder {
    color: #000
}

.modal_main input::-moz-placeholder {
    color: #000
}

.modal_main input:-ms-input-placeholder {
    color: #000
}

.modal_main textarea::-webkit-input-placeholder {
    color: #adadad
}

.modal_main textarea:-moz-placeholder {
    color: #adadad
}

.modal_main textarea::-moz-placeholder {
    color: #adadad
}

.modal_main textarea:-ms-input-placeholder {
    color: #adadad
}

.modal_main button {
    outline: 0 !important;
    border: none;
    background: 0 0
}

.modal_main button:hover {
    cursor: pointer
}

.modal_main iframe {
    border: none !important
}

.modal_main .txt1 {
    font-size: 14px;
    line-height: 1.5;
    color: #666
}

.modal_main .txt2 {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-transform: uppercase
}

.modal_main .bg1 {
    background-color: #3b5998
}

.modal_main .bg2 {
    background-color: #1da1f2
}

.modal_main .bg3 {
    background-color: #ea4335
}

.modal_main .limiter {
    width: 100%;
    margin: 0 auto
}

.modal_main .container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.modal_main .wrap-login100 {
    width: 480px;
    /*background: #ffffff80;*/
    border-radius: 10px;
    overflow: hidden;
    padding: 10px 40px 40px
}

.modal_main .login100-form {
    width: 100%
}

.modal_main .login100-form-title {
    display: block;
    font-size: 39px;
    color: #333;
    line-height: 1.2;
    text-align: center;
   /* border-bottom: 1px solid #00000042;*/
    padding-bottom: 10px
}

.modal_main .wrap-input100 {
    width: 100%;
    position: relative;
    /*border-bottom: 1px solid #9e9e9e*/
    /*border-bottom: 1px solid #26bdb6;&*/
     border: 1px solid #26bdb6;
     border-radius:10px;
     margin-top:15px;
}

.modal_main .label-input100 {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding-left: 2px
}

.modal_main .input100 {
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: 0 0;
    padding: 0 7px 0 43px
}

.modal_main .focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
    pointer-events: none
}

.modal_main .focus-input100::after {
    content: attr(data-symbol);
    font-family: Material-Design-Iconic-Font;
    color: #000;
    font-size: 22px;
   /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;*/
    align-items: center;
    justify-content: center;
    position: absolute;
    /*height: calc(100% - 20px);*/
    bottom: 0;
    left: 0;
    padding-left: 13px;
    padding-top: 3px
}

.modal_main .focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
     /*height: 1px;
    background: #000;
   -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s*/
}

.modal_main .input100:focus+.focus-input100::before {
    width: 100%
}

.modal_main .has-val.input100+.focus-input100::before {
    width: 100%
}

.modal_main .input100:focus+.focus-input100::after {
    color: #3e3e3e
}

.modal_main .has-val.input100+.focus-input100::after {
    color: #3e3e3e
}

.modal_main .container-login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    margin-top: 10px
}

.modal_main .wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -moz-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -webkit-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -o-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2);
    -ms-box-shadow: 0 5px 30px 0 rgba(3, 216, 222, .2)
}
.logregbutton .btn{
    border-radius: 10px;
    background-color:#26bdb6;
    
}
.logregbutton a{
  color:#ffffff;
}

.modal_main .login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: #2fc2ba;
    /*background: -webkit-linear-gradient(right, #a9434e, #792d4e, #54273e, #a5424e);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);*/
    top: 0;
    /*left: -100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s*/
}

.modal_main .login100-form-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px
}

.modal_main .wrap-login100-form-btn:hover .login100-form-bgbtn {
    left: 0
}

.modal_main .validate-input {
    position: relative
}

.modal_main .alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 20px)/ 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 2px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    -moz-transition: opacity .4s;
    transition: opacity .4s
}

.modal_main .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 20px)/ 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 8px
}

.modal_main .alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

.modal_main .login100-social-item {
    font-size: 25px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 5px
}

.modal_main .login100-social-item:hover {
    color: #fff;
    background-color: #333
}

@media (max-width:576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.modal_main .flex-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center
}

.modal_main .modal-header {
    border-bottom: 0
}

.modal_main .forgot_pw {
    padding: 20px 0
}

.modal_main .forgot_pw a {
    color: #000
}

.modal_main .modal-header .close {
    margin-top: 0;
    color: #000;
    background: #fff;
    padding: 5px 10px 4px;
    opacity: 1
}

.modal_main .modal-header .close:hover {
    opacity: .8
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #0000007a
}

.modal_main .modal-body {
    padding-top: 0
}

.hover12 figure {
    background: #ffffff3b
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.hover12 figure:hover img {
    opacity: .5
}

.hover13 figure:hover img {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s
}

@-webkit-keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

@keyframes flash {
    0% {
        opacity: .4
    }
    100% {
        opacity: 1
    }
}

.packages .lower-content h3 {
    padding-top: 0;
    padding-bottom: 10px
}

.packages .lower-content {
    padding: 0 !important;
    text-align: center
}

.packages .news-style-one .inner-box {
    border: none;
    padding-bottom: 25px;
    border: 1px solid #d4d4d4
}

.packages .news-style-one .inner-box:after {
    display: none
}

.packages .lower-content .btn {
    padding: 5px 20px;
    color: #000;
    border-radius: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
    background: #da4453;
    background: -moz-linear-gradient(left, #da4453 0, #89216b 100%);
    background: -webkit-linear-gradient(left, #da4453 0, #89216b 100%);
    background: linear-gradient(to right, #da4453 0, #89216b 100%);
    color: #fff;
    border: none
}

.packages .lower-content .btn .fa {
    margin-left: 16px;
    font-size: 20px
}

.packages .lower-content .btn:hover {
    color: #fff;
    border-radius: 0;
    background: #000;
    background: #da4453;
    background: -moz-linear-gradient(left, #da4453 0, #89216b 100%);
    background: -webkit-linear-gradient(left, #da4453 0, #89216b 100%);
    background: linear-gradient(to right, #da4453 0, #89216b 100%);
    opacity: .9;
    box-shadow: none;
    border: none
}

.packages .news-style-one .inner-box h3 a {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    border-radius: 50%;
    border: 1px solid #cecece
}

.snip1205 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    width: 370px;
    height: 230px
}

.snip1205 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

.snip1205 i {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    font-size: 34px;
    color: #000;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s 0s cubic-bezier(.6, -.28, .735, .045)
}

.snip1205.color {
    background-color: #000
}

.snip1205.hover img,
.snip1205:hover img {
    opacity: .3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background: red
}

.snip1205.hover i,
.snip1205:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s .1s cubic-bezier(.175, .885, .32, 1.275)
}

.faculty_inner p {
    margin-bottom: 10px;
    font-size: 15px
}

.gallery-section .col-md-4 {
    padding-bottom: 20px
}

.checkbox_reg label {
    color: #000;
    font-weight: 100;
    font-size: 12px
}

.checkbox_reg {
    padding: 15px 0 10px
}

.head_main {
    display: none
}

.news_modal .modal .modal-body img {
    width: 100%
}

.news_modal .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #000;
    font-size: 20px;
    padding: 10px 0
}

.news_modal .event_details {
    padding: 15px 0 5px;
    color: #5a5a5a;
    font-size: 15px
}

.news_modal .btn-default {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 15px;
    font-weight: 100
}

.news_modal .btn-default:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 15px;
    font-weight: 100
}

.news_modal p {
    color: #444
}

.package_details .amount {
    padding: 0 !important
}

.package_details ul li {
    float: left;
    padding: 0 5px
}

.package_details ul {
    display: inline-block
}

.package_details i {
    color: #000;
    font-size: 16px
}

.registration_modal .reg_modal {
    /*background: #cfd6e88f;*/
    background: #ffffff;
    border-radius: 0;
    padding: 0 20px
}

.registration_modal .info p {
    text-align: center;
    color: #999;
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 2px
}

.registration_modal .info i {
    color: #55acee
}

.registration_modal hr {
    position: relative;
    margin-top: 27%;
    border: 1px solid #fff;
    border-radius: 50px;
    opacity: .15
}

.registration_modal .container {
    display: block;
    position: relative;
    width: 550px;
   /* height: 680px;*/
    height: 540px;
    margin: auto;
    overflow: hidden
}

.registration_modal img.bg-img {
    display: block;
    position: absolute;
    margin: auto
}

.registration_modal .menu {
    position: relative;
    /*padding: 2% 13% 0 13%*/
}

.registration_modal .menu h2 {
    display: inline;
    margin: 20px;
    padding-bottom: 3px;
   /* border-bottom: 3px solid #5f5f5f;*/
    color: #750303
}

.registration_modal a:not(.active) {
    cursor: inherit
}

.registration_modal .menu .active h2 {
    border-bottom: 0 solid #1161ee;
    color: #000;
    transition: color .5s ease-in
}

.registration_modal .connexion {
    position: absolute;
    padding: 5% 8%;
    width: 100%;
    left: 0;
    padding-top: 10px;
    transition: all .7s
}

.registration_modal .connexion h2 {
    display: inline;
    margin: 20px;
    padding-bottom: 3px;
    border-bottom: 2px solid #1161ee
}

.registration_modal .connexion h4 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    opacity: .3
}

.registration_modal .connexion h4:hover {
    opacity: .8;
    transition: all .1s ease-in
}

.registration_modal label {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 100;
    color: #000
}

.registration_modal input {
    display: block;
    width: 100%;
    margin: auto;
    padding: 8px;

    border:1px solid #2fc2ba;
    margin: 15px 0;
    background: #ffffff5e;
    border-radius: 10px;
    padding-left: 20px
}
.registration_modal input:focus{
   
     border-color: #2fc2ba !important;
   
}
/*input:focus {
    border-color: transparent !important
}

*/
.registration_modal input p {
    color: #fff;
    opacity: 1
}

.registration_modal input.submit {
    width: 100%;
    padding: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    opacity: 1;
    background-color: #1161ee;
    cursor: pointer;
    
    margin-top: 20px
}

.registration_modal .check label {
    float: left;
    width: 10%;
    margin-left: 5%
}

.registration_modal .check h3 {
    padding: 15px
}

.registration_modal .checkbox {
    display: none
}

.registration_modal .checkbox:checked+svg .path-moving {
    -webkit-transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s cubic-bezier(.3, .8, .6, 1.5);
    transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s cubic-bezier(.3, .8, .6, 1.5);
    stroke-dasharray: 25 90;
    stroke-dashoffset: 0
}

.registration_modal .path-back,
.registration_modal .path-moving {
    fill: none;
    stroke: #1161ee;
    stroke-width: 3px;
    stroke-linecap: round;
    stroke-linejoin: round
}

.registration_modal .path-moving {
    -webkit-transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s;
    transition: stroke .4s, stroke-dasharray .4s, stroke-dashoffset .4s;
    stroke: #fff;
    stroke-dasharray: 110;
    stroke-dashoffset: -32
}

.registration_modal .enregistrer {
    position: absolute;
    padding: 30px 5% 13%;
    width: 100%;
    right: 0;
    transition: all .7s;
    padding-top: 10px;
    overflow-y: scroll !important;
    height: 100% !important
}

.registration_modal .active-section {
    position: absolute;
    
    right: 580px
}

.registration_modal .remove-section {
    position: absolute;
    left: 500px
}

.lower-content .user_list {
    padding: 0 0 15px 0
}

.lower-content .user_list i {
    color: #fff;
    padding-right: 12px
}

.lower-content .user_list span {
    background: #000;
    color: #fff;
    font-size: 15px;
    padding: 4px 2px;
    padding-right: 14px
}

.package_details .user_list {
    float: left;
    padding-right: 20px
}

.package_details .count_details {
    display: inline
}

.table-scrollable th {
    color: #000;
    font-weight: 100
}

.table-scrollable input {
    margin: 0;
    border-radius: 0
}

.forgot_pw .email_ver {
    float: left
}

.enregistrer .btn-info {
    background: 0 0;
    border: 1px solid #000;
    color: #000
}

.enregistrer .btn-info:hover {
    background: #000;
    border: 1px solid #000;
    color: #fff
}

.reg_selector {
    padding-top: 5px
}

.reg_selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #ffffff5e;
    border-radius: 10px;
    background-image: none
}

.reg_selector .select {
    position: relative;
    display: block;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em
}

.reg_selector select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #000;
    cursor: pointer;
    padding-left: 17px
}

.reg_selector select::-ms-expand {
    display: none
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    background: #34495e;
    pointer-events: none
}

.reg_selector .select:hover::after {
    color: #fff
}

.reg_selector .select::after {
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease
}

.error_message {
    border: 0 dotted;
    margin: 10px 0;
    padding: 8px 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #fff;
    background-color: red
}

.success_message {
    border: 0 dotted;
    margin: 10px 0;
    padding: 8px 20px;
    background-position: 10px center;
    color: #fff;
    background-color: #135a0e
}

.iifr {
    display: none !important
}

.footer-bottom a {
    color: #000
}

.packages .hover12 figure {
    background: 0 0
}

.contact-info .fa {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0
}

.float-sm .twitter {
    font: normal normal 10px Arial;
    text-align: center;
    color: #998578;
    text-transform: uppercase;
    letter-spacing: 3px
}

.float-sm .twitter {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.float-sm .twitter:hover {
    color: #ff7d6d;
    text-decoration: none
}

.float-sm .fl-fl {
    background: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.float-sm .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px
}

.float-sm .fl-fl:hover {
    right: 0
}

.float-sm .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px !important;
    vertical-align: top !important
}

.float-sm .float-fb {
    top: 160px
}

.float-sm .float-tw {
    top: 215px
}

.float-sm .float-gp {
    top: 270px
}

.float-sm .float-yt {
    top: 325px
}

.float-sm .float-rs {
    top: 380px
}

.float-sm .float-pn {
    top: 435px
}

.copyright {
    font-size: 14px;
    font-weight: 100;
    color: #fff
}

.copyright .company_info {
    padding: 0 8px;
    color: #020202;
    font-size: 14px;
    color: #fff
}

.links-widget .widget-content .fa {
    padding-right: 10px
}

.widgets-section .footer_course {
    padding-left: 20px
}

.btn_online_test {
    display: inline-block;
    background: #fff;
    padding: 6px 10px;
    margin-top: 6px;
    border-radius: 5px;
    margin-left: 100px
}

.btn_online_test a {
    color: #000
}

.posted-info {
    text-align: left;
    display: inline
}

.post-author-info {
    float: right
}

.lower-content h3 {
    padding: 20px 0;
    color: #000
}

.lower-content {
    padding-top: 50px
}

.news-section.grid-view img {
    padding: 10px
}

.online_test {
    padding-right: 30px
}

.text_center {
    text-align: center
}

.navigation .current .expander .fa-angle-down {
    display: none
}

.info-style-one p {
    color: #313131;
    padding-left: 15px;
    line-height: 32px
}

.info-style-one p:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0
}

.course-section {
    position: relative;
    padding: 30px 0 15px
}

.course-section table {
    background: #fff
}

.course-section table,
.course-section tbody,
.course-section td,
.course-section tfoot,
.course-section th,
.course-section thead,
.course-section tr {
    text-align: left;
    border: 1px solid #dedede;
    padding: 10px;
    color: #000
}

.count_details h3 {
    text-align: left
}

.packages .news-style-one .inner-box:before {
    content: ''
}

.coming_soon {
    background: #da4453;
    background: -moz-linear-gradient(left, #da4453 0, #89216b 100%);
    background: -webkit-linear-gradient(left, #da4453 0, #89216b 100%);
    background: linear-gradient(to right, #da4453 0, #89216b 100%);
    padding: 4px 6px;
    font-size: 14px;
    color: #fff
}

@keyframes sway {
    0% {
        transform: rotate(8deg)
    }
    50% {
        transform: rotate(-8deg)
    }
    100% {
        transform: rotate(8deg)
    }
}

.coming_object {
    position: absolute;
    animation: sway 2.4s infinite;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    left: 0;
    left: 70%;
    height: 5%;
    z-index: 999;
    text-transform: uppercase
}

.coming_object .object-shape {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    background-color: #8c236a;
    margin: 0 auto;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    font-weight: 800;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.coming_object .object-shape span {
    font-size: 22px;
    color: #fff
}

.object-rope {
    height: 100%;
    width: 5px;
    background-color: #222;
    content: "";
    display: block;
    margin-left: 50%
}

.editorial_inner {
    display: block;
    text-align: center
}

.editorial_inner img {
    max-width: 100%;
    height: auto;
    border-radius: 100%;
    width: 180px;
    height: 180px
}

.editorial_head {
    color: #000;
    font-size: 22px;
    padding: 15px 0
}

.editorial-section {
    position: relative;
    padding: 40px 0;
    overflow: hidden
}

.editorial-section .view {
    margin: 10px;
    border: 10px solid #fdfdfd;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #d0d0d0;
    cursor: default;
    height: 200px;
    width: 200px;
    text-align: center;
    display: inline-block
}

.editorial-section .view .content,
.editorial-section .view .mask {
    width: 180px;
    height: 180px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.editorial-section .view img {
    display: block;
    position: relative
}

.editorial-section .view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0
}

.editorial-section .view p {
    font-style: italic;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 0 20px 0;
    text-align: center
}

.editorial-section .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000
}

.editorial-section .view a.info:hover {
    box-shadow: 0 0 5px #000
}

.editorial-section .view-tenth img {
    transform: scaleY(1);
    transition: all .7s ease-in-out
}

.editorial-section .view-tenth .mask {
    transition: all .5s linear;
    opacity: 0;
    background: #2190c7d9;
    color: #fff
}

.editorial-section .view-tenth h2 {
    background: 0 0;
    margin: 60px 20px 0 20px;
    transform: scale(0);
    color: #333;
    transition: all .5s linear;
    opacity: 0;
    color: #fff
}

.editorial-section .view-tenth p {
    color: #333;
    opacity: 0;
    transform: scale(0);
    transition: all .5s linear
}

padding- .editorial-section .view-tenth a.info {
    opacity: 0;
    transform: scale(0);
    transition: all .5s linear
}

.editorial-section .view-tenth:hover img {
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 0
}

.editorial-section .view-tenth:hover .mask {
    opacity: 1
}

.editorial-section .view-tenth:hover a.info,
.editorial-section .view-tenth:hover h2,
.editorial-section .view-tenth:hover p {
    transform: scale(1);
    opacity: 1
}

#all {
    text-align: center;
    display: block;
    width: 100%;
    float: none
}

.download_app .list li a:hover {
    border: none
}

.main-header .header-top .top-right .mock_exam .theme-btn {
    background: #cc3030;
    color: #fff;
    border: 1px solid #cc3030
}

.mock_modal .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    /*background: #00bff3;*/
    background: #20a8d8;
    color: #fff;
    text-align: center
}

.mock_modal .modal-dialog {
    width: 60% !important
}

.mock_instructions p {
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0
}

.mock_instructions ul li .fa {
    padding-right: 12px
}

.mock_instructions ul {
    color: #484848;
    font-size: 13px
}

.mock_examform button,
.mock_examform input {
    border: none;
    outline: 0;
    background: 0 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}

.mock_examform .tip {
    font-size: 20px;
    margin: 40px auto 50px;
    text-align: center
}

mock_examform .cont {
    overflow: hidden;
    position: relative;
    width: 900px;
    height: 550px;
    margin: 0 auto 100px;
    background: #fff
}

mock_examform .form {
    position: relative;
    width: 640px;
    height: 100%;
    transition: transform 1.2s ease-in-out;
    padding: 50px 30px 0
}

mock_examform .sub-cont {
    overflow: hidden;
    position: absolute;
    left: 640px;
    top: 0;
    width: 900px;
    height: 100%;
    padding-left: 260px;
    background: #fff;
    transition: transform 1.2s ease-in-out
}

.mock_examform button {
    display: block;
    margin: 0 auto;
    height: 32px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.mock_examform h2 {
    width: 100%;
    font-size: 26px;
    text-align: center
}

.mock_examform label {
    display: block;
    width: 370px;
    margin: 25px auto 0;
    text-align: center;
    padding: 0 10px;
}

.mock_examform label span {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 100
}

.mock_examform input {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    border-bottom: 1px solid #000000;
    text-align: left;
    font-weight: 100;
    color: #000000;
}

.mock_examform .forgot-pass {
    margin-top: 15px;
    text-align: center;
    font-size: 12px;
    color: #504d4d
}

.mock_examform .submit {
    margin-top: 20px;
    margin-bottom: 15px;
    background: #d21d1d;
    text-transform: uppercase;
    padding: 0 20px;
    display: inline-block;
    color: #fff
}

.mock_examform .fb-btn {
    border: 2px solid #d3dae9;
    color: #8fa1c7
}

.mock_examform .fb-btn span {
    font-weight: 700;
    color: #455a81
}

.mock_examform .sign-in {
    transition-timing-function: ease-out;
    width: 80%;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 0px;
	border:1px solid #dad3d3;
	margin-top:22px;
}

.mock_examform .cont.s--signup .sign-in {
    transition-timing-function: ease-in-out;
    transition-duration: 1.2s;
    transform: translate3d(640px, 0, 0)
}

.mock_examform .sign-up {
    transform: translate3d(-900px, 0, 0)
}

.mock_examform .cont.s--signup .sign-up {
    transform: translate3d(0, 0, 0)
}

.mock_examform .icon-link {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 32px
}

.mock_examform .icon-link img {
    width: 100%;
    vertical-align: top
}

.mock_examform .icon-link--twitter {
    left: auto;
    right: 5px
}

.mock_examform .cont {
    text-align: center
}
#test.mock_exam{
		width: auto;
    display: inline-block;
    padding-top:0px;
	padding-left:30px;
}
.mock_exam{
	width: 100%;
    display: inline-block;
    padding-top: 40px;
	
}
.test_series h1 {
    color: #000;
    font-size: 20px;
    padding: 10px 0
}

.test_series {
    width: 100%;
	
    display: inline-block;
    padding: 40px 0
	
}

.test_series .test_1 {
    /*border: 1px solid #dad3d3;
	background-color:#ffffff;*/
    width: 90%;
    display: inline-block
}
.test_series .test_1 img{
	opacity:0.9;
}

.test_series .test_1 .part_1 {
    border: 1px solid #cac9c9;
    width: 50%;
    float: left;
   
	background-color: #ffffffa2;
}

.test_series .test_1 .part_2 {
    border: 1px solid #cac9c9;
    width: 50%;
	background-color: #ffffffa2;
}

.test_series .icon-box {
    line-height: 42px;
    margin: 0 auto;
    border-radius: 50%;
    font-size: 20px;
    float: left;
    text-align: center;
    color: #fff;
    margin: 10px 10px
}

.test_series .icon-text {
    width: auto;
    float: left
}

.test_series .icon-text p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    margin-top: 8px;
}

.test_1 h1 .fa {
    padding-right: 10px
}
.mockbg{  background: url(../images/login_2.jpg);
    background-size: cover;
	}
/*.mock_examform {
    background: url(../images/login_2.jpg);
    background-size: cover
}*/



.mock_instructions {
    padding: 8px 5px
}

.mock_modal .modal-footer {
    text-align: center
}

.mock_modal .modal-footer .btn-default {
   /* background: #cc3131;*/
	background:#00bff3;
    color: #fff;
    border: 0;
    border-radius: 0
}

.mock_exam-section {
    position: relative;
    padding: 5px 0 0;
    z-index: 1
}

.mock_exam-section .slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

.mock_exam-section .slider-wrapper {
    position: relative;
    height:560px;
}

.mock_exam-section .slide {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity .5s linear;
    top: 0;
    left: 0
}

.mock_exam-section .slider-wrapper>.slide:first-child {
    opacity: 1
}

.mock_exam-section .slider-nav {
    height: 64px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: -32px;
    z-index: 1000
}

.mock_exam-section .slider-nav button {
    border: none;
    display: block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat
}

.mock_exam-section .slider-nav button:focus {
    outline-style: none
}

.mock_exam-section .slider-pagination a {
    width: 40px;
    line-height: 2;
    text-align: center;
    border: 1px solid #ddd;
    color: #000;
    text-decoration: none;
    background: #f9f9f9;
   /* background: #f5f5f5;
    background: linear-gradient(#f5f5f5, #fff);*/
    display: inline-block;
    margin: 5px
}

.mock_exam-section .slider-pagination a.current {
    border-color: #000;
    background: #fff;
    background: linear-gradient(#fff, #f5f5f5)
}

.slider-wrapper h2 {
    font-size: 15px;
    color: #292929;
    padding: 20px 0 0
}

.slider-wrapper h2 .fa {
    background: #000;
    color: #fff;
    padding: 8px;
    margin-right: 10px
}

.slider-wrapper .radio label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
    cursor: pointer
}

.slider-wrapper .radio {
    margin: 15px 20px;
    z-index: 999999
}

.slider-wrapper .radio input[type=radio] {
    position: absolute;
    opacity: 0
}

.slider-wrapper .radio input[type=radio]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 3px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease
}

.slider-wrapper .radio input[type=radio]:checked+.radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4
}

.slider-wrapper .radio input[type=radio]:focus+.radio-label:before {
    outline: 0;
    border-color: #3197ee
}

.slider-wrapper .radio input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4
}

.slider-wrapper .radio input[type=radio]+.radio-label:empty:before {
    margin-right: 0
}

.mock_exam-section .mock_slider {
    /*border: 1px solid #e2e2e2;*/
    border:1px solid #d7d7d7;
    /*background: #efeeee;*/
    background:#ffffff;

    height: 600px;
    padding-top: 10px;
    margin-bottom:45px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1),0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.mock_exam-section .scrollbar {
    /*margin-left: 20px;*/
    margin-left: 0px;
    float: left;
    height: 300px;
    width: 320px;
    background: #f5f5f5;
    overflow-y: scroll;
    margin-bottom: 25px;
    border:1px solid #d7d7d7;
}

.mock_exam-section .force-overflow {
    min-height: 280px
}

.mock_exam-section #scroll_wrapper {
    margin-top: 30px
}

.mock_exam-section #style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5
}

.mock_exam-section #style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #f5f5f5
}

.mock_exam-section #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}

.mock_pagination {
    margin-top: 10px
}

.mock_pagination h3 {
    font-size: 16px;
    background: #000;
    display: initial;
    padding: 10px 20px;
    color: #fff;
    border-radius:5px;
}

.mock_exam-section .slider-pagination a:hover {
    background: #000;
    color: #fff
}

.mock_exam-section .image_mock {
    margin: 30px 0 0 30px;
    height: 200px
}

/*.mock_exam-section .slider-nav {
    height: initial;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    margin: 0
}*/
.mock_exam-section .slider-nav {
    height: initial;
    width: 100%;
    position:absolute;
    z-index:1000;
    margin: 0;
    top:90%;
    
}

.mock_exam-section .slider-nav .slider-previous {
    float: left;
   /* background: maroon;*/
   
    width: 60px;
    height: 40px;
    position: relative;
    margin-left: 10px;
    margin-top:10px;
    text-align: right;
    padding: 1px 12px;
    border-radius:5px;
    color: #000000;
    background:#ffffff;
    border:2px solid #d7d7d7;
}

.mock_exam-section .slider-nav .slider-previous:hover {
    opacity: .8;
    background:#5bbfdd;
    border:2px solid #5bbfdd;
}

.mock_exam-section .slider-nav .slider-next {
    float: right;
    /*background: maroon;*/
    background:#ffffff;
    margin-top:10px;
    border-radius:5px;
    width: 60px;
    height: 40px;
    margin-right: 10px;
    color: #000000;
    position: relative;
    text-align: left;
    padding: 0 12px;
     border:2px solid #d7d7d7;
}

.mock_exam-section .slider-nav .slider-next:hover {
    opacity: .8; background:#5bbfdd;
    border:2px solid #5bbfdd;
}

.mock_exam-section .submit_exam {
    position: absolute;
    display: inline-block;
    text-align: center;
    left: 50%;
    z-index: 9999999;
    color: #fff;
    background: #4caf50;
    border-radius: 0;
    padding: 10px 25px;
    top: 0
}

.mock_exam-section .submit_mark {
    display: inline-block;
    text-align: center;
    left: 50%;
    z-index: 9999999;
    color: #fff;
    background: #e5c50f;
    border-radius: 5px;
    padding: 10px 25px;
    top: 0;
    float: right
}
.modal_mockexam {
    border-radius:5px;
}
.modal_mockexam .error_icon {
    text-align: center
}

.modal_mockexam h3 {
    text-align: center;
    color: #000
}

.modal_mockexam button {
    /*background: #20a8d8;*/
    background:#5ab75d;
    padding: 3px 30px;
    color: #fff;
    font-size: 20px;
    margin: 20px 0;
    display: inline-block
}

.modal_mockexam .modal-body {
    text-align: center
}

.modal_mockexam .modal-header .close {
    margin-top: -2px;
    background:#5bbfdd;
    opacity: 1;
    padding: 6px 10px;
    border-radius:20px;
}
.modal_mockexam .modal-header{
    
    background:#5bbfdd;
    
}

.modal_mockexam .modal-header .close:hover {
    margin-top: -2px;
    /*background:#5bbfdd;*/
    opacity: 1;
    padding: 6px 10px
}

.mock_exam-section .slider-nav .slider-previous .fa {
    position: absolute;
    left: 6px;
    top: 8px;
    font-size: 20px
}

.mock_exam-section .slider-nav .slider-next .fa {
    position: absolute;
    right: 4px;
    top: 8px;
    font-size: 20px
}

.mock_examform::placeholder {
    color: #c5c5c5
}

.mock_examform:-ms-input-placeholder {
    color: #c5c5c5
}

.mock_examform::-ms-input-placeholder {
    color: #c5c5c5
}

.mock_title {
    height: 0
}

.mock_exam-section .skipped_ques {
    display: inline-block;
    text-align: center;
    left: 50%;
    z-index: 9999999;
    color: #fff;
    background: #9026ab;
    border-radius: 5px;
    padding: 10px 25px;
    top: 0;
    float: left;
}

.color_selecter {
    display: block;
    padding: 30px 0 0;
    padding-bottom: 10px
}

.color_selecter ul li {
    float: left;
    padding-right: 9px;
    color: #000;
    font-size: 14px
}

.mock_green span {
    width: 13px;
    height: 13px;
    background: #5ab75d;
    display: block;
    display: inline-block;
    margin-right: 5px;
    border-radius:4px;
}

.mock_yellow span {
    width: 13px;
    height: 13px;
    /*background: #e5c50f;*/
    background:#ffb857;
    display: block;
    display: inline-block;
    margin-right: 5px;
    border-radius:4px;
}

.mock_violet span {
    width: 13px;
    height: 13px;
    background: #337ab5;
    display: block;
    display: inline-block;
    margin-right: 5px;
    border-radius:4px;
}
.mock_red span {
    width: 13px;
    height: 13px;
    background: #ff605c;
    display: block;
    display: inline-block;
    margin-right: 5px;
    border-radius:4px;
}


ul.test_series li,
ul.why_self li {
    color: #83241e;
    list-style-type: square
}

ul.test_series li p,
ul.why_self li p {
    padding: 0 0;
    font-size: 13px;
    text-align: left;
    line-height: 32px;
    list-style-type: square;
    margin-bottom: 0;
    color: #2d2d2d
}

ul.test_series,
ul.why_self {
    padding-left: 20px
}

._10b4 {
    max-height: 230px !important
}

@media (min-width:992px) and (max-width:1199px) {
    .widgets-section .footer_course {
        padding-left: 0
    }
    .main-footer .links-widget {
        padding-left: 0
    }
    .main-footer .footer-column h2 {
        font-size: 18px
    }
}

h4.title {
    padding: 20px 0
}

.students_reviews {
    border: solid 1px #ccc;
    border-radius: 0;
    padding: 15px;
    background-color: #efefef;
    margin-bottom: 30px
}

.students_reviews h5 {
    text-align: right
}

.students_reviews .quotes {
    padding-bottom: 30px
}

ul.ul_students_reviews {
    padding-left: 20px
}

ul.ul_students_reviews li {
    text-align: left;
    color: #3e3e3e;
    list-style-type: square
}

.students_reviews_photos .video-image-box img {
    margin-bottom: 30px
}

@media (min-width:100px) and (max-width:991px) {
    .students_reviews_photos .video-image-box img {
        max-width: 260px;
        margin: 8px
    }
}

.students_facilities {
    padding: 0
}

.students_facilities h3 {
    color: #81231d;
    font-weight: 600
}

.facility-photos {
    padding: 0
}

.facility-photos img {
    border: solid 10px #c2928e
}

.photos-sub {
    padding: 0
}

.photos-sub:nth-of-type(odd) {
    padding-right: 10px
}

.photos-sub:nth-of-type(even) {
    padding-left: 10px
}

.testimonial-slider h6 {
    text-align: center;
    font-weight: 600;
    padding: 15px 0;
    font-size: 20px;
    color: #000
}

.testimonial-slider p {
    text-align: center;
    font-size: 16px;
    padding: 15px 30px;
    padding-bottom: 30px
}

.testimonial-slider .photo {
    max-width: 150px;
    margin: 0 auto
}

.testimonial-slider img {
    border-radius: 50%;
    border: solid 5px #83241e
}

.testimonial-slider {
    background-color: #f1f1f1;
    padding: 30px
}

.testimonial-slider .carousel-control .glyphicon-chevron-right,
.testimonial-slider .carousel-control .icon-next {
    margin-right: -30px
}

.testimonialslider .carousel-control {
    width: 35px;
    background-image: none !important
}

.testimonialslider .carousel-control span {
    background-color: #83241e;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center
}

.testimonialslider .carousel-control .glyphicon-chevron-left,
.testimonialslider .carousel-control .icon-prev {
    margin-left: -17px
}

.testimonialslider .carousel-control .glyphicon-chevron-right,
.testimonialslider .carousel-control .icon-next {
    margin-right: -17px
}

.testimonial-main {
    padding: 30px 0
}

.director_sec h4 {
    color: #222;
    font-weight: 600
}

.director_sec h5 {
    color: #555;
    font-weight: 600
}

.director_sec h2 {
    padding-bottom: 20px
}

.director_sec {
    padding-bottom: 30px
}

.call_div {
    position: fixed;
    bottom: 15px;
    z-index: 9;
    left: 30px
}
.call_div a span{
  opacity:0;
}
.call_div:hover a span{
  opacity:1;
}
.call_div:hover {
   background:#83241e;
   width:180px;
   border-radius:30px;
}

.call_div a {
    display: block
}

.call_div .fa {
    font-size: 28px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #83241e;
    border-radius: 50%;
    color: #fff
}

.main-menu .navigation>li>a {
    text-transform: uppercase;
    font-family: Roboto, sans-serif
}

.main-menu .navigation>li.current-menu-item>a,
.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
    color: #85241f;
    opacity: 1;
    border-top: solid 2px #eaab12
}

.main-slider {
    margin-top: -93px;
    overflow: hidden
}

.main-slider-absolute {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 30%;
    z-index: 99;
    background: #3832324a;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg)
}

.main-header .header-top .top-left ul {
    float: right
}

.main-header .header-top .top-right ul {
    float: right
}

.top-left ul li:nth-last-child(1) {
    margin-right: 0 !important
}

.top-right {
    padding-right: 0
}

.top-right ul li:nth-last-child(1) a.theme-btn {
    margin-right: 0
}

.main-header.fixed-header .header-top .top-left,
.main-header.fixed-header .header-top .top-right {
    display: none
}

.tp-banner-container h1 {
    border: solid 1px #fff;
    color: #fff;
    padding: 15px !important
}

.logo-box .logo {
    margin-top: -60px
}

.online-test {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 99
}

.main-header.fixed-header .logo-box .logo {
    margin-top: 5px;
    max-width: 140px
}

.about-sec {
    transform: Skew(25deg)
}

.main-header.fixed-header .main-box {
    background-color: #fff
}

.main-header.fixed-header .main-menu .navigation>li>a {
    color: #000
}

.popcontent {
    height: auto;
    width: 300px;
    background: #83241e;
    color: #fff;
    position: fixed;
    bottom: 75px;
    right: 45px;
    padding: 15px;
    z-index: 9;
    display: none
}

.popcontent .form-control {
    border-radius: 0;
    margin-bottom: 5px
}

.popcontent input.form-control {
    height: 30px
}

.popcontent label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: 400
}

.contactpop {
    width: 200px;
    height: auto;
    padding: 10px;
    background: #000;
    color: #eee;
    text-align: center;
    border: 0;
    position: fixed;
    bottom: 20px;
    right: 45px;
    z-index: 9;
    font-weight: 400;
    letter-spacing: .5px
}

.auto-container-section {
    background-image: url(../images/about/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right
}

.about-sec {
    background-color: #a4303d
}

.about-sec p {
    color: #fff;
    transform: skewX(-25deg);
    padding: 0 30px;
    text-align: left
}

.about-sec h2 {
    color: #fff;
    transform: skewX(-25deg);
    padding: 0 30px;
    text-align: left
}

.about-sec {
    padding: 50px 20px
}

.pull-center h2 {
    text-align: center
}

hr#capline {
    width: 155px;
    margin: 0 auto;
    border-top: solid 1px #333;
    margin-top: 10px
}

.header-top {
    background: #e6e6e6
}

.homepage .header-top,
.homepage .main-header .main-box {
    background: 0 0
}

.homepage .main-header.fixed-header .main-box {
    background-color: #fff
}

@media (min-width:100px) and (max-width:767px) {
    .top-left ul {
        display: none
    }
    .logo-box .logo {
        margin-top: 0;
        max-width: 120px
    }
    .homepage .main-slider .tparrows.preview3 {
        display: block !important
    }
    .homepage .main-slider .tp-bullets.preview3 {
        display: block !important
    }
    .main-slider .tparrows.preview3::after {
        top: 0;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        font-size: 24px;
        height: 45px !important;
        line-height: 40px;
        width: 45px !important;
        border: 2px solid #fff;
        padding: 0;
        border-radius: 50%;
        text-align: center
    }
}

@media (min-width:100px) and (max-width:991px) {
    .about-sec {
        transform: Skew(0)
    }
    .about-sec p {
        color: #fff;
        transform: skewX(0);
        padding: 0 30px;
        text-align: left
    }
    .about-sec h2 {
        color: #fff;
        transform: skewX(0);
        padding: 0 30px;
        text-align: left
    }
    .main-slider {
        margin-top: 105px;
        overflow: hidden
    }
    .homepage .main-slider h1 {
        font-size: 20px !important;
        line-height: 22px !important;
        color: #fff !important
    }
    .online-test img {
        max-width: 150px
    }
    .homepage .main-header .header-top .top-right .theme-btn {
        color: #000 !important;
        border: 1px solid #000 !important
    }
}

.about-sec {
    margin: -1px
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-container-section {
        background-image: url(../images/about/1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center
    }
}

.testimonials-section {
    background-image: url(../images/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.why-self {
    padding: 50px 0
}

.main-header .header-top .top-left ul li {
    color: #222
}

.main-header .header-top .top-left ul li .fa {
    color: #222
}

.main-header .header-top .top-right .theme-btn {
    color: #222;
    border: 1px solid #222
}

.main-menu .navigation>li>a {
    color: #222
}

.homepage .main-header .header-top .top-left ul li {
    color: #fff
}

.homepage .main-header .header-top .top-left ul li .fa {
    color: #fff
}

.homepage .main-header .header-top .top-right .theme-btn {
    color: #fff;
    border: 1px solid #fff
}

.homepage .main-menu .navigation>li>a {
    color: #fff
}

.popcontent form button.btn {
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    background-color: #c43457;
    border: solid 1px #c83456
}

#popcontent .contactpop {
    position: relative;
    width: auto;
    height: auto;
    right: 0;
    float: right;
    background: 0 0;
    margin-right: -10px
}

#popcontent .contactpop .fa-times:hover {
    opacity: .5
}