/*-----------------------------------------------------------------------------------
WEBLORD INSTITUTE DESIGN CSS
 ----------------------------------------------------------------------------------- */

body {
  font-family: Poppins, sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px;
  color: #061d38;
}

.container {
    max-width: 1240px;
}

h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  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: #22d1f3;
}

h1 .sec_two {
  color: #22d1f3;
}

h1 .sec_three {
  color: #22d1f3;
}

h2 {
  color: #22d1f3;
  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: #061d38;
  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;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.default-btn {
  padding: 14px 30px;
  background-color: #061d38;
  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: #041121;
  color: #ffffff;
}

section {
  padding: 60px 0;
  background-color: white;
}

.small-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.btn_rounded {
  background-color: #ffca2c;
  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: #22d1f3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme_btn {
    padding: 6px 20px;
    border: 1px solid #22d1f3;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    color: #061d38;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 0;
    float: left;
    font-size: 14px;
}

.theme_btn .theme_btn_eff {
  width: 100%;
  height: 100%;
  border: 70px solid #22d1f3;
  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 #22d1f3;
}

.theme_btn.btn_2 {
  border: 2px solid #22d1f3;
  color: #ffffff;
}

.theme_btn.btn_2 .theme_btn_eff {
  border: 70px solid #22d1f3;
  background-color: #ffffff;
}

.theme_btn.btn_2:hover {
  color: #061d38;
}

.theme_btn.btn_2:hover .theme_btn_eff {
  border: 0 solid #22d1f3;
}

.theme_btn.btn_3 {
  border: 2px solid #22d1f3;
  color: #ffffff;
}

.theme_btn.btn_3 .theme_btn_eff {
  border: 70px solid #22d1f3;
  background-color: #ffffff;
}

.theme_btn.btn_3:hover {
  color: #061d38;
}

.theme_btn.btn_3:hover .theme_btn_eff {
  border: 0 solid #22d1f3;
}

.theme_btn.btn_4 {
  border: 2px solid #22d1f3;
  color: #ffffff;
}

.theme_btn.btn_4 .theme_btn_eff {
  border: 70px solid #22d1f3;
  background-color: #ffffff;
}

.theme_btn.btn_4:hover {
  color: #061d38;
}

.theme_btn.btn_4:hover .theme_btn_eff {
  border: 0 solid #22d1f3;
}

.theme_btn.btn_5 {
  border: 2px solid #22d1f3;
  color: #ffffff;
}

.theme_btn.btn_5 .theme_btn_eff {
  border: 70px solid #22d1f3;
  background-color: #ffffff;
}

.theme_btn.btn_5:hover {
  color: #061d38;
}

.theme_btn.btn_5:hover .theme_btn_eff {
  border: 0 solid #22d1f3;
}

.btn-solid {
  border: none;
  background-color: #22d1f3;
  border-radius: 0;
  color: #061d38;
  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: #22d1f3;
  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: #061d38;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.con_title {
  margin-bottom: 30px;
}

.con_title h2 {
  position: relative;
  color: #061d38;
  text-align: center;
  font-size:24px;
  line-height:30px;
  text-transform: uppercase;
}

.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: #22d1f3;
  -webkit-transition: width .3s;
  transition: width .3s;
  right: -90px;
  top: 10px;
  margin-top: 0;
}

.con_title h6 span:before {
  left: -90px;
  right: unset;
}

.course-img {
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/*=====================
    2.Header CSS start
==========================*/

.default-dropdown {
  margin-top: 10px;
  margin-left: -10px;
}

.top-contact {
  background-color: #061d38;
  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;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0px 10px;
}

.top-contact .top-content ul li i {
  color: #22d1f3;
  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: #22d1f3;
}

.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: #22d1f3;
}

.top-contact .top-social .top-social ul li {
  color: white;
}

.top-contact .top-social .top-social ul li i:hover {
  background-color: #22d1f3;
}

.top-contact .top-social .top-social ul .my-account:hover a {
  color: #22d1f3;
}

.top-contact.tap-contact-2 {
  background-color: #061d38;
}

.top-contact.tap-contact-2 .top-content ul li i {
  color: #22d1f3;
}

.top-contact.tap-contact-2 .top-social ul li {
  color: white;
}

.top-contact.tap-contact-2 .top-social ul li i:hover {
  background-color: #22d1f3;
}

.top-contact.tap-contact-2 .top-social ul .my-account:hover a {
  color: #22d1f3;
}

.top-contact.tap-contact-3 .top-content ul li i {
  color: #22d1f3;
}

.top-contact.tap-contact-3 .top-social ul li {
  color: white;
}

.top-contact.tap-contact-3 .top-social ul li i:hover {
  background-color: #22d1f3;
}

.top-contact.tap-contact-3 .top-social ul .my-account:hover a {
  color: #22d1f3;
}

.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: #061d38;
}

