/*-----------------------------------------------------------------------------------

    Template Name: reno
    Template URI: http://themes.pixelstrap.com/reno/
    Description: This Is multipurpose service bases template
    Author: Pixelstrap
    Author URI : https://themeforest.net/author_dashboard

----------------------------------------------------------------------------------- */
/**********************
  1.General CSS
  2.Header CSS
  3.Home Slider CSS
  4.contacts Quote CSS
  5.Service CSS
  6.About Us CSS
  7.Our project CSS
  8.Banner CSS
  9.Our-Team CSS
  10.Rating CSS
  11.Testimonial CSS
  12.News-sec(BLOG) CSS
  13.Brand-sec CSS
  14.Newsletter CSS
  15.Footer CSS
  16.Loader CSS
  17.Tap to Top CSS
  18.Shop Page CSS
  19.Customizer(RTL) Button CSS
  20.Cart Button CSS
  21.Inner pages CSS
  24. Layouts Css
  25.Responsive CSS
**********************/
/*=====================
        1.General CSS start
==========================*/
body {
    font-family: Poppins, sans-serif;
    position: relative;
    background: #ffffff;
    font-size: 14px;
    color: #3e3e3e;
}

h1 {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    line-height: 1.1em;
    font-size: calc(22px + (60 - 26) * ((100vw - 320px) / (1920 - 320)));
}

h1.top {
    margin-top: -10px;
}

h1 .sec_one {
    color: #e12821;
}

h1 .sec_two {
    color: #e12821;
}

h1 .sec_three {
    color: #e12821;
}

h2 {
    color: #e12821;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
}

h3 {
    font-weight: 400;
    color: #3e3e3e;
    letter-spacing: 0.03em;
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
}

h4 {
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-bottom: 0;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

h5 {
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
}

h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

li {
    display: inline-block;
}

p {
    font-size: 14px;
    line-height: 1.8em;
}

a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:focus {
    outline: none;
}

[class*="col-"] {
    position: relative;
}

button:focus {
    outline: none;
}

.default-btn {
    padding: 14px 30px;
    background-color: #3e3e3e;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.default-btn:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #313131;
    color: #ffffff;
}

section {
    padding: 90px 0;
    background-color: white;
}

.small-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.btn_rounded {
    background-color: #ffd94d;
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn_rounded:hover {
    color: #ffffff;
    background-color: #ffd333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme_btn {
    padding: 14px 26px;
    border: 2px solid #ffd333;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #3e3e3e;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0;
    width: 50%;
    margin-inline: auto;
}

.theme_btn .theme_btn_eff {
    width: 100%;
    height: 100%;
    border: 70px solid #ffd333;
    top: 0;
    left: 0;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.theme_btn:hover {
    color: black;
}

.theme_btn:hover .theme_btn_eff {
    border: 0 solid #ffd333;
}

.theme_btn.btn_2 {
    border: 2px solid #ffd333;
    color: #ffffff;
}

.theme_btn.btn_2 .theme_btn_eff {
    border: 70px solid #ffd333;
    background-color: #ffffff;
}

.theme_btn.btn_2:hover {
    color: #3e3e3e;
}

.theme_btn.btn_2:hover .theme_btn_eff {
    border: 0 solid #ffd333;
}

.theme_btn.btn_3 {
    border: 2px solid #ffd333;
    color: #ffffff;
}

.theme_btn.btn_3 .theme_btn_eff {
    border: 70px solid #ffd333;
    background-color: #ffffff;
}

.theme_btn.btn_3:hover {
    color: #3e3e3e;
}

.theme_btn.btn_3:hover .theme_btn_eff {
    border: 0 solid #ffd333;
}

.theme_btn.btn_4 {
    border: 2px solid #ffd333;
    color: #ffffff;
}

.theme_btn.btn_4 .theme_btn_eff {
    border: 70px solid #ffd333;
    background-color: #ffffff;
}

.theme_btn.btn_4:hover {
    color: #3e3e3e;
}

.theme_btn.btn_4:hover .theme_btn_eff {
    border: 0 solid #ffd333;
}

.theme_btn.btn_5 {
    border: 2px solid #0281b5;
    color: #ffffff;
}

.theme_btn.btn_5 .theme_btn_eff {
    border: 70px solid #ffd333;
    background-color: #ffffff;
}

.theme_btn.btn_5:hover {
    color: #3e3e3e;
}

.theme_btn.btn_5:hover .theme_btn_eff {
    border: 0 solid #ffd333;
}

.btn-solid {
    border: none;
    background-color: #ffd333;
    border-radius: 0;
    color: #3e3e3e;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-solid:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-solid:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.default_btn {
    padding: 10px 20px;
    background: #ffd333;
    margin-left: 20px;
    color: #212121;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.default_btn:hover {
    color: #3e3e3e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.con_title {
    margin-bottom: 30px;
}

.con_title h2 {
    position: relative;
    color: #3e3e3e;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
}

.con_title h6 {
    text-align: center;
    margin: 0 auto -3px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.con_title h6 span {
    display: inline-block;
    position: relative;
}

.con_title h6 span:after,
.con_title h6 span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #ffd333;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    top: 10px;
    margin-top: 0;
}

.con_title h6 span:before {
    left: -90px;
    right: unset;
}

/*=====================
    2.Header CSS start
==========================*/
.default-dropdown {
    margin-top: 10px;
    margin-left: -10px;
}

.top-contact {
    background-color: #e02822;
    width: 100%;
    position: relative;
}

.top-contact.commerce-layout ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-contact.commerce-layout .top-header-left>li,
.top-contact.commerce-layout .top-header-right>li {
    color: #ffffff;
}

.top-contact.commerce-layout .top-header-left>li+li,
.top-contact.commerce-layout .top-header-right>li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px dotted #ffffff;
}

.top-contact.commerce-layout .top-header-left>li>a,
.top-contact.commerce-layout .top-header-right>li>a {
    color: #ffffff;
}

.top-contact.commerce-layout .top-header-right {
    float: right;
}

.top-contact.commerce-layout .top-header-right .default-dropdown a {
    font-size: 14px;
}

.top-contact .top-content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-contact .top-content ul li {
    color: white;
    padding-top: 11px;
    letter-spacing: 1px;
    font-size: 13px;
}

.top-contact .top-content ul li i {
    color: #ffd333;
    padding-right: 10px;
}

.top-contact .top-content ul li:first-child {
    padding-right: 30px;
}

.top-contact .top-social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.top-contact .top-social ul li {
    color: white;
}

.top-contact .top-social ul li i {
    color: white;
    padding: 12px;
}

.top-contact .top-social ul li i:hover {
    background-color: #ffd333;
}

.top-contact .top-social ul li a {
    color: white;
    text-decoration: none;
}

.top-contact .top-social ul li:last-child {
    padding-top: 8px;
    padding-left: 15px;
}

.top-contact .top-social ul .my-account:hover a {
    color: #ffd333;
}

.top-contact .top-social .top-social ul li {
    color: white;
}

.top-contact .top-social .top-social ul li i:hover {
    background-color: #ffd333;
}

.top-contact .top-social .top-social ul .my-account:hover a {
    color: #ffd333;
}

.top-contact.tap-contact-2 {
    background-color: #3e3e3e;
}

.top-contact.tap-contact-2 .top-content ul li i {
    color: #ffd333;
}

.top-contact.tap-contact-2 .top-social ul li {
    color: white;
}

.top-contact.tap-contact-2 .top-social ul li i:hover {
    background-color: #ffd333;
}

.top-contact.tap-contact-2 .top-social ul .my-account:hover a {
    color: #ffd333;
}

.top-contact.tap-contact-3 .top-content ul li i {
    color: #ffd333;
}

.top-contact.tap-contact-3 .top-social ul li {
    color: white;
}

.top-contact.tap-contact-3 .top-social ul li i:hover {
    background-color: #ffd333;
}

.top-contact.tap-contact-3 .top-social ul .my-account:hover a {
    color: #ffd333;
}

.top-contact.tap-contact-5 {
    background-color: #ffffff;
    width: 100%;
    border-bottom: 1px solid rgba(68, 68, 68, 0.2);
    position: relative;
}

.top-contact.tap-contact-5 .top-content ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-contact.tap-contact-5 .top-content ul li {
    color: #3e3e3e;
}

.top-contact.tap-contact-5 .top-content ul li i {
    color: #ffd333;
    padding-right: 10px;
    font-size: 15px;
}

.top-contact.tap-contact-5 .top-content ul li:first-child {
    padding-right: 30px;
}

.top-contact.tap-contact-5 .top-social ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

.top-contact.tap-contact-5 .top-social ul li {
    color: #3e3e3e;
}

.top-contact.tap-contact-5 .top-social ul li i {
    color: #3e3e3e;
    padding: 12px;
}

.top-contact.tap-contact-5 .top-social ul li i:hover {
    background-color: #ffd333;
    color: #ffffff;
}

.top-contact.tap-contact-5 .top-social ul li a {
    color: #3e3e3e;
    text-decoration: none;
    font-weight: 500;
}

.top-contact.tap-contact-5 .top-social ul li:last-child {
    padding-top: 9px;
    padding-left: 15px;
}

.top-contact.tap-contact-5 .top-social ul .my-account:hover a {
    color: #ffd333;
}

.top-contact.tap-contact-7 .top-social ul li {
    padding: 10px 0;
    padding-left: 15px;
}

.top-contact.tap-contact-7 .top-social ul li i {
    color: #444444;
    padding: 0;
    margin-right: 9px;
}

.top-contact.tap-contact-7 .top-social ul li i:hover {
    background-color: white;
    color: #ffd333;
}

.top-contact.tap-contact-7 .top-social ul li a {
    color: #333;
    text-decoration: none;
}

.top-contact.tap-contact-7 .top-social ul li:last-child {
    padding-top: 10px;
    padding-left: 15px;
}

.header .top-contact {
    background-color: #3e3e3e;
}

.navbar {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0;
}

.navbar.nav_2.construct {
    background-color: #3e3e3e;
    border-top: 1px solid #252525;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3e3e3e;
    padding: 35px 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 20px;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    border: none;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffd333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 200px;
    background: #ffffff;
    display: none;
    left: 0;
    right: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    padding: 5px;
    visibility: hidden;
    border-radius: 1px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    display: block;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
    color: #3e3e3e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
    color: #3e3e3e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar .menu-btn {
    margin-left: 15px;
}

.navbar>li.dropdown {
    position: relative;
}

.navbar.fixed-top {
    background-color: white;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-box-shadow: 0 0 8px 0 #dddddd;
    box-shadow: 0 0 8px 0 #dddddd;
}

.navbar.nav_2 {
    z-index: 10;
    width: 100%;
    background-color: #313131;
}

.navbar.nav_2 .navbar-nav .nav-item .nav-link {
    color: #ffffff;
}

.navbar.nav_2 .navbar-nav .nav-item .nav-link:hover {
    color: #ffd333;
}

.navbar.nav_2 .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 200px;
}

.navbar.nav_2 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    display: block;
}

.navbar.nav_2 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 14px;
}

.navbar.nav_2 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link.active,
.navbar.nav_2 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
    color: #ffd333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.navbar.nav_2 .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar.nav_2.fixed-top {
    position: fixed;
    background-color: #3e3e3e;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item .nav-link {
    color: #3e3e3e;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item .nav-link:hover {
    color: #ffd333;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item.dropdown .dropdown-menu {
    background: #ffffff;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link.active {
    color: #ffd333 !important;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
    color: #ffd333 !important;
}

.navbar.nav_2.nav_6.fixed-top {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8px 0 #dddddd;
    box-shadow: 0 0 8px 0 #dddddd;
}

