@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

/* @font-face{
    font-family: "SF-Pro-Display-Black";
    src: url("../fonts/SF-Pro-Display-Black.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Heavy";
    src: url("../fonts/SF-Pro-Display-Heavy.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Bold";
    src: url("../fonts/SF-Pro-Display-Bold.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-SemiBold";
    src: url("../fonts/SF-Pro-Display-SemiBold.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Medium";
    src: url("../fonts/SF-Pro-Display-Medium.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Regular";
    src: url("../fonts/SF-Pro-Display-Regular.ttf");
}
@font-face{
    font-family: "SF-Pro-Display-Light";
    src: url("../fonts/SF-Pro-Display-Light.ttf");
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
  text-transform: capitalize;
  font-weight: 600;
}

p,
ul {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}

input,
textarea {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
}

span,
a,
button {
  font-family: "Poppins";
  margin: 0;
  padding: 0;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #fefefe;
  font-family: "Poppins";
}

main {
  overflow: hidden;
}

/*page_404*/
.page_404 {
  text-align: center;
  padding: 9rem 0 3rem;
  position: relative;
}

.page_404 h1 {
  color: #15352d;
  font-size: 7rem;
}

.page_404 img {
  width: 40%;
}

.page_404 h3 {
  font-size: 4rem;
  margin: 2rem 0 0 0;
}

.page_404 p {
  font-size: 24px;
  color: #15352d;
  margin: 25px 0;
}

.page_404 a {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
  width: 11%;
  display: block;
  margin: 0 auto 0;
  padding: 8px 0;
  font-size: 22px;
  border-radius: 49px;
}