.top-contact.tap-contact-5 .top-content ul li i {
  color: #22d1f3;
  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: #061d38;
}

.top-contact.tap-contact-5 .top-social ul li i {
  color: #061d38;
  padding: 12px;
}

.top-contact.tap-contact-5 .top-social ul li i:hover {
  background-color: #22d1f3;
  color: #ffffff;
}

.top-contact.tap-contact-5 .top-social ul li a {
  color: #061d38;
  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: #22d1f3;
}

.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: #22d1f3;
}

.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: #061d38;
}

.navbar {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.navbar.nav_2.construct {
  background-color: #061d38;
  border-top: 1px solid #01050a;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #061d38;
  cursor: pointer;
  padding: 25px 25px;
  letter-spacing:0.5px;
  -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: #22d1f3;
  -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;
  padding: 0;
  margin: 0;
  border: 0;
  opacity: 0;
  border: 1px solid #ddd;
  padding: 0px;
  visibility: hidden;
  border-bottom: none;
  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: 10px 10px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  cursor: pointer;
  color: #061d38;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ddd;
}

.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: #22d1f3;
  -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: #041121;
}

.navbar.nav_2 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
}

.navbar.nav_2 .navbar-nav .nav-item .nav-link:hover {
  color: #22d1f3;
}

.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: #22d1f3;
  -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: #061d38;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item .nav-link {
  color: #061d38;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item .nav-link:hover {
  color: #22d1f3;
}

.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: #22d1f3 !important;
}

.navbar.nav_2.nav_6 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
  color: #22d1f3 !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: #22d1f3 !important;
}

.navbar.nav_3 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
  color: #22d1f3 !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: #22d1f3;
}

.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: #22d1f3 !important;
}

.navbar.nav_5 .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
  color: #22d1f3 !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: #22d1f3;
}

.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: #22d1f3;
}

.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: #22d1f3;
  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: #22d1f3;
}

.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: #22d1f3;
  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, 196, 18, 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: #020a13;
  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: #22d1f3;
}

.contect_Quote .contect_Quote_flex .quote_content h4 {
  color: #22d1f3;
  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 #061d38;
  color: #ffffff;
}

.contect_Quote .btn_center .contect_Quote_btn.btn_3 {
  color: #061d38;
}

.contect_Quote .btn_center .contect_Quote_btn:hover {
  color: #061d38;
}


