@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

html {
    overflow-x: hidden;
}

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #fff;
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'aero';
  src: url(../fonts/aero.ttf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 11px 22px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 1px solid;
  text-transform: capitalize;
  font-family: 'Montserrat';
  font-size: 17px;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b0bb;
  border-color: #28afba;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'aero';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'aero';
  font-size: 49px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h3 {
  font-family: 'aero';
  font-size: 39px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0px 0 10px;
}

h4 {
  font-family: 'aero';
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h5 {
  font-family: 'aero';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;

}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 13px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.menuSec img {
    width: 50%;
    margin: -13px 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 29px;
  font-size: 16px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28afba;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/*slick slider in tabs css start*/

/* Style the tab */

.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}

/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}

.tabcontent.active {
  display: block;
}

/*slick slider in tabs css start*/

.nav-item {
  padding: 10px;
}

/*---------------------------------------------------- Header Section Start ------------------------------------------------------------- */

.top-mail a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-mail a i {
  color: #2bb4bf;
}

ul.top-baar-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: end;
  margin-bottom: 0px;
}

ul.top-baar-icons li a {
  color: #4ba6ad;
  font-size: 18px;
}

.topSec {
  padding-bottom: 10px;
  padding-top: 10px;
}

/*Top Bar Css End*/

/*Menu Css Start*/
.right-header ul li a {
  padding: unset !important;
  font-size: 19px;
}

.right-header ul li {
  position: relative;
  margin-left: 22px;
}

.right-header ul li span {
  font-size: 8px;
  background: #4ba6ad;
  border-radius: 30px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 12px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-header ul {
  display: flex;
  justify-content: end;
  /* gap: 17px; */
}

.menuSec .row {
  align-items: center;
}

/*---------------------------------------------------- Header Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ------------------------------------------------------------- */

.banner-text h1 {
  color: #fff;
  font-family: 'aero';
  font-size: 74px;
  line-height: 75px;
}

.hmbanner-sec.iner .row {
  padding: 60px 0;
}

.banner-img.iner img {
    height: 500px;
    object-fit: contain;
}

.hmbanner-sec.iner .banner-back-img {
  width: 60%;
}

.hmbanner-sec.iner .banner-back-img img {
  width: 100%;
  height: 720px;
  object-fit: scale-down;
}

.banner-text h1 span {
  display: block;
  margin-left: 35px;
}

.banner-text p {
  font-family: 'Montserrat';
  font-size: 15px;
}

.banner-text ul {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

li.ban-btn2 .theme-btn {
  background: linear-gradient(79deg, rgba(25, 150, 161, 1) 47%, rgba(43, 180, 191, 1) 66%);
  border-color: #fff;
  color: #fff;
}

.banner-img img {
  width: 100%;
}

.hmbanner-sec .row {
  align-items: center;
  padding: 90px 0px;
}

.hmbanner-sec {
  position: relative;
}

.banner-back-img {
  position: absolute;
  top: 0;
  right: -220px;
  width: 66%;
  z-index: -1;
}

.banner-img {
    /* border-right: 3px solid #fff; */
    padding-right: 10px;
    /* border-bottom: 3px solid #fff; */
    padding-bottom: 10px;
}

.banner-slide .slick-slide {
  margin: 0px 0px;
}

.progress-bar {
  width: 100% !important;
  transform: rotate(90deg);
}

.slide-current {
  font-family: 'Montserrat';
  color: #000;
  font-size: 27px;
  font-weight: 500;
}

.slider-counter {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-family: "Georgia", serif;
  z-index: 20;
}

.slider-counter #current,
.slider-counter #total {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  display: block;
}

.line {
  width: 3px;
  height: 310px;
  background: rgba(255, 255, 255, 0.3);
  margin: 15px auto;
  position: relative;
  overflow: hidden;
}

.line-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0%;
  background: #ffffff;
  transition: height 0.4s ease-in-out;
}

.white {
  color: #fff;
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

.about1img img {
  height: 430px;
  object-fit: cover;
  width: 100%;
}

.aboutus-sec.iner {
  padding: 80px 0 40px 0;
}

.aboutus-sec.iner .aboutus-icon3 {
  bottom: -40px;
}

.text-aboutus.iner p {
  line-height: 30px;
  margin: unset;
  font-size: 15px;
}

.about1img.inr img {
  height: 410px;
}

a.theme-btn.style1 {
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #23a7b2;
}

.about2-box {
  margin: 80px 0 0 0;
  position: relative;
  z-index: 1;
}

.about2-box img {
  height: 500px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.about2-text {
  position: absolute;
  bottom: 40px;
  left: -70px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #23a7b2;
  text-align: center;
  padding: 20px;
  color: #fff;
}


.counter-box {
  padding: 30px 30px;
  width: 93%;
  background: #f0f0f0;
}

.counter-inner {
  text-align: center;
  padding: 10px 0;
  border-right: 1px solid #0000004a;
}

.counter-inner p {
  font-size: 13px;
}

.border-none {
  border: none !important;
}

.aboutus-icon {
  position: absolute;
  width: 90px;
  height: 100px;
  object-fit: contain;
}

.aboutus-icon1 {
  top: 0;
  left: -10px;
}

.aboutus-icon2 {
  bottom: -10px;
  right: 16%;
  height: 150px;
}

.aboutus-icon3 {
  bottom: 0;
  left: 20px;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*-------------------------------------------------- Portfolio Section Start --------------------------------------------------------- */

.sec {
  padding: 90px 0;
}

.heading p {
  width: 70%;
  margin: 0 auto;
}

.portfolio-box-inner {
  margin: 30px 0;
}

img.portfolio-img {
  height: 450px;
  object-fit: cover;
}

.portfolio-box-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  background: #23a7b2;
}

.portfolio-box-text h4 {
  margin: 0;
}

section.port-sec {
  position: relative;
  z-index: 1;
}

section.port-sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #141414f0;
}

section.port-sec:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  content: '';
  background-image: url('../images/port-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  opacity: 1;
  margin: 20px 50px;
}

.aboutus-sec {
  padding: 80px 0 150px 0;
  position: relative;
}

button.prev-slide1 {
  transform: rotate(180deg);
}

ul.banner_navs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0;
}

ul.banner_navs button {
  border: none;
  background: transparent;
}

ul.banner_navs button img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(190%) hue-rotate(227deg) brightness(114%) contrast(100%);
}

