/*   ===============   START GENERAL STYLING   ===============   */

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}

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

.t-a-l {
  text-align: left;
}

.t-a-c {
  text-align: center;
}

.t-a-r {
  text-align: right;
}

.c-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-ransform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -ms-ransform: translate(-50%, -50%);
  -o-ransform: translate(-50%, -50%);
}

.l-position {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.r-position {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  -webkit-ransform: translate(0, -50%);
  -moz-ransform: translate(0, -50%);
  -ms-ransform: translate(0, -50%);
  -o-ransform: translate(0, -50%);
}

.row {
  margin: 0 !important;
}

.clearfix {
  clear: both;
}

.d-n {
  display: none;
}

.cursor {
  cursor: pointer;
}

.cursor input {
  cursor: pointer;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-ms-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

:root {
  --red: #E66F71;
  --sandy: #DED5BF;
  --darkRed: #873F04;
  --darkBlue: #0A0C14;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999999999999;
	background: #F9F9F9;
}

.lds-dual-ring {
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: var(--blue) #d1d1e3 #d1d1e3 #d1d1e3;
  animation: lds-dual-ring 1s linear infinite;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  -moz-animation: lds-dual-ring 1s linear infinite;
  -ms-animation: lds-dual-ring 1s linear infinite;
  -o-animation: lds-dual-ring 1s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-dual-ring {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

.empty-box {
  width: 350px;
  margin: 2em auto 0;
  text-align: center;
}

.empty-box img {
  display: block;
  width: 45px;
  margin: 0 auto 1.25em;
}

.empty-box .sp-img {
  width: 70px;
  margin: 0 auto 1em;
}

.empty-box .eb-heading {
  color: var(--darkBlue);
  font-size: .95em;
  font-weight: 600;
  margin-bottom: .65em;
}

.empty-box .eb-par {
  color: #8b8bad;
  font-size: .85em;
  font-weight: 400;
}

.empty-box .btn {
  font-size: .6em;
  font-weight: 700;
  color: var(--darkBlue);
  padding: 0 2em;
  height: 33px;
  line-height: 33px;
  background: #FFF;
  margin-top: 2.5em;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(92, 176, 214, .25);
 -webkit-box-shadow: 0 2px 8px rgba(92, 176, 214, .25);
}

/*   ===============   END GENERAL STYLING   ===============   */

/*   ===============   START HERO IMAGE STYLING   ===============   */

#navigation {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid rgba(222, 213, 191, .15);
}

#navigation .col {
  padding: 0;
}

#navigation .nav-ls {
  position: relative;
  height: 75px;
}

#navigation .nav-ls img {
  width: 100px;
  display: block;
  cursor: pointer;
}

#navigation .nav-rs ul {
  width: 100%;
  text-align: right;
  margin: 0;
  padding: 1.12em 0;
}

#navigation .nav-rs ul li {
  color: #FFF;
  font-size: .75em;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  padding: 1em 1.65em;
  letter-spacing: 1px;
  margin: 0;
  cursor: pointer;
  border-radius: 0;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#navigation .nav-rs ul .active-li {
  background-color: var(--sandy);
  color: var(--darkBlue);
}

#navigation .nav-rs ul li:hover {
  background-color: var(--sandy);
  color: var(--darkBlue);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

#heroImage {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #FFF;
}

#heroImage .overlay {
  width: 100%;
  background-color: rgba(20, 17, 15, .65);
}

#heroImage .content-wrapper {
  width: 660px;
  margin: 0;
  padding: 6em 0;
}

#heroImage .content-wrapper .cw-subTitle {
  background-color: rgba(222, 213, 191, .08);
  border-left: 3px solid var(--sandy);
  color: #FFF;
  font-size: .8em;
  font-weight: 400;
  padding: .85em 1em;
}

#heroImage .content-wrapper .cw-heading {
  color: #FFF;
  font-size: 2.75em;
  font-weight: 600;
  line-height: 1.3;
  margin: .6em 0 .65em;
}

#heroImage .content-wrapper .cw-par {
  color: #FFF;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3em;
}

#heroImage .content-wrapper .btn {
  padding: 0 2.5em;
  height: 44px;
  line-height: 44px;
  font-size: .75em;
  font-weight: 500;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .5px;
  margin: 0 .35em;
  color: var(--sandy);
  background-color: var(--darkRed);
}

