*,
*:before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

::-moz-placeholder {
  color: #030708;
  opacity: 0.5;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #030708;
  opacity: 0.5;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
}

::placeholder {
  color: #030708;
  opacity: 0.5;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Blinker", sans-serif;
  color: #030708;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  overflow-x: hidden;
  transition: all 0.4s ease-in-out;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.3;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 24px;
  font-weight: 500;
}

h3,
.h3 {
  font-size: 19px;
}

h4,
.h4 {
  font-size: 17px;
}

h5,
.h5 {
  font-size: 17px;
}

h6,
.h6 {
  font-size: 15px;
}

p {
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  color: #030708;
  opacity: 0.5;
  font-family: "Blinker", sans-serif;
}

a {
  transition: all 0.3s ease-in-out;
  color: inherit;
  text-transform: capitalize;
  text-decoration: none;
}
a :focus {
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #ff3a2e;
}

li,
p {
  color: #030708;
  font-size: 17px;
  font-weight: 300;
}

ol {
  margin: 0;
  padding-left: 1rem;
}
ol li {
  margin-bottom: 4px;
  font-size: 15px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
ul li {
  margin-bottom: 0;
  font-size: 16px;
  list-style: none;
  font-weight: normal;
}

b,
strong {
  font-weight: 600;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-style: none;
  transition: all 0.4s ease-in-out;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
}

input[type=radio],
input[type=checkbox],
input[type=range] {
  accent-color: #e2c445;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

input:focus {
  outline: none;
  box-shadow: 0;
}

.form-group {
  margin-bottom: 0.9375rem;
}
.form-group input,
.form-group textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 0.375rem);
  padding: 0.5625rem 0.5625rem;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 1.5;
  background-color: #f5f5f5;
  background-clip: padding-box;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.2s ease-in-out, box-shadow 0.3s ease-in-out;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: none;
}
.form-group a {
  color: #030708;
}
.form-group a:hover {
  text-decoration: underline;
}
.form-group textarea {
  height: auto;
}

.readmore {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030708;
  opacity: 0.8;
  font-weight: 300;
}
.readmore i {
  margin-left: 6px;
  font-size: 22px;
}

i {
  font-size: 16px;
}

.spacing {
  padding: 60px 0;
}

.custom-button {
  min-height: auto;
  padding: 13px 30px;
  background-color: transparent;
  color: #fff;
  border-radius: 32px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid transparent;
}
.custom-button:hover {
  color: #fff;
}

.custom-header {
  position: relative;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-header p {
  font-weight: 300;
  opacity: 0.8;
}
.custom-header h2 {
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  font-weight: 500;
  height: 100%;
  font-size: 28px;
}
.custom-header a {
  font-size: 17px;
  text-transform: capitalize;
}
.custom-header a:hover {
  color: #ff3a2e;
}
.custom-header label {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  margin-right: 12px;
}

.owl-nav {
  display: block !important;
  margin: 0 !important;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  height: 60px !important;
  width: 34px !important;
  background-color: #f2f5f6 !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.owl-nav button i {
  font-size: 16px;
  color: #030708;
}
.owl-nav button.owl-prev {
  left: -1rem;
}
.owl-nav button.owl-next {
  right: -1rem;
}

.owl-dots {
  display: block;
  margin: 0 !important;
}
.owl-dots button {
  position: absolute;
  bottom: -2rem;
}
.owl-dots button span {
  width: 24px !important;
  height: 3px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.nav-breadcrumb .breadcrumb {
  margin: 0;
  padding: 0;
}
.nav-breadcrumb .breadcrumb li {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.nav-breadcrumb .breadcrumb li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 6px;
  color: black;
  opacity: 0.8;
  font-weight: 600;
}
.nav-breadcrumb .breadcrumb li a:hover {
  color: #ff3a2e;
}
.nav-breadcrumb .breadcrumb li.active {
  color: #ff3a2e;
  opacity: 1;
}

.pagination-wrapp {
  display: block;
}
.pagination-wrapp .pagination {
  align-items: center;
  justify-content: end;
}
.pagination-wrapp .pagination li {
  font-size: 14px;
  margin: 0;
}
.pagination-wrapp .pagination li a {
  color: #030708;
  font-weight: 300;
}
.pagination-wrapp .pagination li a:hover {
  color: #ff3a2e;
}
.pagination-wrapp .pagination li i {
  margin: 0 0.75rem;
}
.pagination-wrapp .pagination li.active {
  color: #ff3a2e;
  font-weight: 300;
}
.pagination-wrapp .pagination li.active .page-link {
  background: #ff3a2e;
  border-color: #ff3a2e;
}

.background {
  background: url("https://mkmsecurityforce.com/wp-content/uploads/2021/06/box-bg.jpg");
  background-size: cover;
  background-position: center;
}
.background .custom-header h2 {
  color: #fff;
}
.background .custom-header p {
  color: #fff;
  opacity: 0.7;
}
.background .custom-header a {
  color: #fff;
}

.bt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sigma_subheader {
  background: url("https://abhivruddhiconstruction.in/assets/img/subheader.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sigma_subheader .sigma_subheader-inner {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.sigma_subheader .sigma_subheader-inner h6 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 22px;
}

#search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#search-button > i {
  color: #030708;
  font-size: 20px;
  cursor: pointer;
}

.search {
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.search input {
  display: block;
  min-width: 100%;
  padding: 0.8125rem 1.375rem 0.8125rem 3rem;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  transition: background-color 0.2s;
  margin: 0;
}
.search i {
  position: absolute;
  cursor: pointer;
  left: 15px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
.search.togglesearch {
  background: transparent;
  position: absolute;
  top: 49px;
  right: 28.7%;
  width: 350px;
  line-height: 60px;
  border-top: 4px solid #ff3a2e;
  display: none;
}
.search.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ff3a2e;
}
.search.togglesearch input[type=text] {
  outline: none;
}
.search.togglesearch input[type=button] {
  width: 80px;
  padding: 5px 0;
  background: #d80b15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #d80b15;
  outline: none;
  cursor: pointer;
}

@keyframes banner-anime {
  0% {
    top: 0;
    right: 0;
  }
  100% {
    bottom: 0;
  }
}
Header {
  position: relative;
  width: 100%;
  background-color: #fff;
  z-index: 2;
}
Header nav {
  padding: 0 !important;
}
Header nav .navbar-brand {
  padding: 12px 0;
}
Header nav .navbar-brand img {
  height: 65px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
Header nav .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
Header nav .navbar-toggler i {
  font-size: 1.5rem;
  color: #030708;
}
Header nav #main_nav.show {
  transition: all 0.4s ease-in-out;
  padding: 12px 6px;
  background-color: #f2f5f6;
}
Header nav #main_nav.show .navbar-nav .nav-item {
  opacity: 1;
}
Header nav #main_nav.show .navbar-nav .nav-item .nav-link {
  display: block;
  padding: 4px 0 !important;
}
Header nav #main_nav.show .navbar-nav .nav-item.has-megamenu .megamenu {
  width: 100%;
}
Header nav #main_nav .navbar-nav {
  margin-left: auto;
}
Header nav #main_nav .navbar-nav.nav-right {
  margin: unset;
}
Header nav #main_nav .navbar-nav .nav-item {
  opacity: 1;
}
Header nav #main_nav .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  font-weight: 400;
  color: #030708 !important;
  display: block;
  padding: 0px 34px 0px 0;
  text-transform: capitalize;
}
Header nav #main_nav .navbar-nav .nav-item .nav-link:hover {
  color: #ff3a2e !important;
}
Header nav #main_nav .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
Header nav #main_nav .navbar-nav .nav-item.active .nav-link {
  color: #ff3a2e !important;
}
Header nav #main_nav .navbar-nav .nav-item#search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
Header nav #main_nav .navbar-nav .nav-item#search-button > i {
  color: #030708;
  font-size: 20px;
  cursor: pointer;
}
Header nav #main_nav .search {
  margin: 0;
  transition: all 0.4s ease-in-out;
}
Header nav #main_nav .search input {
  display: block;
  min-width: 100%;
  padding: 0.8125rem 1.375rem 0.8125rem 3rem;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  transition: background-color 0.2s;
  margin: 0;
}
Header nav #main_nav .search i {
  position: absolute;
  cursor: pointer;
  left: 15px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
}
Header nav #main_nav .search.togglesearch {
  background: transparent;
  position: absolute;
  top: 49px;
  right: 28.7%;
  width: 350px;
  line-height: 60px;
  border-top: 4px solid #ff3a2e;
  display: none;
}
Header nav #main_nav .search.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #ff3a2e;
}
Header nav #main_nav .search.togglesearch input[type=text] {
  outline: none;
}
Header nav #main_nav .search.togglesearch input[type=button] {
  width: 80px;
  padding: 5px 0;
  background: #d80b15;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #d80b15;
  outline: none;
  cursor: pointer;
}

