/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR wood-works      ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

1. Imported styles
2. Global styles
3. Header styles
4. Slider styles
5. Our Services styles
6. Our features styles
7. About section styles
8. Team Member styles
9. call to action styles
10. Blog styles
11. Testimonial styles
12. contact styles
13. Subscription styles
14. Footer styles
15. Inner banner styles
16. Inner banner styles
17. Project content styles
18. Shop styles
19. Cart Page styles
20. Checkout page styles
21. fact section styles

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* ==============================
   1. Imported styles
   ============================== */

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700');
@import url(../css/bootstrap.min.css);
@import url(../css/bootstrap-select.min.css);
@import url(../css/jquery.bootstrap-touchspin.css);
@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/icomoon.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
@import url(../css/owl.carousel.css);
@import url(../css/jquery.bxslider.css);
@import url(../css/flexslider.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/polyglot-language-switcher.css);
@import url(../css/animate.min.css);
@import url(../css/nouislider.css);
@import url(../css/nouislider.pips.css);

/* ==============================
   2. Global styles
   ============================== */

body {
    font-family: 'Lato', sans-serif;
    color: #272727;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Raleway', sans-serif;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    list-style-type: none;
}

.font-20,
.font-20 p {
    font-size: 20px;
    color: #9e9e9e;
    line-height: 34px;
    letter-spacing: -0.5px;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #a2a2a2;
    line-height: 24px;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #9e9e9e;
    outline: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input,
textarea {
    font-family: 'Lato', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear_fix {
    clear: both;
}

.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}

.uppercase {
    text-transform: uppercase;
}

.padd-80 {
    padding-top: 80px;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center {
    text-align: center;
}

.tran7s {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.display-tc {
    display: table-cell;
}

.display-tct {
    display: table-cell;
    vertical-align: top;
}

.display-tcm {
    display: table-cell;
    vertical-align: middle;
}

.display-tc img,
.display-tct img,
.display-tcm img {
    max-width: inherit;
}

.pr-20 {
    padding-right: 20px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-20 {
    padding-left: 20px;
}

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

.pt-30 {
    padding-top: 30px;
}

.pw-5 {
    padding: 0 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.row-5 {
    margin: 0 -5px;
}

.thm-color {
    color: #25348f;
}

.bold {
    font-weight: 700;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.color1 {
    color: #25348f;
}

@media (min-width: 1200px) {
    .container-fluid,
    .container {
        padding: 0;
    }
}

.pl-30 {
    padding-left: 30px;
}

.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.mb0 {
    margin-bottom: 0;
}

.thm-btn {
    border: none;
    outline: none;
    background: #25348f;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #25348f;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    display: inline-block;
    transition: all .5s ease;
    position: relative;
    padding: 0 33px;
    transition: .3s ease;
}

.thm-btn:hover {
    background: transparent;
    border-color: #25348f;
    color: #25348f;
    transition: .3s ease;
}

.thm-btn.thm-color:hover {
    background: transparent;
    border-color: #25348f;
    color: #25348f;
    transition: .3s ease;
}

.thm-btn.thm-color2 {
    background: transparent;
    border-color: #f7f7f7;
    color: #272727;
    transition: .3s ease;
}

.thm-btn.thm-color2:hover {
    background: #25348f;
    border-color: #fff;
    color: #fff;
    transition: .3s ease;
}

.thm-btn i {
    font-size: 14px;
    color: #fff;
}

.thm-btn.thm-tran-bg {
    background: transparent;
    border: 2px solid #25348f;
    color: #25348f;
    border-radius: 1px;
    transition: .3s ease;
}

.thm-btn.thm-tran-bg:hover {
    background: #25348f;
    border-color: #25348f;
    color: #fff;
    transition: .3s ease;
}

.animate-3 {
    transition: all 0.3s ease;
}

.animate-5 {
    transition: all 0.5s ease;
}

.animate-7 {
    transition: all 0.7s ease;
}

.animate-3-all * {
    transition: all 0.3s ease;
}

.animate-5-all * {
    transition: all 0.5s ease;
}

.animate-7-all * {
    transition: all 0.7s ease;
}

.section-padding {
    padding: 80px 0;
}

.section-padding.no-pb {
    padding: 80px 0 0;
}

.section-padding.page-title {
    padding-bottom: 30px;
}

.section-title {
    margin-bottom: 37px;
}

.section-title h2 {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
}

.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 26px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
}

.section-title.inner {
    margin-bottom: 30px;
}

.section-title.inner h2 {
    font-size: 24px;
}

.section-title .decor {
    position: relative;
    display: block;
    height: 2px;
    width: 80px;
    margin-top: 9px;
}

.section-title .decor:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25348f;
}

.border-bottom {
    border-bottom: 1px solid #f7f7f7;
}

.about-industries .icon_box {
    padding-left: 50px;
    position: relative;
}

.about-industries .icon_box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 35px;
}

.accrodion-grp {
    position: relative;
}

.accrodion {
    border-bottom: 1px solid #F4F4F4;
    padding: 21px 0px;
}

.accrodion:last-child {
    border: none;
}

.accrodion h4,
.accrodion p {
    margin: 0;
    padding: 0;
}

.accrodion.active .accrodion-title h4:before {
    content: '\f068 ';
    background: #f9bf11;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.accrodion .accrodion-title {
    cursor: pointer;
    position: relative;
}

.accrodion .accrodion-title h4 {
    font-size: 18px;
    line-height: 35px;
}

.accrodion .accrodion-title h4:before {
    content: '\f067 ';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #F4F4F4;
    color: #9E9E9E;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    margin-right: 20px;
}

.accrodion .accrodion-content {
    padding-left: 55px;
    margin-top: 20px;
}

.accrodion .accrodion-content p {
    margin: 0;
    margin-top: -10px;
    font-size: 16px;
    color: #9e9e9e;
    font-weight: 300;
    line-height: 26px;
}

.page-navigation {
    margin-top: 50px;
}

.page-navigation li {
    display: inline;
}

.page-navigation li a,
.page-navigation li span {
    width: 46px;
    height: 46px;
    line-height: 44px;
    background: #fff;
    color: #CDCDCD;
    font-size: 20px;
    display: inline-block;
    border: 1px solid #E2E2E2;
    margin-right: 5px;
    text-align: center;
    transition: all .3s ease;
}

.page-navigation li a i,
.page-navigation li span i {
    font-size: 16px;
    color: #CDCDCD;
}

.page-navigation li span,
.page-navigation li a:hover {
    background: #FF8C04;
    color: #fff;
    border-color: #FF8C04;
}

.home-google-map .google-map {
    width: 100%;
    height: 500px;
}

.mixit-gallery .mix {
    display: none;
}

ul.gallery-filter li:hover span,
ul.gallery-filter li.active span {
    color: #25348f;
}

ul.gallery-filter li span {
    display: block;
    font-size: 16px;
    position: relative;
    color: #9E9E9E;
    padding-left: 19px;
    line-height: 50px;
    padding-right: 19px;
    transition: all 0.5s ease;
    cursor: pointer;
}

ul.post-pagination li:hover a,
ul.post-pagination li.active a {
    background: #012f5d;
    color: #25348f;
    border-color: #012f5d;
}

ul.post-pagination li a {
    display: block;
    font-size: 18px;
    color: #272727;
    font-weight: 700;
    border: 1px solid #F4F4F4;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all 0.5s ease;
    cursor: pointer;
    background: url(../images/resource/gallery-filter-pattern.jpg) repeat top left;
}


/* ====================================================
                3. Header styles
   ==================================================== */

.main-header .header-top {
    position: relative;
    padding: 12px 0px 6px;
    background: #f7f7f7;
    color: #a2a2a2;
    font-weight: 300;
    font-size: 14px;
}

.main-header .header-top a {
    color: #a2a2a2;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .links-nav li {
    position: relative;
    float: left;
    margin-right: 15px;
}

.main-header .header-top .top-right .links-nav li {
    margin-right: 0px;
}

.main-header .header-top .top-right .links-nav li a {
    position: relative;
    line-height: 25px;
    font-size: 14px;
    text-transform: capitalize;
    color: #a2a2a2;
    padding: 0px 10px;
    border-right: 1px solid #d9d9d9;
    transition: .5s ease;
}

.main-header .header-top .top-right .links-nav li a:hover {
    color: #25348f;
    transition: .5s ease;
}

.main-header .header-top .top-right .links-nav li a:last-child {
    border-right: 0px;
}

.main-header .header-upper {
    position: relative;
    padding: 19px 0px 21px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 5;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin-top: 14px;
}

.main-header .header-upper .upper-right {
    position: relative;
    top: 5px;
}

.main-header .header-upper .info-box:last-child {
    margin-right: 0px;
}

.main-header .info-box {
    position: relative;
    float: left;
    min-height: 60px;
    margin-left: 75px;
    font-size: 14px;
    padding: 15px 0px 15px 35px;
    color: #252525;
    min-width: 200px;
    font-weight: 700;
}

.main-header .info-box .bottom-text {
    font-weight: 400;
    color: #a2a2a2;
}

.main-header .info-box .icon_box {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 60px;
    line-height: 58px;
    color: #25348f;
    font-size: 24px;
}

.main-header .info-box .light-text {
    color: #9b9b9b;
}

.main-header .info-box li a {
    color: #9b9b9b;
}

.main-header .info-box strong {
    font-weight: 700;
    color: #555555;
    font-size: 15px;
}

.main-header .header-top .links-nav,
.main-header .header-top .social {
    display: inline-block;
}

.main-header .header-top .social {
    text-align: center;
    position: relative;
    top: -6px;
}

.main-header .header-top .social li {
    display: inline-block;
    transition: .5s ease-in-out;
}

.main-header .header-top .social li:hover a {
    color: #25348f;
    transition: .5s ease-in-out;
}

.main-header .header-top .social li a {
    color: #a2a2a2;
    line-height: 25px;
    font-size: 14px;
    padding: 0 7px;
}


/*mainmenu*/

.mainmenu-wrapper {
    background: url(../images/icons/scale.png);
    background-repeat: no-repeat;
    background-repeat-x: repeat;
    background-position: 50% 100%;
}

.mainmenu-wrapper .menu-bg {
    background: #25348f;
}

.mainmenu-wrapper.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mainmenu-wrapper.stricky-fixed.static {
    position: relative;
}

.mainmenu-holder .nav-header,
.mainmenu-holder .nav-footer {
    display: inline-block;
}

.mainmenu-holder .nav-header>ul,
.mainmenu-holder .nav-footer>ul,
.mainmenu-holder .nav-header>ul>li,
.mainmenu-holder .nav-footer>ul>li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu-holder .nav-footer>ul>li,
.mainmenu-holder .nav-header>ul>li {
    display: inline-block;
}

.mainmenu-holder .nav-header>ul>li {
    position: relative;
    line-height: 50px;
}

.mainmenu-holder .nav-header>ul>li>a {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    border-right: 1px solid #25348f;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 13px 29px 12px;
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    letter-spacing: .04em;
    font-weight: 700;
    position: relative;
}

.mainmenu-holder .nav-header>ul>li>a:hover,
.mainmenu-holder .nav-header>ul>li>a.active {
    color: #f5c130;
}

.mainmenu-holder .nav-header>ul>li:last-child>a:before {
    display: none;
}

.mainmenu-holder .nav-header>ul>li>ul,
.mainmenu-holder .nav-header>ul>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #fff;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 9999;
    border-bottom: 2px solid #25348f;
}

.mainmenu-holder .nav-header>ul>li>ul>li>ul {
    top: 0;
    left: 100%;
}

.mainmenu-holder .nav-header>ul>li:hover>ul,
.mainmenu-holder .nav-header>ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.mainmenu-holder .nav-header>ul>li>ul li {
    display: block;
    position: relative;
    line-height: 46px;
}

.mainmenu-holder .nav-header>ul>li>ul li:last-child {
    border-bottom: 0;
}

.mainmenu-holder .nav-header>ul>li>ul li a {
    display: block;
    text-align: left;
    color: #272727;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 23px;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
    border-top: 1px solid #e6e6e6;
    font-weight: 400;
}

.mainmenu-holder .nav-header>ul>li>ul li:hover>a {
    background: #25348f;
    color: #fff;
}

.mainmenu-holder .nav-header .navigation .dropdown-expander {
    width: 35px;
    height: 30px;
    background: #25348f;
    color: #fff;
    border: none;
    outline: none;
    line-height: 34px;
    position: absolute;
    top: 9px;
    right: 0;
}

.mainmenu-holder .nav-footer {
    margin-left: 20px;
}

.mainmenu-holder .nav-footer>ul>li {
    position: relative;
    padding-bottom: 10px;
}

.mainmenu-holder .nav-footer>ul>li>button {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    background: none;
    color: #25348f;
    background: rgb(255, 255, 255);
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.mainmenu-holder .nav-footer>ul>li>button:hover {
    background: #252525;
    color: #fff;
    border-color: #252525;
}

.mainmenu-holder .nav-footer>ul>li>button i.fa-search {
    position: relative;
    top: -2px;
}

.mainmenu-holder .nav-footer>ul>li .search-box {
    position: absolute;
    width: 250px;
    background: #25348f;
    top: 100%;
    right: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.mainmenu-holder .nav-footer>ul>li:hover .search-box {
    opacity: 1;
    visibility: visible;
}

.mainmenu-holder .nav-footer>ul>li .search-box form {
    background: #fff;
}

.mainmenu-holder .nav-footer>ul>li .search-box li {
    list-style: none;
}

.mainmenu-holder .nav-footer>ul>li .search-box li input {
    width: 78%;
    background-color: transparent;
    border: none;
    outline: none;
    height: 40px;
}

.mainmenu-holder .nav-footer>ul>li .search-box li button {
    background: none;
    outline: none;
    color: #A9A9A9;
    border: none;
    width: 30px;
    height: 40px;
    margin-right: 5px;
}

.mainmenu-wrapper .search-box {
    width: 200px;
    padding: 10px 0;
}

.mainmenu-wrapper .search-box form {
    width: 100%;
    height: 50px;
    border: 1px solid #2A2A2A;
    background: transparent;
}

.mainmenu-wrapper .search-box form input {
    border: none;
    outline: none;
    text-transform: none;
    background-color: transparent;
    width: 70%;
    float: left;
    line-height: 48px;
    color: #25348f;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    height: 100%;
}

.mainmenu-wrapper .search-box form input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.mainmenu-wrapper .search-box form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.mainmenu-wrapper .search-box form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.mainmenu-wrapper .search-box form input:-ms-input-placeholder {
    color: #9e9e9e;
}

.mainmenu-wrapper .search-box form button {
    background: none;
    outline: none;
    border: none;
    background: transparent;
    width: 50px;
    height: 100%;
    color: #fff;
    float: right;
}

.mainmenu-wrapper .get-appt .appt-btn {
    position: relative;
    display: block;
    line-height: 29px;
    text-align: center;
    padding: 7px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 0;
    z-index: 1;
    transition: .3s ease;
}

.mainmenu-wrapper .get-appt {
    position: relative;
    overflow: hidden;
    right: 44px;
    top: 18px;
    border: 1px solid #25348f;
}

.mainmenu-wrapper .get-appt:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 225%;
    bottom: 50%;
    right: 50%;
    background: #f5c130;
    transition: .5s ease-in-out;
    opacity: 1;
    -webkit-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -moz-transform: translateX(50%) translateY(50%) rotate(-45deg);
    -ms-transform: translateX(50%) translateY(50%) rotate(-45deg);
    transform: translateX(50%) translateY(50%) rotate(-45deg);
}

.mainmenu-wrapper .get-appt:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #dfac1f;
}

.mainmenu-wrapper .get-appt:hover:after {
    height: 0%;
    transition: .5s ease;
}


/* ==============================
   4. Slider styles
   ============================== */

.rev_slider_wrapper .tparrows {
    width: 40px;
    height: 100px;
    font-size: 18px;
    line-height: 100px;
    color: #fff;
    background: #25348f;
    visibility: visible;
    opacity: 2;
    margin-top: -50px;
    transition: all 0.5s ease;
}

.rev_slider_wrapper .tparrows:before {
    line-height: 54px;
    font-size: 18px;
    line-height: 98px;
    font-weight: bold;
}

.rev_slider_wrapper .tparrows:hover {
    background: #000;
}

.rev_slider_wrapper .tp-bannertimer {
    display: none;
}

.rev_slider_wrapper .tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0px;
    height: 5px
}

.rev_slider_wrapper {
    position: relative;
    width: 100%;
}

.rev_slider_wrapper .tp-caption {
    z-index: 5;
}

.rev_slider_wrapper .tp-dottedoverlay {
    background-color: rgba(0, 0, 0, 0) !important;
}

.rev_slider_wrapper .content-box {
    position: relative;
    max-width: 570px;
    padding: 30px 40px 30px 115px;
    background: rgba(0, 0, 0, 0.75);
    padding: 30px 40px 30px 40px !important;
}

.rev_slider_wrapper .text {
    font-weight: 400;
    line-height: 1.8em;
    color: #1c1c1c;
    font-size: 14px;
    margin-bottom: 20px;
}

.rev_slider_wrapper h2 {
    position: relative;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    line-height: 50px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.rev_slider_wrapper h2:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #352d26;
}

.rev_slider_wrapper h2:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    bottom: 1px;
    width: 60px;
    height: 3px;
    background: #25348f;
}

.rev_slider_wrapper h2 i:before {
    position: absolute;
    left: -90px;
    top: 10px;
    font-size: 55px;
    color: #25348f;
}

.rev_slider_wrapper .list-info {
    position: relative;
}

.rev_slider_wrapper .list-info ul {
    position: relative;
    float: left;
    margin-right: 30px;
    padding-bottom: 15px;
}