/*=====================
    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);
    background: #fff;
    border: 1px solid #ddd;
}

.our_service .service_our .service_content {
    padding: 5px 10px 10px 55px;
    position: relative;
}

.our_service .service_our .service_content .service_icon {
    height: 30px;
    position: absolute;
    left: 10px;
}

.our_service .service_our .service_content h5 {
  color: #061d38;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}

.our_service .service_our .service_content p {
    margin-bottom: 0;
    padding-bottom: 8px;
    color: #777;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.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;
    border-bottom: 1px solid #ddd;
}

.our_service figure.snip_con img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  background-color:#ffffff;
  height:250px;
}

.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: #061d38;
}

.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(6, 29, 56, 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: #22d1f3;
  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: #22d1f3;
}

.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: #22d1f3;
  -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: #22d1f3;
}

.our_service_2.our_service_3 .service_our_2 .service_content a {
  color: #22d1f3;
}

.our_service_2.our_service_3 .service_our_2:hover .service_content h5 {
  color: #22d1f3;
}

.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 #22d1f3;
}

.our_service_2.our_service_6 .service_our_2 .service_content a {
  font-weight: 600;
  color: #061d38;
}

.our_service_2.our_service_6 .service_our_2 .service_content p {
  color: #061d38;
}

.our_service_2.our_service_6 .service_our_2 .service_content .service_title h5 {
  font-weight: 600;
  color: #061d38;
}

.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 #22d1f3;
}

.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: #061d38;
}

.about_us_sec.about_us_sec-1 .about_content h4 {
  color: #061d38;
}

.about_us_sec.about_us_sec-1 .about_content p {
  color: rgba(6, 29, 56, 0.7);
}


.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: #22d1f3;
  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:after {
  left: 0;
  -webkit-transform: unset;
  transform: unset;
}


.about_sec h4 {
    position: relative;
    color: #061d38;
    text-align: left;
    font-weight: 700;
    line-height: 30px;
    font-size: 18px;
    margin-top: 10px;
    line-height: 36px;
    text-transform: uppercase;
}
 @media (max-width: 768px) {
.about_sec h4 {
    font-size: 16px;
    line-height: 36px;
}
.about_sec .mb-4, .my-4 {
    margin-bottom: 0;
}
}

.about_sec .about_content h5 {
    font-weight: 600;
    font-size: 16px;
}

.about_sec .about_content p {
    color: #000;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom:10px;
    line-height: 35px;
}


.about_sec.about_sec_2 .about_btn {
  margin-top: 28px;
}

.about_sec.about_sec_2 .btn_3 {
  margin-top: 26px;
}


.about_img {
    padding: 5px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/*.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 #22d1f3;
}

.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: #22d1f3;
  -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: #061d38;
  padding: 7px 25px;
  border: none;
  font-weight: 500;
  cursor: pointer;
}

.our_project .project_button.active {
  background-color: #22d1f3;
}

.our_project .project_button:hover {
  background-color: #22d1f3;
  color: #061d38;
  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: #061d38;
}

.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: #22d1f3;
}

.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: #061d38;
  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: #22d1f3;
  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: #041121;
}

.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: #061d38;
  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: #22d1f3;
  color: #ffffff;
}

.project_home_two .our_project_2 .project_button:hover {
  background-color: #22d1f3;
  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: #22d1f3;
}

.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: #22d1f3;
}

.project_home_four .our_project_4 .filter figure.snip_con {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #061d38;
  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: #061d38;
  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: #22d1f3;
}

.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: #061d38;
  padding: 10px 30px;
  border: none;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
}

.project_home_four .our_project_4 .project_button.active {
  background-color: #22d1f3;
  color: #ffffff;
}

.project_home_four .our_project_4 .project_button:hover {
  background-color: #22d1f3;
  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: #22d1f3;
}

.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: #061d38;
  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: #22d1f3;
  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: #22d1f3;
  -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: #061d38;
  padding: 10px 30px;
  border: none;
  font-weight: 500;
  margin-bottom: 20px;
  cursor: pointer;
}

.project_home_five .our_project_2 .project_button.active {
  background-color: #22d1f3;
  color: #ffffff;
}

.project_home_five .our_project_2 .project_button:hover {
  background-color: #22d1f3;
  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);
      border: 1px solid #dee2e6;
}

.banner_project .bot_center .banner_text.banner_text-2 h2 span {
  color: #061d38;
}

.banner_project .bot_center .banner_text.banner_text-2 .theme_btn {
  color: #061d38;
}

.banner_project .bot_center .banner_text .text_since {
  letter-spacing: 0.05em;
  color: #061d38;
}

.banner_project .bot_center .banner_text h2 {
  margin-bottom: 15px;
}

.banner_project .bot_center .banner_text h2 span {
  color: #061d38;
}

.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: #22d1f3;
}

.banner_project.banner_project_4 .banner_text h2 {
  color: #22d1f3;
}

.banner_project.banner_project_6 {
  background-image: url("../images/construction_6/background_6.html");
}

.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: #22d1f3;
  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: #061d38;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.quote_2 .quote_form .form-row .form-group .form-control {
    padding: 9px 15px;
    border: 1px solid #e9ecef;
}

.quote_2 .quote_form .form-row .form-group .form-control:focus {
    border-color: #22d1f3;
    -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: #22d1f3;
  margin-top: 15px;
}

.quote_2 .quote_content p {
  color: #061d38;
  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 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: #061d38;
}

.team-2 .team_sec .team_details h3 {
  color: #061d38;
}

.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.html");
}

.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: #061d38;
  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: #061d38;
}

.home_1_team.home_6_team .team_sec:hover {
  border: 2px solid #22d1f3;
  -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: #22d1f3;
    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: #061d38;
  color: #22d1f3;
  border-radius: 100%;
  padding: 15px;
}

.rating_sec .rating_cls h2 {
  text-align: center;
  margin-bottom: 5px;
  color: #061d38;
  margin-top: 20px;
}

.rating_sec .rating_cls h5 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: -6px;
}

.rating_sec.home_rate_2 {
  background-color: #22d1f3;
}

.rating_sec.home_rate_2 .rating_cls h2 {
  color: #061d38;
  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: #22d1f3;
}

.rating_sec.home_rate_6 .rating_cls h5 {
  color: #22d1f3;
  font-weight: 500;
}

.rating_sec.home_rate_6 .rating_cls h5 {
  color: #061d38;
}

.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: #061d38;
  font-weight: 500;
}

.rating_sec.solar .rating_cls h5 {
  color: #22d1f3;
  font-weight: 500;
}

.rating_sec.plumbing {
  background-color: #061d38;
}

.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: #22d1f3;
}

.testimonial.testimonial-solar .testimonial_slide .testimonial_sec p span {
  color: #ffffff;
}

.testimonial.testimonial-solar .testimonial_slide .testimonial_sec h3 {
  color: #061d38;
}

.testimonial.testimonial-solar .testimonial_slide .testimonial_sec .img_quote {
  color: #061d38;
}

.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: #061d38;
}

.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: #061d38;
}

.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: #22d1f3;
  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: #22d1f3;
  position: absolute;
  top: 10px;
  left: 0;
}

.testimonial .testimonial_slide .testimonial_sec p .quote_right {
  color: #22d1f3;
  position: absolute;
  bottom: 35px;
  padding-left: 10px;
}

.testimonial .testimonial_slide .testimonial_sec h3 {
  color: #22d1f3;
  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: #22d1f3;
}

.testimonial.home_2_testimonial .testimonial_sec p .quote_left {
  color: #22d1f3;
}

.testimonial.home_2_testimonial .testimonial_sec p .quote_right {
  color: #22d1f3;
}

.testimonial.home_2_testimonial .testimonial_sec h3 {
  color: #22d1f3;
}

.testimonial.home_2_testimonial.home_6_testimonial {
  background-image: url("../images/construction_6/bg.html");
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec .img_quote {
  color: #22d1f3;
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec p .quote_left {
  color: #22d1f3;
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec p .quote_right {
  color: #22d1f3;
}

.testimonial.home_2_testimonial.home_6_testimonial .testimonial_sec h3 {
  color: #22d1f3;
}

.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: #061d38;
  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: #22d1f3;
  position: absolute;
  top: 15px;
  left: -15px;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec p .quote_right {
  color: #22d1f3;
  position: absolute;
  right: 0;
  bottom: 18px;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec h3 {
  color: #22d1f3;
  font-weight: 600;
}

.testimonial.home_4_testimonial .testimonial_slide_4 .testimonial_sec h5 {
  color: #061d38;
  margin-bottom: -6px;
}

.testimonial.home_4_testimonial.home_6_testimonial {
  background-color: #f1f1f1;
}

.testimonial.home_5_testimonial .testimonial_sec .img_quote {
  color: #22d1f3;
}

.testimonial.home_5_testimonial .testimonial_sec p .quote_left {
  color: #22d1f3;
}

.testimonial.home_5_testimonial .testimonial_sec p .quote_right {
  color: #22d1f3;
}

.testimonial.home_5_testimonial .testimonial_sec h3 {
  color: #22d1f3;
}


/*=====================
    12.News-sec(BLOG) CSS start
==========================*/

