:root {
  --theme-font-primary: 'Afacad', sans-serif;
  --theme-font-secondary: 'Urbanist', sans-serif;
  --theme-color-white-100: rgba(255, 255, 255, 0.1);
  --theme-color-white-200: rgba(255, 255, 255, 0.2);
  --theme-color-white-300: rgba(255, 255, 255, 0.3);
  --theme-color-white-400: rgba(255, 255, 255, 0.4);
  --theme-color-white-500: rgba(255, 255, 255, 0.5);
  --theme-color-white-600: rgba(255, 255, 255, 0.6);
  --theme-color-white-700: rgba(255, 255, 255, 0.7);
  --theme-color-white-800: rgba(255, 255, 255, 0.8);
  --theme-color-white-900: rgba(255, 255, 255, 0.9);
  --theme-color-white: #FFFFFF;
  --theme-color-black-100: rgba(0, 0, 0, 0.1);
  --theme-color-black-200: rgba(0, 0, 0, 0.2);
  --theme-color-black-300: rgba(0, 0, 0, 0.3);
  --theme-color-black-400: rgba(0, 0, 0, 0.4);
  --theme-color-black-500: rgba(0, 0, 0, 0.5);
  --theme-color-black-600: rgba(0, 0, 0, 0.6);
  --theme-color-black-700: rgba(0, 0, 0, 0.7);
  --theme-color-black-800: rgba(0, 0, 0, 0.8);
  --theme-color-black-900: rgba(0, 0, 0, 0.9);
  --theme-color-black: #000000;
  --theme-color-light: #F0F2F5;
  --theme-color-yellow: #FFCA41;
  --theme-color-primary: #007BBC;
  --theme-color-secondary: #03496A;
}

::selection {
  -webkit-text-fill-color: var(--theme-color-white) !important;
  background-color: var(--theme-color-primary) !important;
}

::-webkit-input-placeholder {
  color: var(--theme-color-black-800) !important;
  font-weight: 500 !important;
  opacity: 0.6 !important;
}

::placeholder {
  color: var(--theme-color-black-800) !important;
  font-weight: 500 !important;
  opacity: 0.6 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--theme-color-black);
  box-shadow:  0 0 0 30px var(--theme-color-white) inset;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--theme-font-primary);
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--theme-color-black-800);
  background-color: var(--theme-color-white);
  overflow-x: hidden !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 95%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 95%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--theme-font-secondary);
  color: var(--theme-color-black);
  margin-bottom: 10px;
  line-height: 1.4;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--theme-color-black-800);
  margin-bottom: 10px;
}

dl, ol, ul {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

b,
strong {
  font-weight: 500;
}

label {
  display: inline-block;
  font-weight: 500;
}

input {
  text-transform: capitalize;
}

input:focus {
  outline: none !important;
}

iframe {
  position: relative;
  width: 100%;
}

section {
  overflow: hidden;
}

a {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

textarea:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--theme-color-black);
}

textarea {
  font-size: 13px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  overflow-x: hidden;
  border: 1px solid var(--theme-color-black);
}

button {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent;
}

button:focus {
  outline: none !important;
}

.hr-white-line {
  border-top: 1px solid var(--theme-color-white-800) !important;
}

.font-primary {
  font-family: var(--theme-font-primary) !important;
}