.rev_slider_wrapper .list-info ul li {
    color: #25348f;
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
    font-size: 14px;
}

.rev_slider_wrapper .list-info ul li:after {
    position: absolute;
    content: "\f046";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #25348f;
    left: 0;
}

.rev_slider_wrapper .upper-line {
    position: relative;
    width: 100%;
    width: 700px;
    height: 8px;
    border-top: 8px solid #ffffff;
}

.rev_slider_wrapper .upper-line:before {
    content: '';
    position: absolute;
    right: 100%;
    top: -8px;
    width: 8px;
    height: 60px;
    border-right: 8px solid #ffffff;
}

.rev_slider_wrapper .upper-line:after {
    content: '';
    position: absolute;
    left: 100%;
    top: -8px;
    width: 8px;
    height: 60px;
    border-right: 8px solid #ffffff;
}

.rev_slider_wrapper .lower-line {
    position: relative;
    width: 100%;
    width: 700px;
    height: 8px;
    border-bottom: 8px solid #ffffff;
}

.rev_slider_wrapper .lower-line:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: -8px;
    width: 8px;
    height: 60px;
    border-right: 8px solid #ffffff;
}

.rev_slider_wrapper .lower-line:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: -8px;
    width: 8px;
    height: 60px;
    border-right: 8px solid #ffffff;
}

.rev_slider_wrapper h3 {
    font-size: 22px;
    color: #f0bc00;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
}

.rev_slider_wrapper .subtitle {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    padding: 4px 30px;
    font-weight: 400;
    background: #f7542b;
    text-transform: uppercase;
}

.rev_slider_wrapper .title {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    word-spacing: 3px;
    letter-spacing: 1px;
}

.rev_slider_wrapper .title-uppercase {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 2px;
}

.rev_slider_wrapper .link_btn {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    transition: .5s ease;
}

.rev_slider_wrapper .link_btn span {
    transform: rotate(-90deg);
}

.rev_slider_wrapper .link_btn:hover {
    color: #25348f;
    transition: .5s ease;
}


/* ==============================
   5. Our Services styles
   ============================== */

.our-services {
    padding: 75px 0 80px;
}

.our-services.style-2 {
    padding: 75px 0 50px;
}

.our-services .separet {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 40px;
    top: -10px;
}

.our-services .caption-box-wrapper {
    border-top: 1px solid #F4F4F4;
    margin-top: 35px;
}

.our-services .single-our-service {
    margin-bottom: 56px;
}

.our-services .single-our-service h4 {
    margin-top: 17px;
    margin-bottom: 11px;
    color: #252525;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.our-services .single-our-service .img-box {
    position: relative;
    max-width: 370px;
}

.our-services .single-our-service .text-box {
    border: 1px solid #f1f1f1;
    border-top: 0px;
    padding: 5px 28px 30px;
}

.our-services .single-our-service-caption-box {
    padding-top: 40px;
}

.our-services .single-our-service-caption-box .img-box,
.our-services .single-our-service-caption-box .content-box {
    display: table-cell;
    vertical-align: middle;
}

.our-services .single-our-service-caption-box .img-box {
    width: 120px;
}

.our-services .single-our-service-caption-box .content-box {
    padding-left: 20px;
}

.our-services.service-page .has-divider {
    border-top: 1px solid #F4F4F4;
    margin-top: 60px;
    padding-top: 60px;
}

.our-services .single-our-service .img-box a {
    position: relative;
    display: block;
}

.our-services .single-our-service .img-box a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    transform: scale(0, 1);
    transition: .5s ease;
}

.our-services .single-our-service:hover .img-box a:after {
    transform: scale(1, 1);
    transition: .5s ease;
}


/* ==============================
   7. About section styles
   ============================== */

.about-section {
    padding: 70px 0 80px;
    background: #f7f7f7;
}

.about-section .section-title {
    margin-bottom: 60px;
}

.about-section h4 {
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #252525;
    font-size: 22px;
}

.section-title.text-center .decor {
    margin: 0 auto;
    margin-top: 9px;
}

.about-section .section-title .decor {}

.about-section .section-title .decor:after {
    background: #000;
}

.video-box {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    border: 5px solid#fff;
    box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.18);
}

.video-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video-box a div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.video-box a span {
    display: table-cell;
    vertical-align: middle;
}

.video-box a span img {
    margin: 0 auto;
    width: auto;
}

.video-box a span i {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 62px;
    border-radius: 50%;
    color: #fff;
    border: 4px solid #fff;
}

.video-box:hover a {
    background: rgba(16, 15, 15, 0.19);
}

.video-quot p {
    background: #25348f;
    padding: 15px 35px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.about-section .call-out {
    position: relative;
    padding-top: 15px;
}

.about-section .text p {
    color: #a2a2a2;
    margin-bottom: 22px;
}

.about-section .call-out a.thm-btn {}

.about-section .call-out a.thm-btn:hover {
    color: #fff;
}

.about-section .call-out p.phone-number {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    color: #252525;
    margin-left: 36px;
}

.about-section .call-out p.phone-number i {
    position: absolute;
    left: 0;
    top: 15px;
    color: #25348f;
    font-size: 26px;
}

.about-section .call-out p.phone-number span {
    color: #25348f;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}


/* ==============================
   8. Team Member styles
   ============================== */

.our-team {
    padding: 70px 0 45px;
}

.single-team-member h3,
.single-team-member p {
    margin: 0;
}

.single-team-member h4 {
    font-size: 18px;
    color: #252525;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 4px;
    font-weight: 600;
}

.single-team-member .social {
    margin-top: 3px;
    margin-bottom: 25px;
}

.single-team-member .social li a {
    color: #9e9e9e;
    transition: color .4s ease;
    font-size: 14px;
}

.single-team-member .social li a:hover {
    color: #25348f;
    transition: color .4s ease;
}

.single-team-member .img-box {
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.07);
    background: #f7f7f7;
}

.single-team-member .img-box img {
    transition: all 0.5s ease;
    transform: scale(1);
}

.single-team-member a p {
    color: #25348f;
    transition: .5s ease;
}

.single-team-member .text {
    margin-top: 15px;
}

.single-team-member .text p {
    font-size: 16px;
}

.single-team-member .img-box .overlay {
    position: absolute;
    left: 0;
    top: 42px;
    transform: translate(-100%, 0);
    transition: .5s ease-in-out;
}

.single-team-member .img-box:hover .overlay {
    transform: translate(0, 0);
    transition: .5s ease-in-out;
}

.single-team-member .img-box .overlay ul li a {
    height: 45px;
    width: 45px;
    color: #fff;
    background: rgba(171, 116, 66, 0.81);
    text-align: center;
    line-height: 44px;
    border-bottom: 1px solid #fff;
}

.single-team-member .img-box .overlay ul li:last-child a {
    border: 0px;
}


/*nav*/

.our-team .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
}

.our-team .owl-theme .owl-nav [class*=owl-] {
    color: #c5c5c5;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 45px;
    width: 45px;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    line-height: 41px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.our-team .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ab7422;
    border: 2px solid #ab7422;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}


/* ==============================
   9. call to action styles
   ============================== */

.call-to-action-home {
    background: #09325b;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 39px 0;
    position: relative;
}

.call-to-action-home p {
    font-size: 30px;
    line-height: 46px;
    color: #272727;
    text-align: center;
    position: relative;
}

.call-to-action-home p a {
    color: #272727;
    border-bottom: 1px solid #272727;
}


/*** 

====================================================================
    Testimonials Section style
====================================================================

***/

.testimonials-section {
    position: relative;
    padding: 70px 0px 80px;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.testimonials-section .testimonials-slider {
    position: relative;
}

.testimonials-section .slide-item {
    position: relative;
    margin-top: 5px;
    padding: 25px 30px 20px;
    background: #ffffff;
    border: 3px solid #f1f1f1;
    transition: .5s ease;
}

.project-content.testimonials-section .slide-item {
    margin-bottom: 50px;
}

.padd-bottom-30 {
    padding-bottom: 30px;
}

.testimonials-section .slide-item:hover {
    border-color: #25348f;
    transition: .5s ease;
}

.testimonials-section .quote {
    position: absolute;
    font-size: 30px;
    right: 10px;
    bottom: 0;
    color: #f1f1f1;
    transition: .5s ease;
}

.testimonials-section .slide-item:hover .quote {
    color: #25348f;
    transition: .5s ease;
}

.testimonials-section .author {
    position: relative;
    padding: 15px 0px 0px 115px;
    margin-bottom: 43px;
    color: #c9c9c9;
    line-height: 20px;
}

.testimonials-section .author .img-box {
    position: absolute;
    left: 0px;
    top: 0px;
}

.testimonials-section .author .img-box img {
    border-radius: 50%;
}

.testimonials-section .author h4 {
    position: relative;
    color: #272727;
    font-size: 20px;
}

.testimonials-section .author p {
    position: relative;
    color: #25348f;
}

.testimonials-section .slide-text {
    margin-top: 15px;
    margin-left: 0px;
}

.testimonials-section .slide-text p {
    font-size: 15px;
}

.testimonials-section .column-carousel.three-column .owl-nav {
    display: none;
}

.testimonials-section .column-carousel.three-column .owl-controls {
    position: absolute;
    top: -95px;
    right: 0;
}

.testimonials-section .column-carousel.three-column .owl-dots {
    display: block;
}

.testimonials-section .column-carousel.three-column .owl-dot span {
    background: transparent;
    border: 2px solid #25348f;
}

.testimonials-section .column-carousel.three-column .owl-dot span:hover,
.testimonials-section .column-carousel.three-column .owl-dot.active span {
    border-color: #25348f;
    background: #25348f;
}

.testimonials-section.theme-two .column-carousel.three-column .owl-dot span {
    border-color: #25348f;
}

.clients-section {
    padding: 37px 0;
    background: #f7f7f7;
}

.clients-section .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #25348f;
    text-align: center;
    transform: scale(0, 0);
    transition: .5s ease;
}

.clients-section .item:hover .overly {
    transform: scale(1, 1);
    transition: .5s ease;
}

.section.clients-section .item {
    position: relative;
}

.clients-section .overly .content {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.clients-section .item {
    position: relative;
}

.clients-section .overly .content h4 {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.clients-section .overly .content h4 a {
    color: #fff;
    font-size: 18px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}


/*==========news=========*/

.news {
    position: relative;
    padding: 70px 0 30px;
}

.news.single_news_page {
    background: #fff;
}

.news.single_news_page .blogList_single_post {
    padding-top: 0;
    padding-bottom: 50px;
}

.news.single_news_page .blogList_single_post .post .text {
    background: none;
}

.news.single_news_page.massonary_mode .blogList_single_post .post .text {
    background: none;
    border: 0px;
}

.news.single_news_page.massonary_mode .blogList_single_post .post {
    border: 1px solid #f1f1f1;
    margin-top: 5px;
}

.news .blogList_single_post {
    position: relative;
    padding: 0px 0 20px;
}

.news.style-2 .blogList_single_post {
    position: relative;
}

.news .blogList_single_post .img_holder {
    position: relative;
}

.news .blogList_single_post .img_holder a {
    position: relative;
    text-align: center;
}

.news .blogList_single_post .img_holder a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    right: 0;
    background: rgba(223, 172, 31, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.news .blogList_single_post .img_holder:hover a:after {
    opacity: 1;
    transition: all 0.5s ease;
    visibility: visible;
}

.news .blogList_single_post .post {
    position: relative;
    padding-left: 63px;
}

.news .blogList_single_post .post h4 {
    font-weight: 600;
    color: #252525;
}

.news .blogList_single_post .post .text {
    background: #fff;
    padding: 25px 27px 30px;
}

.news.news-list-view .blogList_single_post .post {
    border: 0px;
    padding-top: 38px;
}

.news.news-list-view .blogList_single_post .post .text p {
    font-size: 15px;
    margin-bottom: 5px;
}

.news.news-list-view .blogList_single_post .post .news-date {
    top: 0;
    left: 0;
}

.news.news-list-view .blogList_single_post .post .text {
    padding: 0px;
}

.news .blogList_single_post .post .news-date {
    position: absolute;
    left: 0;
    top: 31px;
    font-weight: 600;
    height: 70px;
    padding-top: 8px;
    line-height: 26px;
    width: 70px;
    background: #25348f;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.news.massonary_mode .blogList_single_post .post .text {
    background: #fff;
    padding: 30px 24px;
    border-top: 2px solid;
}

.news .blogList_single_post .post h4 a {
    display: block;
    color: #252525;
    line-height: 32px;
    font-weight: 600;
    font-size: 18px;
    transition: .5s ease;
}

.news .blogList_single_post .post h4 a:hover {
    color: #25348f;
    transition: .5s ease;
}

.massonary_mode #isotop_wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.news .blogList_single_post .post p a {
    position: relative;
    color: #9e9e9e;
    margin-right: 15px;
}

.news.style-2 .blogList_single_post .post p a {
    padding-left: 15px;
}

.news.style-2 .blogList_single_post .post p a:first-child {
    padding-left: 0px;
}

.news.style-2 .blogList_single_post .post p a:before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #eaeaea;
    left: 0;
    top: 11px;
}

.news.style-2 .blogList_single_post .post p a:first-child:before {
    display: none;
}

.news .blogList_single_post .post p a:hover {
    color: #25348f;
}

.news .blogList_single_post .post .link a {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    transition: .5s ease;
}

.news .blogList_single_post .post .link a:hover {
    color: #25348f;
    transition: .5s ease;
}

.news.single_news_page.with_sidebar .blogList_single_post .post .link a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    text-align: center;
    width: 170px;
    display: inline-block;
}

.news.single_news_page.with_sidebar .blogList_single_post .post .link a:hover {
    color: #fff;
}

.news .blogList_single_post .post .prev-post,
.news .blogList_single_post .post ul,
.news .blogList_single_post .post .next-post {
    /* display: inline-block; */
}

.news .blogList_single_post .post ul li {
    display: inline-block;
    position: relative;
}

.news.massonary_mode .blogList_single_post .post ul li {
    display: inline-block;
    position: relative;
    margin: 7px 30px 0px 0;
}

.news .blogList_single_post .post ul li a {
    font-size: 14px;
    color: #9e9e9e;
}

.news .blogList_single_post .post ul li a i {
    margin-right: 0;
}

.news .blogList_single_post .post ul li:last-child {
    margin-right: 0;
}

.news .blogList_single_post .post ul li:before {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #d2d2d2;
    position: absolute;
    right: -18px;
    top: 9px;
}

.news .blogList_single_post .post ul.share-options li:before {
    display: none;
}

.news .blogList_single_post .post ul li:last-child:before {
    display: none;
}

.news .blogList_single_post .post ul li a {
    font-weight: 500;
}

.news .page_pagination {
    margin: 0;
}

.news .blogList_single_post .post .link a span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #333;
    padding-left: 10px;
    position: relative;
    top: 6px;
}


/*news details*/


/*---------------- Author -------------*/

.single-blog .author {
    background-color: #ffffff;
    position: relative;
    margin-left: 27px;
    margin-bottom: 2px;
}

.single-blog .author img {
    position: absolute;
}

.single-blog .author-comment {
    margin-left: 340px;
    padding-left: 30px;
}

.single-blog .author-comment .quote {
    font-size: 25px;
    color: #f1f1f1;
    margin-bottom: 15px;
}

.single-blog .author-comment h5 {
    font-weight: 600;
    margin: 16px 0 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.single-blog .author-comment p.a-title {
    color: #25348f;
    font-size: 16px;
}

.single-blog .post-pagination {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    text-align: center;
    margin: 0px 27px;
    padding: 0 15px;
    margin-bottom: 50px;
    height: 50px;
}

.single-blog .post-pagination .share-options strong {
    font-size: 18px;
    color: #272727;
    padding-right: 10px;
}

.single-blog .post-pagination .share-options li {
    padding: 0 8px;
    float: left;
    line-height: 48px;
    border-right: 1px solid #eee;
}

.single-blog .post-pagination .share-options li:first-child {
    border-left: 1px solid #eee;
}

.single-blog .post-pagination .share-options li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-blog .post-pagination .share-options li a:hover {
    color: #25348f;
    transition: .5s ease;
}

.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: #999999;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social-links-one a:hover {
    color: #ffffff;
    background: #a8c41b;
    transition: .5s ease;
}

.single-blog .post-pagination .post-controls li {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
    color: #9e9e9e;
    margin-left: 20px;
}

.single-blog .post-pagination .post-controls li a {
    color: #9e9e9e;
}

.single-blog .post-pagination .post-controls li a:hover {
    color: #a8c41b;
}

.news .blogList_single_post .post .prev-post {
    float: right;
    line-height: 50px;
}

.news .blogList_single_post .post .prev-post i {
    margin-left: 10px;
}

.news .blogList_single_post .post .next-post i {
    margin-right: 10px;
}

.news .blogList_single_post .post .next-post {
    float: left;
    line-height: 50px;
}

.news .blogList_single_post .post .prev-post a:hover,
.news .blogList_single_post .post .next-post a:hover {
    color: #25348f;
}

.news .blogList_single_post .post ul {
    display: inline-block;
    margin-bottom: 11px;
}

.product-review-tab .item_review_content .text {
    padding: 15px;
    border: 1px solid #f1f1f1;
}

.product-review-tab .item_review_content .text .sec_up>div {
    margin-top: -6px;
}

.product-review-tab .item_review_content .text .sec_up ul li {
    display: inline-block;
    margin: 0;
    margin-left: 2px;
    font-size: 12px;
    color: #25348f;
}

.product-review-tab .item_review_content .text>p {
    margin: 18px 0 10px 0;
}

.product-review-tab .item_review_content .text .up_down_nav,
.product-review-tab .item_review_content .text .reply_share_area {
    display: inline-block;
}