.home_1_news .item .news_sec {
    margin: 15px;
    cursor: all-scroll;
}
.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;
    border: 1px solid #ddd;
}

.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%;
  height:200px;
}

.home_1_news .news_sec .text_p {
    position: relative;
    padding: 10px 15px 10px;
    border-top: 1px solid #ddd;
} 

.home_1_news .news_sec .text_p h6 {
  font-weight: 400;
  color: #061d38;
  margin:0;
}

.home_1_news .news_sec .text_p h6 a {
  color: #22d1f3;
}

.home_1_news .news_sec .text_p h6 a:hover {
  color: #061d38;
}



.home_1_news .news_sec .text_p h4 {
  font-weight: 500;
  color: #061d38;
  margin-bottom: 0;
  line-height: normal;
}

.home_1_news .news_sec .text_p P {
    font-weight: 400;
    color: #777777;
    margin-top: 2px;
    letter-spacing: 0.02em;
    margin-bottom: 2px;
    font-size: 13px;
    letter-spacing: 1px;
}

.home_1_news .news_sec .text_p .date_sec {
    position: absolute;
    top: -36px;
    left: 0;
}

.home_1_news .news_sec .text_p .date_sec h4,
.home_1_news .news_sec .text_p .date_sec h6 {
  color: #000;
  margin: 0;
}

.home_1_news .news_sec .text_p .date_sec h4 {
  text-align: center;
  background-color: #22d1f3;
  padding: 5px 8px;
}

.home_1_news .news_sec .text_p .date_sec h6 {
  line-height: 15px;
  background-color: #f7f7f7;
  color: #061d38;
  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: #22d1f3;
  color: #ffffff;
}

.home_1_news.home_3_news h6 a {
  color: #22d1f3;
}

.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: #22d1f3;
}

.home_1_news.home_4_news .text_p .date_sec h4 {
  background-color: #22d1f3;
}

.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: #061d38;
}

.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;
  cursor: all-scroll;
}

.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: #041121;
  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, #ab8000 10px, #ab8000 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 img{
  height: 40px;
  fill: #22d1f3;
}

.newsletter_sec .call_us .con_text {
    position: absolute;
    top: 0;
    left: 70px;
}

.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: #061d38;
  border-color: #061d38;
  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: #22d1f3;
  border-radius: 0;
  color: #061d38;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.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: #061d38;
}

.newsletter_sec.newsletter_sec_2 .input-group input {
  background-color: #072446;
  border-color: #072446;
}

.newsletter_sec.newsletter_sec_2 .input-group button {
  background-color: #22d1f3;
}

.newsletter_sec.newsletter_sec_3 .input-group button {
  background-color: #22d1f3;
}


/*=====================
    15.Footer CSS start
==========================*/

footer {
  background-color: #041121;
}

footer.footer-ecommerce .footer_first .footer_social ul li {
  border-radius: 5px;
}

footer .upper-section {
  padding: 30px 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: 300;
    letter-spacing: 1px;
    font-size: 13px;
    margin: 15px 0;
}