.homePage {
  background-image: url('../../assets/app-images/home.jpg');
  border: 10px solid #FFF;
}

.aboutPage {
  background-image: url('../../assets/app-images/about.jpg');
  border: 10px solid #FFF;
}

.contactPage {
  background-image: url('../../assets/app-images/contact.jpg');
  border: 10px solid #FFF;
}

.productPage {
  background-image: url('../../assets/app-images/product.jpg');
  border: 10px solid #FFF;
}

.aboutPage .content-wrapper .cw-par,
.contactPage .content-wrapper .cw-par,
.productPage .content-wrapper .cw-par {
  margin-bottom: 0 !important;
}

/*   ===============   END HERO IMAGE STYLING   ===============   */

/*   ===============   START FEATURES STYLING   ===============   */

#features {
  width: 100%;
  padding: 4rem 0 3rem;
}

#features .col {
  padding: 0;
}

#features .f-ls {

}

#features .content-wrapper .f-ls .f-subTitle {
  background-color: #FEFBF5;
  border-left: 2px solid var(--darkRed);
  color: var(--darkBlue);
  font-size: .76em;
  font-weight: 500;
  padding: .75em 1em;
}

#features .content-wrapper .f-ls .f-heading {
  color: var(--darkBlue);
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: .65em;
}

#features .content-wrapper .f-rs {
  padding-left: 3.5em;
}

#features .content-wrapper .f-rs .feature {
  overflow: hidden;
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}

#features .content-wrapper .f-rs .feature img {
  width: 50px;
  display: block;
}

#features .content-wrapper .f-rs .feature .f-text-wrapper {
  margin-left: 70px;
  border-left: 1px solid #c7c7c1;
  padding-left: 1.25em;
}

#features .content-wrapper .f-rs .feature .feature-heading {
  color: var(--darkBlue);
  font-size: .95em;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: .65em;
}

#features .content-wrapper .f-rs .feature .feature-par {
  color: #555555;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
}

/*   ===============   END FEATURES STYLING   ===============   */

/*   ===============   START SHORT INTRO STYLING   ===============   */

#shortIntro {
  width: 100%;
  padding: 3rem 0 4rem;
  background-color: #FEFBF5;
}

#shortIntro .content-wrapper {
  width: 100%;
}

#shortIntro .content-wrapper .col {
  padding: 0;
}

#shortIntro .content-wrapper .si-ls {
  padding-right: 2em;
}

#shortIntro .content-wrapper .si-ls .sils-subTitle {
  background-color: #f0ece6;
  border-left: 2px solid var(--darkRed);
  color: var(--darkBlue);
  font-size: .76em;
  font-weight: 500;
  padding: .75em 1em;
}

#shortIntro .content-wrapper .si-ls .sils-heading {
  color: var(--darkBlue);
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.3;
  margin: .85em 0 .75em;
}

#shortIntro .content-wrapper .si-ls .sils-par {
  color: #555555;
  font-size: .92em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2em;
}

#shortIntro .content-wrapper .si-ls .info {
  width: 100%;
  height: 60px;
  position: relative;
}

#shortIntro .content-wrapper .si-ls .info .info-circle {
  width: 40px;
  height: 40px;
  background-color: var(--darkRed);
  border-radius: 20px 0 20px 0;
}

#shortIntro .content-wrapper .si-ls .info .info-circle .mso {
  color: var(--sandy);
  font-size: 1.35em;
  font-weight: 400;
}

#shortIntro .content-wrapper .si-ls .info .info-heading {
  color: var(--darkBlue);
  font-size: .95em;
  font-weight: 500;
  line-height: 1.5;
  left: 3.75em;
}

#shortIntro .content-wrapper .si-rs {
  padding-left: 2em;
}

#shortIntro .content-wrapper .si-rs .img-wrapper {
  width: 100%;
  height: 450px;
  position: relative;
}

#shortIntro .content-wrapper .si-rs .img1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in {
  width: 325px;
  height: 275px;
  position: absolute;
  bottom: -5em;
  left: -5em;
}

#shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in .img2 {
  width: 100%;
  object-fit: cover;
  background-color: #FEFBF5;
  padding: 1.25em;
}

/*   ===============   END SHORT INTRO STYLING   ===============   */

/*   ===============   START PRODUCTS STYLING   ===============   */