.product-review-tab .item_review_content .text .up_down_nav a {
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px 0 0;
    margin-right: 5px;
    color: #9e9e9e;
}

.product-review-tab .item_review_content .text .up_down_nav a:first-child {
    border-right: 1px solid #f7f7f7;
}

.product-review-tab .item_review_content .text .reply_share_area a {
    font-size: 14px;
    color: #9e9e9e;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
}

.product-review-tab .item_review_content .text .reply_share_area a:first-child:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f7f7f7;
    position: absolute;
    top: 7px;
    right: 0;
}

.single-blog .product-review-tab {
    margin: 0 27px;
}

.product-review-tab .item_review_content {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 80px;
}

.product-review-tab .item_review_content .img_holder {
    position: absolute;
    left: 0;
    top: 0;
}

.product-review-tab .add_your_review {
    margin: 81px 0 75px 0px;
}

.product-review-tab .add_your_review>span {
    display: block;
    margin: 36px 0 14px 0;
    color: #a2a2a2;
}

.product-review-tab .add_your_review ul,
.product-review-tab .add_your_review ul li {
    display: inline-block;
    color: #a2a2a2;
}

.product-review-tab .add_your_review ul.rating:hover li,
.product-review-tab .add_your_review ul.rating.active li {
    color: #25348f;
    transition: .5s ease;
}

.news .blogList_single_post .post .product-review-tab .add_your_review ul.rating li {
    font-size: 12px;
    margin-right: 3px;
    color: #d6d6d6;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news .blogList_single_post .post .product-review-tab .add_your_review ul.active li {
    color: #25348f;
}

.news .blogList_single_post .post .product-review-tab .add_your_review ul:hover li {
    color: #25348f;
}

.product-review-tab .add_your_review ul {
    line-height: 20px;
    border-right: 1px solid #d6d6d6;
    padding-right: 6px;
    margin-right: 5px;
}

.product-review-tab .add_your_review ul.fix_border {
    border: none;
}

.product-review-tab .add_your_review form {
    margin-top: 31px;
}

.product-review-tab .add_your_review form label {
    color: #a2a2a2;
    font-size: 16px;
    margin-bottom: 5px;
}

.product-review-tab .add_your_review form input {
    height: 54px;
    padding: 0 15px 0 19px;
}

.product-review-tab .add_your_review form textarea {
    max-width: 100%;
    min-height: 165px;
    padding: 15px 17px 5px 19px;
}

.product-review-tab .add_your_review form input,
.product-review-tab .add_your_review form textarea {
    width: 100%;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    color: #9e9e9e;
    resize: none;
}

.news.single-blog .blogList_single_post .post ul li:before {
    display: none;
}


/* ==============================
   12. contact styles
   ============================== */

.contact-section {
    position: relative;
    padding: 100px 0px;
    background-color: #272727;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.contact-section.no-padd {
    padding: 0;
}

.contact-section .section-title.inner {
    position: relative;
    top: -10px;
}

.contact-section .section-title h2 {
    color: #fff;
}

.contact-section p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}

.contact-section p span {
    color: #25348f;
    font-size: 20px;
    font-weight: 600;
}

.contact-section .form-box {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.19);
    padding: 39px 39px 24px;
    background: #131313;
}

.contact-section.style-2 .form-box {
    background: #fff;
    border: 1px solid #f1f1f1;
}

.comment-form .form-box {
    padding: 25px 25px 0px 25px;
}

.contact-section .default-form .thm-btn {
    width: 100%;
}

.contact-section .default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .comment-form .form-box .form-group {
    margin-bottom: 25px;
}

.contact-section .default-form.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.contact-section .default-form.form-box .row .form-group {
    padding: 0px 10px;
}

.contact-section .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;
}

.contact-section .default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}

.contact-section .default-form input[type="text"],
.contact-section .default-form input[type="email"],
.contact-section .default-form input[type="password"],
.contact-section .default-form input[type="number"],
.contact-section .default-form select,
.contact-section .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 0.29);
    padding: 12px 15px;
    font-family: 'Roboto-Light';
    background: transparent;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #fff;
}

.contact-section.style-2 .default-form input[type="text"],
.contact-section.style-2 .default-form input[type="email"],
.contact-section.style-2 .default-form input[type="password"],
.contact-section.style-2 .default-form input[type="number"],
.contact-section.style-2 .default-form select,
.contact-section.style-2 .default-form textarea {
    border: 2px solid #f1f1f1;
    color: #9e9e9e;
    height: 40px;
    padding: 7px 15px;
}

.contact-section form input::-webkit-input-placeholder {
    color: #fff;
}

.contact-section form input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.contact-section form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.contact-section form input:-ms-input-placeholder {
    color: #fff;
}

.contact-section.style-2 form input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.contact-section form input:-moz-placeholder {
    /* Firefox 18-.style-2 */
    color: #9e9e9e;
}

.contact-section form input::-moz-placeholder {
    /* Firefox 19+.style-2 */
    color: #9e9e9e;
}

.contact-section.style-2 form input:-ms-input-placeholder {
    color: #9e9e9e;
}

.contact-section .g-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    background: #fff;
}

.contact-section .g-input input,
select.g-select[option="selected"] {
    color: #555;
    font-size: 14px;
}

.contact-section .g-input input {
    padding-left: 20px;
}

.contact-section .g-select {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.32);
    background: transparent;
    padding-left: 20px;
    text-transform: capitalize;
}

.contact-section .g-select:focus,
.g-select:hover {
    color: #fff;
}

.contact-section.style-2 .g-select {
    color: #9e9e9e;
    height: 40px;
    border-color: #f1f1f1;
}

.contact-section.style-2 .g-select:focus,
.g-select:hover {
    color: #9e9e9e;
    border-color: #f1f1f1;
}

.contact-section.style-2 .g-select:focus,
.g-select:hover {
    color: #9e9e9e;
}

.contact-section .select-form .dropdown-menu.inner li {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.contact-section .select-form .dropdown-menu.inner li a {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .4px;
    color: #333;
    display: block;
    padding: 12px 0 10px 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.contact-section .select-form .dropdown-menu.inner .btn.focus,
.contact-section .select-form .dropdown-menu.inner .btn:focus,
.contact-section .select-form .dropdown-menu.inner .btn:hover {
    color: #fff;
}

.contact-section.style-2 .select-form .dropdown-menu.inner .btn.focus,
.contact-section.style-2 .select-form .dropdown-menu.inner .btn:focus,
.contact-section.style-2 .select-form .dropdown-menu.inner .btn:hover {
    color: #9e9e9e;
}

.contact-section .select-form .dropdown-menu.inner li:last-of-type a {
    border-bottom: none;
}

.contact-section .select-form .dropdown-menu.inner li:first-of-type {
    display: none;
}

.contact-section .select-form .dropdown-menu.inner li a:hover,
.contact-section .select-form .dropdown-menu.inner li.selected a {
    background: #25348f;
    color: #fff;
}

.contact-section .select-form button.g-select:focus,
.contact-section .select-form button.g-select:visited {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-section .utton.g-select {
    position: relative;
}

.contact-section .utton.g-select:after {
    content: '';
    height: 100%;
    background: #eee;
    top: 0;
    right: 50px;
}

.contact-section .utton.g-select .caret {
    right: 23px;
    border-width: 5.5px;
    border-top-color: #555
}

.contact-section .select-form .dropdown-menu.open {
    border-radius: 0;
    border: 1px solid #eee;
}

.contact-section .select-form .dropdown-menu {
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.contact-section .select-form .open>.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.contact-section .select-form button[type="submit"].g-btn-prim {
    margin-left: 15px;
}

.contact-section .select-form *,
.contact-section .select-form *:focus,
.contact-section .select-form *:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-post .contact-infos li .icon_box,
.contact-post .contact-infos li .text-box {
    display: table-cell;
    vertical-align: top;
}

.contact-post .contact-infos li .icon_box {
    width: 40px;
}

.contact-post .contact-infos li .icon_box i {
    font-size: 24px;
    color: #25348f;
    position: relative;
    top: 4px;
}

.contact-post {
    padding: 80px 0 60px;
}

.contact-post .contact-infos li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(158, 158, 158, 0.12);
}

.contact-post .contact-infos li:last-child {
    border-bottom: 0px;
}

.contact-post .item {
    background: #f7f7f7;
    padding: 0 30px;
}

.contact-post h4 {
    background: #25348f;
    color: #fff;
    text-align: center;
    padding: 14px 0;
}

.contact-post .contact-infos.Business li {
    padding: 14px 0;
}

.contact-post .text p {
    padding-bottom: 14px;
}

.contact-post .border-bottom {
    position: relative;
    border-bottom: 1px solid #eee;
    bottom: -60px;
}


/* ==============================
   12. contact styles
   ============================== */

.single_contact_form {
    padding-bottom: 75px;
    padding-top: 55px;
}

.single_contact_form p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 20px;
}

.single_contact_form p span {
    color: #25348f;
    font-size: 20px;
    font-weight: 600;
}

.single_contact_form .form-box {
    position: relative;
}

.comment-form .form-box {
    padding: 25px 25px 0px 25px;
}

.single_contact_form .default-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.single_contact_form .comment-form .form-box .form-group {
    margin-bottom: 25px;
}

.single_contact_form .default-form.form-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.single_contact_form .default-form.form-box .row .form-group {
    padding: 0px 0px;
}

.single_contact_form .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;
}

.single_contact_form .default-form .form-group .field-label sup {
    color: #ff0000;
    font-size: 14px;
}

.single_contact_form .default-form input[type="text"],
.single_contact_form .default-form input[type="email"],
.single_contact_form .default-form input[type="password"],
.single_contact_form .default-form input[type="number"],
.single_contact_form .default-form select,
.single_contact_form .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 16px;
    border: 2px solid #f7f7f7;
    padding: 12px 15px;
    font-family: 'Roboto-Light';
    background: transparent;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.single_contact_form .default-form textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    height: 125px;
    font-size: 16px;
    border: 2px solid #f7f7f7;
    padding: 12px 15px;
    font-family: 'Roboto-Light';
    resize: none;
    background: transparent;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.single_contact_form form input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.single_contact_form form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.single_contact_form form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.single_contact_form form input:-ms-input-placeholder {
    color: #9e9e9e;
}

.single_contact_form .thm-btn {
    width: 100%;
}

.single_contact_form.style-2 .thm-btn {
    width: auto;
}

.single_contact_form .g-input input {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    background: #fff;
}

.single_contact_form .g-input input,
select.g-select[option="selected"] {
    color: #555;
    font-size: 14px;
}

.single_contact_form .g-input input {
    padding-left: 20px;
}

.single_contact_form .g-select {
    font-weight: 400;
    font-size: 14px;
    color: #9e9e9e;
    border-radius: 0;
    height: 50px;
    border: 2px solid #f7f7f7;
    background: transparent;
    padding-left: 20px;
    text-transform: capitalize;
}

.single_contact_form .g-select:focus,
.g-select:hover {
    color: #9e9e9e;
}

.single_contact_form .select-form .dropdown-menu.inner li {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.single_contact_form .select-form .dropdown-menu.inner li a {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .4px;
    color: #333;
    display: block;
    padding: 12px 0 10px 20px;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.single_contact_form .select-form .dropdown-menu.inner .btn.focus,
.single_contact_form .select-form .dropdown-menu.inner .btn:focus,
.single_contact_form .select-form .dropdown-menu.inner .btn:hover {
    color: #9e9e9e;
}

.single_contact_form .select-form .dropdown-menu.inner li:last-of-type a {
    border-bottom: none;
}

.single_contact_form .select-form .dropdown-menu.inner li:first-of-type {
    display: none;
}

.single_contact_form .select-form .dropdown-menu.inner li a:hover,
.single_contact_form .select-form .dropdown-menu.inner li.selected a {
    background: #25348f;
    color: #fff;
}

.select-form button.g-select:focus,
.select-form button.g-select:visited {
    outline: 1px solid #f1f1f1 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single_contact_form .utton.g-select {
    position: relative;
}

.single_contact_form .utton.g-select:after {
    content: '';
    height: 100%;
    background: #eee;
    top: 0;
    right: 50px;
}

.single_contact_form .utton.g-select .caret {
    right: 23px;
    border-width: 5.5px;
    border-top-color: #555
}

.single_contact_form .select-form .dropdown-menu.open {
    border-radius: 0;
    border: 1px solid #eee;
}

.single_contact_form .select-form .dropdown-menu {
    display: block;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.single_contact_form .select-form .open>.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}

.single_contact_form .select-form button[type="submit"].g-btn-prim {
    margin-left: 15px;
}

.single_contact_form .select-form *,
.single_contact_form .select-form *:focus,
.single_contact_form .select-form *:visited {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single_contact_form .contact-details {
    background: #f7f7f7;
}

.single_contact_form .contact-details .item {
    padding: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

.single_contact_form .contact-details .item:last-child {
    border-bottom: 0px;
}

.single_contact_form .contact-details .item .img-box,
.single_contact_form .contact-details .item .content {
    display: table-cell;
    vertical-align: top;
}

.single_contact_form .contact-details .item .img-box {
    width: 67px;
}

.single_contact_form .contact-details .item .content {
    padding-left: 20px;
}

.single_contact_form .contact-details .item .content p {
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
}

.single_contact_form .contact-details .item .content p i {
    color: #25348f;
    margin-right: 5px;
}

.single_contact_form .contact-details .item h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #272727;
}

.single_contact_form .contact-details .item .content h5 {
    color: #25348f;
    margin: 0;
}


/* ==============================
   13. Subscription styles
   ============================== */

.subscription {
    background: #1F1F1F;
    padding-top: 74px;
    padding-bottom: 80px;
}

.subscription h2 {
    margin: 0;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500;
    margin-bottom: 33px;
}

.subscription label {
    font-size: 16px;
    color: #9E9E9E;
    line-height: 29px;
    margin: 0;
    padding: 0;
    display: block;
    font-weight: normal;
}

.subscription input {
    width: 100%;
    background: #212121;
    border: 2px solid #272727;
    height: 55px;
    line-height: 51px;
    outline: none;
    padding-left: 20px;
    color: #fff;
}

.subscription button {
    background: #25348f;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 58px;
    line-height: 55px;
    transition: all 0.5s ease;
}

.subscription button:hover {
    background: #012f5d;
}

.subscription ul.social {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.subscription ul.social li {
    display: inline-block;
    list-style: none;
    margin-left: 20px;
}

.subscription ul.social li a {
    display: block;
    font-size: 24px;
    color: #F4F4F4;
    transition: all 0.5s ease;
}

.subscription ul.social li a:hover {
    color: #25348f;
}


/************************** 
* Footer styles 
***************************/

.footer {
    position: relative;
    background: #141414;
    padding-bottom: 31px;
}

.footer-widget.about-widget:before {
    position: absolute;
    right: -15px;
    top: 0px;
    width: 5000%;
    height: 100%;
    background: #171717;
    z-index: 0;
}

.footer-widget.about-widget img {
    position: relative;
}

.footer-widget ul,
.footer-widget li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget {
    padding: 80px 0 0;
}

.footer-widget.gallery-widget {
    padding-top: 35px;
}

.footer-widget.gallery-widget .item {
    margin: 0 -3px;
}

.footer-widget.gallery-widget .item a {
    margin: 0 3px;
    position: relative;
}

.footer-widget.gallery-widget .item a:after {
    position: absolute;
    content: "\f0c1";
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 60px;
    width: 100%;
    height: 100%;
    background: rgba(223, 172, 31, 0.9);
    color: #ffffff;
    opacity: 0;
    transition: .5s ease;
}

.footer-widget.gallery-widget .item a:hover:after {
    opacity: 1;
    transition: .5s ease;
}

.footer-widget.gallery-widget .owl-controls {
    text-align: center;
    display: block;
    position: relative;
    top: -124px;
    right: -102px;
}

.footer-widget.gallery-widget .owl-dots .owl-dot {
    display: inline-block;
}

.footer-widget.gallery-widget .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ff9a00;
    border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    border: 2px solid #333;
    background: #333;
}

.footer-widget.gallery-widget .owl-dots .owl-dot.active span,
.footer-widget.gallery-widget .owl-dots .owl-dot:hover span {
    background: #25348f;
    border-color: #25348f;
}

.footer-widget .inner-title {
    position: relative;
    margin-bottom: 38px;
}

.footer-widget .inner-title h3 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-widget.about-widget {
    padding-left: 0;
    position: relative;
    padding-top: 61px;
}

.footer-widget.about-widget p {
    margin-top: 13px;
    z-index: 99;
    position: relative;
    color: #d5d5d5;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px;
}

.footer-widget.contact-widget .social {
    margin-top: 31px;
    margin-bottom: 9px;
    position: relative;
}

.footer-widget.contact-widget .social li+li {
    margin-left: 13px;
}

.footer-widget.contact-widget .social li a {
    color: #c1c1c1;
    transition: color .4s ease;
    height: 40px;
    width: 40px;
    border: 2px solid #333;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
}

.footer-widget.contact-widget .social li a:hover {
    border-color: #25348f;
    transition: color .4s ease;
    background: #25348f;
    color: #fff;
    transition: .5s ease;
}

.footer-widget.link-widget li+li {
    margin-top: 2px;
}

.footer-widget.link-widget li a {
    transition: color .4s ease;
    font-size: 16px;
    line-height: 34px;
    color: #9e9e9e;
    font-weight: 300;
    font-family: 'roboto-light';
}

.footer-widget.link-widget li a:hover {
    color: #25348f;
    transition: color .4s ease;
}

.footer-widget.subscribe-widget form {
    background: #222222;
    margin-bottom: 10px;
    margin-top: 25px;
}

.footer-widget.subscribe-widget form input {
    border: 1px solid rgba(255, 255, 255, 0.4);
    outline: none;
    background-color: #141414;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    width: calc( 100% - 50px);
    vertical-align: middle;
}

.footer-widget.subscribe-widget form button {
    color: #fff;
    border: none;
    outline: #25348f;
    background: #25348f;
    width: 50px;
    font-size: 18px;
    height: 50px;
    line-height: 0;
    float: right;
    vertical-align: text-top;
}

.footer-widget.subscribe-widget form label.error {
    display: none;
}

.footer-widget.subscribe-widget form input.error {
    background: rgba(255, 0, 0, 0.3);
}

.footer-widget.subscribe-widget .result p {
    font-size: 12px;
    font-family: "Roboto Slab", serif;
    font-style: italic;
}

.footer-widget.subscribe-widget .social {
    margin-top: 20px;
}

.footer-widget.subscribe-widget .social li+li {
    margin-left: 30px;
}

.footer-widget.subscribe-widget .social li a {
    color: #C8C8C8;
    transition: color .4s ease;
}

.footer-widget.contact-widget .contact-infos li .icon_box {
    width: 40px;
}

.footer-widget.contact-widget .contact-infos li+li {
    margin-top: 18px;
}

.footer-widget.contact-widget .contact-infos li .icon_box,
.footer-widget.contact-widget .contact-infos li .text-box {
    display: table-cell;
    vertical-align: top;
}

.footer-widget.contact-widget .contact-infos li .icon_box i {
    font-size: 24px;
    color: #f5c130;
    position: relative;
    top: 10px;
}

.footer-widget.contact-widget .contact-infos li .icon_box i.lsp-icon-clock,
.footer-widget.contact-widget .contact-infos li .icon_box i.lsp-icon-signs {
    top: 7px;
}

.main-footer .posts-widget .post {
    position: relative;
    min-height: 60px;
    padding-left: 85px;
    padding-bottom: 31px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .posts-widget .post:last-child {}

.main-footer .posts-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
}

.main-footer .posts-widget .post .post-thumb .overlay-link {
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    line-height: 70px;
    top: 0px;
    height: 100%;
    background: rgba(223, 172, 31, 0.9);
    color: #ffffff;
    opacity: 0;
    transition: .5s ease;
}

.main-footer .posts-widget .post .post-thumb:hover .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: 16px;
}

.main-footer .posts-widget .post .post-thumb img {
    display: block;
    width: 100%;
}

.main-footer .posts-widget .post .desc-text {
    position: relative;
    font-size: 15px;
    color: #bebebe;
    line-height: 1.8em;
    margin-bottom: 0px;
    top: -5px;
}

.main-footer .posts-widget .post .desc-text a {
    color: #bebebe;
    font-size: 16px;
    line-height: 25px;
}

.main-footer .posts-widget .post .time {
    color: #9e9e9e;
    line-height: 24px;
    font-style: italic;
}

.main-footer .posts-widget .post .time .fa {
    padding-right: 8px;
    color: #25348f;
    font-style: normal;
}

.main-footer .posts-widget .view-more {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid;
    color: #a8c41b;
    line-height: 20px;
}

.main-footer .posts-widget .view-more .fa {
    padding-left: 5px;
}

.main-footer .footer-list li {
    margin-bottom: 10px;
}

.main-footer .footer-list li a {
    color: #d5d5d5;
}

.main-footer .footer-list li a:hover {
    color: #f5c130;
}

.main-footer .tags-widget .tags-list li {
    position: relative;
    display: inline-block;
    margin: 0px 8px 10px 0px;
}

.main-footer .tags-widget .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 4px 13px;
    color: #bebebe;
    text-transform: capitalize;
    border: 1px solid #333;
    text-align: center;
    font-size: 14px;
}

.main-footer .tags-widget .tags-list li a:hover {
    background: #25348f;
    color: #ffffff;
    border-color: #25348f;
    transition: .5s ease;
}

.footer-bottom {
    background: #080808;
    padding: 26px 0;
}

.footer-bottom .copy-text a {
    color: #f5c130;
    transition: .3s ease;
}

.footer-bottom .get-text ul li {
    float: left;
}

.footer-bottom .get-text ul li a {
    color: #9e9e9e;
    font-size: 16px;
    font-weight: 300;
    margin-right: 25px;
    font-family: 'roboto-light';
}

.footer-bottom .get-text ul li a:hover {
    color: #25348f;
    transition: .3s ease;
}


/************************** 
* Inner Banner styles 
***************************/

.inner-banner {
    /* background: #a0a19b; */
    background-size: cover;
    padding: 108px 0;
    position: relative;
}

.inner-banner h3 {
    margin: 0;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    top: -28px;
}

.inner-banner .box {
    display: inline-block;
    padding: 11px 47px;
}

.breadcumb-wrapper {
    background: rgba(0, 0, 0, 0.3);
    padding: 16.5px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.breadcumb-wrapper ul,
.breadcumb-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #f5c130;
    text-transform: uppercase;
}

.breadcumb-wrapper ul.link-list li a {
    color: #ffffff;
    font-size: 14px;
    transition: .3s ease;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.breadcumb-wrapper ul.link-list li a:hover {
    transition: .3s ease;
}

.breadcumb-wrapper ul.link-list li a i {
    color: #25348f;
    margin-right: 7px;
}

.breadcumb-wrapper ul.link-list li a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0 10px;
}

.breadcumb-wrapper a.get-qoute {
    text-transform: capitalize;
    font-weight: 300;
    color: #25348f;
}

.breadcumb-wrapper a.get-qoute i {
    margin-right: 7px;
}


/* ==============================
   17. Project content styles
   ============================== */

.project-content ul.gallery-filter {
    margin-bottom: 50px;
    border-top: 1px solid#f7f7f7;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

.project-content ul.post-pagination {
    margin-top: 30px;
}

.project-content .owl-theme .owl-nav {
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -95px;
    padding-left: 25px;
}

.project-content .owl-theme .owl-nav [class*=owl-] {
    padding: 0;
    background-color: transparent;
    color: #B6B6B6;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #b6b6b6;
    line-height: 31px;
    transition: all 0.5s ease;
}

.project-content .owl-theme .owl-nav [class*=owl-]:hover {
    border-color: #25348f;
    color: #25348f;
}

.single-project-item {
    margin-bottom: 30px;
}

.single-project-item img {
    width: 100%;
}

.single-project-item .img-box {
    position: relative;
}

.single-project-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
}

.single-project-item .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.single-project-item .overlay .box .top-box {
    display: table;
    width: 100%;
    height: 100%;
    background: rgba(1, 47, 93, 0.8);
    transition: all .5s ease 0s;
    opacity: 0;
    transform: translate3d(0, -100px, 0);
}

.single-project-item .overlay .box .title {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding-top: 105px;
}

.single-project-item .overlay .box .title h3 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}

.single-project-item .overlay .box .bottom-box {
    background: #25348f;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .5s ease .5s;
    transform: translate3d(0, 40px, 0);
    opacity: 0;
}

.single-project-item .overlay .box .bottom-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-project-item .overlay .box .bottom-box ul li {
    list-style: none;
    float: left;
    width: 50%;
}

.single-project-item .overlay .box .bottom-box ul li:last-child a {
    border: none;
}

.single-project-item .overlay .box .bottom-box ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border-right: 1px solid #E3B700;
    transition: all 0.5s ease;
}