.slider {
  background-color: #fff;
  transition: all 0.4s ease-in-out;
}
.slider .slider-block {
  position: relative;
  height: 75vh;
  width: 100%;
  position: relative;
}
.slider .slider-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.slider .slider-block::before {
  content: "";
  background-color: #000;
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider .owl-nav {
  display: block !important;
  margin: 0 !important;
}
.slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 !important;
  height: 90px !important;
  width: 40px !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 4px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.slider .owl-nav button:hover {
  background-color: #fff !important;
}
.slider .owl-nav button span {
  font-size: 34px;
}
.slider .owl-nav button.owl-prev {
  left: 0;
}
.slider .owl-nav button.owl-next {
  right: 0;
}
.slider:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.custom .row {
  row-gap: 30px;
}
.custom .diff .custom-block {
  padding: 30px;
  background-color: #fff;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.custom .diff .custom-block .icon {
  margin-bottom: 15px;
}
.custom .diff .custom-block .icon i {
  font-size: 38px;
}
.custom .diff .custom-block h4 {
  text-transform: capitalize;
  font-size: #030708;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
}
.custom .diff .custom-block p {
  font-size: 17px;
  color: #030708;
  opacity: 0.8;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.custom .custom-block a {
  transition: all 0.4s ease-in-out;
}
.custom .custom-block a .custom-img {
  position: relative;
  overflow: hidden;
}
.custom .custom-block a .custom-img img {
  height: 290px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
}
.custom .custom-block a .custom-img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 32px;
  z-index: 9;
  opacity: 0;
  opacity: 0.5;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.custom .custom-block a .custom-img span {
  padding: 5px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 4px;
}
.custom .custom-block a .custom-img span.discount {
  background-color: #ff3a2e;
}
.custom .custom-block a .custom-img span.new {
  background-color: #ff3a2e;
}
.custom .custom-block a .custom-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030708;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.custom .custom-block a .custom-content {
  padding: 15px;
  text-align: center;
}
.custom .custom-block a .custom-content h3 {
  font-weight: 500;
  margin-bottom: 2px;
}
.custom .custom-block a .custom-content span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.custom .custom-block a:hover .custom-content h3 {
  color: #ff3a2e;
}
.custom .custom-block a:hover .custom-img i {
  opacity: 1;
  visibility: visible;
}
.custom.list {
  padding: 40px 0;
  background-color: #fff;
}
.custom.news .custom-block a {
  transition: all 0.4s ease-in-out;
}
.custom.news .custom-block a .custom-img {
  position: relative;
}
.custom.news .custom-block a .custom-img img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom.news .custom-block a .custom-img time {
  position: absolute;
  top: 0;
  right: 0;
  background: #ff3a2e;
  color: #fff;
  display: block;
  text-align: center;
  padding: 9px 10px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}
.custom.news .custom-block a .custom-img time strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.custom.news .custom-block a .custom-img span {
  bottom: 6px;
  left: 6px;
  top: unset;
  background-color: #ff3a2e;
}
.custom.news .custom-block a .custom-content {
  padding: 15px 24px 15px 0;
  text-align: left;
}
.custom.news .custom-block a .custom-content span {
  color: #030708;
  opacity: 0.7;
  text-align: left;
  text-transform: capitalize;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: unset;
  margin-bottom: 0px;
}
.custom.news .custom-block a .custom-content h3 {
  margin-bottom: 12px;
}
.custom.news .custom-block a:hover .custom-content h3 {
  color: #ff3a2e;
}
.custom.news .custom-block a:hover span {
  color: #ff3a2e;
}
.custom.news .custom-block a:hover span i {
  color: #ff3a2e;
}

.about .custom-header .custom-head h2 {
  font-size: 24px;
}
.about .custom-header.news-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about .custom-header.news-details ul {
  margin: 0;
  padding: 0;
}
.about .custom-header.news-details ul li {
  display: inline-block;
  font-weight: 400;
  padding-left: 12px;
}
.about .custom-header.news-details ul li span {
  color: #ff3a2e;
}
.about.about-page {
  position: relative;
  padding: 50px 0 0px;
}
.about.about-page .about-block {
  margin-bottom: 30px;
  overflow: hidden;
}
.about.about-page .about-block:last-child {
  margin-bottom: 0;
}
.about.about-page .about-block .custom-header {
  margin-bottom: 15px;
}
.about.about-page .about-block img {
  height: 300px;
  width: auto;
  float: right;
  margin: 20px;
}
.about.about-page .about-block p {
  font-size: 16px;
  opacity: 0.8;
  text-align: justify;
  margin-bottom: 15px;
}
.about.about-page .about-block p:last-child {
  margin-bottom: 0;
}
.about.about-page .about-block h3 {
  font-weight: 400;
  margin-bottom: 15px;
}
.about.about-page .about-block > ul {
  padding: 0;
  margin: 0;
}
.about.about-page .about-block > ul li {
  margin-bottom: 0px;
  list-style: lower-alpha;
  margin-left: 15px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
  text-transform: capitalize;
}
.about.about-page .about-block > ul li:last-child {
  border-bottom: 0;
}
.about.about-page .about-block > ul li:last-child a {
  margin-bottom: 0;
}
.about.about-vision {
  padding: 15px 0 0;
}
.about.about-vision .custom-block {
  background-color: #f2f5f6;
}
.about.about-vision .custom-block .icon i {
  font-size: 36px;
}
.about.about-vision .custom-block h4 {
  font-size: 19px;
}
.about.about-vision .custom-block p {
  font-size: 16px;
  margin: 0;
}
.about.service-page {
  padding: 50px 0 40px;
}
.about.service-page .custom-block {
  display: block;
  padding: 0;
}
.about.service-page .custom-block .custom-img {
  position: relative;
}
.about.service-page .custom-block .custom-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #030708;
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}
.about.service-page .custom-block .custom-img img {
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about.service-page .custom-block .custom-content {
  padding: 15px 0;
  text-align: left;
}
.about.service-page .custom-block .custom-content p {
  font-size: 16px;
}
.about.service-page .custom-block .custom-content .readmore {
  justify-content: flex-start;
}
.about.service-page.service-page-details .service-page_left img {
  height: 250px;
}
.about.service-page.service-page-details .service-page_left .custom-button {
  color: #030708;
  border-color: #030708;
}
.about.service-page.service-page-details .service-page_left .custom-button:hover {
  background-color: #ff3a2e;
  color: #fff;
  border-color: transparent;
}
.about.service-page.service-page-details .service-page_left.train-block {
  margin-bottom: 30px;
}
.about.service-page.service-page-details .service-page_left.train-block:last-child {
  margin-bottom: 0;
}
.about.service-page.service-page-details .service-page_left.train-block ul {
  margin: 0;
  padding: 0;
}
.about.service-page.service-page-details .service-page_left.train-block ul li {
  margin-bottom: 0px;
  list-style: lower-alpha;
  margin-left: 15px;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.8;
  text-transform: capitalize;
}
.about.service-page.service-page-details .service-page_left.train-block ul li:last-child {
  border-bottom: 0;
}
.about.service-page.service-page-details .service-page_left.train-block ul li:last-child a {
  margin-bottom: 0;
}
.about.service-page.service-page-details .service-page_right {
  position: sticky;
  top: 6px;
  background-color: #f2f5f6;
  padding: 15px;
  margin-left: 50px;
  height: 100%;
}
.about.service-page.service-page-details .service-page_right.train-right {
  margin-left: 0;
}
.about.service-page.service-page-details .service-page_right .row {
  row-gap: 0;
}
.about.service-page.service-page-details .service-page_right h3 {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about.service-page.service-page-details .service-page_right ul {
  margin: 0;
  padding: 0;
}
.about.service-page.service-page-details .service-page_right ul li {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  list-style: auto;
  margin-left: 15px;
}
.about.service-page.service-page-details .service-page_right ul li a {
  display: block;
  padding: 9px;
  font-size: 15px;
  text-transform: capitalize;
}
.about.service-page.service-page-details .service-page_right ul li a i {
  margin-right: 6px;
  font-size: 22px;
}
.about.service-page.service-page-details .service-page_right ul li:last-child {
  border-bottom: 0;
}
.about.service-page.service-page-details .service-page_right ul li:last-child a {
  margin-bottom: 0;
}
.about.service-page.service-page-details .service-page_right .form-group input,
.about.service-page.service-page-details .service-page_right .form-group textarea {
  background-color: #fff;
}
.about.service-page.service-page-details .service-page_right .form-group .custom-button {
  color: #030708;
  border-color: #030708;
}
.about.service-page.service-page-details .service-page_right .form-group .custom-button:hover {
  background-color: #ff3a2e;
  color: #fff;
  border-color: transparent;
}
.about .director {
  position: relative;
  height: 100%;
}
.about .director img {
  height: 350px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.about .director .director-info {
  background-color: #f2f5f6;
  padding: 15px;
}
.about .director .director-info .title {
  text-transform: capitalize;
  font-size: 14px;
}
.about .director .director-info h3 {
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 15px;
}
.about .director .director-info p {
  font-size: 16px;
}
.about.career-wrap {
  padding: 50px 0;
}
.about.career-wrap .career-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #f2f5f6;
}
.about.career-wrap .career-block h4 {
  text-transform: capitalize;
  font-weight: 400;
}
.about.career-wrap .career-block .custom-button {
  color: #030708;
  border-color: #030708;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 0;
  border: 0;
}
.about.career-wrap .career-block .custom-button:hover {
  color: #fff;
  border-color: transparent;
  background-color: transparent;
  color: #ff3a2e;
  border: 0;
}

.cumfort .row {
  align-items: center;
}
.cumfort .cumfort-right {
  padding-left: 60px;
}
.cumfort .cumfort-right img {
  height: 300px;
  width: auto;
  border-radius: 4px;
}
.cumfort.about {
  background: url("http://www.sumukhaconstructions.co.in/uploads/sumukhaconstructionscom/aboutbg.png");
  background-position: center;
  background-size: contain;
}
.cumfort.about .about-left .custom-header {
  margin-bottom: 20px;
}
.cumfort.about .about-left > p {
  font-size: 17px;
  margin-bottom: 20px;
  color: #030708;
  opacity: 0.7;
}
.cumfort.about .about-left .custom-button {
  color: #030708;
  border-color: #030708;
}
.cumfort.about .about-left .custom-button:hover {
  background-color: #ff3a2e;
  color: #030708;
  border-color: transparent;
}
.cumfort.about .about-right {
  position: relative;
  text-align: center;
}
.cumfort.about .about-right img {
  height: 350px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.cumfort .testimonial-slider {
  width: 100%;
  margin: 0 auto;
}
.cumfort .testimonial-slider .testimonial-block {
  position: relative;
  padding: 30px 30px 20px;
  margin: 24px 0 0;
  border-radius: 4px;
  background-color: #f2f5f6;
  text-align: center;
}
.cumfort .testimonial-slider .testimonial-block > .testimonial-user {
  margin-bottom: 15px;
}
.cumfort .testimonial-slider .testimonial-block > .testimonial-user img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.cumfort .testimonial-slider .testimonial-block .icon {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.cumfort .testimonial-slider .testimonial-block .icon svg {
  height: 35px;
}
.cumfort .testimonial-slider .testimonial-block .icon svg path {
  fill: #ff3a2e;
}
.cumfort .testimonial-slider .testimonial-block .testimonial-content p {
  font-size: 16px;
  font-weight: 400;
  color: #030708;
  opacity: 0.7;
  margin-bottom: 15px;
}
.cumfort .testimonial-slider .testimonial-block .testimonial-content .testimonial-user h5 {
  margin-bottom: 2px;
}
.cumfort .testimonial-slider .testimonial-block .testimonial-content .testimonial-user span {
  display: block;
}

Footer {
  background-color: #0F254E;
  width: 100%;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
Footer .footer-top {
  padding: 50px 0 0px;
}
Footer .footer-top .footer-widget .footer-block .title {
  margin-bottom: 15px;
  font-size: 18px;
}
Footer .footer-top .footer-widget .footer-block .footer-menu {
  padding: 0;
  margin: 0 0 30px;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 13px;
  font-weight: 300;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li a {
  color: #fff;
  opacity: 0.8;
  text-transform: capitalize;
  display: block;
  transition: all 0.4s ease-in-out;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li a:hover {
  color: #ff3a2e;
  opacity: 1;
}
Footer .footer-top .footer-widget .footer-block .footer-menu li img {
  height: 51px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
Footer .footer-top .footer-widget .footer-block .foot-social h5 {
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #fff;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul {
  margin: 0;
  padding: 0;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li {
  display: inline-block;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li a {
  display: flex;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  color: #fff;
  opacity: 0.8;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li a:hover i {
  color: #ff3a2e;
}
Footer .footer-top .footer-widget .footer-block .foot-social ul li a i {
  font-size: 22px;
  color: #fff;
  opacity: 0.8;
}
Footer .footer-top .footer-widget .footer-block.wrap {
  display: flex;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-left {
  margin-right: 15px;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-left .foot-logo {
  text-align: left;
  margin: 0 0 10px;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-left .foot-logo img {
  height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-right .foot-desc {
  margin-bottom: 20px;
  margin-right: 30px;
  font-size: 16px;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-right .foot-desc p {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0;
  font-size: 16px;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-right .foot-info {
  margin: 0;
  padding: 0;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-right .foot-info li {
  display: block;
  margin-bottom: 3px;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-right .foot-info li a {
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
}
Footer .footer-top .footer-widget .footer-block.wrap .foot-wrap-right .foot-info li a i {
  margin-right: 4px;
}
Footer .footer-bottom {
  text-align: center;
}
Footer .footer-bottom p {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  opacity: 0.8;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
}

.detail {
  padding: 15px 0 0;
}
.detail .detail-left {
  position: relative;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-content-box {
  text-align: right;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-content-box img {
  height: 350px;
  width: 100%;
  box-shadow: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-content-box .owl-nav {
  display: none !important;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box {
  margin: 0;
  position: relative !important;
  padding: 0 1.7rem;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
  width: auto;
  height: auto;
  margin: 2px 0px;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
  height: 5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .owl-nav button {
  border-radius: 0 !important;
  height: 95% !important;
  top: 50% !important;
  width: 25px !important;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .owl-nav button::before {
  display: none !important;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .owl-nav .owl-prev {
  left: 0 !important;
}
.detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .owl-nav .owl-next {
  right: 0 !important;
}
.detail .details-right {
  padding-right: 3rem;
  padding-left: 1.5rem;
}
.detail .details-right h2 {
  font-weight: 500;
  line-height: 1.3;
}
.detail .details-right span {
  display: block;
}
.detail .details-right .price {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.detail .details-right .desc {
  padding: 0 0 15px;
}
.detail .details-right .info {
  padding: 0 0 15px;
}
.detail .details-right .info h4 {
  margin-bottom: 9px;
  font-weight: 400;
  text-transform: capitalize;
}
.detail .details-right .info p {
  font-weight: 400;
  font-size: 15px;
  opacity: 0.7;
}
.detail .details-right .info ul {
  padding: 0;
  margin: 0;
}
.detail .details-right .info ul li {
  margin: 0;
  margin-right: 2px;
  margin-bottom: 2px;
  font-weight: 500;
  display: inline-block;
  font-weight: normal;
  padding: 0.25rem 0.5625rem;
  font-size: 13px;
  background-color: #f2f5f6;
}
.detail .details-right .cart .custom-button {
  display: inline-block;
  border: 1px solid transparent;
  background-color: #ff3a2e;
}
.detail .details-right .cart .custom-button i {
  color: #fff;
  margin-right: 4px;
}
.detail .details-right .cart .custom-button.enquiry {
  background-color: #ff3a2e;
}
.detail .details-right .cart .custom-button.enquiry:hover {
  border-color: #ff3a2e;
  color: #ff3a2e;
}
.detail .details-right .cart .custom-button.enquiry:hover i {
  color: #ff3a2e;
}
.detail .details-right .cart .custom-button:hover {
  background-color: #fff;
  border-color: #ff3a2e;
  color: #ff3a2e;
}
.detail .details-right .cart .custom-button:hover i {
  color: #ff3a2e;
}

.details-spec {
  padding: 50px 0 0px;
}
.details-spec .spec-wrap nav .nav-tabs {
  border-top: 0;
}
.details-spec .spec-wrap nav .nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  color: #030708;
  font-weight: 500;
  font-size: 17px;
  padding: 0.5625rem 1.5rem;
}
.details-spec .spec-wrap nav .nav-tabs .nav-link.active {
  border-bottom: 0;
  color: #030708;
}
.details-spec .spec-wrap .tab-content {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.details-spec .spec-wrap .tab-content .details-block {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.details-spec .spec-wrap .tab-content .details-block .review-list {
  display: flex;
  opacity: 1;
  margin: 0;
  width: 50%;
  float: left;
  padding: 15px;
}
.details-spec .spec-wrap .tab-content .details-block .review-list .user {
  margin-right: 15px;
}
.details-spec .spec-wrap .tab-content .details-block .review-list .user img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.details-spec .spec-wrap .tab-content .details-block .review-list .content h5 {
  text-transform: capitalize;
  margin: 0 0 2px;
  color: #030708;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.details-spec .spec-wrap .tab-content .details-block .review-list .content p {
  margin: 0;
  font-size: 16px;
  opacity: 0.7;
}
.details-spec .spec-wrap .tab-content p,
.details-spec .spec-wrap .tab-content li {
  color: #030708;
  opacity: 0.5;
}
.details-spec .spec-wrap .tab-content ul,
.details-spec .spec-wrap .tab-content ol {
  margin: 0;
  padding: 0;
}
.details-spec .spec-wrap .tab-content ul li,
.details-spec .spec-wrap .tab-content ol li {
  list-style: disc;
  margin-left: 1.5rem;
  margin-bottom: 0.5rem;
  opacity: 0.7;
  font-weight: 300;
  font-size: 16px;
}
.details-spec .spec-wrap .tab-content ul li:last-child,
.details-spec .spec-wrap .tab-content ol li:last-child {
  margin-bottom: 0;
}
.details-spec .spec-wrap .tab-content h3 {
  margin: 0.9375rem 0;
  color: #030708;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.details-spec .spec-wrap .tab-content p {
  margin: 0.9375rem 0;
  font-size: 16px;
  opacity: 0.7;
}
.details-spec .spec-wrap .tab-content p a {
  color: #ff3a2e;
}

.projects-details-head {
  padding: 5rem 0;
  text-align: center;
}
.projects-details-head h1 {
  font-weight: 400;
  text-transform: capitalize;
}
.projects-details-head p {
  font-size: 17px;
  opacity: 0.5;
}

.projects-details {
  padding: 30px 0;
  margin: 15px 0 0;
  background-color: #f2f5f6;
}
.projects-details .projectDetails-block {
  background: #fff;
  padding: 1.5rem;
}
.projects-details .img {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.projects-details .img img {
  margin: 0 auto 1.5rem;
  height: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-details .img .share {
  position: absolute;
  right: 12px;
  bottom: 15px;
  background: #ff3a2e;
  padding: 0;
  margin: 0;
  z-index: 1;
  transform: translateX(12rem);
  transition: all 0.4s ease-in-out;
}
.projects-details .img .share li {
  opacity: 1;
  list-style: none;
  margin: 0;
}
.projects-details .img .share li a {
  padding: 12px;
}
.projects-details .img .share li i {
  color: #fff;
  font-size: 22px;
}
.projects-details .img .share li:last-child {
  border-right: 0;
}
.projects-details .img:hover .share {
  transform: translateX(0);
}
.projects-details h4,
.projects-details h2,
.projects-details h3 {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.projects-details p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1.5rem;
  opacity: 0.8;
}
.projects-details .Details-left {
  position: sticky;
  top: 0.3125rem;
  margin-bottom: 1.5rem;
}
.projects-details .Details-left img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.projects-details ul,
.projects-details ol {
  margin: 0;
  padding: 0;
  margin-bottom: 1.5rem;
}
.projects-details ul li,
.projects-details ol li {
  margin-left: 22px;
  list-style: decimal;
  margin-bottom: 0.5625rem;
  font-size: 16px;
  opacity: 0.8;
  font-weight: 300;
}
.projects-details ul li a,
.projects-details ol li a {
  display: block;
}
.projects-details ul li:last-child,
.projects-details ol li:last-child {
  margin-bottom: 0;
}

.contact {
  padding: 50px 0 40px;
}
.contact .contact-left {
  margin: 0;
  position: sticky;
  margin-left: 30px;
  top: 0.3125rem;
  height: 100%;
}
.contact .contact-left .contact-block h3 {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 22px;
}
.contact .contact-left .contact-block ul {
  margin: 0;
  padding: 0;
}
.contact .contact-left .contact-block ul li {
  margin-bottom: 9px;
  opacity: 0.8;
}
.contact .contact-left .contact-block ul li:last-child {
  margin-bottom: 0;
}
.contact .contact-left .contact-block ul li a {
  display: block;
  font-size: 15px;
  text-transform: none;
  font-weight: 300;
}
.contact .contact-left .contact-block ul li i {
  padding: 7px;
  background-color: #f2f5f6;
  border-radius: 50%;
  margin-right: 6px;
}
.contact .contact-right h3 {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 22px;
}
.contact .contact-right .custom-button {
  background-color: #ff3a2e;
  color: #fff;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.contact .contact-right .custom-button:hover {
  background-color: transparent;
  border-color: #ff3a2e;
  color: #ff3a2e;
}

.map {
  padding: 0 px 0 30px;
}
.map iframe {
  height: 23.125rem;
  width: 100%;
  margin-bottom: 0;
  border: 0;
}

.navbar .megamenu {
  padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
.navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */
@media (min-width: 0px) and (max-width: 476px) {
  .custom .row {
    row-gap: 22px !important;
  }
  .custom .category > .col-sm-6 {
    width: 50%;
  }
  .custom .category > .col-sm-6 .custom-block {
    row-gap: 22px;
  }
  .custom .category > .col-sm-6 .custom-block a .custom-img img {
    height: 150px;
  }
  .custom .category > .col-sm-6 .custom-block a .custom-img.img-list img {
    height: 150px;
  }
  .custom .diff .custom-block {
    min-height: 150px !important;
    padding: 15px;
  }
  .custom .diff .custom-block .icon i {
    font-size: 28px;
  }
  .custom .diff .custom-block h4 {
    margin: 5px 0 !important;
  }
  .custom .selling .custom-block a .custom-img img {
    height: 150px !important;
  }
  .custom .selling .custom-block a .custom-img.img-list img {
    height: 150px !important;
  }
  .custom .services .service-right img {
    height: 150px !important;
  }
  .custom.news .custom-block a .custom-img img {
    height: 150px !important;
  }
  .custom .gallery .custom-block a .custom-img img {
    height: 100px;
  }
}
@media (min-width: 476px) and (max-width: 576px) {
  .custom .row {
    row-gap: 22px !important;
  }
  .custom .category > .col-sm-6 {
    width: 50%;
  }
  .custom .category > .col-sm-6 .custom-block {
    row-gap: 22px;
  }
  .custom .category > .col-sm-6 .custom-block a .custom-img img {
    height: 175px;
  }
  .custom .category > .col-sm-6 .custom-block a .custom-img.img-list img {
    height: 175px;
  }
  .custom .diff > .col-sm-6 {
    width: 50%;
  }
  .custom .diff .custom-block {
    min-height: 175px !important;
    padding: 15px;
  }
  .custom .diff .custom-block .icon i {
    font-size: 28px;
  }
  .custom .diff .custom-block h4 {
    margin: 5px 0 !important;
  }
  .custom .selling .custom-block a .custom-img img {
    height: 175px !important;
  }
  .custom .selling .custom-block a .custom-img.img-list img {
    height: 175px !important;
  }
  .custom .services .service-right img {
    height: 175px !important;
  }
  .custom.news .custom-block a .custom-img img {
    height: 175px !important;
  }
  .custom .gallery .custom-block a .custom-img img {
    height: 100px;
  }
}
@media (min-width: 0px) and (max-width: 576px) {
  .row {
    row-gap: 30px;
  }

  h1 {
    font-size: 28px;
    line-height: 1;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 17px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 15px;
  }

  .spacing {
    padding: 40px 0;
  }

  .custom-button {
    font-size: 14px;
    padding: 12px 24px;
  }

  .custom-header {
    margin-bottom: 30px;
  }
  .custom-header a {
    font-size: 16px;
  }
  .custom-header label {
    font-size: 16px;
  }

  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }

  .about .custom-header .custom-head h2 {
    margin-bottom: 15px;
  }
  .about .custom-header.news-details {
    flex-wrap: wrap;
  }
  .about .custom-header.news-details ul li {
    padding: 0;
  }
  .about .director img {
    height: 150px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .about .director .director-info {
    padding: 15px;
  }
  .about .director .director-info .title {
    text-transform: capitalize;
    font-size: 14px;
  }
  .about .director .director-info h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .about .director .director-info p {
    font-size: 15px;
  }

  Header .top-header .top {
    display: none;
  }
  Header nav .navbar-brand {
    padding: 15px 0;
  }
  Header nav .navbar-brand img {
    height: 60px;
  }
  Header nav #main_nav.show {
    padding: 12px;
    background-color: #f2f5f6;
  }
  Header nav #main_nav.show .navbar-nav .nav-item.has-megamenu .megamenu {
    padding: 12px;
  }
  Header nav #main_nav .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu {
    width: 50%;
    margin: 0 auto;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu h4 {
    padding: 4px 0 4px 6px;
    font-size: 14px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu ul li a {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
  }

  .slider .slider-block {
    display: block;
    height: 100%;
    width: 100%;
  }
  .slider .slider-block .slider-img {
    display: none;
  }
  .slider .slider-block .slider-block-right {
    height: 100%;
    padding: 15px;
    width: 100%;
  }
  .slider .slider-block .slider-block-right .slider-content {
    width: 100%;
    margin: 0 auto;
  }
  .slider .slider-block .slider-block-right .slider-content p {
    font-size: 15px;
  }
  .slider .owl-nav button {
    height: 32px !important;
    width: 32px !important;
  }
  .slider .owl-nav button span {
    font-size: 28px;
  }

  .custom .row {
    row-gap: 15px;
  }
  .custom .category .custom-block {
    row-gap: 15px;
  }
  .custom .category .custom-block a .custom-img img {
    height: 222px;
  }
  .custom .category .custom-block a .custom-img.img-list img {
    height: 222px;
  }
  .custom .category .custom-block a .custom-content h3 {
    font-size: 18px;
  }
  .custom .diff .custom-block {
    min-height: 222px;
  }
  .custom .diff .custom-block .icon i {
    font-size: 38px;
  }
  .custom .diff .custom-block h4 {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
  }
  .custom .diff .custom-block p {
    font-size: 15px;
  }
  .custom .services {
    align-items: unset;
  }
  .custom .services .service-left .left-desc {
    margin-right: 0;
  }
  .custom .services .service-left .right-desc {
    margin-left: 0px;
  }
  .custom .services .service-left h2 {
    font-size: 18px;
  }
  .custom .services .service-left p {
    font-size: 15px;
    margin: 0;
  }
  .custom .services .service-left ul li {
    font-size: 15px;
  }
  .custom .services .service-right {
    text-align: unset;
  }
  .custom .services .service-right img {
    height: 222px;
  }
  .custom .portfolio .port-head li {
    padding: 6px 16px;
  }
  .custom .portfolio .port-body .column {
    width: 50%;
  }
  .custom .custom-block a .custom-img img {
    height: 222px;
  }
  .custom .custom-block a .custom-img span {
    padding: 4px 14px;
    font-size: 13px;
  }
  .custom.list {
    padding: 40px 0;
    background-color: #fff;
  }
  .custom.news .custom-block a .custom-img img {
    height: 222px;
  }
  .custom.news .custom-block a .custom-content {
    padding: 15px 0;
    text-align: left;
  }
  .custom.news .custom-block a .custom-content h3 {
    margin-bottom: 10px;
  }
  .custom.news .custom-block a .custom-content pre {
    opacity: 0.8;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .custom.news .custom-block a .custom-content pre i {
    font-size: 20px;
    margin-left: 2px;
  }
  .custom.news .custom-block a:hover .custom-content h3 {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre i {
    color: #d2ab66;
  }

  .cumfort.about .about-right {
    margin-top: 30px;
  }
  .cumfort .cumfort-left p {
    font-size: 15px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-user {
    width: 100%;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content {
    position: relative;
    padding: 0 0 0 0px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content .icon i {
    font-size: 28px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content .testimonial-user h5 {
    font-size: 15px;
  }

  Footer .footer-top {
    padding: 50px 0 10px;
  }
  Footer .footer-top .footer-widget .footer-block {
    margin-bottom: 30px;
  }
  Footer .footer-top .footer-widget .footer-block.wrap {
    flex-wrap: wrap;
    margin-right: 0;
  }
  Footer .footer-top .footer-widget .footer-block .title {
    margin-bottom: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo {
    margin: 0 0 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo img {
    height: 50px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 14px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc p {
    font-size: 14px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li {
    margin-bottom: 0;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li a {
    font-weight: 300;
    font-size: 14px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu {
    margin: 0 0 0px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li a {
    font-size: 14px;
    display: block;
  }
  Footer .footer-bottom p {
    font-size: 14px;
  }

  .projects-details-head {
    padding: 3rem 0;
  }
  .projects-details-head p {
    font-size: 15px;
  }

  .projects-details {
    padding: 15px 0;
    margin: 0;
  }
  .projects-details .projectDetails-block {
    padding: 15px;
  }
  .projects-details .img img {
    height: 170px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .projects-details .img .share li i {
    color: #fff;
    font-size: 18px;
  }
  .projects-details p {
    font-size: 15px;
  }
  .projects-details .Details-left img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .projects-details ul li,
.projects-details ol li {
    margin-left: 22px;
    font-size: 15px;
  }

  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-content-box img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box {
    padding: 0 1.7rem;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
    width: auto;
    height: auto;
    margin: 2px 0px;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
    height: 5rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .owl-nav button {
    border-radius: 0 !important;
    height: 95% !important;
    top: 50% !important;
    width: 25px !important;
  }
  .detail .details-right {
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
  }
  .detail .details-right .price {
    font-size: 24px;
  }

  .details-spec {
    padding: 30px 0 0px;
  }
  .details-spec .spec-wrap nav .nav-tabs .nav-link {
    font-size: 16px;
  }
  .details-spec .spec-wrap .tab-content ul li,
.details-spec .spec-wrap .tab-content ol li {
    font-size: 15px;
  }
  .details-spec .spec-wrap .tab-content p {
    font-size: 15px;
  }

  .about.about-page {
    padding: 30px 0 0px;
  }
  .about.about-page .about-block {
    margin-bottom: 20px;
  }
  .about.about-page .about-block img {
    height: 100%;
    width: 100%;
  }
  .about.about-vision {
    padding: 30px 0 30px;
  }
  .about.service-page {
    padding: 30px 0 30px;
  }
  .about.service-page .custom-block .custom-img img {
    height: 100%;
    width: 100%;
  }
  .about.service-page-details .service-page_left img {
    height: 100%;
    width: 100%;
  }
  .about.service-page-details .service-page_left.train-block {
    margin-bottom: 30px;
  }
  .about.service-page-details .service-page_right {
    margin-left: 0 !important;
  }
  .about.career-wrap {
    padding: 30px 0;
  }

  .service-page .service-desc {
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .row {
    row-gap: 24px;
  }

  .owl-nav button.owl-prev {
    left: 0rem;
  }
  .owl-nav button.owl-next {
    right: 0rem;
  }

  h1 {
    font-size: 30px;
    line-height: 1;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }

  .spacing {
    padding: 40px 0;
  }

  .custom-button {
    font-size: 15px;
    padding: 12px 24px;
  }

  .custom-header {
    margin-bottom: 30px;
  }
  .custom-header a {
    font-size: 16px;
  }
  .custom-header label {
    font-size: 16px;
  }

  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }

  Header .top-header .top ul li a {
    font-size: 15px;
  }
  Header .top-header .top ul li + li::before {
    margin: 0 0.5em;
  }
  Header nav .navbar-brand {
    padding: 15px 0;
  }
  Header nav .navbar-brand img {
    height: 50px;
  }
  Header nav #main_nav.show {
    padding: 12px;
    background-color: #f2f5f6;
  }
  Header nav #main_nav.show .navbar-nav .nav-item.has-megamenu .megamenu {
    padding: 12px;
  }
  Header nav #main_nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu {
    width: 50%;
    margin: 0 auto;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu h4 {
    padding: 4px 0 4px 6px;
    font-size: 14px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu ul li a {
    font-size: 13px;
    font-weight: 400;
  }

  .slider .slider-block {
    height: 100%;
    width: 100%;
  }
  .slider .slider-block .slider-img {
    display: none;
  }
  .slider .slider-block .slider-block-right {
    height: 100%;
    padding: 30px 15px;
    width: 100%;
  }
  .slider .slider-block .slider-block-right .slider-content {
    width: 100%;
    margin: 0 auto;
  }
  .slider .slider-block .slider-block-right .slider-content p {
    font-size: 16px;
  }
  .slider .owl-nav button {
    height: 32px !important;
    width: 32px !important;
  }
  .slider .owl-nav button span {
    font-size: 28px;
  }

  .about .about-right {
    margin-top: 30px;
  }
  .about .director img {
    height: 150px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  .about .director .director-info {
    padding: 15px;
  }
  .about .director .director-info .title {
    text-transform: capitalize;
    font-size: 14px;
  }
  .about .director .director-info h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .about .director .director-info p {
    font-size: 15px;
  }

  .custom .row {
    row-gap: 30px;
  }
  .custom .category .custom-block {
    row-gap: 30px;
  }
  .custom .category .custom-block a .custom-img img {
    height: 222px;
  }
  .custom .category .custom-block a .custom-img.img-list img {
    height: 222px;
  }
  .custom .category .custom-block a .custom-content h3 {
    font-size: 20px;
  }
  .custom .diff .custom-block {
    min-height: 222px;
  }
  .custom .diff .custom-block .icon i {
    font-size: 38px;
  }
  .custom .diff .custom-block h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
  }
  .custom .diff .custom-block p {
    font-size: 16px;
  }
  .custom .services {
    align-items: unset;
  }
  .custom .services .service-left .left-desc {
    margin-right: 0;
  }
  .custom .services .service-left .right-desc {
    margin-left: 0px;
  }
  .custom .services .service-left h2 {
    font-size: 20px;
  }
  .custom .services .service-left p {
    font-size: 15px;
    margin: 0;
  }
  .custom .services .service-left ul li {
    font-size: 15px;
  }
  .custom .services .service-right {
    text-align: unset;
  }
  .custom .services .service-right img {
    height: 222px;
  }
  .custom .custom-block a .custom-img img {
    height: 222px;
  }
  .custom .custom-block a .custom-img span {
    padding: 4px 14px;
    font-size: 13px;
  }
  .custom.list {
    padding: 40px 0;
    background-color: #fff;
  }
  .custom.news .custom-block a .custom-img img {
    height: 222px;
  }
  .custom.news .custom-block a .custom-content {
    padding: 15px 0;
    text-align: left;
  }
  .custom.news .custom-block a .custom-content h3 {
    margin-bottom: 10px;
  }
  .custom.news .custom-block a .custom-content pre {
    opacity: 0.8;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .custom.news .custom-block a .custom-content pre i {
    font-size: 20px;
    margin-left: 2px;
  }
  .custom.news .custom-block a:hover .custom-content h3 {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre i {
    color: #d2ab66;
  }
  .custom .gallery .custom-block {
    position: relative;
    overflow: hidden;
  }
  .custom .gallery .custom-block a .custom-img img {
    height: 90px !important;
  }

  Footer .footer-top {
    padding: 50px 0 10px;
  }
  Footer .footer-top .footer-widget .footer-block {
    margin-bottom: 30px;
  }
  Footer .footer-top .footer-widget .footer-block .title {
    margin-bottom: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo {
    margin: 0 0 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo img {
    height: 50px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc p {
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li {
    margin-bottom: 0;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li a {
    font-weight: 300;
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu {
    margin: 0 0 0px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li a {
    font-size: 15px;
    display: block;
  }
  Footer .footer-bottom p {
    font-size: 15px;
  }

  .projects-details-head {
    padding: 3rem 0;
  }
  .projects-details-head p {
    font-size: 15px;
  }

  .projects-details {
    padding: 15px 0;
    margin: 0;
  }
  .projects-details .projectDetails-block {
    padding: 15px;
  }
  .projects-details .img img {
    height: 170px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .projects-details .img .share li i {
    color: #fff;
    font-size: 18px;
  }
  .projects-details p {
    font-size: 15px;
  }
  .projects-details .Details-left img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .projects-details ul li,
.projects-details ol li {
    margin-left: 22px;
    font-size: 15px;
  }

  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-content-box img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box {
    padding: 0 1.7rem;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item {
    width: auto;
    height: auto;
    margin: 2px 0px;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .item img {
    height: 5rem;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .detail .detail-left .gallery-slider_wrapper .single-gallery-carousel-thumbnail-box .owl-nav button {
    border-radius: 0 !important;
    height: 95% !important;
    top: 50% !important;
    width: 25px !important;
  }
  .detail .details-right {
    padding-right: 0;
    padding-left: 0;
    padding-top: 15px;
  }
  .detail .details-right .price {
    font-size: 24px;
  }

  .details-spec {
    padding: 30px 0 0px;
  }
  .details-spec .spec-wrap nav .nav-tabs .nav-link {
    font-size: 16px;
  }
  .details-spec .spec-wrap .tab-content ul li,
.details-spec .spec-wrap .tab-content ol li {
    font-size: 15px;
  }
  .details-spec .spec-wrap .tab-content p {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .owl-nav button.owl-prev {
    left: 0rem;
  }
  .owl-nav button.owl-next {
    right: 0rem;
  }

  h1 {
    font-size: 30px;
    line-height: 1;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }

  .spacing {
    padding: 40px 0;
  }

  .custom-button {
    font-size: 15px;
    padding: 12px 24px;
  }

  .custom-header {
    margin-bottom: 30px;
  }
  .custom-header a {
    font-size: 16px;
  }
  .custom-header label {
    font-size: 16px;
  }

  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }

  Header nav .navbar-brand {
    padding: 15px 0;
  }
  Header nav .navbar-brand img {
    height: 50px;
  }
  Header nav #main_nav.show {
    padding: 12px;
    background-color: #f2f5f6;
  }
  Header nav #main_nav.show .navbar-nav .nav-item.has-megamenu .megamenu {
    padding: 12px;
  }
  Header nav #main_nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu {
    width: 50%;
    margin: 0 auto;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu h4 {
    padding: 4px 0 4px 6px;
    font-size: 14px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu ul li a {
    font-size: 13px;
    font-weight: 400;
  }

  .slider .slider-block {
    height: 100%;
    width: 100%;
  }
  .slider .slider-block .slider-img {
    display: none;
  }
  .slider .slider-block .slider-block-right {
    height: 100%;
    padding: 30px 15px;
    width: 100%;
  }
  .slider .slider-block .slider-block-right .slider-content {
    width: 100%;
    margin: 0 auto;
  }
  .slider .slider-block .slider-block-right .slider-content p {
    font-size: 16px;
  }
  .slider .owl-nav button {
    height: 32px !important;
    width: 32px !important;
  }
  .slider .owl-nav button span {
    font-size: 28px;
  }

  .custom .row {
    row-gap: 30px;
  }
  .custom .category .custom-block {
    row-gap: 30px;
  }
  .custom .category .custom-block a .custom-img img {
    height: 160px;
  }
  .custom .category .custom-block a .custom-img.img-list img {
    height: 160px;
  }
  .custom .category .custom-block a .custom-content h3 {
    font-size: 20px;
  }
  .custom .diff .custom-block {
    min-height: 160px;
    padding: 15px;
  }
  .custom .diff .custom-block .icon i {
    font-size: 38px;
  }
  .custom .diff .custom-block h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
  }
  .custom .diff .custom-block p {
    font-size: 16px;
  }
  .custom .services {
    align-items: unset;
  }
  .custom .services .service-left .left-desc {
    margin-right: 0;
  }
  .custom .services .service-left .right-desc {
    margin-left: 0px;
  }
  .custom .services .service-left h2 {
    font-size: 20px;
  }
  .custom .services .service-left p {
    font-size: 15px;
    margin: 0;
  }
  .custom .services .service-left ul li {
    font-size: 15px;
  }
  .custom .services .service-right {
    text-align: unset;
  }
  .custom .services .service-right img {
    height: 160px;
  }
  .custom .custom-block a .custom-img img {
    height: 160px;
  }
  .custom .custom-block a .custom-img span {
    padding: 4px 14px;
    font-size: 13px;
  }
  .custom.list {
    padding: 40px 0;
    background-color: #fff;
  }
  .custom.news .custom-block a .custom-img img {
    height: 160px;
  }
  .custom.news .custom-block a .custom-content {
    padding: 15px 0;
    text-align: left;
  }
  .custom.news .custom-block a .custom-content h3 {
    margin-bottom: 10px;
  }
  .custom.news .custom-block a .custom-content pre {
    opacity: 0.8;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .custom.news .custom-block a .custom-content pre i {
    font-size: 20px;
    margin-left: 2px;
  }
  .custom.news .custom-block a:hover .custom-content h3 {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre i {
    color: #d2ab66;
  }
  .custom .gallery .custom-block {
    position: relative;
    overflow: hidden;
  }
  .custom .gallery .custom-block a .custom-img img {
    height: 90px !important;
  }

  .cumfort.about .about-right {
    margin-top: 30px;
  }
  .cumfort .cumfort-left p {
    font-size: 15px;
  }
  .cumfort .cumfort-right img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-user {
    width: 100%;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content {
    position: relative;
    padding: 0 0 0 0px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content .icon i {
    font-size: 28px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content .testimonial-user h5 {
    font-size: 15px;
  }

  Footer .footer-top {
    padding: 50px 0 10px;
  }
  Footer .footer-top .footer-widget .footer-block {
    margin-bottom: 30px;
  }
  Footer .footer-top .footer-widget .footer-block .title {
    margin-bottom: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo {
    margin: 0 0 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo img {
    height: 50px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc p {
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li {
    margin-bottom: 0;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li a {
    font-weight: 300;
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu {
    margin: 0 0 0px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li a {
    font-size: 15px;
    display: block;
  }
  Footer .footer-bottom p {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .owl-nav button.owl-prev {
    left: 0rem;
  }
  .owl-nav button.owl-next {
    right: 0rem;
  }

  h1 {
    font-size: 30px;
    line-height: 1;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }

  .spacing {
    padding: 40px 0;
  }

  .custom-button {
    font-size: 15px;
    padding: 12px 24px;
  }

  .custom-header {
    margin-bottom: 30px;
  }
  .custom-header a {
    font-size: 16px;
  }
  .custom-header label {
    font-size: 16px;
  }

  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }

  Header nav .navbar-brand {
    padding: 15px 0;
  }
  Header nav .navbar-brand img {
    height: 50px;
  }
  Header nav #main_nav.show {
    padding: 12px;
    background-color: #f2f5f6;
  }
  Header nav #main_nav.show .navbar-nav .nav-item.has-megamenu .megamenu {
    padding: 12px;
  }
  Header nav #main_nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu {
    width: 50%;
    margin: 0 auto;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu h4 {
    padding: 4px 0 4px 6px;
    font-size: 14px;
  }
  Header nav #main_nav .navbar-nav .nav-item.has-megamenu .megamenu .col-megamenu ul li a {
    font-size: 13px;
    font-weight: 400;
  }

  .custom .row {
    row-gap: 30px;
  }
  .custom .category .custom-block {
    row-gap: 30px;
  }
  .custom .category .custom-block a .custom-img img {
    height: 160px;
  }
  .custom .category .custom-block a .custom-img.img-list img {
    height: 160px;
  }
  .custom .category .custom-block a .custom-content h3 {
    font-size: 20px;
  }
  .custom .diff .custom-block {
    min-height: 160px;
    padding: 15px;
  }
  .custom .diff .custom-block .icon i {
    font-size: 38px;
  }
  .custom .diff .custom-block h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
  }
  .custom .diff .custom-block p {
    font-size: 16px;
  }
  .custom .services {
    align-items: unset;
  }
  .custom .services .service-left .left-desc {
    margin-right: 0;
  }
  .custom .services .service-left .right-desc {
    margin-left: 0px;
  }
  .custom .services .service-left h2 {
    font-size: 20px;
  }
  .custom .services .service-left p {
    font-size: 15px;
    margin: 0;
  }
  .custom .services .service-left ul li {
    font-size: 15px;
  }
  .custom .services .service-right {
    text-align: unset;
  }
  .custom .services .service-right img {
    height: 160px;
  }
  .custom .custom-block a .custom-img img {
    height: 160px;
  }
  .custom .custom-block a .custom-img span {
    padding: 4px 14px;
    font-size: 13px;
  }
  .custom.list {
    padding: 40px 0;
    background-color: #fff;
  }
  .custom.news .custom-block a .custom-img img {
    height: 160px;
  }
  .custom.news .custom-block a .custom-content {
    padding: 15px 0;
    text-align: left;
  }
  .custom.news .custom-block a .custom-content h3 {
    margin-bottom: 10px;
  }
  .custom.news .custom-block a .custom-content pre {
    opacity: 0.8;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .custom.news .custom-block a .custom-content pre i {
    font-size: 20px;
    margin-left: 2px;
  }
  .custom.news .custom-block a:hover .custom-content h3 {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre {
    color: #d2ab66;
  }
  .custom.news .custom-block a:hover pre i {
    color: #d2ab66;
  }
  .custom .gallery .custom-block {
    position: relative;
    overflow: hidden;
  }
  .custom .gallery .custom-block a .custom-img img {
    height: 90px !important;
  }

  .cumfort .cumfort-left p {
    font-size: 15px;
  }
  .cumfort .cumfort-right img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-user {
    width: 100%;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content {
    position: relative;
    padding: 0 0 0 0px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content .icon i {
    font-size: 28px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .cumfort .testimonial-slider .testimonial-block .testimonial-content .testimonial-user h5 {
    font-size: 15px;
  }

  Footer .footer-top {
    padding: 50px 0 10px;
  }
  Footer .footer-top .footer-widget .footer-block {
    margin-bottom: 30px;
  }
  Footer .footer-top .footer-widget .footer-block .title {
    margin-bottom: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo {
    margin: 0 0 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-logo img {
    height: 50px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc {
    margin-bottom: 15px;
    margin-right: 0;
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-desc p {
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li {
    margin-bottom: 0;
  }
  Footer .footer-top .footer-widget .footer-block .foot-info li a {
    font-weight: 300;
    font-size: 15px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu {
    margin: 0 0 0px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li {
    line-height: 1.3;
    margin-bottom: 5px;
  }
  Footer .footer-top .footer-widget .footer-block .footer-menu li a {
    font-size: 15px;
    display: block;
  }
  Footer .footer-bottom p {
    font-size: 15px;
  }
}