footer .footer_first .footer_social ul li {
  background-color: #061d38;
  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: #22d1f3;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .footer_first .footer_social ul li:hover a {
  color: #061d38;
}

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: #22d1f3;
  font-weight: 600;
}

footer .footer_second .footer-contant {
  margin-top: 15px;
}

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;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 13px;
}
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: #22d1f3;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .footer_third h3 {
  margin-top: 15px;
  color: #22d1f3;
  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: #061d38;
  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: #22d1f3;
  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: #05162a;
}

footer.home_2_footer .copyright_sec {
  background-color: #05162a;
}

footer.home_2_footer .footer_first .footer_social ul li:hover {
  background-color: #22d1f3;
}

footer.home_2_footer .footer_second h3 {
  color: #22d1f3;
}

footer.home_2_footer .footer_third h3 {
  color: #22d1f3;
}

footer.home_2_footer .footer_forth h3 {
  color: #22d1f3;
}

footer.home_3_footer {
  background-image: none;
}

footer.home_3_footer .footer_first .footer_social ul li:hover {
  background-color: #22d1f3;
}

footer.home_3_footer .footer_second h3 {
  color: #22d1f3;
}

footer.home_3_footer .footer_second .footer-contant ul li a i {
  color: #22d1f3;
}

footer.home_3_footer .footer_third h3 {
  color: #22d1f3;
}

footer.home_3_footer .footer_forth h3 {
  color: #22d1f3;
}

footer.home_5_footer {
  background-color: #28343e;
}

.copyright_sec {
  background-color: #041121;
  background-size: cover;
  background-position: top;
  -webkit-box-shadow: rgba(6, 29, 56, 0.8) 0px -20px 30px -20px;
  box-shadow: rgba(6, 29, 56, 0.8) 0px -20px 30px -20px;
  padding: 25px 0;
  position: relative;
}