/*---------------------------------------------------- Portfolio Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
  background-image: url(../images/footer-back.png);
  padding: 150px 0 40px 0;
  position: relative;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.footer_col h3 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 25px 0 20px;
  position: relative;
  text-transform: capitalize;
}

.footer_col h3:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: #fff;
  content: '';
}

.footer_col p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin: 28px 0 15px;
  width: 78%;
  opacity: 70%;
  font-family: "Roboto", sans-serif;
}

.contact_list p {
  margin: 0;
  font-family: "Roboto", sans-serif;
}

ul.quick_links {
  margin-top: 27px;
}

ul.quick_links li {
  margin-bottom: 10px;
}

.footer_call h3 {
  margin-bottom: 18px;
}


.contact_list p span {
  color: #20a2ad;
}

.quick_links a {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  text-transform: capitalize;
  opacity: 70%;
  font-family: "Roboto", sans-serif;
}

.footer_call a {
  position: relative;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer_call a:hover {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer_call a::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0%;
  margin: 0 auto;
  border-bottom: 1px solid #ef549d;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer_call a:hover::before {
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

.footer_social li:hover {
  background: linear-gradient(#fdd459, #c79128, #9d5e02);
}

.footer_social li {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 100px;
  position: relative;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}

.footer_social li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.footer_form form {
  position: relative;
}

.footer_form form input {
  width: 100%;
  height: 55px;
  padding: 10px 82px 10px 25px;
  border: 1px solid #0000;
  background-color: #fff;
  color: #000;
}

.footer_form form button {
  position: absolute;
  right: 0;
  height: 55px;
  padding: 0px 25px;
  border: 0;
  color: #fff;
  background: #20a2ad;
  transition: ease-in;
  transition-duration: 0.2s;
}

.footer_form form button:hover {
  background: #fff;
  color: #000;
  transition: ease-out;
  transition-duration: 0.2s;
}

.copyRight_sec p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Poppins';
}

.copyRight_sec ul {
  margin: 0;
}

.copyRight_sec {
  background-color: #20a2ad;
  border-top: 1px solid #f2f2f25e;
  padding: 20px 0;
  overflow: hidden;
}

.copyRight_sec a {
  margin: 0;
  color: #b3b3b3;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  padding: 0px 20px;
  border-right: 1px solid #b3b3b3;
}

.footer_call {
  margin: 25px 0 0 0;
}

.socialmedia-icons ul li a:hover {
  color: #20a2ad;
}

.socialmedia-icons ul {
  gap: 10px;
}

.copyRight_sec img {
  margin-bottom: -20px;
}

.socialmedia-icons h3 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  position: relative;
  font-family: 'aero';
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 17px;
}

.contact_list p a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.socialmedia-icons h3:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: #fff;
  content: '';
}

footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #141414;
  width: 100%;
  height: 100%;
  opacity: 100%;
  z-index: -1;
}

.footer_form form input::placeholder {
  color: #000;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
}

.quick_links a:hover {
  color: #20a2ad;
}

p.nwsltr {
  width: 95%;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Insta Section Start ------------------------------------------------------------- */

.insta-head {
  text-align: center;
  margin-bottom: 70px;
}

.insta-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.insta-img {
  position: relative;
}

.insta-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 50%;
  height: 0%;
  width: 0%;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.7s all;
}

.insta-img:hover:before {
  width: 100%;
  height: 100%;
}

.insta-img a {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px;
  right: 0;
  bottom: 0;
  display: flex;
  color: #ffff;
  margin: auto;
  align-items: center;
  justify-content: center;
  transition: 1s all;
  opacity: 0;
}

.insta-img:hover a {
  opacity: 1;
}

.Insta-icon {
  position: absolute;
}

img.Insta-icon3 {
  top: 62px;
  left: 45%;
}

img.Insta-icon2 {
  top: 0;
  left: 15px;
}

img.Insta-icon1 {
  top: 10px;
  right: -20px;
  transform: rotate(151deg);
}

.insta-sec {
  position: relative;
  z-index: 1;
  margin-bottom: -120px;
}

/*---------------------------------------------------- Insta Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Contact Section Start ------------------------------------------------------------- */

.contact-us {
  position: relative;
  background-image: url(../images/footer-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  padding: 110px 0;
}

.contact-us:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #141414;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.contact-text {
  background: #2ab3be;
  padding: 60px 120px 60px 70px;
}

.contact-text input, .contact-text textarea {
  width: 100%;
  height: 50px;
  border: unset;
  border-bottom: 1px solid #ffffffb3;
  margin-bottom: 40px;
  background: transparent;
  color: #fff;
}

.contact-text input::placeholder, .contact-text textarea::placeholder {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 400;
  opacity: 80%;
}

.contact-text h2 {
  color: #fff;
}

.contact-text p {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.contact-text textarea {
  height: 120px;
  align-content: end;
  padding-bottom: 10px;
}

.contact-text form {
  position: relative;
}

.contact-text form button {
  position: absolute;
  bottom: 20px;
  right: -40px;
  background: #fff;
  width: 58px;
  height: 58px;
  border: unset;
  border-radius: 50%;
  color: #2ab3be;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-img img {
  width: 100%;
  height: 606px;
  object-fit: cover;
  object-position: top;
}

/*---------------------------------------------------- Contact Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Featured Section Start ------------------------------------------------------------- */

.featured-head {
  text-align: center;
  margin-bottom: 25px;
}

.featured-sec.inr .row.rty {
  margin-bottom: 40px;
}

.featured-sec.inr {
  padding: 110px 0 150px;
}

.featured-head p {
  width: 68%;
  margin: 0 auto;
  font-weight: 400;
}

.featured-img {
  background: #ededed;
  padding: 10px 20px;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.featured-slider .slick-slide {
  margin: 0 5px;
}

.featured-img img {
  object-fit: scale-down;
}

.featured-text {
  border: 1px solid #c3c3c3;
  padding: 27px 15px;
  text-align: center;
  margin-top: 15px;
}

.featured-text a {
  font-family: 'Montserrat';
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.featured-text p {
  font-size: 13px;
  opacity: 80%;
  line-height: 24px;
  margin-top: 7px;
}

.featured-text h6 {
  font-family: 'aero';
  font-size: 26px;
  color: #23a7b2;
  margin: unset;
}

.feature-icon {
  position: absolute;
}

img.feature-icon3 {
  top: 20px;
  right: 20px;
  transform: rotate(35deg);
}

.featured-sec.sec {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
}

.feature-icon2 {
  position: absolute;
  right: 60px;
  bottom: -12px;
}

.feature-icon1 {
  top: 12px;
  left: 12px;
}

.featured-slider .slick-prev:before, .featured-slider .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: -70px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(47%) sepia(94%) saturate(370%) hue-rotate(136deg) brightness(94%) contrast(90%);
  width: 60px;
  height: 60px;
}

.featured-slider .slick-next:before {
  transform: unset;
  left: unset;
  right: -60px;
}

/*---------------------------------------------------- Featured Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section start ------------------------------------------------------------- */

.testimonial-sec {
  position: relative;
}

img.testi-alien {
  position: absolute;
  left: -6px;
  top: 0px;
}

.testimonial-sec .sec-head h2 {
  margin-bottom: 6px;
}

.test-box-text {
  background-image: url(../images/testi-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 30px 43px;
}

.testi-img img {
  height: 370px;
  object-fit: cover;
  object-position: top;
}

.testi-box {
  background: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  /* box-shadow: 0 0 10px 0 #fff; */
}

.authr-box {
  display: flex;
  align-items: end;
  margin: 0 0 25px;
}

.authr-box>div {
  margin-left: 10px;
}

.test-box-text h4 {
  font-size: 22px;
  margin-bottom: 5px;
  padding-top: 10px;
  color: #fff;
  font-family: 'Montserrat';
}

.test-box-text span {
  font-size: 14px;
  color: #fff;
  font-family: 'Montserrat';
  margin: 0;
}

.testi-box {
  margin: 0;
}

.authr-box>img {
  width: auto;
  margin: 0px auto;
}

.testi-slider .slick-list {
  padding: 0px 0;
}

.testi-slider button.slick-arrow {
  transition: 2s all;
  height: calc(89% - 3px);
  width: 25%;
  background-color: #0cd94100 !important;
  border-radius: 0;
  background-blend-mode: overlay;
  background-size: cover !important;
  background-position: center !important;
  top: 49%;
}

.testi-slider button.slick-prev.slick-arrow {
  left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
  right: -240px;
}

.testi-slider button.slick-prev.slick-arrow:before {
  margin: 0;
  content: '';
  font-family: 'Font Awesome 6 Pro';
  height: 100%;
  background-color: #28b0bbd1;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.testi-slider button.slick-next.slick-arrow:before {
  content: '';
  margin: 0;
  font-family: 'Font Awesome 6 Pro';
  height: 100%;
  background-color: #28b0bbd1;
  width: 100%;
  left: 0 !important;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}

.testi-slider .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
  margin: 10px;
}

.testi-slider button.slick-arrow:before {
  color: #fff;
  font-size: 30px;
  opacity: 1;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
  color: #fff;
  transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
  right: 50px;
  position: absolute;
  left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0c7f7d;
  font-size: 16px;
}

.testi-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.testi-slider-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: relative;
  z-index: 2;
  transition: 1s ease-in-out;
  background: #141414;
  box-shadow: 0px 6px 27px 0px rgba(0, 0, 0, 0.09);
  margin: 10px auto 20px;
  width: 95%;
  padding: unset;
}

.testi-slider-box .col-lg-8 {
  position: relative;
  z-index: 1;
}

ul.tidti-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: unset;
}

