/*
Template Name: Arnav
Template URI: 
Description: Creative Portfolio HTML Template 
Author: Capricorn Theme
Author URI: 
Version: 1.0
 */
/*--
    - Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #FFF;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #152837;
}

h1 {
  font-size: 60px;
  line-height: 65px;
  color: #152837;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 35px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #878787;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

.border-top {
  border-top: 1px solid rgba(135, 135, 135, 0.25);
}

.border-bottom {
  border-bottom: 1px solid rgba(135, 135, 135, 0.25);
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 40px 10px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 30px 10px;
  }
}
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-30 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h1 {
  font-size: 58px;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.section-title h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 0;
  }
}

.section-title h6 {
  color: #878787;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 15px;
  }
}

/*Button Style */
.theme-btn, .bordered-btn {
  display: inline-block;
  background: #6DC4A1;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 16px 36px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .theme-btn, .bordered-btn {
    padding: 12px 24px;
  }
}

.theme-btn:hover, .bordered-btn:hover {
  background-color: #17222B;
  color: #fff !important;
}

.bordered-btn {
  border: 1px solid #6DC4A1;
  background: transparent;
  color: #6DC4A1;
}
.bordered-btn:hover {
  border-color: #17222B;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

textarea {
  height: 250px;
}

input[type=submit],
button[type=submit] {
  border: none;
  border-radius: 0;
  display: inline-block;
  background: #6DC4A1 !important;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #6DC4A1;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding: 0 20px;
}

.container {
  max-width: 1280px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.white-bg {
  background: #fff;
}

.dark-bg {
  background: #152837;
}

.gray-bg {
  background: #F8F8F8;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171717;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-black {
  color: #171717 !important;
}

.text-white {
  color: #fff !important;
}

.fix {
  overflow: hidden;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #6DC4A1;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
  box-shadow: 0 3px 16px -2px #ebe8e8;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #171717;
}

.header-area .is-sticky .navigation {
  height: 90px;
  margin-top: 0;
  background: #fff;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 90px;
}

.header-area .navigation {
  padding: 0px 30px;
  background: #fff;
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-area .header-inner-box .logo {
  height: 90px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
.header-area .header-inner-box .logo a {
  font-size: 35px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}
.header-area .header-inner-box .logo a span {
  color: #6DC4A1;
}
.header-area .header-inner-box .logo img {
  margin-top: 5px;
}
.header-area .header-inner-box .phone-number-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-area .header-inner-box .phone-number-box .icon i {
  background: #E5F0EC;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
}
.header-area .header-inner-box .phone-number-box .phone {
  padding-left: 15px;
}
.header-area .header-inner-box .phone-number-box .phone p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}

.icon-wrapper {
  display: flex;
  height: 90px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 150px;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 100px;
    border-left: 0;
  }
}
.icon-wrapper i {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

.shopping-cart i {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}

.search-icon {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-icon {
    margin-left: 20px;
  }
}

.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 45px;
}

.main-menu .navbar-nav .nav-link {
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding: 35px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-menu .navbar-nav .nav-item .nav-link.active {
  color: #6DC4A1;
}

.main-menu li.nav-item:hover > a {
  color: #6DC4A1;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 190px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #6DC4A1;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

.social-area-wrap a i {
  font-size: 20px;
}

.social-area-wrap a {
  width: 40px;
  height: 40px;
  background: #18222B;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.social-area-wrap a:hover {
  background: #6DC4A1;
}

.hero-area-content .section-title h1 {
  font-weight: 700;
}

.hero-area-content .section-title h1 span {
  color: #6DC4A1;
}

.banner-img {
  margin: -20px;
}

.product-content {
  padding: 10px 20px 30px;
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
}

.product-title h5 a {
  font-size: 20px;
  font-weight: 600;
  color: #152837;
  margin: 20px 0;
}

.product-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 30px;
}

.cart-btn {
  background: #152837;
  width: 54px;
  height: 54px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  cursor: pointer;
}
.cart-btn:hover {
  color: #fff;
}

.single-counter-wrap {
  text-align: center;
  position: relative;
}

.single-counter-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-left: 1px solid hsla(0, 0%, 100%, 0.15);
}

.counter-number p {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  color: #6DC4A1;
}

.counter-title h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
}

.single-testimonial-item {
  text-align: center;
}

.quote-icon img {
  width: 60px !important;
  margin: 0 auto;
}

.testimonial-author h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0;
}

.testimonial-rating i {
  font-size: 20px;
  color: #FEC42D;
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
  color: #152837;
}

.single-feature-item {
  background: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 45px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-feature-item h5 {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0;
}

.subscribed-form form {
  position: relative;
}

.subscribed-form input[type=text] {
  background: #fff;
  border: none;
  padding: 15px 20px;
}

.subscribed-form input[type=submit] {
  position: absolute;
  right: 0;
  text-transform: uppercase;
}

.newsletter-section .section-title {
  margin-bottom: 30px;
}

.newsletter-section p {
  margin-bottom: 60px;
}

.footer-area {
  background: #152837;
  color: #fff;
  position: relative;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  margin-top: 18px;
  color: #9BA2AD;
  font-size: 17px;
}
.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #9BA2AD;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  color: #6DC4A1;
  padding-left: 25px;
}
.footer-area ul li a span {
  color: #6DC4A1;
  font-size: 18px;
  font-weight: 600;
}
.footer-area ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 3px;
  background: #6DC4A1;
  visibility: hidden;
  opacity: 0;
}
.footer-area ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.contact-info p {
  margin-bottom: 10px;
}

.subscribe-form {
  position: relative;
}
.subscribe-form button {
  padding: 18px 40px;
  font-size: 17px;
  line-height: 13px;
  background: #F35C27;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
  cursor: pointer;
}
.subscribe-form input {
  border: 0;
  background: #fff;
}
.subscribe-form input::placeholder {
  color: #797A7E;
  font-size: 16px;
}

.footer-up {
  padding: 80px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
  background: #152837;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
}

p.privacy {
  text-align: right;
}

.company-email a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.logo a {
  font-size: 35px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
}

.logo a span {
  color: #6DC4A1;
}

.logo img {
  margin-top: 5px;
}

/*








 */