@import url("https://fonts.googleapis.com/css?family=Poppins:100, 100i, 200, 200i, 300, 300i, 400, 400i, 500, 500i, 600, 600i, 700, 700i, 800, 800i, 900, 900i|Roboto:100, 100i, 300, 300i, 400, 400i, 500, 500i, 700, 700i, 900, 900i");
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(animate.css);
@import url(owl.css);
@import url(jquery-ui.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.mCustomScrollbar.min.css);
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
body {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #777;
    line-height: 1.7em;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
    padding: 0 50px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #333 !important;
}
a:focus,
a:hover,
a:visited,
button {
    text-decoration: none;
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.6em;
    font-family: Roboto, sans-serif;
}
textarea {
    overflow: hidden;
}
p {
    position: relative;
    line-height: 1.8em;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.medium-container {
    max-width: 850px;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}
li,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: inline-block;
    max-width: 100%;
}
.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.centered {
    text-align: center;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
.list-style-one {
    position: relative;
}
.list-style-one.alternate {
    margin-bottom: 20px;
}
.list-style-one li {
    position: relative;
    color: #222;
    font-size: 15px;
    padding-left: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.list-style-one li:last-child {
    margin-bottom: 0;
}
.list-style-one li:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #333 !important;
    font-size: 14px;
    font-weight: 600;
    font-family: Flaticon;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff !important;
    padding: 16px 40px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    overflow: hidden;
    background-color: #0500b5;
    text-transform: capitalize;
    font-family: Quicksand, sans-serif;
}
.btn-style-one:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #3A3A3Cff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}
.btn-style-one .txt {
    position: relative;
    z-index: 1;
}
.btn-style-one:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-one:hover {
    color: #fff;
}
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #333 !important;
    padding: 14px 40px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    overflow: hidden;
    background: 0 0;
    border: 2px solid #333;
    text-transform: capitalize;
    font-family: Quicksand, sans-serif;
}
#readMore{
    color: #fff !important;
   border: 2px solid #fff !important; 
}
#readMore:hover {
    color: #fff !important;
    border-color: #333 !important;
}
.btn-style-two:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    color: #fff !important;
    background-color: #3A3A3Cff !important;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}
.btn-style-two .txt {
    position: relative;
    z-index: 1;
}
.btn-style-two:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-two:hover {
    color: #fff !important;
    border-color: #3A3A3Cff !important;
}
.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    padding: 16px 40px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 2px;
    overflow: hidden;
    background-color: #222;
    text-transform: capitalize;
    font-family: Quicksand, sans-serif;
}
.btn-style-three:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
}
.btn-style-three .txt {
    position: relative;
    z-index: 1;
}
.btn-style-three:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.btn-style-three:hover {
    color: #222;
}
.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin-right: 2px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    width: 38px;
    height: 38px;
    font-size: 16px;
    color: #fff !important;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    background-color: #333 !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.social-icon-two li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    text-align: center;
}
.social-icon-two li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #909090;
    font-size: 13px;
    background: #f4f4f4;
    border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.social-icon-two li a:hover {
    color: #fff !important;
    background: #333 !important;
}
.social-icon-three {
    position: relative;
}
.social-icon-three li {
    position: relative;
    margin-right: 10px;
    display: inline-block;
}
.social-icon-three li a {
    position: relative;
    width: 38px;
    height: 38px;
    color: #848484;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background: #f4f4f4;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social-icon-three li a:hover {
    color: #fff;
    background-color: #333 !important;
}
.theme_color {
    color: #333 !important;
}
/* .preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo.png);
} */
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.scroll-to-top {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #3A3A3Cff;
    display: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-to-top:hover {
    color: #fff;
    background: #1f8ceb;
}
.sec-title {
    position: relative;
    margin-bottom: 45px;
}
.sec-title h2 {
    position: relative;
    color: #222;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.sec-title h2:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #222;
}
.sec-title.centered h2:after {
    left: 50%;
    margin-left: -20px;
}
.sec-title .text {
    position: relative;
    color: #666;
    font-size: 15px;
    line-height: 1.8em;
    margin-top: 10px;
}
.sec-title.light h2 {
    color: #fff;
}
.sec-title.centered {
    text-align: center;
}
.main-header {
    position: relative;
    z-index: 999;
    width: 100%;
}
.header-top {
    position: relative;
    background-color: #3A3A3Cff !important;
}
.header-top .top-left {
    position: relative;
    float: left;
    padding: 13px 0;
}
.header-top .top-left .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    /*font-weight: 300;*/
}
.header-top .top-right {
    position: relative;
    float: right;
}
.header-top .top-right .social-box {
    position: relative;
    display: inline-block;
    padding: 13px 0;
}
.header-top .top-right .social-box li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.header-top .top-right .social-box li a {
    position: relative;
    color: #fff !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-top .top-right .social-box li a:hover {
    opacity: 0.8;
}
.main-header .header-top .language {
    position: relative;
    line-height: 1em;
    margin-left: 20px;
    display: inline-block;
}
.main-header .header-top .language .dropdown-menu {
    top: 100%;
    right: 0;
    left: auto;
    width: 170px;
    border-radius: 0;
    margin-top: 0;
    background-color: #222;
    border: none;
    padding: 0;
    border-top: 3px solid #333 !important;
}
.main-header .header-top .language > a {
    color: #333 !important;
    padding: 15px 20px;
    background: #fff !important;
    text-transform: capitalize;
    display: inline-block;
    border: 0;
    top: -1px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
}
.main-menu .navigation > li.dropdown > a {
    padding-right: 15px !important;
}
.main-header .header-top .language > a:after {
    display: none;
}
.main-header .header-top language a:hover {
    background: 0 0;
}
.main-header .header-top .language .dropdown-menu > li {
    padding-right: 0 !important;
    margin: 0 !important;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header .header-top .language .dropdown-menu > li:last-child {
    border-bottom: none;
}
.main-header .header-top .language .dropdown-menu > li > a {
    padding: 12px 20px !important;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header-top .language .dropdown-menu > li > a:hover {
    color: #fff !important;
    background-color: #333 !important;
}
.main-header .main-box {
    position: relative;
    padding: 0 0;
    left: 0;
    top: 0;
    width: 100%;
    background: 0 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .main-box .outer-container {
    position: relative;
    padding: 0 40px;
}
.main-header .main-box .logo-box {
    position: relative;
    float: left;
    left: 0;
    z-index: 10;
    padding: 30px 0;
}
.main-header .main-box .logo-box .logo img {
    display: inline-block;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header-upper {
    position: relative;
}
.main-header .header-upper .outer-container {
    position: relative;
    padding: 0 60px;
}
.main-header .nav-outer {
    position: relative;
    float: left;
}
.header-style-two .nav-outer {
    display: block;
    float: none;
    padding-left: 15px;
    background: #3A3A3Cff !important;
}
.header-style-two .nav-outer::before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    border-bottom: 70px solid #3A3A3Cff !important;
    border-left: 50px solid transparent;
}
.header-style-two .nav-outer .side-curve {
    position: absolute;
    content: "";
    right: -50px;
    border-bottom: 70px solid #3A3A3Cff !important;
    border-right: 50px solid transparent;
}
.main-header .header-upper .logo-box {
    margin-right: 150px;
    position: relative;
    top: 15px;
}
.main-header .header-upper .logo-box .logo {
    position: relative;
}
.main-header.header-style-two .header-upper .logo-box {
    top: 0;
    padding: 28px 0;
    margin-bottom: 0;
    background: 0 0;
    margin-right: 0;
}
.main-header.header-style-two .header-upper .logo-box:before {
    display: none;
}
.main-header .outer-box {
    position: relative;
    top: 0;
    float: right;
    padding: 32px 0;
}
.main-header.header-style-two .outer-box {
    padding: 0;
}
.main-header .outer-box .option-list {
    position: relative;
}
.main-header .outer-box .option-list li {
    position: relative;
    color: #262626;
    font-size: 16px;
    padding-right: 18px;
    margin-right: 18px;
    display: inline-block;
    text-transform: uppercase;
    border-right: 1px solid #dde4db;
}
.main-header .outer-box .option-list li a {
    position: relative;
    color: #262626;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .outer-box .option-list li a:hover {
    color: #333 !important;
}
.main-header .outer-box .option-list li .icon {
    position: relative;
    margin-right: 8px;
    color: #333 !important;
    top: 3px;
    line-height: 1em;
    font-size: 20px;
}
.main-header .outer-box .option-list li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.main-header .outer-box .option-box {
    position: relative;
    float: left;
    margin-top: 26px;
    margin-right: 25px;
}
.main-header .outer-box .option-box > li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.main-header .outer-box .option-box .cart-box {
    position: relative;
    float: left;
    color: #fff;
    font-size: 16px;
    background: 0 0;
    display: inline-block;
    margin-right: 25px;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn {
    background: 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:after {
    display: none;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 18px;
    height: 18px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    background-color: #222;
}
.main-header .outer-box .option-box .cart-box .cart-box-btn:hover {
    color: #222;
}
.main-header .outer-box .option-box .cart-product {
    position: relative;
    margin-bottom: 24px;
    min-height: 90px;
    border-bottom: 1px solid #e4e4e4;
}
.main-header .outer-box .option-box .cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    color: #263120;
    font-size: 16px;
    cursor: pointer;
    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;
}
.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover {
    color: #333 !important;
}
.main-header .outer-box .option-box .cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}
.main-header .outer-box .option-box .cart-product .inner h3 {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
}
.main-header .outer-box .option-box .cart-product .inner h3 a {
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .outer-box .option-box .cart-product .inner h3 a:hover {
    color: #333 !important;
}
.main-header .outer-box .option-box .cart-product .inner .quantity-text {
    position: relative;
    /*font-weight: 300;*/
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}
.main-header .outer-box .option-box .cart-product .inner .price {
    position: relative;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    color: #222;
}
.main-header .outer-box .option-box .cart-box .cart-panel {
    left: auto !important;
    right: 0 !important;
    border-radius: 0;
    padding: 20px 20px;
    min-width: 300px;
    margin-top: 44px;
    z-index: -1;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #222;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.main-header .outer-box .option-box .cart-box .cart-panel .cart-total {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span {
    font-weight: 700;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed {
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li {
    position: relative;
    margin: 0 5px;
    display: inline-block;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a {
    position: relative;
    color: #333 !important;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 18px 4px;
    border-radius: 2px;
    display: inline-block;
    border: 1px solid #333 !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover {
    color: #fff;
    background-color: #333 !important;
}
.main-header .outer-box .option-box .cart-box .icon a {
    color: #999;
}
.main-header .header-lower .search-box-outer {
    position: relative;
    float: left;
}
.main-header .header-lower .search-box-btn {
    position: relative;
    top: -2px;
    display: block;
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 20px !important;
    cursor: pointer;
    background: 0 0;
    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;
}
.main-header .header-lower .search-box-btn:after {
    display: none;
}
.main-header .header-lower .search-box-outer .dropdown-menu {
    top: 41px !important;
    right: 0;
    padding: 0;
    width: 280px;
    left: auto !important;
    border-radius: 0;
    border-top: 3px solid #333 !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.main-header .header-lower .search-box-outer .dropdown-menu > li {
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background: 0 0;
}
.main-header .header-lower .search-panel .form-container {
    padding: 25px 20px;
}
.main-header .header-lower .search-panel .form-group {
    position: relative;
    margin: 0;
}
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel select {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 40px 7px 15px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus {
    border-color: #333 !important;
}
.main-header .header-lower .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555;
    font-size: 12px;
    background: 0 0;
    cursor: pointer;
}
.main-menu {
    position: relative;
    float: left;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-menu .cart-box {
    position: relative;
    float: left;
    font-size: 26px;
    margin: 32px 0;
    padding-left: 20px;
    border-left: 1px solid #dde4db;
}
.main-menu .cart-box a {
    position: relative;
    color: #333 !important;
}
.main-menu .cart-box .number {
    position: absolute;
    right: -15px;
    top: -15px;
    color: #333 !important;
    font-size: 18px;
}
.main-menu .navbar-collapse {
    padding: 0;
    float: left;
}
.main-menu .navigation {
    position: relative;
    margin: 0;
}
.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
    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;
}
.header-style-two .main-menu .navigation > li:last-child {
    margin-right: 0;
}
.sticky-header .main-menu .navigation > li > a {
    color: #fff !important;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a {
    color: #3A3A3Cff !important;
    background-color: inherit !important;
}
.sticky-header .nav-outer .options-box {
    margin-top: 45px;
}
.main-header .header-upper .upper-right {
    padding-top: 45px;
}
.main-header .info-box {
    position: relative;
    float: left;
    margin-left: 35px;
    font-size: 14px;
    color: #98b2c4;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 40px;
}
.main-header .info-box .icon-box {
    position: absolute;
    left: 0;
    top: 8px;
    color: #333 !important;
    font-size: 28px;
    line-height: 1em;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header .info-box li {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    text-transform: capitalize;
}
.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0 0;
    background: #fff;
    z-index: 0;
    border-bottom: 1px solid #e8f1f7;
    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;
}
.sticky-header .logo {
    padding: 15px 0 7px;
}
.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -op-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #fff !important;
    text-align: center;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 1;
    font-weight: 600;
    padding: 30px 0;
    font-size: 14px;
    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;
}
.header-style-two .main-menu .navigation > li {
    margin-right: 30px;
}
.header-style-two .main-menu .navigation > li > a {
    padding: 20px 0;
    color: #fff;
}
.main-menu .navigation > li.dropdown > a:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 0;
    font-size: 13px;
    line-height: 30px;
    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;
}
.sticky-header .main-menu .navigation > li {
    position: relative;
    margin-left: 30px;
    margin-right: 0;
}
.sticky-header .main-menu .navigation > li:after,
.sticky-header .main-menu .navigation > li:before {
    display: none;
}
.main-header.light-version .main-menu .navigation > li.current > a,
.main-header.light-version .main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    opacity: 1;
    color: #222;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    padding: 0 0;
    background-color: #fff;
    border-top: 3px solid #333 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul:before {
    position: absolute;
    content: "";
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
    display: block;
}
.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #333 !important;
    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;
}
.sticky-header .main-menu .navigation > li > a {
    padding: 19px 0 !important;
    color: #3A3A3Cff !important;
}
.sticky-header .main-menu .navigation > li > a:before {
    display: none;
}
.main-menu .navigation > li > ul > li:hover > a {
    color: #fff !important;
    background: #333 !important;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    height: 20px;
    display: block;
    color: #253d4a;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #253d4a;
}
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 100%;
    width: 230px;
    z-index: 100;
    display: none;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    padding: 0 0;
    background-color: #fff;
    border-top: 3px solid #333 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation > li > ul > li > ul.from-right {
    left: auto;
    right: 0;
}
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f9f9f9;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #7c7b7b;
    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;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: #fff;
    background: #333 !important;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 10px;
    height: 20px;
    display: block;
    color: #272727;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 5;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after {
    color: #fff;
}
.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 28px;
    border: 1px solid #fff;
    background-size: 20px;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.main-slider {
    position: relative;
}
.main-slider .slide {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-slider .title {
    position: relative;
    color: #fff !important;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.5s;
}
.main-slider h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1s;
}
.main-slider .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    line-height: 1.8em;
    font-weight: 400;
    max-width: 700px;
    margin-bottom: 28px !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .text.alternate {
    color: #1f1f1f;
}
.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1.5s;
}
.main-slider .link-box {
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.main-slider .active .link-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2s;
}
.main-slider .link-box .theme-btn {
    margin-right: 20px;
}
.main-slider .content.centered .theme-btn {
    margin: 0 10px;
}
.main-slider .content.centered .text {
    margin: 0 auto;
}
.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -30px;
}
.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #fff;
    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;
}
.main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    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;
}
.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before {
    height: 100%;
}
.main-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px;
}
.main-slider .owl-nav .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 20px;
    color: #3A3A3Cff;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    /*border: 1px solid #3A3A3Cff;*/	background: aliceblue;    border-radius: 30px;
    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;
}
.main-slider .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #3A3A3Cff;
    font-size: 16px;
    text-align: center;
    line-height: 31px;
    /*border: 1px solid #3A3A3Cff;*/	background: aliceblue;    border-radius: 30px;
    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;
}
.main-slider .owl-nav .owl-next:hover,
.main-slider .owl-nav .owl-prev:hover {
    color: #fff;
    border-color: #3A3A3Cff;
    background-color: #3A3A3Cff;
}
.services-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 95px 0 85px;
}
.services-section .title-box {
    position: relative;
    margin-bottom: 50px;
}
.services-section .title-box h3 {
    position: relative;
    color: #333 !important;
    line-height: 1.3em;
    font-weight: 700;
    text-align: right;
    padding-right: 30px;
    border-right: 3px solid #333 !important;
}
.services-section .title-box .text {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
}
.services-block {
    position: relative;
    margin-bottom: 30px;
}
.services-block .inner-box {
    position: relative;
    padding-left: 22px;
    padding-top: 22px;
}
.services-block .inner-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 70px;
    font-size: 38px;
    text-align: center;
    background-color: #333 !important;
    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;
}
.services-block .inner-box .content {
    position: relative;
    padding: 30px 30px;
    text-align: right;
    border: 1px solid #333 !important;
}
.services-block .inner-box .content .image-layer {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg);
    -moz-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    background-size: cover;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.services-block .inner-box .content .image-layer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}