.single-project-item .overlay .box .bottom-box ul li a:hover {
    background: #012f5d;
}

.single-project-item .img-box:hover .box .top-box {
    opacity: 1;
    transform: translate3d(0, 0px, 0);
}

.single-project-item .img-box:hover .box .bottom-box {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.single-project-content .single-project-carousel {
    margin-bottom: 30px;
    position: relative;
}

.single-project-content .single-project-carousel .owl-nav {
    margin: 0px;
}

.single-project-content .single-project-carousel .owl-nav .owl-prev {
    left: 0;
}

.single-project-content .single-project-carousel .owl-nav .owl-next {
    right: 0;
}

.single-project-content .single-project-carousel .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    background: #012f5d;
    padding: 0;
    text-align: center;
    color: #fff;
    border-radius: 0;
    transition: all 0.5s ease;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -25px;
}

.single-project-content .single-project-carousel .owl-nav [class*=owl-]:hover {
    background: #25348f;
}

.single-project-content .single-project-customer-info {
    padding-left: 20px;
    padding-top: 26px;
    padding-bottom: 31px;
    background: #012f5d;
}

.single-project-content .single-project-customer-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-project-content .single-project-customer-info ul li {
    list-style: none;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 39px;
}

.single-project-content .single-project-customer-info ul li label {
    font-size: 16px;
    color: #25348f;
    font-weight: 900;
}

.single-project-content .single-project-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    line-height: 25px;
    margin-bottom: 12px;
}

.single-project-content .single-project-content p.tags {
    margin-bottom: 19px;
}

.single-project-content .single-project-content p.tags a {
    color: #25348f;
}

.single-project-content .single-project-content .thm-btn {
    padding: 0 30px;
    line-height: 50px;
    margin-top: 32px;
}

.single-project-content .single-project-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin: 0;
    color: #9E9E9E;
}

.project-single {
    padding: 80px 0 0px;
}

.project-info .item {
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.project-info .item .icon {
    position: absolute;
    top: 2px;
    color: #25348f;
    left: 0;
    border-radius: 0 10px;
    text-align: center;
    transition: .5s ease-in;
}

.project-info .item h4 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #252525;
    font-weight: 600;
}

.project-info .item p {
    position: relative;
    color: #a2a2a2;
    font-size: 16px;
}

.project-single .post-nav {
    position: relative;
    padding: 35px 0px 0px;
    text-align: center;
    border-left: none;
    border-right: none;
}

.project-single .post-nav .prev-post,
.project-single .post-nav .next-post {
    position: relative;
    z-index: 1;
}

.project-single .post-nav a {
    position: relative;
    display: inline-block;
    width: 33%;
    padding: 35px 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #252525;
    font-weight: 400;
    transition: 300ms ease;
}

.project-single .post-nav a:hover {
    color: #25348f;
    transition: .5s ease;
}

.project-single .post-nav a .fa {
    position: relative;
    top: 2px;
    font-size: 24px;
    color: #252525;
    transition: .5s ease;
}

.project-single .post-nav a:hover .fa {
    color: #25348f;
    transition: .5s ease;
}

.project-single .post-nav a.all-post .fa {
    color: #fff;
}

.link-btn {
    position: relative;
    top: -86px;
}

.link-btn a {
    position: absolute;
    right: 0;
    top: 0;
    color: #25348f;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid #25348f;
}

.link-btn span {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #25348f;
    padding-left: 10px;
    position: relative;
    top: 5px;
}


/*================gallery============*/

.project-content.project_gallery {
    padding: 80px 0;
}

.project_gallery .item .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.project_gallery.style-2 .item .inner-box {
    margin-bottom: 0px;
}

.project_gallery .item .overlay-one {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.project_gallery .item:hover .overlay-one {
    top: 0px;
    opacity: 1;
}

.project_gallery .item .overlay-one .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    /* vertical-align:middle; 
    background: rgba(223, 172, 31, 0.9);*/
    background: rgba(0, 0, 0, 0.75);
}

.project_gallery .item .overlay-one .overlay-inner {
    background: rgba(0, 0, 0, 0.75);
}

.project_gallery .item .overlay-one .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.project_gallery .item .overlay-one .overlay-inner .content h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    margin-top: -40px;
}

.project_gallery .item .proj-link {
    position: relative;
    display: inline-block;
    float: left;
    width: 40%;
    height: 30px;
    color: #fff;
    line-height: 30px;
    background: #020202;
    font-size: 14px;
    top: 60px;
    z-index: 1;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.project_gallery .item:hover .proj-link {
    top: 0px;
    transition: .3s ease;
    transition-delay: 1s;
}

.project_gallery .item .proj-view {
    position: relative;
    float: left;
    display: inline-block;
    width: 100%;
    height: 55px;
    font-family: "Raleway", sans-serif;
    line-height: 55px;
    background: #f7f7f7;
    color: #252525;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    z-index: 1;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.project_gallery .item .proj-view span {
    transform: rotate(-90deg);
}

.project_gallery .item .caption-box-one {
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.project_gallery .item:hover .caption-box-one {
    left: 0px;
    opacity: 1;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    -moz-transition: all 500ms ease 500ms;
}

.project_gallery ul.gallery-filter li span:before {
    position: absolute;
    content: "//";
    right: -7px;
}

.project_gallery .container-fluid.padding-15 {
    padding: 0 15px;
}

.project-content ul.gallery-filter.style-2 {
    border: 0px;
}

.project-content ul.gallery-filter.style-2 li {
    border: 2px dashed #ddd;
    margin: 0 3px;
}

.project-content ul.gallery-filter.style-2 li span:before {
    display: none;
}

ul.gallery-filter li:hover span,
ul.gallery-filter.style-2 li.active {
    border-color: #25348f;
}

.padd-top20 {
    padding-top: 20px;
}

.text-link {
    background: #f7f7f7;
    padding: 43px 0px;
}

.text-link.transparent-bg {
    background: transparent;
}

.text-link a {
    color: #25348f;
}

.text-link h4 {
    font-weight: 600;
}

.our-team .text-link h4 {
    font-weight: 400;
}

.our-team .quote i {
    width: 45px;
    display: block;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #25348f;
    background: #000;
    margin-top: -30px;
    position: relative;
    margin-left: 20px;
}

.our-team.style-2 .single-team-member .img-box {
    box-shadow: none;
    background: none;
}

.single-team-member .content {
    position: relative;
    padding: 0 20px 25px;
    border: 1px solid #f1f1f1;
    border-top: 0px;
}

.our-team.style-2 .single-team-member .text p {
    font-size: 14px;
}

.our-team.style-2 .single-team-member h4 {
    text-transform: capitalize;
    display: inline-block;
}

.our-team.style-2 .single-team-member .author-title {
    color: #25348f;
    display: inline-block;
}

.our-team.style-2 .single-team-member .author-title a {
    color: #25348f;
    font-size: 16px;
}

.our-team.style-2 .single-team-member {
    margin-bottom: 50px;
}


/*=================== boxed layout =================*/

.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #25348f !important;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.gif);
}


/*==================== inner-page/shop =======================*/


/*============================= Sidebar Style One ==================*/

.sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
    padding-bottom: 18px;
}

.sidebar_search {
    height: 54px;
    position: relative;
}

.sidebar_search input {
    width: 100%;
    height: 54px;
    border: none;
    border: 1px solid #f1f1f1;
    padding: 0 56px 0 12px;
    color: #9e9e9e;
}

.sidebar_search button {
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    background: #25348f;
    right: 0;
    color: #fff;
}

.sidebar_categories {
    margin-top: 60px;
}

.sidebar_categories ul {
    margin-top: 22px;
    margin-bottom: 35px;
}

.sidebar_categories ul li {
    line-height: 48px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar_categories ul li:last-child {
    border: none;
}

.sidebar_categories ul li a {
    font-weight: normal;
    color: #9e9e9e;
    position: relative;
}

.sidebar_categories ul li a:hover,
.sidebar_categories ul li a.active {
    color: #25348f;
}

.sidebar_categories ul li input[type="checkbox"] {
    float: right;
    position: relative;
    top: 14px;
}

.sidebar_categories ul li a:before {
    content: '\f114';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.sidebar_categories.archive ul li a:before {
    content: "\f00c";
}

.sidebar_categories ul li a:hover {
    color: #25348f;
}

.recent_news_sidebar .theme_title {
    margin-bottom: 40px;
}

.recent_news_sidebar {
    margin-bottom: 62px;
}

.recent_news_sidebar .single_news_sidebar {
    margin-bottom: 29px;
}

.recent_news_sidebar .img_holder img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
}

.recent_news_sidebar .post {
    padding-left: 26px;
    width: 72%;
    margin-top: -10px;
}

.recent_news_sidebar .post h6 a {
    font-size: 16px;
    color: #272727;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 2px;
}

.recent_news_sidebar .post p a {
    font-size: 14px;
}

.recent_news_sidebar .post p a i {
    margin-right: 4px;
    font-size: 16px;
}

.recent_news_sidebar .img_holder {
    position: relative;
}

.recent_news_sidebar .img_holder .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
}

.recent_news_sidebar .img_holder .opacity .icon {
    display: table;
    width: 100%;
    height: 100%;
}

.recent_news_sidebar .img_holder .opacity .icon span {
    display: table-cell;
    vertical-align: middle;
}

.recent_news_sidebar .img_holder .opacity .icon span a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.recent_news_sidebar .single_news_sidebar:hover .opacity {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.sidebar_tags {
    margin: 60px 0 -6px 0;
}

.sidebar_tags ul {
    margin-top: 25px;
    padding: 24px 0px;
}

.sidebar_tags ul li {
    display: inline-block;
    margin: 0 4px 8px 0;
}

.sidebar_tags ul li a {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 0 14px;
}

.sidebar_tags ul li a:hover {
    color: #ffffff;
    background: #25348f;
}


/*-----------*/

.blogWith_sidebar .post_wrapper .text h6 a {
    color: #272727;
}

.blogWith_sidebar .blog_page_wrapper .blog_post_single .img_holder {
    margin-bottom: 32px;
}

.blogWith_sidebar .blog_page_wrapper.blog_grid .blog_post_single .text p {
    margin-top: 13px;
}


/*===================== Shop With Side Bar===================*/

.single-sidebar.price-ranger .ui-widget-content {
    background: #f7f7f7;
    border: none;
    height: 4px;
}

.single-sidebar.price-ranger .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #252525;
    margin-left: -4px;
    outline: none;
    background: #25348f;
}

.single-sidebar.price-ranger .ui-slider .ui-slider-range {
    background: #252525;
}

.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -4px;
}

.single-sidebar.price-ranger #slider-range {
    margin-top: 25px;
}