.sec-head p {
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  width: 100%;
  opacity: 60%;
}

ul.star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.test-box-text ul.star i {
  color: #f39f1e;
}

.test-box-text p {
    color: #ffff;
    line-height: 32px;
    font-weight: 400;
    width: 95%;
    text-align: center;
    margin: 0px auto;
}

.testimonial-sec .sec-head {
  margin: 0 0 0 !important;
  text-align: center;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
  width: 100%;
  margin-bottom: 22px;
  outline: none;
  padding: 10px 40px 10px 20px;
  color: #000;
  font-weight: 400;
  border: 1px solid #00000052;
  border-radius: 5px;
  height: 60px;
}

.login-txt form input::placeholder {
  color: #0000007a;
  font-size: 16.6px;
}

.login-txt form input:focus {
  box-shadow: none;
  border: 1px solid #0000002b;
}

.login-txt h2 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 35px;
  color: #000;
}

.password-box {
  position: relative;
  margin-bottom: 20px;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 28%;
  right: 3%;
}

.password-icon span {
  color: #000;
  cursor: pointer;
  font-size: 16px;
}

.login-txt {
  padding: 50px 35px;
  background-color: #ededed;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 18%);
}

.login-txt ul {
  display: flex;
  justify-content: normal;
  align-items: center;
  margin: 20px 0;
  gap: 7px;
}

section.login.sec li.head {
  font-size: 17px;
}

.login-txt ul li {
  display: flex;
  gap: 0;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  opacity: 70%;
  font-family: 'Montserrat';
}

.login-txt form button {
  width: 100%;
  color: #fff;
  padding: 18px 0px;
  outline: none;
  border: none;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.2s;
  font-family: 'Montserrat';
  background-color: #20a2ad;
}

.login-txt form button:hover {
  background-image: unset;
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.2s;
}

section.login.sec li.head-ex {
  text-decoration: underline;
}

.login-txt ul li label {
  cursor: pointer;
  font-size: 16px;
  color: #000;
  font-family: 'Montserrat';
}

.login-txt-ex form input:focus {
  background-color: #fff;
  color: #000;
}

.login-txt-ex ul {
  justify-content: space-between;
}

section.login.sec {
  padding: 100px 0;
  position: relative;
}

section.login.sec li.head-ex a {
  color: #20a2ad;
}

section.login.sec:before {
  content: '';
  position: absolute;
  bottom: 10%;
  right: 0;
  background-image: url(../images/prt-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.login-txt.login-txt-ex li.head a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.for-opacity {
  opacity: 0;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/


/*---------------------------------------------------- Product Detail Section Start --------------------------------------------------------------*/

.productdetailsmallportion img {
  width: 120px;
}

.productdetailsmallportion img {
  border-radius: 0;
  object-fit: cover;
}

.prdt-detail-side:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -50px;
  background: #0000003d;
  width: 2px;
  height: 490px;
}

.head-detil-txt h3 {
  font-size: 35px;
  margin-bottom: 5px;
}

.head-detil-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prdt-detail-side {
  margin-left: 30px;
  position: relative;
}

.head-detil-txt a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #21a3ae;
  color: #fff;
}

.prdt-detail-side p {
  font-size: 14px;
  width: 80%;
  line-height: 25px;
  margin-bottom: 25px;
  opacity: 70%;
  /* color: #000; */
}
.accordion-body p {
    color: #000;
}
.prdt-detail-side h6 {
  font-family: 'Montserrat';
  font-size: 25px;
  margin-bottom: 12px;
  color: #fff;
  font-weight: 400;
}

.prdt-dtl-rate ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: unset;
}

.prdt-dtl-rate {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 40px;
}

.prdt-dtl-rate p {
  margin: unset;
  text-decoration: underline;
}

.prdt-dtl-rate ul li i {
  color: #f9ae0e;
}

.prdt-btn {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 25px;
}

.prdt-detail-side span {
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.prdt-acrfd {
  margin-top: 10px;
}

.prdt-acrfd .accordion-button:focus {
  border-color: unset;
  background: unset;
  box-shadow: unset;
}

.Shop-detail-sec {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}

.product-sec.inner:before {
  top: -60%;
  background-image: url(../images/prt-back.png);
  z-index: -4;
}

section.product-sec.inner .product-head p {
  width: 60%;
  margin: 5px auto 0;
  opacity: 70%;
  font-size: 15px;
}

section.Shop-detail-sec .slick-slide {
  opacity: 1;
  margin: 7px 0px;
}

.productdetailportion img {
  height: 350px;
  object-fit: contain;
}

.productdetailsmallportion {
  background: #fff;
  width: max-content;
  padding: 20px 30px;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
  border: 2px solid #00000000;
}

.sl-nv-mn .productdetailnav .slick-list.draggable {
  height: 480px !important;
}

.productdetailportion {
  background: #fff;
  padding: 50px 20px;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
  width: 93%;
}

.prdt-btn a {
  padding: 15px 45px;
  color: #fff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 1s all;
}

.prdt-btn a:hover {
  border-color: #1d9ca7;
  color: #fff;
  background: #1d9ca7;
}

h2.accordion-header {
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
  opacity: 1;
}

button.accordion-button {
  padding: 15px 5px 10px;
  margin-bottom: 15px;
}

/*---------------------------------------------------- Product Detail Section End --------------------------------------------------------------*/


/*---------------------------------------------------- Cart Section Star --------------------------------------------------------------*/

.quanity.product-detail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table h4 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.pro-cart-det {
  display: flex;
  align-items: center;
  gap: 25px;
}

.product-img.rty {
  width: 110px !important;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 5%);
}

.product-img.rty img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.cancel-cart-item {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 12px lightgrey;
  color: black;
  font-weight: bold;
}

.poduct-name {
  text-align: justify;
}

.cart-pro-counter input {
  width: 50px;
  border: 0;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #7c7c7c;
  appearance: none;
  outline: 0;
  user-select: none;
}

.cart-pro-counter span {
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  user-select: none;
  background: lightgrey;
  border-radius: 50%;
  margin: 0 10px;
}

.cart-pro-counter {
  border: 1px solid lightgrey;
  padding: 10px 0;
  justify-content: space-around;
  width: 65%;
  display: inline-flex;
}

th.pr-text-start {
  text-align: left !important;
}

tr.space td {
  vertical-align: middle;
}

tr.space td {
  padding: 30px 0;
  text-align: center;
}

table.table th {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: 'Montserrat';
  text-transform: uppercase;
  font-weight: 600;
}

.cart-clear-upd-btns {
  text-align: right;
}

.cart-clear-upd-btns a:first-child {
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  height: 47px;
  border: 1px solid #cfcfcf;
  color: #000;
  font-size: 15px;
  font-family: 'Poppins';
  font-weight: 500;
}

.cart-clear-upd-btns a:last-child {
  width: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ebebeb;
  height: 47px;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  color: #7c7c7c;
  font-family: 'Poppins';
}