.services-block .inner-box:hover .content .image-layer {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
}
.services-block .inner-box h5 {
    position: relative;
    color: #333 !important;
    z-index: 10;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.services-block .inner-box h5 a {
    position: relative;
    color: #222;
    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;
}
.services-block .inner-box .text {
    position: relative;
    color: #444;
    z-index: 1;
    font-size: 15px;
    line-height: 1.8em;
    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;
}
.services-block .inner-box:hover .text,
.services-block .inner-box:hover h5 a {
    color: #fff;
}
.fluid-section-one {
    position: relative;
}
.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #f9f9f9;
}
.fluid-section-one .image-column {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fluid-section-one .image-column .image-box {
    position: relative;
}
.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 15px 40px 40px;
}
.fluid-section-one .content-column .inner-column h2 {
    position: relative;
    color: #333 !important;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.fluid-section-one .content-column .inner-column h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
}
.fluid-section-one .content-column .inner-column .text {
    position: relative;
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    margin-bottom: 35px;
}
.featured-block {
    position: relative;
    margin-bottom: 50px;
}
.featured-block .feature-inner {
    position: relative;
    padding-left: 65px;
}
.featured-block .feature-inner .icon-box {
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 1em;
    font-size: 48px;
    color: #333 !important;
}
.featured-block .feature-inner h3 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6em;
}
.fact-counter-section {
    position: relative;
    background-repeat: repeat;
}
.fact-counter-section .fact-counter {
    position: relative;
    padding: 130px 0 90px 0;
}
.fact-counter {
    position: relative;
}
.fact-counter .column {
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
}
.fact-counter .column .inner {
    position: relative;
    text-align: center;
    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;
}
.fact-counter .column .inner:before {
    position: absolute;
    content: "";
    left: 50%;
    top: -40px;
    width: 80px;
    height: 135px;
    margin-left: -40px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    border: 8px solid rgba(245, 245, 245, 0.9);
}
.fact-counter .column .inner:hover::before {
    transform: rotate(180deg);
}
.fact-counter .count-outer {
    position: relative;
    font-size: 24px;
    line-height: 1em;
    font-weight: 400;
    margin: 0 0;
    color: #222;
}
.fact-counter .count-outer .count-text {
    position: relative;
    font-weight: 700;
    color: #222;
    font-size: 60px;
}
.fact-counter .column .counter-title {
    position: relative;
    font-weight: 400;
    color: #333 !important;
    margin-top: 10px;
    text-transform: capitalize;
    display: block;
    letter-spacing: 1px;
}
.case-section {
    position: relative;
    padding: 95px 0 0;
    background-color: #fff;
}
.case-section.alternate {
    background-color: #fff;
    padding-bottom: 60px;
}
.case-block {
    position: relative;
}
.case-block .inner-box {
    position: relative;
    text-align: center;
}
.case-block .inner-box .image {
    position: relative;
}
.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-block .inner-box .image {
    position: relative;
}
.case-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.case-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    background: rgb(23 23 23 / 90%) !important;
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.case-block .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}
.case-block .inner-box:hover .overlay-box {
    opacity: 1;
}
.case-block .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}
.case-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.case-block .inner-box .overlay-inner .content h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.case-block .inner-box .overlay-inner .content h3 a {
    position: relative;
    color: #fff;
}
.case-block .inner-box .overlay-inner .content .text {
    position: relative;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 15px;
}
.case-block .inner-box .overlay-inner .content .read-more {
    position: relative;
    color: #fff;
    font-size: 16px;
}
.case-block .inner-box .overlay-inner .content .read-more .fa {
    position: relative;
    top: 1px;
    margin-left: 4px;
}
.case-section .lower-box {
    position: relative;
    padding: 50px 0;
    text-align: center;
}
.case-section .lower-box .case-text {
    position: relative;
    color: #222;
    font-size: 18px;
    padding: 0 15px;
}
.case-section .lower-box .case-text a {
    position: relative;
    color: #333 !important;
}
.case-section .owl-dots {
    display: none;
}
.case-section .owl-nav {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
}
.case-section .owl-nav .owl-prev {
    position: absolute;
    left: 200px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #c3c3c3;
    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;
}
.case-section .owl-nav .owl-next {
    position: absolute;
    right: 200px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background-color: #c3c3c3;
    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;
}
.case-section .owl-nav .owl-next:hover,
.case-section .owl-nav .owl-prev:hover {
    background-color: #333 !important;
}
.team-section {
    position: relative;
    padding: 95px 0 65px;
}
.team-member {
    position: relative;
    margin-bottom: 50px;
}
.team-member .inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    border: 1px solid #ececec;
}
.team-member .image-box {
    position: relative;
    display: block;
    background: #fbfbfb;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.team-member .image-box .image {
    position: relative;
    display: block;
    padding-top: 25px;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.team-member .inner-box:hover .image-box .image {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    transform: translateX(-40px);
}
.team-member .image-box .image img {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.team-member .image-box .social-icon-two {
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
}
.team-member .inner-box:hover .image-box .social-icon-two {
    top: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}
.team-member .lower-content {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -90px;
    margin-bottom: 15px;
    padding: 25px 15px 25px;
    border: 1px solid #ececec;
    background-color: #fff;
}
.team-member .lower-content h6 {
    position: relative;
    font-weight: 700;
    text-transform: capitalize;
}
.team-member .lower-content h6 a {
    color: #222;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.team-member .lower-content h6 a:hover {
    color: #333 !important;
}
.team-member .lower-content .designation {
    position: relative;
    font-size: 14px;
    color: #333 !important;
    text-transform: capitalize;
}
.team-member .lower-content .text {
    position: relative;
    color: #222;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 8px;
}
.sponsors-section {
    position: relative;
    z-index: 9;
    padding: 90px 0 90px;
    background-size: cover;
    background-attachment: fixed;
}
.sponsors-section:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 18%) !important;
}
.sponsors-section .image-box {
    position: relative;
    text-align: center;
    padding: 20px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.sponsors-section .image-box img {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sponsors-section .image-box:hover {
    border-color: #fff;
}
.sponsors-section .owl-nav {
    display: none;
}
.sponsors-section.style-two {
    background-color: #e74c3c;
    padding: 75px 0;
    background-attachment: fixed;
    background-position: left bottom;
}
.news-section {
    position: relative;
    padding: 95px 0 75px;
}
.news-block {
    position: relative;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .inner-box .image {
    position: relative;
}
.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .inner-box:hover .image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
}
.news-block .inner-box .image .category {
    position: absolute;
    left: 20px;
    bottom: 40px;
    padding: 5px 10px 2px;
    background-color: #fff;
}
.news-block .inner-box .image .category li {
    position: relative;
    display: inline-block;
}
.news-block .inner-box .image .category li a {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.news-block .inner-box .lower-content {
    position: relative;
    margin-top: -20px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px;
    border: 1px solid #ececec;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .inner-box .lower-content .author {
    position: relative;
    color: #7c7b7b;
    font-size: 15px;
    margin-bottom: 13px;
}
.news-block .inner-box .lower-content .author .author-image {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.news-block .inner-box .lower-content h5 {
    position: relative;
    color: #262626;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 18px;
}
.news-block .inner-box .lower-content h5 a {
    position: relative;
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block .inner-box .lower-content h5 a:hover {
    color: #333 !important;
}
.news-block .inner-box .lower-content .text {
    position: relative;
    color: #222;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 25px;
    font-weight: 400;
}
.news-block .inner-box .lower-content .post-date {
    position: relative;
}
.news-block .inner-box .lower-content .post-date:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #dde2db;
}
.news-block .inner-box .lower-content .post-date li {
    position: relative;
    color: #7c7b7b;
    background-color: #fff;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.4em;
    margin-right: 12px;
    font-weight: 400;
    display: inline-block;
}
.news-block .inner-box .lower-content .post-date li:after {
    position: absolute;
    content: ".";
    right: -8px;
    top: -11px;
    color: #cdd5ca;
    font-size: 50px;
}
.news-block .inner-box .lower-content .post-date li:last-child::after {
    display: none;
}
.news-block .inner-box:hover .lower-content {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.default-section {
    position: relative;
    z-index: 9;
    padding: 95px 0 70px;
    background-color: #fff;
}
.default-section .testimonial-column {
    position: relative;
}
.default-section .testimonial-column .inner-column {
    position: relative;
}
.default-section.style-two {
    background-color: #fff;
}
.single-vertical-carousel .slick-dots {
    display: none !important;
}
.single-vertical-carousel .prev-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    color: #cececf;
    background: 0 0;
    border: 1px solid #cececf;
    border-bottom: 0;
    z-index: 10;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #cececf;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.single-vertical-carousel .next-btn {
    position: absolute;
    right: 0;
    top: 35px;
    width: 35px;
    height: 35px;
    color: #cececf;
    background: 0 0;
    font-size: 20px;
    border: 1px solid #cececf;
    border-top: 0;
    text-align: center;
    cursor: pointer;
    z-index: 12;
    line-height: 35px;
    background-color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.single-vertical-carousel .next-btn:hover,
.single-vertical-carousel .prev-btn:hover {
    color: #333 !important;
}
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
}
.testimonial-block .inner-box .author-info {
    position: relative;
    padding-left: 98px;
    min-height: 76px;
    margin-bottom: 35px;
}
.testimonial-block .inner-box .author-info .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-block .inner-box .author-info h6 {
    position: relative;
    color: #333;
    font-weight: 600;
    padding-top: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.testimonial-block .inner-box .author-info .designation {
    color: #777;
    font-size: 14px;
}
.testimonial-block .inner-box .author-info .quote-icon {
    position: absolute;
    right: 0;
    top: 20px;
    color: #9dd15b;
    font-size: 32px;
}
.testimonial-block .inner-box .text {
    position: relative;
    color: #222;
    font-size: 16px;
    font-style: italic;
    line-height: 1.8em;
}
.default-section .graph-column .graph-image {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.subscribe-style-one {
    position: relative;
    z-index: 9;
    padding: 50px 0 50px;
    background-color: #fff;
}
.subscribe-style-one.alternate {
    background-color: #f5f5f5;
}
.subscribe-style-one h2 {
    position: relative;
    color: #222;
    font-weight: 400;
    text-transform: capitalize;
}
.subscribe-style-one .text {
    position: relative;
    font-size: 15px;
    color: #444;
}
.subscribe-style-one form {
    position: relative;
    margin-top: 10px;
}
.subscribe-style-one .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 0;
    padding-right: 180px;
}
.subscribe-style-one .form-group input[type="email"],
.subscribe-style-one .form-group input[type="tel"],
.subscribe-style-one .form-group input[type="text"],
.subscribe-style-one .form-group textarea {
    position: relative;
    width: 100%;
    max-width: 100%;
    line-height: 30px;
    padding: 10px 22px;
    height: 52px;
    display: inline-block;
    font-size: 14px;
    background: #fff;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.subscribe-style-one .form-group input[type="email"]:focus {
    border-color: #333 !important;
}
.subscribe-style-one .form-group button,
.subscribe-style-one .form-group input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: pointer;
    display: inline-block;
    padding: 11px 40px 11px;
}
.main-footer {
    position: relative;
    background-color: #4D4D4Fff;
}
.main-footer .widgets-section {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .widgets-section .footer-widget {
    position: relative;
    padding: 75px;
    padding: 75px 20px 40px 30px;
}
.main-footer .widgets-section .footer-widget:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}
.main-footer .footer-widget h5 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.main-footer .footer-widget h5:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
}
.main-footer .logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
}
.main-footer .logo-widget .text {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.6em;
    margin-bottom: 25px;
}
.link-list {
    position: relative;
}
.link-list li {
    position: relative;
    margin-bottom: 10px;
}
.link-list li a {
    position: relative;
    padding-left: 15px;
    color: #fff !important;
    font-size: 16px;
    /*font-weight: 300;*/
}
.link-list li a:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 3px;
    line-height: 1em;
    font-size: 14px;
    color: #fff;
    font-family: FontAwesome;
}
.link-list li a:hover {
    color: #fff !important;
}
.news-widget-block {
    position: relative;
    margin-bottom: 20px;
}
.news-widget-block:last-child {
    margin-bottom: 0;
}
.news-widget-block:last-child .inner {
    border: 0;
    padding-bottom: 0;
}
.news-widget-block .inner {
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-widget-block .inner .icon {
    position: absolute;
    left: 0;
    top: 4px;
    color: #fff !important;
    font-size: 34px;
    line-height: 1em;
}
.news-widget-block .inner .post-date {
    position: relative;
    color: #fff !important;
    font-size: 16px;
    /*font-weight: 300;*/
    margin-bottom: 2px;
}
.news-widget-block .inner .text {
    position: relative;
    color: #fff !important;
    font-size: 16px;
}
.news-widget-block .inner .text a {
    color: #fff !important;
    font-size: 15px;
}
.main-footer .footer-info-section {
    position: relative;
    margin-top: -5px;
    background-color: #3A3A3Cff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .footer-info-section .info-block {
    position: relative;
    margin-bottom: 0;
}
.main-footer .footer-info-section .info-block:after {
    position: absolute;
    content: "";
    right: -16px;
    top: 18px;
    width: 1px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
}
.main-footer .footer-info-section .info-block:last-child:after {
    display: none;
}
.main-footer .footer-info-section .info-block .inner {
    position: relative;
    padding-left: 40px;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-footer .footer-info-section .info-block .inner .icon {
    position: absolute;
    left: 0;
    top: 24px;
    color: #fff !important;
    font-size: 28px;
    line-height: 1em;
}
.main-footer .footer-info-section .info-block .inner h6 {
    position: relative;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1em;
}
.main-footer .footer-info-section .info-block .inner .text {
    position: relative;
    color: #fff;
    font-size: 16px;
}
.main-footer .footer-info-section .info-block .inner .text a {
    position: relative !important;
    color: #fff !important;
    font-size: 16px !important;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.main-footer .footer-bottom .column {
    position: relative;
}
.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom a {
    position: relative;
    color: #e0e0e0 !important;
    font-size: 14px;
}
a {
    position: relative;
    color: #666 !important;
    font-size: 14px;
}
.main-footer .footer-bottom .nav-column {
    position: relative;
    text-align: right;
}
.main-footer .footer-bottom .nav-column .footer-nav {
    position: relative;
}
.main-footer .footer-bottom .nav-column .footer-nav li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}
.main-footer .footer-bottom .nav-column .footer-nav li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    /*font-weight: 300;*/
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.main-footer .footer-bottom .nav-column .footer-nav li a:hover {
    color: #333 !important;
}
.page-title {
    position: relative;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0 100px 0;
}
.page-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.page-title .auto-container {
    position: relative;
    z-index: 1;
}
.page-title h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0;
}
.breadcrumb-outer {
    position: relative;
    text-align: center;
    z-index: 10;
}
.breadcrumb-outer .bread-crumb {
    position: relative;
    padding: 15px 85px;
    margin-top: -22px;
    top: -9px;
    display: inline-block;
    background-color: #272727;
}
.breadcrumb-outer .bread-crumb:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -8px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border-radius: 50%;
    background-color: #fff;
}
.breadcrumb-outer .bread-crumb:after {
    position: absolute;
    content: "";
    top: 50%;
    right: -8px;
    width: 15px;
    height: 15px;
    margin-top: -8px;
    border-radius: 50%;
    background-color: #fff;
}
.breadcrumb-outer .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-right: 5px;
    letter-spacing: 1px;
}
.breadcrumb-outer .bread-crumb li a {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin: 0 7px;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.breadcrumb-outer .bread-crumb a.current,
.breadcrumb-outer .bread-crumb a:hover {
    position: relative;
    color:red !important;
}
.about-section {
    position: relative;
    padding: 85px 0 65px;
}
.about-section .content-column {
    position: relative;
}
.about-section .content-column .inner-column {
    position: relative;
}
.about-section .content-column .inner-column .sec-title {
    position: relative;
    margin-bottom: 25px;
}
.about-section .content-column .inner-column .text {
    position: relative;
    margin-bottom: 25px;
}
.about-section .content-column .inner-column .text p {
    position: relative;
    color: #666;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.about-section .content-column .inner-column .text p:last-child {
    margin-bottom: 0;
}
.about-section .video-column {
    position: relative;
    margin-bottom: 30px;
}
.video-box {
    position: relative;
}
.video-box .image {
    position: relative;
    overflow: hidden;
}
.video-box .image img {
    position: relative;
    width: 100%;
}
.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 80px;
    background: rgba(19, 184, 234, 0.08);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.video-box .overlay-box:hover {
    background: rgba(0, 0, 0, 0.45);
}
.video-box .overlay-box span {
    position: relative;
    width: 80px;
    height: 80px;
    top: 40%;
    z-index: 99;
    color: #222;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    background-color: #fff;
    display: inline-block;
    margin-top: -40px;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.video-box:hover .overlay-box span {
    transform: rotate(360deg);
}
.price-section {
    position: relative;
    z-index: 9;
    padding: 95px 0 75px;
    background-color: #f5f5f5;
}
.pricing-column {
    position: relative;
    margin-bottom: 40px;
}
.pricing-column .inner-box {
    position: relative;
    display: block;
    background: #fff;
    text-align: center;
    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;
    outline: 2px solid transparent;
    outline-offset: 0;
    -webkit-box-shadow: 0 0 15px 0 #f4f4f4;
    -moz-box-shadow: 0 0 15px 0 #f4f4f4;
    box-shadow: 0 0 15px 0 #f4f4f4;
}
.pricing-column .inner-box:hover,
.pricing-column.active .inner-box {
    outline-color: #333 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.pricing-column .inner-box h5 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-column .price-header {
    position: relative;
    padding: 20px 20px 25px;
    line-height: 1em;
    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;
    background-color: #f4f4f4;
}
.pricing-column .price-header .price {
    position: relative;
    line-height: 1em;
}
.pricing-column .price-header .dollar-sign {
    position: relative;
    top: -40px;
    font-size: 18px;
    /*font-weight: 300;*/
    color: #222;
    left: -6px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-column .price-header .price sub {
    font-size: 12px;
    font-weight: 400;
    left: -10px;
    color: #222;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-column .price-header .price .total-amount {
    font-size: 100px;
    font-weight: 400;
    line-height: 1em;
    color: #222;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-column .price-header .text {
    position: relative;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 10px;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.pricing-column .lower-content {
    position: relative;
    padding: 5px 0 40px;
}
.pricing-column .lower-content .spec-list {
    position: relative;
    padding: 0 0 40px;
}
.pricing-column .lower-content .spec-list li {
    line-height: 32px;
    padding: 10px 15px;
    font-size: 16px;
    color: #848484;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.pricing-column .lower-content .join-btn {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 44px;
    border: 2px solid #f4f4f4;
    text-transform: capitalize;
    display: inline-block;
}
.pricing-column .inner-box:hover h2,
.pricing-column.active .inner-box h2 {
    color: #333 !important;
}
.pricing-column .inner-box:hover .price-header,
.pricing-column.active .price-header {
    background-color: #333 !important;
}
.pricing-column .inner-box:hover .price-header .dollar-sign,
.pricing-column .inner-box:hover .price-header .price .total-amount,
.pricing-column .inner-box:hover .price-header .price sub,
.pricing-column .inner-box:hover .price-header .text,
.pricing-column.active .price-header .dollar-sign,
.pricing-column.active .price-header .price .total-amount,
.pricing-column.active .price-header .price sub,
.pricing-column.active .price-header .text {
    color: #fff;
}
.pricing-column .inner-box:hover .lower-content .join-btn,
.pricing-column.active .lower-content .join-btn {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff;
}
.career-section {
    position: relative;
    padding: 100px 0 60px;
}
.career-section .title-column {
    position: relative;
}
.career-section .title-column .sec-title {
    margin-bottom: 17px;
}
.career-section .title-column .inner-column {
    position: relative;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.career-section .title-column .inner-column .sec-title h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 0;
}
.career-section .title-column .inner-column .sec-title h2:after {
    display: none;
}
.career-section .title-column .inner-column .text {
    position: relative;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 28px;
}
.career-section .title-column .inner-column .view_all {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Poppins, sans-serif;
}
.career-section .title-column .inner-column .view_all .icon {
    position: relative;
    margin-right: 4px;
}
.career-section .title-column .inner-column .view_all:hover {
    color: #333 !important;
}
.career-section .row {
    margin: 0 -30px;
}
.career-section .row .m-block {
    padding: 0 30px;
}
.career-section .row .m-block:nth-child(2) .inner-box:after,
.career-section .row .m-block:nth-child(3) .inner-box:after,
.career-section .row .m-block:nth-child(5) .inner-box:after,
.career-section .row .m-block:nth-child(6) .inner-box:after {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 30px;
    top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.career-block {
    position: relative;
    margin-bottom: 30px;
}
.career-block .inner-box {
    position: relative;
    padding: 0 0 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.career-section .row .m-block:nth-child(4) .inner-box,
.career-section .row .m-block:nth-child(5) .inner-box,
.career-section .row .m-block:nth-child(6) .inner-box {
    border-bottom: none;
}
.career-block .inner-box .block-number {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #263147;
    font-size: 30px;
    font-weight: 400;
}
.career-block .inner-box h5 {
    position: relative;
    font-size: 20px;
    color: #333 !important;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.career-block .inner-box .text {
    position: relative;
    color: #666;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 400;
    margin-bottom: 35px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.career-block .inner-box .icon-box {
    position: relative;
    font-size: 56px;
    line-height: 1em;
    color: #333 !important;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.career-block .inner-box .go {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Poppins, sans-serif;
}
.career-block .inner-box .go:hover {
    color: #00c0ff;
}
.company-section {
    position: relative;
    padding: 95px 0 105px;
    background-color: #f5f5f5;
}
.company-section .auto-container {
    max-width: 1000px;
    margin: 0 auto;
}
.company-section h3 {
    position: relative;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
}
.company-section .sec-title {
    margin-bottom: 20px;
}
.company-section .text {
    position: relative;
    margin-bottom: 18px;
}
.company-section .text p {
    position: relative;
    color: #222;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.company-section .text p:last-child {
    margin-bottom: 0;
}
.faq-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 95px 0 95px;
}
.faq-section .auto-container {
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-box {
    position: relative;
}
.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    cursor: pointer;
    line-height: 24px;
    border: 1px solid #eaeaea;
    font-weight: 700;
    padding: 15px 10px 15px 80px;
    color: #444;
    text-transform: uppercase;
    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;
}
.accordion-box .block .acc-btn .icon-inner {
    color: #333 !important;
    font-size: 16px;
}
.accordion-box .block .icon-outer {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    text-align: center;
    font-size: 13px;
    color: #b3b2b2;
    background: #eaeaea;
    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;
}
.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 13px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.accordion-box .block .acc-btn.active .icon-outer {
    background-color: #153e4d;
}
.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}
.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
    opacity: 1;
    color: #00c0ff;
}
.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
    opacity: 0;
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.accordion-box .block .content {
    position: relative;
    font-size: 13px;
    background: #fff;
    padding: 25px 0 15px;
}
.accordion-box .block .content p {
    margin-bottom: 20px;
    line-height: 1.8em;
    color: #777;
    font-size: 15px;
}
.accordion-box .block .content p:last-child {
    margin-bottom: 0;
}
.testimonial-page-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 90px 0 80px;
}
.testimonial-block-two {
    position: relative;
    margin-bottom: 30px;
}
.testimonial-block-two .inner-box {
    position: relative;
    border-radius: 4px;
    padding: 30px 30px 40px;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.05);
}
.testimonial-block-two .inner-box .text {
    position: relative;
    color: #797979;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 24px;
}
.testimonial-block-two .inner-box .author-box {
    position: relative;
    margin-bottom: 0;
}
.testimonial-block-two .inner-box .author-box .inner {
    position: relative;
    padding-left: 90px;
    padding-top: 8px;
    min-height: 68px;
}
.testimonial-block-two .inner-box .author-box .inner .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial-block-two .inner-box .author-box .inner h5 {
    position: relative;
    font-weight: 600;
    color: #222328;
    line-height: 1.2em;
    margin-bottom: 6px;
}
.testimonial-block-two .inner-box .author-box .inner .designation {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    font-style: italic;
}
.partners-page-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 80px 0 60px;
}
.partners-page-section .auto-container {
    max-width: 1000px;
    margin: 0 auto;
}
.partner-block {
    position: relative;
    margin-bottom: 30px;
}
.partner-block .inner-box {
    position: relative;
    padding-left: 375px;
    min-height: 200px;
}
.partner-block .inner-box .icon-box {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.partner-block .inner-box h4 {
    position: relative;
    color: #333 !important;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 4px;
}
.partner-block .inner-box .designation {
    position: relative;
    color: #666;
    font-size: 17px;
    font-style: italic;
    margin-bottom: 15px;
}
.partner-block .inner-box .text {
    position: relative;
    color: #666;
    font-size: 15px;
    line-height: 1.9em;
}
.comming-soon {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    overflow-y: auto;
    background-size: cover;
}
.comming-soon:before {
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
}
.comming-soon .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
}
.comming-soon .content .content-inner {
    position: relative;
    padding: 50px 15px;
    display: table-cell;
    vertical-align: middle;
}
.comming-soon .content .content-inner h1 {
    position: relative;
    color: #fff;
    /*font-weight: 300;*/
    line-height: 1.2em;
    margin-bottom: 80px;
}
.comming-soon .content .content-inner .text {
    position: relative;
    color: #fff;
    font-size: 20px;
    /*font-weight: 300;*/
    line-height: 1.6em;
    margin-top: 28px;
    margin-bottom: 60px;
    letter-spacing: 1px;
}
.time-counter {
    position: relative;
}
.time-counter .time-countdown {
    position: relative;
}
.time-counter .time-countdown .counter-column {
    position: relative;
    margin: 0 15px 0;
    width: 170px;
    height: 170px;
    text-align: center;
    display: inline-block;
    padding: 10px 0 10px;
    border: 2px solid #333 !important;
    color: #333 !important;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    /*font-weight: 300;*/
    margin-bottom: 30px;
}
.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 65px;
    line-height: 40px;
    padding: 30px 10px;
    color: #333 !important;
    letter-spacing: 1px;
    /*font-weight: 300;*/
}
.comming-soon .emailed-form .form-group {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
}
.comming-soon .emailed-form .form-group input[type="email"],
.comming-soon .emailed-form .form-group input[type="tel"],
.comming-soon .emailed-form .form-group input[type="text"],
.comming-soon .emailed-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 20px;
    height: 60px;
    font-size: 14px;
    color: #797979;
    overflow: hidden;
    padding: 10px 50px 10px 30px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comming-soon .emailed-form .form-group input[type="submit"],