.copyright_sec:before {
  content: "";
  position: absolute;
  width: 100%;
  background: repeating-linear-gradient(90deg, black, transparent 10px, #ab8000 10px, #ab8000 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: #999999;
  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: #999999;
}*/

.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 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,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

*/

/*=====================
    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: #22d1f3;
  border: none;
  font-size: 22px;
  padding: 4px;
  cursor: pointer;
  border-radius: 5px;
}

.tap-top.fb-top {
  bottom: 130px;
}

.tap-top.top_2 {
  background: #22d1f3;
}

.tap-top.top_3 {
  background: #22d1f3;
}

.tap-top.top_4 {
  background: #22d1f3;
}

.tap-top.top_5 {
  background: #22d1f3;
}


/*=====================
    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: #22d1f3;
}

.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: #061d38;
  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: #061d38;
  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 #061d38;
}

.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 #061d38;
}

.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: #061d38;
  margin-bottom: 15px;
}

.top-banner-wrapper .top-banner-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #061d38;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.top-banner-wrapper .top-banner-content p {
  color: #061d38;
  margin-bottom: 0;
}

.product-box .product-detail h6 {
  color: #061d38;
}

.product-box .img-wrapper .front img {
  width: 100%;
}

.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: #061d38;
}

.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: #22d1f3 !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: #061d38;
}

.rating.comment_rate {
  margin-top: 0;
}

.rating i {
  padding-right: 5px;
}

.rating i:nth-child(-n+4) {
  color: #22d1f3;
}

.rating i:last-child {
  color: #dddddd;
}

.collection-product-wrapper .product-top-filter {
  background-color: #f6f6f6;
  border-bottom: 1px solid #f9fbfe;
  border-top: 1px solid #f9fbfe;
  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 #f9fbfe;
  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 #f9fbfe;
}

.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 #f9fbfe;
  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: #22d1f3;
  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: #22d1f3;
  padding: 5px 20px;
  border-radius: 5px;
}

.collection-mobile-back {
  padding: 15px 0;
  border-bottom: 1px solid #061d38;
  display: none;
}

.collection-mobile-back span {
  text-transform: uppercase;
  font-size: 16px;
  color: #061d38;
  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 #f9fbfe;
  border-top: 1px solid #f9fbfe;
  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: #418feb;
  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: #22d1f3;
  background-color: #ffffff;
  border-color: #f9fbfe;
}

.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 #f9fbfe;
  border-right: 1px solid #f9fbfe;
  padding-right: 15px;
}

.product-pagination .product-search-count-bottom h5 {
  color: #418feb;
  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 #22d1f3;
  opacity: 0;
}

.tab-product .nav-material.nav-tabs .nav-link.active,
.product-full-tab .nav-material.nav-tabs .nav-link.active {
  color: #22d1f3;
}

.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: #22d1f3;
  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: #061d38;
  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: #22d1f3;
}

.tab-product .product-box .lbl-1,
.product-full-tab .product-box .lbl-1 {
  background-color: #22d1f3;
  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 #22d1f3;
  border-bottom: 13px solid #22d1f3;
  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: #061d38;
  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: #22d1f3;
}

.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: #22d1f3;
}

.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: #22d1f3;
}

.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: #22d1f3;
  -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;
}

.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: #22d1f3;
}

.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: #061d38;
  text-transform: capitalize;
  font-weight: 500;
}

.product-order {
  background-color: #ffffff;
}

.product-order h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #061d38;
}

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



/*.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, 196, 18, 0.6)), to(#22d1f3));
  background: linear-gradient(to right, rgba(255, 196, 18, 0.6) 0%, #22d1f3 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: #22d1f3;
  height: 20px;
  position: absolute;
  width: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 196, 18, 0.6)), to(#22d1f3));
  background: linear-gradient(to top, rgba(255, 196, 18, 0.6) 0%, #22d1f3 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, 196, 18, 0.6)), to(#22d1f3));
  background: linear-gradient(to top, rgba(255, 196, 18, 0.6) 0%, #22d1f3 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/brad_back.jpg");
  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: #061d38;
}

.single_blog_item .blog-text .blog-head {
    font-weight: 700;
    color: #061d38;
    font-size:20px;
    text-transform: uppercase;
}

.blog-box img {
    width: 100%;
}

.blog-text {
    border: 1px solid rgba(127, 136, 151, 0.2);
    -webkit-box-shadow: 0 0 8px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 5%);
    padding: 15px;
}


.single_blog_item .blog-text .blog-description p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.05em;
}

.single_blog_item .blog-text .blog-description h5 {
  display: inline-block;
  font-weight: 500;
  color: #061d38;
  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: #22d1f3;
}
.blog-description h4 {
    font-weight: 600;
    color: #000;
    line-height: 30px;
}
.blog-description i {
    font-size: 20px;
    line-height: 32px;
    color: #22d1f3;
    margin-right: 5px;
}
.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: #061d38;
  text-transform: capitalize;
  font-weight: 300;
  margin-bottom: -3px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .right:hover {
  color: #22d1f3;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(6, 29, 56, 0.05);
  padding: 10px 0;
  position: relative;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .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-left .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-left .comment-user h6 {
  margin: 0;
  line-height: 0;
  color: #061d38;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-user i {
  color: #22d1f3;
  margin-right: 5px;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .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-left .comment-date h6 {
  margin: 0;
  line-height: 0;
  color: #061d38;
}

.blog_comment.comment-list .comment_sec .blog_center .blog_user .panel-body .text-left .comment-date i {
  color: #22d1f3;
  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: #061d38;
}

.blog_comment.comment-list .comment_sec .blog_center.re_comment {
  margin-top: 5px;
}

.comment_form {
  margin: 0 auto;
  position: relative;
}

.comment_form .title {
  color: #061d38;
  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: #061d38;
  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: #061d38;
  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;
    border: 1px solid #e9ecef;
    border-left: 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 {
  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 .contact_text {
    padding: 30px;
    background-color: rgba(6, 29, 56, 0.04);
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #e9ecef;
}

.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(6, 29, 56, 0.7);
}

.comment_form.contact_form .contact_text .title {
  margin-top: 0;
  text-align: unset;
  color: #061d38;
  font-weight: 500;
  text-transform: capitalize;
}

.comment_form.contact_form .contact_text .contect_info .contect-title h3 {
  margin-bottom: 16px;
  color: #061d38;
}

.comment_form.contact_form .contact_text .contect_info .contant-text ul {
  color: #061d38;
}

.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(6, 29, 56, 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: #061d38;
}

.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: #061d38;
  font-size: 16px;
  padding-right: 15px;
}

.single-portfolio .single-product .portfolio-social .post ul li a:hover {
  color: #22d1f3;
}

.single-portfolio .single-product .portfolio-social .view {
  margin-left: auto;
}

.single-portfolio .single-product .portfolio-social .view .view-site {
  color: #061d38;
  font-size: 16px;
  font-weight: 500;
}

.single-portfolio .single-product .portfolio-social .view .view-site:hover {
  color: #22d1f3;
}

.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 {
  float: left;
  width: 100%;
  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: #22d1f3;
  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(6, 29, 56, 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: #22d1f3;
  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: #061d38;
  padding-top: 0;
  margin-top: -2px;
}

.portfolio-section.metro-section .product-box .product-detail h4 {
  font-weight: 400;
  color: #061d38;
}

.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: #061d38;
}

.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: #061d38;
  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: #061d38;
  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: #22d1f3;
  outline: none;
}

.filter-section .filter-container ul.filter>li.active {
  background-color: #22d1f3;
}

.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 .faq_sec_title h3 {
  color: #061d38;
  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: #22d1f3;
  padding: 0.56rem 1rem;
  border-radius: 0;
  border-bottom:none;
}

.faq_section .accordion.faq_sec .card .card-header h5 .collapsed, .faq_section .accordion.faq_sec .card .card-header h5 button {
    color: #061d38;
    text-decoration: none;
    background-color: #22d1f3;
    font-weight: 600;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.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: 10px;
}

.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: 10px;
}

.faq_section .accordion.faq_sec .card .card-body {
  background-color: #ffffff;
  padding: 10px 10px;
  border: 1px solid #22d1f3; 
}

.faq_section .accordion.faq_sec .card .card-body p {
    letter-spacing: 0.02em;
    margin-bottom: 0;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 13px;
}

.faq_section .accordion.faq_sec .card:last-child {
  margin-bottom: 0;
}


.faq_section .faq_strength .media {
  padding: 38px;
}

.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: #061d38;
  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: #061d38;
}

.faq_section.home_faq_2 .faq_strength .media .media-body p {
  color: rgba(6, 29, 56, 0.8);
}

.faq_section.home_faq_2 .con_title h2 {
  color: #061d38;
}

.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: #22d1f3;
  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: #22d1f3;
  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: #061d38;
  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: #22d1f3;
  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: #22d1f3;
}

.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: #061d38;
  border: 1px solid #061d38;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.coming-sec .social a:hover {
  color: #22d1f3;
  border-color: #22d1f3;
  -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: #22d1f3;
  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(6, 29, 56, 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: #0b3566;
}

.back_error .not_found img {
  width: 500px;
}

.back_error .not_found h1 {
  color: #22d1f3;
  text-align: center;
  font-size: calc(60px + (200 - 60) * ((100vw - 320px) / (1920 - 320)));
  line-height: 0.75;
}

.back_error .not_found h2 {
  color: #061d38;
  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: #061d38;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_side_title h6 {
    background-color: #22d1f3;
    color: #ffffff;
    margin-bottom: 0px;
    padding: 10px;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 600;
    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;
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a {
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: 10px 15px 10px;
    color: #061d38;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
}

.home_1_news.blog_side_sec .blog_sidebar .blog_category a:hover {
  color: #22d1f3;
}

.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: #061d38;
}

.home_1_news.news_2 .con_title h2 {
  color: #061d38;
}

.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 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: 0 0.75rem 0.75rem 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: #22d1f3;
}

.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: 35px;
  padding-bottom: 0;
  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: #22d1f3;
  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: #22d1f3;
  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;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    border: 1px solid #e9ecef;
  border-radius: 5px;
}

.login-page .theme-card .theme-form label {
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.login-page .theme-card .theme-form input {
    font-size: 13px;
    padding: 8px 15px;
    margin-bottom: 30px;
    border-radius: 3px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.form-control:focus{
box-shadow:none;
outline:none;
}

.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 #22d1f3;
  background-color: #22d1f3;
  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: #22d1f3;
  color: white;
}

.pagination_sec.pagination_portfolio .cdp {
  padding: 20px 0 0 0;
}



/*=====================
    24. Layouts Css Start
==========================*/

.plumbing .our_service figure.snip_con {
  background-color: #061d38;
}

.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 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, 196, 18, 0.5);
  border-radius: 25px;
}