.shipping-det li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.shipping-det label {
  position: relative;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 13px;
  color: #7c7c7c;
  display: flex;
  align-items: center;
  gap: 8px;
}

.shipping-det label:before {
  content: '';
  /* -webkit-appearance: none; */
  background-color: transparent;
  border: 2px solid grey;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.shipping-det input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #f7cc30;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.shipping-det li:not(:last-child) {
  margin-bottom: 10px;
}

.cart-tot-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 0 12px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.cart-right-box h5 {
  font-size: 16px;
  font-family: 'Montserrat';
  margin: 0;
  opacity: 70%;
}

.cart-right-box h4 {
  line-height: 1;
  margin-bottom: 42px;
  color: #000;
  font-weight: 400;
}

.cart-right-box a.btn-13 {
  font-size: 30px;
  height: 70px;
  align-items: center;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  width: 80%;
}

.cart-shipping-area select,
.cart-shipping-area input {
  width: 100%;
  margin: 10px 0;
  height: 50px;
  border: 1px solid #7c7c7c;
  padding: 0 0 0 17px;
  border-radius: 40px;
}

.cart-shipping-area {
  margin: 20px 0 25px;
}

.cart-shipping-area>span {
  font-size: 15px;
  color: #7c7c7c;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

a.cart-update {
  font-size: 15px;
  font-family: 'Poppins';
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
  border: 1px solid #7c7c7c;
  padding: 12px 40px;
  display: inline-flex;
  margin-top: 10px;
  border-radius: 30px;
}

.cart-right-box {
  padding: 26px 30px 20px;
  position: relative;
  margin-top: 60px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 5%);
}

.cart-shipping-area input {
  color: #7c7c7c;
}

.cart-shipping-area select {
  color: #7c7c7c;
}

.cart {
  position: relative;
  padding: 100px 0;
}

.cart .skin-2 .num-in span {
  width: 25px;
  height: 25px;
  margin: 1px 0;
  border-radius: 20px;
  position: relative;
}

.cart .skin-2 .num-in {
  gap: 10px;
  padding: 13px;
}

table.table th:last-child {
  border-bottom-color: #000;
  color: #000;
  border-color: #dee2e6;
}

.cart-tot-box span {
  font-size: 15px;
  font-weight: 500;
  font-family: 'Montserrat';
  color: #000;
}

.cart-shipping-area input::placeholder {
  color: #7c7c7c;
}

a.btn1.btn2.cart-btn {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

ul.shipping-det {
  margin-top: 13px;
}

img.crt-1 {
  position: absolute;
  z-index: 1;
  bottom: -8%;
  left: 1%;
}


/* cart */


/* Cart Page End */



a.btn1.btn2.check-out-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 30px auto 0;
}

img.check-1 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 1%;
}

.btn-cart-go {
  text-align: center;
}

.skin-2 .num-in {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 50px;
  width: 110px;
  float: left;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #26acb7;
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
  background: transparent;
  font-family: 'Poppins';
  font-size: 15px;
  color: #fff;
}

.skin-2 .num-in span:before, .skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.poduct-name h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
}

.poduct-name p {
  font-size: 14px;
  opacity: 70%;
  width: 70%;
  line-height: 25px;
  margin: unset;
}

.head-cart h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 63px;
}

.cart-right-box:before {
  content: '';
  position: absolute;
  top: 65px;
  left: 0;
  background: #e5e5e5;
  width: 100%;
  height: 2px;
}

.cart-right-box:after {
  content: '';
  position: absolute;
  bottom: 60px;
  left: 0;
  background: #e5e5e5;
  width: 100%;
  height: 2px;
}

.cart-tot-box.total {
  margin-top: 60px;
  margin-bottom: 0;
}

.cart-right-box a {
  font-size: 16px;
  color: #000000;
  margin-top: 20px;
  display: block;
  text-decoration: underline;
}

.cart-tot-box.total h5 {
  font-size: 20px;
  text-transform: uppercase;
  opacity: 1;
}

.cart-tot-box.total span {
  font-size: 21px;
}

.btn-cart-go {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  background: #26acb7;
}

.btn-cart-go a {
  color: #ffff;
  font-size: 16px;
  font-family: 'Montserrat';
}

.crss-crt {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: #26acb7;
}


/*---------------------------------------------------- Cart Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Checkout Section Start --------------------------------------------------------------*/

.checkout-sec {
  padding: 100px 0;
  position: relative;
}

section.checkout-sec input, section.checkout-sec textarea {
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 1px solid #00000038;
  margin-bottom: 20px;
}

section.checkout-sec .billing label {
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-size: 16px;
  opacity: 70%;
  color: #fff;
  font-weight: 500;
}

.billing h2 {
  font-size: 40px;
  margin-bottom: 25px;
}

section.checkout-sec textarea {
  height: 150px;
  resize: none;
  margin: unset;
}

.billing p {
  font-size: 15px;
  color: #fff;
}

.checkoutside-txt {
  margin-left: 60px;
}

.checkoutside-txt h2 {
  font-size: 37px;
  margin-bottom: 20px;
  font-weight: 400;
}

.checkout-rpdt {
  padding: 40px 50px;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 23%);
}

.checkout-sec .order-item h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  opacity: 70%;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #000;
}

.checkout-sec .order-item span {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.checkout-sec .order-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
}

.checkout-sec .order-item img {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
  background-color: #f1f1f1;
}

.checkout-sec .coupon {
  margin: 20px 0 25px;
  padding: 17px 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background: #20a2ad;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
}

.checkout-sec .payment-method {
  margin-top: 40px;
}

.order-item:Last-child {
  margin: unset;
}

.summary p {
  width: 280px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  opacity: 70%;
}

.summary p strong {
  font-size: 20px;
  font-weight: 500;
}

.payment-method h4 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  color: #fff;
  opacity: 80%;
}

.payment-method p {
  margin-bottom: 20px;
  width: 86%;
  opacity: 70%;
}


.crest-chekcpoyt {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: 20px;
}

.billing p a {
  margin-left: 10px;
  color: #fff;
}

.checkoutside-txt button {
  margin-top: 15px;
  background: #20a2ad;
  padding: 17px 30px;
  border: unset;
  color: #fff;
  font-size: 17px;
  font-family: 'Montserrat';
  letter-spacing: 3px;
}

.billing h6 {
  margin-bottom: 30px;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #848484;
}

.billing h6 a {
  margin-left: 10px;
  color: #000;
}

/*---------------------------------------------------- Checkout Section End --------------------------------------------------------------*/


/*----------------------------------------------------- Contact Us  Page Start  ---------------------------------------------------*/

section.contact-pg {
  position: relative;
  padding: 120px 0 100px;
}

section.contact-pg:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../images/prt-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -2;
}

section.contact-pg .topCtc {
  position: relative;
  margin-bottom: 60px;
}

section.contact-pg .box {
  position: relative;
  padding: 40px 30px;
  background: #fff;
  transition: 0.9s all;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
  border: 1px solid #22a4af;
}

section.contact-pg .box h1 {
  position: absolute;
  right: 25px;
  top: 20px;

  /* Stroke thickness and color */
  -webkit-text-stroke: 1px #20a2ad;
  color: transparent;
  transition: 0.9s;
  font-size: 88px;
  font-family: 'Agency';
}