.comming-soon .emailed-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 160px;
    height: 50px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    /*font-weight: 300;*/
    cursor: pointer;
    text-align: center;
    background: #333 !important;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.services-block-two {
    position: relative;
    margin-bottom: 30px;
}
.services-block-two .inner-box {
    position: relative;
}
.services-block-two .inner-box .image-box {
    position: relative;
}
.services-block-two .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}
.services-block-two .inner-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.services-block-two .inner-box .lower-box {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 21px 0 20px 100px;
    background-color: #fff;
    border-top: 3px solid #333 !important;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
}
.services-block-two .inner-box .lower-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 70px;
    color: #fff;
    font-size: 34px;
    text-align: center;
    line-height: 70px;
    background-color: #333 !important;
}
.services-block-two .inner-box .lower-box h3 {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}
.services-block-two .inner-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    opacity: 0;
    background-size: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}
.services-block-two .inner-box .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
    text-align: center;
    background: rgba(19, 181, 234, 0.8);
}
.services-block-two .inner-box .overlay-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.services-block-two .inner-box .overlay-box .content .icon {
    font-size: 50px;
    margin-bottom: 28px;
}
.services-block-two .inner-box .overlay-box .content h6 {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
.services-block-two .inner-box .overlay-box .content h6 a {
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.services-block-two .inner-box .overlay-box .content h6 a:hover {
    color: #222;
}
.services-block-two .inner-box .overlay-box .content .text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.services-block-two .inner-box .overlay-box .content .text p {
    margin-bottom: 0 !important;
}
.services-block-two .inner-box:hover .lower-box {
    bottom: -100%;
}
.services-block-two .inner-box:hover .overlay-box {
    top: 0;
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}
.services-section .styled-pagination {
    margin-top: 20px;
}
.styled-pagination {
    position: relative;
}
.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0 6px 0 0;
}
.styled-pagination li.next a,
.styled-pagination li.prev a {
    color: #111;
}
.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    min-width: 50px;
    color: #111;
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: 1px solid #bfbfbf;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    font-family: Poppins, sans-serif;
}
.styled-pagination li a.active,
.styled-pagination li a:hover {
    color: #fff;
    border-color: #333 !important;
    background-color: #333 !important;
}
.sidebar-page-container {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 60px;
}
.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 40px;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}
.blog-cat {
    position: relative;
    border-left: 3px solid #333 !important;
}
.blog-cat li {
    position: relative;
    margin-bottom: 3px;
}
.blog-cat li a {
    position: relative;
    color: #242424;
    font-size: 17px;
    font-weight: 400;
    display: block;
    background-color: #f1f1f1;
    padding: 15px 15px 15px 25px;
    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;
    font-family: Poppins, sans-serif;
}
.blog-cat li a:hover,
.blog-cat li.active a {
    color: #fff;
    background-color: #333 !important;
}
.donate-help-widget {
    position: relative;
}
.donate-help-widget .inner-box {
    position: relative;
    overflow: hidden;
    padding: 35px 24px 25px;
    background-color: #333 !important;
}
.donate-help-widget .inner-box:before {
    position: absolute;
    content: "";
    right: -380px;
    top: -50px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.06);
}
.donate-help-widget .inner-box:after {
    position: absolute;
    content: "";
    right: -300px;
    top: -100px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
}
.donate-help-widget .inner-box h2 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 8px;
    z-index: 1;
}
.donate-help-widget .inner-box .text {
    position: relative;
    color: #fff;
    font-size: 16px;
    z-index: 1;
    margin-bottom: 18px;
    line-height: 1.8em;
}
.brochure-box {
    position: relative;
    padding: 20px 18px;
    margin-bottom: 10px;
    background-color: #333 !important;
}
.brochure-box .inner {
    position: relative;
    padding-left: 45px;
}
.brochure-box .overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.brochure-box .inner .icon {
    position: absolute;
    left: 0;
    top: 2px;
    color: #fff;
    font-size: 24px;
    /*font-weight: 300;*/
}
.brochure-box .inner .text {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: Poppins, sans-serif;
}
.services-single {
    position: relative;
}
.services-single .inner-service {
    position: relative;
}
.services-single .inner-service .gallery-image {
    position: relative;
    margin-bottom: 30px;
}
.services-single .inner-service .gallery-image .row {
    position: relative;
    margin: 0 -4px;
}
.services-single .inner-service .gallery-image .image-column {
    position: relative;
    padding: 0 4px;
}
.services-single .inner-service .gallery-image .image img {
    position: relative;
    width: 100%;
    display: block;
}
.services-single .inner-service .lower-content {
    position: relative;
}
.services-single .inner-service .lower-content h2 {
    position: relative;
    color: #333 !important;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.services-single .inner-service .lower-content .text {
    position: relative;
}
.services-single .inner-service .lower-content .text p {
    position: relative;
    color: #666;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 15px;
}
.services-single .inner-service .lower-content h3 {
    position: relative;
    color: #333 !important;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.services-single .inner-service .lower-content .faq-blocks {
    position: relative;
    margin-top: 30px;
}
.faq-page-section {
    position: relative;
    padding: 80px 0 80px;
}
.faq-page-section .auto-container {
    max-width: 1000px;
    margin: 0 auto;
}
.faq-search-box {
    position: relative;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 50px;
}
.faq-search-box .form-group {
    position: relative;
    margin: 0;
}
.faq-search-box .form-group input[type="search"],
.faq-search-box .form-group input[type="text"] {
    position: relative;
    line-height: 28px;
    color: #222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 0;
    padding: 15px 15px 15px 25px;
    border: 1px solid #e0e0e0;
    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;
}
.faq-search-box .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 60px;
    line-height: 58px;
    text-align: center;
    display: block;
    font-size: 22px;
    color: silver;
    background: 0 0;
    font-weight: 400;
    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;
}
.faq-search-box .form-group input:focus {
    border-color: #333 !important;
}
.faq-form-section {
    position: relative;
    z-index: 9;
    padding: 85px 0 80px;
    background-color: #f5f5f5;
}
.faq-form-section .auto-container {
    max-width: 1000px;
    margin: 0 auto;
}
.faq-form .form-group {
    margin-bottom: 20px;
}
.faq-form input[type="email"],
.faq-form input[type="password"],
.faq-form input[type="text"],
.faq-form select,
.faq-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 15px;
    color: #999;
    line-height: 30px;
    padding: 12px 22px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #e1e1e1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-family: Poppins, sans-serif;
}
.faq-form textarea {
    height: 200px;
    resize: none;
}
.faq-form .form-group .theme-btn {
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    padding: 12px 34px;
    cursor: pointer;
}
.contact-location-section {
    position: relative;
    padding: 100px 0 0;
}
.contact-location-section .info-column {
    position: relative;
    margin-bottom: 30px;
}
.contact-location-section .info-column .column-inner {
    position: relative;
    text-align: center;
    padding: 40px 15px;
    border-radius: 8px;
    border: 1px solid #dfdfdf;
}
.contact-location-section .info-column .image {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 18px;
}
.contact-location-section .info-column h3 {
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.contact-location-section .info-column .text {
    position: relative;
    color: #555;
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 8px;
    margin-bottom: 20px;
}
.contact-location-section .info-column ul {
    position: relative;
}
.contact-location-section .info-column ul li {
    position: relative;
    color: #555;
    font-size: 14px;
}
.contact-location-section .info-column ul li:first-letter {
    font-weight: 600;
    color: #222;
}
.contact-page-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 80px 0 70px;
}
.contact-page-section .form-column {
    position: relative;
}
.contact-page-section .form-column .inner-column {
    position: relative;
}
.contact-page-section .form-column .inner-column .sec-title {
    margin-bottom: 20px;
}
.contact-page-section .form-column .inner-column h3 {
    position: relative;
    color: #333 !important;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
    margin-top: 25px;
    text-transform: uppercase;
}
.contact-page-section .form-column .inner-column .print {
    position: relative;
    color: #666;
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 5px;
    margin-bottom: 10px;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: red !important;
}
.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: red;
    font-weight: 500;
}
.contact-form {
    position: relative;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    line-height: 28px;
    height: 50px;
    font-size: 14px;
    padding: 10px 22px;
    background: 0 0;
    border-radius: 2px;
    border: 1px solid #d7d7d7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-form textarea {
    height: 200px;
    resize: none;
    font-size: 14px;
    background: 0 0;
}
.contact-form input[type="email"]:focus,
.contact-form input[type="password"]:focus,
.contact-form input[type="text"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #333 !important;
}
.contact-form .theme-btn {
    margin-top: 0;
    padding: 12px 45px;
    cursor: pointer;
}
.contact-page-section .map-column {
    position: relative;
    margin-bottom: 40px;
}
.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}
.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}
.contact-page-section .map-column .map-canvas {
    position: relative;
    height: 628px;
}
.case-page-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 80px 0 100px;
}
.case-page-section.fullwidth .case-block {
    padding: 0;
    float: left;
    margin-bottom: 0;
}
.case-page-section .filters {
    position: relative;
    margin-bottom: 40px;
}
.case-page-section .filters .filter-tabs {
    position: relative;
}
.case-page-section .filters li {
    position: relative;
    display: inline-block;
    color: #333 !important;
    padding: 0 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    margin: 0 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: Poppins, sans-serif;
}
.case-page-section .filters .filter.active,
.case-page-section .filters .filter:hover {
    color: #222;
}
.case-page-section .case-block {
    margin-bottom: 30px;
}
.case-block.mix {
    display: none;
}
.case-page-section .styled-pagination {
    margin-top: 20px;
}
.case-page-section.fullwidth .styled-pagination {
    margin-top: 50px;
}
.case-single-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 90px 0 100px;
}
.case-single-section .upper-section {
    position: relative;
    margin-bottom: 40px;
}
.case-single-section .upper-section .image-column {
    position: relative;
}
.case-single-section .upper-section .image-column .image {
    position: relative;
}
.case-single-section .upper-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.case-single-section .upper-section .detail-column {
    position: relative;
}
.case-single-section .upper-section .detail-column .inner-column {
    position: relative;
}
.case-single-section .upper-section .detail-column .inner-column h2 {
    position: relative;
    color: #333 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    padding: 20px 30px;
    background-color: #f6f6f6;
}
.case-single-section .upper-section .detail-column .detail-list {
    position: relative;
    overflow: hidden;
}
.case-single-section .upper-section .detail-column .detail-list li {
    position: relative;
    font-size: 14px;
    color: #333 !important;
    font-weight: 400;
    line-height: 24px;
    padding: 15px 30px;
    min-width: 370px;
    width: 100%;
}
.case-single-section .upper-section .detail-column .detail-list li:nth-child(even) {
    background-color: #f5f5f5;
}
.case-single-section .upper-section .detail-column .detail-list li span {
    min-width: 170px;
    text-align: left;
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}
.case-single-section .lower-section {
    position: relative;
}
.case-single-section .lower-section h2 {
    position: relative;
    color: #333 !important;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.case-single-section .lower-section h3 {
    position: relative;
    color: #333 !important;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.case-single-section .lower-section .text {
    position: relative;
}
.case-single-section .lower-section .text p {
    position: relative;
    color: #666;
    font-size: 15px;
    line-height: 1.9em;
    margin-bottom: 18px;
}
.our-shops {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #eee;
}
.shop-section .items-sorting {
    position: relative;
    margin-bottom: 20px;
}
.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
    margin-bottom: 20px;
}
.shop-section .items-sorting .results-column h6 {
    font-size: 18px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding: 13px 0;
}
.shop-section .items-sorting .form-group {
    margin-bottom: 0;
}
.shop-section .items-sorting select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 9px 20px 9px;
    height: 50px;
    font-size: 14px;
    border: 1px solid #eee;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/icons/icon-select.png) right center no-repeat;
    color: #666;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.shop-section .items-sorting select option {
    text-indent: 15px;
}
.shop-item {
    position: relative;
    margin-bottom: 40px;
}
.shop-item .inner-box {
    position: relative;
    outline: 15px solid #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.shop-item .inner-box:hover .image .overlay-box {
    opacity: 1;
}
.shop-item .inner-box .image {
    position: relative;
    z-index: 11;
    text-align: center;
    background-color: #f8f8f8;
}
.shop-item .inner-box .image .sale {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    z-index: 12;
    padding: 5px 8px;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #333 !important;
}
.shop-item .inner-box .image .overlay-box {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.shop-item .inner-box .image .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    background-color: rgba(0, 0, 0, 0.85);
    -moz-transform: rotateX(-360deg) scale(0.5, 0.5);
    -webkit-transform: rotateX(-360deg) scale(0.5, 0.5);
    -ms-transform: rotateX(-360deg) scale(0.5, 0.5);
    -o-transform: rotateX(-360deg) scale(0.5, 0.5);
    transform: rotateX(-360deg) scale(0.5, 0.5);
}
.shop-item .inner-box:hover .image .overlay-box:before {
    -moz-transform: rotateX(0) scale(1, 1);
    -webkit-transform: rotateX(0) scale(1, 1);
    -ms-transform: rotateX(0) scale(1, 1);
    -o-transform: rotateX(0) scale(1, 1);
    transform: rotateX(0) scale(1, 1);
    opacity: 1;
    visibility: visible;
}
.shop-item .inner-box .image .overlay-box .cart-option li {
    position: relative;
}
.shop-item .inner-box .image .overlay-box .cart-option li:first-child {
    position: absolute;
    right: 15px;
    top: 15px;
}
.shop-item .inner-box .image .overlay-box .cart-option li:last-child {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.shop-item .inner-box .image .overlay-box .cart-option li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 40px;
    background-color: #333 !important;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
    background-color: #333 !important;
    color: #fff;
}
.shop-item .inner-box .image .overlay-box .cart-option li a:hover {
    color: #fff;
}
.shop-item .inner-box .image img {
    width: 100%;
    display: inline-block;
}
.shop-item .inner-box .lower-content {
    position: relative;
    z-index: 11;
    text-align: center;
    padding: 30px 0 0;
}
.shop-item .inner-box .lower-content h6 {
    position: relative;
    font-weight: 600;
}
.shop-item .inner-box .lower-content h6 a {
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.shop-item .inner-box .lower-content h6 a:hover {
    color: #333 !important;
}
.shop-item .inner-box .lower-content .price {
    position: relative;
    margin-top: 4px;
}
.shop-item .inner-box .lower-content .price li {
    position: relative;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}
.shop-item .inner-box .lower-content .price li.discount {
    position: relative;
    margin-right: 8px;
    text-decoration: line-through;
}
.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}
.sidebar-widget .sidebar-title {
    position: relative;
}
.sidebar-widget .sidebar-title h6 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.sidebar-widget .sidebar-title h6:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #222;
}
.sidebar .search-box .form-group {
    position: relative;
    margin: 0;
}
.sidebar .search-box .form-group input[type="search"],
.sidebar .search-box .form-group input[type="text"] {
    position: relative;
    line-height: 24px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #ccc;
    color: #222;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 50px;
    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;
}
.sidebar .search-box .form-group input:focus {
    border-color: #333 !important;
}
.sidebar .search-box .form-group button {
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #ccc;
    background: 0 0;
    font-weight: 400;
}
.sidebar .list {
    position: relative;
}
.sidebar .list li {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}
.sidebar .list li:last-child {
    border-bottom: none;
}
.sidebar .list li a {
    position: relative;
    display: block;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .list li a:hover {
    color: #333 !important;
}
.sidebar .popular-tags a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 7px 18px 7px;
    margin: 0 0 4px 0;
    color: #777;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.sidebar .popular-tags a:hover {
    background-color: #333 !important;
    color: #fff;
}
.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 0;
    margin-bottom: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.sidebar .popular-posts .post:last-child {
    margin-bottom: 0;
}
.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 15px;
    margin: 0 0 0;
    font-weight: 600;
    color: #242424;
    line-height: 1.6em;
    text-transform: capitalize;
}
.sidebar .popular-posts .post .text a {
    color: #242424;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover {
    color: #333 !important;
}
.sidebar .popular-posts .post-info {
    font-size: 13px;
    color: #9a9a9a;
    font-weight: 500;
}
.blog-cat-two {
    position: relative;
}
.blog-cat-two li {
    position: relative;
    margin-bottom: 15px;
}
.blog-cat-two li a {
    position: relative;
    font-size: 16px;
    /*font-weight: 300;*/
    display: block;
    padding-bottom: 12px;
    color: #222;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    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;
}
.blog-cat-two li:last-child {
    margin-bottom: 0;
}
.blog-cat-two li:last-child a {
    border: 0;
}
.blog-cat-two li a span {
    float: right;
}
.blog-cat-two li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #222;
    font-family: FontAwesome;
    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;
}
.blog-cat-two li a:hover {
    color: #333 !important;
}
.blog-cat-two li a:hover::before {
    border-color: #333 !important;
}
.shop-single-section {
    position: relative;
    padding-top: 100px;
    padding-bottom: 90px;
    z-index: 9;
    background-color: #fff;
}
.product-details .basic-details {
    position: relative;
    margin-bottom: 20px;
}
.product-details .image-column .image-carousel {
    background-color: #eee;
    border-radius: 4px;
}
.product-details .image-column,
.product-details .info-column {
    margin-bottom: 50px;
}
.product-details .info-column .add-to-cart {
    padding: 13px 43px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 10px;
    margin-right: 10px;
}
.product-details .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.product-details .image-column .thumbs-carousel {
    margin-top: 20px;
}
.product-details .image-column .thumbs-carousel li {
    background-color: #f2f2f2;
    text-align: center;
    padding: 0 0;
    cursor: pointer;
}
.product-details .image-column .thumbs-carousel li img {
    width: 100%;
    display: inline-block;
}
.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav {
    display: none;
}
.product-details .basic-details .details-header {
    position: relative;
    margin-bottom: 0;
}
.product-details .basic-details .details-header h2 {
    font-weight: 700;
    margin: 0 0;
    line-height: 1.4em;
    color: #222;
    margin-bottom: 8px;
}
.product-details .basic-details .details-header h2 a {
    color: #333;
}
.product-details .basic-details .details-header .rating {
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
}
.product-details .basic-details .details-header .rating span {
    color: #333 !important;
}
.product-details .basic-details .details-header .rating .fa {
    display: inline-block;
    margin-right: 1px;
}
.product-details .basic-details .details-header .rating .fa.light {
    color: #dadada;
}
.product-details .basic-details .details-header .item-price {
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.product-details .basic-details .text {
    position: relative;
    color: #666;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 30px;
}
.product-details .basic-details .availablity {
    position: relative;
    float: left;
    padding-right: 40px;
    line-height: 32px;
    margin-bottom: 27px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #777;
}
.product-details .basic-details .availablity strong {
    font-size: 14px;
    letter-spacing: 2px;
    color: #11da61;
    font-weight: 600;
    text-transform: uppercase;
}
.product-details .basic-details .item-quantity {
    position: relative;
    float: left;
    width: 120px;
    margin-bottom: 15px;
    margin-right: 20px;
    border: 1px solid #eae8e8;
}
.product-details .basic-details .btns-box {
    position: relative;
}
.cart-section input.quantity-spinner,
.product-details .basic-details .quantity-spinner {
    line-height: 24px;
    padding: 10px 15px !important;
    height: 54px !important;
    box-shadow: none !important;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn,
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn {
    padding: 13px 10px;
    background: #f4f5f6;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical i,
.product-details .bootstrap-touchspin .input-group-btn-vertical i {
    top: 1px;
}
.shop-list {
    position: relative;
    margin-top: 20px;
}
.shop-list li {
    position: relative;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.shop-list li strong {
    color: #222;
    font-size: 16px;
    margin-right: 5px;
    text-transform: uppercase;
}
.shop-list li a {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    text-transform: uppercase;
}
.shop-page .prod-tabs {
    position: relative;
}
.shop-page .prod-tabs .tab-btns {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.shop-page .prod-tabs .tab-btns .tab-btn {
    position: relative;
    display: block;
    margin-right: 8px;
    font-size: 16px;
    background: 0 0;
    color: #222;
    border: 1px solid #222;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 12px;
    display: inline-block;
    padding: 12px 40px 10px;
    transition: all 0.5s ease;
}
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn,
.shop-page .prod-tabs .tab-btns .tab-btn:hover {
    color: #fff;
    background: #222;
    border-color: #222;
}
.shop-page .prod-tabs .tabs-content {
    position: relative;
}
.shop-page .prod-tabs .tabs-content .tab {
    position: relative;
    display: none;
}
.shop-page .prod-tabs .tabs-content .tab.active-tab {
    display: block;
}
.shop-page .prod-tabs .tabs-content .tab p {
    font-size: 14px;
    line-height: 2em;
    color: #666;
    margin-bottom: 20px;
}
.shop-page .prod-tabs .tabs-content .tab p:last-child {
    margin-bottom: 0;
}
.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6 {
    margin-bottom: 15px;
}
.shop-page .prod-tabs .tabs-content .tab h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}
.shop-page .prod-tabs .reviews-container {
    position: relative;
    padding-bottom: 1px;
}
.shop-page .prod-tabs .reviews-container .review-box {
    position: relative;
    margin-bottom: 30px;
    padding-left: 120px;
    min-height: 130px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.shop-page .prod-tabs .reviews-container .review-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.bootstrap-touchspin .input-group-btn-vertical {
    width: auto;
    right: 0;
    position: absolute;
}
.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome;
}
.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    font-family: FontAwesome;
}
.shop-page .prod-tabs .reviews-container .rev-thumb {
    position: absolute;
    left: 0;
    top: 5px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
}
.shop-page .prod-tabs .reviews-container .rev-thumb img {
    display: block;
    width: 100%;
    border-radius: 3px;
}
.shop-page .prod-tabs .reviews-container .rev-content {
    position: relative;
    background: #fff;
}
.shop-page .prod-tabs .reviews-container .rev-header {
    position: relative;
}
.shop-page .prod-tabs .reviews-container .rev-header h4 {
    float: left;
    line-height: 30px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.shop-page .prod-tabs .reviews-container .rev-header .rating {
    position: relative;
    float: left;
    margin-left: 40px;
    color: #333 !important;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
    margin-right: 3px;
}
.shop-page .prod-tabs .reviews-container .rev-header .time {
    position: relative;
    float: right;
    line-height: 30px;
    font-size: 14px;
}
.shop-page .prod-tabs .reviews-container .rev-option {
    font-size: 14px;
    color: #9e9e9e;
}
.shop-page .prod-tabs .reviews-container .rev-option a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.shop-page .prod-tabs .reviews-container .rev-text {
    font-size: 14px;
    color: #9e9e9e;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.shop-page .prod-tabs .add-review {
    position: relative;
    margin: 30px 0 20px;
    font-size: 14px;
}
.shop-page .prod-tabs .add-review .rating {
    position: relative;
    padding-top: 8px;
}
.shop-page .prod-tabs .add-review .rating .rate-box {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #555;
}
.shop-page .prod-tabs .add-review .rating .rate-box:active,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:hover {
    color: #333 !important;
}
.shop-page .prod-tabs .add-review label {
    position: relative;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #303030;
}
.shop-page .prod-tabs .add-review h3 {
    margin-bottom: 20px;
}
.shop-page .prod-tabs .add-review .form-group {
    position: relative;
    margin-bottom: 20px;
}
.shop-page .prod-tabs .add-review .form-group input[type="email"],
.shop-page .prod-tabs .add-review .form-group input[type="password"],
.shop-page .prod-tabs .add-review .form-group input[type="tel"],
.shop-page .prod-tabs .add-review .form-group input[type="text"],
.shop-page .prod-tabs .add-review .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 9px 15px;
    color: #222;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.shop-page .prod-tabs .add-review .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 8px 15px;
    color: #222;
    border: 1px solid #e0e0e0;
    height: 150px;
    resize: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.shop-page .prod-tabs .add-review button {
    padding: 8px 35px;
}
.cart-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 120px;
}
.cart-section .cart-outer {
    position: relative;
}
.cart-section .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart-section .cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #eee;
}
.cart-section .cart-table tbody tr {
    border-bottom: 1px solid #eee;
}
.cart-table .cart-header {
    position: relative;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 0;
    background: #333 !important;
    color: #1f1f1f;
}
.cart-table thead tr th {
    line-height: 24px;
    padding: 20px 15px;
    min-width: 120px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.cart-table thead tr th.prod-column {
    text-align: left;
    padding-left: 40px;
}
.cart-table tbody tr td {
    line-height: 24px;
    padding: 40px 40px 40px;
    min-width: 100px;
}
.cart-table tbody tr .qty {
    width: 90px;
    padding-right: 40px;
    padding-left: 10px;
}
.cart-table tbody tr .qty .quantity-spinner {
    background: #f5f5f5;
}
.cart-table tbody tr .prod-column .column-box {
    position: relative;
    min-height: 100px;
    padding-left: 130px;
    padding-top: 40px;
    text-align: left;
}
.column.default-column .cart-table tbody tr .qty {
    width: 110px;
    padding-right: 20px;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb {
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
}
.cart-table tbody tr .prod-column .column-box .prod-thumb img {
    display: block;
    max-width: 100%;
}
.cart-table tbody tr .prod-column .column-box h6 {
    color: #222;
    font-weight: 500;
    margin-bottom: 5px;
}
.cart-table tbody tr .sub-total {
    font-weight: 400;
    color: #222;
    font-size: 18px;
    padding-left: 20px;
}
.cart-table tbody tr .remove-btn {
    position: relative;
    font-size: 18px;
    color: #333 !important;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cart-table tbody tr .remove-btn .fa {
    position: relative;
    top: 2px;
    font-size: 10px;
    line-height: 14px;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: #f0f0f0;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-indent: 100px;
}
.cart-table tbody tr .remove-btn:hover .fa {
    text-indent: 0;
    background: #fa9928;
}
.cart-table tbody tr td {
    vertical-align: middle;
}
.cart-table tbody tr td.price {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    padding-left: 10px;
}
.cart-table tbody tr td .quantity-spinner {
    padding: 5px 0 5px 20px;
    line-height: 24px;
    height: 34px;
    display: block;
    width: 100%;
    position: relative;
}
.cart-table tbody .available-info {
    position: relative;
    padding-left: 50px;
    color: #727272;
    font-size: 16px;
}
.cart-table tbody .available-info .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #3e4494;
    border-radius: 50%;
}
.cart-section .coupon-outer {
    position: relative;
    margin: 40px 0 50px;
}
.cart-section .coupon-outer .cart-btn {
    font-size: 14px;
    padding: 14px 43px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cart-section .apply-coupon {
    position: relative;
}
.cart-section .apply-coupon .form-group {
    position: relative;
    float: left;
    margin-right: 20px;
}
.cart-section .apply-coupon .form-group .coupon-btn {
    padding: 11px 28px;
    line-height: 30px;
    cursor: pointer;
}
.cart-section .apply-coupon .form-group input[type="text"] {
    display: block;
    line-height: 26px;
    padding: 12px 0;
    border-bottom: 2px solid #333 !important;
    height: 54px;
    width: 230px;
    background: 0 0;
    font-size: 14px;
}
.cart-section .estimate-form {
    position: relative;
}
.cart-section .sec-title {
    margin-bottom: 25px;
}
.cart-section .sec-title h2 {
    font-size: 26px;
    color: #222;
}
.cart-section .estimate-form .row {
    margin-left: -7px;
    margin-right: -7px;
}
.cart-section .estimate-form .row .form-group {
    padding: 0 7px !important;
    margin-bottom: 30px;
}
.cart-section .cart-note {
    position: relative;
    margin-bottom: 50px;
    padding: 16px 20px;
    text-align: center;
    border: 1px dashed #b2dd4c;
    background: #f4f4f4;
    line-height: 1.7em;
}
.cart-table tbody tr .qty input[type="text"],
.product-details .basic-details .item-quantity input[type="text"] {
    position: relative;
    line-height: 46px;
    height: 46px;
    background: #f4f4f4;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    height: 24px;
    background: #e9e9e9;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    left: 6px;
    top: 6px;
}
.cart-total-box {
    position: relative;
    max-width: 490px;
    margin-bottom: 40px;
    padding: 40px 40px 30px;
    background-color: #f4f4f4;
}
.cart-total-box h4 {
    position: relative;
    color: #222;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 25px;
}
.totals-table {
    position: relative;
}
.totals-table li {
    position: relative;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.totals-table li .col {
    float: right;
    width: auto;
}
.totals-table li .col-title {
    font-weight: 600;
    float: left;
}
.totals-table li.total {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}
.checkout-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 14px 43px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #333 !important;
}
.checkout-page {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 80px;
}
.checkout-page .default-links {
    position: relative;
    margin-bottom: 40px;
}
.checkout-page .default-links li {
    margin-bottom: 15px;
    line-height: 24px;
    padding: 18px 28px;
    background: #f9f9f9;
    color: #797979;
    font-size: 17px;
    font-weight: 600;
    border: 1px solid #ebebeb;
}
.checkout-page .default-links li a {
    color: #333 !important;
    text-decoration: underline;
}
.shop-form .billing-inner {
    position: relative;
    padding-right: 100px;
}
.shop-form .sec-title h2 {
    font-size: 24px;
}
.shop-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.billing-details .shop-form .sec-title {
    margin-bottom: 20px;
}
.billing-details .shop-form .form-group.sec-title {
    margin-bottom: 10px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.shop-form .form-group .field-label {
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}
.shop-form .form-group .field-label sup {
    position: relative;
    top: 0;
    color: #797979;
    font-size: 16px;
}
.shop-form input[type="email"],
.shop-form input[type="number"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="text"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 16px;
    padding: 10px 15px;
    height: 50px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.shop-form input.address-two {
    margin-top: 12px;
}
.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
    color: #c6c6c6;
}
.shop-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}
.shop-form select option {
    text-indent: 15px;
}
.shop-form textarea {
    resize: none;
    height: 100px !important;
    overflow: hidden;
}
.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
    border-color: #333 !important;
}
.shop-order-box {
    position: relative;
    padding: 20px 28px 50px;
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
}
.shop-order-box .order-list {
    position: relative;
}
.shop-order-box .order-list li {
    position: relative;
    color: #797979;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.shop-order-box .order-list li span {
    float: right;
    width: 35%;
    text-align: left;
    font-size: 17px;
    text-transform: capitalize;
}
.shop-order-box .order-list li span.dark {
    color: #242424;
}
.shop-order-box .order-list li.total {
    padding: 8px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkout-page .payment-options li {
    position: relative;
    margin-bottom: 15px;
}
.checkout-page .payment-options li .radio-option {
    position: relative;
}
.checkout-page .payment-options li .radio-option label {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 600 !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #797979;
    cursor: pointer;
    font-size: 15px;
}
.checkout-page .payment-options li .radio-option label strong {
    font-weight: 500;
    display: inline-block;
    color: #797979;
    font-size: 15px;
}
.checkout-page .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0;
    top: 3px;
}
.checkout-page .payment-options li .radio-option #payment-3 {
    top: 9px;
}
.checkout-page .payment-options li .what-paypall {
    font-size: 13px;
    font-weight: 500;
    margin-left: 15px;
    color: #4349d9;
}
.checkout-page .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    padding: 18px 26px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    color: #8e8d8d;
    border-radius: 4px;
    line-height: 20px;
    line-height: 1.8em;
    margin-top: 20px;
    margin-left: -30px;
    background-color: #ececec;
}
.checkout-page .payment-options li .radio-option label .small-text:before {
    position: absolute;
    content: "";
    left: 24px;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ececec;
}
.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text {
    display: block;
}
.checkout-page .payment-options li .radio-option label img {
    position: relative;
    top: -3px;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}
.checkout-page .payment-options li .radio-option label img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding-left: 30px;
}
.blog-page-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 100px 0 100px;
}
.news-block-two {
    position: relative;
    margin-bottom: 30px;
}
.news-block-two .inner-box {
    position: relative;
    background-color: #f9f9f9;
}
.news-block-two .inner-box .image-column {
    position: relative;
}
.news-block-two .inner-box .image-column .image {
    position: relative;
    overflow: hidden;
}
.news-block-two .inner-box .image-column .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 1;
    border: 160px solid rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    -ms-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
}
.news-block-two .inner-box:hover .image-column .image::before {
    border: 0 double rgba(0, 0, 0, 0.7);
    opacity: 1;
    visibility: visible;
}
.news-block-two .inner-box .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-block-two .inner-box .image-column .category {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    padding: 5px 10px 2px;
    background-color: #fff;
}
.news-block-two .inner-box .image-column .category li {
    position: relative;
    display: inline-block;
}
.news-block-two .inner-box .image-column .category li a {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.news-block-two .inner-box .content-column {
    position: relative;
}
.news-block-two .inner-box .content-column .inner-column {
    position: relative;
    padding: 30px 15px 30px 0;
}
.news-block-two .inner-box .content-column .author {
    position: relative;
    color: #7c7b7b;
    font-size: 15px;
    margin-bottom: 13px;
    /*font-weight: 300;*/
}
.news-block-two .inner-box .content-column .author .author-image {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.news-block-two .inner-box .content-column .inner-column h6 {
    position: relative;
    color: #262626;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
}
.news-block-two .inner-box .content-column .inner-column h6 a {
    position: relative;
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-two .inner-box .content-column .inner-column a:hover {
    color: #333 !important;
}
.news-block-two .inner-box .content-column .inner-column .text {
    position: relative;
    color: #6d6565;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 25px;
    font-weight: 400;
}
.news-block-two .inner-box .content-column .inner-column .post-date {
    position: relative;
}
.news-block-two .inner-box .content-column .inner-column .post-date:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #dde2db;
}
.news-block-two .inner-box .content-column .inner-column .post-date li {
    position: relative;
    color: #6d6565;
    background-color: #f9f9f9;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.4em;
    margin-right: 12px;
    font-weight: 400;
    display: inline-block;
}
.news-block-two .inner-box .content-column .inner-column .post-date li:after {
    position: absolute;
    content: ".";
    right: -8px;
    top: -11px;
    color: #cdd5ca;
    font-size: 50px;
}
.news-block-two .inner-box .content-column .inner-column .post-date li:last-child::after {
    display: none;
}
.blog-list .styled-pagination {
    margin-top: 50px;
}
.news-block-three {
    position: relative;
    margin-bottom: 30px;
}
.news-block-three .inner-box {
    position: relative;
}
.news-block-three .inner-box .image {
    position: relative;
    overflow: hidden;
}
.news-block-three .inner-box .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    z-index: 1;
    border: 230px solid rgba(0, 0, 0, 0.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    -webkit-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    -o-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    -ms-transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
    transition: all 0.8s cubic-bezier(0.94, 0.85, 0.1, 0.62);
}
.news-block-three .inner-box:hover .image::before {
    border: 0 double rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}
.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.news-block-three .inner-box .category {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    padding: 5px 10px 2px;
    background-color: #fff;
}
.news-block-three .inner-box .category li {
    position: relative;
    display: inline-block;
}
.news-block-three .inner-box .category li a {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    text-transform: uppercase;
}
.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 30px 0;
}
.news-block-three .inner-box .lower-content .author {
    position: relative;
    color: #7c7b7b;
    font-size: 15px;
    margin-bottom: 13px;
    /*font-weight: 300;*/
}
.news-block-three .inner-box .lower-content .author .author-image {
    position: absolute;
    left: 0;
    top: -5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.news-block-three .inner-box .lower-content h6 {
    position: relative;
    color: #262626;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
}
.news-block-three .inner-box .lower-content h6 a {
    position: relative;
    color: #222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-block-three .inner-box .lower-content a:hover {
    color: #333 !important;
}
.news-block-three .inner-box .lower-content .text {
    position: relative;
    color: #7c7b7b;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 25px;
    /*font-weight: 300;*/
}
.news-block-three .inner-box .lower-content .post-date {
    position: relative;
}
.news-block-three .inner-box .lower-content .post-date:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #dde2db;
}
.news-block-three .inner-box .lower-content .post-date li {
    position: relative;
    color: #7c7b7b;
    background-color: #fff;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1.4em;
    margin-right: 12px;
    /*font-weight: 300;*/
    display: inline-block;
}
.news-block-three .inner-box .lower-content .post-date li:after {
    position: absolute;
    content: ".";
    right: -8px;
    top: -11px;
    color: #cdd5ca;
    font-size: 50px;
}
.news-block-three .inner-box .lower-content .post-date li:last-child::after {
    display: none;
}
.blog-single {
    position: relative;
}
.blog-single .inner-box {
    position: relative;
}
.blog-single .inner-box .image {
    position: relative;
}
.blog-single .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.blog-single .inner-box .lower-content {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #eee;
}
.blog-single .inner-box .lower-content h6 {
    position: relative;
    font-weight: 600;
    color: #222;
    line-height: 1.4em;
}
.blog-single .inner-box .lower-content .post-meta {
    position: relative;
    margin: 12px 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}
.blog-single .inner-box .lower-content .post-meta:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 1px;
    background-color: #333 !important;
}
.blog-single .inner-box .lower-content .post-meta li {
    position: relative;
    color: #999;
    font-size: 15px;
    padding-left: 22px;
    margin-right: 15px;
    display: inline-block;
}
.blog-single .inner-box .lower-content .post-meta li .icon {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    color: #333 !important;
}
.blog-single .inner-box .lower-content .text {
    position: relative;
    margin-bottom: 30px;
}
.blog-single .inner-box .lower-content .text p {
    position: relative;
    color: #848484;
    font-size: 15px;
    /*font-weight: 300;*/
    line-height: 1.8em;
    margin-bottom: 20px;
}
.blog-single .inner-box .lower-content .text blockquote {
    border-left: 3px solid #333 !important;
    font-style: italic;
    margin-left: 40px;
    font-size: 16px;
    margin-top: 40px;
    padding-left: 40px;
    line-height: 1.8em;
    margin-bottom: 40px;
    /*font-weight: 300;*/
}
.post-share-options {
    position: relative;
    padding-top: 16px;
    border-top: 1px solid #f4f4f4;
}
.post-share-options .new-posts {
    position: relative;
    margin-top: 10px;
}
.post-share-options .new-posts a {
    position: relative;
    color: #222;
    font-size: 15px;
    /*font-weight: 300;*/
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.post-share-options .new-posts a.prev {
    padding-right: 14px;
    margin-right: 12px;
}
.post-share-options .new-posts a.prev:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 24px;
    background-color: #eee;
}
.post-share-options .new-posts a:hover {
    color: #333 !important;
}
.author-box {
    position: relative;
    margin-top: 40px;
    margin-bottom: 70px;
}
.author-box h4 {
    position: relative;
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}
.author-box h4:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 1px;
    background-color: #333 !important;
}
.author-box .author-comment {
    position: relative;
    padding: 30px 30px;
    background-color: #f7f7f7;
}
.author-box .author-comment .inner-box {
    position: relative;
    padding-left: 115px;
}
.author-box .author-comment .inner-box .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 85px;
}
.author-box .author-comment .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}
.author-box .author-comment .inner-box .text {
    position: relative;
    color: #848484;
    font-size: 15px;
    /*font-weight: 300;*/
    line-height: 1.6em;
    margin-bottom: 16px;
}
.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
}
.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 40px;
}
.sidebar-page-container .group-title h3 {
    position: relative;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding-bottom: 12px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}