.single-sidebar.price-ranger .ranger-min-max-block {
    margin-top: 20px;
    margin-bottom: 25px;
}

.single-sidebar.price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
    width: 80px;
    border: none;
    border-radius: 0px;
    text-align: center;
    outline: none;
    line-height: 35px;
    font-size: 14px;
    margin-right: 37px;
    color: #ffffff;
    font-weight: 700;
    background: #25348f;
    text-transform: uppercase;
    font-family: 'Montserrat';
    border: 2px solid #25348f;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
    border: none;
    text-align: center;
    outline: none;
    width: 40px;
    color: #9c9c9c;
    font-weight: 400;
    text-align: right;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar.price-ranger .ranger-min-max-block span {
    color: #9c9c9c;
    font-weight: 400;
}

.best_sellers .theme_title {
    margin-bottom: 36px;
}

.best_sellers .best_selling_item .text {
    padding-left: 20px;
    margin-top: -3px;
}

.best_sellers .best_selling_item .text h6 {
    font-size: 16px;
    font-weight: 700;
    color: #272727;
}

.best_sellers .best_selling_item .text ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 12px;
    margin-top: 10px;
    color: #25348f;
}

.best_sellers .best_selling_item .text span {
    display: block;
    margin-top: 10px;
    color: #25348f;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
}

.best_sellers .best_selling_item {
    margin: 20px 0 20px 0;
    padding-bottom: 17px;
}

.best_sellers .best_selling_item.border {
    border-bottom: 1px solid #f7f7f7;
}

.sidebar_styleTwo .sidebar_categories {
    margin-top: 30px;
}

.sidebar_styleTwo .sidebar_tags {
    margin: 19px 0 51px 0;
}


/*======================== check Out page ==============*/

.check_out_form {
    padding-top: 90px;
}

.check_out_form .theme-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.check_out_form form span {
    display: block;
    margin-bottom: 5px;
}

.check_out_form form input {
    height: 48px;
    border: 2px solid #f7f7f7;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 15px;
}

.check_out_form form {
    margin-top: 38px;
}

.check_out_form form textarea {
    border: 2px solid #f7f7f7;
    width: 100%;
    margin-bottom: 25px;
    padding: 15px;
    min-height: 121px;
    color: #9e9e9e;
}

.check_out_form .shipping_address h3 input {
    margin-left: 60px;
}

.check_out_form .theme_title {
    padding-bottom: 28px;
}


/*==================== cart Table ===================*/

.cart_table {
    padding-top: 51px;
    padding-bottom: 80px;
}

.cart_table h4 {
    text-transform: uppercase;
}

.cart_table .table-1 thead th {
    border: none;
    line-height: 65px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    text-transform: uppercase;
}

.cart_table .table-1 thead tr {
    background: #f7f7f7;
}

.cart_table .table-1 tbody tr td {
    border-top: none;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 28px;
}

.cart_table .table-1 tbody tr td.flex_item {
    padding-right: 0;
    padding-top: 33px;
    padding-left: 28px;
}

.cart_table .table-1 tbody tr td.flex_item h6 {
    font-size: 20px;
    padding: 34px 0 0 27px;
}

.cart_table .table-1 tbody tr td input[type="number"] {
    width: 70px;
    height: 47px;
    border: 1px solid #f0f0f0;
    font-size: 18px;
    font-weight: 700;
    color: #272727;
    padding-left: 19px;
    margin-top: 42px;
}

.cart_table .table-1 tbody tr td span {
    margin-left: 30px;
    color: #012f5d;
}

.cart_table .table-1 tbody tr td:last-child {
    padding-top: 62px
}


/*----------------*/

.cart_table .table-2 {
    margin-top: 0px;
}

.cart_table input,
.check_out_form input {
    display: inline-block;
    color: #9e9e9e;
}

.check_out_form h2 input {
    position: relative;
    right: -30px;
}

.cart_table .table-2 td:first-child {
    border-right: 1px solid #f0f0f0;
}

.cart_table .table-2 td {
    width: 50%;
    border-top: none;
    padding: 0;
}

.cart_table .table-2 td span {
    line-height: 47px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 18px;
}

.cart_table .table-2 td:last-child span {
    color: #999999;
}

.cart_table .table-2 tr:last-child td span {
    border: none;
}

.cart_table .table-2 tbody {
    border: 2px solid #f0f0f0;
}

.cart_table .payment_system span {
    color: #272727;
    display: inline-block;
    margin-left: 13px;
}

.cart_table .payment_system {
    margin-top: 17px;
    background: #f7f7f7;
    padding: 21px;
}

.cart_table .payment_system .pay1 {
    margin-bottom: 19px;
}

.cart_table .payment_system .pay1 p {
    padding-left: 29px;
    margin-top: 16px
}

.cart_table .payment_system a {
    line-height: 46px;
    width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    background: #25348f;
    border: 1px solid #25348f;
    color: #fff;
    margin-top: 25px;
    transition: .3s ease;
}

.cart_table .payment_system a:hover {
    background: transparent;
    color: #25348f;
    border-color: #25348f;
    transition: .3s ease;
}


/*====================== Cart page =====================*/

.shop_cart_table {
    padding-top: 0;
    padding-top: 90px;
    padding-bottom: 90px;
}

.shop_cart_table .table-1 {
    margin-bottom: 30px;
}

.shop_cart_table .table-1 input {
    display: inline-block;
}

.shop_cart_table .icon_holder {
    display: inline-block;
    width: 39px;
    height: 39px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    background: #25348f;
    margin-right: 3px;
    vertical-align: bottom;
    padding-top: 6px;
}

.shop_cart_table .table-1 tr th {
    background: #f7f7f7;
    border: none;
    line-height: 65px;
    color: #262626;
    text-transform: uppercase;
}

.shop_cart_table .table-1 tr th:first-child {
    padding-left: 30px;
    width: 36%;
}

.shop_cart_table .table-1 tr th:nth-child(2) {
    width: 14%;
}

.shop_cart_table .table-1 tr th:nth-child(3) {
    width: 18%;
}

.shop_cart_table .table-1 tr th:nth-child(4) {
    width: 11%;
}

.shop_cart_table .table-1 tr th:nth-child(5) {
    width: 12%;
}

.shop_cart_table .table-1 tr td span {
    display: inline-block;
    margin-left: 0;
    font-size: 14px;
    line-height: 18px;
    color: #9e9e9e;
}

.shop_cart_table .table-1 tr td span.item {
    margin-top: 45px;
}

.shop_cart_table .table-1 th {
    padding: 0 8px;
}

.shop_cart_table .table-1 tr td.flex_item {
    padding: 29px 0 32px 27px;
}

.shop_cart_table .table-1 tr td.flex_item h6 {
    font-size: 20px;
    margin: 33px 0 0 27px;
}

.shop_cart_table .table-1 tr td input[type="number"] {
    margin: 42px 56px 0 0;
    width: 68px;
    height: 45px;
    border: 1px solid #f7f7f7;
    padding-left: 20px;
}

.shop_cart_table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop_cart_table .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    background: #fff;
    border-color: #f7f7f7;
    padding: 10.3px 10px;
}

.shop_cart_table .bootstrap-touchspin .input-group-btn-vertical i {
    color: green;
    left: 6px;
}

.shop_cart_table tbody tr .qty .quantity-spinner {
    background: #fff;
    border: 1px solid #F7F7F7;
    border-right: 0;
}

.shop_cart_table .apply-coupon {
    position: relative;
}

.shop_cart_table .table-1 tr td {
    padding-bottom: 28px;
    border-top: none;
    border-bottom: 1px solid #f7f7f7;
}

.shop_cart_table .table-1 tr td:nth-child(4),
.shop_cart_table .table-1 tr td:nth-child(5),
.shop_cart_table .table-1 tr td:nth-child(6) {
    padding-top: 61px;
}

.shop_cart_table button {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    background: #25348f;
}

.shop_cart_table button:hover {
    color: #fff;
    background: #121d2f;
}

.shop_cart_table .cart_btn1 {
    width: 170px;
}

.shop_cart_table .cart_btn2 {
    width: 240px;
}

.shop_cart_table .cart_btn3 {
    width: 170px;
    color: #272727;
    border: 2px solid #f7f7f7;
    margin-right: 19px;
    background: transparent;
}

.shop_cart_table .cart_btn3:hover {
    background: #25348f;
}

.shop_cart_table input.coupon {
    width: 225px;
    height: 50px;
    border: 2px solid #f7f7f7;
    padding-left: 15px;
    margin-right: 19px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.shipping_address .submit_form input,
.shipping_address .submit_form .ui-state-default {
    font-family: 'Raleway', sans-serif;
    color: #9e9e9e;
    height: 45px;
    width: 100%;
    border: 2px solid #f7f7f7;
    font-size: 16px;
    margin-bottom: 28px;
    padding: 0 15px;
    border-radius: 0;
    background: #fff;
    outline: none;
}

.shipping_address .submit_form .ui-selectmenu-button span.ui-icon {
    height: 100%;
    line-height: 40px;
    top: 0;
    width: 42px;
    right: 0;
    color: #9e9e9e;
    text-align: center;
    border-left: 1px solid #f7f7f7;
}

.shipping_address .submit_form .ui-selectmenu-button span.ui-icon::before {
    content: "\f105";
    font-family: 'FontAwesome';
    margin: 0 10px;
    font-size: 15px;
    color: #000;
}

.ui-widget-content .ui-state-focus {
    color: #fff;
    background: #25348f;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    font-size: 16px;
}

.ui-corner-bottom {
    border: none;
}

.ui-selectmenu-menu .ui-menu {
    border: 1px solid #f1f1f1;
}

.ui-menu .ui-menu-item {
    font-size: 16px;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    background-image: none;
}

.shipping_address .submit_form .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0;
    line-height: 40px;
    color: #9e9e9e;
}

.shipping_address .submit_form .space-fix-right {
    padding-right: 5px;
}

.shipping_address .submit_form .space-fix-left {
    padding-left: 5px;
}

.shipping_address h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.shipping_address .table-responsive {
    margin-bottom: 13px;
}

.shop_cart_table .table-2 {
    margin-top: 3px;
}

.shop_cart_table .table-2 td:first-child {
    border-right: 1px solid #f0f0f0;
}

.shop_cart_table .table-2 td {
    width: 50%;
    border-top: none;
    padding: 0;
}

.shop_cart_table .table-2 td span {
    line-height: 47px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 0px 18px;
}

.shop_cart_table .table-2 td:last-child span {
    color: #9e9e9e;
}

.shop_cart_table .table-2 tr:last-child td span {
    border: none;
}

.shop_cart_table .table-2 tbody {
    border: 2px solid #f0f0f0;
}


/*=========================== Account Page =======================*/

