@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");
/*   font-family: "Poppins", sans-serif; */

@font-face {
  font-family: "NoirPro-Heavy";
  src: url("../fonts/NoirPro-Heavy.otf");
}

@font-face {
  font-family: "NoirPro-Bold";
  src: url("../fonts/NoirPro-Bold.otf");
}

@font-face {
  font-family: "NoirPro-SemiBold";
  src: url("../fonts/NoirPro-SemiBold.otf");
}

@font-face {
  font-family: "NoirPro-Medium";
  src: url("../fonts/NoirPro-Medium.otf");
}

@font-face {
  font-family: "NoirPro-Regular";
  src: url("../fonts/NoirPro-Regular.otf");
}

@font-face {
  font-family: "NoirPro-Light";
  src: url("../fonts/NoirPro-Light.otf");
}

@font-face {
  font-family: "gadugi-bold";
  src: url("../fonts/gadugi-bold.otf");
}

@font-face {
  font-family: "gadugi-gras";
  src: url("../fonts/gadugi-gras.otf");
}

@font-face {
  font-family: "gadugi-normal";
  src: url("../fonts/gadugi-normal.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NoirPro-SemiBold";
  text-transform: capitalize;
}

span,
input,
textarea,
p,
ul {
  font-family: "NoirPro-Light";
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
button {
  font-family: "NoirPro-Regular";
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

a:hover {
  color: inherit;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  font-family: "NoirPro-Regular";
}

main {
  overflow: hidden;
}

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 Css Here*/
@keyframes bounceup {
  0% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-5px);
  }
}

/*KeyFrames Css Here*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5x;
  background-color: #0c1f36;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*Website Custom Style Css For Single Items Start Here*/

/*Heading & Para Style Css*/
.heading-one {
  font-size: 44px;
  line-height: 50px;
}

.heading-two {
  font-size: 40px;
  line-height: 46px;
}

.heading-three {
  font-size: 30px;
  line-height: 36px;
}

.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: 16px;
  line-height: 22px;
  margin: 0 0 10px;
}

li {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}