section.contact-pg .box .bdytxt {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

section.contact-pg .box:hover h5 {
  color: #fff !important;
}

section.contact-pg .box:hover .bdytxt p, section.contact-pg .box:hover .bdytxt a {
  color: #fff;
}

section.contact-pg .box .bdytxt h5 {
  margin: 0px;
  color: #22211f;
  font-family: 'Montserrat';
  font-size: 24px;
}

section.contact-pg .box .bdytxt p {
  font-size: 15px;
  color: #22211f;
  font-weight: 400;
}

section.contact-pg .box .bdytxt p a {
  font-size: 15px;
  color: #22211f;
  font-weight: 400;
  display: inline-block;
}

section.contact-pg .box .bdytxt p a:first-child {
  padding-right: 10px;
}

section.contact-pg .box .cont-i {
  display: inline-block;
  margin-bottom: 20px;
}

section.contact-pg .box .cont-i img {
  position: relative;
  transition: 0.9s;
  filter: brightness(0) saturate(100%) invert(54%) sepia(98%) saturate(3653%) hue-rotate(153deg) brightness(99%) contrast(75%);
}

section.contact-pg .box:hover .cont-i img {
  filter: brightness(0) invert(1);
}

section.contact-pg .box:hover h1 {
  opacity: 1;
  -webkit-text-stroke: 1px #ffffff;
}

section.contact-pg .box:hover {
  transform: translate(0px, -2px);
  background: #20a2ad;
  border: 0.5px solid #20a2ad;
  box-shadow: none;
}

/* btm  */

section.contact-pg .bottmSec {
  position: relative;
}

section.contact-pg .bottmSec .ctcform {
  padding: 30px 50px 40px;
  position: relative;
  box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

section.contact-pg .bottmSec .ctcform form {
  position: relative;
}

section.contact-pg form .formField {
  position: relative;
  margin-bottom: 29px;
}

section.contact-pg form .formField label {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Montserrat';
  margin-bottom: 10px;
  opacity: 80%;
}

section.contact-pg form .formField input {
  width: 100%;
  height: 60px;
  padding: 0px 20px 0px;
  border: 1px solid #8f9398;
}

section.contact-pg form .formField textarea {
  height: 150px;
  width: 100%;
  padding: 20px 20px 20px;
  border: 1px solid #8f9398;
  resize: unset;
}

section.contact-pg .bottmSec .ctcform .siteBtn .pbtn {
  padding: 0;
}

section.contact-pg .mapTxt {
  padding-left: 70px;
}

section.contact-pg .mapTxt .mapImg a img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/*----------------------------------------------------- Contact Us  Page End ---------------------------------------------------*/

/* Portfolio Page Start */

.portfolio-page {
  padding: 100px 0;
}

img.prtf-1 {
  background-color: rgb(19, 19, 19);
  height: 401px;
}

.port-images a,
.port-images img {
  width: 100%;
  object-fit: cover;
  transition: 3s all;
}

img.prtf-2,
img.prtf-3 {
  background-color: rgb(19, 19, 19);
  height: 305px;
}

img.prtf-4 {
  background-color: rgb(19, 19, 19);
  height: 729px;
}

img.prtf-5,
img.prtf-6 {
  background-color: rgb(19, 19, 19);
  height: 442px;
}

img.prtf-7 {
  background-color: rgb(19, 19, 19);
  height: 650px;
}

img.prtf-8,
img.prtf-9,
img.prtf-10 {
  background-color: rgb(19, 19, 19);
  height: 210px;
}

.port-images {
  margin: 10px 10px;
  overflow: hidden;
  transition: 1s all;
}

.port-images:hover img {
  transform: scale(1.6);
}

.port-images:hover {
  box-shadow: 0 0 15px 0 #4eb3cb;
  border-radius: 10px;
}


/* Portfolio Page End */



.galaxy {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(ellipse at center, #1a0033 0%, #000000 100%);
        }

        .star {
            position: absolute;
            background: white;
            border-radius: 50%;
            animation: twinkle linear infinite;
        }

        @keyframes twinkle {
            0%, 100% { opacity: 0.3; transform: scale(1); }
            50% { opacity: 1; transform: scale(1.2); }
        }

        .nebula {
            position: absolute;
            border-radius: 50%;
            filter: blur(60px);
            animation: float linear infinite;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) scale(1); }
            50% { transform: translate(20px, -20px) scale(1.1); }
        }

        .shooting-star {
            position: absolute;
            width: 2px;
            height: 2px;
            background: white;
            box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.8);
            animation: shoot linear;
        }

        @keyframes shoot {
            0% {
                transform: translate(0, 0);
                opacity: 1;
            }
            100% {
                transform: translate(-300px, 300px);
                opacity: 0;
            }
        }
        
        
        
        header {
    position: relative;
}

section {
    position: relative;
}
button.theme-btn {
    background: transparent;
}
.payment {
    /* background: #fff; */
}

.checkout-rpdt {
    background: #fff;
}


img.aboutus-icon1.aboutus-icon {
    display: none;
}

img.aboutus-icon3.aboutus-icon {
    display: none;
}

img.aboutus-icon2.aboutus-icon {
    display: none;
}
img.Insta-icon1.Insta-icon {
    display: none;
}

img.Insta-icon2.Insta-icon {
    display: none;
}

img.testi-alien {
    display: none;
}

img.feature-icon2.feature-icon {
    display: none;
}

img.feature-icon1.feature-icon {
    display: none;
}

img.feature-icon3.feature-icon {
    display: none;
}
.counter-inner p {
    color: #000;
    font-size: 11px;
}

.counter-inner h3 {
    color: #000;
}











/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    
/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

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


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

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



.sec {
    padding: 30px 0;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.heading p {
    width: 100%;
}

/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn {
    display: inline-flex;
    align-items: start;
    justify-content: start;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
}

/* Buttons css Ends */




/* Home css Starts */

.top-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

    ul.top-baar-icons {
        justify-content: center;
        margin: 20px 0;
    }

.menuSec {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuSec ul li a {
    font-size: 14px;
    line-height: 1;
    padding: 0 20px !important;
}

.menuSec a.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 100%;
    margin: 0 auto;
}

.menuSec a.custom-logo-link img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

    .right-header ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

.right-header ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .right-header ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        padding: 0 !important;
    }

.right-header ul li a i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.right-header ul li span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

    .hmbanner-sec .row {
        padding: 40px 0 0 0;
    }

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

    .banner-text h1 {
        font-size: 45px;
        line-height: 50px;
    }

.banner-text p {
    font-size: 14px;
    line-height: 30px;
}

.banner-text ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 0;
    width: 100%;
}

.banner-text ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-text ul li a {
    width: 100%;
    justify-content: center;
}

    .banner-img {
        padding: 10px;
        border: 3px solid #fff;
        margin: 30px 0 0 0;
        width: 85%;
    }

.banner-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

    .hmbanner-sec .slider-counter {
        top: unset;
        bottom: 0;
        right: 4%;
        transform: unset;
    }

.line {
    height: 200px;
}

.aboutus-sec {
    padding: 40px 0;
}

.about1img img {
    height: 300px;
    width: 100%;
}

.text-aboutus {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0;
}

a.theme-btn.style1 {
    padding: 15px;
}

.counter-box {
    width: 100%;
    padding: 10px;
}

    .counter-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #0000004a;
        border-right: none;
    }

    .about2-box {
        margin: 30px 0 0 0;
        width: 100%;
    }

.about2-text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 130px;
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
        bottom: -5%;
        left: -5%;
    }
    
.about2-box img {
    height: 400px;
}


.port-slider .draggable {
    padding: 0 !important;
}

.port-slider .slick-slide {
    margin: 0;
}

img.portfolio-img {
    height: 200px;
    width: 100%;
}

.portfolio-box-inner {
    margin: 20px;
}

.portfolio-box-text {
    padding: 10px;
}

ul.banner_navs button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    width: 40px;
}

.featured-sec.sec {
    padding: 30px 0;
}