/*page_404*/
a,
button,
input,
textarea:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form-group input[type="number"] {
  -moz-appearance: textfield;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/*Website Custom Style Css For Single Items Start Here*/

form .iti {
  width: 100%;
}

.iti__selected-flag {
  background: transparent !important;
}

/*Heading & Para Style Css*/
.heading-one {
  font-size: 50px;
  line-height: 57px;
}

.heading-two {
  font-size: 45px;
  line-height: 52px;
}

.heading-three {
  font-size: 40px;
  line-height: 47px;
}

.heading-four {
  font-size: 32px;
  line-height: 39px;
}

.heading-five {
  font-size: 24px;
  line-height: 30px;
}

.heading-six {
  font-size: 20px;
  line-height: 26px;
}

.heading-seven {
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
}

.website-main-buttons a.read-more-btn,
.website-main-buttons button.popup-btn,
.website-main-buttons button.chat-btn,
.website-main-buttons a.call-btn {
  font-size: 16px;
  min-width: 225px;
  height: 45px;
  border-radius: 50px;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  position: relative;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
  background: transparent;
  width: 100%;
  box-shadow: 0 0 20px -5px #b2b2b2;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

header.main-header.sticky {
  background: #fff;
}

header nav.navbar {
  padding: 10px 30px;
  align-items: center;
  position: relative;
}

header nav.navbar .navbar-brand {
  padding: 0px 0;
  margin: 0;
}

header nav.navbar .navbar-brand .logo {
  width: 180px;
  margin: 0;
  transition: all 0.5s ease-in-out;
  display: block;
}

header .navbar-toggler {
  background-color: #fff;
}

header .navbar-toggler:focus {
  box-shadow: none;
}

header .navbar-expand-lg .navbar-collapse {
  justify-content: center;
  flex-direction: column;
  align-items: end;
  margin: 0;
}

header .navbar-collapse .navbar-main-nav {
  display: flex;
  align-items: center;
  width: 100%;
}

header .navbar-main-nav .navbar-main-center {
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}

header .navbar-main-center ul.navbar-main-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

header .navbar-main-center ul.navbar-main-info li {
  margin: 0 10px;
}

header .navbar-main-center ul.navbar-main-info li a {
  color: #15352d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
}

header .navbar-main-center ul.navbar-main-info li a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

header .navbar-main-center ul.navbar-main-info li a i {
  color: #b16406;
  margin: 0 3px 0 0;
}

header .navbar-main-center ul.navbar-nav {
  width: 100%;
  justify-content: center;
  margin: 0 10px 0;
}

header .navbar-main-center ul.navbar-nav li.nav-item {
  margin: 0 10px 0;
  padding: 15px 0;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
  color: #15352d;
  font-size: 18px;
  line-height: 24px;
  padding: 0px 0px;
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
}

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header ul.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 0 5px;
  border: none;
  transition: all 0.3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
  background: #fefefe;
  top: 50px;
  left: 0;
  width: 400px;
  border: none;
  border-radius: 0px;
  box-shadow: 0 0px 30px -15px #15352d;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: flex;
  flex-wrap: wrap;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu.dropdown-single-menu {
  width: 200px;
  display: grid;
  flex-wrap: nowrap;
}

header ul.navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
  padding: 0;
  margin: 0;
  width: 200px;
  border-right: 1px solid #f3f3f3;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a {
  color: #15352d;
  border-bottom: 1px solid #f3f3f3;
  font-size: 14px;
  padding: 7px 7px;
  margin: 0;
  border-radius: 0;
  text-align: left;
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li a i {
  color: #b16406;
  font-size: 12px;
  font-weight: 700;
  margin: 0 2px 0 0;
}

header
  ul.navbar-nav
  .nav-item.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:focus,
header
  ul.navbar-nav
  .nav-item.dropdown
  ul.dropdown-menu
  li
  a.dropdown-item:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

header .navbar-main-nav .website-main-buttons {
  justify-content: center;
  margin: 0;
}

header .navbar-main-nav .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

header .navbar-main-nav .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

header .navbar-main-nav .website-main-buttons button.chat-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

header .navbar-main-nav .website-main-buttons button.chat-btn:hover {
  background-position: left bottom;
}

/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec {
  background-image: url(../images/banner-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 10%;
  padding: 150px 0 80px;
  position: relative;
  z-index: 1;
}

section.banner-main-sec.banner-main-marketing {
  background-image: url(../images/banner-main-marketing.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

section.banner-main-sec.banner-main-marketing:after {
    content: '';
    background: darkgrey;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}

section.banner-main-sec.banner-main-marketing .heading-four {
    color: #000;
}

section.banner-main-sec.book-video-trailer {
  background-image: url(../images/video-trailer-banner-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

section.banner-main-sec.banner-main-publishing {
  background-image: url(../images/banner-main-publishing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

section.banner-main-sec.banner-main-editing {
  background-image: url(../images/banner-main-editing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.banner-main-sec .banner-main-content {
}

.banner-main-content .heading-one {
  color: #15352d;
  margin: 0 0 20px;
}

.banner-main-content .heading-one span {
  color: #b16406;
  font-size: 20px;
  line-height: 27px;
  display: block;
}

.banner-main-content p {
  color: #15352d;
}

.banner-main-content .website-main-buttons {
  margin: 30px 0 0;
}

.banner-main-content .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

.banner-main-content .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

.banner-main-content .website-main-buttons a.call-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

.banner-main-content .website-main-buttons a.call-btn:hover {
  background-position: left bottom;
}

/*Banner Main Form Css Start*/
.banner-main-sec .banner-main-form {
  background: #ffffff6e;
  border-radius: 20px;
  border: 1px solid #efefef;
  box-shadow: 0 3px 10px -6px #15352d;
  padding: 30px 30px;
}

.banner-main-form .heading-four {
  color: #b16406;
  margin: 0 0 20px;
}

.banner-main-form .heading-four span {
  color: #15352d;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.banner-main-form .form-group {
  margin: 0 0 10px;
}

.banner-main-form .form-group.form-group-last {
  margin: 0;
}

.banner-main-form .form-group .form-select {
  font-family: Poppins;
  background-color: #fff;
  color: #15352d;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}

.banner-main-form .form-group input {
  background: #fff;
  color: #15352d;
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 8px;
}

.form-group label.error-msg {
    color: #d00000;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #d00000;
    font-size: 12px;
    margin: 0;
  }

.banner-main-form .form-group input::placeholder {
  color: #9d9ba1;
}

.banner-main-form .form-group button.submit-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 8px 10px;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.banner-main-form .form-group button.submit-btn:hover {
  background-position: left bottom;
}

/*Banner Main Form Css End*/
/*Banner Editing Form Css Start*/
.banner-editing-form {
  background: #ffffff6e;
  width: 80%;
  padding: 30px 30px;
  margin: 0 auto;
  border: 1px solid #efefef;
  border-radius: 20px;
  box-shadow: 0 3px 10px -6px #15352d;
}

.banner-editing-form .heading-four {
  color: #b16406;
  margin: 0 0 20px;
}

.banner-editing-form form {
}

.selceted-box#step2 {
  display: none;
}

.banner-editing-form form .form-group {
  margin: 0 0 10px;
}

.banner-editing-form form .form-group label {
  color: #15352d;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 5px;
}

.banner-editing-form form .form-group label.error-msg {
  font-size: 12px;
  color: #DC3C22;
}

.banner-editing-form form .form-group select {
  font-family: Poppins;
  background-color: #fff;
  color: #15352d;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}

.banner-editing-form form .form-group input {
  background: #fff;
  color: #15352d;
  font-size: 16px;
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 8px;
}

.banner-editing-form form .form-group input::placeholder {
  color: #9d9ba1;
}

.banner-editing-form form .form-group textarea {
  background: #fff;
  color: #15352d;
  border: 1px solid #fff;
  font-size: 16px;
  width: 100%;
  height: 100px;
  padding: 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
}

.banner-editing-form form .form-group textarea::placeholder {
  color: #9d9ba1;
}

.banner-editing-form form .form-group button.submit-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 8px 10px;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.banner-editing-form form .form-group button.submit-btn:hover {
  background-position: left bottom;
}

.banner-editing-form form .step-form-btns {
  display: flex;
  align-items: center;
}

.banner-editing-form form .step-form-btns button.next-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 8px 10px;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.banner-editing-form form .step-form-btns button.next-btn:hover {
  background-position: left bottom;
}

.banner-editing-form form .step-form-btns button.previous-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 8px 10px;
  margin: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.banner-editing-form form .step-form-btns button.previous-btn:hover {
  background-position: left bottom;
}

/*Banner Editing Form Css End*/
/*Banner Published Form Css Start*/
.banner-inner-published-form {
  background: #ffffff6e;
  width: 80%;
  padding: 30px 30px;
  margin: 0 auto;
  border: 1px solid #efefef;
  border-radius: 20px;
  box-shadow: 0 3px 10px -6px #15352d;
}

.banner-inner-published-form .heading-four {
  margin: 0 0 20px;
  color: #b16406;
}

.banner-main-publishing .banner-inner-published-form .heading-four {
  color: #000;
}

.banner-inner-published-form .form-group {
  margin: 0 0 10px;
}

.banner-inner-published-form .form-group.form-group-last {
  margin: 0;
}

.service-offer-box.service-offer-box-list p{
  height: auto !important;
  min-height: auto;
}

.service-offer-box.service-offer-box-list ul {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: left;
}
.service-offer-box.service-offer-box-list ul li {
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
}

.banner-inner-published-form .form-group .form-select {
  font-family: Poppins;
  background-color: #fff;
  color: #15352d;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #fff;
  outline: none;
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}

.banner-inner-published-form .form-group-select {
  margin: 0 0 10px;
}

.banner-inner-published-form .form-group-select .heading-six {
  color: #15352d;
  margin: 0 0 10px;
}

.banner-inner-published-form .form-group-select .form-check-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner-inner-published-form .form-group-select .form-check-flex .form-check {
  margin: 0 5px 7px;
  width: 45%;
  display: flex;
  align-items: center;
  padding: 0;
}

.banner-inner-published-form
  .form-group-select
  .form-check-flex
  .form-check
  .form-check-input {
  background-color: transparent;
  border: 1px solid #b16406;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.banner-inner-published-form
  .form-group-select
  .form-check-flex
  .form-check
  .form-check-input:checked[type="checkbox"] {
  background-color: #b16406;
}

.banner-inner-published-form
  .form-group-select
  .form-check-flex
  .form-check
  .form-check-label {
  color: #15352d;
  font-size: 16px;
  cursor: pointer;
}

.banner-inner-published-form .form-group input {
  background: #fff;
  color: #15352d;
  font-size: 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 8px;
}

.banner-inner-published-form .form-group input::placeholder {
  color: #9d9ba1;
}

.banner-inner-published-form .form-group button.submit-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 8px 10px;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.banner-inner-published-form .form-group button.submit-btn:hover {
  background-position: left bottom;
}

/*Banner Published Form Css End*/
/*Banner Main Section Css End Here*/

/*Banner Down Brands Section Css Start Here*/
section.bandown-brands-wrap {
  position: relative;
  padding: 30px 0;
}

.bandown-brands-wrap .bandown-brands-inner {
}

.bandown-brands-inner .heading-four {
  color: #fff;
  margin: 0 0 20px;
  text-align: center;
}

.bandown-brands-inner .bandown-brands-item {
}

.bandown-brands-item .slick-arrow {
  display: none !important;
}

.bandown-brands-item .brands-item-img {
  margin: 0 10px;
}

.brands-item-img img {
  height: 50px;
  object-fit: scale-down;
  margin: 0 auto;
  filter: brightness(0) saturate(100%) invert(6%) sepia(10%) saturate(4077%)
    hue-rotate(222deg) brightness(88%) contrast(94%);
}

/*Banner Down Brands Section Css End Here*/

/*Unlock Story Section Css Start Here*/
section.unlock-story-wrap {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.unlock-story-wrap .unlock-story-head {
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}

.unlock-story-head .heading-two {
  color: #15352d;
  margin: 0 0 10px;
}

.unlock-story-wrap .unlock-story-inner {
}

.unlock-story-inner .unlock-story-img {
  text-align: center;
}

section.unlock-story-wrap.unlock-editing-bg
  .unlock-story-inner
  .unlock-story-img
  img {
  width: 400px;
}

.unlock-story-inner .unlock-story-img img {
  width: 100%;
}

.unlock-story-img img {
}

.unlock-story-inner .unlock-story-content {
}

.unlock-story-content .heading-three {
  color: #15352d;
  margin: 0 0 20px;
}

.unlock-story-content .heading-three span {
  color: #b16406;
  margin: 0;
}

.unlock-story-content .heading-four {
  color: #15352d;
  margin: 0 0 20px;
}

.unlock-story-content span {
  color: #15352d;
  font-size: 24px;
  line-height: 30px;
  display: block;
  margin: 0 0 20px;
}

.unlock-story-content p {
  color: #15352d;
  margin: 0 0 20px;
}

.unlock-story-inner .unlock-story-content .website-main-buttons {}

.unlock-story-inner .unlock-story-content .website-main-buttons button.chat-btn,
.unlock-story-inner .unlock-story-content .website-main-buttons a.call-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

.unlock-story-inner .unlock-story-content .website-main-buttons button.chat-btn.live-chat-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

.unlock-story-inner .unlock-story-content .website-main-buttons button.chat-btn.live-chat-btn:hover {
  background-position: left bottom;
}

.unlock-story-inner .unlock-story-content .website-main-buttons button.chat-btn:hover,
.unlock-story-inner .unlock-story-content .website-main-buttons a.call-btn:hover {
  background-position: left bottom;
}

.unlock-story-inner .unlock-story-content .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  width: 200px;
}

.unlock-story-inner .unlock-story-content .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

.unlock-story-content ul {
  padding: 0 0 0 20px;
  margin: 20px 0;
}

.unlock-story-content ul li {
  list-style: disc;
  color: #15352d;
}

.unlock-story-content ul li::marker {
  color: #b16406;
}

.unlock-story-content ul.unlock-double-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}

.unlock-story-content ul.unlock-double-list li {
  margin: 0 5px 5px 0;
}

.unlock-story-content .website-main-buttons {
}

.unlock-story-content .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

.unlock-story-content .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

.unlock-story-content .website-main-buttons button.chat-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

.unlock-story-content .website-main-buttons button.chat-btn:hover {
  background-position: left bottom;
}

section.unlock-story-wrap.unlock-story-bg {
  background-image: url(../images/unlock-story-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

section.unlock-story-wrap.unlock-story-bg .unlock-story-content .heading-three {
  color: #b16406;
}

section.unlock-story-wrap.unlock-publishing-bg {
  background-image: url(../images/unlock-publishing-bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

section.unlock-story-wrap.unlock-editing-bg {
  background-image: url(../images/unlock-editing-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

/*Unlock Story Section Css End Here*/

/*Service Offer Section Css Start Here*/
section.service-offer-wrap {
  padding: 30px 0;
}

.service-offer-wrap .service-offer-head {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

.service-offer-head .heading-two {
  color: #15352d;
  margin: 0 0 10px;
}

.service-offer-head p {
  color: #15352d;
}

.service-offer-wrap .service-offer-inner {
}

.service-offer-inner .service-offer-slider {
}

.service-offer-slider .slick-arrow {
  display: none !important;
}

.service-offer-inner .service-offer-box {
  padding: 20px 0;
  margin: 0 10px;
  text-align: center;
  user-select: text;
}

.service-offer-box .offer-box-img {
  margin: 0 0 20px;
}

.offer-box-img img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
}

.service-offer-box .heading-five {
  color: #b16406;
  margin: 0 0 20px;
}

.service-offer-box p {
  color: #15352d;
  padding: 0 10px;
  min-height: 195px;
  max-height: 195px;
  overflow-y: auto;
}

.service-offer-box p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.service-offer-box p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.service-offer-box p::-webkit-scrollbar-thumb {
  background-color: #15352d;
  border-radius: 0px;
}

.service-offer-box .website-main-buttons a.read-more-btn {
  width: 40px;
  height: 40px;
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  margin: 0 auto;
}

.service-offer-box:hover .website-main-buttons a.read-more-btn {
  background-position: left bottom;
}

/*Service Offer Section Css End Here*/

/* Portfolio Section CSS Start Here */

section.our-portfolio-wrap {
  padding: 30px 0px;
}

.our-portfolio-wrap .our-portfolio-head {
  margin: 0 0 50px;
  text-align: center;
}

.our-portfolio-head .heading-two {
  color: #15352d;
  margin: 0 0 10px;
}

.our-portfolio-head p {
  color: #111111;
}

.our-portfolio-inner .our-portfolio-buttons {
  margin: 0 0 30px;
}

.our-portfolio-buttons .nav-pills {
  justify-content: center;
  align-items: center;
}

.our-portfolio-buttons .nav-pills .nav-link.active {
}

.our-portfolio-tabitem .tab-pane {
  transition: all 0.3s ease;
}

.our-portfolio-buttons ul.nav-pills li.nav-item {
  margin: 0 10px 10px;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
  background: transparent;
  color: #15352d;
  border: 2px solid transparent;
  border-bottom: 2px solid #15352d;
  font-size: 16px;
  font-weight: 600;
  width: 150px;
  height: 45px;
  line-height: 25px;
  border-radius: 0;
  padding: 10px 10px;
  margin: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active {
  background: #b16406;
  color: #fff;
  border: 2px solid #b16406;
}

/* .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  background: #ff642b;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
} */

.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link.active::after,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover::after,
.our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link:hover::before {
  opacity: 1;
}

.portfolio-tabitem-books .portfolio-books-box {
  text-align: center;
  margin: 0 0px 20px !important;
}

.portfolio-books-box a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-books-box a img {
  width: 100%;
  height: 385px;
  object-fit: cover;
  border-radius: 10px;
}

.portfolio-books-box a:hover img {
}

.portfolio-books-box a::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  background: #0000009c;
  color: #fff;
  font-size: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
}

.portfolio-books-box a:hover {
    transform: scale(1.1);
}

.portfolio-books-box a:hover::after {
    transform: scale(1);
}

/* Portfolio Section CSS End Here */

/*Why Choose Section Css Start Here*/
section.why-choose-wrap {
  background: #fff;
  padding: 50px 0;
}

.why-choose-wrap .why-choose-head {
  margin: 0 0 50px;
  text-align: center;
}

.why-choose-head .choose-head-content {
}

.choose-head-content .heading-three {
  color: #15352d;
  margin: 0 0 10px;
}

.choose-head-content p {
  color: #15352d;
}

.why-choose-wrap .why-choose-inner {
}

.why-choose-inner .why-choose-box {
  padding: 20px 20px;
  margin: 0 0 20px;
  box-shadow: 0 5px 20px -5px #b2b2b2;
  position: relative;
  z-index: 1;
  display: flex;
}

.why-choose-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background: #15352d;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.why-choose-box:hover::after {
  width: 100%;
  height: 100%;
}

.why-choose-box .choose-box-img {
  margin: 0 20px 0 0;
  width: 20%;
  text-align: center;
}

.choose-box-img img {
  width: 100px;
  height: 85px;
  object-fit: contain;
}

.why-choose-box .choose-box-content {
  width: 80%;
  padding: 0 10px 0 0;
  min-height: 175px;
  max-height: 175px;
  overflow-y: auto;
}

.choose-box-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.choose-box-content::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.choose-box-content::-webkit-scrollbar-thumb {
  background-color: #b16406;
  border-radius: 0px;
}

.choose-box-content .heading-five {
  color: #15352d;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}

.why-choose-box:hover .choose-box-content .heading-five {
  color: #fff;
}

.choose-box-content p {
  color: #15352d;
  transition: all 0.3s ease-in-out;
}

.why-choose-box:hover .choose-box-content p {
  color: #fff;
}

/*Why Choose Section Css End Here*/

/* Calendary Section CSS Start Here */

section.calendly_Intergrate {
  background: #f6f6f6;
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}

/* section.calendly_Intergrate::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 100%;
    top: 1%;
    left: 0;
    background: url(../images/logo-dark.png);
    z-index: -1;
    opacity: 0.1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% 100%;
  } */

section.calendly_Intergrate h3 {
  color: #b16406;
  margin: 0 0 20px;
  font-size: 3rem;
  font-weight: 600;
}

section.calendly_Intergrate p {
  color: #15352d;
  font-size: 17px;
  line-height: 1.7;
}

section.calendly_Intergrate span {
  display: block;
  color: #15352d;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  margin: 39px 0 0 0;
  font-weight: 400;
}

section.calendly_Intergrate ul {
  color: #fff;
  padding: 13px 0 0 0;
}

section.calendly_Intergrate ul li {
  list-style: circle;
  line-height: 26px;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

section.calendly_Intergrate ul li strong {
  color: #15352d;
}


section.calendly_Intergrate .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

section.calendly_Intergrate .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

section.calendly_Intergrate .website-main-buttons button.chat-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

section.calendly_Intergrate .website-main-buttons button.chat-btn:hover {
  background-position: left bottom;
}

.calendly-inline-widget {
  height: 785px;
}

section.calendly_Intergrate img {
  width: 206px;
  margin: 0 0 20px 0;
}

/* Calendary Section CSS End Here */

/*CTA Banner Section Css Start Here*/
section.cta-banner-wrap {
  background-image: url(../images/cta-ban-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

section.cta-banner-wrap.cta-banner-editing {
  background-image: url(../images/cta-ban-editing.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
}

.cta-banner-wrap .cta-banner-content {
}

.cta-banner-content .heading-three {
  color: #fff;

  margin: 0 0 20px;
}

.cta-banner-content p {
  color: #fff;
}

.cta-banner-content .website-main-buttons {
}

.cta-banner-content .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
  width: 210px;
}

.cta-banner-content .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

.cta-banner-content .website-main-buttons a.call-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  width: 200px;
}

.cta-banner-content .website-main-buttons a.call-btn:hover {
  background-position: left bottom;
}

.cta-banner-wrap .cta-banner-img {
  position: relative;
  text-align: center;
}

.cta-banner-wrap .cta-banner-img img {
}

/*CTA Banner Section Css End Here*/

/*Step Works Section Css Start Here*/
section.step-works-wrap {
  padding: 30px 0;
}

.step-works-wrap .step-works-head {
  width: 90%;
  text-align: center;
  margin: 0 auto 50px;
}

.step-works-head .heading-two {
  color: #181818;
  margin: 0 0 10px;
}

.step-works-head p {
  color: #181818;
}

.step-works-wrap .step-works-inner {
}

.step-works-inner .step-works-box {
  margin: 0 0 30px;
  display: flex;
}

.step-works-box .work-box-img {
  width: 25%;
  margin: 0 20px 0 0;
}

.work-box-img img {
  width: 100%;
}

.step-works-box .works-box-content {
  width: 75%;
}

.works-box-content .heading-five {
  color: #15352d;
  margin: 0 0 10px;
}

.works-box-content p {
  color: #15352d;
  padding: 0 5px 0 0;
  min-height: 100px;
  max-height: 100px;
  overflow-y: auto;
}

.works-box-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.works-box-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.works-box-content p::-webkit-scrollbar-thumb {
  background-color: #15352d;
  border-radius: 0px;
}

/*Step Works Section Css End Here*/

/*Main CTA Section Css Start Here*/
section.cta-main-wrap {
  background-image: url(../images/unlock-story-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.cta-main-wrap .cta-main-content {
}

.cta-main-content .heading-three {
  color: #b16406;

  margin: 0 0 20px;
}

.cta-main-content p {
  color: #15352d;
}

.cta-main-content .website-main-buttons {
}

.cta-main-content .website-main-buttons button.chat-btn,
.cta-main-content .website-main-buttons a.call-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

.cta-main-content .website-main-buttons button.chat-btn.live-chat-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

.cta-main-content .website-main-buttons button.chat-btn.live-chat-btn:hover {
  background-position: left bottom;
}

.cta-main-content .website-main-buttons button.chat-btn:hover,
.cta-main-content .website-main-buttons a.call-btn:hover {
  background-position: left bottom;
}

.cta-main-content .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  width: 200px;
}

.cta-main-content .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

.cta-main-wrap .cta-main-img {
  position: relative;
  text-align: center;
}

.cta-main-wrap .cta-main-img img {
  width: 100%;
}

/*Main CTA Section Css End Here*/

/*Our Portfolio Section Css Start Here*/
/* section.our-portfolio-wrap {
    background-image: url(../images/portfolio-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
}

.our-portfolio-wrap .our-portfolio-head {
    width: 90%;
    margin: 0 auto 50px;
    text-align: center;
}

.our-portfolio-head .heading-two {
    color: #fff;
    
    margin: 0 0 10px;
}

.our-portfolio-head p {
    color: #fff;
}

.our-portfolio-wrap .our-portfolio-inner {}

.our-portfolio-inner .portfolio-tabitem-books {}

.our-portfolio-slider .slick-arrow {
    top: 50%;
    right: 0;
    position: absolute;
    background: #15352D;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    text-align: center;
    font-size: 0;
    z-index: 9;
    transition: all .5s ease-in-out;
    background: linear-gradient(to right, #b16406 50%, #000 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.our-portfolio-slider .slick-arrow:hover {
    background-position: left bottom;
}

.our-portfolio-slider .slick-prev {
    left: -50px;
}

.our-portfolio-slider .slick-prev::before {
    content: '\f104';
}

.our-portfolio-slider .slick-next {
    right: -50px;
}

.our-portfolio-slider .slick-next::before {
    content: '\f105';
}

.our-portfolio-slider .slick-prev::before,
.our-portfolio-slider .slick-next::before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border: none;
    display: block;
    opacity: 1;
}

.portfolio-tabitem-books .portfolio-books-box {
    margin: 0 10px;
}

.portfolio-books-box a {
    display: block;
    position: relative;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.portfolio-books-box a:hover {
    transform: scale(1.1);
}

.portfolio-books-box a img {} */

/*Our Portfolio Section Css End Here*/

/*FAQS Section Css Start Here*/
section.faqs-sec-wrap {
  padding: 30px 0;
}

.faqs-sec-wrap .faqs-sec-img {
  background-image: url(../images/cta-ban-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  height: 550px;
  padding: 30px 20px;
  text-align: center;
}

.faqs-sec-img .heading-four {
  color: #fff;

  margin: 0 0 20px;
}

.faqs-sec-img img {
}

.faqs-sec-wrap .faqs-sec-item {
}

.faqs-sec-item .faqs-sec-head {
  margin: 0 0 30px;
}

.faqs-sec-head .heading-two {
  color: #15352d;
  margin: 0 0 10px;
}

.faqs-sec-head p {
  color: #15352d;
  margin: 0 0 10px;
}

.faqs-sec-item .accordion .accordion-item {
  margin: 0 0 0px;
  border-radius: 0px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #15352d;
}

.faqs-sec-item .accordion .accordion-item .accordion-header {
}

.faqs-sec-item .accordion-item .accordion-header button.accordion-button {
  font-family: "Playfair Display";
  background: transparent;
  color: #15352d;
  font-size: 20px;
  line-height: 26px;
  box-shadow: none;
  border-radius: 0px;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
}

.faqs-sec-item
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: #b16406;
}

.faqs-sec-item .accordion-item .accordion-header .accordion-button::after {
  content: "\2b";
  background-image: none;
  background: transparent;
  color: #15352d;
  font-size: 24px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 0px;
  text-align: center;
  transform: rotate(-90deg);
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
}

.faqs-sec-item
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  color: #b16406;
  font-size: 20px;
  transform: rotate(0deg);
}

.faqs-sec-item .accordion-item .accordion-collapse {
}

.faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
  font-family: Poppins;
  background: transparent;
  color: #15352d;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 10px 10px;
  border-radius: 0px;
}

.faqs-sec-item .accordion-item .accordion-body ul {
  list-style: disc;
  padding: 0 0 0 20px;
  margin: 20px 0;
}

.faqs-sec-item .accordion-item .accordion-body ul li {
  color: #15352d;
  font-size: 16px;
}

/*FAQS Section Css End Here*/

/*Customer FeedBack Section Css Start Here*/
section.customer-feedback-wrap {
  background-image: url(../images/testimonials-sec-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 30px 0 30px;
  position: relative;
  z-index: 1;
}

section.customer-feedback-wrap:after {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  display: block;
  z-index: -1;
}

.customer-feedback-wrap .customer-feedback-head {
  width: 90%;
  text-align: center;
  margin: 0 auto 50px;
}

.customer-feedback-head .heading-two {
  color: #fff;
  margin: 0 0 10px;
}

.customer-feedback-head p {
  color: #fff;
}

.customer-feedback-wrap .customer-feedback-inner {
}

.customer-feedback-inner .customer-feedback-slider {
}

.customer-feedback-slider .slick-arrow {
  top: 50%;
  position: absolute;
  background: none;
  border: none;
  font-size: 0;
  z-index: 9;
  display: none !important;
}

.customer-feedback-slider .slick-arrow:hover::before {
  color: #b16406;
}

.customer-feedback-slider .slick-prev {
  left: -30px;
}

.customer-feedback-slider .slick-prev::before {
  content: "\f104";
}

.customer-feedback-slider .slick-next {
  right: -30px;
}

.customer-feedback-slider .slick-next::before {
  content: "\f105";
}

.customer-feedback-slider .slick-prev::before,
.customer-feedback-slider .slick-next::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 34px;
  color: #15352d;
  font-weight: 600;
  border: none;
  display: block;
  opacity: 1;
}

.customer-feedback-slider .feedback-slider-box {
  /* background: #ffffff6e; */
  background: #fff;
  border-radius: 25px;
  border: 1px solid #efefef;
  box-shadow: 0 3px 10px -6px #15352d;
  padding: 20px 20px;
  margin: 50px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
  user-select: text;
}

/* .feedback-slider-box:hover::after{
    width: 100%;
    height: 100%;
} */
/* .feedback-slider-box::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    border-radius: 25px;
    z-index: -1;
    transition: all .5s ease-in-out;
} */
.feedback-slider-box .feedback-slider-thumb {
  margin: 0 0 50px;
  position: relative;
}

.feedback-slider-thumb img {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  background: #ffffff;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100%;
  border: 2px dashed #b16406;
}

.feedback-slider-box .feedback-slider-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px;
  text-align: center;
}

.feedback-slider-head .heading-five {
  color: #000;
  margin: 0 0 10px;
}

.feedback-slider-head span {
  color: #b16406;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  display: flex;
  align-items: center;
}

.feedback-slider-head span img {
  width: 30px;
  height: 20px;
  margin: 0 0 0 10px;
}

.feedback-slider-box .feedback-slider-content {
  margin: 20px 0;
  text-align: center;
}

.feedback-slider-content .heading-six {
  font-size: 18px;
  line-height: 24px;
}

.feedback-slider-content p {
  color: #000;
  padding: 0 10px 10px;
  min-height: 250px;
  max-height: 250px;
  overflow-y: auto;
}

.feedback-slider-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.feedback-slider-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.feedback-slider-content p::-webkit-scrollbar-thumb {
  background-color: #15352d;
  border-radius: 0px;
}

.feedback-slider-box .feedback-slider-ratings {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.feedback-slider-ratings .rating-star-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-star-icons img {
  width: 20px;
  height: 20px;
  margin: 0 5px 0px 0;
}

/*Customer FeedBack Section Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------------- Service Page Folds Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Services Together Section Css Start Here*/
section.services-together-wrap {
  background-color: #f4f4f4;
  padding: 30px 0;
}

.services-together-wrap .services-together-head {
  margin: 0 auto 30px;
  text-align: center;
}

.services-together-wrap .services-together-head .heading-two {
  color: #15352d;
  margin: 0 0 10px;
}

.services-together-wrap .services-together-head p {
  color: #181818;
}

.services-together-wrap .services-together-inner {
}

.services-together-inner .services-together-box {
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 20px 20px;
  margin: 0 5px 0;
  display: flex;
  transition: all 0.3s ease-in-out;
}

.services-together-inner .services-together-box:hover {
  background: #b16406;
}

.services-together-box .services-together-icon {
  margin: 0 10px 0 0;
  width: 20%;
}

.services-together-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

.services-together-box .services-together-content {
  width: 80%;
}

.services-together-content .heading-seven {
  color: #15352d;
  margin: 0 0 10px;
}

.services-together-inner
  .services-together-box:hover
  .services-together-content
  .heading-seven {
  color: #fff;
}

.services-together-content p {
  color: #15352d;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px 0 0;
  margin: 0 0 10px;
  min-height: 150px;
  max-height: 150px;
  overflow-y: auto;
}

.services-together-inner
  .services-together-box:hover
  .services-together-content
  p {
  color: #fff;
}

.services-together-content p::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.services-together-content p::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.services-together-content p::-webkit-scrollbar-thumb {
  background-color: #15352d;
  border-radius: 0px;
}

.services-together-content a.more-btn {
  color: #15352d;
  width: 100px;
  font-size: 16px;
  border-bottom: 2px solid #b16406;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: left;
}

.services-together-content a.more-btn:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

/*Services Together Section Css End Here*/

/*Our Process Section Css Start Here*/
section.our-process-wrap {
  background: #fff;
  padding: 30px 0;
}

.our-process-wrap .our-process-head {
  margin: 0 0 50px;
  text-align: center;
}

.our-process-head .process-head-content {
}

.process-head-content .heading-three {
  color: #15352d;
  margin: 0 0 10px;
}

.process-head-content p {
  color: #15352d;
}

.our-process-wrap .our-process-inner {
}

.our-process-inner .our-process-box {
  padding: 20px 20px;
  margin: 0 0 20px;
  box-shadow: 0 5px 20px -5px #b2b2b2;
  position: relative;
  z-index: 1;
}

.our-process-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #15352d;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.our-process-box:hover::after {
  width: 100%;
  height: 100%;
}

.our-process-box .process-box-img {
  margin: 0 0 20px;
  text-align: center;
}

.process-box-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.our-process-box .process-box-content {
  padding: 0 5px 0;
  min-height: 225px;
  max-height: 225px;
  overflow-y: auto;
  text-align: center;
}

.process-box-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.process-box-content::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.process-box-content::-webkit-scrollbar-thumb {
  background-color: #b16406;
  border-radius: 0px;
}

.process-box-content .heading-five {
  color: #15352d;
  margin: 0 0 10px;
  transition: all 0.3s ease-in-out;
}

.our-process-box:hover .process-box-content .heading-five {
  color: #fff;
}

.process-box-content p {
  color: #15352d;
  transition: all 0.3s ease-in-out;
}

.our-process-box:hover .process-box-content p {
  color: #fff;
}

.process-box-content ul {
  list-style: disc;
  display: grid;
  text-align: left;
  padding: 0 0 0 20px;
}

.process-box-content ul li {
  color: #15352d;
  transition: all 0.3s ease-in-out;
}

.our-process-box:hover .process-box-content ul li {
  color: #fff;
}

/*Our Process Section Css End Here*/

/*Cover Service Section Css Start Here*/
section.cover-service-wrap {
  background-image: url(../images/unlock-story-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35% 100%;
  padding: 50px 0;
}

.cover-service-wrap .cover-service-head {
  margin: 0 0 50px;
  text-align: center;
}

.cover-service-head .heading-three {
  color: #b16406;

  margin: 0 0 10px;
}

.cover-service-head p {
  color: #15352d;
}

.cover-service-wrap .cover-service-inner {
  display: flex;
  justify-content: center;
}

.cover-service-inner .cover-service-box {
  padding: 20px 20px;
  border: 1px solid #b2b2b2;
  box-shadow: 0 5px 20px -5px #b2b2b2;
  position: relative;
  z-index: 1;
  width: 20%;
  margin: 0 5px;
}

.cover-service-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.cover-service-box:hover::after {
  width: 100%;
  height: 100%;
}

.cover-service-box .cover-box-content {
  padding: 0 5px 0;
  min-height: 215px;
  max-height: 215px;
  overflow-y: auto;
  text-align: center;
}

.cover-box-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
}

.cover-box-content::-webkit-scrollbar {
  width: 3px;
  background: #b2b2b2;
  border-radius: 0px;
}

.cover-box-content::-webkit-scrollbar-thumb {
  background-color: #b16406;
  border-radius: 0px;
}

.cover-box-content .heading-six {
  color: #15352d;
  margin: 0 0 20px;
}

.cover-box-content p {
  color: #15352d;
}

/*Cover Service Section Css End Here*/

/**************************************************************************
 --------------------- Service Page Folds Css End Here --------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------------- About Page Folds Css Start Here --------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*About Banner Section Css Start Here*/
section.about-banner-sec {
  background-image: url(../images/banner-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 175px 0 200px;
  position: relative;
  z-index: 1;
}

.about-banner-sec .about-banner-content {
  text-align: center;
}

.about-banner-content .heading-one {
  color: #b16406;

  margin: 0 0 20px;
}

.about-banner-content p {
  color: #15352d;
}

.about-banner-content .website-main-buttons {
  margin: 30px 0 0;
  justify-content: center;
}

.about-banner-content .website-main-buttons button.popup-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
}

.about-banner-content .website-main-buttons button.popup-btn:hover {
  background-position: left bottom;
}

.about-banner-content .website-main-buttons button.chat-btn {
  background: linear-gradient(to right, #15352d 50%, #b16406 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #b16406;
}

.about-banner-content .website-main-buttons button.chat-btn:hover {
  background-position: left bottom;
}

/*About Banner Section Css End Here*/

/**************************************************************************
 --------------------- About Page Folds Css End Here ----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------- Portfolio Page Folds Css Start Here ----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Portfolio Notable Section Css Start Here*/
section.portfolio-notable-wrap {
  padding: 50px 0;
}

.portfolio-notable-wrap .porfolio-notable-head {
  margin: 0 0 50px;
  text-align: center;
}

.portfolio-notable-wrap .porfolio-notable-head .heading-two {
  color: #15352d;
  margin: 0 0 10px;
}

.portfolio-notable-wrap .porfolio-notable-head p {
  color: #15352d;
}

.portfolio-notable-wrap .porfolio-notable-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.porfolio-notable-inner .portfolio-notable-img {
  text-align: center;
  margin: 0 10px 20px;
}

.porfolio-notable-inner .portfolio-notable-img img {
  width: 200px;
}

/*Portfolio Notable Fold Css End*/

/*Portfolio Brand Section Css Start Here*/
section.portfolio-brand-wrap {
  padding: 50px 0;
  background: #f4f4f4;
}

.portfolio-brand-wrap .porfolio-brand-head {
  width: 90%;
  margin: 0 auto 30px;
  text-align: center;
}

.portfolio-brand-wrap .porfolio-brand-head .heading-three {
  color: #15352d;
  margin: 0 0 10px;
}

.portfolio-brand-wrap .porfolio-brand-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.porfolio-brand-inner .portfolio-brand-img {
  text-align: center;
  margin: 0 10px 10px;
}

.porfolio-brand-inner .portfolio-brand-img img {
  width: 160px;
}

/*Portfolio Brand Section Css End Here*/

/**************************************************************************
 --------------- Portfolio Page Folds Css End Here ------------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ----------------- Contact Page Folds Css Start Here ----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Contact Main Section Css Start Here*/
section.contact-main-sec {
  padding: 50px 0;
}

.contact-main-sec .contact-main-inner {
  padding: 50px 30px;
  background-image: url(../images/unlock-story-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 100%;
}

.contact-main-inner .contact-inner-head {
  margin: 0 0 30px;
}

.contact-inner-head .heading-three {
  color: #b16406;

  margin: 0 0 10px;
}

.contact-inner-head p {
  color: #15352d;
}

.contact-main-inner .contact-main-form {
}

.contact-main-form .form-group {
  margin: 0 0 20px;
}

.contact-main-form .form-group.form-group-last {
  margin: 0;
}

.contact-main-form .form-group input {
  background: #fff;
  color: #15352d;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 10px 8px;
}

.contact-main-form .form-group input::placeholder {
  color: #9d9ba1;
}

.contact-main-form .form-group textarea {
  background: #fff;
  color: #15352d;
  border: 1px solid #fff;
  font-size: 16px;
  width: 100%;
  height: 120px;
  padding: 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
}

.contact-main-form .form-group textarea::placeholder {
  color: #9d9ba1;
}

.contact-main-form .form-group button.submit-btn {
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  color: #fff;
  border: 2px solid #15352d;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 50px;
  padding: 8px 10px;
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.contact-main-form .form-group button.submit-btn:hover {
  background-position: left bottom;
}

.contact-main-sec .contact-main-image {
  text-align: center;
}

/*Contact Main Section Css End Here*/

/*Contact Page Info Section Css Start Here*/
section.contact-page-info {
  background-image: url(../images/banner-main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 35% 100%;
  padding: 50px 0;
}

.contact-page-info .contact-info-inner {
}

.contact-info-inner .contact-info-box {
  background: #ffffff78;
  padding: 20px 15px;
  margin: 0 0 20px;
  min-height: 175px;
  max-height: 175px;
  box-shadow: 0 9px 13px -5px #959595;
  position: relative;
  z-index: 1;
}

.contact-info-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f4f4f4;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}

.contact-info-box:hover::after {
  width: 100%;
  height: 100%;
}

.contact-info-box .heading-seven {
  color: #b16406;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}

.contact-info-box h5 i {
  font-size: 18px;
  margin: 0 5px 0 0;
}

.contact-info-box a {
  color: #15352d;
  font-size: 16px;
  line-height: 20px;
  word-break: break-word;
  display: block;
  transition: all 0.3s ease-in-out;
}

.contact-info-box a:hover {
  color: #b16406;
}

.contact-info-box p {
  color: #15352d;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

/*Contact Page Info Section Css End Here*/

/**************************************************************************
 ----------------- Contact Page Folds Css End Here ------------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec {
  position: relative;
  z-index: 10;
}

.footer-main-sec .footer-top {
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #15352d;
}

.footer-top .footer-logo-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}

.footer-logo-area .footer-logo {
  width: 250px;
}

.footer-top .footer-links-area {
  padding: 0 20px;
  margin: 0 0 20px;
  border-right: 1px solid #15352d;
  height: 100%;
}

.footer-top .footer-links-area.footer-links-area-last {
  border-right: none;
}

.footer-links-area .heading-five {
  color: #b16406;
  margin: 0 0 20px;
}

.footer-links-area .footer-services-nav-links {
}

.footer-services-nav-links ul.footer-nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.footer-links-area ul.footer-nav-links li {
  margin: 0 5px 10px;
}

.footer-links-area ul.footer-nav-links a {
  color: #15352d;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: block;
  text-transform: capitalize;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 0.3s ease-in-out;
}

.footer-links-area ul.footer-nav-links a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

.footer-top .footer-info-area {
  margin: 20px 0 0;
}

.footer-info-area ul.footer-info {
  display: flex;
  justify-content: space-between;
}

ul.footer-info li {
  background: #f4f4f4;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  box-shadow: 0 3px 1px -6px #15352d;
  width: 100%;
  justify-content: center;
  margin: 0 10px 0;
  border-radius: 10px;
}

ul.footer-info li i {
  background: #15352d;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 0 0;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

ul.footer-info li:hover i {
  background-position: left bottom;
}

ul.footer-info li a {
  color: #15352d;
  font-size: 16px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    to right,
    #b16406,
    #b16406 50%,
    #15352d 50%
  );
  background-size: 200% 100%;
  background-position: 100%;
}

ul.footer-info li a:hover {
  transition: all 0.9s cubic-bezier(0, 0, 0.23, 1);
  background-position: 0%;
}

ul.footer-info li p {
  color: #15352d;
  font-size: 16px;
  margin: 0;
  width: 350px;
}

ul.footer-info li img {
  filter: invert(1);
}

.footer-main-sec .footer-bottom {
  padding: 10px 0;
}

.footer-bottom .footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-copyright p {
  color: #15352d;
  margin: 0;
}

.footer-copyright ul.footer-social-list {
  display: flex;
}

ul.footer-social-list li {
}

ul.footer-social-list li a {
  background: #15352d;
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 0 5px 0 0;
  display: block;
  position: relative;
  transition: all 0.5s ease-in-out;
  background: linear-gradient(to right, #b16406 50%, #15352d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

ul.footer-social-list li a:hover {
  background-position: left bottom;
}

ul.footer-social-list li a i {
}

ul.footer-social-list li a img {
  filter: invert(1);
  padding: 5px;
  margin: -3px 0 0 0;
}

/* Footer Css End Here */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 46px;
    line-height: 52px;
  }

  .heading-two {
    font-size: 40px;
    line-height: 46px;
  }

  .heading-three {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-four {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-five {
    font-size: 22px;
    line-height: 28px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 16px;
    line-height: 22px;
  }

  li {
    font-size: 16px;
    line-height: 22px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 10px 20px;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 5px 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  /*Banner Editing Form Responsive Css Start*/
  .banner-editing-form {
    width: 100%;
  }

  /*Banner Editing Form Responsive Css End*/
  /*Banner Published Form Responsive Css Start*/
  .banner-inner-published-form {
    width: 100%;
    padding: 20px 20px;
  }

  /*Banner Published Form Responsive Css End*/
  /*Banner Main Section Responsive Css End Here*/

  /*CTA Banner Section Responsive Css Start Here*/
  .cta-banner-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*CTA Banner Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  .cta-main-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*Main CTA Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  .our-portfolio-slider .slick-prev {
    left: -35px;
  }

  .our-portfolio-slider .slick-next {
    right: -35px;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Customer FeedBack Section Responsive Css Start Here*/
  .customer-feedback-slider .feedback-slider-box {
    margin: 50px 10px;
  }

  /*Customer FeedBack Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Services Together Section Responsive Css Start Here*/
  .services-together-inner .services-together-box {
    padding: 20px 10px;
  }

  .services-together-content p {
    min-height: 175px;
    max-height: 175px;
  }

  /*Services Together Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    background-position: center;
    padding: 150px 0 175px;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
 --------------- About Page Folds Responsive Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Footer Responsive Css Start Here*/
  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 42px;
    line-height: 48px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 5px 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  .banner-main-content .heading-one span {
    font-size: 20px;
    line-height: 26px;
  }

  /*Banner Main Form Responsive Css Start*/
  .banner-main-sec .banner-main-form {
    padding: 30px 20px;
  }

  .banner-main-form .heading-four {
  }

  .banner-main-form .heading-four span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-main-form .form-group input {
    font-size: 14px;
  }

  .banner-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Main Form Responsive Css End*/
  /*Banner Editing Form Responsive Css Start*/
  .banner-editing-form {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-editing-form .heading-four {
  }

  .banner-editing-form form .form-group label {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-editing-form form .form-group select {
    font-size: 14px;
  }

  .banner-editing-form form .form-group input {
    font-size: 14px;
  }

  .banner-editing-form form .form-group textarea {
    font-size: 14px;
  }

  .banner-editing-form form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.next-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.previous-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Editing Form Responsive Css End*/
  /*Banner Published Form Responsive Css Start*/
  .banner-inner-published-form {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-inner-published-form .heading-four {
  }

  .banner-inner-published-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group-select .form-check-flex .form-check {
    width: 47%;
  }

  .banner-inner-published-form
    .form-group-select
    .form-check-flex
    .form-check
    .form-check-label {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group input {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Published Form Responsive Css End*/
  /*Banner Main Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  .unlock-story-content span {
    font-size: 20px;
    line-height: 26px;
  }

  .unlock-story-content ul.unlock-double-list {
    grid-template-columns: 1fr;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Why Choose Section Responsive Css Start Here*/
  .why-choose-box .choose-box-img {
    margin: 0 10px 0 0;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*CTA Banner Section Responsive Css Start Here*/
  section.cta-banner-wrap {
    padding: 125px 0 200px;
  }

  .cta-banner-content .heading-three {
  }

  .cta-banner-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*CTA Banner Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  .step-works-box .work-box-img {
    margin: 0 10px 0 0;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  .cta-main-content .heading-three {
  }

  .cta-main-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*Main CTA Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  .our-portfolio-head .heading-two {
  }

  .our-portfolio-slider .slick-prev {
    left: -25px;
  }

  .our-portfolio-slider .slick-next {
    right: -25px;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*FAQS Section Responsive Css Start Here*/
  .faqs-sec-img .heading-four {
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    line-height: 24px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Customer FeedBack Section Responsive Css Start Here*/
  .customer-feedback-head .heading-two {
  }

  .customer-feedback-slider .feedback-slider-box {
    margin: 50px 20px;
  }

  .feedback-slider-head span {
    font-size: 16px;
    line-height: 22px;
  }

  .feedback-slider-content p {
    min-height: 200px;
    max-height: 200px;
  }

  /*Customer FeedBack Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Services Together Section Responsive Css Start Here*/
  .services-together-inner .services-together-box {
    padding: 20px 10px;
  }

  .services-together-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .services-together-content a.more-btn {
    font-size: 14px;
  }

  /*Services Together Section Responsive Css End Here*/

  /*Cover Service Section Responsive Css Start Here*/
  .cover-service-head .heading-three {
  }

  .cover-service-wrap .cover-service-inner {
    flex-wrap: wrap;
  }

  .cover-service-inner .cover-service-box {
    width: 31%;
    margin: 0 5px 10px;
  }

  /*Cover Service Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    background-position: center;
    padding: 150px 0 175px;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
 --------------- About Page Folds Responsive Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Portfolio Brand Section Responsive Css Start Here*/
  .porfolio-brand-inner .portfolio-brand-img img {
    width: 150px;
  }

  /*Portfolio Brand Section Responsive Css End Here*/

  /*Portfolio Notable Section Responsive Css Start Here*/
  .porfolio-notable-inner .portfolio-notable-img img {
    width: 150px;
  }

  /*Portfolio Notable Fold Responsive Css End*/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Contact Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Contact Main Section Responsive Css Start Here*/
  .contact-inner-head .heading-three {
  }

  .contact-main-form .form-group {
    margin: 0 0 10px;
  }

  .contact-main-form .form-group input {
    font-size: 14px;
  }

  .contact-main-form .form-group textarea {
    font-size: 14px;
  }

  .contact-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Contact Main Section Responsive Css End Here*/

  /**************************************************************************
 ----------- Contact Page Folds Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    height: inherit;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  ul.footer-info li {
    margin: 0 5px 0;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin: 10px 0;
    background: #f4f4f4;
  }

  header .navbar-collapse .navbar-main-nav {
    flex-direction: column;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0 0 10px;
    display: inherit;
  }

  header .navbar-main-center ul.navbar-main-info {
    display: none;
  }

  header .navbar-main-center ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px 0;
    padding: 10px 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: block;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu {
    display: none;
    width: 100%;
  }

  header
    .navbar-nav
    .nav-item.dropdown:hover
    ul.dropdown-menu.dropdown-single-menu {
    display: none;
  }

  header
    .navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu.show {
    display: block;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu
    li {
    width: 100%;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
    width: 100%;
  }

  header .navbar-main-nav .website-main-buttons {
    margin: 20px 0;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 100px 0 75px;
  }

  .banner-main-sec .banner-main-content {
    text-align: center;
  }

  .banner-main-content .heading-one span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-content .website-main-buttons {
    margin: 20px 0;
  }

  /*Banner Main Form Responsive Css Start*/
  .banner-main-form .heading-four {
  }

  .banner-main-form .heading-four span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-main-form .form-group input {
    font-size: 14px;
  }

  .banner-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Main Form Responsive Css End*/
  /*Banner Editing Form Responsive Css Start*/
  .banner-editing-form {
    padding: 20px 20px;
  }

  .banner-editing-form .heading-four {
  }

  .banner-editing-form form .form-group label {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-editing-form form .form-group select {
    font-size: 14px;
  }

  .banner-editing-form form .form-group input {
    font-size: 14px;
  }

  .banner-editing-form form .form-group textarea {
    font-size: 14px;
  }

  .banner-editing-form form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.next-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.previous-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Editing Form Responsive Css End*/
  /*Banner Published Form Responsive Css Start*/
  .banner-inner-published-form {
    padding: 20px 20px;
  }

  .banner-inner-published-form .heading-four {
  }

  .banner-inner-published-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group-select .form-check-flex .form-check {
    width: 47%;
  }

  .banner-inner-published-form
    .form-group-select
    .form-check-flex
    .form-check
    .form-check-label {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group input {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Published Form Responsive Css End*/
  /*Banner Main Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  section.unlock-story-wrap {
    padding: 30px 0;
  }

  .unlock-story-inner .unlock-story-img {
    margin: 0 0 20px;
  }

  .unlock-story-inner .unlock-story-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .unlock-story-content span {
    font-size: 20px;
    line-height: 26px;
  }

  .unlock-story-content ul {
    text-align: left;
    display: grid;
    justify-content: center;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Service Offer Section Responsive Css Start Here*/
  section.service-offer-wrap {
    padding: 30px 0;
  }

  .service-offer-wrap .service-offer-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .service-offer-box p {
    min-height: 175px;
    max-height: 175px;
  }

  /*Service Offer Section Responsive Css End Here*/

  /*Why Choose Section Responsive Css Start Here*/
  section.why-choose-wrap {
    padding: 30px 0;
  }

  .why-choose-wrap .why-choose-head {
    margin: 0 0 30px;
  }

  .why-choose-inner .why-choose-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-choose-box .choose-box-img {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .why-choose-box .choose-box-content {
    width: 100%;
    padding: 0 10px 0;
    text-align: center;
    min-height: 240px;
    max-height: 240px;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*CTA Banner Section Responsive Css Start Here*/
  section.cta-banner-wrap {
    padding: 125px 0 200px;
  }

  .cta-banner-content .heading-three {
  }

  .cta-banner-content .website-main-buttons {
    justify-content: left;
  }

  .cta-banner-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*CTA Banner Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  section.step-works-wrap {
    padding: 30px 0;
  }

  .step-works-wrap .step-works-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .step-works-box .work-box-img {
    margin: 0 10px 0 0;
  }

  .works-box-content p {
    min-height: inherit;
    max-height: inherit;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  .cta-main-content .heading-three {
  }

  .cta-main-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  .cta-main-content .website-main-buttons {
    justify-content: left;
  }

  /*Main CTA Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  /* section.our-portfolio-wrap {
        padding: 50px 0 50px;
    }

    .our-portfolio-wrap .our-portfolio-head {
        margin: 0 auto 30px;
    }

    .our-portfolio-head .heading-two {
        
    }

    .our-portfolio-slider .slick-prev {
        left: -25px;
    }

    .our-portfolio-slider .slick-next {
        right: -25px;
    } */

  /*Our Portfolio Section Responsive Css End Here*/

  /*FAQS Section Responsive Css Start Here*/
  section.faqs-sec-wrap {
    padding: 30px 0;
  }

  .faqs-sec-img .heading-four {
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    line-height: 24px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Customer FeedBack Section Responsive Css Start Here*/
  section.customer-feedback-wrap {
    padding: 75px 0 150px;
  }

  .customer-feedback-wrap .customer-feedback-head {
    margin: 0 auto 30px;
  }

  .customer-feedback-head .heading-two {
  }

  .customer-feedback-slider .feedback-slider-box {
    margin: 50px 10px;
  }

  .feedback-slider-head span {
    font-size: 16px;
    line-height: 22px;
  }

  .feedback-slider-content p {
    min-height: 200px;
    max-height: 200px;
  }

  /*Customer FeedBack Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Services Together Section Responsive Css Start Here*/
  section.services-together-wrap {
    padding: 30px 0;
  }

  .services-together-inner .services-together-box {
    padding: 20px 10px;
  }

  .services-together-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .services-together-content a.more-btn {
    font-size: 14px;
  }

  /*Services Together Section Responsive Css End Here*/

  /*Our Process Section Responsive Css Start Here*/
  section.our-process-wrap {
    padding: 30px 0;
  }

  .our-process-wrap .our-process-head {
    margin: 0 0 30px;
  }

  /*Our Process Section Responsive Css End Here*/

  /*Cover Service Section Responsive Css Start Here*/
  section.cover-service-wrap {
    padding: 75px 0;
  }

  .cover-service-wrap .cover-service-head {
    margin: 0 0 30px;
  }

  .cover-service-head .heading-three {
  }

  .cover-service-wrap .cover-service-inner {
    flex-wrap: wrap;
  }

  .cover-service-inner .cover-service-box {
    width: 31%;
    margin: 0 5px 10px;
  }

  /*Cover Service Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    background-position: center;
    padding: 150px 0 175px;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
 --------------- About Page Folds Responsive Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Portfolio Brand Section Responsive Css Start Here*/
  section.portfolio-brand-wrap {
    padding: 30px 0;
  }

  .portfolio-brand-wrap .porfolio-brand-head {
    width: 100%;
  }

  .porfolio-brand-inner .portfolio-brand-img img {
    width: 150px;
  }

  /*Portfolio Brand Section Responsive Css End Here*/

  /*Portfolio Notable Section Responsive Css Start Here*/
  section.portfolio-notable-wrap {
    padding: 30px 0;
  }

  .portfolio-notable-wrap .porfolio-notable-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .porfolio-notable-inner .portfolio-notable-img img {
    width: 150px;
  }

  /*Portfolio Notable Fold Responsive Css End*/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Contact Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Contact Main Section Responsive Css Start Here*/
  section.contact-main-sec {
    padding: 30px 0;
  }

  .contact-inner-head .heading-three {
  }

  .contact-main-form .form-group {
    margin: 0 0 10px;
  }

  .contact-main-form .form-group input {
    font-size: 14px;
  }

  .contact-main-form .form-group textarea {
    font-size: 14px;
  }

  .contact-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Contact Main Section Responsive Css End Here*/

  /**************************************************************************
 ----------- Contact Page Folds Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Footer Responsive Css Start Here*/
  .footer-top .footer-links-area {
    height: inherit;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul.footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }

  ul.footer-info li {
    margin: 0 5px 10px;
    justify-content: left;
    width: 48%;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin: 10px 0;
    background: #f4f4f4;
  }

  header .navbar-collapse .navbar-main-nav {
    flex-direction: column;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0 0 10px;
    display: inherit;
  }

  header .navbar-main-center ul.navbar-main-info {
    display: none;
  }

  header .navbar-main-center ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px 0;
    padding: 10px 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: block;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu {
    display: none;
    width: 100%;
  }

  header
    .navbar-nav
    .nav-item.dropdown:hover
    ul.dropdown-menu.dropdown-single-menu {
    display: none;
  }

  header
    .navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu.show {
    display: block;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu
    li {
    width: 100%;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
    width: 100%;
  }

  header .navbar-main-nav .website-main-buttons {
    margin: 20px 0;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 100px 0 75px;
  }

  .banner-main-sec .banner-main-content {
    text-align: center;
  }

  .banner-main-content .heading-one span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-content .website-main-buttons {
    margin: 20px 0;
  }

  /*Banner Main Form Responsive Css Start*/
  .banner-main-sec .banner-main-form {
    padding: 20px 20px;
    text-align: center;
  }

  .banner-main-form .heading-four {
  }

  .banner-main-form .heading-four span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-main-form .form-group input {
    font-size: 14px;
  }

  .banner-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
    margin: 10px auto 0;
  }

  /*Banner Main Form Responsive Css End*/
  /*Banner Editing Form Responsive Css Start*/
  .banner-editing-form {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-editing-form .heading-four {
  }

  .banner-editing-form form .form-group label {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-editing-form form .form-group select {
    font-size: 14px;
  }

  .banner-editing-form form .form-group input {
    font-size: 14px;
  }

  .banner-editing-form form .form-group textarea {
    font-size: 14px;
  }

  .banner-editing-form form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.next-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.previous-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Editing Form Responsive Css End*/
  /*Banner Published Form Responsive Css Start*/
  .banner-inner-published-form {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-inner-published-form .heading-four {
  }

  .banner-inner-published-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group-select .form-check-flex .form-check {
    width: 100%;
  }

  .banner-inner-published-form
    .form-group-select
    .form-check-flex
    .form-check
    .form-check-label {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group input {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Published Form Responsive Css End*/
  /*Banner Main Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  section.unlock-story-wrap {
    padding: 30px 0;
  }

  .unlock-story-inner .unlock-story-img {
    margin: 0 0 20px;
  }

  .unlock-story-inner .unlock-story-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .unlock-story-content span {
    font-size: 20px;
    line-height: 26px;
  }

  .unlock-story-content ul {
    text-align: left;
    display: grid;
    justify-content: center;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Service Offer Section Responsive Css Start Here*/
  section.service-offer-wrap {
    padding: 30px 0;
  }

  .service-offer-wrap .service-offer-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .service-offer-box p {
    min-height: 175px;
    max-height: 175px;
  }

  /*Service Offer Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/

  /* .our-portfolio-buttons ul.nav-pills li.nav-item {
    margin: 0 5px 10px;
  }

  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
    width: 120px;
    padding: 10px 5px;
  }

  .portfolio-books-box a {
    width: 150px;
  } */

  .portfolio-books-box a img{
    height: auto;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Why Choose Section Responsive Css Start Here*/
  section.why-choose-wrap {
    padding: 30px 0;
  }

  .why-choose-wrap .why-choose-head {
    margin: 0 0 30px;
  }

  .why-choose-inner .why-choose-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-choose-box .choose-box-img {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .why-choose-box .choose-box-content {
    width: 100%;
    padding: 0 10px 0;
    text-align: center;
    min-height: 240px;
    max-height: 240px;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*CTA Banner Section Responsive Css Start Here*/
  section.cta-banner-wrap {
    padding: 125px 0 200px;
  }

  .cta-banner-wrap .cta-banner-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .cta-banner-content .heading-three {
  }

  .cta-banner-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*CTA Banner Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  section.step-works-wrap {
    padding: 30px 0;
  }

  .step-works-wrap .step-works-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .step-works-box .work-box-img {
    margin: 0 10px 0 0;
  }

  .works-box-content p {
    min-height: inherit;
    max-height: inherit;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  .cta-main-wrap .cta-main-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .cta-main-content .heading-three {
  }

  .cta-main-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*Main CTA Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  /* section.our-portfolio-wrap {
        padding: 50px 0 50px;
    }

    .our-portfolio-wrap .our-portfolio-head {
        width: 100%;
        margin: 0 auto 30px;
    }

    .our-portfolio-head .heading-two {
        
    }

    .our-portfolio-slider .slick-arrow {
        display: none !important;
    } */

  /*Our Portfolio Section Responsive Css End Here*/

  /*FAQS Section Responsive Css Start Here*/
  section.faqs-sec-wrap {
    padding: 30px 0;
  }

  .faqs-sec-wrap .faqs-sec-img {
    margin: 0 0 20px;
  }

  .faqs-sec-img .heading-four {
  }

  .faqs-sec-item .faqs-sec-head {
    text-align: center;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    line-height: 24px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Customer FeedBack Section Responsive Css Start Here*/
  section.customer-feedback-wrap {
    padding: 75px 0 150px;
  }

  .customer-feedback-wrap .customer-feedback-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .customer-feedback-head .heading-two {
  }

  .customer-feedback-slider .feedback-slider-box {
    margin: 50px 10px;
  }

  .feedback-slider-head span {
    font-size: 16px;
    line-height: 22px;
  }

  .feedback-slider-content p {
    min-height: inherit;
    max-height: inherit;
  }

  /*Customer FeedBack Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Services Together Section Responsive Css Start Here*/
  section.services-together-wrap {
    padding: 30px 0;
  }

  .services-together-inner .services-together-box {
    padding: 20px 10px;
  }

  .services-together-box .services-together-icon {
    width: 15%;
  }

  .services-together-box .services-together-content {
    width: 85%;
  }

  .services-together-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .services-together-content a.more-btn {
    font-size: 14px;
  }

  /*Services Together Section Responsive Css End Here*/

  /*Our Process Section Responsive Css Start Here*/
  section.our-process-wrap {
    padding: 30px 0;
  }

  .our-process-wrap .our-process-head {
    margin: 0 0 30px;
  }

  /*Our Process Section Responsive Css End Here*/

  /*Cover Service Section Responsive Css Start Here*/
  section.cover-service-wrap {
    padding: 75px 0;
  }

  .cover-service-wrap .cover-service-head {
    margin: 0 0 30px;
  }

  .cover-service-head .heading-three {
  }

  .cover-service-wrap .cover-service-inner {
    flex-wrap: wrap;
  }

  .cover-service-inner .cover-service-box {
    width: 47%;
    margin: 0 5px 10px;
  }

  /*Cover Service Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    background-position: center;
    padding: 125px 0 175px;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
 --------------- About Page Folds Responsive Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Portfolio Brand Section Responsive Css Start Here*/
  section.portfolio-brand-wrap {
    padding: 30px 0;
  }

  .portfolio-brand-wrap .porfolio-brand-head {
    width: 100%;
  }

  .porfolio-brand-inner .portfolio-brand-img img {
    width: 150px;
  }

  /*Portfolio Brand Section Responsive Css End Here*/

  /*Portfolio Notable Section Responsive Css Start Here*/
  section.portfolio-notable-wrap {
    padding: 30px 0;
  }

  .portfolio-notable-wrap .porfolio-notable-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .porfolio-notable-inner .portfolio-notable-img img {
    width: 150px;
  }

  /*Portfolio Notable Fold Responsive Css End*/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Contact Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Contact Main Section Responsive Css Start Here*/
  section.contact-main-sec {
    padding: 30px 0;
  }

  .contact-main-sec .contact-main-inner {
    margin: 0 0 20px;
  }

  .contact-main-inner .contact-inner-head {
    text-align: center;
  }

  .contact-inner-head .heading-three {
  }

  .contact-main-form .form-group {
    margin: 0 0 10px;
  }

  .contact-main-form .form-group input {
    font-size: 14px;
  }

  .contact-main-form .form-group textarea {
    font-size: 14px;
  }

  .contact-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Contact Main Section Responsive Css End Here*/

  /**************************************************************************
 ----------- Contact Page Folds Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Footer Responsive Css Start Here*/
  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-top .footer-links-area {
    border-right: none;
    border-bottom: 1px solid #3d3d3d;
    height: inherit;
    text-align: center;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul.footer-info {
    flex-direction: column;
  }

  ul.footer-info li {
    margin: 0 0 10px;
    justify-content: left;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  .footer-bottom .footer-copyright {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-copyright ul.footer-social-list {
    justify-content: center;
    margin: 10px 0 0;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*Footer Responsive Css End Here*/
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  /*Website Custom Style Responsive Css For Single Items Start Here*/

  /*Heading & Para Style Responsive Css*/
  .heading-one {
    font-size: 38px;
    line-height: 44px;
  }

  .heading-two {
    font-size: 32px;
    line-height: 38px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-four {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-six {
    font-size: 18px;
    line-height: 24px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  li {
    font-size: 14px;
    line-height: 20px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }

  .website-main-buttons a.read-more-btn,
  .website-main-buttons button.popup-btn,
  .website-main-buttons button.chat-btn,
  .website-main-buttons a.call-btn {
    font-size: 14px;
    width: 150px;
    padding: 10px 5px;
    margin: 0 5px 5px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar {
    padding: 10px 10px;
  }

  header nav.navbar .navbar-brand .logo {
    width: 120px;
  }

  header .navbar-expand-lg .navbar-collapse {
    margin: 10px 0;
    background: #f4f4f4;
  }

  header .navbar-collapse .navbar-main-nav {
    flex-direction: column;
  }

  header .navbar-main-nav .navbar-main-center {
    margin: 0 0 10px;
    display: inherit;
  }

  header .navbar-main-center ul.navbar-main-info {
    display: none;
  }

  header .navbar-main-center ul.navbar-nav {
    margin: 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item {
    margin: 0 10px 0;
    padding: 10px 0;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    line-height: 22px;
  }

  header .navbar-main-center ul.navbar-nav li.nav-item.dropdown {
    position: relative;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
  }

  header .navbar-nav .nav-item.dropdown:hover ul.dropdown-menu {
    display: none;
  }

  header .navbar-nav .nav-item.dropdown ul.dropdown-menu.show {
    display: block;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu {
    display: none;
    width: 100%;
  }

  header
    .navbar-nav
    .nav-item.dropdown:hover
    ul.dropdown-menu.dropdown-single-menu {
    display: none;
  }

  header
    .navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu.show {
    display: block;
  }

  header
    ul.navbar-nav
    .nav-item.dropdown
    ul.dropdown-menu.dropdown-single-menu
    li {
    width: 100%;
  }

  header ul.navbar-nav .nav-item.dropdown ul.dropdown-menu li {
    width: 100%;
  }

  header .navbar-main-nav .website-main-buttons {
    margin: 20px 0;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Banner Main Section Responsive Css Start Here*/
  section.banner-main-sec {
    padding: 100px 0 75px;
  }

  .banner-main-sec .banner-main-content {
    text-align: center;
  }

  .banner-main-content .heading-one span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-content .website-main-buttons {
    margin: 20px 0;
  }

  /*Banner Main Form Responsive Css Start*/
  .banner-main-sec .banner-main-form {
    padding: 20px 20px;
    text-align: center;
  }

  .banner-main-form .heading-four {
  }

  .banner-main-form .heading-four span {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-main-form .form-group .form-select {
    font-size: 14px;
  }

  .banner-main-form .form-group input {
    font-size: 14px;
  }

  .banner-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
    margin: 10px auto 0;
  }

  /*Banner Main Form Responsive Css End*/
  /*Banner Editing Form Responsive Css Start*/
  .banner-editing-form {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-editing-form .heading-four {
  }

  .banner-editing-form form .form-group label {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-editing-form form .form-group select {
    font-size: 14px;
  }

  .banner-editing-form form .form-group input {
    font-size: 14px;
  }

  .banner-editing-form form .form-group textarea {
    font-size: 14px;
  }

  .banner-editing-form form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.next-btn {
    font-size: 14px;
    width: 150px;
  }

  .banner-editing-form form .step-form-btns button.previous-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Editing Form Responsive Css End*/
  /*Banner Published Form Responsive Css Start*/
  .banner-inner-published-form {
    width: 100%;
    padding: 20px 20px;
  }

  .banner-inner-published-form .heading-four {
  }

  .banner-inner-published-form .form-group .form-select {
    font-size: 12px;
  }

  .banner-inner-published-form .form-group-select .form-check-flex .form-check {
    width: 100%;
  }

  .banner-inner-published-form
    .form-group-select
    .form-check-flex
    .form-check
    .form-check-label {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group input {
    font-size: 14px;
  }

  .banner-inner-published-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
  }

  /*Banner Published Form Responsive Css End*/
  /*Banner Main Section Responsive Css End Here*/

  /*Unlock Story Section Responsive Css Start Here*/
  section.unlock-story-wrap {
    padding: 30px 0;
  }

  .unlock-story-inner .unlock-story-img {
    margin: 0 0 20px;
  }

  .unlock-story-inner .unlock-story-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .unlock-story-content span {
    font-size: 20px;
    line-height: 26px;
  }

  .unlock-story-content ul {
    text-align: left;
  }

  .unlock-story-content ul.unlock-double-list {
    grid-template-columns: 1fr;
  }

  /*Unlock Story Section Responsive Css End Here*/

  /*Service Offer Section Responsive Css Start Here*/
  section.service-offer-wrap {
    padding: 30px 0;
  }

  .service-offer-wrap .service-offer-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .service-offer-box p {
    min-height: inherit;
    max-height: inherit;
  }

  /*Service Offer Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/

  /* .our-portfolio-buttons ul.nav-pills li.nav-item {
    margin: 0 5px 10px;
  }

  .our-portfolio-buttons ul.nav-pills li.nav-item button.nav-link {
    font-size: 14px;
    width: 120px;
    padding: 10px 5px;
  }

  .portfolio-books-box a {
    width: 150px;
  } */

  .portfolio-books-box a img{
    height: auto;
  }

  /*Our Portfolio Section Responsive Css End Here*/

  /*Why Choose Section Responsive Css Start Here*/
  section.why-choose-wrap {
    padding: 30px 0;
  }

  .why-choose-wrap .why-choose-head {
    margin: 0 0 30px;
  }

  .why-choose-inner .why-choose-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .why-choose-box .choose-box-img {
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .why-choose-box .choose-box-content {
    width: 100%;
    padding: 0 10px 0;
    text-align: center;
    min-height: inherit;
    max-height: inherit;
  }

  /*Why Choose Section Responsive Css End Here*/

  /*CTA Banner Section Responsive Css Start Here*/
  section.cta-banner-wrap {
    padding: 125px 0 200px;
  }

  .cta-banner-wrap .cta-banner-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .cta-banner-content .heading-three {
  }

  .cta-banner-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*CTA Banner Section Responsive Css End Here*/

  /*Step Works Section Responsive Css Start Here*/
  section.step-works-wrap {
    padding: 30px 0;
  }

  .step-works-wrap .step-works-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .step-works-box .work-box-img {
    margin: 0 10px 0 0;
  }

  .works-box-content p {
    min-height: inherit;
    max-height: inherit;
  }

  /*Step Works Section Responsive Css End Here*/

  /*Main CTA Section Responsive Css Start Here*/
  .cta-main-wrap .cta-main-content {
    text-align: center;
    margin: 0 0 20px;
  }

  .cta-main-content .heading-three {
  }

  .cta-main-content .website-main-buttons a.call-btn {
    width: 175px;
  }

  /*Main CTA Section Responsive Css End Here*/

  /*Our Portfolio Section Responsive Css Start Here*/
  /* section.our-portfolio-wrap {
        padding: 50px 0 50px;
    }

    .our-portfolio-wrap .our-portfolio-head {
        width: 100%;
        margin: 0 auto 30px;
    }

    .our-portfolio-head .heading-two {
        
    }

    .our-portfolio-slider .slick-arrow {
        display: none !important;
    } */

  /*Our Portfolio Section Responsive Css End Here*/

  /*FAQS Section Responsive Css Start Here*/
  section.faqs-sec-wrap {
    padding: 30px 0;
  }

  .faqs-sec-wrap .faqs-sec-img {
    margin: 0 0 20px;
  }

  .faqs-sec-img .heading-four {
  }

  .faqs-sec-item .faqs-sec-head {
    text-align: center;
  }

  .faqs-sec-item .accordion-item .accordion-header button.accordion-button {
    font-size: 18px;
    line-height: 24px;
  }

  .faqs-sec-item .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
    line-height: 20px;
  }

  /*FAQS Section Responsive Css End Here*/

  /*Customer FeedBack Section Responsive Css Start Here*/
  section.customer-feedback-wrap {
    padding: 75px 0 150px;
  }

  .customer-feedback-wrap .customer-feedback-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .customer-feedback-head .heading-two {
  }

  .customer-feedback-slider .feedback-slider-box {
    margin: 50px 10px;
  }

  .feedback-slider-head span {
    font-size: 16px;
    line-height: 22px;
  }

  .feedback-slider-content p {
    min-height: inherit;
    max-height: inherit;
  }

  /*Customer FeedBack Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Services Together Section Responsive Css Start Here*/
  section.services-together-wrap {
    padding: 30px 0;
  }

  .services-together-inner .services-together-box {
    padding: 20px 10px;
  }

  .services-together-box .services-together-icon {
    width: 25%;
  }

  .services-together-box .services-together-content {
    width: 75%;
  }

  .services-together-content p {
    font-size: 14px;
    line-height: 20px;
  }

  .services-together-content a.more-btn {
    font-size: 14px;
  }

  /*Services Together Section Responsive Css End Here*/

  /*Our Process Section Responsive Css Start Here*/
  section.our-process-wrap {
    padding: 30px 0;
  }

  .our-process-wrap .our-process-head {
    margin: 0 0 30px;
  }

  /*Our Process Section Responsive Css End Here*/

  /*Cover Service Section Responsive Css Start Here*/
  section.cover-service-wrap {
    padding: 75px 0;
  }

  .cover-service-wrap .cover-service-head {
    margin: 0 0 30px;
  }

  .cover-service-head .heading-three {
  }

  .cover-service-wrap .cover-service-inner {
    flex-wrap: wrap;
  }

  .cover-service-inner .cover-service-box {
    width: 100%;
    margin: 0 5px 10px;
  }

  .cover-service-box .cover-box-content {
    min-height: inherit;
    max-height: inherit;
  }

  /*Cover Service Section Responsive Css End Here*/

  /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 --------------- About Page Folds Responsive Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*About Banner Section Responsive Css Start Here*/
  section.about-banner-sec {
    background-position: center;
    padding: 125px 0 175px;
  }

  /*About Banner Section Responsive Css End Here*/

  /**************************************************************************
 --------------- About Page Folds Responsive Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Portfolio Brand Section Responsive Css Start Here*/
  section.portfolio-brand-wrap {
    padding: 30px 0;
  }

  .portfolio-brand-wrap .porfolio-brand-head {
    width: 100%;
  }

  .porfolio-brand-inner .portfolio-brand-img img {
    width: 150px;
  }

  /*Portfolio Brand Section Responsive Css End Here*/

  /*Portfolio Notable Section Responsive Css Start Here*/
  section.portfolio-notable-wrap {
    padding: 30px 0;
  }

  .portfolio-notable-wrap .porfolio-notable-head {
    width: 100%;
    margin: 0 auto 30px;
  }

  .porfolio-notable-inner .portfolio-notable-img img {
    width: 150px;
  }

  /*Portfolio Notable Fold Responsive Css End*/

  /**************************************************************************
 ---------- Portfolio Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /**************************************************************************
 ---------- Contact Page Folds Responsive Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Contact Main Section Responsive Css Start Here*/
  section.contact-main-sec {
    padding: 30px 0;
  }

  .contact-main-sec .contact-main-inner {
    margin: 0 0 20px;
  }

  .contact-main-inner .contact-inner-head {
    text-align: center;
  }

  .contact-inner-head .heading-three {
  }

  .contact-main-form .form-group {
    margin: 0 0 10px;
  }

  .contact-main-form .form-group input {
    font-size: 14px;
  }

  .contact-main-form .form-group textarea {
    font-size: 14px;
  }

  .contact-main-form .form-group button.submit-btn {
    font-size: 14px;
    width: 150px;
    margin: 0 auto;
  }

  /*Contact Main Section Responsive Css End Here*/

  /**************************************************************************
 ----------- Contact Page Folds Responsive Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

  /*Footer Responsive Css Start Here*/
  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-top .footer-links-area {
    border-right: none;
    border-bottom: 1px solid #3d3d3d;
    height: inherit;
    text-align: center;
  }

  .footer-services-nav-links ul.footer-nav-links {
    grid-template-columns: 1fr;
  }

  .footer-links-area ul.footer-nav-links a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul.footer-info {
    flex-direction: column;
  }

  ul.footer-info li {
    margin: 0 0 10px;
    justify-content: left;
  }

  ul.footer-info li a {
    font-size: 14px;
  }

  ul.footer-info li p {
    font-size: 14px;
  }

  .footer-bottom .footer-copyright {
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .footer-copyright ul.footer-social-list {
    justify-content: center;
    margin: 10px 0 0;
  }

  ul.footer-social-list li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  /*Footer Responsive Css End Here*/
}