.navbar.nav_3 .navbar-brand {
    z-index: 2;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 200px;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    display: block;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 14px;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link.active {
    color: #ffd333 !important;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
    color: #ffd333 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar.nav_3 .navbar-nav .nav-item .nav-link:hover {
    color: #ffd333;
}

.navbar.nav_3 .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar.nav_5 {
    padding: 10px;
    background-color: #202020;
}

.navbar.nav_5 .navbar-brand {
    padding: 0;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown .dropdown-menu {
    min-width: 200px;
    background-color: #202020;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item {
    display: block;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
    font-size: 14px;
    color: #fff;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link.active {
    color: #ffd333 !important;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
    color: #ffd333 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar.nav_5 .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    padding: 14px;
    letter-spacing: 0.05em;
}

.navbar.nav_5 .navbar-nav .nav-item .nav-link:hover {
    color: #ffd333;
}

.navbar.nav_5 .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.navbar.nav_5 .navbar-nav .nav-item:first-child.dropdown .dropdown-menu {
    left: -15px;
}

.navbar.nav_5 .navbar-nav .nav-item:first-child.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.navbar.nav_5 .navbar-nav a {
    color: #ffd333;
}

.navbar.nav_5 .navbar-nav a:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar.nav_5.fixed-top {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.nav_5 .search {
    width: 52px;
    height: 50px;
    background-color: #ffd333;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar.nav_5 .search.open {
    width: 350px;
}

.navbar.nav_5 .search.open:before {
    height: 35px;
    margin: 8px 0 20px 30px;
    position: absolute;
}

.navbar.nav_5 .search-box {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #ffffff;
    padding: 20px 100px 20px 45px;
    font-size: 16px;
}

.navbar.nav_5 .search-box::-webkit-input-placeholder {
    color: #ffffff;
}

.navbar.nav_5 .search-box::-moz-placeholder {
    color: #ffffff;
}

.navbar.nav_5 .search-box:-ms-input-placeholder {
    color: #ffffff;
}

.navbar.nav_5 .search-box::-ms-input-placeholder {
    color: #ffffff;
}

.navbar.nav_5 .search-box::placeholder {
    color: #ffffff;
}

.navbar.nav_5 .search-box:focus {
    outline: none;
}

.navbar.nav_5 .search-button {
    width: 52px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px;
    cursor: pointer;
}

.navbar.nav_5 .search-icon {
    width: 20px;
    height: 20px;
    border-radius: 40px;
    border: 2px solid #ffffff;
    display: block;
    position: relative;
    margin-left: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar.nav_5 .search-icon:before {
    content: '';
    width: 3px;
    height: 10px;
    position: absolute;
    right: -2px;
    top: 12px;
    display: block;
    background-color: #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.open .navbar.nav_5 .search-icon {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}

.open .navbar.nav_5 .search-icon:before {
    -webkit-transform: rotate(52deg);
    transform: rotate(52deg);
    right: 22px;
    top: 23px;
    height: 18px;
}

.open .navbar.nav_5 .search-icon:after {
    -webkit-transform: rotate(-230deg);
    transform: rotate(-230deg);
    right: 22px;
    top: 13px;
    height: 18px;
}

.theme-nav .navbar-brand {
    padding: 0;
}

.logo_button_sec {
    padding: 25px 0;
}

.logo_button_sec .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo_button_sec .main-menu .logo_btn_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
}

.logo_button_sec .main-menu .logo_btn_text a img {
    margin-top: 5px;
}

.logo_button_sec .main-menu .logo_btn_text .text_center_logo span {
    position: absolute;
    font-size: 30px;
    color: #ffd333;
}

.logo_button_sec .main-menu .logo_btn_text .text_center_logo .logo_content {
    padding-left: 50px;
}

.logo_button_sec .main-menu .logo_btn_text .text_center_logo .logo_content h6 {
    margin-bottom: 0;
}

.logo_button_sec .main-menu .logo_btn_text .text_center_logo .logo_content h4 {
    font-weight: 600;
}

.logo_button_sec .main-menu .logo_btn_text .text_center_logo .logo_content h4.title {
    color: #ffd333;
    font-weight: 500;
    margin-bottom: 5px;
}

.logo_button_sec .main-menu .logo_btn_text .email {
    margin-left: 40px;
}

.logo_button_sec .main-menu .logo_btn_sec {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes smoothScroll {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*=====================
    3.Home Slider CSS start
==========================*/
.home-slider .owl-nav {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
}

.home-slider .owl-theme .owl-nav [class*=owl-]:hover:hover {
    background-color: transparent;
}

.home-slider .owl-nav {
    position: absolute;
    bottom: 70px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}

.home-slider .owl-nav .owl-prev {
    right: 80px;
    position: absolute;
    left: unset;
}

.home-slider .owl-nav .owl-next {
    right: 30px;
    position: absolute;
}

.home-slider .owl-prev {
    left: 20px;
}

.home-slider .owl-next {
    right: 20px;
}

.home-slider:hover .owl-nav {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-slider [class^="ti-"] {
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(255, 211, 51, 0.9);
    padding: 11px;
    border-radius: 100%;
    border: 1px solid #fff;
}

.home-slider .icon-arrow-left7 {
    left: 50px;
}

.home-slider .icon-arrow-left7:before {
    content: "\f053";
}

.home-slider .icon-arrow-right7 {
    right: 50px;
}

.home-slider .icon-arrow-right7:before {
    content: "\f054";
}

/*=====================
    4.contacts Quote CSS start
==========================*/
.contect_Quote {
    background-color: #2a2a2a;
    padding: 30px 0;
    line-height: 1;
}

.contect_Quote .contect_Q {
    display: none;
}

.contect_Quote .contect_Quote_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contect_Quote .contect_Quote_flex .q_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
}

.contect_Quote .contect_Quote_flex .q_icon svg {
    height: 45px;
    fill: #ffd333;
}

.contect_Quote .contect_Quote_flex .quote_content h4 {
    color: #ffd333;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 0;
}

.contect_Quote .contect_Quote_flex .quote_content h5 {
    color: #f5f5f5;
    margin-bottom: 0;
}

.contect_Quote .btn_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.contect_Quote .btn_center .contect_Quote_btn {
    float: right;
    border: 2px solid #3e3e3e;
    color: #ffffff;
}

.contect_Quote .btn_center .contect_Quote_btn.btn_3 {
    color: #3e3e3e;
}

.contect_Quote .btn_center .contect_Quote_btn:hover {
    color: #3e3e3e;
}

/*=====================
    5.Service CSS start
==========================*/
.our_service.our_page .row>div:nth-last-child(-n + 6) .service_our {
    margin-top: 30px;
}

.our_service .row>div:nth-last-child(-n + 3) .service_our {
    margin-top: 30px;
}

.our_service .service_our {
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
}

.our_service .service_our .service_content {
    padding-left: 80px;
    position: relative;
}

.our_service .service_our .service_content .service_icon {
    height: 35px;
    position: absolute;
    left: 20px;
}

.our_service .service_our .service_content h5 {
    color: #3e3e3e;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}

.our_service .service_our .service_content p {
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #9dabaf;
}

.our_service .service_our .service_content img {
    -webkit-filter: brightness(15%);
    filter: brightness(15%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.our_service .service_our:hover img {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.our_service figure.snip_con {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    text-align: left;
    margin: 0;
}

.our_service figure.snip_con img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.our_service figure.snip_con figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.our_service figure.snip_con figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    content: '';
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.our_service figure.snip_con h5,
.our_service figure.snip_con p,
.our_service figure.snip_con a {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.our_service figure.snip_con p {
    letter-spacing: 1px;
    -webkit-transform: translate3d(30%, 0%, 0);
    transform: translate3d(30%, 0%, 0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    margin-bottom: 10px;
    margin-top: -21px;
    font-weight: 300;
    line-height: 1.6;
}

.our_service figure.snip_con a {
    -webkit-transform: translate3d(0%, 30%, 0);
    transform: translate3d(0%, 30%, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    font-weight: 600;
    color: #ffffff;
}

.our_service figure.snip_con:hover img {
    opacity: 0.3;
}

.our_service figure.snip_con:hover figcaption p {
    opacity: 1;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.our_service figure.snip_con:hover figcaption a {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.our_service figure.snip_con:hover figcaption:before {
    background: rgba(255, 255, 255, 0);
    left: 30px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.service_page .our_service .row>div+div+div+div .service_our_2 {
    margin-top: 30px;
}

.our_service_2 .con_title h2 {
    color: #3e3e3e;
}

.our_service_2 .row>div:nth-last-child(-n + 3) .service_our_2 {
    margin-top: 30px;
}

.our_service_2 .service_our_2 {
    position: relative;
    overflow: hidden;
}

.our_service_2 .service_our_2 img {
    width: 100%;
}

.our_service_2 .service_our_2 .service_content {
    position: absolute;
    bottom: -115px;
    background-color: rgba(62, 62, 62, 0.8);
    width: 100%;
    height: 170px;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.our_service_2 .service_our_2 .service_content .service_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.our_service_2 .service_our_2 .service_content .service_title .icon_bg {
    background-color: #ffd333;
    position: absolute;
    right: 20px;
    top: -25px;
    border-radius: 35px;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.our_service_2 .service_our_2 .service_content .service_title .icon_bg .center-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.our_service_2 .service_our_2 .service_content .service_title .icon_bg .center-content img {
    width: unset;
}

.our_service_2 .service_our_2 .service_content .service_title h5 {
    color: #ffffff;
    font-weight: 500;
    padding: 15px;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    margin-bottom: 0;
}

.our_service_2 .service_our_2 .service_content p {
    color: white;
    padding: 0 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.our_service_2 .service_our_2 .service_content a {
    padding: 0 15px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
    float: right;
}

.our_service_2 .service_our_2 .service_content a:hover {
    color: #ffd333;
}

.our_service_2 .service_our_2:hover .service_content {
    bottom: -25px;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.our_service_2 .service_our_2:hover .service_content h5 {
    color: #ffd333;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.our_service_2.our_service_3 .row>div:nth-last-child(-n + 3) .service_our_2 {
    margin-top: 0;
}

.our_service_2.our_service_3 .service_our_2 {
    position: relative;
    overflow: hidden;
}

.our_service_2.our_service_3 .service_our_2 img {
    width: 100%;
}

.our_service_2.our_service_3 .service_our_2 .service_content .service_title .icon_bg {
    background-color: #ffd333;
}

.our_service_2.our_service_3 .service_our_2 .service_content a {
    color: #ffd333;
}

.our_service_2.our_service_3 .service_our_2:hover .service_content h5 {
    color: #ffd333;
}

.our_service_2.our_service_5 .row>div:nth-last-child(-n + 3) .service_our_2 {
    margin-top: 30px;
}

.our_service_2.our_service_6 .service_our_2 .service_content {
    background-color: rgba(255, 255, 255, 0.82);
    border-top: 3px solid #ffd333;
}

.our_service_2.our_service_6 .service_our_2 .service_content a {
    font-weight: 600;
    color: #3e3e3e;
}

.our_service_2.our_service_6 .service_our_2 .service_content p {
    color: #3e3e3e;
}

.our_service_2.our_service_6 .service_our_2 .service_content .service_title h5 {
    font-weight: 600;
    color: #3e3e3e;
}

.our_service_2.our_service_6 .service_our_2 .service_content .service_title .icon_bg {
    background-color: #ffffff;
    right: 20px;
    top: -35px;
    width: 60px;
    height: 60px;
    border: 2px solid #ffd333;
}

.our_service_2.our_service_6 .service_our_2 .service_content .service_title .icon_bg .center-content img {
    width: 35px;
}

.our_service_vec {
    background-color: #fafafa;
}

/*=====================
    6.About Us CSS start
==========================*/
.about_us_sec {
    background-color: #f7f7f7;
    position: relative;
}

.about_us_sec~.testimonial.home_4_testimonial {
    padding-bottom: 90px;
    background-color: #f7f7f7;
}

.about_us_sec.about_3 {
    background-color: #ffffff;
}

.about_us_sec.about_3 .about_sec .about_content p {
    color: #3b464e;
}

.about_us_sec.about_us_sec-1 .con_title h2 {
    color: #3e3e3e;
}

.about_us_sec.about_us_sec-1 .about_content h4 {
    color: #3e3e3e;
}

.about_us_sec.about_us_sec-1 .about_content p {
    color: rgba(62, 62, 62, 0.7);
}

.about_us_sec .about_sec_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.about_us_sec.about_page .about_sec_con {
    padding: 0 110px;
}

.about_us_sec.about_page .about_sec_con .center_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_us_sec.about_page .about_sec .about_content {
    margin-top: 30px;
}

.about_us_sec.about_page .about_sec .about_content h3,
.about_us_sec.about_page .about_sec .about_content p {
    text-align: center;
    line-height: 1.4;
}

.about_us_sec.about_page .about_sec .about_content p {
    line-height: 1.8em;
}

.about_us_sec.about_page .about_sec .con_title h2 {
    text-align: center;
}

.about_us_sec.about_page .about_us_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about_us_sec.about_page .about_us_4 img {
    position: relative;
}

.about_us_sec.about_us_6 {
    background-color: #ffffff;
}

.about_us_sec .about_2_img {
    text-align: right;
    position: relative;
}

.about_us_sec .about_2_img img {
    padding-top: 35px;
    padding-right: 35px;
    position: relative;
    z-index: 9;
}

.about_us_sec .about_2_img:before {
    content: "";
    position: absolute;
    height: 90%;
    width: 80%;
    background-color: #ffd333;
    right: 0;
}

.about_machine {
    position: absolute;
    bottom: -75px;
    left: 20px;
}

.about_machine_5 {
    position: absolute;
    bottom: -60px;
    right: 120px;
}

.about_us_4 {
    width: calc(50% - 30px);
    background-image: url("../images/plumbing/About/About.jpg");
    height: 100%;
    position: absolute;
    background-position: center;
    top: 0;
}

.about_sec .con_title h2 {
    text-align: left;
}

.about_sec .con_title h2:after {
    left: 0;
    -webkit-transform: unset;
    transform: unset;
}

.about_sec .about_content h4 {
    color: #3e3e3e;
    font-weight: 500;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    margin-top: -5px;
    margin-bottom: 0;
}

.about_sec .about_content p {
    color: #777777;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 10px;
    margin-bottom: 0;
}

.about_sec .about_btn {
    margin-top: 26px;
}

.about_sec.about_sec_2 .about_btn {
    margin-top: 28px;
}

.about_sec.about_sec_2 .btn_3 {
    margin-top: 26px;
}

.about_img img {
    position: absolute;
    bottom: 0;
    right: 145px;
}

.about_img.about_img_5 img {
    position: absolute;
    bottom: 0;
    right: 52%;
    height: 420px;
    width: auto;
}

/*=====================
    7.Our project CSS start
==========================*/
.our_project .center_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.our_project .center_tag .btn_center {
    text-align: center;
}

.our_project .project_row {
    padding: 0 15px;
}

.our_project .project_row .filter {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: calc(33.33%);
    padding: 30px 15px 0;
}

.our_project .project_row figure {
    border: 1px solid #f1f1f1;
    margin: 0;
}

.our_project .project_row figure.snip_con {
    position: relative;
    overflow: hidden;
}

.our_project .project_row figure.snip_con .img_shadow {
    position: relative;
}

.our_project .project_row figure.snip_con .img_shadow img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .project_row figure.snip_con .img_shadow:after {
    -webkit-box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0px -200px 100px -13px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
}

.our_project .project_row figure.snip_con figcaption {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 10px;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .project_row figure.snip_con figcaption .text_pro {
    width: 70%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .project_row figure.snip_con figcaption .text_pro h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    margin-left: 20px;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.our_project .project_row figure.snip_con figcaption .text_pro h6 {
    color: #f1f1f1;
    margin: 5px 0 0 20px;
}

.our_project .project_row figure.snip_con figcaption .link_icon {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #ffd333;
}

.our_project .project_row figure.snip_con figcaption .link_icon a {
    padding: 10px;
}

.our_project .project_row figure.snip_con figcaption .link_icon a i {
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .project_row figure.snip_con figcaption .link_icon a i:hover {
    color: #ffd333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
    margin-right: 15px;
}

.our_project .project_row figure.snip_con:hover .img_shadow:after {
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .project_row figure.snip_con:hover figcaption {
    opacity: 0.9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.our_project .mobile-btn {
    display: none;
}

.our_project .project_button {
    background-color: transparent;
    color: #3e3e3e;
    padding: 7px 25px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}

.our_project .project_button.active {
    background-color: #ffd333;
}

.our_project .project_button:hover {
    background-color: #ffd333;
    color: #3e3e3e;
    border: none;
}

.mfp-title {
    display: none;
}

.project_home_two {
    padding: 90px 0 0 0;
}

.project_home_two .con_title_2 {
    margin-top: 60px;
}

.project_home_two .con_title_2 h2 {
    color: #3e3e3e;
}

.project_home_two .our_project_2 .center_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project_home_two .our_project_2 .center_tag .btn_center {
    text-align: center;
}

.project_home_two .our_project_2.active {
    background-color: #ffd333;
}

.project_home_two .our_project_2 .project_row {
    padding: 0;
}

.project_home_two .our_project_2 .project_row .filter {
    margin: 0;
    padding: 0;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #3e3e3e;
    text-align: left;
    margin: 0;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption .link_icon {
    margin-top: 13px;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption a {
    margin: 0 2px;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption a i {
    background-color: #ffd333;
    width: 45px;
    color: #ffffff;
    height: 45px;
    padding: 13px;
    font-size: 20px;
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con figcaption a i:hover {
    color: #313131;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con h5 {
    margin-top: 10px;
    font-weight: 500;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con a {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con:hover img {
    opacity: 0.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con:hover figcaption a {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con:hover figcaption a i {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_two .our_project_2 .project_row .filter figure.snip_con:hover figcaption h5 {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_two .our_project_2 .mobile-btn {
    display: none;
}

.project_home_two .our_project_2 .project_button {
    margin: 0 1px;
    background-color: transparent;
    color: #3e3e3e;
    padding: 10px 30px;
    border: none;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    cursor: pointer;
}

.project_home_two .our_project_2 .project_button.active {
    background-color: #ffd333;
    color: #ffffff;
}

.project_home_two .our_project_2 .project_button:hover {
    background-color: #ffd333;
    color: #ffffff;
    border: none;
}

.project_home_two.project_home_three {
    padding: 90px 0;
}

.project_home_two.project_home_three .our_project_3 .project_row .con_title_3 {
    margin-top: 60px;
}

.project_home_two.project_home_three .our_project_3 .project_row .con_title_3.portfolio {
    margin-top: 0;
    overflow: hidden;
}

.project_home_two.project_home_three .our_project_3 .project_row .filter figure.snip_con figcaption a i {
    background-color: #ffd333;
}

.project_home_four .filter:nth-last-child(-n + 3) {
    margin-top: 30px;
}

.project_home_four .our_project_4 .center_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project_home_four .our_project_4 .center_tag .btn_center {
    text-align: center;
}

.project_home_four .our_project_4.active {
    background-color: #ffd333;
}

.project_home_four .our_project_4 .filter figure.snip_con {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #3e3e3e;
    text-align: left;
    margin: 0;
}

.project_home_four .our_project_4 .filter figure.snip_con img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
}

.project_home_four .our_project_4 .filter figure.snip_con figcaption {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.project_home_four .our_project_4 .filter figure.snip_con figcaption a i {
    background-color: #ffffff;
    width: 50px;
    color: #3e3e3e;
    height: 50px;
    padding: 16px;
    font-size: 20px;
    margin-top: 12px;
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_four .our_project_4 .filter figure.snip_con figcaption a i:hover {
    color: #ffd333;
}

.project_home_four .our_project_4 .filter figure.snip_con h5 {
    margin-top: 20px;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_four .our_project_4 .filter figure.snip_con a {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_four .our_project_4 .filter figure.snip_con:hover img {
    opacity: 0.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_four .our_project_4 .filter figure.snip_con:hover figcaption a {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_four .our_project_4 .filter figure.snip_con:hover figcaption a i {
    z-index: 999;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_four .our_project_4 .filter figure.snip_con:hover figcaption h5 {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_four .our_project_4 .mobile-btn {
    display: none;
}

.project_home_four .our_project_4 .project_button {
    background-color: transparent;
    color: #3e3e3e;
    padding: 10px 30px;
    border: none;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
}

.project_home_four .our_project_4 .project_button.active {
    background-color: #ffd333;
    color: #ffffff;
}

.project_home_four .our_project_4 .project_button:hover {
    background-color: #ffd333;
    color: #ffffff;
    border: none;
}

.project_home_five {
    padding: 90px 0;
}

.project_home_five .our_project_2 .center_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project_home_five .our_project_2 .center_tag .btn_center {
    text-align: center;
}

.project_home_five .our_project_2.active {
    background-color: #ffd333;
}

.project_home_five .our_project_2 .project_row {
    padding: 0;
}

.project_home_five .our_project_2 .project_row .filter {
    margin: 0;
    padding: 0;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #3e3e3e;
    text-align: left;
    margin: 0;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con img {
    max-width: 100%;
    opacity: 1;
    width: 100%;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con figcaption {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con figcaption a {
    margin: 0 5px;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con figcaption a i {
    color: #ffd333;
    font-size: 30px;
    font-weight: 100;
    -webkit-transform: scale(3) rotate(90deg);
    transform: scale(3) rotate(90deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -5px;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con figcaption a i:hover {
    color: #ffffff;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con h5 {
    margin-top: 10px;
    font-weight: 600;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con h4 {
    margin-top: 0;
    font-weight: 400;
    opacity: 0;
    color: #ffd333;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con a {
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con:hover img {
    opacity: 0.3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con:hover figcaption a {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con:hover figcaption a i {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con:hover figcaption h5 {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_five .our_project_2 .project_row .filter figure.snip_con:hover figcaption h4 {
    opacity: 0.9;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project_home_five .our_project_2 .project_row .filter.content {
    display: none;
}

.project_home_five .our_project_2 .project_row .pro_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project_home_five .our_project_2 .project_row .pro_btn .project_btn {
    margin-top: 25px;
}

.project_home_five .our_project_2 .mobile-btn {
    display: none;
}

.project_home_five .our_project_2 .project_button {
    background-color: transparent;
    color: #3e3e3e;
    padding: 10px 30px;
    border: none;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
}

.project_home_five .our_project_2 .project_button.active {
    background-color: #ffd333;
    color: #ffffff;
}

.project_home_five .our_project_2 .project_button:hover {
    background-color: #ffd333;
    color: #ffffff;
    border: none;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*=====================
    8.Banner CSS start
==========================*/
.banner_project {
    background-image: url("../images/banner_bg.jpg");
    background-size: cover;
    background-position: center;
    padding-bottom: 0;
    position: relative;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.5);
}

.banner_project .bulder_cen {
    margin: 0 auto;
    text-align: center;
}

.banner_project .bot_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner_project .bot_center .banner_text {
    background-color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: -60px;
    padding: 40px 245px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
}

.banner_project .bot_center .banner_text.banner_text-2 h2 span {
    color: #3e3e3e;
}

.banner_project .bot_center .banner_text.banner_text-2 .theme_btn {
    color: #3e3e3e;
}

.banner_project .bot_center .banner_text .text_since {
    letter-spacing: 0.05em;
    color: #3e3e3e;
}

.banner_project .bot_center .banner_text h2 {
    margin-bottom: 15px;
}

.banner_project .bot_center .banner_text h2 span {
    color: #3e3e3e;
}

.banner_project .bot_center .banner_text .center_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.banner_project.banner_project_2 .banner_text h2 {
    color: #ffd333;
}

.banner_project.banner_project_4 .banner_text h2 {
    color: #ffd333;
}

.banner_project.banner_project_6 {
    background-image: url("../images/construction_6/background_6.png");
}

.banner_project.banner_project_6 .bot_center .banner_text {
    -webkit-box-shadow: 1px 5px 24px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 2px rgba(68, 102, 242, 0.05);
}

.quote_content {
    margin: auto 0;
}

.quote_content h2 {
    text-transform: unset;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}

.quote_content p {
    color: white;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    font-size: 17px;
    padding-right: 30px;
    margin-bottom: 0;
}

.quote_form .form-row .form-group label {
    color: #ffd333;
    letter-spacing: 0.09em;
    margin-bottom: 15px;
}

.quote_form .form-row .form-group .form-control {
    border-radius: 0;
    padding: 12px 15px;
    font-size: 12px;
}

.quote_form .form-row .form-group input::-webkit-input-placeholder {
    color: #777777;
    font-size: 12px;
}

.quote_form .quote_btn {
    margin-top: 20px;
}

.quote_form .quote_btn .theme_btn_eff {
    width: 540px;
    height: 50px;
    top: 0;
    left: 0;
}

.quote_2 {
    background-color: #eeeeee;
    position: relative;
}

.quote_2 .faq_icon_2 {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.quote_2 .quote_form form {
    margin-top: -4px;
}

.quote_2 .quote_form .form-row .form-group label {
    color: #3e3e3e;
    margin-bottom: 5px;
    letter-spacing: 0.02em;
}

.quote_2 .quote_form .form-row .form-group .form-control {
    padding: 9px 15px;
    border: none;
}

.quote_2 .quote_form .form-row .form-group .form-control:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.quote_2 .quote_form .form-row .form-group input::-webkit-input-placeholder {
    color: #777777;
}

.quote_2 .quote_content {
    margin: auto 0;
}

.quote_2 .quote_content h2 {
    text-transform: unset;
    color: #ffd333;
    margin-top: 15px;
}

.quote_2 .quote_content p {
    color: #3e3e3e;
    line-height: 1.5em;
    letter-spacing: 0.06em;
    font-size: 17px;
    padding-right: 30px;
}

.quote_2.comment_form_sec {
    background-color: transparent;
    padding: 20px 0 0;
}

.quote_2.comment_form_sec h2 {
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}

.quote_2.comment_form_sec .quote_form .form-row .form-group .form-control {
    border: 1px solid rgba(62, 62, 62, 0.05);
    padding: 15px 15px;
}

.quote_2.comment_form_sec .quote_form .form-row .form-group .form-control.msg_coment {
    height: 180px;
}

.quote_2.comment_form_sec .quote_form .form-row .form-group input::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.8);
    font-size: 14px;
    letter-spacing: 0.01em;
}

.quote_2.comment_form_sec .quote_form .form-row .form-group textarea::-webkit-input-placeholder {
    color: rgba(119, 119, 119, 0.8);
    font-size: 14px;
    letter-spacing: 0.01em;
}

.quote_2.comment_form_sec .quote_form .quote_btn {
    margin-top: 10px;
}

/*=====================
    9.Our-Team CSS start
==========================*/
.team_page .pagination_sec {
    text-align: center;
}

.team-2 .con_title.team_title {
    margin-top: 0 !important;
}

.team-2 .con_title h2 {
    color: #3e3e3e;
}

.team-2 .team_sec .team_details h3 {
    color: #3e3e3e;
}

.home_1_team .con_title.team_title {
    margin-top: 60px;
}

.home_1_team .team_sec {
    overflow: hidden;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    margin: 15px 10px;
    border: 1px solid #f9faff;
}

.home_1_team .team_sec .team_details {
    text-align: center;
    padding: 20px;
}

.home_1_team .team_sec .team_details h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}

.home_1_team .team_sec .team_details h5 {
    color: #9dabaf;
    margin-bottom: 0;
}

.home_1_team .team_sec .team_details .social {
    position: absolute;
    height: calc(100% - 127px);
    width: calc(100% - 20px);
    background-color: rgba(0, 0, 0, 0.25);
    top: 15px;
    left: 10px;
    opacity: 0;
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home_1_team .team_sec .team_details .social li {
    display: inline-block;
    margin: 0 5px;
}

.home_1_team .team_sec .team_details .social li a {
    color: #ffffff;
    font-size: 16px;
    background-color: #0b0a09;
    width: 34px;
    height: 35px;
    display: inline-block;
    line-height: 2.3;
    border-radius: 100%;
}

.home_1_team .team_sec .team_details .social li a:hover {
    background-color: #fff;
    color: #0b0a09;
}

.home_1_team .team_sec:hover .social {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home_1_team.home_5_team .con_title_5 {
    margin-top: 60px;
}

.home_1_team.home_6_team {
    background-image: url("../images/construction_6/test_back.jpg");
}

.home_1_team.home_6_team .team_sec {
    border: 2px solid #dddddd;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_1_team.home_6_team .team_sec figure.snip_con {
    background: #ffffff;
}

.home_1_team.home_6_team .team_sec figure.snip_con:hover img {
    opacity: 0.2;
}

.home_1_team.home_6_team .team_sec figure figcaption h3 {
    color: #3e3e3e;
    font-weight: 600;
}

.home_1_team.home_6_team .team_sec figure figcaption h5 {
    font-weight: 600;
    color: #333333;
}

.home_1_team.home_6_team .team_sec figure figcaption ul li a i {
    color: #3e3e3e;
}

.home_1_team.home_6_team .team_sec:hover {
    border: 2px solid #ffd333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_1_team.team_page .team_sec img {
    width: 100%;
}

.home_1_team.team_page .team_sec .team_details .social {
    width: calc(100% - 50px);
    left: 25px;
}

/*=====================
    10.Rating CSS start
==========================*/
.rating_sec {
    background-color: #ffd333;
    position: relative;
    padding: 40px;
}

.rating_sec .rating_cls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.rating_sec .rating_cls span {
    font-size: 30px;
    margin-bottom: 10px;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    background-color: #3e3e3e;
    color: #ffd333;
    border-radius: 100%;
    padding: 15px;
}

.rating_sec .rating_cls h2 {
    text-align: center;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 20px;
}

.rating_sec .rating_cls h5 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: -6px;
}

.rating_sec.home_rate_2 {
    background-color: #ffd333;
}

.rating_sec.home_rate_2 .rating_cls h2 {
    color: #3e3e3e;
    font-weight: 600;
}

.rating_sec.home_rate_2 .rating_cls h5 {
    color: #ffffff;
    margin-bottom: -6px;
}

.rating_sec.home_rate_3 .rating_cls h2 {
    color: #ffffff;
}

.rating_sec.home_rate_3 .rating_cls h5 {
    color: #ffffff;
    font-weight: 500;
}

.rating_sec.home_rate_6 {
    background-color: #fafafa;
    padding: 50px;
}

.rating_sec.home_rate_6 .rating_cls h2 {
    color: #ffd333;
}

.rating_sec.home_rate_6 .rating_cls h5 {
    color: #ffd333;
    font-weight: 500;
}

.rating_sec.home_rate_6 .rating_cls h5 {
    color: #3e3e3e;
}

.rating_sec.home_rate_6 .rating_cls img {
    margin-bottom: 15px;
}

.rating_sec.solar {
    background-color: #f5f5f5;
}

.rating_sec.solar .rating_cls span {
    background-color: #fff;
}

.rating_sec.solar .rating_cls h2 {
    color: #3e3e3e;
    font-weight: 500;
}

.rating_sec.solar .rating_cls h5 {
    color: #ffd333;
    font-weight: 500;
}

.rating_sec.plumbing {
    background-color: #3e3e3e;
}

.rating_sec.plumbing h5 {
    color: #ffffff;
    opacity: 0.7;
}

/*=====================
      11.Testimonial CSS start
==========================*/
.theme-card .testimonial .testimonial_slide .testimonial_sec {
    padding: 30px 17px;
}

.theme-card .testimonial .testimonial_slide.owl-carousel .owl-item img {
    width: 50px;
}

.testimonial {
    background-image: url("../images/testimonial/bg.jpg");
    background-position: bottom;
    background-attachment: fixed;
}

.testimonial.testimonial-solar {
    background-image: none;
    background-color: #ffd333;
}

.testimonial.testimonial-solar .testimonial_slide .testimonial_sec p span {
    color: #ffffff;
}

.testimonial.testimonial-solar .testimonial_slide .testimonial_sec h3 {
    color: #3e3e3e;
}

.testimonial.testimonial-solar .testimonial_slide .testimonial_sec .img_quote {
    color: #3e3e3e;
}

.testimonial.testimonial-education {
    background-image: url("../images/education/testmonial.jpg");
}

.testimonial.testimonial-education .testimonial_slide .testimonial_sec p,
.testimonial.testimonial-education .testimonial_slide .testimonial_sec h5 {
    color: #3e3e3e;
}

.testimonial.testimonial-cleaning {
    background-image: url("../images/cleaning/Testimonial.jpg");
}

.testimonial.testimonial-cleaning .testimonial_slide .testimonial_sec p,
.testimonial.testimonial-cleaning .testimonial_slide .testimonial_sec h5 {
    color: #3e3e3e;
}

.testimonial .testimonial_slide.owl-carousel .owl-item img {
    width: 100px;
    display: unset;
}

.testimonial .testimonial_slide .testimonial_sec {
    text-align: center;
    padding: 0 185px;
    position: relative;
}

.testimonial .testimonial_slide .testimonial_sec .img_quote {
    color: #ffd333;
    position: absolute;
    top: 0;
    font-size: 40px;
    left: 490px;
}

.testimonial .testimonial_slide .testimonial_sec p {
    color: #ffffff;
    letter-spacing: 0.05em;
    padding: 30px 0;
    margin-bottom: 0;
    position: relative;
}

.testimonial .testimonial_slide .testimonial_sec p .quote_left {
    color: #ffd333;
    position: absolute;
    top: 10px;
    left: 0;
}

.testimonial .testimonial_slide .testimonial_sec p .quote_right {
    color: #ffd333;
    position: absolute;
    bottom: 35px;
    padding-left: 10px;
}

.testimonial .testimonial_slide .testimonial_sec h3 {
    color: #ffd333;
    font-weight: 600;
}

.testimonial .testimonial_slide .testimonial_sec h5 {
    color: #ffffff;
    margin-bottom: -6px;
}

.testimonial.home_2_testimonial {
    background-color: #f5f5f5;
}

.testimonial.home_2_testimonial .testimonial_sec .img_quote {
    color: #ffd333;
}

.testimonial.home_2_testimonial .testimonial_sec p .quote_left {
    color: #ffd333;
}

.testimonial.home_2_testimonial .testimonial_sec p .quote_right {
    color: #ffd333;
}

.testimonial.home_2_testimonial .testimonial_sec h3 {
    color: #ffd333;
}

.testimonial.home_2_testimonial.home_6_testimonial {
    background-image: url("../images/construction_6/bg.jpg");
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec .img_quote {
    color: #ffd333;
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec p .quote_left {
    color: #ffd333;
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec p .quote_right {
    color: #ffd333;
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec h3 {
    color: #ffd333;
}

.testimonial.home_4_testimonial {
    background-image: url("../images/construction/testimonial-bg.png");
    padding-bottom: 0;
    margin-bottom: -10px;
}

.testimonial.home_4_testimonial .testimonial_slide_4.owl-carousel .owl-item {
    overflow: visible;
    padding: 50px 15px 0 15px;
}

.testimonial.home_4_testimonial .testimonial_slide_4.owl-carousel .owl-item img {
    position: absolute;
    width: 100px;
    display: unset;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -50px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    padding: 10px;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec {
    text-align: center;
    padding: 70px 35px 40px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    margin: 10px;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec .img_quote {
    display: none;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p {
    color: #3e3e3e;
    letter-spacing: 0.05em;
    padding: 30px 0;
    margin-bottom: 0;
    position: relative;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p .quote_left {
    color: #ffd333;
    position: absolute;
    top: 15px;
    left: -15px;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p .quote_right {
    color: #ffd333;
    position: absolute;
    right: 0;
    bottom: 18px;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec h3 {
    color: #ffd333;
    font-weight: 600;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec h5 {
    color: #3e3e3e;
    margin-bottom: -6px;
}

.testimonial.home_4_testimonial.home_6_testimonial {
    background-color: #f1f1f1;
}

.testimonial.home_5_testimonial .testimonial_sec .img_quote {
    color: #ffd333;
}

.testimonial.home_5_testimonial .testimonial_sec p .quote_left {
    color: #ffd333;
}

.testimonial.home_5_testimonial .testimonial_sec p .quote_right {
    color: #ffd333;
}

.testimonial.home_5_testimonial .testimonial_sec h3 {
    color: #ffd333;
}

/*=====================
    12.News-sec(BLOG) CSS start
==========================*/
.home_1_news .item .news_sec {
    margin: 15px;
}

.home_1_news .news_sec {
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    background-color: #ffffff;
}

.home_1_news .news_sec figure.snip_con {
    margin: 0;
    overflow: hidden;
}

.home_1_news .news_sec figure.snip_con img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.home_1_news .news_sec .text_p {
    position: relative;
    padding: 0 20px 20px;
}

.home_1_news .news_sec .text_p h6 {
    font-weight: 400;
    color: #3e3e3e;
    margin-top: 10px;
    margin-bottom: -5px;
}

.home_1_news .news_sec .text_p h6 a {
    color: #ffd333;
}

.home_1_news .news_sec .text_p h6 a:hover {
    color: #3e3e3e;
}

.home_1_news .news_sec .text_p h6.readmore {
    margin-top: 10px;
}

.home_1_news .news_sec .text_p h4 {
    font-weight: 500;
    color: #3e3e3e;
    margin-top: 40px;
    margin-bottom: 0;
    line-height: normal;
}

.home_1_news .news_sec .text_p P {
    font-weight: 400;
    color: #777777;
    margin-top: 10px;
    margin-bottom: -5px;
    letter-spacing: 0.02em;
}

.home_1_news .news_sec .text_p .date_sec {
    position: absolute;
    top: -68px;
    left: 15px;
}

.home_1_news .news_sec .text_p .date_sec h4,
.home_1_news .news_sec .text_p .date_sec h6 {
    color: #ffffff;
    margin: 0;
}

.home_1_news .news_sec .text_p .date_sec h4 {
    text-align: center;
    background-color: #ffd333;
    padding: 5px 8px;
}

.home_1_news .news_sec .text_p .date_sec h6 {
    line-height: 15px;
    background-color: #f7f7f7;
    color: #3e3e3e;
    padding: 8px 10px;
}

.home_1_news .news_sec:hover figure.snip_con img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home_1_news.home_3_news {
    padding: 90px 0 0 0;
    background-color: #ffffff;
}

.home_1_news.home_3_news a i {
    background-color: #ffd333;
    color: #ffffff;
}

.home_1_news.home_3_news h6 a {
    color: #ffd333;
}

.home_1_news.home_4_news {
    background-color: #f5f5f5;
}

.home_1_news.home_4_news .con_title_4 {
    margin-top: 60px;
}

.home_1_news.home_4_news .text_p h6 a {
    color: #ffd333;
}

.home_1_news.home_4_news .text_p .date_sec h4 {
    background-color: #ffd333;
}

.home_1_news.blog_page .row>div:nth-child(-n+3) .news_sec {
    margin-top: 0;
}

.home_1_news.blog_page .news_sec {
    margin-top: 30px;
}

.news_slide,
.team_slide {
    margin-bottom: -15px;
}

/*=====================
    13.Brand-sec CSS start
==========================*/
.brand_sec.brand_2 .con_title h2 {
    color: #3e3e3e;
}

.brand_sec .brand_1 {
    background-color: #fafafa;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 10px 35px;
}

.brand_sec .brand_1 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.brand_sec .brand_1:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.brand_sec .brand_1:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.brand_sec.brand_sec_3 {
    background-color: #f5f5f5;
}

.brand_sec.brand_sec_3 .brand_1 {
    background-color: #fafafa;
}

.brand_sec.brand_sec_4 {
    background-color: #ffffff;
}

.brand_sec.brand_sec_4 .brand_1 {
    background-color: #fafafa;
}

.brand_sec.brand_sec_5 {
    background-color: #ffffff;
}

.brand_sec.brand_sec_5 .brand_1 {
    background-color: #fafafa;
}

.brand_sec.brand_sec_7 {
    background-color: #f1f1f1;
}

/*=====================
    14.Newsletter CSS start
==========================*/
.newsletter_sec {
    background-color: #313131;
    background-size: cover;
    background-position: bottom;
    position: relative;
    padding: 40px 0;
}

.newsletter_sec.newsletter-ecommerce .input-group.form-group {
    border-radius: 5px;
    overflow: hidden;
}

.newsletter_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(90deg, black, transparent 10px, #cca000 10px, #cca000 19px);
    height: 2px;
    bottom: 0;
    right: 0;
}

.newsletter_sec .bdr_right {
    border-right: 1px solid #777777;
}

.newsletter_sec .call_us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.newsletter_sec .call_us .phone_img svg {
    height: 40px;
    fill: #ffd333;
}

.newsletter_sec .call_us .con_text {
    margin: 0 20px auto;
}

.newsletter_sec .call_us .con_text h4 {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.newsletter_sec .call_us .con_text h6 {
    margin: 5px 0 0 0;
    color: #adadad;
}

.newsletter_sec .input-group.form-group {
    margin-bottom: 0;
}

.newsletter_sec .input-group input {
    border-radius: 0;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: white;
    font-size: 12px;
    padding: 15px 20px;
}

.newsletter_sec .input-group input::-webkit-input-placeholder {
    color: #adadad;
    font-size: 12px;
}

.newsletter_sec .input-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsletter_sec .input-group button {
    border: none;
    background-color: #ffd333;
    border-radius: 0;
    color: #3e3e3e;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
}

.newsletter_sec .input-group button:hover {
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsletter_sec .input-group button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.newsletter_sec.newsletter_sec_2 {
    background-color: #3e3e3e;
}

.newsletter_sec.newsletter_sec_2 .input-group input {
    background-color: #464646;
    border-color: #464646;
}

.newsletter_sec.newsletter_sec_2 .input-group button {
    background-color: #ffd333;
}

.newsletter_sec.newsletter_sec_3 .input-group button {
    background-color: #ffd333;
}

/*=====================
    15.Footer CSS start
==========================*/
footer {
    background-color: #0281b5;
}

footer.footer-ecommerce .footer_first .footer_social ul li {
    border-radius: 5px;
}

footer .upper-section {
    padding: 70px 0;
}

footer .upper-section h3 {
    font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .footer_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

footer .footer_first .mobile-title {
    display: none;
}

footer .footer_first p {
    color: #cacaca;
    line-height: 33px;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 14px;
    margin: 15px 0;
}

footer .footer_first .footer_social ul li {
    background-color: #063549;
    padding: 14px;
    cursor: pointer;
    line-height: 0;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 40px;
    width: 40px;
    text-align: center;
}

footer .footer_first .footer_social ul li a {
    color: #cacaca;
}

footer .footer_first .footer_social ul li:hover {
    background-color: #ffd333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer .footer_first .footer_social ul li:hover a {
    color: #3e3e3e;
}

footer .footer_second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer_second h3 {
    margin-top: 15px;
    color: #ffd333;
    font-weight: 600;
}

footer .footer_second .footer-contant {
    margin-top: 25px;
}

footer .footer_second .footer-contant ul li {
    display: inline-block;
    width: 100%;
    color: white;
    padding: 6px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .footer_second .footer-contant ul li a {
    color: #cacaca;
}

footer .footer_second .footer-contant ul li a i {
    margin-right: 10px;
    font-size: 13px;
}

footer .footer_second .footer-contant ul li a:hover {
    color: #ffffff;
    padding-left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .footer_third h3 {
    margin-top: 15px;
    color: #ffd333;
    font-weight: 600;
}

footer .footer_third .footer-gallery {
    margin-top: 30px;
}

footer .footer_third .footer-gallery ul li {
    margin-top: 3px;
    position: relative;
    cursor: pointer;
}

footer .footer_third .footer-gallery ul li:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #3e3e3e;
    opacity: 0.3;
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .footer_third .footer-gallery ul li:hover:before {
    opacity: 0.1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .footer_forth h3 {
    margin-top: 15px;
    color: #ffd333;
    font-weight: 600;
}

footer .footer_forth .footer-contant ul li {
    color: #cacaca;
    padding: 20px 0 0 25px;
    position: relative;
    display: block;
    font-weight: 300;
    letter-spacing: 0.03em;
}

footer .footer_forth .footer-contant ul li i {
    position: absolute;
    left: 0;
    padding: 0;
    top: 23px;
}

footer.home_2_footer {
    background-color: #363636;
}

footer.home_2_footer .copyright_sec {
    background-color: #363636;
}

footer.home_2_footer .footer_first .footer_social ul li:hover {
    background-color: #ffd333;
}

footer.home_2_footer .footer_second h3 {
    color: #ffd333;
}

footer.home_2_footer .footer_third h3 {
    color: #ffd333;
}

footer.home_2_footer .footer_forth h3 {
    color: #ffd333;
}

footer.home_3_footer {
    background-image: none;
}

footer.home_3_footer .footer_first .footer_social ul li:hover {
    background-color: #ffd333;
}

footer.home_3_footer .footer_second h3 {
    color: #ffd333;
}

footer.home_3_footer .footer_second .footer-contant ul li a i {
    color: #ffd333;
}

footer.home_3_footer .footer_third h3 {
    color: #ffd333;
}

footer.home_3_footer .footer_forth h3 {
    color: #ffd333;
}

footer.home_5_footer {
    background-color: #28343e;
}

.copyright_sec {
    background-color: #e02822;
    background-size: cover;
    background-position: top;
    -webkit-box-shadow: rgba(62, 62, 62, 0.8) 0px -20px 30px -20px;
    box-shadow: rgba(62, 62, 62, 0.8) 0px -20px 30px -20px;
    padding: 25px 0;
    position: relative;
    color: white;
}

.copyright_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(90deg, black, transparent 10px, #cca000 10px, #cca000 19px);
    height: 2px;
    top: 0;
    right: 0;
}

.copyright_sec .cop_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright_sec .cop_p p {
    color: white;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.copyright_sec .copy_link {
    -moz-text-align-last: end;
    text-align-last: end;
}

.copyright_sec .copy_link ul li a {
    color: white;
}

.copyright_sec .copy_link ul li:before {
    display: inline-block;
    padding: 0 5px;
    color: #999999;
    content: "/";
}

.copyright_sec .copy_link ul li:first-child:before {
    display: none;
}

.copyright_sec.copyright_sec_5 {
    background-color: #03151d;
}

/*=====================
    16.Loader CSS start
==========================*/
.loader-wrapper {
    background-color: black;
    margin: 0;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #2196f3;
    border-top: 40px solid #e02822;
    -webkit-animation: loader 2s ease-in-out infinite alternate;
    animation: loader 2s ease-in-out infinite alternate;
}

@-webkit-keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes loader {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}


/*=====================
    17.Tap to Top CSS start
==========================*/
.tap-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 8;
    display: none;
    text-align: center;
    background: #ffd333;
    border: none;
    font-size: 22px;
    padding: 4px;
    cursor: pointer;
    border-radius: 5px;
    color: #ffffff;
}

.tap-top.fb-top {
    bottom: 130px;
}

.tap-top.top_2 {
    background: #0281b5;
}

.tap-top.top_3 {
    background: #0281b5;
}

.tap-top.top_4 {
    background: #0281b5;
}

.tap-top.top_5 {
    background: #0281b5;
}

/*=====================
    18.Shop Page CSS start
==========================*/
.collection-filter-block {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    border: 1px solid #f5f5f5;
    border-radius: 7px;
}

.collection-filter-block>div {
    margin-bottom: 30px;
}

.collection-filter-block .product-service>div:last-child .media {
    padding-bottom: 0;
}

.collection-filter-block.cat-block li {
    display: block;
}

.collection-filter-block.cat-block li a {
    color: #3e3e3e;
}

.collection-filter-block.cat-block li+li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f1f1f1;
}

.collection-filter-block.cat-block li i {
    color: #000;
    font-size: 20px;
    padding-right: 15px;
    vertical-align: middle;
}

.collection-filter-block .sidebar>div+div {
    margin-bottom: 20px;
}

.collection-filter-block .product-service {
    padding: 10px 0;
}

.collection-filter-block .product-service .media {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f5f4;
}

.collection-filter-block .product-service .media svg {
    height: 35px;
    width: 35px;
}

.collection-filter-block .product-service .media svg path {
    fill: #ffd333;
}

.collection-filter-block .product-service .media .media-body {
    padding-left: 15px;
}

.collection-filter-block .product-service .media .media-body h4 {
    margin-bottom: 5px;
    font-weight: 500;
}

.collection-filter-block .product-service .media .media-body p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.hanger.hide .angle-b-left,
.hanger.hide .angle-b-right {
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.collection-collapse-block .collapse-block-title {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 600;
    margin: 0;
}

.collection-collapse-block .collapse-block-title:after {
    position: absolute;
    display: block;
    top: 0;
    right: -3px;
    content: "\f0d7";
    font-family: FontAwesome;
}

.collection-collapse-block .collection-collapse-block-content .color-selector {
    margin-top: 20px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 18px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li a {
    color: #777777;
    padding-bottom: 10px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:last-child a {
    padding-bottom: 0;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
    margin-top: 20px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    margin-bottom: 12px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
    margin-top: 20px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:last-child {
    margin-bottom: 0;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
    color: #3e3e3e;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:before {
    top: 1px;
    height: 15px;
    width: 15px;
    background: #ffffff;
    border: 1px solid #3e3e3e;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox label:after {
    top: 1px;
    height: 15px;
    width: 15px;
    background-size: 65%;
}

.collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
}

.color-selector ul {
    margin-bottom: -10px;
}

.color-selector ul li {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #3e3e3e;
}

.color-selector ul .color-1 {
    background-color: white;
}

.color-selector ul .color-2 {
    background-color: grey;
}

.color-selector ul .color-3 {
    background-color: red;
}

.color-selector ul .color-4 {
    background-color: purple;
}

.color-selector ul .color-5 {
    background-color: blue;
}

.color-selector ul .color-6 {
    background-color: yellow;
}

.color-selector ul .color-7 {
    background-color: green;
}

.color-selector ul li.active {
    border: 1px solid black;
    position: relative;
}

.color-selector ul li.active:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
    top: 10px;
    right: 4px;
    height: 15px;
    width: 15px;
    background-size: 70%;
    background-repeat: no-repeat;
    position: absolute;
}

.collection-sidebar-banner {
    margin-top: 30px;
}

.collection-sidebar-banner img {
    width: 100%;
}

.top-banner-wrapper .top-banner-content h4 {
    font-weight: 600;
    color: #3e3e3e;
    margin-bottom: 15px;
}

.top-banner-wrapper .top-banner-content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.top-banner-wrapper .top-banner-content p {
    color: #3e3e3e;
    margin-bottom: 0;
}

.product-box .product-detail h6 {
    color: #3e3e3e;
    font-weight: 600;
}

.product-box .img-wrapper .front img {
    width: 100%;
    height: 200px;
}

.product-box h4 {
    font-weight: 500;
}

.product-wrapper-grid.list-view .product-wrap .product-info {
    text-align: left;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 15px;
}

.product-wrapper-grid.list-view .product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
}

.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
    width: 25%;
}

.product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 15px;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: left !important;
}

.product-wrapper-grid.list-view .product-box .product-detail .rating {
    margin-top: 0;
}

.product-wrapper-grid.list-view .product-box .product-detail p {
    display: block !important;
    margin-bottom: 5px;
    line-height: 18px;
}

.product-wrapper-grid.list-view .product-box .product-detail .color-variant {
    padding-top: 10px;
}

.product-wrapper-grid.list-view .product-box .product-detail h6 {
    font-weight: 700;
    color: #3e3e3e;
}

.theme-card .offer-slider img {
    width: 80px;
    padding: 5px 15px 5px 0;
}

.small_slider:hover .owl-nav .owl-next,
.small_slider:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.small_slider .owl-nav {
    position: absolute;
    top: -45px;
    right: 5px;
    margin-top: 0;
}

.small_slider .owl-nav .owl-next,
.small_slider .owl-nav .owl-prev {
    line-height: 0.8 !important;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    font-size: 18px;
    background: #ffd333 !important;
    color: #ffffff !important;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-card .title-border {
    text-transform: uppercase;
    font-weight: 600;
}

.offer-slider .media-body h6 {
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 0;
}

.rating.comment_rate {
    margin-top: 0;
}

.rating i {
    padding-right: 5px;
}

.rating i:nth-child(-n + 4) {
    color: #ffd333;
}

.rating i:last-child {
    color: #dddddd;
}

.collection-product-wrapper .product-top-filter {
    background-color: #f6f6f6;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    border-radius: 7px;
    overflow: hidden;
}

.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.collection-product-wrapper .product-top-filter .popup-filter .search-count,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    border-right: 1px solid white;
    padding: 20px;
    text-transform: capitalize;
    width: 50%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .search-count h5,
.collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .popup-filter .search-count h5,
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5 {
    margin-bottom: 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    padding: 20px;
    width: 10%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
    margin-right: 14px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
    width: 20%;
    border-right: 1px solid white;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
    margin-left: 10px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
    height: 18px;
    cursor: pointer;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    position: relative;
    width: 25%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border: 0;
    padding: 20px;
    border-right: 1px solid white;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    background: url(../images/dropdown.png) no-repeat 95%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select:focus,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select:focus {
    outline: unset;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select option {
    padding: 20px 0;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 25%;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 10px;
}

.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    border-right: none;
}

.collection-product-wrapper .product-top-filter .popup-filter {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
    width: 3px;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
    background: #dddddd;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
    background: #888888;
}

.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
    background: #555555;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    position: relative;
    cursor: pointer;
    width: 20%;
    background: url(../images/dropdown.png) no-repeat 95%;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
    font-size: 16px;
    color: #222222;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    background-color: #f8f8f8;
    width: 270px;
    height: 600px;
    overflow-y: scroll;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
    border: none;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
    padding: 0 30px;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
    padding: 0 30px;
}

.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
    width: 100%;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    display: none;
    position: absolute;
    z-index: 9;
    top: 75px;
    left: 0;
    border: 1px solid #f1f5f4;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    min-width: 330px;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
    display: block;
}

.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
    margin-bottom: 0;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 20%;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-right: 45px;
    font-size: 16px;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 35px;
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    padding: 20px;
}

.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
    width: 20%;
}

.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    right: 25px !important;
}

.collection-product-wrapper .product-wrapper-grid.prouct_slide .product-box {
    margin-top: 0;
}

.collection-product-wrapper .product-wrapper-grid.f_product:nth-child(4) {
    margin-top: 0;
}

.collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 30px;
    overflow: hidden;
    -webkit-box-shadow: 1px 1px 12px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 1px 12px 0 rgba(68, 102, 242, 0.05);
    border-radius: 10px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail {
    padding: 20px;
    padding-top: 15px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
    display: none;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front {
    position: relative;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover {
    position: absolute;
    left: -55px;
    bottom: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    background-color: #ffd333;
    padding: 9px;
    border-radius: 100%;
    line-height: 1;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover i {
    font-size: 13px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover.add_wish {
    bottom: 53px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover.add_wish i {
    font-size: 14px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover.add_search {
    bottom: 93px;
}

.collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover:hover {
    background-color: #333333;
}

.collection-product-wrapper .product-wrapper-grid .product-box:hover .img-wrapper .add_hover {
    left: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.collection-product-wrapper .product-wrapper-grid .product-five {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6 {
    font-size: 13px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4 {
    font-size: 18px;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
    padding-right: 0;
}

.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
    padding: 8px 4px;
    font-size: 12px;
}

.filter-main-btn {
    display: none;
    margin-bottom: 20px;
    cursor: pointer;
}

.filter-main-btn span {
    width: 40%;
    font-size: 20px;
    background-color: #ffd333;
    padding: 5px 20px;
    border-radius: 5px;
}

.collection-mobile-back {
    padding: 15px 0;
    border-bottom: 1px solid #3e3e3e;
    display: none;
}

.collection-mobile-back span {
    text-transform: uppercase;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 600;
    cursor: pointer;
}

.collection-mobile-back span i {
    font-size: 20px;
    font-weight: bold;
    margin-right: 5px;
}

.product-pagination {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    margin: 50px 0;
}

.product-pagination .pagination {
    border-radius: 0;
}

.product-pagination .pagination .page-item {
    border-radius: 0;
}

.product-pagination .pagination .page-item a {
    padding: 18px;
    border-bottom: 0;
    border-top: 0;
    color: #b5b5b5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.product-pagination .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-pagination .pagination .page-item.active a {
    color: #ffd333;
    background-color: #ffffff;
    border-color: white;
}

.product-pagination .product-search-count-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    padding-right: 15px;
}

.product-pagination .product-search-count-bottom h5 {
    color: #b5b5b5;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0;
}

.product_sec .row>div:nth-last-child(n + 5) .product-box {
    margin-top: 0;
}

.theme-tab .tab-content {
    display: none;
}

.theme-tab .tab-content[style="display: block;"] .product-box,
.theme-tab .tab-content[style="display: block;"] .tab-box {
    -webkit-animation: zoomIn 300ms ease-in-out;
    animation: zoomIn 300ms ease-in-out;
}

.theme-tab .tab-title,
.theme-tab .tab-title2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -6px;
}

.theme-tab .tab-title .current a,
.theme-tab .tab-title2 .current a {
    color: #000;
    font-weight: 600;
}

.theme-tab .tab-title li,
.theme-tab .tab-title2 li {
    padding-left: 25px;
    padding-right: 25px;
}

.theme-tab .tab-title a,
.theme-tab .tab-title2 a {
    color: grey;
    text-transform: uppercase;
    font-size: 16px;
}

.theme-tab .tab-title2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: -8px;
}

.theme-tab .tab-title2:after {
    content: "";
    position: absolute;
    border: 1px solid #f1f5f4;
    width: 100%;
    left: 0;
    top: 17px;
    z-index: -1;
}

.theme-tab .tab-title2 .current {
    background-color: #ffffff;
}

.theme-tab .tab-title2 .current a {
    background-color: #ffffff;
}

.theme-tab .tabs {
    position: absolute;
    right: 25px;
    top: -53px;
    margin-bottom: 0;
}

.tab-product,
.product-full-tab {
    padding-top: 30px;
}

.tab-product .nav-material.nav-tabs,
.product-full-tab .nav-material.nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 0 15px 20px 15px;
    text-transform: uppercase;
    border: 0;
}

.tab-product .nav-material.nav-tabs .nav-item .material-border,
.product-full-tab .nav-material.nav-tabs .nav-item .material-border {
    border-bottom: 2px solid #ffd333;
    opacity: 0;
}

.tab-product .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active {
    color: #ffd333;
}

.tab-product .nav-material.nav-tabs .nav-link.active~.material-border,
.product-full-tab .nav-material.nav-tabs .nav-link.active~.material-border {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.tab-product .theme-form,
.product-full-tab .theme-form {
    padding: 0 20px;
}

.tab-product .theme-form input,
.product-full-tab .theme-form input {
    border-color: #dddddd;
    font-size: 15px;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: inherit;
    text-align: left;
}

.tab-product .theme-form .btn-solid,
.tab-product .theme-form .btn-outline,
.product-full-tab .theme-form .btn-solid,
.product-full-tab .theme-form .btn-outline {
    margin: 0 auto;
}

.tab-product .theme-form textarea,
.product-full-tab .theme-form textarea {
    border-color: #dddddd;
    font-size: 15px;
    padding: 17px 25px;
    margin-bottom: 15px;
    height: inherit;
}

.tab-product .tab-content.nav-material p,
.product-full-tab .tab-content.nav-material p {
    padding: 10px;
    margin-bottom: -8px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.tab-product .tab-content.nav-material .media,
.product-full-tab .tab-content.nav-material .media {
    margin-top: 20px;
}

.tab-product .title,
.product-full-tab .title {
    padding-right: 45px;
    color: #ffd333;
    padding-bottom: 20px;
}

.tab-product .theme-slider .slick-arrow,
.product-full-tab .theme-slider .slick-arrow {
    top: -45px;
    height: auto;
}

.tab-product .theme-slider .slick-arrow :before,
.product-full-tab .theme-slider .slick-arrow :before {
    color: #3e3e3e;
    font-size: 18px;
}

.tab-product .product-box,
.product-full-tab .product-box {
    position: relative;
    margin: 5px;
}

.tab-product .product-box:hover,
.product-full-tab .product-box:hover {
    -webkit-box-shadow: 0 0 12px 0 #dddddd;
    box-shadow: 0 0 12px 0 #dddddd;
}

.tab-product .product-box:hover .lbl-1,
.product-full-tab .product-box:hover .lbl-1 {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tab-product .product-box:hover .lbl-2,
.product-full-tab .product-box:hover .lbl-2 {
    opacity: 1;
    -webkit-animation: flipInY 1000ms ease-in-out;
    animation: flipInY 1000ms ease-in-out;
}

.tab-product .product-box:hover .color-variant li,
.product-full-tab .product-box:hover .color-variant li {
    opacity: 1 !important;
    -webkit-animation: fadeInUp 500ms ease-in-out;
    animation: fadeInUp 500ms ease-in-out;
}

.tab-product .product-box .img-block,
.product-full-tab .product-box .img-block {
    min-height: unset;
}

.tab-product .product-box .cart-info,
.product-full-tab .product-box .cart-info {
    position: absolute;
    padding: 10px 0;
    top: 25%;
    right: 15px;
    width: 40px;
    margin-right: 0;
}

.tab-product .product-box .cart-info i,
.product-full-tab .product-box .cart-info i {
    padding-right: 0;
}

.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button,
.product-full-tab .product-box .cart-info a,
.product-full-tab .product-box .cart-info button {
    color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #ffffff;
    height: 35px;
    width: 35px;
    margin: 7px 0;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    -webkit-box-shadow: 0 0 12px 0 #dddddd;
    box-shadow: 0 0 12px 0 #dddddd;
}

.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover,
.product-full-tab .product-box .cart-info a :hover,
.product-full-tab .product-box .cart-info button :hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #ffd333;
}

.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
    background-color: #ffd333;
    padding: 2px 20px 2px 10px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0;
}

.tab-product .product-box .lbl-1:before,
.product-full-tab .product-box .lbl-1:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #ffd333;
    border-bottom: 13px solid #ffd333;
    border-right: 7px solid #ffffff;
}

.tab-product .product-box .lbl-2,
.product-full-tab .product-box .lbl-2 {
    font-size: 14px;
    top: 15px;
    position: absolute;
    right: 10px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0;
}

.tab-product .product-box a,
.product-full-tab .product-box a {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.tab-product .product-box .color-variant,
.product-full-tab .product-box .color-variant {
    position: absolute;
    top: -35px;
    width: 100%;
}

.tab-product .product-box .slick-slide img,
.product-full-tab .product-box .slick-slide img {
    display: block;
}

.tab-product .product-box .product-details,
.product-full-tab .product-box .product-details {
    position: relative;
}

.tab-product .product-box .product-details .color-variant,
.product-full-tab .product-box .product-details .color-variant {
    position: absolute;
    top: -35px;
    width: 100%;
}

.tab-product .product-box .product-details .color-variant li,
.product-full-tab .product-box .product-details .color-variant li {
    opacity: 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.tab-product .product-box .product-details h6,
.product-full-tab .product-box .product-details h6 {
    color: #333333;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.tab-product .product-box .product-details .price,
.product-full-tab .product-box .product-details .price {
    padding-bottom: 10px;
    font-size: 16px;
    color: #ffd333;
}

.slick-slide img {
    width: 100%;
}

.product-left {
    padding: 15px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
}

.product-right p {
    margin-bottom: 0;
}

.product-right .product-title {
    color: #222222;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0;
}

.product-right .border-product {
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px dashed #dddddd;
}

.product-right h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 1.2em;
}

.product-right h3 {
    font-size: 26px;
    color: #222222;
    margin-bottom: 15px;
}

.product-right h4 {
    font-size: 16px;
    margin-bottom: 7px;
}

.product-right h4 del {
    color: #777777;
}

.product-right h4 span {
    padding-left: 5px;
    color: #ffd333;
}

.product-right .color-variant {
    margin-bottom: 10px;
}

.product-right .color-variant li {
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.product-right .product-buttons {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-right .product-buttons .theme_btn {
    padding: 7px 25px;
}

.product-right .product-buttons a:last-child {
    margin-left: 10px;
}

.product-right .product-description h6 span {
    float: right;
}

.product-right .product-description .qty-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.product-right .product-description .qty-box .input-group {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    width: unset;
}

.product-right .product-description .qty-box .input-group .form-control {
    border-right: none;
}

.product-right .size-box {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-right .size-box ul li {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #f7f7f7;
    text-align: center;
}

.product-right .size-box ul li a {
    color: #222222;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.product-right .size-box ul li.active {
    background-color: #f7f7f7;
}

.product-right .product-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-right .product-icon .product-social {
    margin-top: 5px;
}

.product-right .product-icon .product-social li {
    padding-right: 20px;
}

.product-right .product-icon .product-social li a {
    color: #333333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-right .product-icon .product-social li a i {
    font-size: 18px;
}

.product-right .product-icon .product-social li a:hover {
    color: #ffd333;
}

.product-right .product-icon .product-social li:last-child {
    padding-right: 0;
}

.product-right .product-icon .wishlist-btn {
    background-color: transparent;
    border: none;
}

.product-right .product-icon .wishlist-btn i {
    border-left: 1px solid #dddddd;
    font-size: 18px;
    padding-left: 10px;
    margin-left: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-right .product-icon .wishlist-btn span {
    padding-left: 10px;
    font-size: 18px;
}

.product-right .product-icon .wishlist-btn:hover i {
    color: #ffd333;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-right .payment-card-bottom {
    margin-top: 10px;
}

.product-right .payment-card-bottom ul li {
    padding-right: 10px;
}

.product-right .timer {
    margin-top: 10px;
    background-color: #f7f7f7;
}

.product-right .timer p {
    color: #222222;
}

.product-right.product-form-box {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 20px;
}

.product-right.product-form-box .product-description .qty-box {
    margin-bottom: 5px;
}

.product-right.product-form-box .product-description .qty-box .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.product-right.product-form-box .product-buttons {
    margin-bottom: 0;
}

.product-right.product-form-box .timer {
    margin-bottom: 10px;
    text-align: left;
}

.qty-box .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qty-box .input-group span button {
    background: #ffffff !important;
    border: 1px solid #ced4da;
}

.qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

.qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #777;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    height: 100%;
}

.qty-box .input-group button i {
    font-weight: 900;
    color: #222222;
}

.qty-box .input-group .icon {
    padding-right: 0;
}

.single-product-tables {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding: 0 20px;
}

.single-product-tables table {
    width: 30%;
}

.single-product-tables table tr {
    height: 35px;
}

.single-product-tables table tr td:first-child {
    font-weight: 600;
}

.light-layout {
    background-color: #f5f5f5;
}

.light-layout .success-text {
    text-align: center;
}

.light-layout .success-text i {
    font-size: 50px;
    color: #4ead4e;
}

.light-layout .success-text h2 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.light-layout .success-text p {
    font-size: 18px;
    text-transform: capitalize;
}

.light-layout .success-text.order-fail i {
    color: #ffd333;
}

.order-success-sec h4 {
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.order-success-sec .order-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    line-height: 24px;
    font-size: 16px;
}

.order-success-sec .payment-mode p {
    font-size: 16px;
    margin-bottom: 0;
}

.delivery-sec {
    padding: 30px;
    text-align: center;
    margin-top: 20px;
    background-color: #f9f9f9;
}

.delivery-sec h2,
.delivery-sec h3 {
    color: #3e3e3e;
    text-transform: capitalize;
    font-weight: 500;
}

.product-order {
    background-color: #ffffff;
}

.product-order h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: #3e3e3e;
}

.product-order .product-order-detail {
    margin-top: 15px;
}

.product-order .product-order-detail img {
    height: 130px;
}

.product-order .product-order-detail .order_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-order .product-order-detail .order_detail h4 {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 500;
}

.product-order .product-order-detail .order_detail h5 {
    text-transform: capitalize;
    margin-bottom: 0;
}

.product-order .total-sec {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin: 15px 0;
    padding: 15px 0;
}

.product-order .total-sec ul li {
    font-size: 18px;
    display: block;
    text-transform: capitalize;
}

.product-order .total-sec ul li span {
    float: right;
}

.product-order .final-total h3 {
    display: block;
    margin-bottom: 0;
}

.product-order .final-total h3 span {
    float: right;
}

/*=====================
    19.Customizer(RTL) Button CSS start
==========================*/
.rtl-btn {
    position: fixed;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    background: #ffd333;
    padding: 11px 11px 11px 14px;
    border-radius: 5px 0 0 5px;
    top: 32vh;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    cursor: pointer;
    letter-spacing: 1px;
}

.rtl-btn a {
    color: #ffffff;
}

/*=====================
    20.Cart Button CSS start
==========================*/
.addcart_btm_popup {
    position: fixed;
    right: 0;
    font-size: 22px;
    text-decoration: none;
    background: #ffd333;
    top: calc(32vh - 55px);
    z-index: 999;
    -webkit-box-shadow: 0 0 5px rgba(4, 4, 4, 0.28);
    box-shadow: 0 0 5px rgba(4, 4, 4, 0.28);
    border: 0;
    border-radius: 5px 0 0 5px;
    padding: 7px 18px 7px 18px;
}

.addcart_btm_popup a {
    position: relative;
}

.addcart_btm_popup a i {
    font-size: 18px;
    color: #3e3e3e;
}

.addcart_btm_popup a .cart_qty_cls {
    position: absolute;
    color: #ffffff;
    background: #3e3e3e;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    padding: 1px;
    left: 10px;
}

/*=====================
    21.Inner pages CSS start
==========================*/
.blog-shadow {
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    padding: 30px;
}

.cmn_bg_yellow {
    background-image: url("../images/inner_pages/common_img_yellow.png");
    background-attachment: fixed;
    position: relative;
}

.cmn_bg {
    background-image: url("../images/inner_pages/common_img.png");
    background-attachment: fixed;
    position: relative;
}

.cmn_bg.blog_page:before,
.cmn_bg.blog_side_sec:before,
.cmn_bg.checkout-page:before,
.cmn_bg.team_page:before,
.cmn_bg.portfolio-section:before,
.cmn_bg.success_page:before,
.cmn_bg.service_page:before,
.cmn_bg.contact-section:before,
.cmn_bg.cart-section:before,
.cmn_bg.shop_page:before {
    left: 100px;
}

.cmn_bg.blog_page:after,
.cmn_bg.blog_side_sec:after,
.cmn_bg.checkout-page:after,
.cmn_bg.team_page:after,
.cmn_bg.portfolio-section:after,
.cmn_bg.success_page:after,
.cmn_bg.service_page:after,
.cmn_bg.contact-section:after,
.cmn_bg.cart-section:after,
.cmn_bg.shop_page:after {
    right: 100px;
}

.cmn_bg:before,
.cmn_bg:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 211, 51, 0.6)), to(#ffd333));
    background: linear-gradient(to right, rgba(255, 211, 51, 0.6) 0%, #ffd333 100%);
}

.cmn_bg:before {
    -webkit-animation: movearrow 10s linear infinite;
    animation: movearrow 10s linear infinite;
    left: 15%;
    top: 33%;
    height: 14px;
    width: 85px;
}

.cmn_bg:after {
    height: 10px;
    width: 55px;
    right: 15%;
    top: 40%;
    animation: movearrow 5s linear infinite reverse;
}

.plus_decore li {
    background-color: #ffd333;
    height: 20px;
    position: absolute;
    width: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 211, 51, 0.6)), to(#ffd333));
    background: linear-gradient(to top, rgba(255, 211, 51, 0.6) 0%, #ffd333 100%);
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 100px;
}

.plus_decore li:before {
    content: "";
    height: 20px;
    position: absolute;
    width: 6px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 211, 51, 0.6)), to(#ffd333));
    background: linear-gradient(to top, rgba(255, 211, 51, 0.6) 0%, #ffd333 100%);
    border-radius: 5px;
    -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
}

.plus_decore li:nth-child(1) {
    left: 120px;
    bottom: 100px;
    animation: movearrow 5s linear infinite reverse;
}

.plus_decore li:nth-child(2) {
    right: 120px;
    bottom: 60px;
    left: unset;
    -webkit-animation: movearrow 10s linear infinite;
    animation: movearrow 10s linear infinite;
}

@-webkit-keyframes movearrow {
    0% {
        -webkit-transform: rotate(-45deg) translateX(0px);
        transform: rotate(-45deg) translateX(0px);
    }

    50% {
        -webkit-transform: rotate(-45deg) translateX(30px);
        transform: rotate(-45deg) translateX(30px);
    }

    100% {
        -webkit-transform: rotate(-45deg) translateX(0px);
        transform: rotate(-45deg) translateX(0px);
    }
}

@keyframes movearrow {
    0% {
        -webkit-transform: rotate(-45deg) translateX(0px);
        transform: rotate(-45deg) translateX(0px);
    }

    50% {
        -webkit-transform: rotate(-45deg) translateX(30px);
        transform: rotate(-45deg) translateX(30px);
    }

    100% {
        -webkit-transform: rotate(-45deg) translateX(0px);
        transform: rotate(-45deg) translateX(0px);
    }
}

.bread_crumb {
    background-image: url("../images/grind.webp");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(187, 187, 187, 0.3);
    background-blend-mode: multiply;
}

.bread_crumb.shop_bread_crumb {
    background-image: url("../images/ecommerce/breadcrumb.jpg");
    background-blend-mode: overlay;
    background-color: #3e3e3e;
}

.bread_crumb .functionalities {
    clear: both;
    position: relative;
}

.bread_crumb .functionalities ul.breadcrumb {
    clear: both;
    padding: 45px 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: unset;
}

.bread_crumb .functionalities ul i {
    position: relative;
    font-size: 16px;
}

.bread_crumb .functionalities ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    float: left;
    height: 45px;
    padding: 0 5px;
    position: relative;
    top: 0;
    line-height: 40px;
}

.bread_crumb .functionalities ul li a {
    color: #22282e;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.bread_crumb .functionalities ul li strong {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.bread_crumb .functionalities ul li strong i {
    margin-right: 10px;
}

.bread_crumb .functionalities ul li:first-child {
    padding-left: 0;
}

.bread_crumb .functionalities i {
    color: white;
}

.bread_crumb h5 {
    float: right;
    color: white;
}

.bread_crumb .page-title {
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bread_crumb .page-title h2 {
    margin-bottom: 0;
}

.single_blog_item .blog-text h6 {
    margin-top: 15px;
    font-weight: 500;
    color: #3e3e3e;
}

.single_blog_item .blog-text .blog-head {
    font-weight: 500;
    color: #3e3e3e;
}

.single_blog_item .blog-text .blog-description {
    border-bottom: 1px solid rgba(51, 51, 51, 0.25);
    padding-bottom: 20px;
}

.single_blog_item .blog-text .blog-description p {
    line-height: 1.9em;
    font-weight: 400;
    color: #3e3e3e;
    letter-spacing: 0.04em;
}

.single_blog_item .blog-text .blog-description h5 {
    display: inline-block;
    font-weight: 500;
    color: #3e3e3e;
    text-transform: uppercase;
}

.single_blog_item .blog-text .blog-description h5.pull-right {
    display: inline-block;
}

.single_blog_item .blog-text .blog-description h5.pull-right i {
    color: #ffd333;
}

.page-header-comment {
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 500;
}

.blog_comment.comment-list .comment_sec {
    padding: 15px 0 0;
}

.blog_comment.comment-list .comment_sec .blog_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog_comment.comment-list .comment_sec .blog_center .thumbnail {
    display: block;
    padding: 4px;
    margin: 0;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.blog_comment.comment-list .comment_sec .blog_center .thumbnail img {
    border-radius: 50%;
    width: 50px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user {
    margin-left: 15px;
    width: 100%;
    position: relative;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right {
    float: right;
    padding: 5px 10px 0;
    color: #3e3e3e;
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: -3px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right:hover {
    color: #ffd333;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(62, 62, 62, 0.05);
    padding: 10px 0;
    position: relative;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .right_text {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    background-color: #dddddd;
    font-weight: 500;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .comment-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .comment-user h6 {
    margin: 0;
    line-height: 0;
    color: #3e3e3e;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .comment-user i {
    color: #ffd333;
    margin-right: 5px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .comment-date {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .comment-date h6 {
    margin: 0;
    line-height: 0;
    color: #3e3e3e;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-start .comment-date i {
    color: #ffd333;
    margin-right: 5px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .comment-post p {
    line-height: 1.5em;
    margin-bottom: 0;
    padding: 15px 0 0 0;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #3e3e3e;
}

.blog_comment.comment-list .comment_sec .blog_center.re_comment {
    margin-top: 5px;
}

.comment_form {
    margin: 0 auto;
    position: relative;
}

.comment_form .title {
    color: #3e3e3e;
    text-align: center;
    text-transform: uppercase;
    margin-top: 50px;
}

.comment_form .comment-form .form-field {
    position: relative;
    margin: 35px 0;
    padding: 0 35px 0 20px;
}

.comment_form .comment-form .form-field textarea {
    resize: none;
}

.comment_form .comment-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #3e3e3e;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}

.comment_form .comment-form .input-text:focus {
    outline: none;
}

.comment_form .comment-form .input-text:focus+.label,
.comment_form .comment-form .input-text.not-empty+.label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}

.comment_form .comment-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #888888;
    cursor: text;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.comment_form .comment-form .submit-btn {
    display: inline-block;
    background-color: #3e3e3e;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
}

.comment_form .comment-form .comment_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comment_form .note {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
}

.comment_form .note .link {
    color: #888888;
    text-decoration: none;
}

.comment_form.contact_form.contect_f .page-header-comment {
    margin-top: 0;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec {
    background-color: #fafafa;
    padding: 30px 30px;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec:before,
.comment_form.contact_form.contect_f .quote_2.comment_form_sec:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    top: 50px;
    left: 15px;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec:after {
    top: unset;
    bottom: 50px;
}

.comment_form.contact_form.contect_f .quote_2.comment_form_sec .quote_form .form-row .form-group .form-control {
    border: 1px solid rgba(62, 62, 62, 0.03);
    padding: 15px 15px;
}

.comment_form.contact_form .contact_text {
    padding: 30px;
    background-color: rgba(62, 62, 62, 0.04);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.comment_form.contact_form .contact_text .title {
    color: #ffffff;
}

.comment_form.contact_form .contact_text p {
    margin: 15px 0 35px 0;
    font-weight: 400;
    color: rgba(62, 62, 62, 0.7);
}

.comment_form.contact_form .contact_text .title {
    margin-top: 0;
    text-align: unset;
    color: #3e3e3e;
    font-weight: 500;
    text-transform: capitalize;
}

.comment_form.contact_form .contact_text .contect_info .contect-title h3 {
    margin-bottom: 16px;
    color: #3e3e3e;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul {
    color: #3e3e3e;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    color: rgba(62, 62, 62, 0.7);
    font-weight: 400;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul li:nth-child(4) {
    margin-bottom: 0;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul li i {
    margin-right: 10px;
}

.comment_form.contact_form .center {
    padding: 0;
}

.comment_form.contact_form .center .contect_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.comment_form.contact_form .center .contect_form .full_form {
    width: 100%;
    padding: 90px;
    background-color: #fafafa;
}

.comment_form.contact_form .center .contect_form .full_form h3 {
    font-weight: 500;
}

.comment_form.contact_form .center .contect_form .full_form .comment-form .form-field {
    padding: 0 20px;
    margin: 30px 0;
}

.comment_form.contact_form .center .contect_form .full_form .comment-form .input-text {
    background-color: #fafafa;
}

.comment_form.contact_form .center .contect_form .full_form .comment-form .comment_btn {
    margin-top: 25px;
    display: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.comment_form.contact_form .center .contect_form .full_form .comment-form .comment_btn .theme_btn {
    margin-top: 20px;
}

.comment_form.coming-soon .comment-form .input-text {
    background-color: transparent;
}

.comment_form.coming-soon .comment-form .form-field {
    margin: 20px 0;
}

.contact_form .contact_text:before,
.contact_form .contact_text:after {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999999;
    position: absolute;
    top: 50px;
    right: 15px;
}

.contact_form .contact_text:after {
    top: unset;
    bottom: 50px;
}

.angle:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #818282), color-stop(50%, #727373));
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px #707070;
    box-shadow: 0 0 5px #707070;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.angle.angle-left:before {
    right: -4px;
    top: 34px;
}

.angle.angle-right:before {
    left: -4px;
    bottom: 34px;
}

.single-portfolio .slide_1 .owl-dots,
.single-portfolio .slide_1 .owl-nav {
    display: none;
}

.single-portfolio .icon {
    color: #ffffff;
    background-color: rgba(170, 170, 172, 0.6);
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
}

.single-portfolio .single-product {
    padding: 50px 0 0 0;
}

.single-portfolio .single-product h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: 500;
    color: #3e3e3e;
}

.single-portfolio .single-product p {
    line-height: 1.9em;
    font-weight: 400;
    color: #777777;
    letter-spacing: 0.04em;
}

.single-portfolio .single-product .right-part li {
    display: block;
    float: left;
    margin-bottom: 30px;
    width: 50%;
}

.single-portfolio .single-product .right-part li h5 {
    line-height: 1;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single-portfolio .single-product .right-part li span {
    font-weight: 300;
}

.single-portfolio .single-product .right-part li p {
    margin-bottom: 0;
    text-transform: capitalize;
}

.single-portfolio .single-product .portfolio-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -5px;
}

.single-portfolio .single-product .portfolio-social .post ul li a {
    color: #3e3e3e;
    font-size: 16px;
    padding-right: 15px;
}

.single-portfolio .single-product .portfolio-social .post ul li a:hover {
    color: #ffd333;
}

.single-portfolio .single-product .portfolio-social .view {
    margin-left: auto;
}

.single-portfolio .single-product .portfolio-social .view .view-site {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 500;
}

.single-portfolio .single-product .portfolio-social .view .view-site:hover {
    color: #ffd333;
}

.portfolio-section {
    text-align: center;
}

.portfolio-section .center_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-section .article-title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 24px;
}

.portfolio-section .article-title a {
    color: white;
}

.portfolio-section .isotopeSelector {
    position: relative;
}

.portfolio-section .isotopeSelector .overlay {
    position: relative;
    padding: 5px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    border: 1px solid rgba(12, 20, 41, 0.03);
}

.portfolio-section .isotopeSelector img {
    width: 100%;
    height: auto;
}

.portfolio-section .isotopeSelector {
    margin-bottom: 30px;
}

.portfolio-section .isotopeSelector img {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-section .isotopeSelector .overlay-background {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-section .isotopeSelector .overlay-background i {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffd333;
    display: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-section .isotopeSelector:hover img {
    -webkit-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.portfolio-section .isotopeSelector:hover .overlay-background {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(62, 62, 62, 0.5);
    border: 7px solid #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.portfolio-section .isotopeSelector:hover .overlay-background i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.portfolio-section .border-portfolio {
    margin: 3px;
    overflow: hidden;
}

.portfolio-section #form2 {
    padding-bottom: 20px;
}

.portfolio-section #form2 .filter-button {
    width: unset !important;
}

.portfolio-section .filter-button {
    padding: 0 24px;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.8;
    border: none;
    background-color: white;
    cursor: pointer;
}

.portfolio-section .filter-button.active {
    background-color: #ffd333;
    color: #ffffff;
}

.portfolio-section.fullwidth-portfolio .isotopeSelector {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px;
}

.portfolio-section.metro-section .product-box .product-detail {
    opacity: 0;
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    text-align: center;
}

.portfolio-section.metro-section .product-box .product-detail h6 {
    color: #3e3e3e;
    padding-top: 0;
    margin-top: -2px;
}

.portfolio-section.metro-section .product-box .product-detail h4 {
    font-weight: 400;
    color: #3e3e3e;
}

.portfolio-section.metro-section .product-box .cart-wrap {
    top: 7px;
    right: 7px;
    opacity: 1;
}

.portfolio-section.metro-section .product-box .cart-wrap button {
    border: 1px solid #ffffff;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.portfolio-section.metro-section .product-box .cart-wrap button i {
    padding: 7px;
    color: #3e3e3e;
}

.portfolio-section.metro-section .product-box .cart-wrap a i {
    border-radius: 100%;
    border: 1px solid #ffffff;
    margin: 5px 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 7px;
    color: #3e3e3e;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-section.metro-section .product-box:hover .product-detail {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 15px;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap button {
    -webkit-animation: none;
    animation: none;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a i {
    opacity: 1;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(2) i {
    -webkit-animation: fadeInDown 500ms ease-in-out;
    animation: fadeInDown 500ms ease-in-out;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(3) i {
    -webkit-animation: fadeInDown 700ms ease-in-out;
    animation: fadeInDown 700ms ease-in-out;
}

.portfolio-section.metro-section .product-box:hover .cart-wrap a:nth-child(4) i {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;
}

.filter-section .filter-container {
    text-align: center;
    padding: 0 0 20px;
}

.filter-section .filter-container ul.filter>li {
    padding: 0 25px;
}

.filter-section .filter-container ul.filter>li>a {
    color: #3e3e3e;
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    line-height: 2;
}

.filter-section .filter-container ul.filter>li>a:hover,
.filter-section .filter-container ul.filter>li>a:focus {
    text-decoration: none;
    color: #ffd333;
    outline: none;
}

.filter-section .filter-container ul.filter>li.active {
    background-color: #ffd333;
}

.filter-section .filter-container ul.filter>li.active a {
    color: #ffffff;
}

.filter-section .filter-container ul.filter>li span {
    color: #ddd;
    font-size: 20px;
    display: inline-block;
    margin: 0 5px;
}

.filter-section .filter-container .filter>li {
    padding: 0;
    margin: 0;
}

.filter-section .title1 .title-inner1 {
    margin-top: -5px;
}

.filter-section h1 {
    text-align: center;
}

.faq_section {
    background-image: url("../images/faq-bg.jpg");
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(255, 255, 255, 0.5);
}

.faq_section .faq_sec_title h3 {
    color: #3e3e3e;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -5px;
}

.faq_section .accordion.faq_sec .card {
    border: none;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    margin-bottom: 27px;
}

.faq_section .accordion.faq_sec .card .card-header {
    background-color: #ffd333;
    padding: 0.56rem 1rem;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
}

.faq_section .accordion.faq_sec .card .card-header h5 .collapsed,
.faq_section .accordion.faq_sec .card .card-header h5 button {
    color: #3e3e3e;
    text-decoration: none;
    background-color: #ffd333;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
}

.faq_section .accordion.faq_sec .card .card-header h5 .collapsed:before,
.faq_section .accordion.faq_sec .card .card-header h5 button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    position: absolute;
    right: 12px;
    top: 12px;
}

.faq_section .accordion.faq_sec .card .card-header h5 button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f068";
    position: absolute;
    right: 12px;
    top: 12px;
}

.faq_section .accordion.faq_sec .card .card-body {
    background-color: #ffffff;
    padding: 17px 20px;
}

.faq_section .accordion.faq_sec .card .card-body p {
    letter-spacing: 0.02em;
    margin-bottom: 0;
    font-weight: 400;
}

.faq_section .accordion.faq_sec .card:last-child {
    margin-bottom: 0;
}

.faq_section .faq_strength {
    background-color: white;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
}

.faq_section .faq_strength .media {
    padding: 38px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faq_section .faq_strength .media+.media {
    padding-top: 0;
}

.faq_section .faq_strength .media img {
    margin-right: 20px;
}

.faq_section .faq_strength .media .media-body h5 {
    color: #3e3e3e;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: -5px;
}

.faq_section .faq_strength .media .media-body p {
    color: #777777;
    letter-spacing: 0.04em;
    margin-bottom: 0;
    font-weight: 500;
}

.faq_section.home_faq_2 .faq_sec_title {
    display: none;
}

.faq_section.home_faq_2 .faq_strength .media .media-body h5 {
    color: #3e3e3e;
}

.faq_section.home_faq_2 .faq_strength .media .media-body p {
    color: rgba(62, 62, 62, 0.8);
}

.faq_section.home_faq_2 .con_title h2 {
    color: #3e3e3e;
}

.faq_section.home_faq_2 .accordion.faq_sec .card {
    border: none;
}

.faq_section.home_faq_2 .accordion.faq_sec .card .card-header {
    padding: 0.54rem 1rem;
    background-color: #ffd333;
    border-radius: 0;
}

.faq_section.home_faq_2 .accordion.faq_sec .card .card-header h5 .collapsed,
.faq_section.home_faq_2 .accordion.faq_sec .card .card-header h5 button {
    color: #ffffff;
    background-color: #ffd333;
    font-weight: 500;
}

.faq_section.home_faq_2 .accordion.faq_sec .card .card-body {
    background-color: #eeeeee;
}

.faq_section.home_faq_2.home_faq_6 .accordion.faq_sec .card .card-body {
    background-color: #ffffff;
}

.faq_section.home_faq_5 {
    background-image: none;
    background-color: #f5f5f5;
}

.faq_section.home_faq_5 .accordion {
    margin-top: unset;
}

.faq_section.home_faq_5 .accordion.faq_sec .card {
    border: none;
}

.faq_section.home_faq_5 .accordion.faq_sec .card .card-header {
    background-color: #3e3e3e;
    padding: 0;
}

.faq_section.home_faq_5 .accordion.faq_sec .card .card-header h5 .collapsed,
.faq_section.home_faq_5 .accordion.faq_sec .card .card-header h5 button {
    color: #ffffff;
    text-decoration: none;
    background-color: #041c27;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
}

.faq_section.home_faq_5 .accordion.faq_sec .card .card-header h5 .collapsed:before,
.faq_section.home_faq_5 .accordion.faq_sec .card .card-header h5 button:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    position: absolute;
    right: 20px;
    top: 20px;
}

.faq_section.home_faq_5 .accordion.faq_sec .card .card-header h5 button {
    background-color: #ffd333;
    padding: 15px 20px;
    border-radius: 0;
}

.faq_section.home_faq_5 .accordion.faq_sec .card .card-body {
    background-color: unset;
}

.page_decore li {
    position: absolute;
}

.page_decore li:first-child {
    top: 55%;
    left: 50px;
    -webkit-animation: movebounce 5s linear infinite;
    animation: movebounce 5s linear infinite;
}

.page_decore li:nth-child(2) {
    left: 48%;
    bottom: 30px;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
}

.page_decore li:nth-child(3) {
    top: 35%;
    left: 43%;
    -webkit-animation: moveleft 5s linear infinite;
    animation: moveleft 5s linear infinite;
}

@-webkit-keyframes moveleft {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleft {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

.coming-sec {
    background-image: url("../images/wall.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 0;
}

.coming-sec .form-text form {
    text-align: center;
}

.coming-sec .form-text form input {
    padding: 12px 25px;
    width: 50%;
    margin: 20px auto;
    border-radius: 25px;
    border: 1px solid #dcdcdc;
}

.coming-sec .form-text form input:focus {
    outline: none;
}

.coming-sec .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
    padding: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coming-sec .countdown {
    margin: auto;
    display: table;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 24px;
}

.coming-sec .countdown>div {
    float: left;
    min-width: 160px;
}

.coming-sec .countdown span {
    position: relative;
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
}

.coming-sec .countdown span:before {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 20px;
    height: 1px;
    background: #ffd333;
}

.coming-sec .countdown .countdown__days .number,
.coming-sec .countdown .countdown__hours .number,
.coming-sec .countdown .countdown__minutes .number,
.coming-sec .countdown .countdown__seconds .number {
    text-align: center;
}

.coming-sec .social {
    text-align: center;
    list-style-type: none;
    margin-top: 35px;
}

.coming-sec .social li {
    display: inline-block;
}

.coming-sec .social li:nth-of-type(n+2) {
    margin-left: 12px;
}

.coming-sec .social a {
    padding: 8px 0;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #3e3e3e;
    border: 1px solid #3e3e3e;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.coming-sec .social a:hover {
    color: #ffd333;
    border-color: #ffd333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.coming-sec .social .fa {
    vertical-align: middle;
    font-size: 18px;
}

.coming-sec .content h1 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    color: #ffd333;
    text-transform: capitalize;
}

.coming-sec .content .form-text .text p {
    max-width: 70%;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5em;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: rgba(62, 62, 62, 0.8);
}

.back_error .not_found p {
    font-size: calc(13px + (17 - 13) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1.5;
    margin-bottom: 20px;
    color: #585858;
}

.back_error .not_found img {
    width: 500px;
}

.back_error .not_found h1 {
    color: #ffd333;
    text-align: center;
    font-size: calc(60px + (200 - 60) * ((100vw - 320px) / (1920 - 320)));
    line-height: 0.75;
}

.back_error .not_found h2 {
    color: #3e3e3e;
    margin: 40px 0 20px;
}

.back_error .not_found .error_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.back_error .not_found a {
    color: #3e3e3e;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_side_title h6 {
    background-color: #ffd333;
    color: #ffffff;
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}

.home_1_news.blog_side_sec .blog_sidebar .about_blog {
    margin-bottom: 30px;
}

.home_1_news.blog_side_sec .blog_sidebar .about_blog .text_blog p {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 500;
}

.home_1_news.blog_side_sec .blog_sidebar .about_blog .text_blog .sign {
    text-align: center;
    margin-top: 15px;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post {
    margin-bottom: 30px;
    background-color: #ffffff;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .text p {
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: 500;
}

.home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .text p.date {
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category {
    margin-bottom: 25px;
    background-color: #ffffff;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(23, 23, 23, 0.2);
    padding-bottom: 15px;
    display: block;
    color: #777777;
    font-weight: 500;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a:hover {
    color: #ffd333;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a i {
    margin-right: 10px;
}

.home_1_news.blog_side_sec .blog_sec_side .row>div:nth-child(-n+2) .news_sec {
    margin-top: 0;
}

.home_1_news.blog_side_sec .blog_sec_side .news_sec {
    margin-top: 30px;
}

.home_1_news.blog_side_sec.home_1_news .news_sec {
    margin-left: 0;
    margin-right: 0;
}

.home_1_news.news_2 .news_sec .text_p h4 {
    color: #3e3e3e;
}

.home_1_news.news_2 .con_title h2 {
    color: #3e3e3e;
}

.qty-box .input-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qty-box .input-group span button {
    background: #ffffff !important;
    border: 1px solid #ced4da;
}

.qty-box .input-group .form-control {
    text-align: center;
    width: 80px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

.qty-box .input-group button {
    background-color: transparent;
    border: 0;
    color: #777777;
    cursor: pointer;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.qty-box .input-group button i {
    font-weight: 900;
    color: #222222;
}

.qty-box .input-group .icon {
    padding-right: 0;
}

.cart-section .table tbody+tbody,
.wishlist-section .table tbody+tbody {
    border-top: none;
}

.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
    padding-top: 35px;
}

.cart-section .cart-buttons>div:last-child,
.wishlist-section .cart-buttons>div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
    padding-top: 35px;
    text-align: right;
}

.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
    margin-left: 15px;
}

.cart-section .wishlist-buttons .wish_btn_right,
.wishlist-section .wishlist-buttons .wish_btn_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cart-section .cart-table,
.wishlist-section .cart-table {
    overflow: hidden;
    margin-bottom: 0;
}

.cart-section .cart-table thead,
.cart-section .cart-table tbody,
.cart-section .cart-table tfoot,
.cart-section .cart-table tr,
.cart-section .cart-table td,
.cart-section .cart-table th,
.wishlist-section .cart-table thead,
.wishlist-section .cart-table tbody,
.wishlist-section .cart-table tfoot,
.wishlist-section .cart-table tr,
.wishlist-section .cart-table td,
.wishlist-section .cart-table th {
    border: 1px solid #ddd !important;
}

.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
    border-bottom-width: 1px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    font-size: 14px;
    border-top: 0;
    text-align: center;
    padding: 1rem 0.75rem 1rem 0.75rem;
}

.cart-section tbody h2,
.wishlist-section tbody h2 {
    margin-bottom: 0;
}

.cart-section tbody tr td,
.wishlist-section tbody tr td {
    vertical-align: middle;
    color: #777777;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
    color: #777777;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.cart-section tbody tr td a i,
.cart-section tbody tr td p i,
.wishlist-section tbody tr td a i,
.wishlist-section tbody tr td p i {
    font-size: 18px;
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    height: 90px;
}

.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
    color: #ffd333;
}

.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
    font-size: 24px;
    color: #222222;
    font-weight: 400;
}

.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
}

.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
    border-radius: 5px;
}

.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
    width: 48px;
    padding: 6px;
}

.cart-section tbody tr td .mobile-cart-content .col-xs-3,
.wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
}

.cart-section tbody tr td .mobile-cart-content h2,
.wishlist-section tbody tr td .mobile-cart-content h2 {
    font-size: 20px;
}

.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
    padding-top: 35px;
    text-align: right;
}

.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
    border: none;
    padding-right: 63px;
}

.cart-section tfoot tr td h2,
.wishlist-section tfoot tr td h2 {
    font-size: 24px;
    margin-bottom: 0;
}

.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
    width: 85%;
    font-size: 15px;
    padding-right: 10px;
    text-transform: capitalize;
    font-weight: 700;
}

.checkout-page .checkout-title {
    margin-bottom: 25px;
}

.checkout-page .checkout-title h3 {
    color: #444444;
    font-weight: 700;
}

.checkout-page .checkout-form .checkout-details {
    position: relative;
    background-color: #fbfbfb;
    border: 1px solid #f3f4f9;
    -webkit-box-shadow: 1px 5px 20px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 20px 0 rgba(68, 102, 242, 0.05);
    padding: 40px;
}

.checkout-page .checkout-form .check-out .form-group:last-child {
    margin-bottom: -5px;
}

.checkout-page .checkout-form .check-out .form-group:last-child label {
    margin-bottom: -5px;
}

.checkout-page .checkout-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.checkout-page .checkout-form .form-group h3 {
    color: #444444;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 30px;
}

.checkout-page .checkout-form .form-group .field-label {
    line-height: 24px;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
}

.checkout-page .checkout-form .form-group .field-label span {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}

.checkout-page .checkout-form .form-group label {
    color: #444444;
}

.checkout-page .checkout-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background: url(../images/dropdown.png) no-repeat 95%;
}

.checkout-page .checkout-form input[type="text"],
.checkout-page .checkout-form input[type="email"],
.checkout-page .checkout-form input[type="password"],
.checkout-page .checkout-form input[type="tel"],
.checkout-page .checkout-form input[type="number"],
.checkout-page .checkout-form input[type="url"] {
    width: 100%;
    padding: 0 22px;
    height: 45px;
    border: 1px solid rgba(12, 20, 41, 0.05);
    border-radius: 5px;
}

.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
    width: 100%;
    padding: 0 22px;
    height: 45px;
    border: 1px solid rgba(12, 20, 41, 0.05);
}

.checkout-page .check-box {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
}

.checkout-page .check-box label {
    position: relative;
    top: -1px;
    font-weight: normal;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
}

.checkout-page .lower-content {
    margin-top: 30px;
}

.checkout-page .lower-content .order-column {
    margin-bottom: 40px;
}

.order-box {
    position: relative;
    margin-bottom: 50px;
}

.order-box .title-box {
    position: relative;
    padding-bottom: 25px;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.order-box .title-box span {
    position: relative;
    width: 35%;
    float: right;
    line-height: 1.2em;
}

.order-box .qty {
    position: relative;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}

.order-box .qty li {
    position: relative;
    display: block;
    font-size: 15px;
    color: #444444;
    line-height: 20px;
    margin-bottom: 20px;
}

.order-box .qty li span {
    float: right;
    font-size: 18px;
    line-height: 20px;
    color: #232323;
    font-weight: 400;
    width: 35%;
}

.order-box .sub-total {
    position: relative;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 30px;
}

.order-box .sub-total li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.order-box .sub-total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #ffd333;
    font-weight: 400;
    width: 35%;
    float: right;
}

.order-box .sub-total .shopping-option label {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    padding-left: 10px;
    color: #6f6f6f;
}

.order-box .sub-total .shipping {
    width: 35%;
    float: right;
}

.order-box .total {
    position: relative;
    margin-bottom: 40px;
}

.order-box .total li {
    position: relative;
    display: block;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.order-box .total li .count {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #ffd333;
    font-weight: 400;
}

.order-box .total li span {
    float: right;
    font-size: 15px;
    line-height: 20px;
    color: #444444;
    font-weight: 400;
    width: 35%;
    display: block;
}

.payment-box {
    position: relative;
}

.payment-box .upper-box {
    position: relative;
}

.payment-box .payment-options {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.payment-box .payment-options li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.payment-box .payment-options li .radio-option {
    position: relative;
}

.payment-box .payment-options li .radio-option label {
    position: relative;
    padding-left: 30px;
    text-transform: capitalize;
    color: #6f6f6f;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

.payment-box .payment-options li .radio-option input[type="radio"] {
    position: absolute;
    left: 0;
    top: 5px;
}

.payment-box .payment-options li .radio-option label .small-text {
    position: relative;
    display: none;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    margin-top: 10px;
}

.payment-box .payment-options li .radio-option label img {
    position: relative;
    display: block;
    max-width: 100%;
    margin-left: -30px;
    margin-top: 5px;
}

.payment-box .text-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.login-page h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    margin-top: -5px;
}

.login-page .theme-card {
    padding: 30px;
    line-height: 1;
    -webkit-box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 15px 2px rgba(68, 102, 242, 0.05);
}

.login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.login-page .theme-card .theme-form input {
    border-color: rgba(62, 62, 62, 0.05);
    font-size: 14px;
    padding: 15px 25px;
    margin-bottom: 30px;
    height: inherit;
    border-radius: 5px;
}

.login-page .authentication-right {
    height: calc(100% - 48px);
}

.login-page .authentication-right h6 {
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-page .authentication-right p {
    font-size: 14px;
    color: #555555;
    line-height: 2;
    margin-bottom: 1rem;
}

.outer {
    margin: 0 auto;
    max-width: 800px;
}

#big .item {
    padding: 0 0;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

#thumbs .item {
    background: #c9c9c9;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

#thumbs .item h1 {
    font-size: 18px;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#big.owl-theme {
    position: relative;
}

#big.owl-theme .owl-prev {
    left: 10px;
}

#big.owl-theme .owl-next {
    right: 10px;
}

.pagination_sec .cdp {
    position: relative;
    padding: 50px 0 0 0;
    font-size: 0;
    z-index: 6;
}

.pagination_sec .cdp i.fa-angle-double-left {
    margin-right: 5px;
}

.pagination_sec .cdp i.fa-angle-double-right {
    margin-left: 5px;
}

.pagination_sec .cdp_i {
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background 250ms;
    transition: background 250ms;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px 0;
    height: 38px;
    min-width: 38px;
    border: 1px solid #ffd333;
    background-color: #ffd333;
    line-height: 38px;
    padding: 0;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: .03em;
}

.pagination_sec .cdp_i:first-child,
.pagination_sec .cdp_i:last-child {
    padding: 0 16px;
    margin: 0 12px 0;
}

.pagination_sec .cdp_i:last-child,
.pagination_sec .cdp_i:nth-child(2),
.pagination_sec .cdp_i:nth-last-child(2) {
    display: inline-block;
}

.pagination_sec .cdp_i:hover {
    background-color: #ffd333;
    color: white;
}

.pagination_sec.pagination_portfolio .cdp {
    padding: 20px 0 0 0;
}

/*=====================
    23.RTL CSS start
==========================*/
.owl-carousel {
    direction: ltr;
}

body.rtl .home-slider .slide_1 .slider-content {
    text-align: right;
}

body.rtl .home-slider .slide_1 .slider-content .slider_btn {
    float: right;
}

body.rtl .home-slider .slide_1 .slider-content h3.home_2_title:after {
    margin-left: auto;
}

body.rtl .our_service .service_our .service_content {
    padding-left: 0;
    padding-right: 80px;
}

body.rtl .our_service .service_our .service_content .service_icon {
    left: unset;
    right: 20px;
}

body.rtl .home1 .col-xl-8.col-md-9 {
    margin-left: 33.33%;
}

body.rtl .product-right .product-buttons a:last-child {
    margin-right: 10px;
}

body.rtl .ml-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}

body.rtl .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    left: 0;
    right: unset;
}

body.rtl .default_btn {
    margin-left: 0;
    margin-right: 20px;
}

body.rtl .top-contact.tap-contact-7 .top-social ul li i {
    margin-left: 9px;
}

body.rtl .top-contact .top-social ul {
    float: left;
}

body.rtl .top-contact .top-social ul li:last-child {
    padding-right: 15px;
    padding-left: 0;
}

body.rtl .top-contact .top-content ul {
    padding-right: 0;
}

body.rtl .top-contact .top-content ul li i {
    padding-left: 10px;
    padding-right: 0;
}

body.rtl .top-contact .top-content ul li:first-child {
    padding-left: 30px;
    padding-right: 0;
}

body.rtl .dropdown-toggle::after {
    margin-right: 0.255em;
}

body.rtl .navbar-brand {
    margin-right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.rtl .navbar .menu-btn {
    margin-left: 0;
    margin-right: 15px;
}

body.rtl .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
    text-align: left;
}

body.rtl .our_service figure.snip_con {
    text-align: right;
}

body.rtl .our_service figure.snip_con figcaption p {
    -webkit-transform: translate3d(-30%, 0%, 0);
    transform: translate3d(-30%, 0%, 0);
}

body.rtl .our_service figure.snip_con figcaption:before {
    right: 100%;
    left: unset;
}

body.rtl .our_service figure.snip_con:hover figcaption p {
    text-align: right;
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
}

body.rtl .our_service figure.snip_con:hover figcaption:before {
    right: 30px;
    left: unset;
}

body.rtl .our_service .service_our .service_content h5 {
    margin-right: 20px;
    margin-left: 0;
}

body.rtl .about_img img {
    left: 150px;
    right: unset;
}

body.rtl .about_img.about_img_5 img {
    left: 52%;
    right: unset;
}

body.rtl .about_machine {
    position: absolute;
    bottom: -75px;
    right: 20px;
    -webkit-transform: rotate3d(0, 1, 0, 160deg);
    transform: rotate3d(0, 1, 0, 160deg);
}

body.rtl .about_sec .con_title h2 {
    text-align: right;
}

body.rtl .about_sec .about_content h4 {
    text-align: right;
}

body.rtl .about_sec .about_content p {
    text-align: right;
}

body.rtl .about_sec .about_btn {
    float: right;
}

body.rtl .our_project .project_row {
    background-color: #3e3e3e;
}

body.rtl .our_project .project_row figure.snip_con .img_shadow:after {
    right: 0;
}

body.rtl .our_project .project_row figure.snip_con figcaption .link_icon {
    border-right: 1px solid #ffc412;
    border-left: 0;
}

body.rtl .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
    margin-left: 15px;
    margin-right: 0;
}

body.rtl .our_project .project_row figure.snip_con figcaption .text_pro h6 {
    margin: 5px 20px 0 0;
    text-align: right;
}

body.rtl .our_project .project_row figure.snip_con figcaption .text_pro h4 {
    text-align: right;
    margin-right: 20px;
}

body.rtl .home_1_news .news_sec .text_p h4 {
    text-align: right;
}

body.rtl .home_1_news .news_sec .text_p P {
    text-align: right;
}

body.rtl .home_1_news .news_sec .text_p h6.readmore {
    text-align: right;
}

body.rtl .home_1_news .news_sec .text_p .date_sec {
    right: 15px;
    left: unset;
}

body.rtl .faq_section .faq_strength .media .media-body h5 {
    text-align: right;
}

body.rtl .faq_section .faq_strength .media .media-body p {
    text-align: right;
}

body.rtl .faq_section .faq_strength .media img {
    margin-left: 20px;
}

body.rtl .faq_section .accordion.faq_sec .card .card-header h5 button {
    text-align: right;
}

body.rtl .faq_section .accordion.faq_sec .card .card-header h5 button:before {
    left: 12px;
    text-align: left;
}

body.rtl .faq_section .accordion.faq_sec .card .card-body p {
    text-align: right;
}

body.rtl .newsletter_sec .bdr_right {
    border-left: 1px solid #777777;
    border-right: 0;
}

body.rtl .newsletter_sec .call_us .con_text h4 {
    text-align: right;
}

body.rtl footer .footer_first .footer-contant img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body.rtl footer .footer_first .footer-contant .footer_social ul {
    text-align: right;
    padding-right: 0;
}

body.rtl footer .footer_first p {
    text-align: right;
}

body.rtl footer .footer_second h3 {
    text-align: right;
}

body.rtl footer .footer_second .footer-contant ul {
    padding-right: 0;
    text-align: right;
}

body.rtl footer .footer_second .footer-contant ul li a:hover {
    padding-left: unset;
    padding-right: 5px;
}

body.rtl footer .footer_second .footer-contant ul li a i {
    margin-left: 10px;
}

body.rtl footer .footer_third h3 {
    text-align: right;
}

body.rtl footer .footer_third .footer-contant.footer-gallery ul {
    padding-right: 0;
    text-align: right;
}

body.rtl footer .footer_forth h3 {
    text-align: right;
}

body.rtl footer .footer_forth .footer-contant ul {
    padding-right: 0;
    text-align: right;
}

body.rtl footer .footer_forth .footer-contant ul li {
    padding: 20px 25px 0 0;
}

body.rtl footer .footer_forth .footer-contant ul li i {
    right: 0;
}

body.rtl .our_service_2 .service_our_2 .service_content p {
    text-align: right;
}

body.rtl .our_service_2 .service_our_2 .service_content a {
    float: left;
}

body.rtl .our_service_2 .service_our_2 .service_content .service_title .icon_bg {
    left: 20px;
    right: unset;
}

body.rtl .navbar.nav_3 .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 14px;
    padding-left: 0;
}

body.rtl .navbar.nav_5 .navbar-nav .nav-item:first-child .nav-link {
    padding-right: 14px;
    padding-left: 14px;
}

body.rtl .contect_Quote .contect_Quote_flex .quote_content h5.quote_title {
    text-align: right;
}

body.rtl .contect_Quote .contect_Quote_flex .q_icon {
    margin-left: 15px;
    margin-right: unset;
}

body.rtl .our_service_2 .service_our_2 .service_content .service_title {
    display: block;
}

body.rtl .our_service_2 .service_our_2 .service_content .service_title h5 {
    text-align: right;
}

body.rtl .logo_button_header .main-menu .logo_btn_sec {
    margin-right: auto;
    margin-left: unset;
}

body.rtl .logo_button_header .main-menu .logo_btn_text .text_center_logo img {
    margin: 10px 0 0 10px;
}

body.rtl .logo_button_sec .main-menu .logo_btn_text {
    margin-right: auto;
    margin-left: unset;
}

body.rtl .logo_button_sec .main-menu .logo_btn_text .email {
    margin-right: 40px;
    margin-left: unset;
}

body.rtl .navbar.nav_5 .search.open {
    width: 320px;
}

body.rtl .navbar.nav_5 .search-icon {
    margin-right: 5px;
    margin-left: unset;
}

body.rtl .navbar.nav_5 .search-box {
    padding: 20px 45px 20px 45px;
}

body.rtl .navbar.nav_5 .navbar-nav {
    padding-right: 0;
}

body.rtl .bread_crumb .page-title {
    float: left;
}

body.rtl .bread_crumb .functionalities ul li:first-child {
    padding-right: 0;
}

body.rtl .bread_crumb .functionalities ul li strong i {
    margin-left: 10px;
}

body.rtl .pagination_sec .cdp i.fa-angle-double-left {
    margin-left: 5px;
}

body.rtl .pagination_sec .cdp i.fa-angle-double-right {
    margin-right: 5px;
}

body.rtl .single-portfolio .single-product h4 {
    text-align: right;
}

body.rtl .single-portfolio .single-product .right-part {
    padding-right: 0;
}

body.rtl .single-portfolio .single-product .right-part li h5 {
    text-align: right;
}

body.rtl .single-portfolio .single-product .right-part li span {
    float: right;
}

body.rtl .single-portfolio .single-product p {
    text-align: right;
}

body.rtl .single-portfolio .single-product .portfolio-social .post ul {
    padding-right: 0;
    padding-left: unset;
}

body.rtl .single-portfolio .single-product .portfolio-social .view {
    margin-right: auto;
    margin-left: unset;
}

body.rtl .single_blog_item {
    background-color: #ffffff;
}

body.rtl .single_blog_item .blog-text .blog-description p {
    text-align: right;
}

body.rtl .single_blog_item .blog-text .blog-head {
    text-align: right;
}

body.rtl .single_blog_item .blog-text h6 {
    text-align: right;
}

body.rtl .page-header-comment {
    text-align: right;
}

body.rtl .blog_comment.comment-list .comment_sec .blog_center .blog_user {
    margin-right: 15px;
}

body.rtl .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right {
    float: left;
}

body.rtl .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date {
    margin-right: 10px;
}

body.rtl .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i {
    margin-left: 5px;
    margin-right: unset;
}

body.rtl .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
    margin-left: 5px;
    margin-right: unset;
}

body.rtl .quote_2 .quote_form .form-row .form-group label {
    float: right;
}

body.rtl .quote_2 .quote_btn {
    float: right;
}

body.rtl .home_1_news.blog_side_sec .blog_sidebar .blog_category a {
    text-align: right;
}

body.rtl .home_1_news.blog_side_sec .blog_sidebar .blog_category a i {
    margin-left: 10px;
    margin-right: unset;
}

body.rtl .home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .text p {
    margin-bottom: 10px;
    margin-left: unset;
    margin-right: 10px;
    text-align: right;
}

body.rtl .comment_form .comment-form .label {
    right: 20px;
    left: unset;
}

body.rtl .comment_form.contact_form .contact_text p {
    text-align: right;
}

body.rtl .comment_form.contact_form .contact_text .title {
    text-align: right;
}

body.rtl .comment_form.contact_form .contect_info .contant-text ul {
    padding-right: 0;
}

body.rtl .comment_form.contact_form .contect_info .contant-text ul li {
    text-align: right;
}

body.rtl .comment_form.contact_form .contect_info .contant-text ul li i {
    margin-left: 10px;
    margin-right: unset;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form h3 {
    font-weight: 500;
    text-align: right;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form .comment-form .comment_btn .theme_btn {
    margin-top: 20px;
    float: right;
}

body.rtl .contect_Quote .contect_Quote_flex .quote_content h5 {
    text-align: right;
}

body.rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    text-align: right;
    border-right: unset;
}

body.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-right: 1px solid #dddddd;
}

body.rtl .collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover {
    right: -55px;
    left: unset;
}

body.rtl .collection-product-wrapper .product-wrapper-grid .product-box:hover .img-wrapper .add_hover {
    right: 10px;
    left: unset;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body.rtl .top-banner-wrapper .top-banner-content h4 {
    text-align: right;
}

body.rtl .top-banner-wrapper .top-banner-content h5 {
    text-align: right;
}

body.rtl .top-banner-wrapper .top-banner-content p {
    text-align: right;
}

body.rtl .cart-section tfoot tr td:first-child {
    text-align: left;
}

body.rtl .register-page h3 {
    text-align: right;
}

body.rtl .register-page .theme-card .theme-form label {
    float: right;
}

body.rtl .rtl_r {
    float: right;
}

body.rtl .login-page .theme-card .theme-form label {
    float: right;
}

body.rtl .product-box .product-detail .rating {
    text-align: right;
}

body.rtl .product-box .product-detail h6 {
    text-align: right;
}

body.rtl .product-box .product-detail h4 {
    text-align: right;
}

body.rtl .collection-collapse-block .collapse-block-title {
    text-align: right;
}

body.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter ul {
    padding: 0;
}

body.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox {
    text-align: right;
}

body.rtl .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .collection-filter-checkbox:first-child {
    text-align: right;
}

body.rtl .collection-collapse-block .collection-collapse-block-content .color-selector ul {
    text-align: right;
    padding: 0;
}

body.rtl .product-right h3,
body.rtl .product-right h2,
body.rtl .product-right h4 {
    text-align: right;
}

body.rtl .product-right .product-title {
    text-align: right;
}

body.rtl .product-right p {
    text-align: right;
}

body.rtl .product-right .product-icon .product-social {
    text-align: right;
    padding: 0;
}

body.rtl .product-right .product-icon .product-social li {
    padding-left: 15px;
    padding-right: unset;
}

body.rtl .tab-product .tab-content.nav-material p {
    text-align: right;
}

body.rtl .rating.comment_rate {
    text-align: right;
}

body.rtl .tab-product .theme-form label {
    float: right;
}

body.rtl .collection-filter-block .product-service .media .media-body {
    padding-left: unset;
    padding-right: 15px;
}

body.rtl .collection-filter-block .product-service .media .media-body h4,
body.rtl .collection-filter-block .product-service .media .media-body p {
    text-align: right;
}

body.rtl .collection-collapse-block .collapse-block-title:after {
    left: -3px;
    right: unset;
}

body.rtl .login-page h3 {
    text-align: right;
}

body.rtl .login-page .authentication-right p {
    text-align: right;
}

body.rtl .login-page .authentication-right h6 {
    text-align: right;
}

body.rtl .tab-product .theme-form input {
    text-align: right;
}

body.rtl .review_btn {
    float: right;
}

body.rtl .order-success-sec h4 {
    text-align: right;
}

body.rtl .order-success-sec ul {
    padding: 0;
}

body.rtl .product-order h3 {
    text-align: right;
}

body.rtl .product-order .product-order-detail {
    text-align: right;
}

body.rtl .order-box .title-box span {
    text-align: right;
}

body.rtl .order-box .qty {
    padding-right: unset;
}

body.rtl .order-box .qty li span {
    text-align: right;
}

body.rtl .order-box .sub-total {
    padding-right: unset;
}

body.rtl .order-box .sub-total li .count {
    text-align: right;
}

body.rtl .order-box .sub-total .shipping {
    text-align: right;
}

body.rtl .order-box .sub-total .shopping-option label {
    padding-left: unset;
    padding-right: 10px;
}

body.rtl .order-box .total {
    padding-right: 0;
}

body.rtl .order-box .total li .count {
    text-align: right;
}

body.rtl .payment-box .payment-options ul {
    padding-right: 0;
}

body.rtl .payment-box .payment-options li .radio-option {
    text-align: right;
}

body.rtl .payment-box .payment-options li .radio-option input {
    right: 0;
    left: unset;
}

body.rtl .payment-box .payment-options li .radio-option label {
    padding-left: 0;
    padding-right: 30px;
}

body.rtl .payment-box .payment-options li .radio-option label img {
    margin-right: -30px;
    margin-left: 0;
}

body.rtl .checkout-page .checkout-form select {
    background: url(../images/dropdown.png) no-repeat 3%;
}

body.rtl .contact_form .contact_text:before,
body.rtl .contact_form .contact_text:after {
    right: unset;
    left: 15px;
}

body.rtl .angle:before {
    content: "";
    width: 8px;
    height: 46px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #818282), color-stop(50%, #727373));
    background: linear-gradient(to bottom, #818282 50%, #727373 50%);
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px #707070;
    box-shadow: 0 0 5px #707070;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body.rtl .angle.angle-left:before {
    right: unset;
    left: -4px;
    top: 34px;
}

body.rtl .angle.angle-right:before {
    left: unset;
    right: -4px;
    bottom: 34px;
}

body.rtl .comment_form.contact_form.contect_f .quote_2.comment_form_sec:before,
body.rtl .comment_form.contact_form.contect_f .quote_2.comment_form_sec:after {
    left: unset;
    right: 15px;
}

body.rtl .comment_form.contact_form .contact_text {
    padding: 30px;
    background-color: rgba(62, 62, 62, 0.04);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.rtl .comment_form.contact_form .contact_text .title {
    color: #ffffff;
}

body.rtl .comment_form.contact_form .contact_text p {
    margin: 15px 0 35px 0;
    font-weight: 400;
    color: rgba(62, 62, 62, 0.7);
}

body.rtl .comment_form.contact_form .contact_text .title {
    margin-top: 0;
    text-align: unset;
    color: #3e3e3e;
    font-weight: 500;
    text-transform: capitalize;
}

body.rtl .comment_form.contact_form .contact_text .contect_info .contect-title h3 {
    margin-bottom: 16px;
    color: #3e3e3e;
}

body.rtl .comment_form.contact_form .contact_text .contect_info .contant-text ul {
    color: #3e3e3e;
}

body.rtl .comment_form.contact_form .contact_text .contect_info .contant-text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    color: rgba(62, 62, 62, 0.7);
    font-weight: 400;
}

body.rtl .comment_form.contact_form .contact_text .contect_info .contant-text ul li:nth-child(4) {
    margin-bottom: 0;
}

body.rtl .comment_form.contact_form .contact_text .contect_info .contant-text ul li i {
    margin-right: 10px;
}

body.rtl .comment_form.contact_form .center {
    padding: 0;
}

body.rtl .comment_form.contact_form .center .contect_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form {
    width: 100%;
    padding: 90px;
    background-color: #fafafa;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form h3 {
    font-weight: 500;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form .comment-form .form-field {
    padding: 0 20px;
    margin: 30px 0;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form .comment-form .input-text {
    background-color: #fafafa;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form .comment-form .comment_btn {
    margin-top: 25px;
    display: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

body.rtl .comment_form.contact_form .center .contect_form .full_form .comment-form .comment_btn .theme_btn {
    margin-top: 20px;
}

body.rtl .comment_form.coming-soon .comment-form .input-text {
    background-color: transparent;
}

body.rtl .comment_form.coming-soon .comment-form .form-field {
    margin: 20px 0;
}

body.rtl .vector.price-section .price-cart {
    text-align: right;
}

body.rtl .vector.price-section .price-cart a {
    float: right;
}

body.rtl .about_us_sec .offset-xl-6 {
    margin-left: unset;
    margin-right: auto;
}

body.rtl .foot_logo {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.rtl .vector.home-slider .home_cun_slider_1 a {
    float: right;
}

body.rtl .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-left: 20px;
}

body.rtl .home-slider a {
    float: right;
}

body.rtl .contect_Quote .contect_Quote_flex {
    text-align: right;
}

body.rtl .plus_decore li:before {
    margin-right: -5px;
}

body.rtl .logo_button_sec .main-menu .logo_btn_text .text_center_logo .logo_content {
    padding-left: 20px;
}

body.rtl .header-5 .logo_button_sec .logo_btn {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.rtl .ecommerce-layout .top-contact.commerce-layout .top-header-right {
    float: left;
}

body.rtl .ecommerce-layout .top-contact.top-header {
    text-align: right;
}

body.rtl .ecommerce-layout .top-contact .top-header-left>li+li,
body.rtl .ecommerce-layout .top-contact .top-header-right>li+li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px dotted #ffffff;
    margin-left: 0;
    padding-left: 0;
    border-left: unset;
}

body.rtl .ecommerce-layout .mid-header {
    text-align: right;
}

body.rtl .ecommerce-layout .mid-header .cart-box {
    float: left;
}

body.rtl .ecommerce-layout .mid-header .brand-logo img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

body.rtl .ecommerce-layout .ecommerce-from input {
    border-radius: 0 8px 8px 0;
}

body.rtl .ecommerce-layout .ecommerce-from .btn_inverse {
    border-radius: 8px 0 0 8px;
    padding-left: 7px;
    padding-right: 20px;
}

body.rtl .ecommerce-layout .ecommerce-from .selective:before {
    right: 0;
    left: unset;
}

body.rtl .ecommerce-layout .btn_inverse i {
    margin-left: 10px;
    margin-right: 0;
}

body.rtl .ecommerce-layout .sidebar .cat-block ul {
    padding: 0;
}

body.rtl .ecommerce-layout .sidebar .cat-block ul li {
    position: relative;
    text-align: right;
}

body.rtl .ecommerce-layout .sidebar .cat-block ul li a {
    text-align: right;
    padding-right: 30px;
}

body.rtl .ecommerce-layout .sidebar .cat-block ul li a i {
    position: absolute;
    right: 0;
    padding-right: 0;
}

body.rtl .ecommerce-layout .sidebar .offer-slider .media a {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

body.rtl .ecommerce-layout .sidebar .offer-slider .media a img {
    padding: 5px 0 5px 15px;
}

body.rtl .ecommerce-layout .sidebar .offer-slider .media .media-body {
    text-align: right;
}

body.rtl .ecommerce-layout .collection-banner {
    text-align: right;
}

body.rtl .ecommerce-layout .collection-banner .theme_btn {
    float: right;
}

body.rtl .ecommerce-layout .title {
    text-align: right;
}

body.rtl .ecommerce-layout .theme-tab .tabs {
    left: 0;
    right: unset;
}

body.rtl .ecommerce-layout .vert-midd {
    margin-bottom: -10px;
}

body.rtl .ecommerce-layout .vert-midd .slick-next {
    left: 10px;
    right: unset;
}

body.rtl .ecommerce-layout .vert-midd .slick-prev {
    left: 40px;
}

body.rtl .ecommerce-layout .vert-midd .img-wrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

body.rtl .ecommerce-layout .vert-midd .img-wrapper:hover .front .add_hover {
    left: unset;
    right: 5px;
}

body.rtl .ecommerce-layout .vert-midd .img-wrapper .front .add_hover {
    right: -55px;
    left: unset;
}

body.rtl .ecommerce-layout .vert-midd .inner-slide .media-body .product-info {
    text-align: right;
}

body.rtl .ecommerce-layout .vert-midd .inner-slide .media-body .product-info .prices {
    display: block;
}

body.rtl .ecommerce-layout .vert-midd .inner-slide .media-body .product-info .prices h4 {
    display: inline-block;
}

body.rtl .ecommerce-layout .vert-midd .inner-slide .media-body .product-info .theme_btn {
    float: right;
}

body.rtl .ecommerce-layout .rating i:first-child {
    color: #dddddd;
}

body.rtl .ecommerce-layout .rating i:last-child {
    color: #ffd333;
}

body.rtl .solar.price-section .price-cart {
    text-align: right;
}

body.rtl .solar.price-section .price-cart a {
    float: right;
}

/*=====================
    24. Layouts Css Start
==========================*/
.plumbing .our_service figure.snip_con {
    background-color: #3e3e3e;
}

.plumbing .slide_1 .home_cun_slider_1 {
    height: 100vh;
}

.vector-slider {
    background-color: #ffffff;
}

.vector-slider .bg-size {
    background-position: 100% 0 !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.vector-slider .owl-item {
    overflow: hidden;
}

.vector-slider .vector_right li {
    background-image: url("../images/vector/cog.png");
    position: absolute;
    left: -110px;
    height: 200px;
    width: 200px;
    background-size: cover;
    top: 150px;
    -webkit-animation: spin 12s infinite linear;
    animation: spin 12s infinite linear;
}

.vector-slider .vector_right li:nth-child(2) {
    left: 90px;
    top: 230px;
    animation: spin 12s infinite linear reverse;
}

.vector-slider .vector_right li:nth-child(3) {
    top: 390px;
    height: 350px;
    width: 350px;
    left: -170px;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-full {
    height: calc(100vh - 130px);
}

.home-full.semi-light-version .slider-content h1 {
    color: #ffffff;
}

.home-full.semi-light-version .slider-content p {
    margin-top: 10px;
    margin-bottom: 30px;
}

.home-full.semi-light-version .slider-content h3 {
    color: #ffffff;
}

.home-full.semi-light-version .owl-nav [class*="owl-"] {
    color: #ffffff;
}

.home-full.semi-light-version .owl-nav [class*="owl-"]:hover {
    color: #ffffff;
}

.home-full.semi-light-version .owl-dots {
    background-color: rgba(255, 211, 51, 0.5);
    border-radius: 25px;
}

.home-full.vector-slider .owl-dots .owl-dot.active span {
    background-color: #f1f1f1;
}

.home-full.vector-slider .owl-dots .owl-dot.active:before {
    background-color: #f1f1f1;
}

.home-full.light-version .slider-content h1 {
    color: #ffffff;
}

.home-full.light-version .slider-content h3 {
    color: rgba(255, 255, 255, 0.8);
}

.home-full.light-version .owl-dots {
    background-color: #ffffff;
    border-radius: 25px;
}

.home-full.light-version .owl-nav {
    display: none;
}

.home-full.big-header {
    height: calc(100vh - 205px);
}

.home-full.big-header .bg-size {
    height: calc(100vh - 205px);
}

.home-full.big-header .slider-content {
    height: calc(100vh - 205px);
}

.home-full .bg-size {
    height: calc(100vh - 130px);
}

.home-full .slider-content {
    height: calc(100vh - 130px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-full .slider-content h1 {
    color: #3e3e3e;
}

.home-full .slider-content h3 {
    font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
    margin-bottom: 10px;
    margin-top: 50px;
    line-height: 1.5;
    clear: both;
}

.home-full .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
    width: 100%;
}

.home-full .owl-nav button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-full .owl-nav [class*="owl-"] {
    position: absolute;
}

.home-full .owl-nav [class*="owl-"] i {
    font-size: 26px;
    margin: 0 10px;
    line-height: 0;
}

.home-full .owl-nav [class*="owl-"] span {
    font-size: 16px;
    font-weight: 600;
}

.home-full .owl-nav [class*="owl-"]:hover {
    background: inherit;
    color: inherit;
}

.home-full .owl-nav .owl-next {
    right: 30px;
    opacity: 0;
}

.home-full .owl-nav .owl-prev {
    left: 30px;
    opacity: 0;
}

.home-full .owl-dots {
    position: absolute;
    bottom: 10%;
    right: 30px;
    width: 20px;
}

.home-full .owl-dots .owl-dot {
    position: relative;
}

.home-full .owl-dots .owl-dot span {
    background-color: #ffd333;
    margin: 0 5px;
}

.home-full .owl-dots .owl-dot.active {
    margin-bottom: 50px;
}

.home-full .owl-dots .owl-dot.active:before {
    content: "";
    height: 40px;
    width: 2px;
    background-color: #3e3e3e;
    position: absolute;
    top: 15px;
    left: 9px;
}

.home-full .owl-dots .owl-dot.active span {
    background-color: #3e3e3e;
}

.home-full:hover .owl-nav .owl-next {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.home-full:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-modal .quick-view-img img {
    width: 100%;
}

.ecommerce-layout .ecommerce-sidebar {
    width: 300px;
    max-width: 300px;
    z-index: 2;
}

.ecommerce-layout .ecommerce-sidebar .collection-filter-block>div {
    margin-bottom: 0;
}

.ecommerce-layout .ecommerce-sidebar~.col-md-9,
.ecommerce-layout .ecommerce-sidebar~.col-lg-9 {
    width: calc(100% - 300px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.ecommerce-layout .collection-product-wrapper .theme-tab .tab-title li {
    padding-left: 15px;
    padding-right: 15px;
}

.ecommerce-layout .collection-product-wrapper .product-wrapper-grid .product-box {
    margin-top: 0;
}

.ecommerce-layout .news_slide_ecommerce {
    margin-bottom: -13px;
    margin-top: -13px;
}

.ecommerce-layout .slider-ecommerce .owl-dots {
    display: none;
}

.ecommerce-layout .slider-ecommerce .owl-nav button {
    background-color: #ffd333;
    height: 35px;
    width: 35px;
    border-radius: 100%;
}

.ecommerce-layout .slider-ecommerce .owl-nav button:hover {
    background-color: #ffce1a !important;
}

.ecommerce-layout .slider-ecommerce .owl-nav span {
    display: none;
}

.ecommerce-layout .slider-ecommerce .slider_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding-left: 50px;
}

.ecommerce-layout .slider-ecommerce .slider_content h1 {
    margin-bottom: 25px;
}

.ecommerce-layout .slider-ecommerce .slider_content h5 {
    margin-bottom: 20px;
    line-height: 1.8;
}

.ecommerce-layout .slider-ecommerce .bg-size {
    height: 550px;
}

.ecommerce-layout .mid-header .row .brand-logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ecommerce-layout .mid-header .row .col-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ecommerce-layout .home_1_news .item .news_sec {
    border-radius: 10px;
    overflow: hidden;
}

.ecommerce-layout section {
    padding: 40px 0;
}

.ecommerce-layout .theme-card .title-border {
    font-weight: 600;
    background-color: #f6f6f6;
    padding: 10px 15px;
    border-radius: 7px;
}

.ecommerce-layout .brand_slide_ecommerce img {
    max-width: 100px;
    margin: 0 auto;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecommerce-layout .brand_slide_ecommerce img:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ecommerce-layout .theme_btn {
    border-radius: 10px;
}

.ecommerce-layout .title h2 {
    font-size: 20px;
    color: #3e3e3e;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    padding: 15px 20px;
    border-radius: 8px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
}

.ecommerce-layout .contect_Quote {
    margin-top: 30px;
    border-radius: 15px;
}

.ecommerce-layout .slider-ecommerce {
    border-radius: 15px;
    overflow: hidden;
}

.ecommerce-layout .slider-ecommerce h1 {
    font-size: 30px;
}

.ecommerce-layout .slider-ecommerce .slider-content h3 {
    font-size: 16px;
    color: #3e3e3e;
}

.ecommerce-layout .slider-ecommerce .slider-content .theme_btn_eff {
    padding: 8px 10px;
}

.ecommerce-layout .main-body {
    background-color: #ffffff;
    padding-top: 20px;
}

.ecommerce-layout .bottom-header {
    background-color: #d7d7d7;
    padding-top: 13px;
    padding-bottom: 13px;
}

.ecommerce-layout .mid-header {
    background-color: #0281b5;
}

.ecommerce-layout .mid-header .cart-box {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    float: right;
}

.ecommerce-layout .mid-header .cart-box h5 {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3;
}

.ecommerce-layout .mid-header .cart-box h6 {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 5px;
}

.ecommerce-layout .mid-header .cart-box i {
    font-size: 32px;
    position: absolute;
    left: 15px;
    top: 28px;
    color: #ffd333;
}

.ecommerce-layout .ecommerce-from {
    padding-right: 160px;
}

.ecommerce-layout .ecommerce-from input {
    border-radius: 8px 0 0 8px;
    border: none;
    font-size: 14px;
    padding-left: 20px;
}

.ecommerce-layout .ecommerce-from .selective {
    position: relative;
}

.ecommerce-layout .ecommerce-from .selective:before {
    content: "";
    position: absolute;
    border-left: 1px solid #dddddd;
    height: 20px;
    left: 0;
    top: 11px;
}

.ecommerce-layout .ecommerce-from select {
    border: none;
    color: #777777;
    padding-left: 10px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/angle.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 9px;
    height: 100%;
}

.ecommerce-layout .ecommerce-from *:focus {
    outline: none !important;
}

.ecommerce-layout .bottom-header .btn_white {
    position: absolute;
    width: auto;
    right: 15px;
    top: 0;
    padding: 8px 30px;
}

.ecommerce-layout .container {
    max-width: 1500px;
}

.ecommerce-layout .sidebar-toggle {
    width: 320px;
    display: inline-block;
}

.ecommerce-layout .custom-container {
    width: calc(100% - 320px);
    display: inline-block;
    -webkit-box-flex: calc(100% - 320px);
    -ms-flex: calc(100% - 320px);
    flex: calc(100% - 320px);
    max-width: calc(100% - 320px);
}

.ecommerce-layout .btn_inverse {
    background-color: #3e3e3e;
    font-size: 14px;
    padding: 8px 30px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.8;
    letter-spacing: 1px;
    border-radius: 8px;
    z-index: unset;
    width: 100%;
}

.ecommerce-layout .btn_inverse i {
    font-weight: 600;
    margin-right: 20px;
}

.ecommerce-layout .btn_white {
    background-color: #ffffff;
    font-size: 14px;
    padding: 8px;
    font-weight: 500;
    color: #3e3e3e;
    line-height: 1.8;
    letter-spacing: 1px;
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.ecommerce-layout .btn_white i {
    font-weight: 600;
    margin-right: 10px;
}

.ecommerce-layout .input-group .btn_inverse {
    padding-left: 20px;
    padding-right: 7px;
    border-radius: 0 8px 8px 0;
}

.ecommerce-layout .input-group .btn_inverse i {
    font-size: 0;
}

.ecommerce-layout .sidebar .title h2 {
    margin-bottom: 8px;
}

.ecommerce-layout .vert-midd .slick-prev {
    top: -45px;
    right: 40px;
    left: unset;
}

.ecommerce-layout .vert-midd .slick-next {
    top: -45px;
    right: 10px;
}

.ecommerce-layout .vert-midd .slick-prev:before,
.ecommerce-layout .vert-midd .slick-next:before {
    color: #ffd333;
}

.ecommerce-layout .vert-midd .media {
    -webkit-box-shadow: 1px 1px 12px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 1px 12px 0 rgba(68, 102, 242, 0.05);
    margin: 0 10px;
    border-radius: 10px;
    overflow: hidden;
}

.ecommerce-layout .vert-midd .img-wrapper {
    overflow: hidden;
    min-width: 190px;
}

.ecommerce-layout .vert-midd .img-wrapper:hover .front .add_hover {
    left: 5px;
    opacity: 1;
}

.ecommerce-layout .vert-midd .img-wrapper .front {
    position: relative;
}

.ecommerce-layout .vert-midd .img-wrapper .front .add_hover {
    position: absolute;
    left: -55px;
    bottom: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    background-color: #ffd333;
    padding: 9px;
    border-radius: 100%;
    line-height: 1;
    opacity: 0;
}

.ecommerce-layout .vert-midd .img-wrapper .front .add_hover i {
    font-size: 14px;
}

.ecommerce-layout .vert-midd .img-wrapper .front .add_hover.add_wish {
    bottom: 53px;
}

.ecommerce-layout .vert-midd .img-wrapper .front .add_hover.add_wish i {
    font-size: 14px;
}

.ecommerce-layout .vert-midd .img-wrapper .front .add_hover.add_search {
    bottom: 93px;
}

.ecommerce-layout .vert-midd .img-wrapper .front .add_hover:hover {
    background-color: #333333;
}

.ecommerce-layout .no-arrow .slick-prev,
.ecommerce-layout .no-arrow .slick-next {
    display: none !important;
}

.ecommerce-layout .product-m .slick-slide>div {
    margin: 0 10px;
}

.ecommerce-layout .hanger {
    position: absolute;
    width: 270px;
    display: none;
}

.ecommerce-layout .hanger .stiky.angle-b-left {
    content: "";
    top: -41px;
    left: 30px;
    width: 4px;
    height: 47px;
    border-radius: 3px;
    background-color: #0281b5;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px #707070;
    box-shadow: 0 0 5px #707070;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ecommerce-layout .hanger .stiky.angle-b-left:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0281b5;
    position: absolute;
    top: -4px;
    right: -4px;
}

.ecommerce-layout .hanger .stiky.angle-b-left:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0281b5;
    position: absolute;
    bottom: -4px;
    right: -4px;
}

.ecommerce-layout .hanger .stiky.angle-b-right {
    top: -41px;
    right: 30px;
    content: "";
    width: 4px;
    height: 47px;
    border-radius: 3px;
    background-color: #0281b5;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px #707070;
    box-shadow: 0 0 5px #707070;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ecommerce-layout .hanger .stiky.angle-b-right:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0281b5;
    position: absolute;
    top: -4px;
    right: -4px;
}

.ecommerce-layout .hanger .stiky.angle-b-right:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #0281b5;
    position: absolute;
    bottom: -4px;
    right: -4px;
}

.ecommerce-layout .timer-product-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.ecommerce-layout .timer-product-desc .product-info h6 {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 600;
}

.ecommerce-layout .timer-product-desc .theme_btn {
    padding: 5px 7px;
    margin-top: 15px;
}

.ecommerce-layout .timer-product-desc .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ecommerce-layout .timer-product-desc .timer p {
    padding: 10px 25px;
    display: inline-block;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    background-color: #0b0a09;
}

.ecommerce-layout .timer-product-desc .timer span {
    width: auto;
    display: inline-block;
}

.ecommerce-layout .timer-product-desc .timer span .padding-l {
    padding-left: 8px;
    padding-right: 8px;
}

.ecommerce-layout .timer-product-desc .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ecommerce-layout .timer-product-desc .prices del {
    padding-left: 5px;
}

.ecommerce-layout .testimonial {
    margin-bottom: 30px;
    border-radius: 7px;
}

.ecommerce-layout .toggle-nav {
    padding-top: 15px;
    padding-bottom: 10px;
}

.ecommerce-layout .home-slider .slide_1 .home_cun_slider_1 {
    height: 60vh;
}

.ecommerce-layout .home-slider .slide_1 .slider-content {
    height: 60vh;
}

.ecommerce-layout .collection-banner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ecommerce-layout .collection-banner .img-part {
    height: 300px;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ecommerce-layout .collection-banner .contain-banner {
    position: absolute;
    bottom: 0;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ecommerce-layout .collection-banner .contain-banner h3 {
    color: #e02920;
    font-weight: 700;
    font-size: 25px;
}

.ecommerce-layout .collection-banner .contain-banner p {
    color: #3e3e3e;
}

.ecommerce-layout .collection-banner:hover .img-part {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ecommerce-layout .theme_btn.btn_5 {
    background-color: #0281b5;
    padding: 7px 25px;
}

.ecommerce-layout .side-banner {
    height: 350px;
    border-radius: 7px;
    position: relative;
}

.ecommerce-layout .side-banner .side-banner-text {
    position: absolute;
    top: 8%;
    left: 10%;
}

.ecommerce-layout .side-banner .side-banner-text h4 {
    color: #ffd333;
    font-weight: 700;
    font-size: 28px;
}

.ecommerce-layout .slick-slider {
    direction: ltr;
}

.ecommerce-layout .shopping-cart {
    position: absolute;
}

.ecommerce-layout .cart-box {
    position: relative;
}

.ecommerce-layout .cart-box h5,
.ecommerce-layout .cart-box h6 {
    color: #ffffff;
}

.ecommerce-layout .cart-box .shopping-cart {
    top: 100%;
    position: absolute;
    z-index: 9;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-width: 236px;
    text-align: left;
    -webkit-box-shadow: 1px 1px 12px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 1px 12px 0 rgba(68, 102, 242, 0.05);
    opacity: 0;
    visibility: hidden;
    right: 0;
    padding: 15px;
    border-radius: 8px;
}

.ecommerce-layout .cart-box .shopping-cart li {
    position: relative;
    padding-bottom: 10px;
    width: 100%;
}

.ecommerce-layout .cart-box .shopping-cart li .media img {
    height: 90px;
}

.ecommerce-layout .cart-box .shopping-cart li .media h5 {
    font-weight: 500;
    font-size: 15px;
}

.ecommerce-layout .cart-box .shopping-cart li .media h5 span {
    font-weight: 400;
}

.ecommerce-layout .cart-box .shopping-cart li .close-circle {
    position: absolute;
    top: 0;
    right: 0;
}

.ecommerce-layout .cart-box .shopping-cart li .close-circle i {
    font-size: 12px;
    top: 0;
    right: 0;
    left: unset;
}

.ecommerce-layout .cart-box .shopping-cart li .total {
    border-top: 1px solid #f1f5f4;
    border-bottom: 1px solid #f1f5f4;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ecommerce-layout .cart-box .shopping-cart li .total h5 {
    font-weight: 500;
}

.ecommerce-layout .cart-box .shopping-cart li .buttons a {
    font-size: 15px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
}

.ecommerce-layout .cart-box .shopping-cart li .buttons a:hover {
    color: #ffd333;
}

.ecommerce-layout .cart-box .shopping-cart li .buttons .checkout {
    float: right;
}

.ecommerce-layout .cart-box .shopping-cart li:last-child {
    padding-bottom: 0;
}

.ecommerce-layout .cart-box:hover .shopping-cart {
    opacity: 1;
    visibility: visible;
}

.cleaning .accordion.faq_sec .card-header button,
.education .accordion.faq_sec .card-header button {
    color: #ffffff !important;
}

.education .slide_1 .slider-content h1,
.education .slide_1 .slider-content h3 {
    color: #3e3e3e;
}

.education .slide_1 .slider-content h3 {
    margin-top: 10px;
}

.cmn_bg-1 {
    background-image: url("../images/solar/common_img.png");
}

.cmn_bg-2 {
    background-image: url("../images/plumbing/common_img.png");
    background-attachment: fixed;
}

.cmn_bg-3 {
    background-image: url("../images/cleaning/common_img.png");
    background-attachment: fixed;
}

.cmn_bg-4 {
    background-image: url("../images/education/common_img.png");
    background-attachment: fixed;
}

.main-header {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.main-header.header-fix .mid-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.main-header.header-fix .mid-header .pixelstrap>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-header.header-fix .mid-header .cart-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main-header.header-fix .mid-header .cart-box i {
    top: 17px;
}

.vector.home-slider .owl-carousel .owl-item {
    overflow: hidden;
}

.vector .servie-cart {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 15px;
    background-color: #ffffff;
    padding-bottom: 70px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.vector .servie-cart img {
    width: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

.vector .servie-cart h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffd333;
}

.vector .servie-cart .theme_btn {
    padding: 8px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vector .servie-cart:hover:before {
    opacity: 1;
}

.vector .servie-cart:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffd333;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.vector.price-section {
    padding-top: 147px;
}

.vector .price-cart {
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    padding-bottom: 110px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 15px;
}

.vector .price-cart:hover {
    border-color: #ffd333;
}

.vector .price-cart .top-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #fafafa;
}

.vector .price-cart .top-content h5 {
    font-size: 20px;
    font-weight: 500;
}

.vector .price-cart .top-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #ffd333;
}

.vector .price-cart .top-content h3 span {
    margin-left: 10px;
    background-color: #fafafa;
    padding: 3px;
    border-radius: 25px;
    font-size: 14px;
    color: #3e3e3e;
    vertical-align: middle;
}

.vector .price-cart .bottom-content {
    padding-top: 30px;
}

.vector .price-cart .bottom-content ul li {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
}

.vector .price-cart .bottom-content ul li:last-child {
    padding-bottom: 0;
}

.vector .price-cart .bottom-content ul li span {
    font-weight: 600;
}

.vector .price-cart .bottom-content .theme_btn {
    margin-top: 20px;
    padding: 8px 10px;
}

.vector .price_slide {
    margin: 0 -15px;
}

.vector.testimonial p,
.vector.testimonial h5 {
    color: #888888 !important;
}

.cleaning-bg {
    background-image: url("../images/cleaning/Cleaning-banner.jpg");
}

.education-bg {
    background-image: url("../images/education/Group background/Education.jpg");
}

.plumbing-bg {
    background-image: url("../images/plumbing/Group background/Plumbing-background.jpg");
}

.solar .product-m .slick-slide>div {
    margin: 0 10px;
}

.solar .slick-next,
.solar .slick-prev {
    display: none !important;
}

.solar.price-section {
    background-color: #f5f5f5;
}

.solar .price-cart {
    background-color: #ffffff;
    padding: 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    padding-bottom: 110px;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 15px;
}

.solar .price-cart:hover {
    border-color: #ffd333;
}

.solar .price-cart .top-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #fafafa;
}

.solar .price-cart .top-content h5 {
    font-size: 20px;
    font-weight: 500;
}

.solar .price-cart .top-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #ffd333;
}

.solar .price-cart .top-content h3 span {
    margin-left: 10px;
    background-color: #fafafa;
    padding: 3px;
    border-radius: 25px;
    font-size: 14px;
    color: #3e3e3e;
    vertical-align: middle;
}

.solar .price-cart .bottom-content {
    padding-top: 30px;
}

.solar .price-cart .bottom-content ul li {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding-bottom: 10px;
}

.solar .price-cart .bottom-content ul li:last-child {
    padding-bottom: 0;
}

.solar .price-cart .bottom-content ul li span {
    font-weight: 600;
}

.solar .price-cart .bottom-content .theme_btn {
    margin-top: 20px;
    padding: 8px 10px;
}

.solar .price_slide {
    margin: -15px;
}

.solar .slick-slider {
    direction: ltr;
}

.solar.home_3_footer.solar .footer_forth h3,
.solar.home_3_footer.solar .footer_third h3,
.solar.home_3_footer.solar .footer_second h3 {
    color: #ffffff;
}

.solar.newsletter_sec .input-group button {
    color: #ffffff;
}

.solar.newsletter_sec .input-group button:hover {
    background-color: #ffffff;
    color: #ffd333;
}

.solar.newsletter_sec .call_us .phone_img svg {
    fill: #ffffff;
}

.solar.contect_Quote .contect_Quote_flex .quote_content h4,
.solar.contect_Quote .contect_Quote_flex .quote_content h5 {
    color: #3e3e3e;
}

.solar.contect_Quote .btn_center .contect_Quote_btn {
    border-color: #ffd333;
}

.solar-bg-color {
    background-color: #F7FBFF !important;
}

/*=====================
    33.Menu css start
==========================*/
.sm,
.sm ul,
.sm li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    direction: ltr;
    text-align: left;
}

.sm {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.sm ul {
    display: none;
}

.sm li {
    position: relative;
}

.sm>li>h1 {
    margin: 0;
    padding: 0;
}

.sm>li>h2 {
    margin: 0;
    padding: 0;
}

.sm>li>h3 {
    margin: 0;
    padding: 0;
}

.sm>li>h4 {
    margin: 0;
    padding: 0;
}

.sm>li>h5 {
    margin: 0;
    padding: 0;
}

.sm>li>h6 {
    margin: 0;
    padding: 0;
}

.sm a {
    position: relative;
    display: block;
}

.sm a.disabled {
    cursor: default;
}

.sm * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sm *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sm *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.sm::after {
    content: "";
    display: block;
    height: 0;
    font: 0/0 serif;
    clear: both;
    overflow: hidden;
}

.toggle-nav {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer;
}

.toggle-nav i {
    font-size: 24px;
    color: #ffd94d;
}

.mega-menu-banner:hover:before {
    display: none;
}

.pixelstrap.sm-vertical a .sub-arrow {
    margin-top: -22px;
    right: 7px;
}

.pixelstrap ul {
    border-radius: 0;
}

.pixelstrap.light-font-menu li>a {
    color: #393230;
}

.pixelstrap a,
.pixelstrap a:hover,
.pixelstrap a:active {
    padding-right: 45px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
    letter-spacing: 0.07em;
}

.pixelstrap a:hover {
    color: #ffd333;
}

.pixelstrap a.disabled {
    color: #fff4cc;
}

.pixelstrap a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
}

.pixelstrap>li:last-child>a,
.pixelstrap>li:last-child>*:not(ul) a,
.pixelstrap>li:last-child>ul,
.pixelstrap>li:last-child>ul>li:last-child>a,
.pixelstrap>li:last-child>ul>li:last-child>*:not(ul) a,
.pixelstrap>li:last-child>ul>li:last-child>ul,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>a,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul {
    border-radius: 0 0 0 0;
}

.pixelstrap>li:last-child>a.highlighted,
.pixelstrap>li:last-child>*:not(ul) a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>a.highlighted,
.pixelstrap>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>ul>li:last-child>*:not(ul) a.highlighted {
    border-radius: 0;
}

.pixelstrap ul {
    background: #fff;
}

.pixelstrap ul ul {
    background: rgba(255, 213, 61, 0.04);
}

.pixelstrap ul a,
.pixelstrap ul a:hover,
.pixelstrap ul a:focus,
.pixelstrap ul a:active {
    background: transparent;
    color: #ffce1a;
    font-size: 14px;
    text-shadow: none;
}

.pixelstrap ul a.current {
    background: #ffd333;
    color: #fff;
}

.pixelstrap ul a.disabled {
    color: #b3b3b3;
}

.pixelstrap ul ul a,
.pixelstrap ul ul a:hover,
.pixelstrap ul ul a:focus,
.pixelstrap ul ul a:active {
    border-left: 16px solid transparent;
}

.pixelstrap ul ul ul a,
.pixelstrap ul ul ul a:hover,
.pixelstrap ul ul ul a:focus,
.pixelstrap ul ul ul a:active {
    border-left: 24px solid transparent;
}

.pixelstrap ul ul ul ul a,
.pixelstrap ul ul ul ul a:hover,
.pixelstrap ul ul ul ul a:focus,
.pixelstrap ul ul ul ul a:active {
    border-left: 32px solid transparent;
}

.pixelstrap ul ul ul ul ul a,
.pixelstrap ul ul ul ul ul a:hover,
.pixelstrap ul ul ul ul ul a:focus,
.pixelstrap ul ul ul ul ul a:active {
    border-left: 40px solid transparent;
}

.pixelstrap ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.pixelstrap ul li:first-child {
    border-top: 0;
}

.pixelstrap .mega {
    position: unset !important;
}

.pixelstrap .mega .full-mega-menu.center-mega-menu {
    margin-left: 0 !important;
}

.pixelstrap .mega ul {
    margin-left: 0 !important;
}

.pixelstrap .full-mega-menu {
    max-width: inherit !important;
    padding: 30px 0 15px;
}

.pixelstrap .full-mega-menu a {
    padding: 0;
    position: relative;
}

.pixelstrap .full-mega-menu a h6 {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 400;
    text-transform: capitalize;
    color: #222222;
}

.pixelstrap .full-mega-menu a img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
}

.pixelstrap .full-mega-menu a:hover:before {
    width: 100%;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.pixelstrap .full-mega-menu a:hover h6 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pixelstrap .link-section h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

.pixelstrap .link-section ul {
    position: relative;
    display: block;
    padding: 0;
}

.pixelstrap .link-section ul li a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
    padding-left: 0;
    display: inline-block;
}

.pixelstrap .link-section ul li a:focus,
.pixelstrap .link-section ul li a:hover,
.pixelstrap .link-section ul li a.active {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
}

.pixelstrap .full-mega-menu {
    width: 900px !important;
    padding: 30px !important;
    border-radius: 0;
}

.pixelstrap .full-mega-menu .mega-box .link-section ul li a:hover,
.pixelstrap .full-mega-menu .mega-box .link-section ul li a:focus {
    padding-top: 3px;
    padding-bottom: 3px;
}

.pixelstrap .full-mega-menu .img-section img {
    margin-top: 15px;
}

.pixelstrap li a {
    position: relative;
}

.pixelstrap li .lable-nav {
    position: absolute;
    background-color: #ffd333;
    padding: 2px 7px;
    color: #ffffff;
    top: 20px;
    text-transform: uppercase;
    font-size: 9px;
    left: 0;
    line-height: 1.3;
}

.pixelstrap li .lable-nav:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffd333;
    top: 15px;
    left: 5px;
}

.sm-vertical {
    background-color: #ffffff;
}

.sidenav {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidenav .sidebar-back {
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    cursor: pointer;
}

.sidenav nav {
    background-color: #ffffff;
    z-index: 9;
    position: relative;
    height: 100vh;
    top: 0;
}

.sidenav.open-side {
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sidenav.open-side .sidebar-overlay {
    opacity: 0.8;
    visibility: visible;
}

.sidenav .sidebar-overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #212331;
    position: fixed;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    font-size: 36px;
    margin-left: 50px;
    margin-top: 50px;
    color: #938d8c;
}

.sidenav .pixelstrap li a {
    padding: 10px 50px 20px 40px;
}

.sidenav .pixelstrap li ul li a {
    padding: 5px 35px;
}

.sidenav .pixelstrap li ul li a:active,
.sidenav .pixelstrap li ul li a:focus,
.sidenav .pixelstrap li ul li a.highlighted {
    padding: 5px 35px;
}

.sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0 !important;
}

.sidenav .pixelstrap li .clothing-menu li a:focus {
    font-size: 14px;
}

.sidenav .pixelstrap li .clothing-menu li a:hover {
    font-size: 14px;
    padding: 5px 0;
}

.sidenav .pixelstrap li .clothing-menu li a:focus,
.sidenav .pixelstrap li .clothing-menu li a:hover {
    padding: 5px 0 !important;
}

.rtl .sidenav .pixelstrap li {
    text-align: right;
}

.rtl .link-section {
    float: right;
}

.rtl .pixelstrap li .lable-nav {
    left: unset;
}

.rtl .mega-box .link-section .demo ul li a span img {
    right: unset;
    left: -34px;
}

@media (min-width: 1200px) {
    .toggle-nav {
        display: none;
    }

    .sm-vertical li ul li a .sub-arrow {
        margin-top: -15px !important;
    }

    .mobile-back {
        display: none !important;
    }

    .pixelstrap ul {
        position: absolute;
        width: 16em !important;
    }

    .pixelstrap li {
        position: relative;
        float: left;
    }

    .pixelstrap.sm-rtl li {
        float: right;
    }

    .pixelstrap ul li,
    .pixelstrap.sm-rtl ul li,
    .pixelstrap.sm-vertical li {
        float: none;
    }

    .pixelstrap a {
        white-space: nowrap;
    }

    .pixelstrap ul a,
    .pixelstrap.sm-vertical a {
        white-space: normal;
    }

    .pixelstrap .sm-nowrap>li>a,
    .pixelstrap .sm-nowrap>li> :not(ul) a {
        white-space: nowrap;
        padding-right: 0;
    }

    .pixelstrap .sm-nowrap>li>a.highlighted,
    .pixelstrap .sm-nowrap>li> :not(ul) a.highlighted {
        white-space: nowrap;
    }

    .sm-horizontal .mega-menu li a {
        padding: 0;
    }

    .sm-horizontal .mega-menu li a:focus,
    .sm-horizontal .mega-menu li a:active {
        padding: 0;
    }

    .pixelstrap ul {
        -webkit-box-shadow: 0 0 1px 0 #ebebeb;
        box-shadow: 0 0 1px 0 #ebebeb;
    }

    .pixelstrap ul li ul {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .pixelstrap .mega {
        position: unset !important;
    }

    .pixelstrap .mega ul {
        margin-left: 0 !important;
    }

    .pixelstrap .full-mega-menu .mega-box {
        max-width: 20%;
    }

    .pixelstrap .full-mega-menu {
        -webkit-box-shadow: 0 0 1px 0 #ebebeb;
        box-shadow: 0 0 1px 0 #ebebeb;
    }

    .pixelstrap .full-mega-menu a {
        padding: 0;
        position: relative;
    }

    .pixelstrap .full-mega-menu {
        left: 0 !important;
        right: 0;
    }

    .pixelstrap a .sub-arrow::before {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
    }

    .pixelstrap ul {
        border: none;
        padding: 20px 0;
        background: #fff;
    }

    .pixelstrap ul ul {
        background: #fff;
    }

    .pixelstrap ul a {
        position: relative;
    }

    .pixelstrap ul a:before {
        position: absolute;
        bottom: 0;
        content: "";
        height: 2px;
        width: 0;
        background-color: #ffd333;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .pixelstrap ul a,
    .pixelstrap ul a:hover,
    .pixelstrap ul a:focus,
    .pixelstrap ul a:active,
    .pixelstrap ul a.highlighted {
        border: 0 !important;
        background: transparent;
        color: #222222;
        border-radius: 0 !important;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        padding: 5px 30px;
    }

    .pixelstrap ul a:hover:before,
    .pixelstrap ul a:hover:hover:before,
    .pixelstrap ul a:focus:hover:before,
    .pixelstrap ul a:active:hover:before,
    .pixelstrap ul a.highlighted:hover:before {
        width: 75%;
        height: 2px;
        -webkit-transition: 0.9s ease;
        transition: 0.9s ease;
    }

    .pixelstrap ul a .sub-arrow:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
    }

    .pixelstrap ul li {
        border: 0;
    }

    .pixelstrap .scroll-up,
    .pixelstrap .scroll-down {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px;
    }

    .pixelstrap .scroll-up-arrow,
    .pixelstrap .scroll-down-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid dashed;
        border-color: transparent transparent #ffce1a transparent;
    }

    .pixelstrap .scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed dashed;
        border-color: #ffce1a transparent transparent transparent;
    }

    .pixelstrap.sm-rtl.sm-vertical a .sub-arrow:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
    }

    .pixelstrap.sm-rtl>li:first-child {
        border-left: 1px solid #ffce1a;
    }

    .pixelstrap.sm-rtl>li:last-child {
        border-left: 0;
    }

    .pixelstrap.sm-rtl ul a .sub-arrow {
        right: auto;
        left: 10px;
    }

    .pixelstrap.sm-vertical a {
        padding: 9px 23px;
    }

    .pixelstrap.sm-vertical a .sub-arrow:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
    }

    .pixelstrap.sm-vertical>li {
        border-left: 0 !important;
    }

    .rtl .pixelstrap .category-menu {
        width: 698px !important;
    }

    .rtl .pixelstrap .category-menu.center-menu {
        left: 0 !important;
        -webkit-transform: unset;
        transform: unset;
    }

    .rtl .pixelstrap .full-mega-menu {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    .rtl .pixelstrap ul a:before {
        right: 0;
    }

    .rtl .pixelstrap ul a:hover,
    .rtl .pixelstrap ul a:focus,
    .rtl .pixelstrap ul a:active,
    .rtl .pixelstrap ul a.highlighted {
        padding-right: 0;
    }

    .rtl .mega .full-mega-menu {
        margin-right: 42px !important;
        margin-left: 0 !important;
        left: unset !important;
        right: 0 !important;
    }

    .rtl .mega .full-mega-menu.center-mega-menu {
        margin-right: 0 !important;
        margin-left: 0 !important;
        left: unset !important;
        right: 50% !important;
    }

    .rtl .layout3-menu .light-font-menu li>a,
    .rtl .layout3-menu .light-font-menu li>a:hover,
    .rtl .layout3-menu .light-font-menu li>a:active {
        padding-right: 0;
        padding-left: 28px;
    }

    .rtl .layout3-menu .light-font-menu .sub-arrow {
        left: -5px;
        right: auto;
    }

    .rtl .sm-horizontal .mega ul {
        float: right;
        left: auto !important;
        right: 0;
    }

    .rtl .sm-horizontal .mega ul li {
        text-align: right;
    }

    .rtl .sm-horizontal ul li {
        text-align: right;
    }

    .rtl .sm-horizontal ul li a .sub-arrow {
        left: 15px;
        right: auto;
    }

    .rtl .pixelstrap .full-mega-menu.layout-3 {
        margin-right: -100px !important;
    }

    .rtl .light-font-menu .mega ul {
        float: right;
        left: unset !important;
        right: 0 !important;
    }

    .rtl .sidenav .pixelstrap li ul li a:hover,
    .rtl .sidenav .pixelstrap li ul li a:focus {
        padding: 5px 35px;
    }

    .rtl .sidenav .pixelstrap li ul li a:before {
        right: 35px;
    }

    .rtl .sidenav .pixelstrap li a .sub-arrow {
        right: 7px;
        left: unset;
    }

    .rtl .sidenav .pixelstrap .mega-menu li ul li a:before {
        right: 0;
    }

    .rtl .sidenav .sidebar-back i {
        float: left;
    }
}

@media (max-width: 1440px) {
    .rtl .pixelstrap .mega .full-mega-menu {
        margin-left: 0 !important;
        margin-right: 174px !important;
    }
}

@media (max-width: 1367px) {
    .pixelstrap a {
        font-size: 14px;
    }

    .pixelstrap a:hover,
    .pixelstrap a:active {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .sm-horizontal {
        position: fixed;
        background-color: #fff;
        width: 300px;
        border-radius: 0;
        border: 1px solid #eee;
        top: 0;
        height: 100vh;
        right: -300px;
        z-index: 99;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: scroll;
    }

    .sm-horizontal .mobile-back {
        padding: 20px;
        font-size: 18px;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #efefef;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mega-box.col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }

    .pixelstrap .feature-menu.product-menu {
        width: 100% !important;
    }

    .pixelstrap .mega {
        position: unset !important;
    }

    .pixelstrap .mega .full-mega-menu {
        margin-left: 0 !important;
    }

    .pixelstrap .mega ul {
        margin-left: 0 !important;
    }

    .pixelstrap .full-mega-menu {
        width: 100% !important;
        padding: 0 30px !important;
    }

    .pixelstrap a.highlighted .sub-arrow:before {
        content: '-';
    }

    .pixelstrap a .sub-arrow {
        right: 0;
    }

    .pixelstrap a .sub-arrow:before {
        content: '+';
    }

    .pixelstrap .link-section .menu-title h5 {
        cursor: pointer;
        font-weight: 500;
    }

    .pixelstrap .link-section .menu-title.active .according-menu {
        font: bold 14px/34px monospace !important;
    }

    .pixelstrap .link-section .menu-title.active .according-menu:before {
        content: "-";
        position: absolute;
        right: -18px;
    }

    .pixelstrap .link-section .menu-title .according-menu {
        font: bold 14px/34px monospace !important;
    }

    .pixelstrap .link-section .menu-title .according-menu:before {
        content: "+";
        position: absolute;
        right: -18px;
    }

    .pixelstrap .link-section ul {
        background-color: unset;
    }

    .pixelstrap .link-section h5 {
        font-weight: 700;
    }

    .pixelstrap .full-mega-menu .mega-box {
        border-right: none;
        margin-bottom: 0;
    }

    .pixelstrap li .lable-nav {
        left: 15px;
        top: -8px;
    }

    .pixelstrap li a {
        padding: 10px 15px;
        font-size: 16px;
    }

    .pixelstrap li a:hover {
        font-size: 16px;
        padding: 10px 15px;
    }

    .pixelstrap li ul li a {
        padding: 5px 35px;
        font-size: 14px;
        color: #222222;
        font-weight: 400;
    }

    .pixelstrap li ul li a:hover {
        color: #ffd333;
        font-size: 14px;
        padding: 5px 35px;
    }

    .sidenav {
        overflow-y: auto;
    }

    .sidenav .pixelstrap li ul li a {
        padding: 5px 15px;
    }

    .sidenav .pixelstrap li ul li a:hover,
    .sidenav .pixelstrap li ul li a.highlighted {
        padding: 5px 15px;
    }

    .sidenav .pixelstrap li a {
        padding: 10px 25px;
    }

    .sidenav .pixelstrap li a:hover {
        padding: 10px 25px;
    }

    .main-menu.border-section {
        border: none;
    }

    .main-menu .menu-left .main-menu-right .toggle-nav {
        position: absolute;
        z-index: 2;
        right: 145px;
        top: 6px;
    }

    .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
        font-size: 18px;
        padding-left: 5px;
        text-transform: uppercase;
    }

    .rtl .sm li {
        text-align: right;
    }

    .rtl .pixelstrap a .sub-arrow {
        right: unset;
        left: 0;
    }

    .rtl .pixelstrap li .lable-nav {
        left: unset;
        right: 15px;
    }

    .rtl .pixelstrap li .lable-nav:before {
        left: unset;
        right: 5px;
    }
}

/*=====================
    25.Responsive CSS start
==========================*/
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (max-width: 1670px) {
    h1.top {
        margin-top: -7px;
    }

    .about_img img {
        right: 25px;
    }

    .about_machine_5 {
        right: 50px;
    }

    .about_machine {
        bottom: -75px;
        width: 25%;
        left: 15px;
    }

    .home-slider .slide_1 .slider-content h3.home_2_title {
        margin-top: 72px;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 10px;
    }
}

@media (max-width: 1440px) {
    .con_title h2 {
        margin-top: -4px;
    }

    h1.top {
        margin-top: -9px;
    }

    .about_img img {
        right: 15px;
        width: 50%;
    }

    .about_machine_5 {
        width: 420px;
    }

    .about_machine {
        bottom: -135px;
        width: 27%;
        left: 15px;
    }
}

@media (max-width: 1366px) {
    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        left: -110px;
    }

    .ecommerce-layout .slider-ecommerce .bg-size {
        height: 450px;
    }

    .home-full .owl-nav {
        top: 90%;
    }

    .home-full .owl-nav .owl-prev {
        left: 0;
    }

    .home-full .owl-nav .owl-prev {
        right: 0;
    }

    .con_title h2 {
        margin-top: -3px;
    }

    .coming-sec .countdown>div {
        min-width: 120px;
    }

    .coming-sec .countdown {
        font-size: 45px;
    }

    .about_us_sec~.testimonial.home_4_testimonial {
        padding-bottom: 80px;
    }

    .home-slider .slide_1 .slider-content {
        padding-left: 70px;
    }

    section {
        padding: 80px 0;
    }

    .our_project .project_row figure.snip_con figcaption {
        display: block;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro {
        width: 100%;
        padding-left: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        font-size: 14px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon {
        width: 100%;
        padding-left: 10px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 10px;
        padding-top: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a {
        padding: 5px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 5px;
    }

    .about_machine {
        bottom: -55px;
        width: 17%;
    }

    body.rtl .about_img img {
        left: 30px;
    }

    body.rtl .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-left: 10px;
    }
}

@media (max-width: 1200px) {
    .navbar .menu-btn {
        margin-left: 30px;
    }

    h1.top {
        margin-top: -8px;
    }

    .home-slider .icon {
        display: none;
    }

    .home-slider.home_3_slider .icon {
        display: none;
    }

    .about_machine {
        display: none;
    }

    .about_machine_5 {
        display: none;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 4px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a {
        padding: 7px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 10px;
    }
}

@media (max-width: 1199px) {
    .ecommerce-layout .mid-header .row .col-9 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .quote_content p {
        font-size: 15px;
    }

    .stiky {
        display: none;
    }

    .main-header.header-fix .mid-header .pixelstrap>li>a {
        padding: 10px 15px;
    }

    .home-full .slider-content h3 {
        margin-top: 30px;
    }

    .home-full.vector-slider .bg-size {
        background-position: 150% 0 !important;
    }

    .home-full.vector-slider .owl-dots .owl-dot.active:before {
        background: #3e3e3e;
    }

    .home-full.vector-slider .owl-dots .owl-dot.active span {
        background: #3e3e3e;
    }

    section {
        padding: 70px 0;
        overflow-x: hidden;
    }

    section.banner_project {
        overflow-x: initial;
    }

    .logo_button_sec {
        padding: 15px 0;
    }

    .header-5 .logo_button_sec {
        padding: 15px 0;
    }

    .home-full {
        height: calc(100vh - 120px);
    }

    .home-full .bg-size {
        height: calc(100vh - 120px);
    }

    .home-full .slider-content {
        height: calc(100vh - 120px);
    }

    .ecommerce-layout .collection-banner .img-part {
        background-position: -100px !important;
        height: 200px;
    }

    .newsletter_sec .call_us .phone_img svg {
        height: 30px;
    }

    .theme-card .offer-slider img {
        height: 100px;
    }

    .theme-card .rating i {
        padding-right: 0;
    }

    .about_us_sec~.testimonial.home_4_testimonial {
        padding-bottom: 70px;
    }

    .home-slider.home_4_slider .slide_1 {
        height: 100%;
    }

    .home-slider.home_4_slider .slide_1 .home_cun_slider_1 {
        height: 100%;
    }

    .about_us_4 {
        background-image: none;
    }

    .contect_Quote .quote_content h4 {
        margin-bottom: 2px;
    }

    .contect_Quote .contect_Quote_flex .q_icon svg {
        height: 35px;
    }

    .contect_Quote .container {
        max-width: 100%;
    }

    body.rtl .home1 .col-xl-8.col-md-9,
    body.rtl .home2 .col-xl-8.col-md-9,
    body.rtl .home3 .col-xl-8.col-md-9 {
        margin-left: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    body.rtl .about_sec .about_content h4 {
        text-align: center;
    }

    .home-slider .slide_1 .slider-content {
        padding-left: 30px;
    }

    .theme_btn {
        padding: 10px 15px;
    }

    .about_us_sec.about_page .about_sec_con .about_content {
        padding: 0;
        margin-bottom: 0;
    }

    .navbar.nav_5 .navbar-nav .nav-item .nav-link {
        padding: 12px;
    }

    .navbar.nav_5 .search.open {
        width: 250px;
    }

    .contect_Quote .contect_Quote_flex .quote_content h5 {
        margin-bottom: 0;
    }

    .contect_Quote .btn_center .contect_Quote_btn {
        margin-top: 0;
    }

    .navbar {
        padding: 5px 25px;
    }

    .navbar .menu-btn {
        margin-left: 5px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 25px 10px;
        text-transform: capitalize;
    }

    .navbar.nav_3:after {
        width: 55%;
    }

    .our_service .service_our figure.snip_con p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .our_service_2 .service_our_2 .service_content p {
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    .newsletter_sec .call_us {
        margin: 0 5px auto;
    }

    .newsletter_sec .call_us .phone_img.msg img {
        width: 35px;
    }

    .newsletter_sec .call_us .phone_img img {
        width: 30px;
    }

    .newsletter_sec .call_us .con_text {
        margin: 0 0 0 5px;
    }

    .about_sec .about_btn {
        margin-top: 0;
    }

    .about_sec .about_sec_con {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }

    .about_sec .about_sec_con .con_title h2 {
        text-align: center;
    }

    .about_sec .about_sec_con .con_title h2:after {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about_sec .about_sec_con .about_content {
        margin-bottom: 25px;
        padding: 0 140px;
    }

    .about_sec .about_sec_con .about_content p {
        font-weight: 500;
    }

    .about_sec .about_sec_con .center_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about_sec.about_sec_2 .about_sec_con {
        text-align: unset;
    }

    .about_sec.about_sec_2 .about_sec_con .con_title h2 {
        text-align: unset;
    }

    .about_sec.about_sec_2 .about_sec_con .con_title h2:after {
        left: 10%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about_sec.about_sec_2 .about_sec_con .about_content {
        padding: unset;
    }

    .about_sec.about_sec_2 .about_sec_con .about_content p {
        font-weight: 500;
    }

    .about_sec.about_sec_2 .about_sec_con .about_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: unset;
    }

    .about_sec.about_sec_2 .about_sec_con .center_btn {
        display: block;
    }

    .about_sec.about_sec_2 .about_2_img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home_1_team.home_6_team {
        background-color: #fafafa;
        background-image: none;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a {
        padding: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 10px;
    }

    .faq_section .accordion.faq_sec .card .card-body {
        padding: 14px 15px;
    }

    .faq_section .faq_strength .media {
        padding: 24px;
    }

    .faq_section.home_faq_2 .accordion.faq_sec .card .card-header {
        padding: 9px 10px;
    }

    .about_img img {
        opacity: .1;
        height: 360px !important;
        width: auto;
    }

    .testimonial .testimonial_slide .testimonial_sec {
        padding: 0 90px;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        top: 0;
        font-size: 40px;
        left: 400px;
    }

    .testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p {
        padding: 20px 0;
        letter-spacing: unset;
    }

    .testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p .quote_left {
        top: 5px;
        left: -15px;
    }

    .testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p .quote_right {
        right: -14px;
        bottom: 8px;
    }

    .accordion.faq_sec .card .card-body {
        letter-spacing: unset;
    }

    .brand_slide .brand_1 {
        padding: 10px 15px;
    }

    .banner_project .bot_center .banner_text {
        padding: 30px 80px;
    }

    .banner_project .bulder_cen img {
        width: 70%;
    }

    .comment_form.contact_form .center .contect_form .full_form {
        padding: 60px;
    }

    footer .upper-section {
        padding: 60px 0;
    }

    footer .footer_first p {
        margin: 10px 0;
    }

    footer .footer_second h3 {
        margin-top: 20px;
    }

    footer .footer_third h3 {
        margin-top: 20px;
    }

    footer .footer_forth h3 {
        margin-top: 20px;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100%;
        border-bottom: 1px solid #dddddd;
        text-align: right;
        margin-left: 120px;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        width: 20%;
        padding-right: 0 !important;
        border-left: 1px solid #dddddd;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        padding: 20px !important;
        padding-left: 0 !important;
        width: 20%;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li:last-child {
        display: none;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 30%;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        width: 30%;
    }

    .cart-section tbody tr td {
        min-width: 140px;
    }

    .cart-section tbody tr td .qty-box .input-group .form-control {
        width: 52px;
    }

    .cart-section tfoot tr td {
        padding-right: 25px;
    }

    .collection-collapse-block .collection-collapse-block-content .collection-brand-filter .category-list li:first-child {
        margin-top: 15px;
    }

    .collection-filter-block .product-service .media .media-body h4 {
        font-size: 16px;
    }

    .product-right h2 {
        font-size: 20px;
    }

    .single-product-tables table {
        width: 35%;
    }

    .tab-product .tab-content.nav-material .single-product-tables table {
        width: 50%;
    }

    .tab-product .flex-column {
        -webkit-box-orient: unset !important;
        -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tab-product .nav-material.nav-tabs {
        border-bottom: 1px solid #dddddd;
        border-right: 0;
    }

    .tab-product .nav-material.nav-tabs .nav-item .nav-link.active {
        background-color: unset;
    }

    .tab-border {
        padding-top: 0;
    }

    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 186px;
    }

    .theme-tab .tabs {
        position: relative;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    body.rtl .navbar.nav_5 .search.open {
        width: 210px;
    }

    body.rtl .about_sec .about_content h3 {
        text-align: center;
    }

    body.rtl .about_sec .about_content p {
        text-align: center;
    }

    body.rtl .about_sec .con_title h2 {
        text-align: center;
    }

    body.rtl .about_sec.about_sec_2 .about_content h3 {
        text-align: right;
    }

    body.rtl .about_sec.about_sec_2 .about_content p {
        text-align: right;
    }

    body.rtl .about_sec.about_sec_2 .about_sec_con .con_title h2 {
        text-align: right;
    }

    body.rtl .newsletter_sec .call_us .con_text {
        margin: 0 15px 0 0;
    }

    body.rtl .nav-section {
        float: left;
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
        left: unset;
    }

    .cart-table.table-responsive-sm {
        display: block;
    }

    .home-slider .slide_1 .slider-content {
        padding-left: 80px;
    }
}

@media (max-width: 991px) {
    .home-full .bg-size {
        height: calc(100vh - 100px);
    }

    .home-full .slider-content {
        height: calc(100vh - 100px);
    }

    .ecommerce-layout .ecommerce-from {
        padding-right: 90px;
    }

    .ecommerce-layout .slider-ecommerce .bg-size {
        height: 350px;
        background-blend-mode: overlay;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .ecommerce-layout .slider-ecommerce .slider_content {
        width: 80%;
    }

    .ecommerce-layout .banner-section .col-lg-6+.col-lg-6 {
        margin-top: 30px;
    }

    .ecommerce-layout .collection-banner .img-part {
        height: 260px;
    }

    .ecommerce-layout .banner-section .col-lg-6 .img-part {
        background-position: 0 !important;
    }

    .ecommerce-layout .banner-section .col-lg-6 .contain-banner {
        text-align: right;
    }

    .ecommerce-layout .banner-section .col-lg-6 .slider_btn {
        float: right;
    }

    .ecommerce-layout .banner-section .col-lg-6+.col-lg-6 .contain-banner {
        left: 30px;
        text-align: left;
    }

    .ecommerce-layout .banner-section .col-lg-6+.col-lg-6 .slider_btn {
        float: left;
    }

    .ecommerce-layout .banner-section .col-lg-6+.col-lg-6 .img-part {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .navbar.nav_3 .navbar-nav .nav-item .nav-link,
    .navbar.education .navbar-nav .nav-item .nav-link {
        color: white;
    }

    .navbar.nav_2.nav_6 {
        background-color: #fdfdfd;
    }

    .home-full {
        min-height: 380px;
    }

    .home-full.vector-slider .bg-size {
        background-position: 100% 0 !important;
        -webkit-box-shadow: inset -150px 0px 200px 200px white;
        box-shadow: inset -150px 0px 200px 200px white;
    }

    .home-full .owl-nav {
        display: none;
    }

    .home-full .bg-size {
        min-height: 380px;
    }

    .home-full .slider-content {
        min-height: 380px;
    }

    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        left: 0;
    }

    .ecommerce-layout .home-slider .slide_1 .home_cun_slider_1 {
        background-blend-mode: overlay;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .ecommerce-sidebar .collection-filter-block>div {
        margin-bottom: 0px;
    }

    .ecommerce-sidebar .ecommerce .collection-filter-block {
        padding-bottom: 0;
    }

    .header-5 {
        background-color: #ffffff;
    }

    .service_page .our_service .row>div+div+div .service_our_2 {
        margin-top: 30px;
    }

    .home_1_news.blog_side_sec .blog_sec_side .row>div:nth-child(-n+1) .news_sec {
        margin-top: 0;
    }

    .home_1_news.blog_side_sec .blog_sec_side .row>div:nth-child(-n+2) .news_sec {
        margin-top: 0;
    }

    .angle:before,
    .angle:after {
        display: none;
    }

    .comment_form .contact_text:before,
    .comment_form .contact_text:after {
        display: none;
    }

    .comment_form.contact_form.contect_f .quote_2.comment_form_sec:before,
    .comment_form.contact_form.contect_f .quote_2.comment_form_sec:after {
        display: none;
    }

    .collection-filter-block.cat-block {
        /*display: none;*/
        overflow-y:auto;
    }

    .cmn_bg.blog_page:before,
    .cmn_bg.blog_page:after,
    .cmn_bg.blog_side_sec:before,
    .cmn_bg.blog_side_sec:after {
        display: none;
    }

    .coming-sec {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .coming-sec .form-text form input {
        width: 80%;
    }

    .coming-sec .wrapper {
        background-color: rgba(255, 255, 255, 0.7);
        margin: 30px;
        min-height: auto;
    }

    .coming-sec .countdown>div {
        min-width: 100px;
    }

    .testimonial.home_4_testimonial .testimonial_slide_4.owl-carousel .owl-item {
        padding: 50px 0 0 0;
    }

    .testimonial.home_4_testimonial .testimonial_slide_4.owl-carousel .testimonial_sec {
        padding: 40px 25px 30px;
    }

    .about_us_sec~.testimonial.home_4_testimonial {
        padding-bottom: 50px;
    }

    .navbar.nav_2 .navbar-nav {
        margin-bottom: 0;
    }

    .navbar.nav_3 {
        padding: 15px 0;
    }

    .comment_form.contact_form .contact_text {
        padding: 40px;
    }

    .home-slider .slide_1 .slider-content {
        padding-left: 0;
    }

    .home-slider .owl-theme .owl-nav [class*=owl-]:hover:hover {
        background-color: transparent;
        padding: 0 !important;
    }

    .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
        opacity: 1;
        visibility: visible;
        position: absolute;
    }

    .contect_Quote .btn_center {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .contect_Quote .contect_Quote_flex {
        display: block;
        text-align: center;
    }

    .contect_Quote .contect_Quote_flex .q_icon {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .navbar.nav_3 .navbar-nav {
        margin-bottom: -10px;
    }

    .newsletter_sec {
        padding-bottom: 40px;
    }

    section {
        padding: 50px 0;
    }

    .default-nav {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #3e3e3e;
        top: 60px;
        z-index: 2;
        padding: 15px 30px;
        -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
        box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    }

    .default-nav .default_btn {
        margin: 0;
    }

    .default-nav .navbar-nav {
        max-width: 720px;
        margin: 0 auto;
    }

    .con_title {
        margin-bottom: 40px;
    }

    .project_home_two {
        padding: 50px 0 0 0;
    }

    .project_home_two.project_home_three {
        padding: 50px 0;
    }

    .project_home_four .filter:nth-last-child(-n + 4) {
        margin-top: 30px;
    }

    .project_home_four .our_project_4 .project_button {
        padding: 10px 15px;
    }

    .our_service.our_page .row>div:nth-last-child(-n + 7) .service_our {
        margin-top: 30px;
    }

    .navbar {
        padding: 15px 25px;
    }

    .navbar .menu-btn {
        margin-left: 5px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px;
        color: #ffffff;
    }

    h1.top {
        margin-top: -7px;
    }

    .top-contact .top-content ul li:first-child {
        padding-right: 10px;
    }

    .logo_button_header {
        padding: 15px 0;
    }

    .logo_button_header .main-menu .logo_btn_text {
        display: none;
    }

    .navbar.nav_5 .navbar-nav .nav-item .nav-link {
        padding: 14px 14px 14px 0;
    }

    .navbar.nav_5 .search.open {
        width: 80%;
    }

    .navbar.nav_2.nav_6.navbar-light .navbar-toggler {
        color: rgba(6, 6, 6, 0.62);
        border-color: rgba(47, 47, 47, 0.54);
    }

    .navbar.nav_2.nav_6 .navbar-nav .nav-item .nav-link {
        color: #ffffff;
    }

    #mymenu .dropdown-menu {
        display: none;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    #mymenu .dropdown-menu.show {
        display: block;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    .contect_Quote .contect_Quote_flex .q_icon {
        margin-right: 10px;
    }

    .contect_Quote .contect_Quote_flex .quote_content h5 {
        margin-bottom: 0;
    }

    .contect_Quote .btn_center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 0;
    }

    .contect_Quote .btn_center .contect_Quote_btn {
        margin-top: 0;
    }

    .our_project .project_button {
        padding: 7px 16px;
    }

    .navbar .menu-btn {
        width: 100%;
        margin: 0;
    }

    .navbar.navbar-light .navbar-brand {
        margin-right: unset;
        margin-left: 15px;
    }

    .navbar.navbar-light .navbar-toggler {
        padding: 0.45rem 0.85rem;
        font-size: 1.30rem;
        margin-right: 15px;
    }

    .navbar.nav_2 .navbar-nav {
        background-color: #3e3e3e;
    }

    .navbar.nav_2.navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.76);
        border-color: rgba(255, 255, 255, 0.36);
    }

    .navbar.nav_3 .navbar-collapse {
        z-index: 2;
    }

    .navbar.nav_3 .navbar-brand {
        z-index: 3;
    }

    .navbar.nav_3:after {
        width: 79%;
        z-index: 1;
    }

    .navbar.nav_5.navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.76);
        border-color: rgba(255, 255, 255, 0.54);
    }

    .quote_content p {
        padding-right: 0;
    }

    .quote_2 .quote_content p {
        padding-right: 0;
    }

    .top-banner-content h4 {
        font-size: 20px;
    }

    .collection-filter {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: white;
        z-index: 99;
        overflow-y: scroll;
        padding: 0 0 15px 15px;
        max-width: 350px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: 1px 0 5px #ddd;
        box-shadow: 1px 0 5px #ddd;
    }

    .collection-filter .collection-sidebar-banner {
        text-align: center;
    }

    .collection-filter .theme-card {
        padding-left: 30px;
        padding-right: 30px;
    }

    .collection-filter .collection-sidebar-banner {
        padding: 0 30px;
    }

    .collection .section-t-space {
        padding-top: 30px;
    }

    .collection .partition-collection>div:nth-last-child(1) {
        margin-top: 30px;
    }

    .collection .partition-collection>div:nth-last-child(2) {
        margin-top: 30px;
    }

    .our_service .row>div:nth-last-child(-n + 4) .service_our {
        margin-top: 30px;
    }

    .our_service .service_our .service_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .our_service .service_our .service_content .service_icon {
        margin-top: 15px;
    }

    .our_service .service_our .service_content h5 {
        margin-top: 10px;
    }

    .our_service figure.snip_con figcaption {
        padding: 0 40px;
    }

    .our_service figure.snip_con figcaption:before {
        display: none;
    }

    .our_service_2 .row>div:nth-last-child(-n + 4) .service_our_2 {
        margin-top: 30px;
    }

    .our_service_2 .service_our_2 .service_content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.8em;
    }

    .our_service_2 .service_our_2 .service_content .service_title .icon_bg {
        right: 15px;
        top: -35px;
    }

    .our_service_2 .service_our_2 .service_content a {
        line-height: 2em;
    }

    .home_1_news .news_sec h4 {
        line-height: 1.3em;
        margin-top: 6px;
    }

    .home_1_news .news_sec P {
        line-height: 1.3em;
        letter-spacing: 0.07em;
        margin-top: 5px;
    }

    .home_1_news.home_3_news {
        padding: 50px 0 0 0;
    }

    .home_1_news.blog_page .news_sec {
        margin-top: 30px;
    }

    .home_1_news.blog_page .row>div:nth-child(-n+3) .news_sec {
        margin-top: 30px;
    }

    .home_1_news.blog_page .row>div:nth-child(-n+2) .news_sec {
        margin-top: 0;
    }

    .banner_project {
        padding: 50px 0 0 0;
    }

    .about_sec .about_sec_con .about_content {
        margin-bottom: 30px;
        padding: unset;
    }

    .about_sec.about_sec_2 .about_sec_con {
        text-align: unset;
    }

    .about_sec.about_sec_2 .about_sec_con .con_title h2 {
        text-align: center;
    }

    .about_sec.about_sec_2 .about_sec_con .con_title h2:after {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .about_sec.about_sec_2 .about_sec_con .about_content {
        margin-bottom: 30px;
        padding: unset;
    }

    .about_sec.about_sec_2 .about_sec_con .about_content h3,
    .about_sec.about_sec_2 .about_sec_con .about_content p,
    .about_sec.about_sec_2 .about_sec_con .about_content h4 {
        text-align: center;
    }

    .about_sec.about_sec_2 .about_sec_con .about_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto;
    }

    .about_sec.about_sec_2 .about_sec_con .center_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about_sec.about_sec_2 .about_2_img {
        display: none;
    }

    .project_home_five {
        padding: 50px 0;
    }

    .testimonial .testimonial_slide .testimonial_sec {
        padding: 0 20px;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 280px;
    }

    .testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec {
        padding: 50px 35px 40px;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 0;
    }

    .faq_section .accordion.faq_sec .card .card-body {
        padding: 6px 15px;
    }

    .faq_section .accordion.faq_sec .card .card-body p {
        letter-spacing: 0.00em;
    }

    .faq_section .faq_strength .media img {
        margin-right: 10px;
    }

    .faq_section .faq_strength .media .media-body p {
        line-height: 1.5em;
        letter-spacing: 0.00em;
    }

    .about_us_sec.about_page .about_sec_con {
        padding: 0;
    }

    .brand_slide.owl-carousel .owl-item img {
        padding: 0;
    }

    .newsletter_sec .call_us {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .newsletter_sec .call_us .phone_img img {
        width: 30px;
    }

    .newsletter_sec .call_us .con_text {
        margin: 0 0 0 15px;
    }

    .newsletter_sec .input-group {
        margin-top: 20px;
    }

    .banner_project .bot_center .banner_text {
        padding: 30px 60px;
    }

    .home_1_news.blog_side_sec .blog_cat {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .home_1_news.blog_side_sec .blog_sec_side .news_sec {
        margin-top: 30px;
    }

    footer .footer_second {
        display: block;
    }

    footer .footer_second .footer-contant {
        margin-top: 25px;
    }

    .copyright_sec .cop_p {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copyright_sec .copy_link {
        -moz-text-align-last: center;
        text-align-last: center;
        margin-top: 5px;
    }

    .collection-product-wrapper .product-top-filter {
        border-top: none;
    }

    .collection-product-wrapper .product-top-filter .row:first-child {
        position: absolute;
        z-index: 9;
    }

    .collection-product-wrapper .product-top-filter .row:first-child .filter-btn {
        width: 100%;
        background-color: #f6f6f6;
        padding: 16.5px 26px;
        border-bottom: 1px solid #dddddd;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
        display: none;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view {
        display: none;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 50%;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        right: 15px !important;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-right: 1px solid #ddd;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        border-top: 1px solid #dddddd;
    }

    .filter-main-btn {
        display: block;
        margin-bottom: 0;
        background-color: #ffffff;
    }

    .collection-collapse-block .collapse-block-title {
        padding-top: 15px;
    }

    .collection-filter {
        position: fixed;
        height: 100vh;
        top: 0;
        left: -350px;
        background-color: white;
        z-index: 99;
        overflow-y: scroll;
        padding: 0 0 15px 15px;
        max-width: 350px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-box-shadow: 1px 0 5px #ddd;
        box-shadow: 1px 0 5px #ddd;
    }

    .collection-filter .collection-sidebar-banner {
        text-align: center;
    }

    .collection-filter .theme-card {
        padding-left: 30px;
        padding-right: 30px;
    }

    .collection-filter .collection-sidebar-banner {
        padding: 0 30px;
    }

    .collection-filter-block {
        border: none;
    }

    .collection-mobile-back {
        display: block;
    }

    .collection .section-t-space {
        padding-top: 30px;
    }

    .collection .partition-collection>div:nth-last-child(1) {
        margin-top: 30px;
    }

    .collection .partition-collection>div:nth-last-child(2) {
        margin-top: 30px;
    }

    .right-login {
        margin-top: 30px;
    }

    .contact-page .map iframe {
        height: 350px;
    }

    .contact-page .contact-right {
        padding-bottom: 0;
    }

    .contact-page .contact-right ul li {
        padding-left: 0;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 15px;
    }

    .contact-page .contact-right ul li .contact-icon {
        position: relative;
        margin: 0 auto;
        border-right: 0;
    }

    .contact-page .contact-right ul li p {
        margin-bottom: 10px;
    }

    .cart-section .cart-table thead th:last-child {
        display: none;
    }

    .cart-section tbody tr td {
        min-width: 135px;
    }

    .cart-section tbody tr td:last-child {
        display: none;
    }

    .cart-section .cart-buttons>div:last-child {
        padding-right: 15px;
    }

    .cart-section tfoot tr td {
        padding-right: 0;
    }

    .wishlist-section tbody tr td {
        min-width: 138px;
    }

    .product-right h2 {
        margin-top: 15px;
    }

    .product-right .product-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-right {
        text-align: center;
        margin: 20px 0 10px 0;
    }

    .product-right .product-icon .wishlist-btn i {
        border-left: 0;
        padding-top: 10px;
    }

    .product-right .detail-section,
    .product-right .product-icon {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .product-right .product-description .qty-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-right .size-text {
        text-align: left;
    }

    .product-right .timer {
        text-align: left;
    }

    .product-right .product-icon .product-social li {
        padding-right: 20px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        width: 55%;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-bottom: 20px;
        background: none #ffd333;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
        text-align: left;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup>a {
        color: #ffffff;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
        height: 100vh;
        left: -350px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .collection-view,
    .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
        display: none;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: 50%;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        top: 13px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        left: unset;
        right: 35px;
    }

    .tab-product {
        padding-bottom: 0;
    }

    .tab-product {
        padding-top: 0;
    }

    .tab-product .nav-material.nav-tabs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .collection-product-wrapper .product-wrapper-grid .product-box .img-wrapper .front .add_hover {
        left: 10px;
    }

    .login-page .authentication-right {
        height: unset;
    }

    .checkout-page .checkout-form .checkout-details {
        margin-top: 30px;
    }

    .product_sec .row>div:nth-last-child(n + 5) .product-box {
        margin-top: 50px;
    }

    .product_sec .row>div:nth-child(-n + 3) .product-box {
        margin-top: 0;
    }

    body.rtl .navbar .navbar-nav {
        padding-right: 0;
    }

    body.rtl .about_sec.about_sec_2 .about_content h3 {
        text-align: center;
    }

    body.rtl .about_sec.about_sec_2 .about_content p {
        text-align: center;
    }

    body.rtl .about_sec.about_sec_2 .about_sec_con .con_title h2 {
        text-align: center;
    }

    body.rtl .top-contact .top-content ul li:first-child {
        padding-left: 10px;
        padding-right: 0;
    }

    body.rtl .navbar.nav_5 .search {
        margin-left: 15px;
    }

    body.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-right: 1px solid #dddddd;
    }

    .ecommerce-layout .ecommerce-from {
        padding-left: unset;
        height: 100%;
    }

    .ecommerce-layout .ecommerce-from .input-group {
        height: 100%;
    }

    .ecommerce-layout .ecommerce-from .input-group .btn.btn_inverse {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .ecommerce-layout .input-group .btn_inverse {
        font-size: 0;
    }

    .ecommerce-layout .input-group .btn_inverse i {
        font-size: 16px;
    }

    .ecommerce-layout .btn_white {
        font-size: 0;
        padding: 8px;
        position: relative;
    }

    .ecommerce-layout .btn_white i {
        font-size: 14px;
        margin: 0;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .ecommerce-layout .vert-midd .timer-product-desc {
        padding-top: 10px;
    }

    .ecommerce-layout .vert-midd .timer-product-desc .product-info {
        padding-top: 10px;
    }

    .ecommerce-layout .top-contact {
        font-size: 13px;
    }

    .angle-b-left,
    .angle-b-right {
        display: none;
    }

    body.rtl .contect_Quote .contect_Quote_flex {
        text-align: center;
    }

    body.rtl .contect_Quote .contect_Quote_flex h5 {
        text-align: center !important;
    }

    body.rtl .navbar.navbar-light .navbar-toggler {
        margin-right: 0;
        margin-left: 15px;
    }

    body.rtl .navbar.navbar-light .navbar-brand {
        margin-right: 15px;
        margin-left: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .contect_Quote .btn_center {
        position: relative;
    }

    .contect_Quote .btn_center .contect_Quote_btn {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 768px) {
    .home-full {
        height: auto;
    }

    .home-full.vector-slider .bg-size {
        background-size: cover !important;
    }

    .home-full.vector-slider .slider-content .theme_btn {
        float: none;
        color: #ffd333;
        background-color: #ffffff;
    }

    .home-full.vector-slider .slider-content .theme_btn .theme_btn_eff {
        display: none;
    }

    .home-full.semi-light-version .slider-content .slider_btn_2 {
        float: none;
    }

    .home-full.semi-light-version .slider-content .slider_btn_2 .theme_btn_eff {
        display: none;
    }

    .home-full.semi-light-version .slider-content .slider_btn_2 .theme_btn_eff:hover {
        color: #ffffff;
    }

    .home-full .bg-size {
        height: auto;
    }

    .home-full .slider-content {
        height: auto;
        text-align: center;
    }

    .home-full .slider-content .slider_btn {
        float: none;
    }

    .home-full .slider-content .slider_btn .theme_btn_eff {
        display: none;
    }

    .home-full .slider-content>div {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .home-full.big-header {
        height: auto;
    }

    .home-full.big-header .bg-size {
        height: auto;
    }

    .home-full.big-header .slider-content {
        text-align: center;
        height: auto;
    }

    .home-full.big-header .theme_btn.btn_5 {
        color: #ffd333;
    }

    .home-full.vector-slider .slider-content>div {
        background-color: unset;
    }

    .home-full.semi-light-version {
        height: auto;
    }

    .home-full.semi-light-version .bg-size {
        height: auto;
    }

    .home-full.semi-light-version .home_2_title {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .home-full.semi-light-version .slider-content {
        height: auto;
    }

    .home-full.semi-light-version .slider-content>div {
        background-color: rgba(62, 62, 62, 0.6);
    }

    .home-full.light-version .slider-content>div {
        background-color: rgba(255, 211, 51, 0.54);
        padding: 35px;
    }

    .home-full .slider-content h3 {
        margin-top: 20px;
    }

    .home-full .slider-content>div {
        background-color: rgba(255, 255, 255, 0.75);
        padding: 35px;
    }
}

@media (max-width: 767px) {
    .home-full.vector-slider .bg-size {
        -webkit-box-shadow: inset -150px 0px 120px 120px rgba(255, 255, 255, 0.8);
        box-shadow: inset -150px 0px 120px 120px rgba(255, 255, 255, 0.8);
    }

    .rtl-btn {
        display: none;
    }

    .ecommerce-layout .ecommerce-from {
        margin-left: 50px;
    }

    .ecommerce-layout .ecommerce-from select {
        display: none;
    }

    .set-order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .default-nav .navbar-nav {
        max-width: 540px;
    }

    .ecommerce-layout .col-md-3 .btn {
        font-size: 0;
        width: 36px;
        background-color: #ffd333;
    }

    .ecommerce-layout .col-md-3 .btn i {
        font-size: 20px;
    }

    .ecommerce-layout .mid-header .row .brand-logo img {
        height: 33px;
        width: auto;
    }

    .ecommerce-layout .bottom-header .ecommerce-sidebar {
        display: inline-block;
        width: auto;
        position: absolute;
        top: 140px;
        left: 0;
        z-index: 9;
    }

    .ecommerce-layout .slider-ecommerce .slider_content {
        width: 55%;
    }

    .ecommerce-layout .hanger .cat-block {
        position: fixed;
        top: 200px;
        z-index: 9;
        left: 0;
        width: 100%;
        height: 200px;
        overflow: scroll;
        padding-top: 10px;
    }

    .ecommerce-layout .ecommerce-sidebar {
        width: 100%;
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .ecommerce-layout .ecommerce-sidebar~.col-lg-9,
    .ecommerce-layout .ecommerce-sidebar~.col-md-9 {
        width: calc(100%);
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%);
        flex: 0 0 calc(100%);
        max-width: calc(100%);
    }

    .ecommerce-layout .banner-section .col-lg-6+.col-lg-6 {
        margin-top: 0;
    }

    .default-btn {
        padding: 11px 20px;
        font-size: 14px;
    }

    .home-slider .slide_1 .slider-content {
        padding-left: 0;
    }

    .ecommerce-layout .home-slider .slide_1 {
        height: unset !important;
    }

    .vector_right {
        opacity: 0.3;
    }

    .banner-section {
        padding-top: 0 !important;
    }

    .color-picker {
        display: none;
    }

    .table.cart-table.table-responsive {
        display: table;
    }

    .single-portfolio .single-product .right-part li {
        margin-bottom: 15px;
    }

    .home_1_news.blog_page .row>div:nth-child(-n+2) .news_sec {
        margin-top: 30px;
    }

    .blog-shadow {
        padding: 15px;
    }

    .pagination_sec .cdp_i:first-child,
    .pagination_sec .cdp_i:last-child {
        padding: 0 5px;
        margin: 0 5px 0;
    }

    .back_error:before {
        left: 20px;
        opacity: 0.3;
    }

    .back_error:after {
        right: 20px;
        opacity: 0.3;
    }

    .coming-sec .countdown>div {
        width: 25%;
    }

    .our_service_2 .service_our_2:hover .service_content {
        bottom: -10px;
    }

    .back_error .not_found h2 {
        margin: 30px 0 10px;
    }

    .home-slider .owl-nav .owl-prev {
        left: 15px;
    }

    .home-slider .owl-nav .owl-next {
        right: 15px;
    }

    .home-slider.home_3_slider .slide_1 {
        height: auto !important;
    }

    .home-slider.home_3_slider .slide_1 .home_cun_slider_1 {
        height: auto !important;
    }

    .home-slider.home_3_slider .slide_1 .home_cun_slider_1 .slider-content {
        height: auto;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .contect_Quote .btn_center .contect_Quote_btn.btn_3 {
        margin-top: 30px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon {
        margin-bottom: -8px;
    }

    .banner_project .bulder_cen img {
        width: 100%;
    }

    .home-slider [class^="ti-"] {
        font-size: 14px;
    }

    .home-slider .owl-theme .owl-nav [class*=owl-] {
        padding: 0 !important;
        margin: 0;
    }

    .home-slider .owl-theme .owl-nav [class*=owl-] .owl-prev {
        left: 0;
    }

    .home-slider .owl-theme .owl-nav [class*=owl-] .owl-next {
        right: 0;
    }

    .home-slider .owl-theme .owl-nav [class*=owl-]:hover {
        padding: 0 !important;
    }

    .home-slider .owl-theme .owl-nav [class*=owl-]:hover:hover {
        background-color: transparent !important;
        margin: 0;
        padding: 0 !important;
    }

    .coming-sec .content .form-text .text p {
        max-width: 100%;
    }

    .coming-sec .countdown {
        font-size: 48px;
        width: 100%;
    }

    .top-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-contact .top-content {
        display: none;
    }

    .navbar.nav_3:after {
        width: 100%;
    }

    .our_service .row>div:nth-last-child(-n + 5) .service_our {
        margin-top: 25px;
    }

    .contect_Quote .row>div:nth-child(3) .contect_Quote_flex {
        margin-bottom: 0;
    }

    .contect_Quote .contect_Quote_flex {
        margin-bottom: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block;
        text-align: center;
    }

    .our_service_2 .row>div:nth-last-child(-n + 4) .service_our_2 {
        margin-top: 25px;
    }

    .our_service_2 .service_our_2 .service_content p {
        line-height: unset;
    }

    .our_service_2 .service_our_2 .service_content .service_title .icon_bg {
        right: 15px;
        top: -35px;
    }

    .our_project .project_button {
        padding: 7px 15px;
    }

    .project_home_two .our_project_2 .project_button {
        padding: 10px 15px;
    }

    .quote_content h2 {
        margin-top: -4px;
    }

    .quote_content h4 {
        letter-spacing: 0.04em;
    }

    .quote_form {
        margin-top: 20px;
    }

    .quote_2 .quote_content h2 {
        margin-top: -4px;
    }

    .quote_2.comment_form_sec .quote_form .form-row .form-group .form-control {
        padding: 10px 15px;
    }

    .quote_2.comment_form_sec .quote_form .form-row .form-group .form-control.msg_coment {
        height: 124px;
    }

    .faq_section .accordion.faq_sec .card .card-body {
        padding: 15px 15px;
    }

    .faq_section .faq_strength .media img {
        margin-right: 15px;
        margin-left: 10px;
    }

    .banner_project .bot_center .banner_text {
        padding: 30px 45px;
    }

    .banner_project .bot_center .banner_text h2 {
        margin-bottom: 10px;
    }

    .banner_project .bot_center .banner_text .title {
        margin-bottom: 8px;
    }

    .banner_project .bot_center .banner_text .center_btn {
        margin-top: 13px;
    }

    .our_service_2 .service_our_2 .service_content p {
        margin-bottom: 0;
    }

    .our_project .project_row .filter {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 30px);
        margin: 20px 15px 0;
        padding: 0;
    }

    .our_project .project_row .filter:nth-last-child(-n+5) {
        margin: 20px 15px 0;
    }

    .our_project .project_row .filter:nth-last-child(-n+3) {
        margin: 20px 15px 0;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 10px;
    }

    .newsletter_sec .call_us {
        display: block;
    }

    .newsletter_sec .call_us .phone_img {
        text-align: center;
    }

    .newsletter_sec .call_us .con_text {
        text-align: center;
        margin: 0;
    }

    .newsletter_sec .call_us .con_text h4 {
        margin-top: 10px;
    }

    .newsletter_sec .call_us .con_text h6 {
        line-height: 20px;
    }

    .newsletter_sec .input-group {
        margin-top: 20px;
    }

    .faq_sec_two {
        margin-top: 30px;
    }

    .rating_sec .row>div:nth-last-child(-n + 2) .rating_cls {
        margin-top: 20px;
    }

    .rating_sec .row>div .rating_cls img {
        margin-bottom: 10px;
    }

    .rating_sec.home_rate_2 .row>div:nth-last-child(-n + 2) .rating_cls {
        margin-top: 20px;
    }

    .rating_sec.home_rate_2 .row>div .rating_cls img {
        margin-bottom: 10px;
    }

    .project_home_four .filter:nth-last-child(-n + 4) {
        margin-top: 30px;
    }

    .project_home_four .our_project_4 .project_button {
        padding: 8px 25px;
        margin-bottom: 10px;
    }

    .project_home_five .our_project_2 .project_button {
        padding: 10px 15px;
    }

    .about_sec .about_sec_con .about_content {
        margin-bottom: 20px;
    }

    .about_sec .about_sec_con .about_content p {
        margin-top: 15px;
    }

    .about_sec.about_sec_2 .about_sec_con .about_content {
        margin-bottom: 25px;
    }

    .testimonial .testimonial_slide .testimonial_sec {
        padding: 0 10px;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 190px;
    }

    .quote_2 .quote_content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .tap-top {
        bottom: 100px;
        right: 40px;
    }

    .tap-top img {
        width: 50px;
    }

    .bread_crumb {
        padding: 30px 0;
    }

    .bread_crumb .sec_low {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .bread_crumb .functionalities {
        clear: both;
        position: relative;
    }

    .bread_crumb .functionalities ul.breadcrumb {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0;
        padding: 0;
    }

    .bread_crumb .functionalities ul i {
        position: relative;
        font-size: 16px;
    }

    .bread_crumb .functionalities ul li {
        height: unset;
        padding: 0 5px;
        line-height: 0;
    }

    .bread_crumb h5 {
        float: right;
        color: white;
    }

    .bread_crumb .page-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        float: unset;
    }

    .bread_crumb .page-title h2 {
        margin-bottom: 10px;
    }

    .get-in-touch .comment-form .form-field {
        margin: 20px 0;
    }

    .get-in-touch .title {
        margin-top: 25px;
    }

    .home_1_news.blog_side_sec .blog_sec_side .row>div:nth-child(2) .news_sec {
        margin-top: 30px;
    }

    .comment_form.contact_form .contact_text .contect_info .footer-contant {
        display: block;
    }

    .comment_form.contact_form .center .contect_form .full_form {
        padding: 40px;
    }

    .comment_form .center {
        margin: 0;
    }

    .comment_form .form-field {
        padding: 0 20px;
    }

    .cdp {
        padding: 20px 0 0 0;
    }

    .not_found h2 {
        margin-top: -30px;
    }

    .tap-top {
        width: 35px;
        height: 35px;
        bottom: 20px;
        right: 20px;
        padding: 2px;
    }

    .product-box .img-wrapper .front img {
        width: 100%;
    }

    .single-product-tables table {
        width: 40%;
    }

    .collection .partition-collection>div:nth-last-child(1),
    .collection .partition-collection>div:nth-last-child(2),
    .collection .partition-collection>div:nth-last-child(3) {
        margin-top: 30px;
    }

    .collection-product-wrapper .product-pagination .pagination .page-item a {
        padding: 15px 18px;
    }

    .collection-product-wrapper .product-pagination .product-search-count-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-right: 0;
    }

    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
        padding: 10px 0;
    }

    .collection-product-wrapper .product-pagination .theme-paggination-block nav {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .cart-section tbody tr td a,
    .wishlist-section tbody tr td a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-section .cart-table thead th:nth-last-child(-n+4) {
        display: none;
    }

    .cart-section tbody tr td:nth-last-child(-n+4) {
        display: none;
    }

    .cart-section tbody tr td .mobile-cart-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .wishlist-section .cart-table thead th:nth-last-child(-n+3) {
        display: none;
    }

    .wishlist-section tbody tr td:nth-last-child(-n+3) {
        display: none;
    }

    .wishlist-section tbody tr td .mobile-cart-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .product-order .product-order-detail img {
        height: auto;
    }

    footer .upper-section {
        padding: 40px 0;
    }

    footer .footer_first {
        display: block;
    }

    footer .footer_first .footer-contant {
        padding: 15px 0;
    }

    footer .footer_first p {
        margin: 5px 0;
        line-height: 25px;
    }

    footer .footer_first .mobile-title {
        display: block;
    }

    footer .footer_first .mobile-title h3 {
        color: #ffd333;
        font-weight: 600;
        margin: 0;
    }

    footer .footer-title {
        padding-bottom: 10px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 211, 51, 0.2);
        position: relative;
        cursor: pointer;
    }

    footer .footer-title.active .according-menu {
        font: normal normal normal 15px/1 FontAwesome;
    }

    footer .footer-title.active .according-menu:before {
        content: "\f106";
        position: absolute;
        right: 2px;
        top: 2px;
    }

    footer .footer-title .according-menu {
        font: normal normal normal 15px/1 FontAwesome;
    }

    footer .footer-title .according-menu:before {
        content: "\f107";
        position: absolute;
        right: 2px;
        top: 2px;
    }

    footer .footer_second .footer-contant {
        margin-top: 10px;
    }

    footer .footer_second h3,
    footer .footer_third h3,
    footer .footer_forth h3 {
        margin-top: 15px;
        margin-bottom: 0;
    }

    footer .footer_third .footer-gallery {
        margin-top: 15px;
    }

    footer.home_2_footer .footer_first .mobile-title h3 {
        color: #ffd333;
    }

    footer.home_2_footer .footer-title {
        border-bottom: 1px solid rgba(255, 211, 51, 0.2);
    }

    footer.home_3_footer .footer_first .mobile-title h3 {
        color: #ffd333;
    }

    footer.home_3_footer .footer-title {
        border-bottom: 1px solid rgba(255, 211, 51, 0.2);
    }

    .single-portfolio .single-product {
        padding: 30px 0 0 0;
    }

    .single-portfolio .single-product .order-cls {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .single-portfolio .icon {
        font-size: 15px;
        line-height: 30px;
        margin-top: -30px;
        width: 30px;
        height: 30px;
    }

    body.rtl .newsletter_sec .call_us .con_text h4 {
        text-align: center;
    }

    body.rtl footer .footer-title .according-menu:before {
        left: 2px;
        right: unset;
    }

    body.rtl footer .footer_first .mobile-title h3 {
        text-align: right;
    }

    body.rtl footer .footer_second h3 {
        text-align: right;
    }

    body.rtl .contect_Quote .contect_Quote_flex .quote_content h5 {
        text-align: center;
    }

    body.rtl .contect_Quote .contect_Quote_flex .quote_content h5.quote_title {
        text-align: center;
    }

    body.rtl .contect_Quote .contect_Quote_flex .quote_content .contect_Quote_btn {
        margin-top: 0;
    }

    body.rtl .bread_crumb .page-title {
        float: unset;
    }

    .ecommerce-layout .btn_inverse {
        font-size: 12px;
        padding: 8px;
    }

    .ecommerce-layout .collection-banner {
        margin-top: 30px;
    }

    .ecommerce-layout .theme-tab .tab-title a,
    .ecommerce-layout .theme-tab .tab-title2 a {
        font-size: 15px;
    }

    .ecommerce-layout section {
        padding: 40px 0;
    }

    .top-contact.commerce-layout .top-header-right {
        float: none;
        text-align: center;
    }

    .logo_button_sec .main-menu .logo_btn_text .text_center_logo span {
        position: unset;
    }

    .logo_button_sec .main-menu .logo_btn_text .logo_content {
        display: none;
    }

    .vector .price-cart {
        text-align: center;
    }

    .vector .price-cart .bottom-content .theme_btn {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .rtl .vector.price-section .price-cart {
        text-align: center !important;
    }

    .rtl .vector.price-section .price-cart a {
        float: left !important;
    }
}

@media (max-width: 575px) {
    .solar .price_slide {
        margin: 0;
    }

    .cart-table thead,
    .cart-table tbody {
        width: 100%;
        display: table;
    }

    .home-full.vector-slider .slider-content h3:first-child {
        display: none;
    }

    .collection-product-wrapper .product-top-filter .row:first-child {
        position: relative;
    }

    .collection-product-wrapper .product-top-filter .row:first-child .filter-btn {
        text-align: left;
        padding: 7px 15px;
        font-size: 16px;
    }

    .cmn_bg:before,
    .cmn_bg:after {
        display: none;
    }

    .home-slider.home_3_slider {
        margin-top: 0;
    }

    .home-slider.education {
        margin-top: 0;
    }

    .home-slider.home_4_slider .slide_1 .slider-content {
        padding-bottom: 40px;
    }

    .home-slider .slide_1 .slider-content {
        padding-left: 0;
    }

    .ecommerce-layout .toggle-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service_page .our_service .row>div+div .service_our_2 {
        margin-top: 30px;
    }

    .page_decore {
        display: none;
    }

    .portfolio-section .isotopeSelector {
        margin-bottom: 15px;
    }

    .blog_page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .login-page .theme-card {
        padding: 20px;
    }

    .login-page .theme-card .theme-form input {
        padding: 12px 25px;
        margin-bottom: 20px;
    }

    .coming-sec .offset-lg-5 {
        padding: 0;
    }

    .coming-sec .countdown {
        font-size: 34px;
        width: 100%;
    }

    .coming-sec .countdown>div {
        width: 50%;
    }

    .coming-sec .form-text form input {
        padding: 10px 25px;
        margin: 10px auto;
    }

    .coming-sec .wrapper {
        margin: 0;
        padding: 25px 0;
    }

    .coming-sec .content h1 {
        font-size: 28px;
    }

    .home_1_news .news_sec .text_p {
        padding: 0 15px 15px;
    }

    .home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post {
        margin-bottom: 10px;
    }

    .home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .r_post_img img {
        height: 50px;
    }

    .home_1_news.blog_side_sec .blog_sidebar .recent_post .r_post .text p {
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .home_1_news.blog_side_sec .blog_sidebar .about_blog .text_blog .sign img {
        height: 30px;
    }

    .home_1_news.blog_side_sec .blog_sidebar .blog_category a {
        margin-bottom: 7px;
        padding-bottom: 7px;
    }

    .checkout-page .checkout-form .form-group {
        margin-bottom: 10px;
    }

    .checkout-page .checkout-form .form-group input:not([type='checkbox']),
    .checkout-page .checkout-form .form-group select {
        height: 35px;
    }

    .checkout-page .checkout-form .form-group .field-label {
        margin-bottom: 1px;
    }

    .contact-section {
        padding: 0;
    }

    .contact-section .comment_form.contact_form .contact_text {
        padding: 20px;
    }

    .contact-section .comment_form.contact_form .contact_text p {
        margin: 15px 0 15px 0;
    }

    .contact-section .comment_form.contact_form.contect_f .quote_2.comment_form_sec {
        padding: 5px 5px 20px;
    }

    section {
        padding: 40px 0;
    }

    .copyright_sec .cop_p {
        padding-bottom: 5px;
    }

    .home-slider {
        margin-top: 50px;
    }

    .home-slider.slider-ecommerce {
        margin-top: 0;
    }

    .home-slider.slider-ecommerce .slider-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home-slider .slide_1 .slider-content h3 {
        font-size: 15px;
    }

    .banner_project {
        padding: 30px 0 0 0;
    }

    .project_home_two {
        padding: 30px 0 0 0;
    }

    .product_sec .row>div:nth-child(-n + 3) .product-box {
        margin-top: 50px;
    }

    .product_sec .row>div:nth-child(2) .product-box {
        margin-top: 0px;
    }

    .home_1_news.home_3_news {
        padding: 30px 0 0 0;
    }

    .project_home_five {
        padding: 30px 0;
    }

    .project_home_two.project_home_three {
        padding: 40px 0;
    }

    .our_service.our_page .row>div:nth-last-child(-n + 8) .service_our {
        margin-top: 30px;
    }

    .rating_sec {
        padding: 30px;
    }

    .rating_sec.home_rate_6 {
        padding: 30px;
    }

    .navbar .menu-btn {
        width: 100%;
        margin: 0;
    }

    .navbar.nav_3:after {
        width: 110%;
    }

    .our_project .mobile-btn {
        display: block;
        color: #3e3e3e;
        font-weight: 600;
        border-bottom: 1px solid;
        padding: 5px 15px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .our_project .mobile-btn:hover {
        color: #ffd333;
    }

    .our_project .project_button {
        padding: 10px 15px;
        margin-bottom: unset;
        text-align: left;
        border-bottom: 1px solid rgba(68, 68, 68, 0.51);
    }

    .our_project .project_button.active {
        color: #ffd333;
        background-color: unset;
        border-bottom: 1px solid #ffd333;
    }

    .our_project .project_button:hover {
        background-color: unset;
        color: #ffd333;
        border: none;
        font-weight: 700;
        border-bottom: 1px solid #ffd333;
    }

    .our_project .project_row .filter {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 30px);
        margin: 30px 15px 0 !important;
    }

    .our_project .project_row .filter:first-child(1) {
        margin: 0 15px 30px !important;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 20px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a {
        padding: 15px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 20px;
    }

    .project_home_two .our_project_2 .mobile-btn {
        display: block;
        color: #3e3e3e;
        font-weight: 600;
        padding: 5px 15px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .project_home_two .our_project_2 .mobile-btn:hover {
        color: #ffd333;
    }

    .project_home_two .our_project_2 .project_button {
        padding: 10px 15px;
        margin-bottom: unset;
        text-align: left;
    }

    .project_home_two .our_project_2 .project_button.active {
        color: #ffd333;
        background-color: unset;
    }

    .project_home_two .our_project_2 .project_button:hover {
        background-color: unset;
        color: #ffd333;
        border: none;
        font-weight: 700;
    }

    .project_home_four .filter {
        margin-top: 30px;
    }

    .project_home_four .our_project_4 .mobile-btn {
        display: block;
        color: #3e3e3e;
        font-weight: 600;
        border-bottom: 1px solid;
        padding: 5px 15px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .project_home_four .our_project_4 .mobile-btn:hover {
        color: #ffd333;
    }

    .project_home_four .our_project_4 .project_button {
        padding: 10px 15px;
        margin-bottom: unset;
        text-align: left;
        border-bottom: 1px solid rgba(68, 68, 68, 0.51);
    }

    .project_home_four .our_project_4 .project_button.active {
        color: #ffd333;
        background-color: unset;
        border-bottom: 1px solid #ffd333;
    }

    .project_home_four .our_project_4 .project_button:hover {
        background-color: unset;
        color: #ffd333;
        border: none;
        font-weight: 700;
        border-bottom: 1px solid #ffd333;
    }

    .project_home_five .our_project_2 .mobile-btn {
        display: block;
        margin-bottom: 15px;
        color: #ffd333;
        font-weight: 600;
        border-bottom: 1px solid;
        padding: 5px 15px;
    }

    .project_home_five .our_project_2 .project_button {
        padding: 10px 15px;
        margin-bottom: unset;
        text-align: left;
    }

    .project_home_five .our_project_2 .project_button.active {
        color: #ffd333;
        background-color: unset;
    }

    .project_home_five .our_project_2 .project_button:hover {
        background-color: unset;
        color: #ffd333;
        border: none;
        font-weight: 700;
    }

    .about_sec .about_sec_con .about_content {
        margin-bottom: 15px;
    }

    .about_sec .about_sec_con .about_content p {
        margin-top: 10px;
    }

    .about_sec.about_sec_2 .about_sec_con .about_content {
        margin-bottom: 20px;
    }

    .tap-top.fb-top {
        bottom: 30px;
    }

    #form1 {
        display: none;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .mobile-btn {
        position: relative;
        display: block;
    }

    .mobile-btn .according-menu {
        font: bold 14px/34px monospace !important;
    }

    .mobile-btn .according-menu:before {
        content: "+";
        position: absolute;
        right: 15px;
    }

    .filter-button {
        width: 100%;
    }

    .quote_form .form-row .form-group .form-control {
        padding: 8px 15px;
    }

    .quote_form .quote_btn {
        margin-top: 10px;
    }

    .faq_section .accordion.faq_sec .card .card-header {
        padding: 0.35rem 1rem;
    }

    .newsletter_sec .bdr_right .call_us {
        margin-bottom: 15px;
    }

    .newsletter_sec .input-group {
        margin-top: 20px;
    }

    #fb-root {
        display: none;
    }

    .con_title {
        margin-bottom: 15px;
    }

    .con_title h6 span:after,
    .con_title h6 span:before {
        right: -75px;
    }

    .con_title h6 span:before {
        left: -75px;
    }

    .theme_btn {
        padding: 7px 12px;
    }

    h1.top {
        margin-top: -5px;
    }

    .home_1_news.blog_page .news_sec {
        margin-top: 30px;
    }

    .home_1_news.blog_page .row>div:nth-child(-n+3) .news_sec {
        margin-top: 30px;
    }

    .home_1_news.blog_page .row>div:nth-child(-n+1) .news_sec {
        margin-top: 0;
    }

    .our_service .row>div:nth-last-child(-n + 5) .service_our {
        margin-top: 25px;
    }

    .our_service_2 .row>div:nth-last-child(-n + 5) .service_our_2 {
        margin-top: 25px;
    }

    .our_project .project_button {
        margin-bottom: 5px;
    }

    .cdp {
        padding: 30px 0 0 0;
    }

    .single_blog_item .blog-text .blog-description {
        padding-bottom: 15px;
    }

    .single_blog_item .blog-text .blog-description p {
        line-height: 1.6em;
    }

    .page-header-comment {
        margin-top: 15px;
    }

    .blog_comment.comment-list .comment_sec {
        padding: 15px 0 0;
    }

    .blog_comment.comment-list .comment_sec .blog_center .thumbnail img {
        width: 35px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user {
        padding: 0 10px;
        margin-left: 10px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user.left:after {
        left: -10px;
        top: 36px;
        border-width: 10px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user.left:before {
        left: -11px;
        top: 36px;
        border-width: 10px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left {
        padding: 5px 0;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .right_text {
        padding: 5px 20px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .comment-post p {
        padding: 5px 0 0 0;
    }

    .home_1_team.home_4_team.team_page .row>div:nth-last-child(-n+5) .team_sec_2 {
        margin-top: 30px;
    }

    .collection .collection-block .collection-content p {
        margin-bottom: 10px;
    }

    .collection .collection-block .collection-content h4,
    .collection .collection-block .collection-content h3 {
        margin-bottom: 5px;
    }

    .collection-product-wrapper .product-wrapper-grid .product-box {
        margin-top: 30px;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        padding: 10px 20px 10px 20px;
        margin: 0;
        text-align: left;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
        font-size: 14px;
        line-height: 20px;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
        width: 100%;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        padding: 10px 20px 10px 20px;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view:before,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before {
        top: 11px;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
        border-right: none;
        border-bottom: 1px solid #dddddd;
    }

    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
        border-right: none;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .search-count {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
        border-bottom: 1px solid #dddddd;
        width: 100%;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
        border-right: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before {
        top: 14px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
        width: 100%;
        border-top: none;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
        left: unset;
        right: 35px !important;
        top: 14px;
    }

    .cart-section .cart-buttons>div:last-child {
        padding-right: 15px;
        margin-top: 10px;
    }

    .cart-section .cart-buttons .btn-solid {
        padding: 7px 8px;
    }

    .wishlist-section .btn-solid {
        padding: 7px 8px;
    }

    .collection-wrapper .order-up {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .checkout-page .checkout-form .checkout-details {
        padding: 15px;
        margin-top: 30px;
    }

    .tab-product .tab-content.nav-material p,
    .product-full-tab .tab-content.nav-material p {
        padding: 15px 0;
    }

    .tab-product .tab-content.nav-material p {
        line-height: 1.5;
    }

    .checkout-page .checkout-form .checkout-details {
        padding: 15px;
    }

    .success-text i {
        font-size: 40px;
    }

    .success-text p {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .success-text h2 {
        margin-bottom: 10px;
    }

    .order-success-sec>div {
        margin-top: 15px;
    }

    .delivery-sec {
        padding: 15px;
        margin-top: 15px;
    }

    .delivery-sec h3,
    .delivery-sec h2 {
        font-size: 20px;
    }

    .product-order h3 {
        font-size: 20px;
    }

    .product-order .product-order-detail .order_detail h4,
    .product-order .product-order-detail .order_detail h5 {
        font-size: 14px;
        line-height: 1.2;
    }

    .product-order .total-sec ul li {
        font-size: 16px;
    }

    .product-order .final-total h3 {
        font-size: 16px;
    }

    .ecommerce-layout section {
        padding: 30px 0;
    }

    .ecommerce-layout .bottom-header .set-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .ecommerce-layout .bottom-header .set-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .ecommerce-layout .btn_white {
        position: unset;
    }

    .ecommerce-layout .ecommerce-from .input-group .btn.btn_inverse {
        padding-top: 8px;
    }

    .ecommerce-layout .slider-ecommerce h1 {
        font-size: 24px;
    }

    .ecommerce-layout .slider-ecommerce h3 {
        font-size: 13px !important;
    }

    .contect_Quote .btn_center {
        padding-top: 15px;
    }

    .contect_Quote .btn_center .contect_Quote_btn {
        padding: 12px 15px;
    }

    .navbar.nav_3 {
        margin: 0 15px;
    }

    body.rtl .con_title h6 span:before {
        right: unset;
    }

    .theme-card.hanger.set-top {
        top: 210px;
    }
}

@media (max-width: 480px) {
    .navbar-brand img {
        height: 30px;
    }

    .back_error .not_found h2 {
        margin: 20px 0 10px;
    }

    .ecommerce-layout .collection-banner .img-part {
        height: 230px;
    }

    .ecommerce-layout .title h2 {
        font-size: 18px;
    }

    .ecommerce-layout .hanger .cat-block {
        top: 160px;
    }

    .ecommerce-layout .main-body .col-6 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .ecommerce-layout .banner-section .col-lg-6 .img-part {
        background-position: right !important;
    }

    .ecommerce-layout .toggle-nav {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ecommerce-layout .ecommerce-from {
        padding-right: 0;
    }

    .ecommerce-layout .theme_btn.btn_5 {
        float: none;
        display: inline-block;
    }

    .ecommerce-layout .slider-ecommerce .slider_content {
        width: 100%;
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
    }

    .ecommerce-layout .slider-ecommerce .bg-size {
        background-position: left !important;
        height: 300px;
    }

    .ecommerce-layout .main-header.header-fix .mid-header .cart-box i {
        top: 3px;
    }

    .ecommerce-layout .vert-midd .timer-product-desc .product-info {
        text-align: center;
    }

    .ecommerce-layout .vert-midd .img-wrapper .front {
        background-color: #f6f6f6;
    }

    .ecommerce-layout .vert-midd .img-wrapper .front img {
        width: 50%;
        margin: 0 auto;
    }

    .ecommerce-layout .timer-product-desc .prices {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ecommerce-layout .bottom-header .ecommerce-sidebar {
        top: 108px;
    }

    .ecommerce-layout .bottom-header .btn_white {
        display: none;
    }

    h1.top {
        margin-top: -4px;
    }

    .home-slider .slide_1 .slider-content h3.home_2_title {
        margin-top: 53px;
    }

    .home-slider .slide_1 .slider-content .slider_btn_2 {
        margin-top: 35px;
    }

    .navbar.nav_3 .navbar-nav .nav-item:first-child .nav-link {
        padding: 10px 0 20px 15px;
    }

    .navbar.nav_3 .navbar-nav .nav-item .nav-link {
        font-weight: 600;
        padding: 0 0 20px 15px;
    }

    .navbar.nav_3:after {
        width: 125%;
    }

    .project_button {
        margin-bottom: 10px;
    }

    .home-slider .slide_1 .slider-content h3 {
        line-height: 1.5em;
        letter-spacing: 0.01em;
        font-size: 14px;
    }

    .home-slider .slide_1 .slider-content .slider_btn {
        margin-top: 10px;
    }

    .home-slider .slide_1 .slider-content .slider_btn_2 {
        margin-top: 20px;
    }

    .home-slider.home_3_slider .slide_1 .slider-content h3.home_2_title:after {
        margin: 10px 0 10px 0;
    }

    .home-slider.home_3_slider .slide_1 .slider-content h5 {
        margin-top: 10px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }

    .home-slider.home_3_slider .slide_1 .slider-content .slider_btn_3 {
        margin-top: 20px;
    }

    .our_service_2 .service_our_2 .service_content p {
        line-height: 2.5em;
        margin-bottom: 0;
    }

    .our_service .row>div:nth-last-child(-n + 5) .service_our {
        margin-top: 25px;
    }

    .our_service_2 .row>div:nth-last-child(-n + 5) .service_our_2 {
        margin-top: 25px;
    }

    .project_home_four .filter:nth-last-child(-n + 5) {
        margin-top: 30px;
    }

    .quote_form .quote_btn .theme_btn_eff {
        width: 430px;
        height: 50px;
    }

    .brand_slide.owl-carousel .owl-item img {
        padding: 0 60px;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 160px;
    }

    .testimonial .testimonial_slide .testimonial_sec p {
        line-height: 20px;
        letter-spacing: unset;
    }

    .testimonial .testimonial_slide .testimonial_sec p .quote_left {
        left: -5px;
    }

    .testimonial .testimonial_slide .testimonial_sec p .quote_right {
        right: -5px;
    }

    .copyright_sec .cop_p p {
        text-align: center;
        line-height: 20px;
    }

    .copyright_sec .copy_link ul {
        text-align: center;
    }

    .banner_project .bot_center .banner_text {
        padding: 25px 30px;
    }

    .banner_project .bot_center .banner_text .text_since {
        letter-spacing: 0;
    }

    .blog_comment.comment-list .comment_sec .blog_center .thumbnail {
        display: inline-block;
        margin-bottom: 10px;
        padding: 0;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0;
        margin-bottom: 0px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user.left:after {
        left: 15px;
        top: -15px;
        border-width: 10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user.left:before {
        left: 15px;
        top: -16px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        border-width: 10px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date h6,
    .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user h6 {
        font-size: 12px;
    }

    .blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .right_text {
        padding: 5px 3px;
    }

    .comment_form .title {
        margin-top: 30px;
    }

    .comment_form .comment-form .form-field {
        margin: 20px 0;
    }

    .cdp_i {
        margin: 0 2px 0;
        height: 35px;
        min-width: 25px;
        line-height: 33px;
    }

    .cdp_i:first-child,
    .cdp_i:last-child {
        padding: 0 10px;
        margin: 0;
    }

    .pagination_sec .cdp {
        padding: 30px 0 0 0;
    }

    .coming-sec .content h1 {
        margin-bottom: 10px;
    }

    .success-text h2 {
        font-size: 20px;
    }

    .success-text p {
        font-size: 14px;
    }

    .delivery-sec h3,
    .delivery-sec h2 {
        font-size: 18px;
    }

    .ecommerce-layout .mid-header .cart-box i {
        color: #3e3e3e;
        font-size: 24px;
        left: 25px;
        top: 13px;
    }

    .ecommerce-layout .mid-header .cart-box .logo_content {
        display: none;
    }

    .ecommerce-layout .top-header-right {
        font-size: 12px;
    }

    .ecommerce-layout .vert-midd .media {
        display: block !important;
    }

    .ecommerce-layout .slider-ecommerce h1 {
        font-size: 22px;
    }

    .ecommerce-layout .slider-ecommerce h3 {
        font-size: 12px !important;
    }

    body.rtl .navbar.nav_3 .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    body.rtl .navbar.education img {
        margin: 10px 0;
    }

    .about_img.about_img_5 img {
        height: auto !important;
        width: 100%;
        left: 0;
    }

    .about_img img {
        height: auto !important;
    }
}

@media (max-width: 420px) {
    .home-full.light-version .slider-content>div {
        padding: 25px;
    }

    .navbar .navbar-light .navbar-brand {
        width: 120px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 0;
        font-size: 13px !important;
    }

    .navbar.nav_2 .navbar-nav .nav-item .nav-link,
    .navbar.education .navbar-nav .nav-item .nav-link {
        padding: 10px;
    }

    .navbar.navbar-light .navbar-toggler {
        margin-right: 0;
    }

    .navbar.navbar-light .navbar-brand {
        margin-left: 0;
    }

    .navbar.nav_3:after {
        width: 135%;
        -webkit-transform: skew(0deg);
        transform: skew(0deg);
    }

    .home-slider .slide_1 .slider-content h3.home_2_title {
        margin-top: 48px;
    }

    .home-slider .slide_1 .slider-content h3.home_2_title:after {
        margin: 10px 0;
    }

    .home-slider .slide_1 .slider-content .slider_btn_2 {
        margin-top: 20px;
    }

    .brand_slide.owl-carousel .owl-item img {
        padding: 0 25px;
    }

    .brand_slide.owl-carousel .owl-item img {
        padding: 0 40px;
    }

    .about_sec .about_sec_con {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
    }

    .about_sec .about_sec_con .about_content p {
        line-height: 1.7em;
        letter-spacing: 0.01em;
    }

    .faq_section .accordion.faq_sec .card .card-body {
        padding: 10px 12px;
    }

    .faq_section .accordion.faq_sec .card .card-header {
        padding: 0.35rem 1rem;
    }

    .faq_section .accordion.faq_sec .card .card-header button {
        padding: 0.2rem 0.0rem;
    }

    .faq_section .accordion.faq_sec .card .card-header h5 .collapsed:before,
    .faq_section .accordion.faq_sec .card .card-header h5 button:before {
        top: 10px;
        right: 5px;
    }

    .faq_section .accordion.faq_sec .card .card-header h5 button:before {
        top: 10px;
        right: 5px;
    }

    .faq_section .faq_strength {
        background-color: white;
    }

    .faq_section .faq_strength .media {
        padding: 13px 10px;
    }

    .faq_section.home_faq_2 .accordion.faq_sec .card .card-header {
        padding: 0.35rem 1rem;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 130px;
    }

    .testimonial .testimonial_slide .testimonial_sec p {
        line-height: 1.5em;
        letter-spacing: 0.05em;
        padding: 25px 0;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a {
        padding: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 10px;
    }

    .tab-product .nav-material.nav-tabs {
        display: block;
    }

    .tab-product .nav-material.nav-tabs .nav-item {
        width: 100%;
    }

    .tab-product .nav-material.nav-tabs .nav-item .nav-link {
        padding: 10px 20px;
    }

    .tab-product .theme-form input,
    .tab-product .theme-form textarea {
        font-size: 12px;
        padding: 8px 15px;
    }

    .order-box .sub-total .shipping {
        width: unset;
        float: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .order-box .sub-total .shipping .shopping-option:last-child {
        padding-left: 20px;
    }

    .ecommerce-layout .theme-tab .tabs {
        display: block;
    }

    .ecommerce-layout .mid-header .cart-box {
        padding-left: 50px;
    }

    .con_title h6 {
        font-size: 12px;
    }

    .con_title h6 span:after {
        width: 40px;
        right: -50px;
    }

    .con_title h6 span:before {
        width: 40px;
        left: -50px;
    }

    .navbar.nav_3 {
        margin: 0;
        padding: 15px;
    }
}

@media (max-width: 400px) {
    .navbar.nav_3 .navbar-nav .nav-item:first-child .nav-link {
        padding: 7px 0;
    }

    .navbar.nav_3 .navbar-nav .nav-item .nav-link {
        padding: 7px 0;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 117px;
    }

    .testimonial .testimonial_slide .testimonial_sec p {
        line-height: 1.5em;
        letter-spacing: 0.05em;
        padding: 25px 0;
    }

    .tab-product {
        padding-top: 0;
        padding-bottom: 0;
    }

    .single-product-tables table {
        width: 50%;
    }
}

@media (max-width: 360px) {
    .col-grid-box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1.top {
        margin-top: -3px;
    }

    .ecommerce-layout .slider_content h1 {
        margin-bottom: 20px;
    }

    .ecommerce-layout .slider-ecommerce .bg-size {
        background-blend-mode: unset;
    }

    .top-contact .top-social ul li:last-child {
        padding-left: 5px;
        padding-top: 6px;
    }

    .top-contact .top-social ul li i {
        padding: 10px;
    }

    .navbar.nav_3:after {
        width: 150%;
    }

    .brand_slide.owl-carousel .owl-item img {
        padding: 0 20px;
        width: auto;
        text-align: center;
        margin: 0 auto;
    }

    .our_service .service_our .service_content h5 {
        margin-left: 15px;
    }

    .our_service .service_our .service_content .service_icon {
        margin-top: 10px;
    }

    .our_service_2 .service_our_2 .service_content p {
        margin-bottom: -3px;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 100px;
    }

    .testimonial .testimonial_slide .testimonial_sec p {
        line-height: 1.5em;
        letter-spacing: 0.05em;
        padding: 25px 0;
    }

    .pagination_sec .cdp_i {
        margin: 0 1px 0;
    }

    .pagination_sec .cdp_i:first-child {
        margin: 0;
    }

    .pagination_sec .cdp_i:last-child {
        margin: 0;
    }

    .banner_project .bot_center .banner_text {
        padding: 17px 15px;
    }

    .portfolio-section #form2 {
        padding-bottom: 10px;
    }

    .collection-product-wrapper .product-pagination .pagination .page-item a {
        padding: 15px 13px;
    }

    .collection-product-wrapper .product-pagination .product-search-count-bottom {
        padding-left: 10px;
    }

    .collection-product-wrapper .product-pagination .product-search-count-bottom h5 {
        line-height: 15px;
    }

    .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
        width: 80%;
    }

    .cart-section tbody tr td,
    .wishlist-section tbody tr td {
        min-width: 115px;
    }

    .cart-section tbody tr td .mobile-cart-content .col-xs-3,
    .wishlist-section tbody tr td .mobile-cart-content .col-xs-3 {
        margin-left: 5px;
        margin-right: 5px;
    }

    .cart-section tbody tr td a img,
    .wishlist-section tbody tr td a img {
        height: 80px;
    }

    .cart-section tfoot tr td,
    .wishlist-section tfoot tr td {
        padding-right: 27px;
    }

    .cart-section tfoot tr td h2,
    .wishlist-section tfoot tr td h2 {
        font-size: 21px;
    }

    .product-buttons .btn-solid,
    .product-buttons .btn-outline {
        padding: 7px 16px;
    }

    .product-description .qty-box .input-group {
        width: 100%;
    }

    .single-product-tables.detail-section table {
        width: 70%;
    }

    .product-right .timer {
        padding-left: 25px;
    }

    .product-right .timer span .padding-l {
        padding-left: 10px;
    }

    .product-form-box .timer span {
        width: 47px;
    }

    .product-form-box .timer span .padding-l {
        padding-left: 9px;
    }

    .product-form-box .product-buttons .btn-solid,
    .product-form-box .product-buttons .btn-outline {
        padding: 5px 5px;
    }

    .product-form-box .timer span,
    .border-product .timer span {
        width: 45px;
    }

    .product-form-box .timer span .padding-l,
    .border-product .timer span .padding-l {
        padding-right: 5px;
    }

    .cart-buttons .theme_btn {
        padding: 3px 10px;
    }

    .wishlist-section .wishlist-buttons:last-child a {
        margin-left: 10px;
    }

    .wishlist-section .wishlist-buttons .wish_btn_right .theme_btn {
        letter-spacing: 0;
    }

    body.rtl .top-contact .top-social ul li:last-child {
        padding-right: 5px;
    }

    body.rtl .top-contact .top-social ul li i {
        padding: 8px;
    }

    .logo_button_sec .main-menu .logo_btn img {
        width: 80%;
    }

    .logo_button_sec .main-menu .logo_btn_text .email {
        margin-left: 30px;
    }
}

@media (max-width: 340px) {
    .our_service_2 .service_our_2 .service_content p {
        line-height: 1.7em;
        margin-bottom: 0;
    }

    .our_project .project_row figure.snip_con figcaption .text_pro h4,
    .our_project .project_row figure.snip_con figcaption .text_pro h6 {
        margin-left: 10px;
    }

    .our_project .project_row figure.snip_con figcaption .link_icon a.zoom_gallery {
        margin-right: 0;
    }

    .top-contact.tap-contact-5 .top-social ul li:last-child {
        padding-top: 8px;
        padding-left: 5px;
    }

    .banner_project .bot_center .banner_text {
        padding: 15px 10px;
    }
}

@media (max-width: 320px) {
    h1.top {
        margin-top: -4px;
    }

    .navbar.nav_3:after {
        width: 170%;
    }

    .home-slider .slide_1 .slider-content h3.home_2_title {
        margin-top: 47px;
    }

    .home-slider .slide_1 .slider-content h3.home_2_title:after {
        margin: 10px 0;
    }

    .home-slider .slide_1 .slider-content .slider_btn_2 {
        margin-top: 20px;
    }

    .project_button {
        padding: 7px 10px;
    }

    .testimonial .testimonial_slide .testimonial_sec .img_quote {
        left: 80px;
    }

    .testimonial .testimonial_slide .testimonial_sec p {
        padding: 25px 0;
    }

    .wishlist-section .wishlist-buttons .wish_btn_right .theme_btn {
        padding: 10px 5px;
    }
}

/* Custom */
.float-img {
    float: right;
    width: 50%;
    margin-left: 20px;
    margin-bottom: 10px;
}
.about_content h4 {
    margin-top: 0;
}