.font-secondary {
  font-family: var(--theme-font-secondary) !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.font-size-1 {
  font-size: 54px !important;
}

.font-size-2 {
  font-size: 45px !important;
}

.font-size-3 {
  font-size: 31px !important;
}

.font-size-4 {
  font-size: 23px !important;
}

.font-size-5 {
  font-size: 20px !important;
}

.font-size-default {
  font-size: 18px !important;
}

.font-size-normal {
  font-size: 17px !important;
}

.font-size-small {
  font-size: 13px !important;
}

.material-icons-round {
  font-size: 17px;
  line-height: 0;
}

.text-color-white {
  color: var(--theme-color-white) !important;
}

.text-color-white-800 {
  color: var(--theme-color-white-800) !important;
}

.text-color-black {
  color: var(--theme-color-black) !important;
}

.text-color-black-800 {
  color: var(--theme-color-black-800) !important;
}

.text-color-yellow {
  color: var(--theme-color-yellow) !important;
}

.text-color-primary {
  color: var(--theme-color-primary) !important;
}

.text-color-secondary {
  color: var(--theme-color-secondaryy) !important;
}

a.text-color-white:hover,
a.text-color-white:focus {
  color: var(--theme-color-white-800) !important;
}

a.text-color-black:hover,
a.text-color-black:focus {
  color: var(--theme-color-black-800) !important;
}

a.text-color-primary:hover,
a.text-color-primary:focus {
  color: var(--theme-font-secondary) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.letter-spacing {
  letter-spacing: 1px !important;
}

.background-white {
  background-color: var(--theme-color-white) !important;
}

.background-light {
  background-color: var(--theme-color-light) !important;
}

.background-primary {
  background-color: var(--theme-color-primary) !important;
}

.background-secondary {
  background-color: var(--theme-color-secondary) !important;
}

.background-black {
  background-color: var(--theme-color-black) !important;
}

.background-black-800 {
  background-color: var(--theme-color-black-800) !important;
}

.background-img-scroll {
  position: relative;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-img-fixed {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  border-radius: 8px !important;
  line-height: 1;
  display: inline-block;
}

.btn:hover {
  outline: none !important;
  box-shadow: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-solid-black {
  position: relative;
  font-size: 17px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-black-900);
  padding: 14px 15px;
}

.btn-solid-black:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color-black-800);
}

.btn-solid-white {
  position: relative;
  font-size: 17px;
  color: var(--theme-color-black);
  background-color: var(--theme-color-white-900);
  padding: 14px 15px;
}

.btn-solid-white:hover {
  color: var(--theme-color-black);
  background-color: var(--theme-color-white-800);
}

.btn-solid-primary {
  position: relative;
  font-size: 17px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-primary);
  padding: 14px 15px;
}

.btn-solid-primary:hover {
  color: var(--theme-color-white);
  background-color: var(--theme-color-secondary);
}

.header-primary {
  position: relative;
  height: 100vh;
}

.header-secondary {
  position: relative;
  padding-top: 120px;
  min-height: 230px;
}

.background-img-primary {
  position: relative;
  height: 100vh;
}

.background-img-secondary {
  position: relative;
  height: 70vh;
}

.border-round {
  border-radius: 7px;
}

.text-decoration:hover {
  text-decoration: underline !important;
}

#mainNavigation.navbar.shrinking {
  min-height: 76px;
  box-shadow: 0 1px 5px var(--theme-color-black-200);
  background-color: var(--theme-color-white);
}

#mainNavigation.navbar.shrinking .logo {
  width: 76px;
  height: 100%;
}

#mainNavigation.navbar.shrinking .navbar-nav .nav-link {
  color: var(--theme-color-black);
}

#mainNavigation.navbar.shrinking .navbar-nav .nav-link.active,
#mainNavigation.navbar.shrinking .navbar-nav .nav-link:hover {
  border-top: 2px solid var(--theme-color-black-800);
}

#mainNavigation.navbar.shrinking .dropdown:hover .nav-link {
  border-top: 2px solid var(--theme-color-black-800);
}

#mainNavigation.navbar .logo {
  width: 100px;
  height: 100%;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

#mainNavigation.navbar {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100px;
  padding: 0;
  width: 100%;
  z-index: 1030;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

#mainNavigation.navbar .navbar-nav .nav-link {
  position: relative;
  padding: 6px 6px;
  margin: 0 8px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--theme-color-white);
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}

#mainNavigation.navbar .navbar-nav button.nav-link {
  border: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

#mainNavigation.navbar .navbar-nav .nav-link.active,
#mainNavigation.navbar .navbar-nav .nav-link:hover {
  border-top: 2px solid var(--theme-color-white-800);
}

#mainNavigation.navbar .dropdown:hover .nav-link {
  border-top: 2px solid var(--theme-color-white-800);
}

#mainNavigation.navbar .dropdown .nav-link:after {
  font-family: "Material Icons Round";
  content: "\e5cf";
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  margin-top: -6px;
  font-size: 17px;
  font-weight: 400;
}

#mainNavigation.navbar .dropdown-nav {
  position: absolute;
  top: 100%;
  left: 1px;
  z-index: 1000;
  float: left;
  min-width: 8rem;
  padding: 10px 5px;
  margin: 0;
  text-align: left;
  list-style: none;
  background-color: var(--theme-color-secondary);
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
  transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transition: transform 200ms, opacity 200ms, visibility 200ms;
  -webkit-transition: transform 200ms, opacity 200ms, visibility 200ms;
  -moz-transition: transform 200ms, opacity 200ms, visibility 200ms;
  -o-transition: transform 200ms, opacity 200ms, visibility 200ms;
}