.account_page .theme-title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.account_page form {
    background: #f9f9f9;
    border: 1px solid rgba(237, 237, 237, 0.77);
    border-radius: 3px;
    padding: 33px 33px 30px 35px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.account_page form .input_group {
    height: 40px;
    position: relative;
    margin-bottom: 23px;
}

.account_page form .input_group input {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 2px;
    color: #9e9e9e;
    padding: 0 38px 0 15px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.account_page form .input_group i {
    line-height: 40px;
    color: #9e9e9e;
    position: absolute;
    top: 0;
    right: 15px;
}

.account_page form label {
    font-weight: normal;
    position: relative;
}

.account_page .single_checkbox {
    margin-top: 7px;
}

.account_page a {
    margin-top: 10px;
    font-size: 14px;
}

.account_page .single_checkbox label {
    color: #9e9e9e;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding-left: 28px;
    margin: 0;
    -webkit-user-select: none;
}

.account_page .single_checkbox input[type="checkbox"] {
    display: none;
}

.account_page .single_checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fbfbfb;
    border: 1px solid #e3e6e9;
    box-shadow: inset 0px 0px 1px 0px rgba(174, 174, 174, 0.21);
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
}

.account_page .single_checkbox input[type="checkbox"]:checked+label:before {
    content: "";
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.account_page form button {
    width: 100%;
    line-height: 45px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    background: #25348f;
    border-radius: 2px;
    margin-top: 28px;
}

.account_page form button:hover {
    color: #25348f;
    border-color: #25348f;
}

.account_page {
    margin-top: 90px;
    margin-bottom: 90px;
}


/*** 

====================================================================
  Progress Levels Style
====================================================================

 ***/

.progress-levels {
    position: relative;
    overflow: hidden;
}

.normal-section .column .progress-levels {
    padding-left: 15px;
}

.progress-levels .progress-box {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.progress-levels .progress-box:last-child {
    margin-bottom: 0px;
}

.progress-levels .progress-box .box-title {
    position: relative;
    font-size: 16px;
    color: #565656;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 300;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 14px;
}

.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 4px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 2px solid #f7f7f7;
    background: #f0f0f0;
}

.sec_padd {
    padding: 70px;
}

.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 0px;
    height: 4px;
    background: #25348f url(../images/icons/bg-progressbar.jpg) left center repeat-x;
    border-radius: 2px;
    -moz-transition: all 2000ms ease 300ms;
    -webkit-transition: all 2000ms ease 300ms;
    -ms-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill:before {
    position: absolute;
    right: 0;
    top: -6px;
    content: "";
    background: #fff;
    height: 15px;
    width: 15px;
    border: 4px solid #25348f;
    border-radius: 50%;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box .percent {
    position: absolute;
    right: 0px;
    width: 42px;
    height: 20px;
    text-align: center;
    top: 0px;
    font-size: 13px;
    color: #25348f;
    line-height: 20px;
    text-transform: capitalize;
    opacity: 0;
    -moz-transition: all 500ms ease 1500ms;
    -webkit-transition: all 500ms ease 1500ms;
    -ms-transition: all 500ms ease 1500ms;
    -o-transition: all 500ms ease 1500ms;
    transition: all 500ms ease 1500ms;
}

.progress-levels.row .percent {
    right: 15px;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.about-industries .section-title.inner {
    margin-bottom: 25px;
}

.history .item .top-box {
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px;
}

.history .item .top-box .count {
    position: absolute;
    top: -7px;
    left: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #9e9e9e;
    background: #f7f7f7;
    line-height: 35px;
    padding: 0 25px;
}


/**** 

====================================================================
  Error Section
====================================================================

***/

.error-section {
    position: relative;
    padding: 90px 0px 70px;
}

.error-section .text-content {
    position: relative;
    padding: 80px 0px 100px;
    max-width: 480px;
    font-family: 'Lato', sans-serif;
}

.error-section .auto-container {
    position: relative;
}

.error-section .image-box {
    position: absolute;
    right: 15px;
    bottom: 0px;
    text-align: right;
}

.error-section .image-box img {
    display: inline-block;
    max-width: 100%;
}

.error-section .bigger-text {
    font-size: 130px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
    line-height: 130px;
    font-weight: 700;
    color: #272727;
}

.error-section .text {}

.error-section .error-searchbox {
    position: relative;
    background: #f7f7f7;
    padding: 30px;
    margin-top: 101px;
}

.error-section .error-searchbox ul li a {
    color: #9e9e9e;
    margin-bottom: 26px;
    text-transform: capitalize;
    text-decoration: underline;
    transition: .3s ease;
}

.error-section .error-searchbox ul li a:hover {
    color: #25348f;
    transition: .3s ease;
}

.error-section .error-searchbox ul li a span {
    margin-right: 10px;
}


/*----------- search-box --------*/

.error-404 .search-box {
    width: 100%;
    padding: 22px 0 10px;
    display: inline-block;
}

.no-padd {
    padding: 0;
}

.error-404 .search-box form {
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    background: transparent;
}

.error-404 .search-box form input {
    border: none;
    outline: none;
    text-transform: none;
    background-color: transparent;
    width: 70%;
    color: #9e9e9e;
    float: left;
    line-height: 48px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 20px;
    height: 100%;
}

.error-404 .search-box form input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.error-404 .search-box form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.error-404 .search-box form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.error-404 .search-box form input:-ms-input-placeholder {
    color: #9e9e9e;
}

.error-404 .search-box form button {
    background: none;
    outline: none;
    border: none;
    width: 50px;
    margin-top: 12px;
    color: #9e9e9e;
    float: right;
}

.our-achivement .quot {
    color: #25348f;
    font-size: 24px;
    margin-left: 30px;
}

.our-achivement .text {
    margin-left: 30px;
}

.our-achivement .quot span.left {
    position: absolute;
    left: 16px;
    font-size: 48px;
    line-height: 40px;
    top: -2px;
}

.our-achivement .quot span.right {
    right: 2px;
    font-size: 48px;
    line-height: 40px;
    bottom: -14px;
    position: relative;
}

.page_pagination {
    text-align: center;
    padding-top: 20px;
}

.page_pagination li {
    display: inline-block;
    margin: 0 4px;
}

.page_pagination li a,
.page_pagination li span.page-link {
    width: 55px;
    line-height: 55px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #252525;
    font-size: 18px;
    border-radius: 2px;
}

.page_pagination li a.active,
.page_pagination li a:hover,
.page_pagination li span.page-link {
    color: #fff !important;
    background: #25348f;
}


/*solution*/

.single-sidebar-box {
    margin-bottom: 50px;
}

.single-sidebar-box .title {
    background: url(../img/resources/sidebar-title-bg.jpg) repeat top left;
    padding-left: 20px;
}

.single-sidebar-box .title h3 {
    font-size: 24px;
    font-weight: 900;
    color: #272727;
    text-transform: uppercase;
    margin: 0;
    line-height: 60px;
}

.single-sidebar-box.search-widget form {
    background: #F4F4F4;
    width: 100%;
    height: 55px;
}

.single-sidebar-box.search-widget form input {
    background: none;
    border: none;
    outline: none;
    width: 70%;
    float: left;
    height: 100%;
    padding-left: 20px;
}

.single-sidebar-box.search-widget form button {
    background: #012f5d;
    color: #25348f;
    font-size: 16px;
    width: 55px;
    border: none;
    outline: none;
    height: 55px;
    line-height: 55px;
    float: right;
    transition: all 0.5s ease;
}

.single-sidebar-box.search-widget form button:hover {
    background: #25348f;
    color: #012f5d;
}

.single-sidebar-box.category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.single-sidebar-box.category-widget ul li {
    list-style: none;
    border-bottom: 1px solid #F5F5F5;
}

.single-sidebar-box.category-widget ul li:last-child {
    border: none;
}

.single-sidebar-box.category-widget ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #272727;
    transition: all 0.5s ease;
}

.single-sidebar-box.category-widget ul li a:hover {
    color: #25348f;
}

.single-sidebar-box.category-widget ul li a:hover:before {
    background: #25348f;
}

.single-sidebar-box.category-widget ul li a:before {
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #25348f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s ease;
}

.single-sidebar-box.recent-news-widget ul {
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

.single-sidebar-box.recent-news-widget li {
    list-style: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #F4F4F4;
    margin-bottom: 20px;
}

.single-sidebar-box.recent-news-widget li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.single-sidebar-box.recent-news-widget .img-box {
    width: 75px;
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar-box.recent-news-widget .content-box {
    padding-left: 27px;
    vertical-align: middle;
    display: table-cell;
}

.single-sidebar-box.recent-news-widget .content-box h4 {
    font-size: 16px;
    color: #272727;
    font-weight: 900;
    margin: 0;
    line-height: 28px;
}

.single-sidebar-box.recent-news-widget .content-box a.date {
    color: #25348f;
    font-size: 16px;
    font-weight: 500;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel {
    margin-top: 40px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box {
    background: url(../img/resources/testi-bg.png) top left no-repeat;
    background-size: 100% 100%;
    padding-top: 24px;
    padding-left: 18px;
    padding-bottom: 30px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box p {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    margin: 0;
    margin-bottom: 5px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box span {
    color: #25348f;
    font-size: 14px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel .box span b {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.single-sidebar-box.testimonials-widget .single-testi-carousel img {
    display: block;
    margin-top: 10px;
    width: auto;
    max-width: none;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel {
    position: relative;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-controls {
    padding: 10px 10px 10px 0;
    position: absolute;
    top: -60px;
    right: -10px;
    display: inline-block;
    background: #fff;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: #25348f;
    border: 1px solid #25348f;
}

.single-sidebar-box.testimonials-widget .testimonial-carousel .owl-dots .owl-dot.active span {
    background-color: transparent;
}

.single-sidebar-box.price-filter .range-slider-price {
    margin-top: 50px;
    margin-bottom: 30px;
}

.single-sidebar-box.price-filter button {
    color: #9E9E9E;
    font-size: 14px;
    font-weight: 900;
    background: #F4F4F4;
    border: none;
    outline: none;
    text-transform: uppercase;
    width: 90px;
    height: 35px;
    display: inline-block;
    float: left;
}

.single-sidebar-box.price-filter p {
    display: inline-block;
    float: right;
    margin: 0;
    line-height: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
    text-transform: capitalize;
}

.single-sidebar-box.price-filter input {
    width: auto;
    border: none;
    outline: none;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}

.single-sidebar-box.price-filter .noUi-connect {
    background: #25348f;
}

.single-sidebar-box.price-filter .noUi-background {
    background: #f4f4f4;
}

.single-sidebar-box.price-filter .noUi-handle {
    background: #012f5d;
    border-radius: 50%;
    box-shadow: none;
    border-color: #e0e0e0;
    cursor: pointer;
}

.single-sidebar-box.best-seller>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 37px;
}

.single-sidebar-box.best-seller>ul>li {
    list-style: none;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single-sidebar-box.best-seller>ul>li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.single-sidebar-box.best-seller>ul>li .img-box,
.single-sidebar-box.best-seller>ul>li .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar-box.best-seller>ul>li .img-box .box {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: #f4f4f4;
    padding: 0;
}

.single-sidebar-box.best-seller>ul>li .text-box {
    padding-left: 27px;
}

.single-sidebar-box.best-seller>ul>li .text-box h3 {
    font-size: 16px;
    margin: 0;
    line-height: 28px;
    font-weight: bold;
    color: #272727;
}

.single-sidebar-box.best-seller>ul>li .text-box ul.star-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sidebar-box.best-seller>ul>li .text-box ul.star-box li {
    list-style: none;
    display: inline-block;
    margin-right: 4px;
}

.single-sidebar-box.best-seller>ul>li .text-box ul.star-box li i {
    font-size: 12px;
    color: #25348f;
}

.single-sidebar-box.best-seller>ul>li .text-box .price {
    font-size: 16px;
    color: #012f5d;
    font-weight: 500;
}

.single-sidebar-box.tag-links ul {
    margin: 0;
    padding: 0;
    margin-top: 35px;
}

.single-sidebar-box.tag-links ul li {
    display: inline-block;
    list-style: none;
}

.single-sidebar-box.tag-links ul li a {
    display: block;
    border: 1px solid #f4f4f4;
    font-size: 16px;
    color: #9B9B9B;
    text-transform: capitalize;
    line-height: 30px;
    padding: 0 10px;
    transition: all 0.5s ease;
    margin-right: 4px;
    margin-bottom: 5px;
}

.single-sidebar-box.tag-links ul li a:hover {
    background: #012f5d;
    color: #25348f;
}

.single-sidebar-box.service-link-widget ul.catergori-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sidebar-box.service-link-widget ul.catergori-list li {
    list-style: none;
    position: relative;
}

.single-sidebar-box.service-link-widget ul.catergori-list li.active a {
    /* color: #25348f; */
    color: #25348f;
    background: #f7f7f7;
    border-color: #f7f7f7;
}

.single-sidebar-box.service-link-widget ul.catergori-list li:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 30px;
    bottom: 0;
    right: 0;
    border: 18px solid transparent;
    /* border-bottom-color: #f7f7f7;
    border-right-color: #f7f7f7; */
    /* border-bottom-color: rgb(171, 43, 38);
    border-right-color: rgb(171, 43, 38);*/
    border-bottom-color: #25348f;
    border-right-color: #25348f;
    transition: .5s ease-in-out;
    opacity: 1;
}

.single-sidebar-box.service-link-widget ul.catergori-list li a {
    display: block;
    background: #fff;
    font-size: 16px;
    border: 2px solid #f7f7f7;
    color: #9e9e9e;
    line-height: 52px;
    margin-bottom: 5px;
    padding-left: 23px;
    transition: all 0.5s ease;
    position: relative;
    font-weight: 700;
}

.single-sidebar-box.service-link-widget ul.catergori-list li a:hover {
    /* color: #25348f; */
    color: #25348f;
}

.single-sidebar-box.broucher-widgets {
    background: #25348f;
    padding: 10px 0;
}

.single-sidebar-box.broucher-widgets .icon_box,
.single-sidebar-box.broucher-widgets .text-box {
    display: table-cell;
    vertical-align: middle;
}

.single-sidebar-box.broucher-widgets .icon_box {
    width: 45px;
    height: 45px;
    background: #012f5d;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.single-sidebar-box.broucher-widgets .text-box {
    padding-left: 30px;
}

.single-sidebar-box.broucher-widgets .text-box h4 {
    font-size: 18px;
    color: #272727;
    margin: 0;
}

.single-sidebar-box.service-link-widget ul.catergori-list li a:after {}


/*brochures*/

.brochures-lists {}

.brochures-lists li {
    background: #fff;
    line-height: 52px;
    margin-bottom: 20px;
    height: 55px;
    border: 1px solid #f1f1f1;
    position: relative;
}

.brochures-lists li:last-child {
    margin-bottom: 0px
}

.brochures-lists li a {
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.brochures-lists li a span {
    background: #f7f7f7;
    color: #272727;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #f7f7f7;
    height: 28px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px 5px;
    position: relative;
    font-family: 'roboto-light';
    font-size: 14px;
    line-height: 25px;
}

.brochures-lists li a i::before {
    font-size: 18px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    top: 18px;
    color: #272727;
}

.brochures-lists li:hover {
    background: #25348f;
    transition: .5s ease;
}

.brochures-lists li:hover a i::before {
    color: #fff;
    transition: .5s ease;
}

.brochures-lists li:hover a span {
    color: #fff;
    background: #a57041;
    border-color: #C28956;
    transition: .5s ease;
}

.brochures-lists li:hover a {
    color: #fff;
    transition: .5s ease;
}

.single-sidebar-box .contact-details {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-bottom: 2px solid #272727;
}

.single-sidebar-box .contact-details .item {
    padding: 15px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

.single-sidebar-box .contact-details .item:last-child {
    border-bottom: 0px;
}

.single-sidebar-box .contact-details .item .img-box,
.single-sidebar-box .contact-details .item .content {
    display: table-cell;
    vertical-align: top;
}

.single-sidebar-box .contact-details .item .img-box {
    width: 67px;
}

.single-sidebar-box .contact-details .item .content {
    padding-left: 20px;
}

.single-sidebar-box .contact-details .item .content p {
    color: #9e9e9e;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
}

.single-sidebar-box .contact-details .item .content p i {
    color: #25348f;
    margin-right: 5px;
}

.single-sidebar-box .contact-details .item h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #272727;
}

.single-sidebar-box .contact-details .item .content h5 {
    color: #25348f;
    margin: 0;
}


/*tab*/

.tabs-section {
    position: relative;
    padding: 130px 0px 100px;
}

.tabs-section .column {
    margin-bottom: 30px;
}

.tabs-section .image-box img {
    width: 100%;
    display: block;
}

.tabs-style-one .tab-buttons {
    position: relative;
}

.tabs-style-one .tab-buttons .tab-btn {
    position: relative;
    display: inline-block;
    padding: 9px 60px;
    margin: 0px 0px 0px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #272727;
    border-top: 2px solid transparent;
    background-color: #f9f9f9;
    text-transform: capitalize;
    transition: all 300ms ease;
}

.tabs-style-one .tab-buttons .tab-btn.active-btn {
    color: #272727;
    background: #ffffff;
    border-color: #25348f;
}

.tabs-style-one .tabs-content {
    position: relative;
    padding: 40px;
    border: 1px solid #f2f2f2;
}

.tabs-style-one .tab .text-content {
    position: relative;
}

.tabs-style-one .tab .text-content .text {
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 15px;
    color: #777777;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.tabs-style-one.tabs-box {
    padding-right: 15px;
}

.tabs-box .tabs-content .tab {
    position: relative;
    display: none;
}

.tabs-box .tabs-content .active-tab {
    display: block;
}

.tabs-outer {
    position: relative;
    margin-top: 60px;
}

.tabs-outer .tabs-box .tab-buttons .tab-btn {
    position: relative;
    padding: 9px 30px;
}

.tabs-outer .text-content .image img {
    width: 100%;
}

.tabs-outer .tabs-content {
    padding: 30px 30px 20px;
}

.tabs-outer .tabs-content .column .text {
    margin-bottom: 10px;
}

.chemical-img-box {
    position: relative;
}

.chemical-img-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 0;
    right: 0;
    padding-left: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.chemical-offer {
    position: relative;
}

.chemical-offer .item {
    position: relative;
    margin-bottom: 85px;
}

.chemical-offer .item .title {
    position: relative;
    padding: 0 0 10px;
}

.chemical-offer .item .title a {
    color: #272727;
    transition: .5s ease;
}

.chemical-offer .item .title a:hover {
    color: #25348f;
    transition: .5s ease;
}

.chemical-offer .item .title span {
    position: absolute;
    background: #25348f;
    right: 0;
    top: 0;
    color: #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 14px;
}

.chemical-offer:after {
    position: absolute;
    content: "";
    width: 100%;
    background: #f1f1f1;
    height: 1px;
    top: 50%;
    margin-top: -45px;
}

.chemical-offer:before {
    position: absolute;
    content: "";
    width: 1px;
    background: #f1f1f1;
    height: 80%;
    left: 50%;
    margin-left: -25px;
}

.outer ul.benifit li {
    position: relative;
    color: #9e9e9e;
    font-family: "roboto-light";
    padding-left: 20px;
    margin: 5px 0;
}

.outer ul.benifit li:after {
    position: absolute;
    content: '';
    background: #25348f;
    height: 8px;
    width: 8px;
    left: 0;
    border-radius: 50%;
    top: 7px;
}

.outer ul.benifit {
    margin-bottom: 10px;
}

.accordions-box.style-2 .accrodion-grp {
    position: relative;
}

.accordions-box.style-2 .accrodion {
    border: 1px solid #F4F4F4;
    padding: 0;
}

.accordions-box.style-2 .accrodion:last-child {
    border: 1px solid #f4f4f4;
}

.accordions-box.style-2 .accrodion h4,
.accordions-box.style-2 .accrodion p {
    margin: 0;
    padding: 0;
}

.accordions-box.style-2 .accrodion.active .accrodion-title h4:before {
    content: '\f068 ';
    background: #f9bf11;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.accordions-box.style-2 .accrodion .accrodion-title {
    cursor: pointer;
    position: relative;
    padding: 9px 0;
    padding-left: 20px;
}

.accordions-box.style-2 .accrodion .accrodion-title h4 {
    font-size: 18px;
    line-height: 35px;
}

.accordions-box.style-2 .accrodion .accrodion-title h4:before {
    content: '\f067 ';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    color: #9E9E9E;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease;
    margin-right: 20px;
    right: 0;
    position: absolute;
}

.accordions-box.style-2 .accrodion .accrodion-content {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.accordions-box.style-2 .accrodion .accrodion-content p {
    margin: 0;
}

.accordions-box.style-2 .accrodion.active .accrodion-title {
    background: #25348f;
}

.accordions-box.style-2 .accrodion.active .accrodion-title h4 {
    color: #fff;
}

.industries-proces .text-box h5 {
    font-size: 20px;
}

.industries-proces .text-box .item {
    padding-bottom: 3px;
}

.industries-proces .text-box p {
    margin: 7px 0;
}

.img-slide-box .caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 20px;
    z-index: 55;
    background: #25348f;
}

.img-slide-box .caption h5 {
    color: #fff;
    line-height: 30px;
}

.img-slide-box .caption p {
    color: #fff;
}

.news-content .bx-wrapper .bx-viewport {
    border: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: auto;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #25348f;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
}

.bx-wrapper {
    margin-bottom: 25px;
}

.energy .text-box.content {
    width: 45%;
}

.energy .text-box.service_content {
    margin-right: 10px;
    padding: 30px;
    background: #f7f7f7;
}

.energy .text-box.service_content h5 {
    font-size: 20px;
    margin-bottom: 20px;
}

.outer ul.benifit.style-2 li {
    margin: 10px 0;
}

.outer ul.benifit.style-2 li:after {
    background: #e2e2e2;
    border-radius: 0px;
}

.call-to-action {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 60px 0px 70px;
    text-align: center;
}

.call-to-action:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.88);
}

.call-to-action .text {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: 'roboto-light';
}

.call-to-action p {
    position: relative;
    margin: 14px 0 28px;
}

.faq-section .faq-bg {
    background: #f7f7f7;
    padding: 50px 40px 0;
    position: relative;
}

.single-faq-box {
    margin-bottom: 50px;
    background: #fff;
    padding: 30px;
    position: relative;
}

.single-faq-box h3,
.single-faq-box p {
    margin: 0;
}

.single-faq-box h3 {
    font-size: 20px;
    color: #25200b;
    font-weight: bold;
    line-height: 30px;
    padding: 18px 0;
    font-family: "Roboto Slab", serif;
    position: relative;
    z-index: 9;
}

.single-faq-box h3:after {
    content: 'Q';
    font-weight: bold;
    color: rgba(31, 29, 22, 0.11);
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 80px;
    font-family: 'Roboto';
    z-index: -1;
    opacity: .5;
}

.single-faq-box p {
    margin-top: 5px;
}


/*----------- search-box --------*/

.faq-section .search-box {
    width: 100%;
    padding: 0px 0 10px;
    display: inline-block;
}

.no-padd {
    padding: 0;
}

.faq-section .search-box form {
    width: 100%;
    height: 50px;
    border: 1px solid #eaeaea;
    background: transparent;
}

.faq-section .search-box form input {
    border: none;
    outline: none;
    text-transform: none;
    background-color: transparent;
    width: 70%;
    float: left;
    line-height: 48px;
    color: #9e9e9e;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-left: 20px;
    height: 100%;
}

.faq-section .search-box form input::-webkit-input-placeholder {
    color: #9e9e9e;
}

.faq-section .search-box form input:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.faq-section .search-box form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.faq-section .search-box form input:-ms-input-placeholder {
    color: #9e9e9e;
}

.faq-section .search-box form button {
    background: none;
    outline: none;
    border: none;
    width: 50px;
    margin-top: 12px;
    color: #9e9e9e;
    float: right;
}

.tabs-box.tabs-style-two {
    position: relative;
}

.tabs-box.tabs-style-two ul li {
    font-family: 'roboto-light';
    font-size: 16px;
    color: #9e9e9e;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
    border-right: 1px solid #f1f1f1;
}

.tabs-box.tabs-style-two ul li.active-btn {
    color: #25348f;
}


/*shop*/

.shop {
    position: relative;
    padding: 80px 0px 40px;
}

.single-shop-item {
    margin-bottom: 20px;
}

.single-shop-item .img-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    transition: .5s ease;
    background: #f0f0f0;
}

.single-shop-item:hover .img-box {
    transition: .5s ease;
}

.single-shop-item .img-box .offer-box {
    position: absolute;
    top: 10px;
    left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
    position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-top: 35px solid #25348f;
    border-left: 35px solid #25348f;
    border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-45deg);
    line-height: 35px;
    transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
    margin: 0;
}

.single-shop-item .text-box h3 {
    font-size: 18px;
    line-height: 50px;
    color: #1F1F1F;
    margin-top: 10px;
}

.single-shop-item .text-box p {
    font-size: 20px;
    line-height: 24px;
}

.single-shop-item .text-box p i {
    font-size: 18px;
}

.single-shop-item .text-box p span {
    display: inline-block;
    vertical-align: top;
    color: #25348f;
    font-size: 18px;
    font-weight: 400;
}

.single-shop-item .text-box p del {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 24px;
    vertical-align: super;
    display: inline-block;
    font-weight: normal;
}

.single-shop-item .text-box p del i {
    font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
    color: #ffffff;
    border-color: #fff;
}

.single-shop-item .thm-btn:hover {
    color: #25348f;
    background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.default-overlay-outer .inner .content-layer {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

.single-shop-item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(171, 116, 66, 0.89);
}

.single-shop-item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}

.single-shop-item .content-box {
    position: relative;
    padding: 20px 0px;
}

.single-shop-item .content-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px;
    line-height: 1.4em;
    color: #252525;
    margin-bottom: 6px;
}

.single-shop-item .content-box a,
.single-shop-item .content-boxa:hover {
    color: #b89b5e;
}

.single-shop-item .content-box h4 a {
    color: #252525;
    text-transform: uppercase;
}

.single-shop-item .content-box .rating {
    font-size: 13px;
    color: #25348f;
    margin-bottom: 15px;
    position: absolute;
    right: 5px;
    top: 14px;
}

.single-shop-item .content-box .item-price {
    font-size: 16px;
    font-weight: 400;
    color: #25348f;
    line-height: 24px;
}

.single-shop-item .content-box .item-price del {
    color: #a2a2a2;
    margin-left: 7px;
    font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}

ul.feedback {
    display: inline-block;
    background: #f7f7f7;
    padding: 11px 15px;
}

ul.feedback li {
    display: inline-block;
    margin-right: 3px;
}

ul.feedback li a {
    color: #25348f;
}

.single-sidebar.price-ranger {
    padding: 0px;
    margin: 35px 0 40px;
}

.best-selling-area {
    margin: 22px 0px 22px;
}

.recent-posts.post-thumb {
    position: relative;
    padding-top: 25px;
    padding: 15px 0px 13px;
    margin: 25px 0 35px;
}

.recent-posts.post-thumb .post {
    position: relative;
    font-size: 14px;
    margin-bottom: 15px;
    min-height: 50px;
    padding: 0px 0px 11px 95px;
    color: #cccccc;
    border-bottom: 1px solid #f1f1f1;
}

.recent-posts.post-thumb .post:last-child {
    border-bottom: 0px;
}

.recent-posts.post-thumb .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 12px;
    width: 81px;
    height: 82px;
}

.recent-posts.post-thumb .post .post-thumb img {
    width: 100%;
    display: block;
}

.recent-posts.post-thumb .post h4 {
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 17px;
    line-height: 26px;
    color: #333;
}

.recent-posts.post-thumb .post .post-info {
    font-size: 14px;
    font-weight: 400;
    margin: 0px;
    line-height: 1.6em;
    color: #9c9c9c;
}

.recent-posts.post-thumb .post .post-info i {
    color: #25348f;
    margin-right: 10px;
}

.recent-posts.post-thumb .post .post-thumb a {
    position: relative;
}

.recent-posts.post-thumb .post .post-thumb a:after {
    position: absolute;
    content: "\f0c1";
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 80px;
    width: 100%;
    height: 100%;
    background: rgba(223, 172, 31, 0.9);
    color: #ffffff;
    opacity: 0;
    transition: .5s ease;
}

.recent-posts.post-thumb .post .post-thumb:hover a:after {
    opacity: 1;
    transition: .5s ease;
}

.recent-posts.post-thumb .post a:hover {
    color: #25348f;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.recent-posts.post-thumb .post h4 a {
    color: #333;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

.theme_inner_title h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
}

.theme_inner_title h3:after,
.theme_inner_title h4:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: #25348f;
    top: 37px;
    left: 0;
}

.theme_inner_title h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #08c1d7;
}

input.error,
textarea.error,
select.error {
    border-color: #ff0000;
}

input.error:focus,
textarea.error:focus {
    border-color: #ff0000;
    box-shadow: 0px 0px 3px 0px #ff0000;
    -moz-box-shadow: 0px 0px 3px 0px #ff0000;
    -ms-box-shadow: 0px 0px 3px 0px #ff0000;
    -o-box-shadow: 0px 0px 3px 0px #ff0000;
    -webkit-box-shadow: 0px 0px 3px 0px #ff0000;
}

label.error {
    display: none !important;
}


/*** 

====================================================================
  best-service-section
====================================================================

***/

.best-service-section {
    position: relative;
    background-color: #ffffff;
    padding: 100px 0px 70px 0px;
}

.service-item {
    position: relative;
    margin-bottom: 30px;
}

.service-item:hover .inner-box .icon_box span {
    color: #fff;
    transition: .5s ease;
}

.service-item:hover .inner-box .icon_box {
    background: #25348f;
    transition: .5s ease;
}

.service-item .inner-box {
    position: relative;
    padding: 0px 0px 20px 100px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-item .inner-box .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-item .inner-box .image-layer:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(168, 196, 27, 0.79);
}

.service-item .inner-box:hover .image-layer {
    opacity: 1;
}

.service-item .inner-box .icon_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f7f7f7;
    text-align: center;
    color: #25348f;
    font-size: 34px;
    z-index: 2;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.service-item .inner-box h4 {
    color: #272727;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: -5px 0px 8px;
    z-index: 2;
}

.service-item .inner-box .text {
    position: relative;
    color: #9e9e9e;
    font-size: 16px;
    z-index: 2;
}

.service-item .inner-box .read-more {
    position: relative;
    color: #272727;
    margin-top: 15px;
    display: inline-block;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'Bree Serif', serif;
}

.service-item .inner-box .bottom-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.service-item .inner-box .icon_box span {
    font-size: 39px;
}


/*testimonials news section*/

.testimonial {
    padding: 65px 0 17px;
}

.testimonial .item .text p {
    position: relative;
    padding: 30px;
    color: #a2a2a2;
    font-style: italic;
    background: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 16px;
    line-height: 32px;
    font-size: 16px;
}

.testimonial .item .text p:after {
    position: absolute;
    content: '';
    border-top: 12px solid #f7f7f7;
    border-left: 10px solid #f7f7f7;
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    top: 100%;
    left: 50px;
}

.testimonial .item .author {
    color: #252525;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 15px;
}

.testimonial .item .author-title {
    color: #25348f;
    font-size: 16px;
}

.testimonial .item .author-info img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    top: 33px;
}

.testimonial .item .author-info {
    margin-bottom: 80px;
}


/*nav*/

.testimonial .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 36px;
}

.testimonial .owl-theme .owl-nav [class*=owl-] {
    color: #c5c5c5;
    font-size: 24px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 45px;
    width: 45px;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    line-height: 41px;
    text-align: center;
    margin-left: 10px;
    display: inline-block;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ab7422;
    border: 2px solid #ab7422;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}


/*news atyle*/

.news-section .owl-controls .owl-dots .owl-dot.active span {
    background: #a8c41b;
}

.news-style-one {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}

.news-style-one:last-child {
    border: 0;
}

.news-style-one .inner-box {
    position: relative;
    display: block;
}

.list-view .news-style-one {
    margin-bottom: 50px;
}

.large-image-view .news-style-one {
    margin-bottom: 50px;
}

.large-image-view .news-style-one .inner-box {
    padding: 20px 20px 25px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
}

@media (min-width: 992px) {
    .news-style-one .image-column {
        position: relative;
        width: 26%;
    }
    .news-style-one .content-column {
        position: relative;
        width: 74%;
    }
}

.news-style-one .image-box {
    position: relative;
    overflow: hidden;
    box-shadow: 6px 6px 0px 1px #f1f1f1;
    margin-bottom: 25px;
}

.large-image-view .news-style-one .image-box {
    margin-bottom: 25px;
}

.news-style-one .image-box img {
    display: block;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.66);
    width: 100%;
}

.news-style-one .image-box .overlay-link {
    position: absolute;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(223, 172, 31, 0.9);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-style-one:hover .image-box .overlay-link {
    left: 0px;
}

.news-style-one .image-box .overlay-link .icon {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 24px;
}

.news-style-one .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    margin: -5px 0px 25px;
    text-transform: uppercase;
}

.news-style-one .content h4 a {
    color: #252525;
    transition: .4s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 14px;
}

.news-style-one .content .post-meta {
    position: relative;
    margin-bottom: 10px;
}

.news-style-one .content .post-meta li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}

.news-style-one .content .post-meta li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #9e9e9e;
}

.news-style-one .content .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 14px;
    color: #25348f;
    font-style: normal;
}