#products {
  width: 100%;
  padding: 3rem 0;
  position: relative;
}

#products .bg-box {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--darkRed);
}

#products .content-wrapper .products-subTitle {
  background-color: #FEFBF5;
  border-left: 2px solid var(--darkRed);
  color: var(--darkBlue);
  font-size: .76em;
  font-weight: 500;
  padding: .75em 1em;
}

#products .content-wrapper .products-heading {
  color: var(--darkBlue);
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.3;
  margin: .85em 0 .35em;
}

#products .content-wrapper .products-par {
  width: 550px;
  color: #555555;
  font-size: .92em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2em;
}

.products .content-wrapper .products-par {
  width: 100% !important;
}

#products .content-wrapper .products-wrapper {
  margin-top: 3em;
  position: relative;
  z-index: 10;
}

#products .content-wrapper .products-wrapper .col {
  padding: .5em;
}

#products .content-wrapper .products-wrapper .product {
  width: 100%;
  position: relative;
}

#products .content-wrapper .products-wrapper .product .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.15em 1.15em 5em;
  background-image: linear-gradient(to top, rgba(20, 17, 15, 0), rgba(20, 17, 15, 1));
}

#products .content-wrapper .products-wrapper .product .overlay .product-heading {
  color: #FFF;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: .35em;
}

#products .content-wrapper .products-wrapper .product .overlay .product-par {
  color: var(--sandy);
  font-size: .83em;
  font-weight: 400;
}

#products .content-wrapper .products-wrapper .product img {
  width: 100%;
  display: block;
}

#products .content-wrapper .products-wrapper .product .btn {
  width: 40px;
  height: 40px;
  background-color: #FEFBF5;
  position: absolute;
  bottom: .85em;
  right: .85em;
  box-shadow: none;
  border-radius: 0;
}

#products .content-wrapper .products-wrapper .product .btn .mso {
  color: var(--darkRed);
  font-size: 1.3em;
  font-weight: 500;
}

/*   ===============   END PRODUCTS STYLING   ===============   */

/*   ===============   START ABOUT US STYLING   ===============   */

#about {
  width: 100%;
  padding: 3rem 0 2rem;
  position: relative;
}

#about .content-wrapper {
  width: 992px;
  margin: auto;
}

#about .content-wrapper .about-subTitle {
  background-color: #FEFBF5;
  border-left: 2px solid var(--darkRed);
  color: var(--darkBlue);
  font-size: .76em;
  font-weight: 500;
  padding: .75em 1em;
}

#about .content-wrapper .about-heading {
  width: 600px;
  color: var(--darkBlue);
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.3;
  margin: .85em 0 1.25em;
}

#about .content-wrapper .about-par {
  color: #555555;
  font-size: .92em;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 1.75em;
}

/*   ===============   END ABOUT US STYLING   ===============   */

/*   ===============   START CONTACTS STYLING   ===============   */

#contacts {
  width: 100%;
  padding: 3rem 0;
  background-color: #0d0f16;
}

#contacts .content-wrapper {
  width: 100%;
}

#contacts .content-wrapper .col {
  padding: 0;
}

#contacts .content-wrapper .con-ls {
  padding-right: 2em;
}

#contacts .content-wrapper .con-ls .con-subTitle {
  background-color: rgba(255, 255, 255, .08);
  border-left: 2px solid var(--darkRed);
  color: #FFF;
  font-size: .76em;
  font-weight: 500;
  padding: .75em 1em;
}

#contacts .content-wrapper .con-ls .con-heading {
  color: #FFF;
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.3;
  margin: .85em 0 .75em;
}

#contacts .content-wrapper .con-ls .con-par {
  color: var(--sandy);
  font-size: .92em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2em;
}

#contacts .content-wrapper .con-ls .info {
  width: 100%;
  height: 60px;
  position: relative;
}

#contacts .content-wrapper .con-ls .info .info-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--darkRed);
}

#contacts .content-wrapper .con-ls .info .info-circle .mso {
  color: var(--sandy);
  font-size: 1.35em;
  font-weight: 400;
}

#contacts .content-wrapper .con-ls .info .info-heading {
  color: #FFF;
  font-size: .88em;
  font-weight: 500;
  left: 3.85em;
}

#contacts .content-wrapper .con-rs {
  padding-left: 2em;
}

#contacts .content-wrapper .con-rs .col {
  padding: .35em;
}