.featured-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0;
    width: 100%;
}

.featured-head p {
    width: 100%;
}

.featured-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    padding: 20px;
}

.featured-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0 0 0;
        height: 250px;
    }

.featured-text a {
    font-size: 14px;
    line-height: 25px;
}

.featured-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
}

.featured-text h6 {
    font-size: 25px;
    line-height: 1;
}

    section.contact-us {
        margin: 0;
        padding: 30px 0;
    }

    .contact-img img {
        height: 500px;
    }

.contact-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.contact-text p {
    margin: 0;
}

    .contact-text input, .contact-text textarea {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        margin: 0 0 20px 0;
    }

.contact-text textarea {
    height: 150px;
    padding: 20px;
}

.contact-text form button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
}

.testimonial-sec .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
}

.testi-slider .slick-slide {\
    margin: 0;
}

.testi-slider-box {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0;
    width: 100%;
}

.testi-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.test-box-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.authr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
}

.test-box-text p {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
}

.test-box-text h4 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.tidti-list li div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

    img.Insta-icon3 {
        top: unset;
        left: unset;
        position: relative;
        width: 20%;
        margin: 0 auto 20px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.testi-slider button.slick-arrow {
    height: calc(25% - 3px);
    width: 25%;
    margin: 0 auto;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -160px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -160px;
}



.insta-head {
    margin: 0 0 20px 0;
}

    .insta-img {
        margin: 0;
        width: 100%;
    }

.insta-sec {
    margin: 0;
}

    footer {
        padding: 40px 0 0 0;
    }

.footer_col p {
    width: 100%;
}

.footer_col, .socialmedia-icons {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
        margin: 20px 0;
        padding: 0 !important;
}

.footer_col h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

.footer_col p {
    margin: 0;
}

.socialmedia-icons h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

ul.quick_links {
    margin: 0;
}

.quick_links a {
    font-size: 14px;
    line-height: 1;
}

.footer_form form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.footer_form {
    width: 100%;
}

.footer_form form {
    width: 100%;
}

.footer_form form button {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

    .hf-fields-wrap div {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 10px;
        width: 100%;
    }

.footer_call {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer_call a {
    font-size: 25px;
    line-height: 40px;
}

.copyRight_sec {
    padding: 20px 0;
}

    .copyRight_sec p {
        display: flex;
        align-items: start;
        justify-content: start;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        margin: 0 0 20px 0;
    }

    .copyRight_sec img {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 40%;
        margin: 0 auto;
    }
    
/* Home css Ends */

/* About Us Sec Starts */

.iner .banner-img.iner {
    width: 100%;
}

.banner-img.iner img {
    height: 300px;
}

.text-aboutus.iner p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

/* About Us Sec Ends */


/* Artwork Page Starts */

    ul.products li {
        width: 47% !important;
        margin: 0 10px !important;
    }

ul.products li a {
    width: 100%;
    height: 100%;
}

ul.products li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Artwork Page Ends */

/* Contact Us Page Starts */

section.contact-pg {
    padding: 40px 0;
}

section.contact-pg .box {
    padding: 20px;
}

section.contact-pg .box h1 {
    position: relative;
    right: unset;
    top: unset;
    font-size: 40px;
    line-height: 50px;
}

section.contact-pg .box .bdytxt h5 {
    font-size: 20px;
    line-height: 25px;
}

section.contact-pg .box .bdytxt p {
    font-size: 14px;
    line-height: 25px;
}

section.contact-pg .bottmSec .ctcform {
    padding: 0;
    width: 100%;
}

section.contact-pg form .formField {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

section.contact-pg form .formField label {
    font-size: 14px;
    line-height: 1;
}

section.contact-pg form .formField input {
    height: 50px;
    padding: 0 20px;
}

section.contact-pg .mapTxt {
    width: 100%;
    padding: 0;
}

section.contact-pg .mapTxt .mapImg a img {
    height: 300px;
}

/* Contact Us Page Ends */

}

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



.sec {
    padding: 30px 0;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.heading p {
    width: 100%;
}

/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn {
    display: inline-flex;
    align-items: start;
    justify-content: start;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
}

/* Buttons css Ends */




/* Home css Starts */

.top-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

    ul.top-baar-icons {
        justify-content: center;
        margin: 20px 0;
    }

.menuSec {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuSec ul li a {
    font-size: 14px;
    line-height: 1;
    padding: 0 20px !important;
}

.menuSec a.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 100%;
    margin: 0 auto;
}

.menuSec a.custom-logo-link img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

    .right-header ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

.right-header ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

    .right-header ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 50px;
        padding: 0 !important;
    }

.right-header ul li a i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.right-header ul li span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

    .hmbanner-sec .row {
        padding: 40px 0 0 0;
    }

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

    .banner-text h1 {
        font-size: 45px;
        line-height: 50px;
    }

.banner-text p {
    font-size: 14px;
    line-height: 30px;
}

.banner-text ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 0;
    width: 100%;
}

.banner-text ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-text ul li a {
    width: 100%;
    justify-content: center;
}

    .banner-img {
        padding: 10px;
        border: 3px solid #fff;
        margin: 30px 0 0 0;
        width: 85%;
    }

.banner-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

    .hmbanner-sec .slider-counter {
        top: unset;
        bottom: 0;
        right: 4%;
        transform: unset;
    }

.line {
    height: 200px;
}

.aboutus-sec {
    padding: 40px 0;
}

.about1img img {
    height: 300px;
    width: 100%;
}

.text-aboutus {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0;
}

a.theme-btn.style1 {
    padding: 15px;
}

.counter-box {
    width: 100%;
    padding: 10px;
}

    .counter-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #0000004a;
        border-right: none;
    }

    .about2-box {
        margin: 30px 0 0 0;
        width: 100%;
    }
    
.about2-text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 130px;
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
        bottom: -5%;
        left: -5%;
    }
    
.about2-box img {
    height: 400px;
}


.port-slider .draggable {
    padding: 0 !important;
}

.port-slider .slick-slide {
    margin: 0;
}

img.portfolio-img {
    height: 200px;
    width: 100%;
}

.portfolio-box-inner {
    margin: 20px;
}

.portfolio-box-text {
    padding: 10px;
}

ul.banner_navs button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    width: 40px;
}

.featured-sec.sec {
    padding: 30px 0;
}

.featured-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0;
    width: 100%;
}

.featured-head p {
    width: 100%;
}

.featured-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    padding: 20px;
}

.featured-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0 0 0;
        height: 250px;
    }

.featured-text a {
    font-size: 14px;
    line-height: 25px;
}

.featured-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
}

.featured-text h6 {
    font-size: 25px;
    line-height: 1;
}

    section.contact-us {
        margin: 0;
        padding: 30px 0;
    }

    .contact-img img {
        height: 500px;
    }

.contact-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.contact-text p {
    margin: 0;
}

    .contact-text input, .contact-text textarea {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        margin: 0 0 20px 0;
    }

.contact-text textarea {
    height: 150px;
    padding: 20px;
}

.contact-text form button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
}

.testimonial-sec .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
}

.testi-slider .slick-slide {\
    margin: 0;
}

.testi-slider-box {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0;
    width: 100%;
}

.testi-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.test-box-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.authr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
}

.test-box-text p {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
}