.sidebar-page-container .group-title h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 70px;
    height: 1px;
    background-color: #333 !important;
}
.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sidebar-page-container .comments-area .comment-box:nth-child(1) {
    padding-top: 0;
}
.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #eb5310;
}
.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 158px;
    padding: 0 0 0 120px;
    border-bottom: 1px solid #eee;
}
.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}
.sidebar-page-container .comments-area .comment .comment-inner .reply {
    position: relative;
    color: #333 !important;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: capitalize;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.sidebar-page-container .comments-area .comment .comment-inner .rating .fa {
    display: inline-block;
    color: #333 !important;
    margin-right: 2px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px;
}
.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100px;
    display: block;
}
.sidebar-page-container .comments-area .comment-info {
    position: relative;
    color: #222;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}
.sidebar-page-container .comments-area .comment-box .text {
    color: #848484;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.comment-form .group-title {
    margin-bottom: 20px;
}
.comment-form .rating-box {
    position: relative;
    margin-bottom: 20px;
}
.comment-form .rating-box .text {
    position: relative;
    font-size: 14px;
    color: #222;
    margin-bottom: 10px;
}
.comment-form .rating-box .rating {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.comment-form .rating-box .rating .fa {
    position: relative;
    margin-right: 2px;
    display: inline-block;
}
.comment-form .rating-box .rating a {
    position: relative;
    color: #333 !important;
    font-size: 14px;
    display: inline-block;
}
.comment-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.comment-form .form-group:last-child {
    margin-bottom: 0;
}
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="text"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 15px;
    border: 1px solid #eee;
    height: 50px;
    color: #848484;
    /*font-weight: 300;*/
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #333 !important;
}
.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 15px;
    color: #848484;
    border: 1px solid #efefef;
    height: 105px;
    /*font-weight: 300;*/
    background: #fff;
    resize: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comment-form button {
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    padding: 10px 41px 10px;
}
.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus {
    border-color: #f06529;
}
.contact-section {
    position: relative;
    padding: 80px 0 50px;
}
.contact-section .sec-title {
    margin-bottom: 40px;
}
.contact-section .sec-title h2 {
    margin-bottom: 20px;
}
.contact-section .sec-title .text {
    margin: 0 auto;
    max-width: 790px;
}
.contact-section .info-column {
    position: relative;
}
.contact-section .info-column .image {
    position: relative;
    margin-bottom: 35px;
}
.contact-section .info-column .image img {
    position: relative;
    width: 100%;
    display: block;
}
.contact-section .form-column {
    position: relative;
}
.contact-section .form-column .inner-column {
    position: relative;
    padding: 40px 40px;
    border: 1px solid #eee;
}
.info-block {
    position: relative;
    margin-bottom: 35px;
}
.info-block .info-inner {
    position: relative;
    padding-left: 35px;
}
.info-block .info-inner .icon-box {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1em;
    color: #333 !important;
    font-size: 26px;
}
.info-block .info-inner h3 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 400;
}
.contact-form h2 {
    position: relative;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-group:last-child {
    margin-bottom: 0;
}
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form input[type="text"],
.contact-form select,
.contact-form textarea {
    display: block;
    width: 100%;
    height: 55px;
    font-size: 16px;
    color: #848484;
    line-height: 30px;
    padding: 12px 25px;
    /*font-weight: 300;*/
    background-color: #fff;
    border: 1px solid #ececec;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #333 !important;
}
.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 12px 25px;
}
.contact-form button {
    font-size: 14px;
    cursor: pointer;
    padding: 6px 41px 6px;
}
.error-section {
    position: relative;
    margin-top: -38px;
    z-index: 9;
    padding: 130px 0 130px;
    background-color: #f4f4f4;
}
.error-section .inner-section {
    position: relative;
    text-align: center;
}
.error-section .inner-section h1 {
    position: relative;
    color: #222;
    font-size: 150px;
    line-height: 1em;
}
.error-section .inner-section h2 {
    position: relative;
    font-size: 20px;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
}
.error-section .inner-section .text {
    position: relative;
    color: #333 !important;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 40px;
}
.error-search-form .form-group {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
}
.error-search-form .form-group input[type="search"],
.error-search-form .form-group input[type="text"] {
    position: relative;
    line-height: 22px;
    background: 0 0;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 60px 10px 20px;
    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;
}
.error-search-form .form-group input:focus {
    border-color: #333 !important;
}
.error-search-form .form-group button {
    position: absolute;
    right: 0;
    top: 0;
    height: 54px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    background: #333 !important;
    font-weight: 400;
}
.register-section {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding: 60px 0 40px;
}
.register-section .form-column {
    margin-bottom: 40px;
}
.register-section .form-column .sec-title {
    position: relative;
    margin-bottom: 30px;
}
.styled-form {
    position: relative;
}
.styled-form .submit-text {
    font-size: 15px;
    color: #9e9e9e;
    font-weight: 400;
    margin-top: 10px;
}
.styled-form .form-group {
    position: relative;
    margin-bottom: 30px;
    font-size: 14px;
    color: #848484;
}
.checkout-section .styled-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.styled-form .form-group .check-box {
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 5px;
    color: #272727;
}
.styled-form .form-group .check-box label {
    position: relative;
    top: -1px;
    font-weight: 400;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
}
.styled-form .pull-left label,
.styled-form .pull-right label {
    cursor: pointer;
}
.styled-form .form-group .adon-icon {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #999;
    z-index: 2;
}
.styled-form .form-group .field-label {
    display: block;
    color: #272727;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 400;
}
.styled-form input[type="email"],
.styled-form input[type="number"],
.styled-form input[type="password"],
.styled-form input[type="tel"],
.styled-form input[type="text"],
.styled-form input[type="url"],
.styled-form select,
.styled-form textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    line-height: 30px;
    padding: 8px 20px;
    height: 50px;
    border: 1px solid #f4f4f4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.checkout-section .styled-form input[type="email"],