#contacts .content-wrapper .con-rs .input-wrapper {
  width: 100%;
  background-color: rgba(255, 255, 255, .05);
  position: relative;
  border-radius: 0;
  padding: 0 1em;
  transition: .5s;
}

#contacts .content-wrapper .con-rs .input-wrapper input {
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0 !important;
  height: 38px !important;
  line-height: 38px;
  font-size: 16px !important;
  box-shadow: none;
  color: var(--sandy);
  font-weight: 400;
  outline: none !important;
  z-index: 30;
  position: relative;
  border: none !important;
  border-radius: 0 !important;
}

#contacts .content-wrapper .con-rs .input-wrapper input:focus {
  box-shadow: none !important;
}

#contacts .content-wrapper .con-rs .input-wrapper .fk-placeholder {
  left: 1.25em;
  color: var(--sandy);
  font-weight: 400;
  font-size: .8em;
  text-transform: unset;
}

#contacts .content-wrapper .con-rs .textarea-input-wrapper {
   padding: 1em;
   background: none;
   border: none;
   border-radius: 0;
   transition: none;
   box-shadow: none;
   outline: none;
   background-color: rgba(255, 255, 255, .05);
   position: relative;
}

#contacts .content-wrapper .con-rs .textarea-input-wrapper textarea {
   border: none;
   outline: none;
   resize: none;
   color: var(--sandy);
   font-weight: 400;
   white-space: pre-wrap;
   line-height: 1.5;
   min-height: 180px;
   position: relative;
}

#contacts .content-wrapper .con-rs .textarea-input-wrapper .fk-placeholder {
  top: 1.8em;
  left: 1.5em;
  color: var(--sandy);
  font-weight: 400;
  font-size: .8em;
  text-transform: unset;
}

#contacts .content-wrapper .con-rs .form-btn {
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-weight: 500;
  font-size: .7em;
  border-radius: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  color: var(--sandy);
  background-color: var(--darkRed);
}

.contacts {
  background-color: #FFF !important;
}

.contacts .content-wrapper {
  width: 992px !important;
  margin: auto;
}

.contacts .content-wrapper .con-ls .con-par {
  color: #555555 !important;
}

.contacts .content-wrapper .con-ls .info .info-heading {
  color: var(--darkBlue) !important;
}

.contacts .content-wrapper .con-rs .input-wrapper {
  background-color: #FFF !important;
  border: 1px solid var(--darkBlue) !important;
}

.contacts .content-wrapper .con-rs .input-wrapper .fk-placeholder {
  color: var(--darkBlue) !important;
}

.contacts .content-wrapper .con-rs .input-wrapper input {
  color: var(--darkBlue) !important;
}

.contacts .content-wrapper .con-rs .textarea-input-wrapper {
   background-color: #FFF !important;
   border: 1px solid var(--darkBlue) !important;
}

.contacts .content-wrapper .con-rs .textarea-input-wrapper textarea {
   color: var(--darkBlue) !important;
}

.contacts .content-wrapper .con-rs .textarea-input-wrapper .fk-placeholder {
  color: var(--darkBlue) !important;
}

/*   ===============   END CONTACTS STYLING   ===============   */

/*   ===============   START MODAL STYLING   ===============   */

.custom-modal {
   width: 100%;
   height: 100%;
   max-height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   padding-bottom: 5rem;
   overflow-x: hidden;
   overflow-y: scroll;
   scrollbar-width: none;
   -webkit-scrollbar-width: none;
   -webkit-overflow-scrolling: touch;
   -ms-overflow-style: none;
   scroll-behavior: smooth;
   z-index: 999999999;
   background-color: var(--darkBlue);
}

.custom-modal::-webkit-scrollbar {
   width: 0;
   height: 0;
}