.home-full.vector-slider .owl-dots .owl-dot.active span {
  background-color: #adcff6;
}

.home-full.vector-slider .owl-dots .owl-dot.active:before {
  background-color: #adcff6;
}

.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 - 114px);
}

.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: #061d38;
}

.home-full .slider-content h3 {
  font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
  margin-bottom: 30px;
  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: #22d1f3;
  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: #061d38;
  position: absolute;
  top: 15px;
  left: 9px;
}

.home-full .owl-dots .owl-dot.active span {
  background-color: #061d38;
}

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



.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: #000;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
}

.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: #22d1f3;
}

.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: #22d1f3;
  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: #22d1f3;
}

.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: #22d1f3;
}

.vector .price-cart .top-content h3 span {
  margin-left: 10px;
  background-color: #fafafa;
  padding: 3px;
  border-radius: 25px;
  font-size: 14px;
  color: #061d38;
  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%20background/Education.jpg");
}

.plumbing-bg {
  background-image: url("../images/plumbing/Group%20background/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: #22d1f3;
}

.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: #22d1f3;
}

.solar .price-cart .top-content h3 span {
  margin-left: 10px;
  background-color: #fafafa;
  padding: 3px;
  border-radius: 25px;
  font-size: 14px;
  color: #061d38;
  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: #22d1f3;
}

.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: #061d38;
}

.solar.contect_Quote .btn_center .contect_Quote_btn {
  border-color: #22d1f3;
}

.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: #ffca2c;
}

.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: #222222;
  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: #22d1f3;
}

.pixelstrap a.disabled {
  color: #ffeaab;
}

.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, 199, 28, 0.04);
}

.pixelstrap ul a,
.pixelstrap ul a:hover,
.pixelstrap ul a:focus,
.pixelstrap ul a:active {
  background: transparent;
  color: #f8ba00;
  font-size: 14px;
  text-shadow: none;
}