#mainNavigation.navbar .dropdown-nav::after {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom-color: var(--theme-color-secondary);
  border-top: 0;
  margin-left: -8px;
  margin-top: -8px;
}

#mainNavigation.navbar .dropdown:hover .dropdown-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

#mainNavigation.navbar .dropdown-nav-item {
  display: block;
  width: 100%;
  padding: 2px 0;
  margin: 10px;
  clear: both;
  font-size: 17px;
  font-weight: 400;
  color: var(--theme-color-white);
  text-transform: capitalize;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

#mainNavigation.navbar .dropdown-nav-item:hover {
  color: var(--theme-color-white-800);
  text-decoration: none;
}

#carouselSlider {
  position: relative;
}

#carouselSlider .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}

#carouselSlider .carousel-item-fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color-black-500);
  z-index: 2;
}

#carouselSlider .carousel-text {
  position: absolute;
  top: 50%;
  left: 90px;
  right: 90px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1000;
}

#carouselSlider .carousel-text .carousel-text-title {
  text-shadow: 2px 2px 4px var(--theme-color-black-200);
}

#carouselSlider .carousel-icon-prev,
#carouselSlider .carousel-icon-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: var(--theme-color-white);
  text-align: center;
  height: 65px;
  width: 45px;
  text-decoration: none;
  border-radius: 5px;
  background-color: var(--theme-color-black-500);
  border: 1px solid var(--theme-color-white);
  z-index: 100;
}

#carouselSlider .carousel-icon-prev:hover,
#carouselSlider .carousel-icon-next:hover {
  background-color: var(--theme-color-black);
}

#carouselSlider .carousel-icon-prev {
  left: 0;
}

#carouselSlider .carousel-icon-next {
  right: 0;
}

.services-icon {
  position: relative;
  font-size: 29px;
  min-width: 55px;
  min-height: 55px;
  color: var(--theme-color-white);
  background-color: var(--theme-color-primary);
  border-radius: 10px;
}

#coldroomCarousel .owl-nav,
#refrigerationunitsCarousel .owl-nav,
#icemanCarousel .owl-nav {
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}

#coldroomCarousel .owl-nav .owl-next,
#coldroomCarousel .owl-nav .owl-prev,
#refrigerationunitsCarousel .owl-nav .owl-next,
#refrigerationunitsCarousel .owl-nav .owl-prev,
#icemanCarousel .owl-nav .owl-next,
#icemanCarousel .owl-nav .owl-prev {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--theme-color-black-800);
  border-radius: 100%;
}

#coldroomCarousel .owl-nav .owl-next,
#icemanCarousel .owl-nav .owl-next,
#refrigerationunitsCarousel .owl-nav .owl-next {
  margin-left: 15px;
}

#coldroomCarousel .owl-nav .owl-prev,
#icemanCarousel .owl-nav .owl-prev,
#refrigerationunitsCarousel .owl-nav .owl-prev {
  margin-right: 15px;
}

#coldroomCarousel .owl-nav .owl-prev.disabled,
#refrigerationunitsCarousel .owl-nav .owl-prev.disabled,
#icemanCarousel .owl-nav .owl-prev.disabled,
#coldroomCarousel .owl-nav .owl-next.disabled,
#refrigerationunitsCarousel .owl-nav .owl-next.disabled,
#icemanCarousel .owl-nav .owl-next.disabled {
  opacity: 0.4;
}


#coldroomCarousel2 .owl-nav .owl-next,
#coldroomCarousel2 .owl-nav .owl-prev,
#refrigerationunitsCarousel2 .owl-nav .owl-next,
#refrigerationunitsCarousel2 .owl-nav .owl-prev,
#icemanCarousel2 .owl-nav .owl-next,
#icemanCarousel2 .owl-nav .owl-prev,
#icemanCarousel3 .owl-nav .owl-next,
#icemanCarousel3 .owl-nav .owl-prev,
#icemanCarousel4 .owl-nav .owl-next,
#icemanCarousel4 .owl-nav .owl-prev,
#icemanCarousel5 .owl-nav .owl-next,
#icemanCarousel5 .owl-nav .owl-prev,
#icemanCarousel6 .owl-nav .owl-next,
#icemanCarousel6 .owl-nav .owl-prev,
#projectsCarousel .owl-nav .owl-next,
#projectsCarousel .owl-nav .owl-prev,
#projectsCarousel2 .owl-nav .owl-next,
#projectsCarousel2 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 80px;
  color: var(--theme-color-white);
  background: var(--theme-color-primary);
  border-radius: 3px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}