.checkout-section .styled-form input[type="password"],
.checkout-section .styled-form input[type="text"],
.checkout-section .styled-form select {
    line-height: 26px;
    height: 44px;
}
.styled-form select {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    background: #fff url(../images/icons/icon-select.png) right center no-repeat;
    cursor: pointer;
}
.styled-form select option {
    text-indent: 20px;
}
.styled-form textarea {
    resize: none;
    height: 110px;
}
.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
    border-color: #333 !important;
}
.styled-form .form-group .theme-btn {
    min-width: 150px;
    text-align: center;
    padding: 11px 34px;
    border-radius: 0;
    cursor: pointer;
}
.styled-form .remember-me {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.social-links-two a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #fc721e;
    margin: 0 0 0 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.8;
}
.social-links-two .facebook {
    background: #3b5998;
}
.social-links-two .twitter {
    background: #33ccfe;
}
.social-links-two .google-plus {
    background: #dd4b39;
}
.info-section {
    position: relative;
    background-color: #333 !important;
}
.info-section .info-column {
    position: relative;
    width: 33.33%;
    float: left;
}
.info-section .info-column .inner-box {
    position: relative;
    padding: 35px 0;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.info-section .info-column .inner-box .info-box {
    position: relative;
    display: inline-block;
}
.info-section .info-column .inner-box .info-box .inner {
    position: relative;
    padding-left: 80px;
    text-align: left;
}
.info-section .info-column .inner-box .info-box .inner .icon {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 50px;
    color: #fff;
    line-height: 1em;
    /*font-weight: 300;*/
}
.info-section .info-column .inner-box .info-box .inner .title {
    position: relative;
    font-size: 20px;
    color: #fff;
    /*font-weight: 300;*/
    font-style: italic;
}
.info-section .info-column .inner-box .info-box .inner h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.about-section-two {
    position: relative;
    padding: 95px 0 85px 0;
}
.about-content-box {
    position: relative;
    padding-right: 20px;
}
.about-content-box .sec-title-one {
    position: relative;
    margin-bottom: 30px;
}
.about-content-box h4 {
    position: relative;
    max-width: 450px;
    color: #444;
    line-height: 1.2em;
    margin-top: 42px;
    margin-bottom: 32px;
    font-weight: 700;
    padding-left: 80px;
}
.about-content-box h4 span {
    position: absolute;
    left: 0;
    line-height: 1em;
    color: #333 !important;
    font-size: 65px;
    font-weight: 600;
}
.about-content-box .text {
    position: relative;
    color: #6d6565;
    font-size: 15px;
    margin-bottom: 42px;
    line-height: 1.9em;
}
.about-section-two .image-box {
    padding-left: 0;
}
.about-section-two .image-box img {
    width: 100%;
    display: block;
    padding-top: 50px;
}
.awards {
    position: relative;
    padding-top: 40px;
    border-top: 1px solid #ebebeb;
}
.awards .award-box {
    position: relative;
    min-height: 78px;
    margin-bottom: 30px;
}
.awards .award-box .inner-box {
    position: relative;
    padding-left: 90px;
}
.awards .award-box .inner-box .image {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
}
.awards .award-box .inner-box .year {
    position: relative;
    color: #333 !important;
    font-size: 27px;
    margin-bottom: 6px;
    font-weight: 700;
}
.awards .award-box .inner-box .award-name {
    position: relative;
    color: #444;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.call-to-action {
    position: relative;
    padding: 38px 0;
    background-color: #333 !important;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.call-to-action h4 {
    position: relative;
    color: #fff;
    font-weight: 500;
    margin-top: 12px;
}
.call-to-action:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgb(23 23 23 / 90%) !important;
}
.call-to-action .btn-column {
    text-align: right;
}
.services-section-two {
    position: relative;
    padding: 95px 0 85px;
}
.process-section {
    position: relative;
    padding: 100px 0 90px;
}
.process-section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.12;
    background: url(../images/resource/line.png) right top no-repeat;
}
.service-block-three {
    position: relative;
    margin-bottom: 30px;
}
.service-block-three .inner-box {
    position: relative;
    overflow: hidden;
}
.service-block-three .inner-box .image-box {
    position: relative;
}
.service-block-three .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}
.service-block-three .inner-box .image-box .caption {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.service-block-three .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0;
    bottom: -250px;
    padding: 40px 35px;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.service-block-three .inner-box .image-box .overlay-box h6 {
    position: relative;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-block-three .inner-box .image-box .overlay-box .text {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.6em;
}
.service-block-three .inner-box .image-box .overlay-box .read-more {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}
.service-block-three .inner-box .image-box:hover .caption {
    bottom: -60px;
}
.service-block-three .inner-box .image-box:hover .overlay-box {
    bottom: 0;
}
.process-section {
    position: relative;
    padding: 90px 0 50px;
    background-color: #f9f9f9;
}
.services-block-four {
    position: relative;
    margin-bottom: 50px;
}
.services-block-four .inner-box {
    position: relative;
    text-align: center;
}
.services-block-four .inner-box .icon-box {
    position: relative;
    width: 190px;
    height: 190px;
    color: #fff;
    margin: 0 auto;
    font-size: 66px;
    text-align: center;
    border-radius: 50%;
    line-height: 160px;
    margin-bottom: 20px;
    border: 10px solid #fff;
    background-color: #333 !important;
}
.services-block-four .inner-box h5 {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.services-block-four .inner-box h5 a {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.services-block-four .inner-box h3 a:hover {
    color: #333 !important;
}
.services-block-four .inner-box .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    color: rgba(0, 0, 0, 0.7);
}
.video-section {
    position: relative;
    padding: 90px 0 80px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.video-section:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}
.video-section .play-icon {
    position: relative;
    color: #333 !important;
    font-size: 76px;
    line-height: 1em;
}
.video-section .title {
    position: relative;
    color: #333 !important;
    font-size: 17px;
    margin-top: 25px;
}
.video-section h2 {
    position: relative;
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 15px;
}
.video-section .text {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 2em;
    text-align: center;
}
.gallery-section {
    position: relative;
    padding: 95px 0 95px;
}
.gallery-section .filters {
    margin-bottom: 50px;
    text-align: center;
}
.gallery-section .filters .filter-tabs {
    position: relative;
    display: inline-block;
}
.gallery-section .filter-list {
    padding: 0 15px;
}
.gallery-section .filters li {
    position: relative;
    display: inline-block;
    color: #262626;
    padding: 12px 18px 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover {
    color: #fff;
    background-color: #333 !important;
}
.gallery-section .btn-box {
    margin-top: 20px;
}
.gallery-block {
    position: relative;
    margin-bottom: 30px;
}
.gallery-block .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.gallery-block .image-box {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.gallery-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}
.gallery-block .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.gallery-block .overlay-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -webkit-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    background: rgba(0, 0, 0, 0.6);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.gallery-block .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible;
}
.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
}
.gallery-block .inner-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0;
}
.gallery-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.gallery-block .inner-box .overlay-inner .link {
    position: relative;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 52px;
    margin: 0 5px;
    display: inline-block;
    background-color: #333 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.gallery-block .inner-box .overlay-inner .link .icon {
    position: relative;
}
.gallery-block .overlay-inner .link:hover {
    background-color: #fff;
}
.bottom-parallax {
    position: relative;
}
.bottom-parallax .main-footer {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
}
.parallax-visible .bottom-parallax {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.color-palate .options-btn-box li {
    position: relative;
    padding: 10px 15px;
    display: inline-block;
    background-color: #333 !important;
}
.box-layout {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.box-layout:before {
    position: fixed;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/background/5.jpg) no-repeat;
}
.box-layout .page-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
}
.box-layout .header-style-two .nav-outer .side-curve,
.box-layout .header-style-two .nav-outer::before {
    display: none;
}
.option-box > li {
    position: relative;
    color: #fff;
    width: 40%;
    margin: 0 3px;
    cursor: pointer;
    margin-bottom: 9px;
    padding: 6px 12px;
    display: inline-block;
    background-color: #333 !important;
    text-transform: uppercase;
}
.rtl .header-top .top-left,
.rtl .main-header.header-style-two .header-upper .logo-box,
.rtl .main-header.header-style-two .main-menu {
    float: right;
}
.rtl .header-top .top-right,
.rtl .main-header.header-style-two .header-upper .upper-right,
.rtl .main-header.header-style-two .outer-box {
    float: left;
}
.rtl .main-header .info-box:first-child {
    margin-left: 0;
}
.rtl .main-header .header-lower .search-box-outer .dropdown-menu,
.rtl .main-header .outer-box .option-box .cart-box .cart-panel {
    left: 0 !important;
}
.rtl .services-section .title-box h2 {
    float: right;
}
.rtl .services-section .title-box .text {
    float: left;
    text-align: right;
}
.rtl .main-menu .navigation > li > ul,
.rtl .main-slider .content {
    text-align: right;
}
.rtl .main-slider .content .text {
    text-align: right;
    max-width: 100%;
    padding-left: 300px;
}
.rtl .main-menu .navigation > li > ul > li > ul {
    right: 100%;
    left: auto;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
    display: none;
}
.box-layout .main-header .header-lower .auto-container {
    padding: 0;
}
.rtl .services-section .title-column {
    float: right;
}
.rtl .blog-cat-two li a span,
.rtl .fluid-section-one .content-column,
.rtl .services-section .text-column {
    float: left;
}
.rtl .services-block .inner-box {
    padding-left: 0;
    padding-right: 22px;
}
.rtl .services-block .inner-box .content {
    padding-right: 60px;
    padding-left: 20px;
}
.rtl .services-block .inner-box .icon-box {
    right: 0;
    left: auto;
}
.rtl .fluid-section-one .image-column {
    right: 0;
    left: auto;
}
.rtl .news-block .inner-box .image .category {
    left: auto;
    right: 20px;
}
.rtl .news-block .inner-box .lower-content {
    text-align: right;
}
.rtl .news-block .inner-box .lower-content .post-date li,
.rtl .news-block-three .inner-box .lower-content .post-date li,
.rtl .news-block-two .inner-box .content-column .inner-column .post-date li {
    padding-right: 0;
    margin-right: 0;
    margin-left: 12px;
    padding-left: 10px;
}
.rtl .bottom-parallax .main-footer,
.rtl .default-section .sec-title,
.rtl .news-block-three .inner-box .lower-content,
.rtl .subscribe-style-one .text,
.rtl .subscribe-style-one h2,
.rtl .testimonial-block .inner-box {
    text-align: right;
}
.rtl .testimonial-block .inner-box .author-info {
    padding-left: 0;
    padding-right: 98px;
}
.rtl .testimonial-block .inner-box .author-info .image {
    right: 0;
    left: auto;
}
.rtl .single-vertical-carousel .next-btn,
.rtl .single-vertical-carousel .prev-btn {
    left: 0;
    right: auto;
}
.rtl .subscribe-style-one .form-group {
    padding-right: 0;
    padding-left: 180px;
}
.rtl .subscribe-style-one .form-group button,
.rtl .subscribe-style-one .form-group input[type="submit"] {
    left: 0;
    right: auto;
}
.rtl .news-widget-block .inner {
    padding-left: 0;
    padding-right: 60px;
}
.rtl .info-section .info-column .inner-box .info-box .inner .icon,
.rtl .main-footer .footer-info-section .info-block .inner .icon,
.rtl .news-widget-block .inner .icon {
    right: 0;
    left: auto;
}
.rtl .main-footer .footer-info-section .info-block .inner {
    padding-left: 0;
    padding-right: 40px;
}
.rtl .main-footer .footer-info-section .info-block:last-child .inner {
    margin-right: 30px;
}
.rtl .info-section .info-column .inner-box .info-box .inner {
    padding-left: 0;
    padding-right: 80px;
    text-align: right;
}
.rtl .about-content-box,
.rtl .about-section .content-column .inner-column,
.rtl .accordion-box .block .content p,
.rtl .call-to-action h3,
.rtl .career-block .inner-box,
.rtl .career-section .title-column .inner-column,
.rtl .case-block .inner-box .overlay-inner .content,
.rtl .case-single-section .lower-section,
.rtl .case-single-section .upper-section .detail-column .detail-list li,
.rtl .case-single-section .upper-section .detail-column .detail-list li span,
.rtl .case-single-section .upper-section .detail-column .inner-column h2,
.rtl .company-section .sec-title,
.rtl .company-section .text,
.rtl .donate-help-widget .inner-box,
.rtl .faq-form input[type="email"],
.rtl .faq-form input[type="password"],
.rtl .faq-form input[type="text"],
.rtl .faq-form select,
.rtl .faq-form textarea,
.rtl .faq-form-section,
.rtl .faq-page-section .sec-title,
.rtl .faq-search-box .form-group input[type="search"],
.rtl .faq-search-box .form-group input[type="text"],
.rtl .faq-section .sec-title,
.rtl .partners-page-section .sec-title,
.rtl .popular-tags,
.rtl .product-details .info-column,
.rtl .services-single .inner-service .lower-content,
.rtl .shop-page .prod-tabs .tabs-content .tab p,
.rtl .shop-section .items-sorting .results-column h4,
.rtl .sidebar .list,
.rtl .sidebar .popular-posts .post,
.rtl .sidebar-widget .sidebar-title,
.rtl .testimonial-block-two .inner-box {
    text-align: right;
}
.rtl .testimonial-block-two .inner-box .author-box .inner {
    padding-left: 0;
    padding-right: 90px;
}
.rtl .testimonial-block-two .inner-box .author-box .inner .image {
    position: absolute;
    left: auto;
    right: 0;
}
.rtl .product-details .info-column .other-options .pull-left {
    float: right;
}
.rtl .product-details .basic-details .item-quantity {
    margin-right: 0;
    margin-left: 20px;
}
.rtl .list-style-one li {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.rtl .list-style-one li:before {
    right: 0;
    left: auto;
}
.rtl .about-content-box h3 {
    max-width: 100%;
    padding-right: 80px;
    padding-left: 0;
}
.rtl .about-content-box h3 span {
    top: -6px;
    right: 0;
    left: auto;
}
.rtl .awards .award-box .inner-box {
    padding-left: 0;
    padding-right: 90px;
}
.rtl .awards .award-box .inner-box .image,
.rtl .sidebar-widget .sidebar-title h3:before {
    right: 0;
    left: auto;
}
.rtl .career-block .inner-box .block-number,
.rtl .faq-search-box .form-group button {
    left: 0;
    right: auto;
}
.rtl .accordion-box .block .icon-outer,
.rtl .partner-block .inner-box .icon-box {
    right: 0;
    left: auto;
}
.rtl .accordion-box .block .acc-btn {
    padding-left: 0;
    padding-right: 80px;
    text-align: right;
}
.rtl .partner-block .inner-box {
    text-align: right;
    padding-left: 0;
    padding-right: 400px;
}
.rtl .comming-soon .emailed-form .form-group input[type="submit"],
.rtl .comming-soon .emailed-form button {
    right: auto;
    left: 5px;
}
.rtl .comming-soon .emailed-form .form-group input[type="email"],
.rtl .comming-soon .emailed-form .form-group input[type="tel"],
.rtl .comming-soon .emailed-form .form-group input[type="text"],
.rtl .comming-soon .emailed-form .form-group textarea {
    padding-right: 15px;
    padding-left: 180px;
}
.rtl .services-block-two .inner-box .lower-box {
    padding-right: 100px;
    padding-left: 20px;
    text-align: right;
}
.rtl .services-block-two .inner-box .lower-box .icon-box {
    right: 0;
    top: 0;
    left: auto;
}
.rtl .blog-cat {
    border-left: none;
    text-align: right;
    border-right: 3px solid #333 !important;
}
.rtl .brochure-box .inner {
    padding-left: 0;
    padding-right: 45px;
    text-align: right;
}
.rtl .blog-cat-two li a:before,
.rtl .brochure-box .inner .icon {
    right: 0;
    left: auto;
}
.rtl .sidebar .search-box .form-group button,
.rtl .styled-form .form-group .adon-icon {
    left: 10px;
    right: auto;
}
.rtl .sidebar .search-box .form-group input[type="search"],
.rtl .sidebar .search-box .form-group input[type="text"] {
    padding-left: 40px;
    text-align: right;
}
.rtl .blog-cat-two li a {
    text-align: right;
    padding-left: 0;
    padding-right: 25px;
}
.rtl .shop-page .prod-tabs .reviews-container .review-box {
    padding-left: 0;
    padding-right: 120px;
}
.rtl .shop-page .prod-tabs .reviews-container .rev-thumb {
    right: 0;
    left: auto;
}
.rtl .shop-page .prod-tabs .add-review {
    text-align: right;
}
.rtl .billing-details .shop-form .sec-title,
.rtl .checkout-page .default-links li,
.rtl .checkout-page .payment-options li .radio-option label .small-text,
.rtl .register-section .form-column .sec-title h2,
.rtl .shop-form .billing-inner,
.rtl .shop-form input[type="email"],
.rtl .shop-form input[type="number"],
.rtl .shop-form input[type="password"],
.rtl .shop-form input[type="tel"],
.rtl .shop-form input[type="text"],
.rtl .shop-form input[type="url"],
.rtl .shop-form select,
.rtl .shop-form textarea,
.rtl .shop-order-box .order-list li,
.rtl .shop-order-box .order-list li span,
.rtl .shop-page .prod-tabs .add-review .form-group input[type="email"],
.rtl .shop-page .prod-tabs .add-review .form-group input[type="password"],
.rtl .shop-page .prod-tabs .add-review .form-group input[type="tel"],
.rtl .shop-page .prod-tabs .add-review .form-group input[type="text"],
.rtl .shop-page .prod-tabs .add-review .form-group select,
.rtl .shop-page .prod-tabs .add-review .form-group textarea {
    text-align: right;
}
.rtl .checkout-page .payment-options li .radio-option label {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}
.rtl .checkout-page .payment-options li .radio-option input[type="radio"] {
    right: 0;
    left: auto;
}
.rtl .checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text {
    margin-left: 0;
}
.rtl .author-box h2,
.rtl .blog-single .inner-box .lower-content,
.rtl .comment-form .form-group input[type="email"],
.rtl .comment-form .form-group input[type="password"],
.rtl .comment-form .form-group input[type="tel"],
.rtl .comment-form .form-group input[type="text"],
.rtl .comment-form .form-group select,
.rtl .comment-form .form-group textarea,
.rtl .comment-form .form-group:last-child,
.rtl .comment-form .rating-box,
.rtl .contact-page-section .form-column .inner-column .sec-title,
.rtl .news-block-two .inner-box .content-column .inner-column,
.rtl .sidebar-page-container .group-title h2,
.rtl .styled-form input[type="email"],
.rtl .styled-form input[type="number"],
.rtl .styled-form input[type="password"],
.rtl .styled-form input[type="tel"],
.rtl .styled-form input[type="text"],
.rtl .styled-form input[type="url"],
.rtl .styled-form select,
.styled-form textarea {
    text-align: right;
}
.rtl .post-share-options .pull-right,
.rtl .styled-form .form-group.pull-right {
    float: left;
}
.rtl .post-share-options .pull-left,
.rtl .styled-form .form-group.pull-left,
.rtl .styled-form .pull-left {
    float: right;
}
.rtl .news-block-three .inner-box .category {
    right: 20px;
    left: auto;
}
.rtl .blog-single .inner-box .lower-content .post-meta li {
    margin-right: 0;
    margin-left: 18px;
    padding-left: 0;
    padding-right: 22px;
}
.rtl .blog-single .inner-box .lower-content .post-meta li .icon {
    right: 0;
    left: auto;
}
.rtl .blog-single .inner-box .lower-content .text blockquote {
    padding-left: 0;
    padding-right: 40px;
    border-left: none;
    border-right: 3px solid #333 !important;
}
.rtl .author-box h2:after,
.rtl .sidebar-page-container .group-title h2:after {
    right: 0;
    left: auto;
}
.rtl .social-icon-three li {
    margin-right: 0;
    margin-left: 8px;
}
.rtl .author-box .author-comment .inner-box {
    padding-left: 0;
    padding-right: 115px;
    text-align: right;
}
.rtl .author-box .author-comment .inner-box .image,
.rtl .sidebar-page-container .comments-area .comment-box .author-thumb {
    right: 0;
    left: auto;
}
.rtl .sidebar-page-container .comments-area .comment {
    text-align: right;
    padding-left: 0;
    padding-right: 120px;
}
.rtl .error-search-form .form-group input[type="search"],
.rtl .error-search-form .form-group input[type="text"] {
    padding: 10px 10px 10px 70px;
}
.rtl .error-search-form .form-group button {
    left: 0;
    right: auto;
}
.rtl .contact-form .form-group:last-child,
.rtl .contact-form input[type="email"],
.rtl .contact-form input[type="password"],
.rtl .contact-form input[type="text"],
.rtl .contact-form select,
.rtl .contact-form textarea,
.rtl .contact-page-section .form-column .inner-column {
    text-align: right;
}
.rtl .social-icon-one li {
    margin-right: 0;
    margin-left: 6px;
}
.rtl .main-header .outer-box {
    float: left;
}
.rtl .header-style-two .nav-outer {
    padding-left: 0;
}
.rtl .main-header.header-style-one .nav-outer {
    float: right;
}
.rtl .main-footer .footer-widget h2:after {
    right: 0;
    left: auto;
}
.box-layout .header-style-two .nav-outer {
    padding: 0 15px;
}
.box-layout .main-header .outer-box .option-box {
    margin-right: 0;
}
.nav-toggler {
    position: fixed;
    right: 15px;
    top: 75px;
    z-index: 9999;
    background: 0 0;
}
.nav-toggler .icon {
    position: relative;
    width: 55px;
    height: 55px;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 55px;
    border-radius: 50px;
    display: inline-block;
    background-color: #3A3A3Cff  !important;
}
.nav-toggler .hidden-bar-opener {
    position: relative;
    background: 0 0;
}
body.visible-menu-bar {
    overflow: hidden;
}
.fullscreen-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #272727;
    z-index: 99999;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}
body.visible-menu-bar .fullscreen-menu {
    opacity: 1;
    visibility: visible;
}
.fullscreen-menu .close-menu {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 24px;
    color: #fff;
    z-index: 5;
    cursor: pointer;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
}
.fullscreen-menu .close-menu:hover {
    opacity: 0.8;
}
.fullscreen-menu .menu-outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fullscreen-menu .menu-outer-container .menu-box {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.fullscreen-menu .full-menu {
    position: relative;
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 15px;
    text-align: center;
}
.fullscreen-menu .full-menu .navigation {
    position: relative;
    display: block;
}
.fullscreen-menu .full-menu .navigation > li {
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.fullscreen-menu .full-menu .navigation > li > a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    color: #fff !important;
    text-transform: uppercase;
}
.fullscreen-menu .full-menu .navigation > li > a:hover {
    color: red !important;
}
.fullscreen-menu .full-menu .navigation > li .dropdown-btn {
    position: relative;
    display: none;
}
.fullscreen-menu .full-menu .navigation > li > ul {
    position: relative;
    display: none;
    margin-top: 15px;
}
.fullscreen-menu .full-menu .navigation > li > ul > li {
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.fullscreen-menu .full-menu .navigation > li > ul > li:last-child {
    margin-bottom: 0;
}
.fullscreen-menu .full-menu .navigation > li > ul > li > a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}
.box-layout .bottom-parallax,
.box-layout .bottom-parallax .main-footer {
    height: 100%;
    position: relative !important;
}
.map-info-section {
    position: relative;
}
.map-info-section .outer-container {
    position: relative;
}
.map-info-section .outer-container .left-column {
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    float: left;
}
.map-info-section .outer-container .left-column .map-outer .map-canvas {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    min-height: 400px;
}
.map-info-section .outer-container .right-column {
    position: relative;
    width: 50%;
    float: right;
}
.map-info-section .outer-container .right-column:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 4 9 / 75%);
}
.map-info-section .outer-container .right-column .content {
    position: relative;
    max-width: 600px;
    float: left;
    width: 100%;
    padding: 85px 15px 80px 80px;
}
.map-info-section .outer-container .right-column .content h3 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.map-info-section .outer-container .right-column .content h3:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #fff;
}
.map-info-section.alternate .outer-container .right-column .content h3 {
    margin-bottom: 0;
}
.map-info-section.alternate .outer-container .right-column .content h3 span {
    color: #b78b4b;
}
.map-info-section.alternate .outer-container .right-column .content h3:after {
    display: none;
}
.map-info-section .outer-container .right-column .content .text {
    position: relative;
    color: #ebecfe;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 25px;
}
.map-info-section .outer-container .right-column .content .consult {
    position: relative;
    color: #ebecfe;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 10px;
}
.quote-form {
    position: relative;
}
.quote-form .row {
    margin: 0 -4px;
}
.quote-form .form-group {
    position: relative;
    margin-bottom: 8px;
    padding: 0 4px;
}
.quote-form .form-group input[type="email"],
.quote-form .form-group input[type="tel"],
.quote-form .form-group input[type="text"],
.quote-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 20px;
    color: #333;
    height: 50px;
    font-size: 15px;
    border-radius: 4px;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quote-form .form-group input[type="email"]:focus,
