@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@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");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", sans-serif;
  text-transform: capitalize;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  font-family: "Poppins";
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

p {
  font-family: "Poppins";
}

/*Website Custom Style Css For Single Items Start Here*/

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display";
}

.bg-dark-btn {
  background-color: #35929a;
  border: none;
  color: white;
}

.bg-dark-btn:hover {
  background-color: #ce9d87;
  border: none;
  color: white;
}

.btn-dark-new {
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Playfair Display";
}

.bg-purple {
  color: #fff;
  background-color: #ce9d87;
}

.bg-purple:hover {
  color: #fff;
  background-color: #439399;
  border: 1px solid #fff;
}

/* header css start here */
header.main-header {
}

.main-header nav.navbar {
  justify-content: space-between;
}

.main-header img.logo {
  width: 250px;
  height: 70px;
  object-fit: cover;
}

.main-header .navbar-buttons {
  display: flex;
  gap: 40px;
}

.navbar-buttons a {
  font-size: 15px;
  border-radius: 7px;
  padding: 10px 40px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  background: #d69f83;
  color: #fff;
  border: 2px solid #d69f83;
  font-weight: 400;
}

.navbar-buttons a:hover {
  background-color: transparent;
  border-color: black;
}

.navbar-buttons a.call-btn:hover {
  background: #d69f83;
  border: 2px solid #d69f83;
  color: #fff;
}

.navbar-buttons a.call-btn {
  background-color: #35929a;
  border-color: #35929a;
  color: #fff;
}

.navbar-buttons a:hover {
  background: #35929a;
  border: 2px solid #35929a;
  color: #fff;
}

/* header css end here */

/*  footer css start here */
footer {
  background: #000;
  padding: 30px 0;
  margin: 0;
}

.ft-details p {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}

/*  footer css end here */

/*Heading & Para Style Css*/
.heading-one {
  font-size: 40px;
  line-height: 47px;
}

.heading-two {
  font-size: 38px;
  line-height: 45px;
}

.heading-three {
  font-size: 35px;
  line-height: 42px;
}

.heading-four {
  font-size: 30px;
  line-height: 37px;
}

.heading-five {
  font-size: 24px;
  line-height: 30px;
}

.heading-six {
  font-size: 20px;
  line-height: 26px;
}

p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

/*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;
  font-weight: 700;
  letter-spacing: 1px;
  width: 250px;
  height: 50px;
  line-height: 30px;
  border-radius: 5px 5px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/**************************************************************************
 --------------------- Marketing Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
section.banner-main-sec {
  background-image: url(../images/banner-main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding: 50px 0 50px;
  position: relative;
  z-index: 1;
}

.banner-main-sec .banner-main-content {
}

.banner-main-sec .banner-main-content .heading-six {
  color: white;
}

.banner-main-content .heading-one {
  color: #fff;
  margin: 0 0 20px;
  font-size: 60px;
  line-height: 67px;
}

.banner-main-content p {
  color: #fff;
}

.banner-main-sec .banner-main-content .website-buttons a.live-cht {
  border-color: white;
  color: white;
}

.banner-main-sec .banner-main-content .website-buttons a.call-btn:hover {
  color: white;
  border-color: white;
}

.banner-main-sec .banner-main-content .website-buttons a.live-cht:hover {
  border-color: #70e7d8;
  color: black;
}

/*Book Editing Form Css Start*/
.banner-editing-form {
  background: #fff;
  width: 80%;
  border-radius: 20px 0px;
  box-shadow: 0 0px 15px -5px #fff;
  padding: 20px 20px;
  margin: 0 auto;
}

.banner-editing-form h4 {
  color: #35929a;
  font-size: 40px;
  line-height: 47px;
  margin: 0 0 10px;
}

.banner-editing-form form {
}

.selceted-box#step2 {
  display: none;
}

.banner-editing-form form .form-group {
  margin: 0 0 5px;
}

.banner-editing-form form .form-group label {
  background: #fbfbfb;
  color: #181223;
  font-size: 16px;
  line-height: 22px;
  padding: 0 5px;
  position: relative;
  bottom: -14px;
  left: 10px;
}