.test-box-text h4 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.tidti-list li div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

    img.Insta-icon3 {
        top: unset;
        left: unset;
        position: relative;
        width: 20%;
        margin: 0 auto 20px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.insta-head {
    margin: 0 0 20px 0;
}

    .insta-img {
        margin: 0 auto 20px auto;
        width: 70%;
    }

.insta-sec {
    margin: 0;
}

    footer {
        padding: 40px 0 0 0;
    }

.footer_col p {
    width: 100%;
}

.footer_col, .socialmedia-icons {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
        margin: 20px 0;
        padding: 0 !important;
}

.footer_col h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

.footer_col p {
    margin: 0;
}

.socialmedia-icons h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

ul.quick_links {
    margin: 0;
}

.quick_links a {
    font-size: 14px;
    line-height: 1;
}

.footer_form form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.footer_form {
    width: 100%;
}

.footer_form form {
    width: 100%;
}

.footer_form form button {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.hf-fields-wrap div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer_call {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer_call a {
    font-size: 25px;
    line-height: 40px;
}

.copyRight_sec {
    padding: 20px 0;
}

.copyRight_sec p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px 0;
}

    .copyRight_sec img {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 40%;
        margin: 0 auto;
    }



/* Home css Ends */

/* About Us Sec Starts */

.iner .banner-img.iner {
    width: 100%;
}

.banner-img.iner img {
    height: 300px;
}

.text-aboutus.iner p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

/* About Us Sec Ends */


/* Artwork Page Starts */

    ul.products li {
        width: 47% !important;
        margin: 0 10px !important;
    }

ul.products li a {
    width: 100%;
    height: 100%;
}

ul.products li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Artwork Page Ends */

/* Contact Us Page Starts */

section.contact-pg {
    padding: 40px 0;
}

section.contact-pg .box {
    padding: 20px;
}

section.contact-pg .box h1 {
    position: relative;
    right: unset;
    top: unset;
    font-size: 40px;
    line-height: 50px;
}

section.contact-pg .box .bdytxt h5 {
    font-size: 20px;
    line-height: 25px;
}

section.contact-pg .box .bdytxt p {
    font-size: 14px;
    line-height: 25px;
}

section.contact-pg .bottmSec .ctcform {
    padding: 0;
    width: 100%;
}

section.contact-pg form .formField {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

section.contact-pg form .formField label {
    font-size: 14px;
    line-height: 1;
}

section.contact-pg form .formField input {
    height: 50px;
    padding: 0 20px;
}

section.contact-pg .mapTxt {
    width: 100%;
    padding: 0;
}

section.contact-pg .mapTxt .mapImg a img {
    height: 300px;
}

/* Contact Us Page Ends */


}

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

.sec {
    padding: 30px 0;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.heading p {
    width: 100%;
}

/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

p {
    font-size: 14px;
    line-height: 30px;
    margin: 0;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn {
    display: inline-flex;
    align-items: start;
    justify-content: start;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
}

/* Buttons css Ends */




/* Home css Starts */

.top-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

ul.top-baar-icons {
    justify-content: center;
    margin: 0 0 20px 0;
}

.menuSec {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.menuSec a.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 40%;
    margin: 0 auto;
}

.menuSec a.custom-logo-link img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.right-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.right-header ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.right-header ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.right-header ul li a i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.right-header ul li span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

    .hmbanner-sec .row {
        padding: 40px 0 0 0;
    }

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

    .banner-text h1 {
        font-size: 50px;
        line-height: 55px;
    }

.banner-text p {
    font-size: 14px;
    line-height: 30px;
}

.banner-text ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 0;
    width: 100%;
}

.banner-text ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-text ul li a {
    width: 100%;
    justify-content: center;
}

    .banner-img {
        padding: 10px;
        border: 3px solid #fff;
        margin: 30px 0 0 0;
        width: 85%;
    }

.banner-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

    .hmbanner-sec .slider-counter {
        top: unset;
        bottom: 0;
        right: 4%;
        transform: unset;
    }

.line {
    height: 200px;
}

.aboutus-sec {
    padding: 40px 0;
}

.about1img img {
    height: 300px;
    width: 100%;
}

.text-aboutus {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0;
}

a.theme-btn.style1 {
    padding: 15px;
}

.counter-box {
    width: 100%;
    padding: 10px;
}

    .counter-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #0000004a;
        border-right: none;
    }

.about2-box {
    margin: 30px auto;
    width: 90%;
}

.about2-text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 130px;
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
        bottom: -5%;
        left: -5%;
    }
    
.about2-box img {
    height: 400px;
}


.port-slider .draggable {
    padding: 0 !important;
}

.port-slider .slick-slide {
    margin: 0;
}

img.portfolio-img {
    height: 200px;
    width: 100%;
}

.portfolio-box-text {
    padding: 10px;
}

ul.banner_navs button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    width: 40px;
}

.featured-sec.sec {
    padding: 30px 0;
}

.featured-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0;
    width: 100%;
}

.featured-head p {
    width: 100%;
}

.featured-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    padding: 20px;
}

.featured-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0 0 0;
        height: 250px;
    }

.featured-text a {
    font-size: 14px;
    line-height: 25px;
}

.featured-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
}

.featured-text h6 {
    font-size: 25px;
    line-height: 1;
}

    section.contact-us {
        margin: 0;
        padding: 30px 0;
    }

.contact-img img {
    height: 300px;
}

.contact-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.contact-text p {
    margin: 0;
}

    .contact-text input, .contact-text textarea {
        width: 100%;
        height: 40px;
        padding: 0 10px;
        margin: 0 0 20px 0;
    }

.contact-text textarea {
    height: 150px;
    padding: 20px;
}

.contact-text form button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
}

.testimonial-sec .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
}

.testi-slider .slick-slide {\
    margin: 0;
}

.testi-slider-box {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0;
    width: 100%;
}

.testi-slider button.slick-prev.slick-arrow {
        left: -160px;
    }
    
        .testi-slider button.slick-arrow {
        height: calc(25% - 3px);
        width: 25%;
        margin: 0 auto;
    }
    
        .testi-slider button.slick-arrow {
        height: calc(25% - 3px);
        width: 25%;
        margin: 0 auto;
    }

.testi-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.test-box-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.authr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
}

.test-box-text p {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
}

.test-box-text h4 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.tidti-list li div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