.custom-modal .close-btn {
   width: 30px;
   height: 30px;
   text-transform: uppercase;
   text-align: center;
   border-radius: 0;
   background-color: var(--darkRed);
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.custom-modal .close-btn .mso {
   color: var(--sandy);
   font-size: 1.15em;
   font-weight: 500;
}

.custom-modal .custom-modal-content {
   width: 350px;
   margin: 2.5em auto;
   border-radius: 0;
   position: relative;
}

.custom-modal .custom-modal-content ul {
  margin: 3em 0 0 0;
  padding: 0;
  overflow: hidden;
}

.custom-modal .custom-modal-content ul li {
  background-color: var(--darkBlue);
  width: 100%;
  font-size: .9em;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
  border-radius: 0;
  padding: 1.15em 1.85em;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

.custom-modal .custom-modal-content ul .active-li {
  background-color: var(--sandy);
  color: var(--darkBlue);
}

.custom-modal .custom-modal-content ul li:hover {
  background-color: var(--sandy);
  color: var(--darkBlue);
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
}

/*   ===============   END MODAL STYLING   ===============   */

/*   ===============   START FOOTER STYLING   ===============   */

footer {
  width: 100%;
  padding: 2.5rem 0 0;
  overflow: hidden;
  background-color: var(--darkBlue);
}

footer .circle {
  width: 37px;
  height: 37px;
  display: inline-block;
  margin-right: .35em;
  background-color: var(--sandy);
  position: relative;
  border-radius: 50%;
}

footer .circle .fab {
  color: var(--darkBlue);
}

footer .middle .middle-content-wrapper {
  width: 90%;
  margin: auto;
}

footer .middle .middle-content-wrapper .col {
  padding: 0 !important;
}

footer .middle .middle-content-wrapper .box .fa-icon {
  font-size: 1.2em;
  margin-right: .5em;
  color: #fff;
}

footer .middle .middle-content-wrapper .box .b-heading {
  color: #FFF;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1.25em;
}

footer .middle .middle-content-wrapper .box .a-href {
  display: block;
  color: #FFF;
  margin: .5em 0;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.6;
  cursor: pointer;
}

footer .middle .middle-content-wrapper .box .bx-par {
  color: var(--sandy);
  font-size: .78em;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 6em;
}

footer .middle-content-wrapper img {
  width: 105px;
  display: block;
  margin-bottom: 1.5em;
}

footer .bottom {
  background-color: var(--sandy);
  padding: 1em 0;
  margin-top: 2em;
  text-align: center;
}

footer .bottom .b-par {
  color: var(--darkBlue);
  font-weight: 400;
  font-size: .8em;
}

/*   ===============   END FOOTER STYLING   ===============   */

/*   ===============   MEDIA QURIES   ===============   */

@media only screen and (max-width: 600px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-xs {
    display: none !important;
  }

  #navigation .nav-rs {
    position: relative;
    padding: 2.3em 0;
  }

  #navigation .nav-rs .btn {
    width: 36px;
    height: 36px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background-color: var(--darkRed);
  }

  #navigation .nav-rs .btn .mso {
    color: var(--sandy);
    font-size: 1.65em;
    font-weight: 400;
  }

  #heroImage .content-wrapper {
    width: 100%;
    padding: 4em 0;
  }

  #heroImage .content-wrapper .cw-heading {
    font-size: 2.25em;
  }

  #heroImage .content-wrapper .cw-par {
    color: #FFF;
    font-size: .87em;
  }

  #features {
    padding: 2.5rem 0;
  }

  #features .content-wrapper .col {
    width: 100%;
  }

  #features .content-wrapper .f-ls .f-heading {
    font-size: 1.5em;
  }

  #features .content-wrapper .f-rs {
    padding-top: 2.5em;
    padding-left: 0;
  }

  #features .content-wrapper .f-rs .feature {
    padding-left: 0;
  }

  #features .content-wrapper .f-rs .feature img {
    width: 45px;
  }

  #features .content-wrapper .f-rs .feature .f-text-wrapper {
    margin-left: 61px;
    padding-left: 1em;
  }

  #features .content-wrapper .f-rs .feature .feature-heading {
    font-size: .9em;
  }

  #features .content-wrapper .f-rs .feature .feature-par {
    font-size: .82em;
  }

  #shortIntro {
    padding: 3rem 0;
  }

  #shortIntro .content-wrapper .si-ls .sils-heading {
    font-size: 1.5em;
  }

  #shortIntro .content-wrapper .si-ls .sils-par {
    font-size: .9em;
  }

  #shortIntro .content-wrapper .si-ls {
    padding-right: 0;
    padding-bottom: 2em;
  }

  #shortIntro .content-wrapper .si-rs {
    padding-left: 0;
  }

  #shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in {
    width: 300px;
    height: 250px;
    bottom: -2.5em;
    left: 0;
  }

  #shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in .img2 {
    padding: 1.15em;
  }

  #products .bg-box {
    height: 50%;
  }

  #products .content-wrapper .products-wrapper {
    margin-top: 2em;
  }

  #products .content-wrapper .products-heading {
    font-size: 1.5em;
  }

  #products .content-wrapper .products-par {
    width: 100%;
    font-size: .9em;
  }

  #products .content-wrapper .products-wrapper .col {
    padding: .35em;
  }

  #products .content-wrapper .products-wrapper .product .overlay .product-heading {
    font-size: .95em;
  }

  #products .content-wrapper .products-wrapper .product .overlay .product-par {
    font-size: .82em;
  }

  #products .content-wrapper .products-wrapper .product .btn {
    width: 37px;
    height: 37px;
    bottom: .75em;
    right: .75em;
  }

  #about {
    padding: 2rem 0 1.5em;
  }

  #about .content-wrapper {
    width: 100%;
    margin: 0;
  }

  #about .content-wrapper .about-heading {
    width: 100%;
    font-size: 1.5em;
  }

  #about .content-wrapper .about-par {
    font-size: .9em;
  }

  #contacts .content-wrapper .con-ls .con-heading {
    font-size: 1.5em;
  }

  #contacts .content-wrapper .con-ls .con-par {
    font-size: .9em;
  }

  #contacts .content-wrapper .con-ls {
    padding-right: 0;
    padding-bottom: 2em;
  }

  #contacts .content-wrapper .con-rs {
    padding-left: 0;
  }

  .contacts .content-wrapper {
    width: 100% !important;
  }

  .custom-modal .custom-modal-content {
     width: 100%;
  }

  footer {
    padding: 1.5rem 0 0;
  }

  footer .top {
    width: 100%;
    padding: 0 .5em 2.5em;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
    padding: 0 .5em;
  }

  footer .middle .middle-content-wrapper .col-1 {
    width: 100%;
    margin-bottom: 2em;
  }

  footer .middle .middle-content-wrapper .col-2 {
    padding-left: 0 !important;
    margin-bottom: 0;
  }

  footer .middle .middle-content-wrapper .col-3 {
    margin-top: 0;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

  footer .middle .middle-content-wrapper .box .b-heading {
    font-size: .8em;
  }

  footer .middle .middle-content-wrapper .box .a-href {
    font-size: .88em;
  }

  footer .bottom {
    padding: 1em .5em;
  }

  footer .bottom .b-par {
    width: 100%;
    line-height: 1.7;
  }

  footer .middle .middle-content-wrapper .box .bx-par {
    padding-right: 0;
  }

}