.banner-editing-form form .form-group select {
  font-family: "SF-Pro-Display-Regular";
  background-color: #fbfbfb;
  color: #b2b2b2;
  border: 2px solid #e9e7e7;
  font-size: 16px;
  width: 100%;
  padding: 10px 30px 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.banner-editing-form form .form-group select option {
  color: #181223;
}

.banner-editing-form form .form-group input {
  font-family: "SF-Pro-Display-Regular";
  background-color: #fbfbfb;
  color: #181223;
  border: 2px solid #e9e7e7;
  font-size: 16px;
  width: 100%;
  padding: 10px 10px 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

.banner-editing-form form .form-group input::placeholder {
  color: #b2b2b2;
}

.banner-editing-form form .form-group textarea {
  font-family: "SF-Pro-Display-Regular";
  background-color: #fbfbfb;
  color: #181223;
  border: 2px solid #e9e7e7;
  font-size: 16px;
  width: 100%;
  height: 60px;
  padding: 15px 10px 10px 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  resize: none;
}

.banner-editing-form form .form-group textarea::placeholder {
  color: #b2b2b2;
}

.banner-editing-form form .form-group button.submit-btn {
  background: #35929a;
  color: #fff;
  border: 2px solid #35929a;
  font-size: 18px;
  width: 100%;
  height: 45px;
  border-radius: 7px;
  padding: 8px 10px;
  margin: 20px 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: transparent;
  color: black;
  border: 2px solid #181223;
}

.banner-editing-form form p {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}

/*Book Editing Form Css Here*/

/* Banner Main Section Css End Here */

/*Brands Section Css Start Here*/
section.brands-main-sec {
  background-color: #35929a;
  position: relative;
  z-index: 10;
}

.brands-main-sec .an-custom-container .bottom {
  padding: 30px 0;
}

.brands-main-sec .an-custom-container .bottom img {
  margin: auto;
  filter: brightness(0) invert(1);
  max-width: 150px;
}

/*Brands Section Css End Here*/

/* About Section Fold2 Start */

section.about-sec-wrap {
  background-color: #fff;
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 10;
}

.about-sec-wrap .about-main-content {
}

.about-sec-wrap .about-main-content .heading-two {
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin: 0px 0 20px 0;
}

.about-sec-wrap .about-main-content p {
  color: #000;
  margin: 0 0 20px 0;
}

section.about-sec-wrap .about-main-img {
}

section.about-sec-wrap .about-main-img img {
  width: 100%;
}

/* About Section Fold2 End */

/* Service Section CSS Start Here */
section.service-main-sec {
  padding: 100px 0px 150px;
  background: #eaeaea;
  position: relative;
}

section.service-main-sec:after {
  content: "";
  background: url(../images/write-sec-after.png);
  width: 50px;
  height: 84px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 250px;
  bottom: 50px;
  opacity: 0.4;
}

section.service-main-sec .serv-head-wrap {
  text-align: center;
  margin-bottom: 50px;
}

section.service-main-sec .serv-head-wrap .heading-three {
  color: black;
  position: relative;
  /* font-size: 45px; */
  /* line-height: 52px; */
}

section.service-main-sec .serv-head-wrap .heading-three:before {
  content: "";
  background: url(../images/write-before.png);
  width: 58px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  top: -40px;
  left: 150px;
  opacity: 0.3;
}

section.service-main-sec .serv-head-wrap .heading-three:after {
  content: "";
  background: url(../images/write-after.png);
  width: 38px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 150px;
  top: -30px;
  opacity: 0.3;
}

section.service-main-sec .serv-box-div {
  padding: 30px 25px;
  text-align: center;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
  position: relative;
  min-height: 300px;
}

section.service-main-sec .serv-box-div .heading-five {
  color: black;
  margin-bottom: 20px;
  /* font-size: 30px; */
  /* line-height: 37px; */
}

section.service-main-sec .serv-box-div p {
  font-size: 17px;
  line-height: 24px;
}

section.service-main-sec .serv-box-div:hover {
  background: #fff;
  box-shadow: 0 0 20px 10px #e2e1e18a;
}

section.service-main-sec .serv-box-div:before {
  content: "";
  background: url(../images/ser-before.png);
  width: 31px;
  height: 52px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: 10px;
  top: 15px;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

section.service-main-sec .serv-box-div:hover:before {
  visibility: visible;
}

/* Service Section CSS End Here */

/* CTA Section CSS Start Here */
section.cta-main-sec {
  padding: 50px 0px;
  background: #35929a;
  margin-bottom: 30px;
}

section.cta-main-sec .cta-main-content-div .website-buttons a.call-btn,
section.cta-main-sec .cta-main-content-div .website-buttons a.live-cht {
  border-color: black;
}

section.cta-main-sec .cta-main-content-div .website-buttons a.call-btn:hover,
section.cta-main-sec .cta-main-content-div .website-buttons a.live-cht:hover {
  background: white;
  border-color: white;
}

section.cta-main-sec .cta-main-content-div {
  text-align: center;
  position: relative;
  z-index: 1;
}

section.cta-main-sec .cta-main-content-div .website-buttons {
  justify-content: center;
}

section.cta-main-sec .cta-main-content-div:before {
  content: "";
  background: url(../images/cta-inner-before.png);
  width: 300px;
  height: 240px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: -130px;
  top: -45px;
}

section.cta-main-sec .cta-main-content-div:after {
  content: "";
  background: url(../images/cta-inner-after.png);
  width: 230px;
  height: 190px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: -90px;
  top: -20px;
}

.banner-btns a.call-btn {
  color: black;
  border: 1px solid white;
  padding: 10px 40px;
  border-radius: 6px;
  background-color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.banner-btns a.call-btn:hover {
  background: transparent;
  border-color: black;
  color: white;
}

section.cta-main-sec .cta-main-content-div h3,
section.cta-main-sec .cta-main-content-div p {
  color: white;
}

.cta-main-sec .banner-btns a.bg-dark-btn {
  background: black;
  border: 1px solid black;
}

.cta-main-sec .banner-btns a.bg-dark-btn:hover {
  background-color: transparent;
  border-color: white;
}

/* CTA Section CSS End Here */

/*Portfolio Section Add Fold Start*/

section.our-portfolio-sec {
  background-color: #fff;
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 10;
}

.portfolio-head .portfolio-head-content {
}

.portfolio-head .portfolio-head-content h3 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 55px;
  color: #00112b;
  font-family: "Playfair Display";
  margin: 0px 0 20px 0;
  line-height: 62px;
}

.portfolio-head .portfolio-head-content p {
  color: #333;
  font-size: 18px;
  line-height: 28px;
}

.portfolio-head .portfolio-img {
  text-align: right;
}

.portfolio-head .portfolio-img img {
  width: 450px;
}

.portfolio-main-box {
}

.portfolio-main-box ul.portfolio-list {
  display: grid;
  justify-content: center;
  margin: 0 0 20px 0;
  grid-template-columns: 20% 20% 20% 20% 20%;
  gap: 20px;
}

.portfolio-main-box ul.portfolio-list li.fancy-box-item {
  margin: 0 5px;
}

.portfolio-main-box ul.portfolio-list li.fancy-box-item a {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.portfolio-main-box ul.portfolio-list li.fancy-box-item a:hover .facybox-hover {
  transform: translateY(0%);
}

.portfolio-main-box ul.portfolio-list li.fancy-box-item img {
  width: 100%;
}

ul.portfolio-list li.fancy-box-item .facybox-hover {
  cursor: pointer;
  position: absolute;
  top: 0;
  background: #00000078;
  height: 100%;
  width: 100%;
  justify-content: center;
  vertical-align: middle;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

ul.portfolio-list li.fancy-box-item .facybox-hover i {
  color: #fff;
  font-size: 36px;
}

section.our-portfolio-sec .portfolio-head {
  margin-bottom: 20px;
}

section.our-portfolio-sec .portfolio-head .banner-btns {
  padding: 0;
}

/*Portfolio Section Add Fold Start*/

/* Process Section CSS Start Here */
section.process-sec-main {
  padding: 80px 0px 50px;
  position: relative;
  z-index: 3;
}

section.process-sec-main:after {
  content: "";
  background: url(../images/write-before.png);
  width: 38px;
  height: 36px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 18%;
  bottom: 30px;
  opacity: 0.2;
}

section.process-sec-main .process-head-wrap {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

section.process-sec-main .process-head-wrap .heading-three {
  color: black;
}

section.process-sec-main .process-head-wrap:before {
  content: "";
  background: url(../images/write-after.png);
  width: 38px;
  height: 55px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: 50%;
  top: -70px;
  opacity: 0.2;
}

section.process-sec-main .process-img-div {
  position: relative;
}

section.process-sec-main .process-img-div:before {
  content: "";
  background: url(../images/ser-before.png);
  width: 31px;
  height: 52px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  left: -30px;
  top: -60px;
  opacity: 0.2;
}

section.process-sec-main .process-img-div img {
  width: 90%;
}

section.process-sec-main .process-content-div {
  position: relative;
}

section.process-sec-main .process-content-div:before {
  content: "";
  background: url(../images/miror-btn.png);
  width: 38px;
  height: 51px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  background-position: 100%;
  right: 100px;
  top: -60px;
  opacity: 0.2;
}

section.process-sec-main .process-content-div .process-box-div {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.process-box-div .proces-num {
}

.process-box-div .proces-num .heading-four {
  font-size: 140px;
  line-height: 157px;
}

section.process-sec-main
  .process-content-div
  .process-box-div:nth-child(odd)
  .proces-num
  .heading-four {
  color: #35929a;
}

section.process-sec-main
  .process-content-div
  .process-box-div
  .process-steps-txt {
}

.process-box-div .process-steps-txt .heading-six {
  color: black;
  font-size: 30px;
  line-height: 37px;
}

.process-box-div .process-steps-txt p {
  color: black;
}

/* Process Section CSS End Here */

section.from-sec-main {
  background: url(../images/contact-sec-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0px;
}

section.from-sec-main .form-head-div {
  text-align: center;
  margin-bottom: 30px;
}

section.from-sec-main .form-head-div .heading-three {
  color: black;
  font-size: 41px;
  line-height: 48px;
}

section.from-sec-main .form-head-div p {
}

section.from-sec-main .form-foot-main {
}

section.from-sec-main .form-foot-main .from-group {
  margin-bottom: 30px;
}

section.from-sec-main .form-foot-main .from-group input,
section.from-sec-main .form-foot-main .from-group select,
section.from-sec-main .form-foot-main .from-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #35929a;
  border-radius: 7px;
}

section.from-sec-main .form-foot-main .from-group button {
  font-size: 15px;
  border-radius: 7px;
  padding: 10px 40px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  background: #35929a;
  color: #fff;
  border: 2px solid #35929a;
  font-weight: 400;
}

section.unlock-story-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.unlock-story-content .heading-three {
  color: #181223;
  margin: 0 0 20px;
}

.unlock-story-content .heading-three span {
  font-size: 38px;
  line-height: 46px;
  display: block;
}

.unlock-story-content p {
  color: #181223;
}

.unlock-story-content span {
  color: #181223;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

/* Home Fold CSS End here */

.pop-up-modal-bg2 .modal-content {
  background-color: #000;
  flex: 1 1 auto;
  padding: 0;
  width: 100%;
  border-radius: 20px;
}

/**************************************************************************
 --------------------- Marketing Page Folds Css End Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  /* Marketing Page Responsive CSS Start Here */
  /* Marketing Page Responsive CSS End Here */
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /* Marketing Page Responsive CSS Start Here */
  section.cta-main-sec .cta-main-content-div:before {
    width: 220px;
    height: 170px;
    left: -20px;
    top: -10px;
  }

  section.cta-main-sec .cta-main-content-div:after {
    width: 180px;
    height: 150px;
    right: -10px;
    top: 0;
  }

  .banner-main-content .heading-one {
    font-size: 50px;
    line-height: 57px;
  }

  section.cta-main-sec .cta-main-content-div p {
    width: 60%;
    margin: 0 auto;
  }

  /* Marketing Page Responsive CSS End Here */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* Marketing Page Responsive CSS Start Here */
  section.cta-main-sec .cta-main-content-div p {
    width: 60%;
    margin: 0 auto 12px;
  }

  section.cta-main-sec .cta-main-content-div:before {
    width: 170px;
    height: 130px;
    left: -15px;
    top: 20px;
  }

  section.cta-main-sec .cta-main-content-div:after {
    width: 180px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    top: 30px;
  }

  .banner-main-content .heading-one {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-editing-form h4 {
    font-size: 30px;
    line-height: 40px;
  }

  section.service-main-sec .serv-box-div,
  section.from-sec-main .form-head-div {
    text-align: left;
  }

  .about-sec-wrap .about-main-content .heading-two,
  .portfolio-head .portfolio-head-content h3 {
    font-size: 35px;
  }

  .banner-editing-form {
    width: 100%;
  }

  .banner-btns a.call-btn {
    padding: 10px 25px;
  }

  .main-header img.logo {
    width: 220px;
    height: 60px;
  }

  .pop-up-modal-bg2 .popup-modal-content h4 {
    font-size: 18px !important;
  }

  .pop-up-modal-bg2 .modal-dialog {
    max-width: 940px !important;
  }

  .process-box-div .proces-num .heading-four {
    font-size: 115px;
    line-height: 115px;
  }

  .process-box-div .process-steps-txt .heading-six {
    font-size: 25px;
    line-height: 35px;
  }

  /* Marketing Page Responsive CSS End Here */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-one {
    font-size: 35px;
    line-height: 42px;
  }

  .heading-two {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-three {
    font-size: 28px;
    line-height: 35px;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }

  /* Marketing Page Responsive CSS Start Here */
  section.cta-main-sec .cta-main-content-div:before {
    display: none;
  }

  section.cta-main-sec .cta-main-content-div:after {
    display: none;
  }

  section.service-main-sec .serv-head-wrap {
    margin-bottom: 0;
  }

  .banner-main-sec .banner-main-content {
    margin-bottom: 30px;
    text-align: left;
  }

  .banner-main-sec .banner-main-content .website-buttons {
    justify-content: center;
  }

  .about-sec-wrap .about-main-content {
    text-align: left;
  }

  .about-sec-wrap .about-main-content .website-buttons {
    justify-content: center;
  }

  section.service-main-sec .serv-box-div {
    min-height: auto;
    padding: 25px 25px 20px 10px;
    text-align: left;
  }

  section.process-sec-main {
    padding-top: 50px;
  }

  .banner-main-content .heading-one {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-editing-form h4 {
    font-size: 32px;
  }

  .main-header img.logo {
    width: 230px;
  }
  .portfolio-main-box ul.portfolio-list {
    grid-template-columns: 25% 25% 25% 25%;
  }
  .portfolio-head .portfolio-img img {
    width: 260px;
  }

  .portfolio-head .portfolio-head-content h3 {
    font-size: 40px;
  }

  .unlock-story-img img,
  section.process-sec-main .process-img-div img {
    width: 60%;
    float: left;
  }

  section.service-main-sec .serv-head-wrap .heading-three {
    margin: 0 0 12px 0;
  }

  .banner-editing-form {
    margin: 0;
  }

  section.about-sec-wrap .about-main-img img {
    width: 80%;
  }

  section.service-main-sec .serv-head-wrap,
  section.process-sec-main .process-head-wrap,
  section.cta-main-sec .cta-main-content-div,
  section.from-sec-main .form-head-div {
    text-align: left;
  }

  section.service-main-sec .serv-box-div:before {
    top: -27px;
  }

  .process-box-div .process-steps-txt .heading-six {
    font-size: 25px;
    line-height: 35px;
  }

  section.from-sec-main .form-head-div .heading-three {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-btns a.call-btn {
    padding: 10px 25px;
  }

  .process-box-div .proces-num .heading-four {
    font-size: 125px;
    line-height: 125px;
  }

  .pop-up-modal-bg2 .modal-dialog {
    max-width: 600px !important;
  }

  /* Marketing Page Responsive CSS End Here */
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heading-one {
    font-size: 30px;
    line-height: 37px;
  }

  .heading-two {
    font-size: 26px;
    line-height: 33px;
  }

  .heading-three {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 22px;
    line-height: 29px;
  }

  /* Marketing Page Responsive CSS Start Here */
  section.service-main-sec .serv-box-div:before {
    right: 20px;
    left: auto;
  }
  .main-header nav.navbar {
    justify-content: start;
  }

  section.cta-main-sec .cta-main-content-div:before {
    display: none;
  }

  section.cta-main-sec .cta-main-content-div:after {
    display: none;
  }

  section.service-main-sec .serv-head-wrap {
    margin-bottom: 0;
    text-align: left;
  }

  .banner-main-sec .banner-main-content {
    margin-bottom: 30px;
    text-align: left;
  }

  .banner-main-sec .banner-main-content .website-buttons {
    justify-content: center;
  }

  .about-sec-wrap .about-main-content {
    text-align: left;
  }

  .about-sec-wrap .about-main-content .website-buttons {
    justify-content: center;
  }

  section.service-main-sec .serv-box-div {
    min-height: auto;
    padding: 30px 12px;
    text-align: left;
    margin: 0;
  }

  section.process-sec-main {
    padding-top: 50px;
    padding-bottom: 0;
  }

  section.about-sec-wrap .about-main-img img {
    width: 80%;
    display: flex;
    margin: 0;
  }

  section.service-main-sec {
    padding-top: 80px;
  }

  section.service-main-sec .serv-head-wrap .heading-three:before {
    top: -60px;
  }

  section.service-main-sec .serv-head-wrap .heading-three:after {
    top: -60px;
  }

  section.cta-main-sec .cta-main-content-div .website-buttons {
    display: block;
  }

  .banner-main-content .heading-one {
    font-size: 40px;
    line-height: 50px;
  }

  section.cta-main-sec .cta-main-content-div .website-buttons a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  section.from-sec-main {
    padding-top: 15px;
  }

  .banner-editing-form h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-editing-form {
    width: 100%;
  }

  .banner-btns a.call-btn {
    padding: 10px 25px;
  }

  .unlock-story-img {
    display: flex;
    justify-content: left;
    align-items: center;
  }

  .unlock-story-content {
    text-align: left;
  }

  section.service-main-sec .serv-box-div p {
    font-size: 15px;
  }

  .main-header img.logo {
    width: 220px;
  }

  .portfolio-head .portfolio-img img {
    display: none;
  }

  .unlock-story-img img,
  section.process-sec-main .process-img-div img {
    width: 320px;
  }

  .portfolio-head .portfolio-head-content h3 {
    font-size: 40px;
  }

  .process-box-div .process-steps-txt .heading-six {
    font-size: 25px;
    line-height: 35px;
  }

  section.from-sec-main .form-head-div .heading-three {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-btns.btn-darks a.bg-purple.btn.btn-dark-new {
    margin: 12px 0;
  }

  .portfolio-head .portfolio-head-content {
    text-align: left;
  }

  .process-box-div .proces-num .heading-four {
    font-size: 100px;
  }

  .pop-up-modal-bg2-img img {
    min-height: 280px !important;
    max-height: 280px !important;
    top: -25px !important;
  }

  .cross-btn {
    top: 5px !important;
    right: 5px !important;
  }

  .pop-up-modal-bg2 .popup-modal-content h4 {
    font-size: 30px;
  }

  .pop-up-modal-bg2 .modal-dialog {
    max-width: 550px !important;
  }

  .ft-details p {
    text-align: left;
  }

  section.process-sec-main .process-head-wrap,
  section.cta-main-sec .cta-main-content-div,
  section.from-sec-main .form-head-div {
    text-align: left;
  }
  .portfolio-main-box ul.portfolio-list {
    grid-template-columns: 33% 33% 33%;
  }

  /* Marketing Page Responsive CSS End Here */
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .heading-one {
    font-size: 25px !important;
    line-height: 35px !important;
  }

  section.service-main-sec .serv-box-div p {
    font-size: 14px;
    line-height: 24px;
  }

  .heading-two {
    font-size: 25px;
    line-height: 35px;
  }

  .heading-three {
    font-size: 25px;
    line-height: 32px;
  }

  .heading-five {
    font-size: 24px;
    line-height: 30px;
  }

  .navbar-buttons a {
    padding: 10px 10px;
    font-size: 13px;
  }

  .btn-dark-new {
    margin: 15px 0;
  }

  .main-header img.logo {
    width: 200px;
  }

  /* Marketing Page Responsive CSS Start Here */

  section.cta-main-sec .cta-main-content-div:before {
    display: none;
  }

  section.cta-main-sec .cta-main-content-div:after {
    display: none;
  }

  section.service-main-sec .serv-head-wrap {
    margin-bottom: 0;
    text-align: left;
  }

  .banner-main-sec .banner-main-content {
    margin-bottom: 30px;
    text-align: left;
  }

  .banner-main-sec .banner-main-content .website-buttons {
    display: block;
  }

  .about-sec-wrap .about-main-content {
    text-align: left;
  }

  .about-sec-wrap .about-main-content .website-buttons {
    display: block;
  }

  section.service-main-sec .serv-box-div {
    min-height: auto;
    padding: 10px;
    text-align: left;
  }

  section.process-sec-main {
    padding-top: 50px;
    padding-bottom: 0;
  }

  section.about-sec-wrap .about-main-img img {
    width: 100%;
  }

  section.service-main-sec {
    padding-top: 40px;
  }

  section.service-main-sec .serv-head-wrap .heading-three:before {
    display: none;
  }

  section.service-main-sec .serv-head-wrap .heading-three:after {
    display: none;
  }

  section.cta-main-sec .cta-main-content-div .website-buttons {
    display: block;
  }

  section.cta-main-sec .cta-main-content-div .website-buttons a {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  section.from-sec-main {
    padding-top: 15px;
  }

  section.process-sec-main .process-img-div img {
    width: 100%;
  }

  section.process-sec-main .process-content-div .process-box-div {
    display: block;
    text-align: left;
  }

  header.main-header {
    margin-bottom: 20px;
    text-align: center;
  }

  .banner-main-sec .banner-main-content .website-buttons a {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .banner-editing-form {
    width: 100%;
  }

  .banner-editing-form h4 {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
  }

  .brands-main-sec .an-custom-container .bottom img {
    width: 100%;
  }

  .about-sec-wrap .about-main-content .website-buttons a {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .about-sec-wrap .about-main-content p,
  .unlock-story-content p,
  .banner-main-content p,
  .portfolio-head .portfolio-head-content p,
  .process-box-div .process-steps-txt p,
  section.process-sec-main .process-head-wrap p,
  section.cta-main-sec .cta-main-content-div p,
  section.from-sec-main .form-head-div p {
    font-size: 14px;
  }

  .process-box-div .process-steps-txt .heading-six {
    font-size: 18px;
  }

  section.process-sec-main .process-head-wrap {
    text-align: left;
  }

  .portfolio-head .portfolio-head-content h3 {
    font-size: 30px;
    margin: 0;
  }

  section.unlock-story-wrap {
    padding: 30px 0 0px;
  }

  .process-box-div .proces-num .heading-four {
    font-size: 100px;
    line-height: 100px;
  }

  section.cta-main-sec .cta-main-content-div,
  section.from-sec-main .form-head-div {
    text-align: left;
  }

  .banner-btns a.call-btn {
    margin: 0 0 12px;
  }

  section.from-sec-main .form-head-div .heading-three {
    font-size: 25px;
    line-height: 35px;
  }

  .ft-details p {
    font-size: 13px;
  }
  section.our-portfolio-sec {
    padding-top: 0;
  }

  .portfolio-main-box ul.portfolio-list {
    grid-template-columns: 50% 50%;
  }
  section.service-main-sec .serv-box-div:before {
    left: auto;
    right: 20px;
  }
  .portfolio-main-box ul.portfolio-list li.fancy-box-item a {
    margin-bottom: 30px;
  }

  .portfolio-main-box ul.portfolio-list li.fancy-box-item:nth-last-child(1) a {
    margin: 0;
  }

  section.cta-main-sec {
    margin-bottom: 0;
  }

  .pop-up-modal-bg2-img img {
    min-height: 280px !important;
    max-height: 280px !important;
    top: -25px !important;
  }

  .cross-btn {
    top: 5px !important;
    right: 5px !important;
  }

  /* Marketing Page Responsive CSS End Here */
}