img.Insta-icon3 {
    top: unset;
    left: unset;
    position: relative;
    width: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-head {
    margin: 0 0 20px 0;
}

.insta-img {
    margin: 0 0 20px 0;
}

.insta-sec {
    margin: 0;
}

    footer {
        padding: 40px 0 0 0;
    }

.footer_col p {
    width: 100%;
}

.footer_col, .socialmedia-icons {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
        margin: 20px 0;
        padding: 0 !important;
}

.footer_col h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

.footer_col p {
    margin: 0;
}

.socialmedia-icons h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

ul.quick_links {
    margin: 0;
}

.quick_links a {
    font-size: 14px;
    line-height: 1;
}

.footer_form form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.footer_form {
    width: 100%;
}

.footer_form form {
    width: 100%;
}

.footer_form form button {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.hf-fields-wrap div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer_call {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer_call a {
    font-size: 25px;
    line-height: 40px;
}

.copyRight_sec {
    padding: 20px 0;
}

.copyRight_sec p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px 0;
}

    .copyRight_sec img {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 40%;
        margin: 0 auto;
    }



/* Home css Ends */

/* About Us Sec Starts */

.iner .banner-img.iner {
    width: 100%;
}

.banner-img.iner img {
    height: 300px;
}

.text-aboutus.iner p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

/* About Us Sec Ends */


/* Artwork Page Starts */

ul.products li {
    width: 100% !important;
}

ul.products li a {
    width: 100%;
    height: 100%;
}

ul.products li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Artwork Page Ends */

/* Artwork Detail Page Starts */

.Shop-detail-sec {
    padding: 40px 0;
}

form.cart {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

/* Artwork Detail Page Ends */

/* Contact Us Page Starts */

section.contact-pg {
    padding: 40px 0;
}

section.contact-pg .box {
    padding: 20px;
}

section.contact-pg .box h1 {
    position: relative;
    right: unset;
    top: unset;
    font-size: 40px;
    line-height: 50px;
}

section.contact-pg .box .bdytxt h5 {
    font-size: 20px;
    line-height: 25px;
}

section.contact-pg .box .bdytxt p {
    font-size: 14px;
    line-height: 25px;
}

section.contact-pg .bottmSec .ctcform {
    padding: 0;
    width: 100%;
}

section.contact-pg form .formField {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

section.contact-pg form .formField label {
    font-size: 14px;
    line-height: 1;
}

section.contact-pg form .formField input {
    height: 50px;
    padding: 0 20px;
}

section.contact-pg .mapTxt {
    width: 100%;
    padding: 0;
}

section.contact-pg .mapTxt .mapImg a img {
    height: 300px;
}

/* Contact Us Page Ends */

}

@media only screen and (min-width: 300px) and (max-width: 519px) {

.sec {
    padding: 30px 0;
}

.heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.heading p {
    width: 100%;
}

/* Fonts css Starts */

h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h3 {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

h4 {
    font-size: 25px;
    line-height: 30px;
}

p {
    font-size: 12px;
    line-height: 25px;
    margin: 0;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn {
    display: inline-flex;
    align-items: start;
    justify-content: start;
    padding: 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
    overflow: hidden;
}

/* Buttons css Ends */




/* Home css Starts */

.top-mail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

ul.top-baar-icons {
    justify-content: center;
    margin: 0 0 20px 0;
}

.menuSec {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.menuSec a.custom-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 40%;
    margin: 0 auto;
}

.menuSec a.custom-logo-link img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.right-header ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.right-header ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.right-header ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}

.right-header ul li a i {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.right-header ul li span {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
}

    .hmbanner-sec .row {
        padding: 40px 0 0 0;
    }

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.banner-text h1 {
    font-size: 40px;
    line-height: 45px;
}

.banner-text p {
    font-size: 12px;
    line-height: 25px;
}

.banner-text ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    margin: 0;
    width: 100%;
}

.banner-text ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banner-text ul li a {
    width: 100%;
    justify-content: center;
}

    .banner-img {
        padding: 10px;
        border: 3px solid #fff;
        margin: 30px 0 0 0;
        width: 85%;
    }

.banner-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

    .hmbanner-sec .slider-counter {
        top: unset;
        bottom: 0;
        right: 4%;
        transform: unset;
    }

.line {
    height: 200px;
}

.aboutus-sec {
    padding: 40px 0;
}

.about1img img {
    height: 300px;
    width: 100%;
}

.text-aboutus {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    margin: 20px 0;
}

a.theme-btn.style1 {
    padding: 15px;
}

.counter-box {
    width: 100%;
    padding: 10px;
}

    .counter-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #0000004a;
        border-right: none;
    }

.about2-box {
    margin: 30px auto;
    width: 90%;
}

.about2-text {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 130px;
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
        bottom: -5%;
        left: -5%;
    }
    
.about2-box img {
    height: 300px;
}


.port-slider .draggable {
    padding: 0 !important;
}

.port-slider .slick-slide {
    margin: 0;
}

img.portfolio-img {
    height: 200px;
    width: 100%;
}

.portfolio-box-text {
    padding: 10px;
}

ul.banner_navs button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    width: 40px;
}

.featured-sec.sec {
    padding: 30px 0;
}

.featured-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 20px 0;
    width: 100%;
}

.featured-head p {
    width: 100%;
}

.featured-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    padding: 20px;
}

.featured-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 20px 0 0 0;
        height: 250px;
    }

.featured-text a {
    font-size: 14px;
    line-height: 25px;
}

.featured-text p {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 25px;
}

.featured-text h6 {
    font-size: 25px;
    line-height: 1;
}

    section.contact-us {
        margin: 0;
        padding: 30px 0;
    }

.contact-img img {
    height: 300px;
}

.contact-text {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.contact-text p {
    margin: 0;
}

.contact-text input, .contact-text textarea {
    width: 80%;
    height: 40px;
    padding: 0 10px;
    margin: 0 0 20px 0;
}

.contact-text textarea {
    height: 150px;
    padding: 20px;
}

.contact-text form button {
    position: relative;
    bottom: unset;
    right: unset;
    width: 50px;
    height: 50px;
    font-size: 14px;
    padding: 0;
}

.testimonial-sec .sec-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 0 0 20px 0 !important;
}

.testi-slider .slick-slide {\
    margin: 0;
}

.testi-slider-box {
    flex-direction: column;
    align-items: center;
    justify-content: start;
    margin: 0;
    width: 100%;
}

.testi-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.test-box-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.authr-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0;
}

.test-box-text p {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
}

.test-box-text h4 {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul.tidti-list li div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

img.Insta-icon3 {
    top: unset;
    left: unset;
    position: relative;
    width: 50%;
    margin: 0 auto 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-head {
    margin: 0 0 20px 0;
}

.insta-img {
    margin: 0 0 20px 0;
}

.insta-sec {
    margin: 0;
}

    footer {
        padding: 40px 0 0 0;
    }

.footer_col p {
    width: 100%;
}

.footer_col, .socialmedia-icons {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
        margin: 20px 0;
        padding: 0 !important;
}

.footer_col h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

.footer_col p {
    margin: 0;
}

.socialmedia-icons h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
}

ul.quick_links {
    margin: 0;
}

.quick_links a {
    font-size: 14px;
    line-height: 1;
}

.footer_form form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
}

.footer_form {
    width: 100%;
}

.footer_form form {
    width: 100%;
}

.footer_form form button {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
}

.hf-fields-wrap div {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.footer_call {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.footer_call a {
    font-size: 25px;
    line-height: 40px;
}

.copyRight_sec {
    padding: 20px 0;
}

.copyRight_sec p {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 20px 0;
}

    .copyRight_sec img {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 40%;
        margin: 0 auto;
    }



/* Home css Ends */


/* About Us Sec Starts */

.iner .banner-img.iner {
    width: 100%;
}

.banner-img.iner img {
    height: 300px;
}

.text-aboutus.iner p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

/* About Us Sec Ends */

/* Artwork Page Starts */

ul.products li {
    width: 100% !important;
}

ul.products li a {
    width: 100%;
    height: 100%;
}

ul.products li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Artwork Page Ends */

/* Artwork Detail Page Starts */

.Shop-detail-sec {
    padding: 40px 0;
}

form.cart {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    width: 100%;
}

/* Artwork Detail Page Ends */

/* Contact Us Page Starts */

section.contact-pg {
    padding: 40px 0;
}

section.contact-pg .box {
    padding: 20px;
}

section.contact-pg .box h1 {
    position: relative;
    right: unset;
    top: unset;
    font-size: 40px;
    line-height: 50px;
}

section.contact-pg .box .bdytxt h5 {
    font-size: 20px;
    line-height: 25px;
}

section.contact-pg .box .bdytxt p {
    font-size: 14px;
    line-height: 25px;
}

section.contact-pg .bottmSec .ctcform {
    padding: 0;
    width: 100%;
}

section.contact-pg form .formField {
    margin: 0 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

section.contact-pg form .formField label {
    font-size: 14px;
    line-height: 1;
}

section.contact-pg form .formField input {
    height: 50px;
    padding: 0 20px;
}

section.contact-pg .mapTxt {
    width: 100%;
    padding: 0;
}

section.contact-pg .mapTxt .mapImg a img {
    height: 300px;
}

/* Contact Us Page Ends */


}


/*Media Query End*/