.text {
    color: #a2a2a2;
}

.news-style-one .content .text {
    position: relative;
    color: #9e9e9e;
    line-height: 1.8em;
}

.news-style-one .content .text p {
    margin-bottom: 10px;
}

.news-style-one .content .author-info {
    position: relative;
    padding: 20px 15px 0px 70px;
    border-top: 1px solid #e0e0e0;
}

.news-style-one .content .author-info:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -1px;
    width: 50px;
    border-top: 1px solid #a8c41b;
}

.news-style-one .content .author-info .author-thumb {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.news-style-one .content .author-info .author-thumb img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.news-style-one .content .author-info h4 {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #272727;
}

.news-style-one .content .author-info .designation {
    font-style: italic;
    color: #a8c41b;
    font-family: 'Open Sans', sans-serif;
}

.news-style-one .content a:hover {
    color: #25348f;
}


/*** 

====================================================================
  testimonial-style-one
====================================================================

***/

.testimonial-style-one {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 0px;
    text-align: center;
}

.testimonial-style-one:before {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.testimonial-style-one .icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0px auto 15px;
    text-align: center;
    color: #25348f;
    font-size: 36px;
    line-height: 45px;
}

.testimonial-style-one .slide-item .inner-box {
    margin: 0 auto;
}

.testimonial-style-one .carousel-outer {
    position: relative;
}

.testimonial-style-one .slide-item .inner-box .slide-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: normal;
}

.testimonial-style-one .slide-item .inner-box .auther-info {
    position: relative;
    margin-top: 30px;
}

.testimonial-style-one .slide-item .inner-box .auther-info .image {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.testimonial-style-one .slide-item .inner-box .auther-info .image img {
    border-radius: 50%;
}

.testimonial-style-one .slide-item .inner-box .auther-info .auther-name {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial-style-one .slide-item .inner-box .auther-info .designation {
    color: #fc721e;
    font-size: 16px;
    font-style: italic;
}

.testimonial-style-one .slide-item .inner-box .rating li {
    display: inline-block;
    color: #25348f;
}

.testimonial-style-one .slide-item .section-title h2 {
    color: #fff;
}

.testimonial-style-one .owl-controls .owl-dots {
    display: none !important;
}

.testimonial-style-one .owl-controls {
    margin: 0px !important;
    position: absolute;
    width: 100%;
    margin-top: -13px;
}

.testimonial-style-one .owl-controls .owl-nav {
    margin: 0px !important;
    position: relative;
    top: -43px;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"] {
    position: absolute;
    bottom: 80px;
    display: inline-block;
    margin: 0px 0px 0px 1px;
    width: 45px;
    height: 45px;
    padding: 0px;
    color: rgba(255, 255, 255, 0.47);
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    border-radius: 0px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.43);
    background-color: transparent !important;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-prev"] {
    left: 0;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-next"] {
    right: 0;
}

.testimonial-style-one .owl-controls .owl-nav [class*="owl-"]:hover {
    border-color: #25348f;
    color: #25348f;
    transition: .5s ease;
}


/*----four column-----------*/

.four-column {
    position: relative;
    padding: 70px 0 40px;
}

.four-column .theme_title {
    position: relative;
    margin-bottom: 40px;
}

.four-column .single-item {
    position: relative;
    margin-bottom: 40px;
}

.four-column .single-item h5 {
    font-size: 18px;
    color: #252525;
    font-weight: 600;
    text-transform: uppercase;
    margin: 25px 0;
}

.four-column .single-item .icon {
    height: 160px;
    width: 160px;
    line-height: 160px;
    margin: 5px 0 20px;
    background: #f7f7f7;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}

.four-column .single-item .icon:before {
    position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    transition: .5s ease;
}

.four-column .single-item:hover .icon:before {
    border-color: #25348f;
    transition: .5s ease;
}

.four-column .single-item .icon i {
    font-size: 60px;
    color: #25348f;
    line-height: 149px;
}

.four-column .single-item .icon span {
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-weight: 700;
    background: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.four-column .single-item p {
    color: #a2a2a2;
}

.four-column .link a {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    width: 170px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    border-radius: 0px;
}

.four-column .link a:hover {
    background: #121d2f;
}


/*service*/

.three-column {
    padding: 80px 0 0;
}

@media (min-width:1200px) {
    .three-column .img-box {
        position: relative;
        left: -80px;
    }
}

.service-column {
    position: relative;
    padding: 90px 0px 55px 100px;
}

.service-block-one {
    position: relative;
    margin-bottom: 63px;
}

.service-block-one .inner-box {
    position: relative;
    padding-left: 70px;
}

.service-block-one .inner-box .icon_box span {
    font-size: 45px;
    color: #25348f;
}

.service-block-one .inner-box .icon_box {
    position: absolute;
    left: 0px;
    top: -9px;
    color: #272727;
    font-size: 48px;
    display: inline-block;
}

.service-block-one .inner-box h3 {
    color: #252525;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 7px;
}

.service-block-one .inner-box .category a {
    color: #25348f;
    font-size: 16px;
}

.service-block-one .inner-box .text {
    color: #9e9e9e;
    margin-top: 15px;
}


/*** 

====================================================================
  Fact Counter Section
====================================================================

***/

.fact-counter {
    position: relative;
    padding: 70px 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    color: #ffffff;
}

.fact-counter:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    opacity: 0.80;
    z-index: 0;
}

.fact-counter .auto-container {
    position: relative;
    z-index: 1;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}

.fact-counter .column .icon span {
    position: relative;
    top: 0px;
    font-size: 50px;
    position: absolute;
    line-height: 70px;
    top: -5px;
    left: 0;
    margin-bottom: 20px;
    color: #25348f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .count-outer {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    padding: 0px 10px;
    margin-bottom: 20px;
    margin-left: 53px;
}

.fact-counter .column .counter-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.accordion {
    margin-bottom: 10px;
    position: relative;
}

.accordion .acc-btn .left-icon {
    position: absolute;
    left: 0;
    top: 0;
    background: #f1f1f1;
    width: 60px;
    height: 100%;
    color: #9c9c9c;
    font-size: 20px;
    text-align: center;
}

.accordion .acc-btn.active .left-icon {
    color: #fff;
}

.accordion .left-icon span {
    position: relative;
    top: 18px;
}

.accordion .acc-btn {
    background: #f7f7f7;
    color: #333;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 25px;
    padding-right: 50px;
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
}

.accordion .acc-btn.pr {
    position: relative;
}

.accordion .acc-btn .img-box {
    display: none;
}

.accordion .acc-btn.active .img-box {
    display: block;
}

.accordion .acc-btn .toggle-icon {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 24px;
}

.accordion .acc-btn .toggle-icon.left {
    color: #9c9c9c;
    display: block;
    font-weight: 100;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 30px;
}

.accordion .acc-btn .toggle-icon .plus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #25348f;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .plus {
    opacity: 0;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    color: #25348f;
    width: 100%;
}

.accordion-box .accordion .acc-btn .toggle-icon .minus {
    opacity: 0;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    opacity: 1;
}

.accordion-box .accordion .acc-content {
    color: #9c9c9c;
    display: none;
    font-size: 14px;
    line-height: 24px;
    padding: 12px 20px 13px;
}

.accordion-box .accordion .acc-content.collapsed {
    display: block;
}

.accordion-box .accordion .acc-content p {
    margin: 0;
    padding-left: 0;
    max-width: 900px;
    line-height: 24px;
    font-size: 14px;
    color: #a2a2a2;
}

.accordion-box .accordion .acc-btn.active .toggle-icon .minus {
    color: #121d2f;
}

.accordion-box.style-2 .accordion .acc-btn.active {
    background: #25348f;
}

.accordion-box.style-2 .accordion .acc-btn {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.accordion-box.style-2 .accordion .acc-btn p {
    color: #252525;
}

.accordion-box.style-2 .accordion .acc-btn.active p {
    color: #fff;
}

.accordion-box.style-2 .accordion .acc-btn .toggle-icon .plus::before {
    font-size: 20px;
    color: #a2a2a2;
}

.accordion-box.style-2 .accordion .acc-btn .toggle-icon .minus::before {
    font-size: 20px;
    color: #fff;
}

.accordion-box.style-2 {
    margin-right: 15px;
    margin-top: 80px;
}

.faq-section .contact-section-bg {
    position: relative;
}

.faq-section .contact-section-bg:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 5000%;
    height: 100%;
    background: #f7f7f7;
    z-index: 0;
}

.contact-section.style-2 {
    background: transparent;
}

.contact-section.style-2 .form-box {
    background: transparent;
    margin-left: 15px;
    padding: 20px 0;
    border: none;
    margin-top: 60px;
    margin-bottom: 30px;
}

.contact-section.style-2 .default-form input[type="email"],
.contact-section.style-2 .default-form input[type="text"] {
    border: none;
    background: #fff;
    height: 50px;
}

.contact-section.style-2 .default-form textarea {
    height: 155px;
    background: #fff;
}

.contact-section.style-2 .default-form .title h3 {
    font-weight: 600;
    color: #252525;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-section.style-2 .form-box .thm-btn {
    width: auto;
}

.single_contact_form .icon_box {
    width: 40px;
}

.single_contact_form li+li {
    margin-top: 18px;
    border-top: 1px solid #f1f1f1;
    padding-top: 23px;
}

.single_contact_form li .icon_box,
.single_contact_form li .text-box {
    display: table-cell;
    vertical-align: top;
}

.single_contact_form li .icon_box i {
    font-size: 29px;
    color: #25348f;
    position: relative;
    top: 10px;
}

.two-column {
    padding: 80px 0;
}

.two-column .overlay-box {
    position: absolute;
    max-width: 300px;
    background: rgba(171, 116, 66, 0.94);
    padding: 25px 20px 40px;
    border: 5px solid #fff;
    top: 62px;
    right: 15px;
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.18);
}