@media only screen and (min-width: 601px) and (max-width: 767px) {

  .container {
    width: 100% !important;
    padding: 0 1rem;
  }

  .h-o-s {
    display: none !important;
  }

  #navigation .nav-rs {
    position: relative;
    padding: 2.3em 0;
  }

  #navigation .nav-rs .btn {
    width: 36px;
    height: 36px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background-color: var(--darkRed);
  }

  #navigation .nav-rs .btn .mso {
    color: var(--sandy);
    font-size: 1.65em;
    font-weight: 400;
  }

  #heroImage .content-wrapper {
    width: 100%;
    padding: 4em 0;
  }

  #heroImage .content-wrapper .cw-heading {
    font-size: 2.25em;
  }

  #heroImage .content-wrapper .cw-par {
    color: #FFF;
    font-size: .87em;
  }

  #features {
    padding: 2.5rem 0;
  }

  #features .content-wrapper .col {
    width: 100%;
  }

  #features .content-wrapper .f-ls .f-heading {
    font-size: 1.5em;
  }

  #features .content-wrapper .f-rs {
    padding-top: 2.5em;
    padding-left: 0;
  }

  #features .content-wrapper .f-rs .feature {
    padding-left: 0;
  }

  #features .content-wrapper .f-rs .feature img {
    width: 45px;
  }

  #features .content-wrapper .f-rs .feature .f-text-wrapper {
    margin-left: 61px;
    padding-left: 1em;
  }

  #features .content-wrapper .f-rs .feature .feature-heading {
    font-size: .9em;
  }

  #features .content-wrapper .f-rs .feature .feature-par {
    font-size: .82em;
  }

  #shortIntro {
    padding: 3rem 0;
  }

  #shortIntro .content-wrapper .si-ls .sils-heading {
    font-size: 1.5em;
  }

  #shortIntro .content-wrapper .si-ls .sils-par {
    font-size: .9em;
  }

  #shortIntro .content-wrapper .si-ls {
    padding-right: 0;
    padding-bottom: 2em;
  }

  #shortIntro .content-wrapper .si-rs {
    padding-left: 0;
  }

  #shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in {
    width: 300px;
    height: 250px;
    bottom: -2.5em;
    left: 0;
  }

  #shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in .img2 {
    padding: 1.15em;
  }

  #products .bg-box {
    height: 50%;
  }

  #products .content-wrapper .products-wrapper {
    margin-top: 2em;
  }

  #products .content-wrapper .products-heading {
    font-size: 1.5em;
  }

  #products .content-wrapper .products-par {
    width: 100%;
    font-size: .9em;
  }

  #products .content-wrapper .products-wrapper .col {
    padding: .35em;
  }

  #products .content-wrapper .products-wrapper .product .overlay .product-heading {
    font-size: .97em;
  }

  #products .content-wrapper .products-wrapper .product .overlay .product-par {
    font-size: .82em;
  }

  #products .content-wrapper .products-wrapper .product .btn {
    width: 37px;
    height: 37px;
    bottom: .75em;
    right: .75em;
  }

  #about {
    padding: 2rem 0 1.5em;
  }

  #about .content-wrapper {
    width: 100%;
    margin: 0;
  }

  #about .content-wrapper .about-heading {
    width: 100%;
    font-size: 1.5em;
  }

  #about .content-wrapper .about-par {
    font-size: .9em;
  }

  #contacts .content-wrapper .con-ls .con-heading {
    font-size: 1.5em;
  }

  #contacts .content-wrapper .con-ls .con-par {
    font-size: .9em;
  }

  #contacts .content-wrapper .con-ls {
    padding-right: 0;
    padding-bottom: 2em;
  }

  #contacts .content-wrapper .con-rs {
    padding-left: 0;
  }

  .contacts .content-wrapper {
    width: 100% !important;
  }

  footer .top {
    width: 100%;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .container {
    width: 768px;
    padding: 0 1rem;
  }

  .h-o-m {
    display: none !important;
  }

  #navigation .nav-rs {
    position: relative;
    padding: 2.3em 0;
  }

  #navigation .nav-rs .btn {
    width: 36px;
    height: 36px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    background-color: var(--darkRed);
  }

  #navigation .nav-rs .btn .mso {
    color: var(--sandy);
    font-size: 1.65em;
    font-weight: 400;
  }

  #features .content-wrapper .f-ls .f-heading {
    font-size: 2em;
  }

  #features .content-wrapper .f-rs {
    padding-top: 2.5em;
    padding-left: 0;
  }

  #shortIntro {
    padding: 3rem 0;
  }

  #shortIntro .content-wrapper .si-ls {
    padding-right: 0;
    padding-bottom: 2em;
  }

  #shortIntro .content-wrapper .si-rs {
    padding-left: 0;
  }

  #shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in {
    width: 300px;
    height: 250px;
    bottom: -2.35em;
    left: 0;
  }

  #shortIntro .content-wrapper .si-rs .img-wrapper .imgw-in .img2 {
    padding: 1.15em;
  }

  #products .bg-box {
    height: 50%;
  }

  #about .content-wrapper {
    width: 100%;
  }

  #contacts .content-wrapper .con-ls {
    padding-right: 0;
    padding-bottom: 2em;
  }

  #contacts .content-wrapper .con-rs {
    padding-left: 0;
  }

  .contacts .content-wrapper {
    width: 100% !important;
  }

  footer .top {
    width: 100%;
  }

  footer .middle .middle-content-wrapper {
    width: 100%;
  }

  footer .middle .middle-content-wrapper .col-4 {
    margin-top: 2em;
  }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    width: 992px;
    padding: 0 1rem;
  }

  .h-o-l {
    display: none !important;
  }

  #features .content-wrapper .f-ls .f-heading {
    font-size: 1.9em;
  }

  #about .content-wrapper {
    width: 100%;
  }

  .contacts .content-wrapper {
    width: 100% !important;
  }

}

@media only screen and (min-width: 1200px) {

  .container {
    width: 1200px;
    padding: 0 1rem;
  }

  .h-o-xl {
    display: none !important;
  }

}