/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons {
  margin: 20px 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;
  width: 175px;
  border-radius: 30px;
  padding: 10px 5px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

/*Buttons Style Css*/

/*Website Custom Style Css For Single Items End Here*/

/*Header Css Start Here*/
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  box-shadow: 0 10px 12px -10px #20471345;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}

header nav.navbar {
  padding: 10px 0;
  justify-content: space-between;
}

header nav.navbar .navbar-brand {
  padding: 0;
  margin: 0;
}

header nav.navbar .navbar-brand .logo {
  width: 180px;
  margin: 0;
  transition: all 0.5s ease-in-out;
  display: block;
}

header.sticky .navbar-brand .logo {
  width: 150px !important;
  transition: all 0.5s ease-in-out;
}

header nav.navbar .navbar-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

header nav.navbar .navbar-buttons button.popup-btn {
  background: #2474BB;
  color: #ffffff;
  border: 1px solid #2474BB;
  font-size: 16px;
  width: 175px;
  border-radius: 30px;
  padding: 10px 5px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

header nav.navbar .navbar-buttons button.popup-btn:hover {
  background: #0c1f36;
  color: #fff;
  border: 1px solid #fff;
}

header nav.navbar .navbar-buttons button.chat-btn {
  background: #0c1f36;
  color: #fff;
  border: 2px solid #0c1f36;
  font-size: 16px;
  width: 175px;
  border-radius: 30px;
  padding: 10px 5px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

header nav.navbar .navbar-buttons button.chat-btn:hover {
  border: 2px solid #2474BB;
  background: #fff;
  color: #0c1f36;
}

/*Header Css End Here*/

/**************************************************************************
         --------------------- Home Page Folds Css Start Here ---------------------
         --------------------------------------------------------------------------
        **************************************************************************/

/* Banner Section CSS Start Here */
section.banner-main-sec {
  background: url(../images/banner-bg.png) no-repeat;
  padding: 250px 0 150px;
  background-size: cover;
  background-position: 100% 100%;
  position: relative;
  z-index: 10;
}

section.banner-main-sec::before {
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

section.banner-main-sec .banner-main-cont-dv {
  color: white;
}

section.banner-main-sec .banner-main-cont-dv .banner-top-text {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 21px;
    line-height: 28px;
    color: #2474BB;
}

section.banner-main-sec .banner-main-cont-dv .heading-one {
  text-transform: uppercase;
  margin: 20px 0;
  padding: 0;
}

section.banner-main-sec .banner-main-cont-dv p {
  font-size: 16px;
  line-height: 27px;
}

section.banner-main-sec .review-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

section.banner-main-sec .website-main-buttons .review-buttons a.firm-btn {
  background: #030c13;
  color: #fff;
  border: 0;
  font-size: 16px;
  width: 190px;
  border-radius: 30px;
  padding: 10px 15px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: left;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

section.banner-main-sec .website-main-buttons .review-buttons a.firm-btn:hover {
  background: #0c1f36;
}

section.banner-main-sec .website-main-buttons .review-buttons a.firm-btn i {
  background: #5edd60;
  padding: 7px 7px;
  border-radius: 50px;
  margin-right: 20px;
  margin-left: 5px;
  border: 1px solid #ffffff;
}

section.banner-main-sec .website-main-buttons .review-buttons a.firm-btn img {
  width: auto;
  object-fit: cover;
  object-position: center;
}

section.banner-main-sec .website-main-buttons button.popup-btn {
  background: #2474BB;
  color: #ffffff;
  border: 1px solid #707070;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

section.banner-main-sec .website-main-buttons button.popup-btn:hover {
  background: #0c1f36;
  color: #fff;
  border: 1px solid #fff;
}

section.banner-main-sec .website-main-buttons button.chat-btn {
  border: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}

section.banner-main-sec .website-main-buttons button.chat-btn:hover {
  background: #0c1f36;
  color: #fff;
  border: 1px solid #fff;
}

/*Book Editing Form Css Start*/
.banner-editing-form {
  background: #0c1f36;
  width: 80%;
  border-radius: 30px;
  box-shadow: none;
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

.banner-editing-form h4 {
  color: #ffffff;
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.banner-editing-form a.call-btn {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  font-family: "gadugi-bold";
}

.banner-editing-form p {
  color: #ffffff;
  font-family: "gadugi-normal";
  font-size: 15px;
  line-height: 25px;
}

.banner-editing-form form {
}

.selceted-box#step2 {
  display: none;
}

.banner-editing-form form .form-group {
  margin: 0 0 12px;
}

.banner-editing-form form .form-group.phone-inpt label {
  position: absolute;
  top: -15px;
  z-index: 7;
  height: 20px;
  min-height: 20px;
}

.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: 15px 30px 10px 10px;
  border-radius: 30px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}

.banner-editing-form form .form-group select option {
  color: #0a2840;
}

.banner-editing-form form .form-group input {
  background-color: #fbfbfb;
  color: #929292;
  border: 1px solid #707070;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 15px 10px 10px 10px;
  border-radius: 7px;
  outline: none;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
}

.banner-editing-form form .form-group input::placeholder {
  color: #b2b2b2;
}

.banner-editing-form form .form-group textarea {
  background-color: #fbfbfb;
  color: #929292;
  border: 1px solid #707070;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 100px;
  padding: 15px 10px 10px 10px;
  border-radius: 7px;
  outline: none;
  box-shadow: none;
  resize: none;
  font-family: "Poppins", sans-serif;
}

.banner-editing-form form .form-group textarea::placeholder {
  color: #b2b2b2;
}

.banner-editing-form form .form-group button.submit-btn {
  background: #2474BB;
  color: #ffffff;
  border: 1px solid #2474BB;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 30px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.banner-editing-form form .form-group button.submit-btn:hover {
  border: 2px solid #2474BB;
  background: #fff;
  color: #0c1f36;
}

.banner-editing-form form .step-form-btns {
  display: flex;
  align-items: center;
}

.banner-editing-form form .step-form-btns button.next-btn {
  background: #0a2840;
  color: #fff;
  border: 2px solid #0a2840;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 0px;
  padding: 8px 10px;
  margin: 20px 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.next-btn:hover {
  color: #72c2db;
  border: 2px solid #72c2db;
  transform: scale(0.9);
}

.banner-editing-form form .step-form-btns button.previous-btn {
  background: #0a2840;
  color: #fff;
  border: 2px solid #0a2840;
  font-size: 18px;
  width: 175px;
  height: 45px;
  border-radius: 0px;
  padding: 8px 10px;
  margin: 20px 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 {
  color: #72c2db;
  border: 2px solid #72c2db;
  transform: scale(0.9);
}

/*Book Editing Form Css Here*/

/* Banner Section CSS End Here */

/* About Us Section CSS Start Here */
section.abt-main-sec {
  padding: 50px 0px;
}

section.abt-main-sec .abt-sec-img-dv {
}

section.abt-main-sec .abt-sec-img-dv img {
  width: 100%;
}
.review-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.abt-main-sec .abt-img-dv-main {
  position: relative;
  z-index: 1;
}
section.abt-main-sec .abt-img-dv-main .truspilot-crc-img {
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 99999;
}

section.abt-main-sec .abt-img-dv-main .truspilot-crc-img img {
  width: 150px;
  height: 150px;
}

section.abt-main-sec .abt-img-dv-main .lke-crc-img {
  position: absolute;
  bottom: -80px;
  z-index: 9999;
}

section.abt-main-sec .abt-img-dv-main .lke-crc-img img {
  width: 150px;
  height: 150px;
}

.abt-image-bf-af {
  position: relative;
  width: 100%;
  max-width: 405px;
  height: 550px;
  margin: 0 auto;
}

.image-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-after {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 var(--position, 50%) 0);
  object-fit: cover;
  z-index: 99999;
}

.image-after {
  /* clip-path: inset(0 0 var(--position, 50%) 0); */
}

.slider {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  pointer-events: none;
}

section.abt-main-sec .abt-img-dv-main .abt-image-bf-af {
  position: absolute;
  z-index: 1;
  top: 8%;
  left: 15%;
  --position: 50%;
  overflow: hidden;
}

.vertical-slider {
  transform: rotate(-90deg);
  transform-origin: center;
  position: absolute;
  left: 0px;
  pointer-events: all;
  z-index: 99999999;
  opacity: 0;
  cursor: pointer;
}

.slider-line {
  position: absolute;
  top: var(--position);
  left: 0;
  width: 100%;
  height: 10px;
  background: #0c1f36;
  transform: translateY(-50%);
}

.slider-button {
  position: absolute;
  top: var(--position);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  background: black;
  padding: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-button i {
  color: white;
}

.abt-sec-content-dv .abt-sec-cont-dv {
  margin-bottom: 40px;
}

.abt-sec-content-dv .abt-sec-cont-dv .heading-three {
  font-size: 42px;
  line-height: 49px;
}

.abt-sec-content-dv .abt-sec-cont-dv .heading-three span {
  color: #2474BB;
  font-family: "NoirPro-SemiBold";
}

.abt-sec-content-dv .abt-sec-cont-dv p {
}

section.abt-main-sec .abt-sec-content-dv .slide-review {
}

.slide-review .slide-rev-head .heading-five {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 10px;
}

.slide-content .slide-inner .slide-cont {
  background: #f5f5f5;
  padding: 25px 25px;
  margin: 0 12px 0 0;
  min-height: 400px;
  max-height: 400px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.slide-inner .slide-cont .slide-cont-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slide-inner .slide-cont img {
  width: 105px;
}

.slide-inner .slide-cont .slide-cont-head p {
  margin: 0;
  position: relative;
  color: #6c6c85;
  font-weight: 600;
}

.slide-inner .slide-cont .slide-cont-head p:before {
  content: "\f058";
  font-family: fontawesome;
  margin-right: 5px;
}

.slide-inner .slide-cont .heading-five {
  margin-top: 10px;
}

.slide-inner .slide-cont p {
}

.slide-inner .slide-cont .author-testi {
  color: #00000099;
}

.slide-inner .slide-cont .author-testi p {
  font-size: 15px;
  line-height: 22px;
  overflow-y: auto;
  min-height: 240px;
  max-height: 240px;
  padding: 0 12px 0 0;
}

.slide-review .slide-content .slide-inner .slick-arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
}

.slide-review .slick-arrow {
  font-size: 0;
  background: none;
  border: unset;
}

.slide-review .slide-content .slide-inner .slick-arrow.next-arrow {
  right: -50px;
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #000;
  top: 45%;
  background: #2474BB;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
}

.slide-review .slide-content .slide-inner .slick-arrow.prev-arrow {
  left: -60px;
  position: absolute;
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #000;
  top: 45%;
  background: #2474BB;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
}

/* About Us Section CSS End Here */

/* process-sec css Starts Here */
.process-sec {
  padding-top: 90px;
  padding-bottom: 90px;
}

.process-title {
  text-align: center;
}

.process-sec .process-title .heading-two {
  font-size: 40px;
  font-weight: 400;
}

.process-sec .process-title span {
  color: #2474BB;
  font-weight: 700;
  font-family: "NoirPro-SemiBold";
}

.process-main {
  margin: 25px 25px;
  background: #f5f5f5;
  padding: 40px 40px;
}

.process-cards-head p {
  color: #0c1f36;
  overflow-y: auto;
  min-height: 180px;
  max-height: 180px;
  padding: 0 12px 0 0;
}

.process-sec .process-cards-main img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(7493%)
    hue-rotate(89deg) brightness(91%) contrast(96%);
  margin: 0 0 15px;
}

.process-sec .process-cards-main:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(93deg) brightness(103%) contrast(103%);
}

.process-cards-head h5 {
  color: #2474BB;
}

.process-sec .process-cards-main {
  padding: 40px 40px;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 25px;
  min-height: 350px;
  max-height: 350px;
}

.process-sec .process-cards-main:hover {
  background: #0c1f36;
}

.process-sec .process-cards-main:hover,
.process-sec .process-cards-main:hover h5,
.process-sec .process-cards-main:hover p {
  color: #fff;
}

/* process-sec CSS Ends Here */

/* CTA Section CSS Start Here */

section.cta-main-sec {
  padding: 35px 0px;
}

section.cta-main-sec .cta-conent-main {
  background: url(../images/cta-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 30px;
  border-radius: 25px 25px 25px 25px;
  text-align: center;
}

.cta-conent-main .heading-three {
  font-size: 45px;
  line-height: 52px;
  color: #fff;
}

section.cta-main-sec .cta-conent-main p {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

section.cta-main-sec .cta-conent-main .website-main-buttons {
  justify-content: center;
}

section.cta-main-sec .cta-conent-main .website-main-buttons .popup-btn {
  background: #2474BB;
  color: #ffffff;
  border: 1px solid #2474BB;
  font-size: 16px;
  width: 175px;
  border-radius: 30px;
  padding: 10px 5px;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

section.cta-main-sec .cta-conent-main .website-main-buttons .popup-btn:hover {
  background: #0c1f36;
  color: #fff;
  border: 1px solid #fff;
}

/* CTA Section CSS End Here */

/* Portfolio Section CSS Start Here */
section.portfolio-sec-main {
  padding: 50px 0px;
}

section.portfolio-sec-main .port-head {
  text-align: center;
  margin-bottom: 40px;
}

section.portfolio-sec-main .port-head .heading-two {
  color: #0c1f36;
}

section.portfolio-sec-main .portslider {
}

section.portfolio-sec-main .portslider .portfolio-slider-inner {
}

.portslider .portfolio-slider-inner .portslide-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.portslider .portfolio-slider-inner img {
  width: 100%;
}

.portslider .portfolio-slider-inner img.img-fluid.myLazy.img-01 {
  margin-bottom: -100px;
}

.portslider .portfolio-slider-inner img.img-fluid.myLazy.img-03 {
  margin-top: 100px;
}

.portslider .portfolio-slider-inner img.img-fluid.myLazy.img-05 {
  margin-bottom: -100px;
}

section.portfolio-sec-main .portslider .portfolio-slider-inner .slick-track {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.portfolio-sec-main .portslider .portfolio-slider-inner .slick-dots {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

section.portfolio-sec-main
  .portslider
  .portfolio-slider-inner
  .slick-dots
  li
  button {
  font-size: 0;
  border: none;
  background-color: #2474BB;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

/* Portfolio Section CSS End Here */

/****************************************** Frequently-asked-css Fold13 Start******************************************/
.frequently-asked-questions {
  background-color: #f4f4f4;
  padding: 50px 0 50px;
  position: relative;
  z-index: 10;
}

.frequently-asked-questions .frequently-heading {
  text-align: center;
}

.frequently-asked-questions .frequently-heading h3,
.frequently-heading h5 {
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
  margin: 30px 0;
  font-size: 46px;
  color: #00112b;
  width: 75%;
  margin: 20px auto 20px;
}

.frequently-asked-questions .frequently-heading p {
  font-size: 18px;
  margin: 0 0 45px;
  color: #353a4d;
  font-weight: 500;
}

.frequently-asked-questions .frequently-heading p span {
  display: block;
}

.frequently-asked-questions .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #0c1f36;
  text-align: left;
  background-color: #2474BB;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  margin: 0 0 0 auto;
  order: 2;
  width: 100% !important;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.frequently-asked-questions .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}

.frequently-asked-questions .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: transparent;
  border: none;
  margin: 0 0 15px;
}

.frequently-asked-questions .accordion-item h2 {
  margin: 0 0 15px;
}

.frequently-asked-questions .accordion-body {
  padding: 1rem 1.25rem;
  border: 1px solid #0c1f36;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  font-weight: 200;
  font-size: 16px;
  font-family: "NoirPro-Light";
  margin: 12px 0 0;
}

.frequently-asked-questions .accordion-body a {
  color: #333;
  text-decoration: underline;
  font-weight: 600;
}

.frequently-asked-questions .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0 0 12px;
}

.frequently-asked-questions
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/****************************************** Frequently-asked-css Fold13 End******************************************/
/***************************************** sec-home-client start   here *****************************************/
.sec-home-client {
  background: #fff;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
  z-index: 9;
}

.sec-home-client .slider-title {
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0 0 50px 0;
  padding: 0;
}

.sec-home-client .slider-title h4 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  color: #000;
}

.sec-home-client .slider-title p {
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0 20px 0;
  padding: 0;
  color: #000;
}

.sec-home-client .card.slider-card {
  position: relative;
  padding: 35px 25px;
  border: none;
  margin: 0 10px 12px 0;
  background: #f5f5f5;
  transition: all 0.1s ease-in-out;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 30px;
}

.author-testi p {
  min-height: 100px;
  max-height: 100px;
  overflow-y: auto;
  padding: 0 12px 0 0;
}

.sec-home-client .box-image {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0;
  margin: 0;
}

.sec-home-client .box-desc {
  text-align: left;
}

.sec-home-client .box-image .rating-stars-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 5px 0;
}

.sec-home-client .box-image .rating-stars-icon img {
  width: 20px;
  height: 20px;
  margin: 0 2px 0px 0;
  object-fit: contain;
}

.sec-home-client .slide-cont img {
  width: 100px;
}

.sec-home-client .desc {
  color: #000;
  padding: 12px 0 0;
  text-align: left;
}

.sec-home-client .box-image .box-desc p {
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.sec-home-client .box-image h6 {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.sec-home-client .desc p {
  font-weight: 400;
  font-size: 16px;
  padding: 20px 20px;
  line-height: 24px;
  margin: 0;
}

.sec-home-client .bt-btn {
  padding: 0;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec-home-client .slick-arrow i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 12px;
  color: #fff;
  font-weight: 700;
}

.sec-home-client .slick-arrow {
  font-size: 0;
  background: none;
  border: unset;
}

.sec-home-client .slick-arrow.next-arrow {
  right: -50px;
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #000;
  top: 45%;
  background: #2474BB;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
}

.sec-home-client .slick-arrow.prev-arrow {
  left: -60px;
  position: absolute;
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-size: 24px;
  color: #000;
  top: 45%;
  background: #2474BB;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
}

/*****************************************sec-home-client end  here *****************************************/

/****************************************** sec-editing css start here ******************************************/
.sec-editing {
  background: url(../images/editing-sec-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 75px 0;
  margin: 0;
  position: relative;
  z-index: 9;
}

.sec-editing::before {
    content: '';
    background: black;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.7;
}

.sec-editing .editing-info .heading-one {
  font-size: 55px;
  line-height: 67px;
  margin: 0 0 25px;
  color: #fff;
}

.editing-info {
  width: 90%;
}

.sec-editing .editing-info p {
  color: #fff;
}

.sec-editing .website-main-buttons button.popup-btn {
  background: #2474BB;
  color: #ffffff;
  border: 1px solid #2474BB;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.sec-editing .website-main-buttons button.popup-btn:hover {
  background: #0c1f36;
  color: #fff;
  border: 1px solid #fff;
}

.sec-editing .website-main-buttons button.chat-btn {
  border: 1px solid #707070;
  transition: all 0.3s ease-in-out;
}

.sec-editing .website-main-buttons button.chat-btn:hover {
  background: #0c1f36;
  color: #fff;
  border: 1px solid #fff;
}

/****************************************** sec-editing css end here ******************************************/

/****************************************** sec-step css start here ******************************************/
.sec-step {
  position: relative;
  margin: 0;
  padding: 50px 0;
  z-index: 10;
}

.sec-step .step-details {
  text-align: center;
  padding: 20px 20px;
  margin: 0 30px;
  position: relative;
  z-index: 1;
}

.sec-step .step-main {
  background: url(../images/step-bg.png) no-repeat;
  background-size: contain;
  background-position: center;
  padding: 200px 0 150px;
}

.sec-step .step-detail {
  text-align: center;
  margin: 0 0 15px;
}

.step-count {
  position: absolute;
  top: 31%;
  z-index: 0;
  content: "";
  right: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-count-2 {
  position: absolute;
  top: 31%;
  z-index: 0;
  content: "";
  right: 56%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-count-3 {
  position: absolute;
  top: 31%;
  z-index: 0;
  content: "";
  right: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-count .heading-five,
.step-count-2 .heading-five,
.step-count-3 .heading-five {
  color: #fff;
  font-size: 37px;
  font-family: "NoirPro-Medium";
  line-height: 30px;
}

/****************************************** sec-step css end here ******************************************/
/*Contact Area Section Css Start Here*/
section.contact-area-wrap {
  padding: 50px 0;
  position: relative;
  margin: 0;
  z-index: 10;
}

.contact-area-wrap .contact-area-content {
}

.contact-area-content .contact-area-head {
  margin: 0 0 20px;
}

.contact-area-head .heading-three {
  color: #212529;
  margin: 0 0 10px;
}

.contact-area-head p {
  color: #212529;
  font-weight: 600;
  line-height: 27px;
}

.contact-area-content .contact-area-form {
}

.contact-area-form form {
}

.contact-area-form .form-group {
  margin: 0 0 20px;
}

.contact-area-form .form-group label {
  color: #212529;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px;
  display: block;
}

.contact-area-form .form-group input {
  background: #fff;
  color: #221a42;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  padding: 10px 10px;
  border-bottom: 2px solid #2474BB;
  font-family: "NoirPro-Regular";
  font-weight: 700;
}

.contact-area-form .form-group input::placeholder {
  color: #221a42;
}

.contact-area-wrap .contact-area-content .heading-two {
  font-size: 55px;
  line-height: 59px;
  margin: 0 0 17px;
}

.contact-area-form .form-group select {
  background-color: #fff;
  color: #221a42;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid #2474BB;
  outline: none;
  padding: 10px 10px;
  font-family: "NoirPro-Regular";
  font-weight: 700;
}

.contact-area-form .form-group select option {
  color: #212529;
  font-size: 14px;
}

.contact-area-form .form-group textarea {
  resize: none;
  background: #fff;
  color: #221a42;
  font-size: 16px;
  width: 100%;
  height: 90px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  outline: none;
  padding: 10px 10px;
  border-bottom: 2px solid #2474BB;
  font-family: "NoirPro-Regular";
  font-weight: 700;
}

.contact-area-form .form-group button.submit-btn {
  background: #2474BB;
  color: #fff;
  border: 0;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 10px 0 0;
  width: 175px;
  border-radius: 30px;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.contact-area-form .form-group button.submit-btn:hover {
  background: #212529;
  color: #fff;
}

.contact-area-wrap .contact-area-img {
}

.contact-area-img img {
}

/*Contact Area Section Css End Here*/

/**************************************************************************
--------------------- Home Page Folds Css End Here -----------------------
--------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */
footer.footer-main-sec {
  background: #2474BB;
  padding: 15px 0;
}

.footer-main-sec .footer-copyright {
}

.footer-copyright p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

/* Footer Css End Here */

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**************************************************************************
         --------------- Home Page Folds Responsive Css Start Here ----------------
         --------------------------------------------------------------------------
        **************************************************************************/

  /**************************************************************************
         --------------- Home Page Folds 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*/
  h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 36px;
    line-height: 42px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .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 {
    width: 175px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /**************************************************************************
         --------------- Home Page Folds Responsive Css Start Here ----------------
         --------------------------------------------------------------------------
        **************************************************************************/

  .sec-editing .editing-info .heading-one {
    font-size: 42px;
    line-height: 47px;
  }

  .portslider .portfolio-slider-inner img {
    width: 50%;
  }

  /**************************************************************************
         --------------- Home Page Folds 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*/
  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  /*Heading & Para Style Responsive Css*/

  /*Buttons Style Responsive Css*/
  .website-main-buttons {
    margin: 20px 0 0;
    justify-content: left;
  }

  .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;
    width: 175px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand .logo {
    width: 200px;
  }

  header.sticky .navbar-brand .logo {
    width: 175px !important;
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 16px;
    width: 160px;
  }

  header nav.navbar .navbar-buttons button.chat-btn {
    font-size: 16px;
    width: 160px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
         --------------- Home Page Folds Responsive Css Start Here ----------------
         --------------------------------------------------------------------------
        **************************************************************************/

  section.abt-main-sec .abt-sec-content-dv {
    padding: 0;
  }

  .abt-sec-content-dv .abt-sec-cont-dv .heading-three {
    font-size: 35px;
    line-height: 45px;
  }

  .banner-editing-form {
    width: 100%;
  }

  section.abt-main-sec .abt-sec-content-dv .slide-review .slide-rev-head {
    text-align: left;
  }

  section.abt-main-sec {
    padding: 0;
  }

  section.banner-main-sec .banner-main-cont-dv .heading-one {
    font-size: 35px;
  }

  section.cta-main-sec .cta-conent-main {
    text-align: left;
  }

  section.cta-main-sec .cta-conent-main .website-main-buttons {
    justify-content: left;
  }

  .cta-conent-main .heading-three {
    font-size: 35px;
  }

  section.portfolio-sec-main {
    padding: 0;
  }

  .portslider .portfolio-slider-inner img {
    width: 40%;
  }

  .sec-editing .editing-info .heading-one {
    font-size: 35px;
    line-height: 42px;
  }

  /**************************************************************************
         --------------- Home Page Folds Responsive Css End Here ------------------
         --------------------------------------------------------------------------
        **************************************************************************/

  /* Footer Responsive Css Start Here */
  .footer-main-sec .footer-top {
    padding: 30px 0;
  }

  .footer-top .footer-social-area {
    margin: 0 0 20px;
  }

  /* 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*/
  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 32px;
    line-height: 38px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  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 {
    margin: 20px 0 0;
    justify-content: start;
  }

  .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 {
    padding: 10px 5px;
    font-size: 16px;
    width: 160px;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand .logo {
    width: 175px;
  }

  header.sticky .navbar-brand .logo {
    width: 175px !important;
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 16px;
    width: 150px;
    margin: 0 5px 0 0;
  }

  header nav.navbar .navbar-buttons button.chat-btn {
    font-size: 15px;
    width: 150px;
    margin: 0 5px 0 0;
  }

  header nav.navbar .navbar-buttons button.popup-btn {
    width: 150px;
    margin: 0 10px 0 0;
    font-size: 15px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
         --------------- Home Page Folds Responsive Css Start Here ----------------
         --------------------------------------------------------------------------
        **************************************************************************/

  /* banner-main-sec start here */
  .banner-editing-form {
    width: 100%;
  }

  section.banner-main-sec .banner-main-cont-dv .heading-one {
    font-size: 35px;
  }

  section.banner-main-sec .banner-main-cont-dv p {
    font-size: 15px;
  }

  section.banner-main-sec video {
    height: 930px;
  }

  section.abt-main-sec .abt-sec-content-dv {
    padding-left: 0;
  }

  .abt-image-bf-af .slider-image {
  }

  .abt-sec-content-dv .abt-sec-cont-dv .heading-three {
    font-size: 30px;
    line-height: 37px;
  }

  .slide-review .slide-rev-head img:nth-child(2) {
    width: 140px;
  }

  /* banner-main-sec end here */

  .serv-head-main .heading-two {
    font-size: 25px;
    line-height: 32px;
  }

  .cta-conent-main .heading-three {
    font-size: 30px;
    line-height: 37px;
  }

  section.cta-main-sec .cta-conent-main p {
    font-size: 16px;
    line-height: 26px;
  }

  section.cta-main-sec .cta-conent-main {
    padding: 20px 20px;
    text-align: left;
  }

  section.abt-main-sec .abt-sec-content-dv .slide-review .slide-rev-head {
    text-align: left;
  }

  section.cta-main-sec .cta-conent-main .website-main-buttons {
    justify-content: left;
  }

  .sec-editing .editing-info .heading-one {
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 15px;
  }

  .slide-content .slide-inner .slide-cont {
    padding-left: 0;
  }

  .slide-review .slide-content .slide-inner .slick-arrow {
    top: 115% !important;
  }

  section.cta-main-sec,
  section.abt-main-sec {
    padding: 0 0 15px;
  }

  section.portfolio-sec-main {
    padding: 0;
  }

  .serv-crd-main .serv-img img {
    width: 25%;
  }

  .serv-crd-main .serv-head-tit {
    width: 90%;
    text-align: left;
  }

  .serv-crd-main .serv-img {
    justify-content: start;
    margin: 0 0 15px 0;
  }

  .serv-crd-main .serve-content-dv p {
    font-size: 15px;
  }

  .portslider .portfolio-slider-inner img {
    width: 60%;
  }

  .sec-home-client .slider-title {
    text-align: left;
  }

  section.portfolio-sec-main .port-head .heading-two {
    font-size: 30px;
  }

  .sec-home-client .slider-title h4 {
    font-size: 35px;
    line-height: 43px;
  }

  section.abt-main-sec .abt-img-dv-main .abt-image-bf-af {
    top: 10%;
    left: 15%;
  }

  .frequently-asked-questions .frequently-heading p {
    font-size: 16px;
  }

  .frequently-asked-questions .accordion-body {
    font-size: 14px;
  }

  /**************************************************************************
         --------------- Home Page Folds Responsive Css End Here ------------------
         --------------------------------------------------------------------------
        **************************************************************************/

  /* Footer Responsive Css Start Here */
  .footer-main-sec .footer-top {
    padding: 30px 0;
  }

  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-top .footer-info-area {
    margin: 0 0 20px;
  }

  .footer-info-area ul li a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul li a i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .footer-info-area ul li p i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .footer-top .footer-social-area {
    margin: 0 0 20px;
  }

  .footer-social-area ul li a {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 28px;
  }

  .footer-links-area ul.footer-nav-links {
    justify-content: center;
    margin: 0 0 5px;
  }

  .footer-bottom .footer-copyright {
    text-align: center;
  }

  /* 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*/
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6 {
    font-size: 16px;
    line-height: 22px;
  }

  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 {
    display: flex;
  }

  /*Buttons Style Responsive Css*/

  /*Website Custom Style Responsive Css For Single Items End Here*/

  /*Header Responsive Css Start Here*/
  header nav.navbar .navbar-brand .logo {
    width: 145px;
  }

  header.sticky .navbar-brand .logo {
    width: 145px !important;
  }

  header nav.navbar .navbar-buttons a.call-btn {
    font-size: 14px;
    width: 125px;
    padding: 5px 5px;
    margin: 0 0 5px;
  }

  header nav.navbar .navbar-buttons button.chat-btn {
    font-size: 14px;
    width: 125px;
    padding: 10px 5px;
    margin: 8px 10px 0 0;
  }

  header nav.navbar .navbar-buttons button.popup-btn {
    width: 140px;
    margin: 8px 10px 0 0;
    font-size: 14px;
  }

  /*Header Responsive Css End Here*/

  /**************************************************************************
         --------------- Home Page Folds Responsive Css Start Here ----------------
         --------------------------------------------------------------------------
        **************************************************************************/

  /* banner-main-sec start here */
  .banner-editing-form {
    width: 100%;
  }

  section.banner-main-sec .banner-main-cont-dv .heading-one {
    font-size: 25px;
  }

  section.banner-main-sec .banner-main-cont-dv p {
    font-size: 15px;
  }

  section.banner-main-sec video {
    height: 930px;
  }

  section.abt-main-sec .abt-sec-content-dv {
    padding-left: 0;
  }

  .abt-image-bf-af .slider-image {
    height: 290px;
  }

  .abt-sec-content-dv .abt-sec-cont-dv .heading-three {
    font-size: 30px;
    line-height: 37px;
  }

  .slide-review .slide-rev-head img:nth-child(2) {
    width: 120px;
  }

  /* banner-main-sec end here */

  .serv-head-main .heading-two {
    font-size: 20px;
    line-height: 27px;
  }

  .cta-conent-main .heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  section.cta-main-sec .cta-conent-main p {
    font-size: 16px;
    line-height: 26px;
  }

  section.cta-main-sec .cta-conent-main {
    padding: 20px 20px;
    text-align: left;
  }

  section.abt-main-sec .abt-sec-content-dv .slide-review .slide-rev-head {
    text-align: left;
  }

  section.cta-main-sec .cta-conent-main .website-main-buttons {
    justify-content: left;
  }

  .sec-editing .editing-info .heading-one {
    font-size: 30px;
    line-height: 37px;
    margin: 0 0 15px;
  }

  .slide-content .slide-inner .slide-cont {
    padding-left: 0;
  }

  .slide-review .slide-content .slide-inner .slick-arrow {
    top: 115% !important;
  }

  section.cta-main-sec,
  section.abt-main-sec {
    padding: 0 0 15px;
  }

  section.portfolio-sec-main {
    padding: 0;
  }

  .serv-crd-main .serv-img img {
    width: 30%;
  }

  .serv-crd-main .serv-head-tit {
    width: 90%;
    text-align: left;
  }

  .serv-crd-main .serv-img {
    justify-content: start;
    margin: 0 0 15px 0;
  }

  .serv-crd-main .serve-content-dv p {
    font-size: 15px;
  }

  .portslider .portfolio-slider-inner img {
    width: 60%;
  }

  .sec-home-client .slider-title {
    text-align: left;
  }

  section.portfolio-sec-main .port-head .heading-two {
    font-size: 30px;
  }

  .sec-home-client .slider-title h4 {
    font-size: 25px;
    line-height: 35px;
  }

  section.abt-main-sec .abt-img-dv-main .abt-image-bf-af {
    top: 10%;
    left: 15%;
  }

  .frequently-asked-questions .frequently-heading p {
    font-size: 16px;
  }

  .frequently-asked-questions .accordion-body {
    font-size: 14px;
  }

  .frequently-asked-questions {
  }

  /**************************************************************************
         --------------- Home Page Folds Responsive Css End Here ------------------
         --------------------------------------------------------------------------
        **************************************************************************/

  /* Footer Responsive Css Start Here */
  .footer-main-sec .footer-top {
    padding: 30px 0;
  }

  .footer-logo-area .footer-logo {
    width: 200px;
  }

  .footer-top .footer-info-area {
    margin: 0 0 20px;
  }

  .footer-info-area ul li a {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-info-area ul li a i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .footer-info-area ul li p i {
    font-size: 14px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }

  .footer-top .footer-social-area {
    margin: 0 0 20px;
  }

  .footer-social-area ul li a {
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 28px;
  }

  .footer-links-area ul.footer-nav-links {
    justify-content: center;
    margin: 0 0 5px;
  }

  .footer-bottom .footer-copyright {
    text-align: center;
  }

  /* Footer Responsive Css End Here */
}