.two-column .overlay-box span {
    color: #fff;
    position: absolute;
    right: 0;
}

.two-column .overlay-box p {
    color: #fff;
}

.two-column .overlay-box .quote {
    transform: rotateY(180deg);
    position: relative;
    height: 20px;
    width: 100%;
    margin-bottom: 25px;
}

.two-column .signature-image {
    float: left;
    margin-top: 20px;
    margin-right: 18px;
}

.two-column .about-owner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.two-column .about-owner {
    margin-top: 35px;
}

.two-column .about-owner .company-title {
    color: #fff;
}

.call-out-action {
    background: #25348f;
    padding-top: 37px;
    padding-bottom: 15px;
}

.call-out-action .thm-btn.thm-tran-bg {
    color: #fff;
    border-color: #fff;
    margin-bottom: 21px;
}

.call-out-action .thm-btn.thm-tran-bg:hover {
    color: #25348f;
    background-color: #fff;
}

.call-out-action h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    line-height: 52px;
    margin-bottom: 21px;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #25348f!important;
}

input.error,
textarea.error,
select.error {
    border-color: #25348f!important;
}

input.error:focus,
textarea.error:focus {
    border-color: #25348f!important;
    box-shadow: 0px 0px 3px 0px #ff0000!important;
}

label.error {
    display: none !important;
}

.news .blogList_single_post .post ul li {
    display: inline-block;
    position: relative;
    margin: 7px 30px 0px 0;
}

.news .blogList_single_post .img_holder a i {
    position: absolute;
    color: #fff;
    top: 50%;
    margin-top: -8px;
    font-size: 25px;
    z-index: 99;
    opacity: 0;
    transition: .5s ease;
}

.news .blogList_single_post .img_holder:hover a i {
    opacity: 1;
    transition: .5s ease;
}

.news .blogList_single_post .share-box {
    background: #ffffff;
    margin: 0 23px;
    padding: 23px 0px 12px 0px;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 40px;
}

.news .blogList_single_post .share-box .tag-box span {
    font-size: 14px;
    color: #3F3E3E;
}

.news .blogList_single_post .share-box .tag-box a {
    color: #25348f;
    font-size: 14px;
    transition: .3s ease;
    line-height: 30px;
    text-transform: capitalize;
}

.news .blogList_single_post .share-box .tag-box a:hover {
    color: #25348f;
    transition: .3s ease;
}

.news .blogList_single_post .share-box .social-box span {
    color: #252525;
    margin-right: 13px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.news .blogList_single_post .share-box .social {
    display: inline-block;
    margin-bottom: 0;
    margin-left: -2.5px;
}

.news .blogList_single_post .share-box .social>li {
    padding-right: 0;
    margin: 0;
    padding-left: 0;
}

.news .blogList_single_post .share-box .social a {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    color: #BCBCBC;
    text-align: center;
    margin: 0 3px;
    border: 1px solid #eee;
    display: block;
    line-height: 38px;
    transition: all 0.5s ease;
}

.news .blogList_single_post .share-box .social a:hover {
    color: #ffffff;
    background: #25348f;
    border-color: #25348f;
}

.news .blogList_single_post .share-box .tag-box li {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.news .blogList_single_post .post-author {
    position: relative;
    color: #777777;
    margin-bottom: 50px;
}

.news .blogList_single_post .post-author .inner-box {
    position: relative;
    padding: 33px 35px 12px 155px;
    min-height: 160px;
    background: #f4f4f4;
    margin-left: 23px;
}

.news .blogList_single_post .post-author .inner-box .author-thumb {
    position: absolute;
    left: 35px;
    top: 35px;
    width: 85px;
    height: 85px;
    border-radius: 2px;
}

.news .blogList_single_post .post-author .inner-box .author-thumb img {
    display: block;
    width: 100%;
}

.news .blogList_single_post .post-author h4 {
    position: relative;
    margin: 0px 0px 16px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #252525;
}

.news .blogList_single_post .post-author ul li {
    margin: 0;
    margin-top: 10px;
}

.news .blogList_single_post .post-author ul li:hover a {
    color: #25348f;
}

.news .blogList_single_post .post-author h4 .author-designation {
    position: relative;
    color: #a8c41b;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}

.news .blogList_single_post .post-author .text {
    line-height: 1.8em;
    color: #777777;
}

.news .blogList_single_post .post-author .text a {
    color: #777777;
    text-decoration: underline;
}

.news .blogList_single_post .post-author .text a:hover {
    color: #a8c41b;
}


/*** 
=============================================
   Shop Single area  style
=============================================
***/

.shop-single-area {
    padding-bottom: 80px;
    padding-top: 80px;
}

.product-content-box {
    margin-bottom: 70px;
}

.product-content-box .img-box {}

.product-content-box .flexslider {
    background: #ffffff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    margin: 0 50px 10px 0;
    position: relative;
    text-align: center;
}

.product-content-box .flex-viewport {
    border: none;
    max-height: 450px;
    transition: all 1s ease 0s;
}

.product-content-box .flex-control-thumbs {
    margin: 10px 0 0;
    overflow: hidden;
    position: static;
}

.product-content-box .flex-control-thumbs li {
    float: left;
    margin: 0 3% 0 0;
    width: 25%;
}

.product-content-box .flex-control-thumbs img {
    border: medium none;
    cursor: pointer;
    display: block;
    height: auto;
    opacity: 0.6;
    transition: all 1s ease 0s;
    width: 100%;
    border: 3px solid #f7f7f7;
}

.product-content-box .flex-control-thumbs .flex-active {
    cursor: default;
    opacity: 1;
    border: 3px solid #25348f;
}

.product-content-box .flex-control-thumbs .flex-active:focus {
    outline: none;
}

.product-content-box .content-box {
    margin-left: -50px;
}

.product-content-box .content-box h3 {
    color: #252525;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.product-content-box .content-box del {
    color: #a2a2a2;
    margin-left: 10px;
}

.product-content-box .content-box .review-box {
    margin: 0 0 10px;
}

.product-content-box .content-box .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}

.product-content-box .content-box .review-box ul {
    display: inline-block;
    padding-right: 1px;
}

.product-content-box .content-box .review-box ul li i {
    color: #25348f;
    font-size: 14px;
}

.product-content-box .content-box span.price {
    color: #25348f;
    font-size: 22px;
}

.product-content-box .content-box .text {
    margin: 0px 0 0;
    overflow: hidden;
    padding: 24px 0 9px;
}

.product-content-box .content-box .location-box {
    margin: 4px 0 18px;
    position: relative;
}

.product-content-box .content-box .location-box p {
    color: #1f1f1f;
    margin: 0 0 12px;
}

.product-content-box .content-box .location-box form input {
    border: 2px solid #f7f7f7;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 170px;
    transition: all 500ms ease;
}

.product-content-box .content-box .location-box form input:focus {
    border-color: #25348f;
}

.product-content-box .content-box .location-box form button {
    background: #f7f7f7 none repeat scroll 0 0;
    border: medium none;
    color: #292929;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    left: 178px;
    top: 37px;
    height: 40px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 95px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 6px;
    transition: all 500ms ease;
}

.product-content-box .content-box .location-box form button:hover {
    background: #25348f;
}

.product-content-box .content-box .location-box form span {
    color: #25348f;
}

.product-content-box .content-box .addto-cart-box {}

.product-content-box .content-box .addto-cart-box .input-group.bootstrap-touchspin {
    float: left;
    width: 70px;
}

.product-content-box .content-box .addto-cart-box .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #eaeaea;
    border-radius: 0 !important;
    box-shadow: none;
    color: #272727;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    padding: 6px 0 8px;
    text-align: center;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    margin-left: -1px;
    max-width: 100%;
    padding: 12px 12px;
    position: relative;
    width: 100%;
}

.product-content-box .content-box .addto-cart-box .btn-default {
    background-color: #efefef;
    border-color: #efefef;
    color: #9e9e9e;
}

.product-content-box .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
    color: #9e9e9e;
    font-weight: normal;
    left: 8px;
    position: absolute;
    top: 7px;
}

.product-content-box .content-box .addto-cart-box button.addtocart {
    height: 50px;
    width: 170px;
    line-height: 30px;
    margin-left: 25px;
}

.product-tab-box {}

.product-tab-box .tab-menu {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 15px;
}

.product-tab-box .tab-menu li {
    display: block;
    float: left;
    margin-bottom: -1px;
}

.product-tab-box .tab-menu li a {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    margin-right: 10px;
    padding: 13px 35px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    background: #f7f7f7;
    transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
    background: #25348f;
    color: #fff;
    border-color: #25348f;
}

.product-tab-box .tab-content {}

.product-tab-box .tab-content .review-box .single-review-box {
    border-bottom: 1px solid #f7f7f7;
    margin-bottom: 40px;
    padding-bottom: 32px;
    padding-left: 120px;
    position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
    left: 0;
    position: absolute;
    top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
    margin: 0 0 8px;
    overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
    margin-top: -4px;
    padding-left: 20px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
    color: #25348f;
    font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-date {
    color: #25348f;
    margin-top: -5px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
    margin: 0 0 15px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text a.reply {
    color: #25348f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.product-tab-box .tab-content .product-details-content {
    margin-top: -5px;
}

.product-tab-box .tab-content .product-details-content .highlight {
    margin: 42px 0 0;
}

.product-tab-box .tab-content .product-details-content .highlight .highlight-title {
    color: #292929;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 28px;
}

.product-tab-box .tab-content .product-details-content .highlight li {
    position: relative;
    padding-bottom: 12px;
    padding-left: 25px;
}

.product-tab-box .tab-content .product-details-content .highlight li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #25348f;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0;
}

.product-tab-box .tab-content .review-form {
    padding-top: 16px;
}

.product-tab-box .tab-content .review-form .sec-title-two {
    padding-bottom: 34px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
    margin: 0 0 23px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
    color: #292929;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
    display: inline-block;
    margin: 0 0px;
    border-right: 1px solid #e5e5e5;
    padding: 0 11px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
    margin-right: 0;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
    color: #ddd;
    margin-right: 3px;
    transition: all 500ms ease;
    font-size: 14px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li.active a i,
.product-tab-box .tab-content .review-form .add-rating-box ul li a:hover i {
    color: #25348f;
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
    height: 110px;
    padding: 10px 15px;
    margin-bottom: 32px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
    opacity: 1;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
    border-color: #25348f;
}

.product-tab-box .tab-content .review-form form textarea:focus {
    border-color: #25348f;
}

.related-product {
    border-top: 1px solid #f7f7f7;
    margin-top: 60px;
    padding-top: 56px;
}

.related-product .single-product-item {
    margin-bottom: 0;
}

.related-product .owl-controls {
    position: absolute;
    right: 0px;
    top: -90px;
}

.related-product .owl-theme .owl-nav [class*="owl-"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 50%;
    color: #cccbcb;
    font-size: 20px;
    height: 45px;
    line-height: 42px;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    width: 45px;
    font-weight: 900;
}

.related-product .owl-theme .owl-nav [class*="owl-"] i {
    font-size: 20px;
    font-weight: 900;
}

.related-product .owl-theme .owl-nav .owl-next {
    margin-left: 10px
}

.related-product .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    background: #25348f;
    border: 2px solid #25348f;
}

.product-review-tab .add_your_review .review-title h3 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252525;
}


/*select-service*/

.select-service {
    background: #25348f;
    padding: 20px;
}

.select-service h5 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.select-service .select-service-list li {
    border: none;
    margin: 14px 0;
    padding: 0;
}

.select-service .select-service-list li a {
    font-size: 16px;
    color: #fff;
}

.select-service .select-service-list li input {
    float: left;
    position: relative;
    top: 1px;
    margin-right: 10px;
}

.mainmenu-wrapper.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}


/*
* 32.= Pricing table area styles
*/

.pricing-table-area {
    padding-bottom: 90px;
    padding-top: 115px;
}

.single-price-box .table-header {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #252525;
    position: relative;
    transition: .5s ease;
}

.single-price-box.active .table-header,
.single-price-box:hover .table-header {
    background: #25348f;
    transition: .5s ease;
}

.single-price-box.active .content,
.single-price-box:hover .content {
    border-color: #25348f;
    transition: .5s ease;
}

.single-price-box .table-header .most-popular-plan {
    background: #343434 none repeat scroll 0 0;
    color: #ffffff;
    height: 25px;
    left: -30px;
    position: absolute;
    top: 10px;
    transform: rotate(-45deg);
    width: 110px;
    z-index: 3;
}

.single-price-box .table-header .most-popular-plan::before {
    content: "\f0d7";
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 14px;
    font-family: FontAwesome;
    z-index: 1;
    position: absolute;
    color: #565656;
}

.single-price-box .table-header .most-popular-plan::after {
    content: "\f0d7";
    font-size: 20px;
    right: 1px;
    position: absolute;
    top: 14px;
    font-family: FontAwesome;
    z-index: 1;
    position: absolute;
    color: #565656;
}

.single-price-box .table-header .most-popular-plan h6 {
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
}

.single-price-box .table-header h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-price-box .price {
    padding-bottom: 17px;
    padding-top: 0;
    border-bottom: 1px solid #eaeaea;
}

.single-price-box .price h1 {
    color: #252525;
    font-size: 60px;
}

.single-price-box .price h1 sub {
    font-size: 20px;
}

.single-price-box .price h6 {
    color: #797979;
    font-size: 14px;
    font-weight: 600;
    margin: 4px 0 0;
}

.single-price-box .price-list {
    padding-bottom: 19px;
    padding-top: 20px;
}

.single-price-box .price-list ul {}

.single-price-box .price-list ul li {
    color: #a2a2a2;
    font-size: 16px;
    padding-bottom: 9px;
    padding-top: 10px;
}

.single-price-box .price-list ul li:last-child {
    border-bottom: none;
}

.single-price-box .price-list ul li span::before {
    color: #ba0913;
    float: right;
    font-size: 16px;
    font-weight: 500;
}

.single-price-box .table-footer {
    padding-bottom: 40px;
    padding-top: 0px;
}

.single-price-box .content {
    border: 1px solid #eaeaea;
    border-top: 0px;
    padding: 0 40px;
    background: #f7f7f7;
    transition: .5s ease;
}

.single-price-box .thm-btn.thm-tran-bg {
    line-height: 40px;
    padding: 0 27px;
}


/*** 

====================================================================
  Login / Register Section
====================================================================

***/

.register-section {
    position: relative;
    padding: 70px 0px 0;
}

.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: normal;
    padding-top: 5px;
    color: #1f1f1f;
}

.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0px;
    font-size: 15px;
    cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
    font-weight: 400;
}

.styled-form .pull-left input {
    display: inline-block;
}

.styled-form .form-group .thm-btn {
    line-height: 44px;
}

.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: #999999;
    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="text"],
.styled-form input[type="email"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="number"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 30px;
    padding: 8px 20px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.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: #ffffff 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: #ffffff;
    background: #b2dd4c;
    margin: 0px 0px 0px 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.social-links-two a:hover {
    opacity: 0.80;
}

.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;
}

.outer .accordion-box.style-2 .accordion .acc-btn {
    margin-bottom: 0px;
}

.outer .accordion-box .accordion .acc-content {
    border: 1px solid #f7f7f7;
}

.outer .accordion-box.style-2 {
    margin-top: 47px;
}


/*feedback*/

.feedback .item .text p {
    position: relative;
    padding: 30px;
    color: #a2a2a2;
    border: 1px solid #eaeaea;
    font-style: italic;
    border-radius: 0px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
}

.feedback .item .text p:after {
    position: absolute;
    content: '';
    border-top: 8px solid #fff;
    border-right: 8px solid #fff;
    border-left: 9px solid transparent;
    border-bottom: 11px solid transparent;
    top: 100%;
    left: -3px;
}

.feedback .item .text p:before {
    position: absolute;
    content: '';
    border-top: 14px solid #f7f7f7;
    border-right: 10px solid #f7f7f7;
    border-left: 10px solid transparent;
    border-bottom: 12px solid transparent;
    bottom: -26px;
    left: -3px;
}

.feedback .item .author {
    color: #252525;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.feedback .item .author-title {
    color: #25348f;
    font-size: 16px;
}

.feedback .item .author-info img {
    width: 60px;
    height: 60px;
    position: relative;
    top: 18px;
}

.feedback .item .author-info {
    margin-bottom: 80px;
    margin-left: 45px;
}

.outer .single-price-box .content {
    padding: 0 15px;
    border: none;
    padding-bottom: 10px;
}

.outer .single-price-box .price-list ul li {
    font-size: 14px;
}

.outer .single-price-box .table-header {
    background: #f7f7f7;
}

.outer .single-price-box .table-header h3 {
    color: #252525;
}

.outer .single-price-box .price {
    border-top: 1px solid #eaeaea;
    border-bottom: 0px;
}

.outer .single-price-box .price-list {
    padding-top: 0px;
}