#coldroomCarousel2 .owl-nav .owl-next,
#refrigerationunitsCarousel2 .owl-nav .owl-next,
#icemanCarousel2 .owl-nav .owl-next,
#icemanCarousel3 .owl-nav .owl-next,
#icemanCarousel4 .owl-nav .owl-next,
#icemanCarousel5 .owl-nav .owl-next,
#icemanCarousel6 .owl-nav .owl-next,
#projectsCarousel .owl-nav .owl-next,
#projectsCarousel2 .owl-nav .owl-next {
  right: 10px;
}

#coldroomCarousel2 .owl-nav .owl-prev,
#refrigerationunitsCarousel2 .owl-nav .owl-prev,
#icemanCarousel2 .owl-nav .owl-prev,
#icemanCarousel3 .owl-nav .owl-prev,
#icemanCarousel4 .owl-nav .owl-prev,
#icemanCarousel5 .owl-nav .owl-prev,
#icemanCarousel6 .owl-nav .owl-prev,
#projectsCarousel .owl-nav .owl-prev,
#projectsCarousel2 .owl-nav .owl-prev {
  left: 10px;
}



#projectsCarousel2.owl-carousel .owl-stage {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

#projectsCarousel2.owl-carousel .project-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid var(--theme-color-black-100);
}

#projectsCarousel2.owl-carousel .project-item img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#projectsCarousel2.owl-carousel .project-item img:hover {
  transform: scale(1.05);
}

#projectsCarousel2.owl-carousel .owl-stage:after {
  content: none;
  display: none;
}


.normal-img-content,
.carousel-img-content {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.normal-img-title,
.carousel-img-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 5px;
}

.choose-icon {
  position: relative;
  font-size: 29px;
  min-width: 55px;
  min-height: 55px;
  color: var(--theme-color-black);
  border: 2px solid var(--theme-color-black);
  border-radius: 10px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid var(--theme-color-black-200);
  border-radius: 8px !important;
}

.form-control:focus {
  outline: 0;
  border: 1px solid rgba(0,0,0, 0.5) !important;
  box-shadow: 0 0 0 100px var(--theme-color-white) inset !important;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
  color: #111;
  opacity: 1;
}

@media (max-width: 991px) {

  html.is-active,
  body.is-active {
    overflow-y: hidden;
  }

  .font-size-1 {
    font-size: 38px !important;
  }

  .font-size-2 {
    font-size: 38px !important;
  }

  .font-size-3 {
    font-size: 28px !important;
  }

  .font-size-4 {
    font-size: 23px !important;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  #menuIcon {
    display: flex;
  }

  #closeIcon {
    display: none;
  }

  #closeIcon.is-active {
    display: flex;
  }

  #menuIcon.is-active {
    display: none;
  }

  .mobile-nav-top {
    padding: 17px 0 16px 0;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
  }

  #mobileNavigation {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    border: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    z-index: 99999;
  }

  #mobileNavigation .logo {
    width: 76px;
    height: 100%;
  }

  #mobileNavigation.is-active {
    opacity: 1;
    visibility: visible;
  }

  #mobileNavigation .navbar-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    margin-bottom: -1px;
    font-size: 15px;
    font-weight: 500;
    color: var(--theme-color-white);
    text-transform: uppercase;
    border-bottom: 1px solid var(--theme-color-white-300);
  }

  #mobileNavigation .navbar-nav .nav-link::after {
    display: inline-block;
    font-family: 'Material Icons Round';
    font-size: 22px;
    content: '\e409';
    color: var(--theme-color-white);
    font-weight: 400;
    line-height: 1;
  }

}

@media (max-width: 767px) {

  .font-size-1 {
    font-size: 30px !important;
  }

  .font-size-2 {
    font-size: 27px !important;
  }

  .font-size-3 {
    font-size: 24px !important;
  }

  .font-size-4 {
    font-size: 21px !important;
  }

  .mobile-nav-top {
    padding: 14px 0 13px 0;
    border-bottom: 1px solid rgba(255,255,255, 0.15);
  }

}