.quote-form .form-group input[type="tel"]:focus,
.quote-form .form-group input[type="text"]:focus,
.quote-form .form-group textarea:focus {
    border-color: #ee2d50;
}
.quote-form .form-group input::-webkit-input-placeholder,
.quote-form .form-group textarea::-webkit-input-placeholder {
    color: #333;
}
.quote-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 20px;
    color: #333;
    height: 125px;
    resize: none;
    font-size: 15px;
    background: #fff !important;
    border-radius: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.quote-form .form-group .btn-detail {
    position: relative;
    text-align: center;
    margin-left: 30px;
    color: #fff;
    display: inline-block;
}
.quote-form button {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    padding: 11px 10px;
    text-transform: capitalize;
}
.quote-form button .icon {
    border-radius: 0 5px 5px 0;
}
.gallery-page-case {
    padding-bottom: 0 !important;
}
.text p {
    margin-bottom: 0 !important;
}
#floating-menu {
    cursor: pointer;
}
#floating-icon {
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    bottom: 15px;
    right: 15px;
    background-color: #3A3A3Cff !important;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
#floating-icon span {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 5px;
    border-radius: 50px;
}
#floating-emergencia,
#floating-ligar,
#floating-whatsapp {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 99998;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
}
#floating-ligar {
    right: 20px;
    bottom: 20px;
    background-color: #93b662;
    -webkit-animation: slide-ligar 0.75s forwards;
    -webkit-animation-delay: 0.75s;
    animation: slide-ligar 0.75s forwards;
    animation-delay: 0.75s;
}
#floating-emergencia,
#floating-icon,
#floating-ligar,
#floating-whatsapp {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes slide-ligar {
    0% {
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 20px;
        bottom: 100px;
    }
}
@keyframes slide-ligar {
    0% {
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 20px;
        bottom: 100px;
    }
}
#floating-whatsapp {
    right: 20px;
    bottom: 20px;
    background-color: #182c3c;
    -webkit-animation: slide-whatsapp 0.75s forwards;
    -webkit-animation-delay: 0.75s;
    animation: slide-whatsapp 0.75s forwards;
    animation-delay: 0.75s;
}
@-webkit-keyframes slide-whatsapp {
    0% {
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 70px;
        bottom: 70px;
    }
}
@keyframes slide-whatsapp {
    0% {
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 70px;
        bottom: 70px;
    }
}
#floating-emergencia {
    right: 20px;
    bottom: 20px;
    background-color: #fff;
    border: 1px solid red;
    -webkit-animation: slide-emergencia 0.75s forwards;
    -webkit-animation-delay: 0.75s;
    animation: slide-emergencia 0.75s forwards;
    animation-delay: 0.75s;
}
@-webkit-keyframes slide-emergencia {
    0% {
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 100px;
        bottom: 20px;
    }
}
@keyframes slide-emergencia {
    0% {
        right: 20px;
        bottom: 20px;
    }
    100% {
        right: 100px;
        bottom: 20px;
    }
}
#floating-menu svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
#floating-menu a {
    color: #fff !important;
}
.form-parent {
    width: 298px;
    height: auto;
    background: transparent url(https://3bp.blogspot.com/-gvfHlb6JnY4/VPnwlkELmhI/AAAAAAAAKDU/9lgOeCd279E/s1600/contact-button.png) no-repeat right 10px;
    position: fixed;
    top: 53px;
    left: -275px;
    z-index: 9999999;
    transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
}
.form-parent:hover {
    left: 0;
}
.cc-float-form {
    background: -moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);
    color: #fafafa;
    padding: 10px;
    width: 273px;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#ContactForm1 {
    display: none;
}
.contact-form-area {
    background: #222;
    width: 245px;
    padding: 10px 0;
    border: 1px solid #111;
    box-shadow: 2px 2px 2px #111 inset;
    -webkit-box-shadow: 2px 2px 2px #111 inset;
    font-family: Verdana, Geneva, sans-serif;
    color: #fafafa;
    font-size: 12px;
}
#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}
#cc a {
    color: #777;
    text-decoration: none;
}
.modal {
    position: fixed;
    top: 5%;
    left: 3%;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #e1e1f0;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 2rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #e1e1f0;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}
@media screen and (min-width: 1380px) {
    .box-container {
        flex-direction: row;
    }
}
.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 315px;
    margin-bottom: 35px;
    max-width: 100%;
}
.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}
.flip-box-back,
.flip-box-front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-box-front {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0);
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 45%;
}
.flip-box-header {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}
.flip-box p {
    font-size: 20px;
    line-height: 1.5em;
}
.flip-box-img {
    margin-top: 25px;
}
.flip-box-button {
    background: linear-gradient(to right, #fdc830, #f37335);
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}
.inner .text {
    color: #fff !important;
    padding: 10px;
}
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}
.tabset .tab-panel {
    display: none;
}
.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5) {
    display: block;
}
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}
.tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}
.tabset > input:focus + label,
.tabset > label:hover {
    color: #06c;
}
.tabset > input:checked + label::after,
.tabset > input:focus + label::after,
.tabset > label:hover::after {
    background: #06c;
}
.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}
.tabset {
    max-width: 65em;
}


::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background: #333;
}
::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, #333, #000);
    background-image: -o-linear-gradient(45deg, #333, #000);
    background-image: linear-gradient(45deg, #333, #000);
}