.pixelstrap ul a.current {
  background: #22d1f3;
  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: #22d1f3;
  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 #22d1f3;
  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: #22d1f3;
    -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 #f8ba00 transparent;
  }
  .pixelstrap .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #f8ba00 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 #f8ba00;
  }
  .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: #22d1f3;
    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 (max-width: 1670px) {
  h1.top {
    margin-top: -7px;
  }
  .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: 768px) {
  .con_title h2 {
    font-size:18px;
    margin-bottom:20px;
  }
/*
@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;
  }

  .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: #061d38;
  }
  .home-full.vector-slider .owl-dots .owl-dot.active span {
    background: #061d38;
  }
  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 .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 {
  }



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

  .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: 30px 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: #c4dcf9;
  }
  .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;
  }
  .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: #061d38;
    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: #061d38;
  }
  .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: 5px;
  }
  .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 #22d1f3;
  }
  .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: #22d1f3;
    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: #22d1f3;
  }
  .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(6, 29, 56, 0.6);
  }
  .home-full.light-version .slider-content>div {
    background-color: rgba(255, 196, 18, 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: 20px 0px 20px 10px;
    text-align: left;
}
}

@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: #22d1f3;
  }
  .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 10px;
  }

  .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;
    margin-bottom: 15px;
  }
  .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_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 .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: #22d1f3;
    font-weight: 600;
    margin: 0;
  }
  footer .footer-title {
    padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 196, 18, 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: #22d1f3;
  }
  footer.home_2_footer .footer-title {
    border-bottom: 1px solid rgba(255, 196, 18, 0.2);
  }
  footer.home_3_footer .footer_first .mobile-title h3 {
    color: #22d1f3;
  }
  footer.home_3_footer .footer-title {
    border-bottom: 1px solid rgba(255, 196, 18, 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 {
    margin-bottom: 20px !important;
  }
  .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: #061d38;
    font-weight: 600;
    border-bottom: 1px solid;
    padding: 5px 15px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .our_project .mobile-btn:hover {
    color: #22d1f3;
  }
  .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: #22d1f3;
    background-color: unset;
    border-bottom: 1px solid #22d1f3;
  }
  .our_project .project_button:hover {
    background-color: unset;
    color: #22d1f3;
    border: none;
    font-weight: 700;
    border-bottom: 1px solid #22d1f3;
  }
  .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: #061d38;
    font-weight: 600;
    padding: 5px 15px;
    cursor: pointer;
    text-transform: uppercase;
  }
  .project_home_two .our_project_2 .mobile-btn:hover {
    color: #22d1f3;
  }
  .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: #22d1f3;
    background-color: unset;
  }
  .project_home_two .our_project_2 .project_button:hover {
    background-color: unset;
    color: #22d1f3;
    border: none;
    font-weight: 700;
  }
  .project_home_four .filter {
    margin-top: 30px;
  }
  .project_home_four .our_project_4 .mobile-btn {
    display: block;
    color: #061d38;
    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: #22d1f3;
  }
  .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: #22d1f3;
    background-color: unset;
    border-bottom: 1px solid #22d1f3;
  }
  .project_home_four .our_project_4 .project_button:hover {
    background-color: unset;
    color: #22d1f3;
    border: none;
    font-weight: 700;
    border-bottom: 1px solid #22d1f3;
  }
  .project_home_five .our_project_2 .mobile-btn {
    display: block;
    margin-bottom: 15px;
    color: #22d1f3;
    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: #22d1f3;
    background-color: unset;
  }
  .project_home_five .our_project_2 .project_button:hover {
    background-color: unset;
    color: #22d1f3;
    border: none;
    font-weight: 700;
  }
  .about_sec .about_sec_con .about_content {
    margin-bottom: 15px;
  }

  .about_sec.about_sec_2 .about_sec_con .about_content {
    margin-bottom: 20px;
  }
  .tap-top.fb-top {
    bottom: 30px;
  }
  #form1 {
    -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: 20px;
  }
  .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 {
    font-size: 14px;
    line-height: 30px;
    font-weight:400;
    letter-spacing: 0.5px;
    color: #000;
}

  .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;
  }
  .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{
  margin-bottom:15px;

}
}

@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 .about_content p {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
  .faq_section .accordion.faq_sec .card .card-body {
    padding: 10px 12px;
  }

  .faq_section .accordion.faq_sec .card .card-header {
    padding: 0.35rem 0.5rem;
  }


.faq_section .accordion.faq_sec .card .card-header button {
    overflow: hidden;
    padding:0;
    font-size: 12px !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}



  .faq_section .accordion.faq_sec .card .card-header h5 .collapsed:before,
  .faq_section .accordion.faq_sec .card .card-header h5 button:before {
    top: 3px;
    right: 0px;
  }

  .faq_section .accordion.faq_sec .card .card-header h5 button:before {
    top: 3px;
    right: 0px;
  }

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