@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Akrobat-Bold.woff2") format("woff2"),
    url("../fonts/Akrobat-Bold.woff") format("woff"),
    url("../fonts/Akrobat-Bold.ttf") format("truetype"),
    url("../fonts/Akrobat-Bold.svg#Akrobat-Bold") format("svg");
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", serif;
}

/* font-family: "DM Sans", serif; */
.text_center {
  text-align: center;
}
.title {
  font-family: "DM Sans", serif;
  font-size: 80px;
  line-height: 76.8px;
  text-align: center;
  text-transform: uppercase;
}
.fw_900 {
  font-weight: 900;
}
.fw_500 {
  font-weight: 500;
}
.fw_600 {
  font-weight: 600;
}
.background {
  background-color: #1a1a1a;
}
.background_FFF {
  background-color: #ffffff !important;
}
.color_fff {
  color: #ffffff;
}
.color_000 {
  color: #000000;
}
.color_F58B14 {
  color: #f58b14;
}
.color_959595 {
  color: #959595;
}
.mtb {
  margin: 160px 0;
}
.margin_0 {
  margin: 0;
}
.text_left {
  text-align: left;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  font-size: 16px;
  background-color: #161616;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}
.btn:hover {
  background-color: #fff;
}

@media (max-width: 1360px) {
  .title {
    font-size: 60px;
    line-height: 70px;
  }
} 
@media (max-width: 1199px) {
  .mtb {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 24px;
    line-height: 31.25px;
  }
}

/**/
.hidden-xs{
  display: block;
}
.visible-xs{
  display: none;
}
@media (max-width: 768px) {
  .hidden-xs{
    display: none;
  }
  .visible-xs{
    display: block;
  }
}

/**/

.studio19__page main{
  background: #fff;
}


/*HEader css start*/
header{
  padding:30px 85px;
  background: #1B1B1B;
  border-bottom: 2px solid #F58B14;
}
header .close_menu,
header .header__nav-inner{
  display:none;
}
header .header_inner{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
header .logo__d{
  width: 350px
}
header .header__nav{
  width: calc(100% - 590px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .talkBtn_d{
  width: 230px;
  text-align:right;
}
header .talkBtn_d .talk_btn{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background: #fff;
    border: 1px solid #fff;
    color: #1B1B1B;
    font-family: "DM Sans", serif;
}
header .logo__d img{
  max-width:300px;
}
header nav ul{
  margin:0;
  padding:0;
    list-style:none;
}
header nav ul li{
  margin: 0 35px;
}
header nav ul li a{
  font-style: normal;
        font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    letter-spacing:0px;
    color: #fff;
    padding: 0;
    text-transform: capitalize;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
}
header nav ul li > a:hover,
header nav ul li > a:focus{
    background-color: transparent;
    border-color: #F58B14;
    color: #fff !important;
}
header ul#menu-main-menu .menu-item-has-children {
    position: relative;
}
header ul#menu-main-menu ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    margin-top: 0;
    left:0;
    /*background-image: linear-gradient(0deg, #f80000 0%, #b00606 87%, #b00606 100%);*/
    background-color: #ff0000;
    min-width: 275px;
    padding: 10px 0;
}
header ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu {
    display: block;
}
header nav ul.sub-menu li{
    margin: 0;
    width: 100%;
}
header nav ul.sub-menu li a{
    font-size: 15px;
    display: block;
    color: #fff !important;
}
header nav ul.sub-menu li a:hover{
    color: #fff;
}
header nav ul li.current-menu-item a{
    color: #ff0000;
}
@media only screen and (max-width: 1440px) {
  header nav ul li{
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1360px) {
  header nav ul li{
    margin: 0 20px;
  }
}
@media only screen and (max-width: 1290px) {
  header nav ul li a{
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
    .template-index header{
        padding:15px 20px 10px;
    }
    header{
    padding:15px 20px 10px;
    }
    header .logo__d{
      width:calc(100% - 60px);
    }
    header .logo__d img{
      max-width:210px;
    }
    header .header__nav{
        width:60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header nav ul li{
        margin: 0 16px;
    }
    header .close_menu, header .header__nav-inner{
    display: block;
  }
    header .header_menu_icon {
        cursor: pointer;
    }
    header .header_menu_icon svg path{
      stroke:#fff;
    }
     .template-index header .header_menu_icon svg path{
      stroke:#fff;
    }
    header .menu-drawer {
        height: 100%;
        position: fixed;
        top: 0;
        width: 320px;
        right: 0;
        transition: .4s;
        transform: translate(100%);
        visibility: hidden;
        z-index: 9;
        background: #fff;
        padding:30px;
    }
    .menu_open header .menu-drawer {
        transform: translate(0);
        visibility: visible;
        overflow-y: scroll;
    }
    header .close_menu{
        text-align:right;
        margin: 0 0 20px;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    header nav ul li a{
        padding: 10px 0;
    }
    .template-index header nav ul li a,
     header nav ul li a{
        color: #000;
     }
     .menu-drawer .menu .menu-item-has-children .hasDropdownImg{
        width: 40px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: url(https://growthstudioz.com/wp-content/uploads/2024/03/plus-1.png) no-repeat scroll center center;
        background-size: 16px;
     }
     .menu-drawer .menu .menu-item-has-children.showSubMenu .hasDropdownImg {
        background: url(https://growthstudioz.com/wp-content/uploads/2024/03/minus-1.png) no-repeat scroll center center;
        background-size: 16px;
    }
    .menu-drawer .close_menu svg path{
        stroke: #000;
    }
    header ul#menu-main-menu ul.sub-menu{
        padding: 0;
        background-color: transparent;
    }
    header ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu{
        display: none;
    }
    header ul#menu-main-menu .menu-item-has-children.showSubMenu ul.sub-menu{
        display: block;
        position: unset;
        padding-left: 15px;
    }
    header nav ul.sub-menu li:last-child{
        border-bottom: unset;
    }
    header nav {
        float: unset;
    }
    header nav ul.sub-menu li a{
        color: #000 !important;
    }
    header nav ul li > a:hover, 
    header nav ul li > a:focus,
    header nav ul.sub-menu li a:hover,
    header nav ul.sub-menu li a:focus,
    header ul#menu-main-menu .menu-item-has-children.showSubMenu > a{
        background-color: transparent;
        color: #f80000 !important;
    }
}
/* Header css end*/

/* Banner section css start */
.banner_sec .text_with_img h1.title.fw_500.color_fff {
  line-height: 109.67px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.banner_sec .text_with_img {
  padding: 0 100px 130px 100px;
  display: flex;
  gap: 40px;
}
.banner_sec .text_with_img .text_d,
.banner_sec .text_with_img .img_d {
  width: 50%;
}
.banner_sec .text_with_img .img_d {
  position: relative;
}
.banner_sec .text_with_img .inner__data {
  margin: 85px 0 80px 0;
}
.banner_sec .text_with_img .inner__data p {
  margin-top: 25px;
  text-transform: capitalize;
}
.banner_sec .video_d{
  height: 900px;
}
.banner_sec .video_d video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner_sec .text_with_img .number_d p {
  font-family: "Akrobat";
  font-size: 24px;
  line-height: 29.98px;
}
.banner_sec .text_with_img .number_d .sub_d {
  margin-bottom: 26px;
}
.banner_sec .btn__d {
  padding-top: 17px;
}
.banner_sec .text_with_img .number_d .sub_d h1 {
  line-height: 109px;
}
.banner_sec .btn {
  font-family: "DM Sans", serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 23.04px;
  text-align: center;
  padding: 15px 35px;
  text-transform: uppercase;
  border-radius: 47px;
  box-shadow: 1px 1px 10px #ff8700, 0px 1px 10px #ffffff;
}
.banner_sec .img_d img {
  width: 100%;
  height: auto;
  display: none;
}
.banner_sec .img_d img:first-child {
  display: block;
}
@media (max-width: 1199px) {
  .banner_sec .text_with_img{
    padding: 0 30px 80px;
  }
}
@media (max-width: 768px) {
  .banner_sec .text_with_img h1.title.fw_500.color_fff {
    font-size: 32px;
    line-height: 43.87px;
    text-align: center;
    margin-top: 0;
  }
  .banner_sec .text_with_img .inner__data {
    margin: 17px 0 40px 0;
  }
  .banner_sec .text_with_img .inner__data p {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .banner_sec .text_with_img .text_d,
  .banner_sec .text_with_img .img_d {
    width: 100%;
  }
  .banner_sec .text_with_img {
    display: block;
    padding: 0 25px 80px 25px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .banner_sec .img_d img:first-child {
    display: none;
  }
  .banner_sec .img_d img:last-child {
    display: block;
  }
  .banner_sec .text_with_img .number_d {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .banner_sec .text_with_img .number_d p {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .banner_sec .text_with_img .number_d .sub_d h1 {
    font-size: 30px;
    line-height: 41.13px;
  }
  .banner_sec .btn {
    font-size: 16px;
    background: #fff;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-radius: 8px;
    box-shadow: unset;
  }
  .banner_sec .btn__d {
    text-align: center;
  }
  .banner_sec .text_with_img .img_d {
    order: 1;
  }
  .banner_sec .text_with_img .text_d {
    order: 2;
  }
  .banner_sec .text_with_img .number_d{
    position: relative;
    margin: 0 0 32px;
  }

  .banner_sec .text_with_img .number_d .sub_d {
    position: relative;
    margin: 0;
  }
  .banner_sec .text_with_img .number_d:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 46px;
    background-color: #f58b14;
  }
  .banner_sec .video_d{
    height: auto;
  }
}

/* Banner section css end */

/* Video with text section css start */
.video_with_text {
  padding: 0 78px;
  background-color: #fff;
}
.video_with_text .main_d {
  margin-bottom: 92px;
}

.video_with_text .inner_d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  max-width: 1920px;
  margin: 0 auto;
}

.video_with_text .video_d {
  flex: 1;
  max-width: 55%;
}

.video_with_text .video_d video {
  width: 100%;
  height: 364px;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.video_with_text .inner_text_d {
  flex: 1;
  max-width: 45%;
}
.video_with_text .inner_text_d p {
  font-size: 20px;
  line-height: 27px;
}

.video_with_text .inner_text_d p.founderName{
  border-top: 1.6px solid #f58b14;
  padding-top: 16px;
      font-family: Akrobat;
}
.video_with_text .main_d p {
  font-family: Akrobat;
  font-size: 24px;
  line-height: 29.98px;
  margin-top: 16px;
}

/* Responsive Styles */
@media (max-width: 1199px) {
  .video_with_text{
    margin:80px 0;
  }
  .video_with_text .main_d{
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .video_with_text {
    padding: 0 25px;
  }
  section.video_with_text.mtb {
    margin: 76px 0 25px 0;
  }
  .video_with_text .video_d video {
    height: 340px;
  }
  .video_with_text .main_d {
    margin-bottom: 32px;
  }
  .video_with_text .main_d p {
    font-size: 16px;
    line-height: 19.98px;
    margin-top: 8px;
  }
  .video_with_text .inner_text_d p {
    font-size: 16px;
    line-height: 21px;
  }
  .video_with_text .inner_text_d p:first-child {
    margin: 0;
  }
  .video_with_text .inner_text_d p:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 1024px) {
  .video_with_text .inner_d {
    flex-direction: column;
    text-align: center;
    gap: 24px;
    align-items: unset;
  }

  .video_with_text .video_d,
  .video_with_text .inner_text_d {
    max-width: 100%;
  }
}

/* Video with text section css end */
/* Our Trusted Clients section css Start */

.Our_Trusted_Clients.mtb {
  padding: 0 99px;
}

.Our_Trusted_Clients .title h1 {
  margin: 0 0 75px 0;
}
.Our_Trusted_Clients .logo__d ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 23px;
  flex-wrap: wrap;
}
.Our_Trusted_Clients .logo__d ul li a img {
  max-width: 100px;
}

.Our_Trusted_Clients .logo__d ul li a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}
.Our_Trusted_Clients .item_d{
  text-align: center;
}
.Our_Trusted_Clients .item_d img{
  max-width: 160px;
  margin: 0 auto;
  width: 100%;
}
/* Responsive Design */
@media (max-width: 767px) {
  .Our_Trusted_Clients.mtb {
    padding: 0 25px !important;
    margin: 48px 0 41px 0;
  }
  .Our_Trusted_Clients .title h1 {
    margin: 0 0 30px 0;
  }
  .Our_Trusted_Clients .logo__d ul {
    gap: 10px;
  }
}
/* Our Trusted Clients section css End */
/* Our Work  Section css start */
.our_work_sec .main_d {
  max-width: 1000px;
  margin: 0 auto;
  padding: 89px 0 72px 0;
}
.our_work_sec .main_d h1 {
  margin: 0;
}
.our_work_sec .main_d p {
  font-family: Akrobat;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.98px;
  text-align: center;
  margin-top: 16px;
}
.our_work_sec .video_slider {
   padding: 0 128px; 
  max-width: 1920px;
  margin: 0 auto;
}
.our_work_sec .btn__d {
  padding: 63px 0 101px 0;
}
.our_work_sec .btn {
  border-radius: 47px;
  text-transform: uppercase;
  font-family: "DM Sans", serif;
  font-size: 16px;
  line-height: 20.83px;
  padding: 15px 75px;
}
.our_work_sec .video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.our_work_sec .video-container:after{
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%; 
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 42%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}

.our_work_sec .video-container video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 16px;
}

.our_work_sec .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 69px;
  height: 70px;
  cursor: pointer;
}

.our_work_sec .play-button svg {
  width: 57px;
  height: 57%;
}

.our_work_sec .video-container video:focus {
  outline: none;
}
.our_work_sec .video_slider .name_inner_d h3 {
  font-family: "DM Sans", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 25.68px;
  margin: 0;
}
.our_work_sec .video_slider .name_inner_d {
  background: transparent;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 15px 0 15px;
  border-radius: 0 0 16px 16px;
  width: 100%;
  z-index: 1;
}
.our_work_sec .video_slider .name_inner_d p {
  font-family: Akrobat;
  font-weight: 700;
  font-size: 20px;
  line-height: 21.4px;
  margin: 8px 0 11px 0;
}
@media (max-width: 1199px) {
  .our_work_sec .video_slider {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .our_work_sec .main_d {
    padding: 38px 20px 32px 20px;
  }
  .our_work_sec .main_d p {
    font-size: 14px;
    line-height: 15px;
    margin-top: 8px;
  }
  /*.our_work_sec .video-container video {
    height: 215px;
  }*/
  .our_work_sec .play-button {
    left: 65%;
  }
  .our_work_sec .play-button svg {
    width: 30px;
    height: 30px;
  }
  .our_work_sec .video_slider {
    padding: 0;
  }
  .our_work_sec .video_slider .name_inner_d h3 {
    font-size: 14px;
    line-height: 15px;
  }
  .our_work_sec .video_slider .name_inner_d p {
    font-size: 14px;
    line-height: 15px;
    margin: 4px 0 9px 0;
  }
  .our_work_sec .video_slider .name_inner_d {
    padding: 0 9px 0px 9px;
  }
  .our_work_sec .video_slider .name_inner_d {
    border-radius: 0 0 8px 8px;
  }
  .our_work_sec .btn__d {
    padding: 32px 0 24px 0;
  }
  .our_work_sec .btn {
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
  }
}
/* Our Work  Section css end */

/* How It Works CSS start */
section.how_it_works {
  overflow: hidden;
}
.how_it_works .main_d {
  max-width: 1000px;
  margin: 0 auto;
}
.how_it_works .main_d h1 {
  margin: 0 0 16px 0;
}
.how_it_works .main_d p {
  font-family: Akrobat;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.98px;
  margin-bottom: 120px;
}
.how_it_works .icon_details_d {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.how_it_works .icon_details_d .number__d {
  background-color: #f58b14;
  border-radius: 50%;
}

.how_it_works .card {
  /* width: 200px; */
  background: #f58b141a;
  border-radius: 30px;
  text-align: center;
  position: relative;
  padding: 20px;
  padding-top: 40px;
  margin-top: 50px;
  min-height: 270px;
}

.how_it_works .card-number {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: #f58b14;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 50px;
  font-family: "DM Sans", serif;
  font-size: 24px;
  line-height: 31.25px;
  min-width: 80px;
}

.how_it_works .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.how_it_works .card-content .title {
    font-family: "DM Sans", serif;
    font-size: 16px;
    line-height: 20.83px;
    text-transform: capitalize;
    margin: 0 0 16px;
}

.how_it_works .description {
  font-family: "DM Sans", serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #808080;
  margin: 0;
}

.how_it_works .inner_data__d {
  width: 20%;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .how_it_works .icon_details_d{
    margin: 0 -10px;
    row-gap: 20px;
  }
  .how_it_works .inner_data__d{
    padding: 0 10px;
  }
  .how_it_works .main_d p{
    margin-bottom:60px;
  }
}
@media only screen and (max-width: 900px) {
  .how_it_works .inner_data__d{
   width: 33.33%;
  }
}
@media only screen and (max-width: 767px) {
  .how_it_works.mtb {
    margin: 32px 25px 76px;
  }
  .how_it_works .main_d h1 {
    margin: 0 0 8px 0;
  }
  .how_it_works .main_d p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .how_it_works .card-number {
    font-size: 14px;
    line-height: 19px;
    top: -20px;
  }
  .how_it_works .card-content .title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
  }
  .how_it_works .description {
    font-size: 12px;
    line-height: 15px;
  }
  .how_it_works .card {
    padding: 10px;
    padding-top: 20px;
    width: 100%;
  }
  .how_it_works .card svg {
    width: 50px;
    height: 50px;
  }
  .how_it_works .icon_details_d {
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .how_it_works .icon_details_d .inner_data__d {
     width: 50%; 
    padding: 0px 12px;
  }
  .how_it_works .card{
    margin-top: 20px;
    min-height: 185px;
  }
  .how_it_works .icon_details_d{
    row-gap: 16px;
  }
}
/* How It Works CSS end */

/* What Clients Say section CSS start  */

.what_clients_say .testimonial-section {
  padding-bottom: 120px;
}
.what_clients_say .main_d {
  max-width: 761px;
  margin: 0 auto;
  padding: 68px 0 118px 0;
}

.what_clients_say .main_d h1 {
  margin: 0px 0 18px 0;
}
.what_clients_say .main_d p {
  font-family: Akrobat;
  font-weight: 600;
  font-size: 24px;
  line-height: 29.98px;
}
.what_clients_say .testimonialsInner{
  max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.what_clients_say .testimonial-section .testimonial-slider {
  position: relative;
  /* padding-bottom: 120px;
  max-width: 1000px;
  margin: 0 auto; */
  max-width: 1100px;
  margin: 0 auto;
}

.what_clients_say .testimonial-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.what_clients_say .testimonial-section .testimonial-card {
  background: linear-gradient(137.53deg, #ffffff 80.62%, #f58b14 100%);
  border-radius: 20px;
  padding: 36px 20px;
  /* width: 301px; */
  text-align: left;
  position: relative;
}
.what_clients_say .testimonial-card h4 {
  font-family: DM Sans;
  font-size: 24px;
  line-height: 32.9px;
  margin: 19px 0 0 0;
}
.what_clients_say .testimonial-card .sub_text {
  font-family: DM Sans;
  font-size: 16px;
  line-height: 21.93px;
  margin: 0 0 13px 0;
}
.what_clients_say .testimonial-card p {
  font-family: DM Sans;
  font-size: 12px;
  line-height: 16.45px;
  margin: 0;
}
.what_clients_say .testimonial-section .testimonial-card img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

/* .what_clients_say .testimonial-section .swiper-button-prev, .swiper-button-next {
  color: white;
  padding: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
} */

.what_clients_say .testimonial-section .swiper-button-prev {
  /* left: -50px;  */
  left: 0px;
  z-index: 1;
  color: white;
    width: 40px;
  height: 40px;
}
.what_clients_say .testimonial-section .swiper-button-next {
  /* right: -50px;  */
  right: 0px;
  z-index: 1;
  color: white;
  width: 40px;
  height: 40px;
}

.what_clients_say .testimonial-section .swiper-pagination {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.what_clients_say .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.what_clients_say .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}
.what_clients_say .swiper-button-next svg,
.what_clients_say .swiper-button-prev svg {
  width: 58px;
  height: 58px;
}

@media only screen and (max-width: 767px) {
  .what_clients_say .testimonial-section {
    padding-bottom: 64px;
  }
  .what_clients_say .main_d {
    padding: 40px 0 48px 0;
    max-width: 340px;
  }
  .what_clients_say .main_d h1 {
    margin: 0px 0 8px 0;
  }
  .what_clients_say .main_d p {
    font-size: 16px;
    line-height: 19.2px;
  }
  .what_clients_say .testimonial-section .testimonial-card img {
    width: 41px;
    height: 41px;
  }
  .what_clients_say .testimonial-section .testimonial-card {
    padding: 10px;
  }
  .what_clients_say .testimonial-card h4 {
    font-size: 16px;
    line-height: 21px;
    margin: 10px 0 0 0;
  }
  .what_clients_say .testimonial-card .sub_text {
    font-size: 14px;
    line-height: 19px;
    margin: 0 0 6px 0;
  }
  .what_clients_say .testimonial-section .swiper-button-prev,
  .what_clients_say .testimonial-section .swiper-button-next{
    display: none !important;
  }
}
/* What Clients Say section CSS start   */

/* let’s have a chat CSS Start */
.lets_have_a_chat .container {
  width: 90%;
  max-width: 1108px;
  margin: 0 auto;
  padding: 140px 0;
}
.lets_have_a_chat .container .main_d {
  margin: 0 0 64px 0;
}

.lets_have_a_chat .container .title {
  margin: 0;
}
.lets_have_a_chat .container .main_d p {
  font-family: Akrobat;
  font-size: 24px;
  line-height: 29.98px;
  margin-top: 16px;
}

.lets_have_a_chat .contact-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.lets_have_a_chat .contact-left {
  flex: 1;
  text-align: left;
}

.lets_have_a_chat .contact-left img {
  width: 100%;
  border-radius: 4px;
}

.lets_have_a_chat .contact-left p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 24px;
  line-height: 27.6px;
}

.lets_have_a_chat .contact-right {
  flex: 1;
}

.lets_have_a_chat form {
  display: flex;
  flex-direction: column;
}

.lets_have_a_chat .contact-right .form_info {
  margin: 0 0 25px 0;
}
.lets_have_a_chat .contact-right .form_info p{
  margin: 0 0 5px;
}
.lets_have_a_chat .contact-right .form_info br{
  display: none;
}
.lets_have_a_chat label {
  font-family: DM Sans;
  font-size: 15px;
  line-height: 14.4px;
  margin: 0 0 5px;
}

.lets_have_a_chat input,
.lets_have_a_chat select {
  width: 100%;
  padding: 8px 8px 8px 0;
  border: none;
  border-bottom: 2px solid #000;
  border-radius: 0px;
  font-family: DM Sans;
  font-weight: 400;
  font-size: 22.5px;
  line-height: 25.87px;
  background: #fff;
  margin: 0;
  color: #000000;
}

.lets_have_a_chat .checkbox-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.lets_have_a_chat .checkbox-container .agree_font {
  font-family: DM Sans;
  font-weight: 900;
  font-size: 15px;
  line-height: 14.4px;
}

/*.lets_have_a_chat .checkbox-container input {
  width: 3%;
  margin-right: 6px;
}*/
.lets_have_a_chat .wpcf7-checkbox .wpcf7-list-item{
  margin-left: 0;
}
.lets_have_a_chat .wpcf7-checkbox input{
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.lets_have_a_chat .wpcf7-checkbox .wpcf7-list-item-label{
  font-family: DM Sans;
  font-size: 15px;
  line-height: 14.4px;
  margin: 0 0 5px;
  color: #000;
  font-weight: 600;
}
.lets_have_a_chat .privacy-text.spacing {
  margin: 5px 0 25px 0;
}

.lets_have_a_chat .privacy-text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 24px;
  line-height: 27.6px;
  margin: 0 0 10px;
}
.lets_have_a_chat .privacy-text br{
  display: none;
}

.lets_have_a_chat .privacy-text a {
  color: #000;
  text-decoration: underline;
}

/*.lets_have_a_chat button {
  background-color: #000000;
  padding: 10px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  font-family: DM Sans;
  font-weight: 900;
  font-size: 21.91px;
  line-height: 21.03px;
  width: 30%;
}*/
.lets_have_a_chat .wpcf7-submit{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    min-width: 160px;
    background: #000;
    font-size: 21px;
    color: #fff;
    border: 1px solid #000;
    width: auto;
    border-radius: 8px;
    font-weight: 900;
    text-transform: uppercase;
}
.lets_have_a_chat .wpcf7-submit:hover,
.lets_have_a_chat .wpcf7-submit:focus{
  background: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 768px) {
  .lets_have_a_chat{
    padding: 70px 0;
  }
  .lets_have_a_chat.contact-section.mtb {
    margin-top: 69px;
  }
  .lets_have_a_chat .container {
    padding: 0;
  }
  .lets_have_a_chat .contact-content {
    flex-direction: column;
    align-items: center;
  }
  .lets_have_a_chat .container .main_d {
    margin: 0 0 48px 0;
  }
  .lets_have_a_chat .container .main_d p {
    margin-top: 8px;
    font-size: 16px;
    line-height: 18.4px;
  }
  .lets_have_a_chat .contact-left {
    display: none;
  }
  .lets_have_a_chat .contact-left,
  .contact-right {
    width: 100%;
  }
  .lets_have_a_chat .privacy-text {
    font-size: 14px;
    line-height: 16px;
    margin: 16px 0 !important;
  }
  .lets_have_a_chat .checkbox-container .agree_font {
    font-size: 14px;
    line-height: 13px;
  }
  .lets_have_a_chat button {
    font-size: 16px;
    line-height: 15px;
  }
}
/* let’s have a chat CSS End */
/* footer css start*/
footer {
  background: #000000;
  padding: 45px 0 107px 55px;
  overflow: hidden;
}

footer .container{
   max-width: 1920px;
  margin: 0 auto;
  padding: 0;
}
footer .footer_grid {
  display: flex;
  /* justify-content: space-between; */
  /* flex-wrap: wrap; */
  /* margin: 0 -15px; */
}
footer .widget {
  box-shadow: unset;
  padding: 0;
  margin: 0;
  background: transparent;
}
footer .footer_column {
  width: 33.33%;
  padding: 0 15px;
}
footer .footer_logo {
  margin: 0 0 27px;
}
footer .footer_logo img {
  max-width: 280px;
}
footer h3 {
  font-family: "DM Sans", serif;
  font-weight: 700;
  font-size: 31.63px;
  line-height: 41.12px;
  margin: 0 0 25px;
  /* margin-top: 12px; */
  /* margin: 0; */
}
footer .social_links {
  display: flex;
  margin: 25px 0 0;
}
footer .social_links li {
  margin-right: 8px;
}
footer .social_links li a svg {
  width: 43px;
  height: 43px;
}
footer .social_links li img {
  max-width: 40px;
}
footer .menu a,
footer p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  font-family: "DM Sans";
  display: block;
}
footer a,
footer .menu a {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 17.79px;
  line-height: 23.13px;
  color: #fff;
  text-decoration: unset;
}
footer .contact-us a {
  font-family: "DM Sans", serif;
  font-weight: 700;
  font-size: 21.75px;
  line-height: 28.27px;
}
/* footer a:hover {
  color: #d61602;
} */
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu li,
footer p {
  margin: 0 0 20px;
}
footer p a {
  display: flex;
  align-items: center;
}
footer p a svg {
  margin-right: 13px;
}
footer .footer_column:first-child .widget {
  padding-right: 50px;
}
footer .footer_column:first-child p {
  font-family: "DM Sans", serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 27.3px;
  margin: 0;
}
footer .footer_column:last-child p img {
  width: 24px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  footer {
     padding: 30px 16px 16px;
  }
  footer .footer_grid {
    display: block;
  }
  footer .footer_column {
    width: 100%;
    margin: 0 0 32px;
  }
  footer .footer_column:first-child .widget {
    padding-right: 0;
  }
  footer .footer_column:first-child p,
  footer .contact-us a {
    font-size: 16px;
    line-height: 20px;
  }
  footer .contact-us {
    margin-bottom: 0;
  }
  footer .social_links li a svg {
    width: 25px;
    height: 25px;
  }

  footer .footer_column:first-child p,
  footer .footer_column {
    padding: 0;
  }
  footer .footer_logo img {
    max-width: 250px;
  }
  footer .footer_logo {
    margin: 0 0 24px;
  }
  footer .menu a,
  footer p {
    font-size: 17px;
    line-height: 23px;
  }
  footer .menu li,
  footer p {
    margin: 0 0 10px;
  }
  footer .menu li:last-child,
  footer p:last-child {
    margin-bottom: 0;
  }
  footer .footer_column:last-child p img {
    width: 19px;
  }
  footer h3 {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 31.2px;
  }
}
/* footer css end*/

/* Subscription Plans Section CSS start   */
.title span {
  color: #ff9800;
}
.subscriptionPlans-section {
  overflow: hidden;
}
.subscriptionPlans-section .main_d {
  padding: 140px 0 100px 0;
}
.subscriptionPlans-section .main_d p {
  font-family: Akrobat;
  font-size: 24px;
  line-height: 29.98px;
}
.subscriptionPlans-section .main_d h1 {
  color: #fff;
  margin: 0 0 16px 0;
}
.subscriptionPlans-section .subscription-swiper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.subscriptionPlans-section .subscription-swiper .swiper-wrapper{
  align-items: center;
}
.subscriptionPlans-section .tag::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #f7941d;
}

.subscriptionPlans-section .subscription-card {
  padding: 20px;
  border-radius: 16px;
  width: 300px;
  text-align: left;
  border: 2px solid #333;
  transition: 0.3s ease;
}
.subscriptionPlans-section .subscription-card:hover {
  transform: translateY(-5px);
}

.subscriptionPlans-section .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscriptionPlans-section .card-header h3 {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.83px;
  color: #404040;
  margin: 0;
}

.subscriptionPlans-section .tag {
  background-color: #f58b14;
  color: #fff;
  padding: 8px 26px;
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 16px;
  line-height: 20.83px;
}

.subscriptionPlans-section .subtext_card {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.23px;
  color: #9e9e9e;
  margin: 9px 0 32px;
}

.subscriptionPlans-section .price {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 48px;
  line-height: 62.5px;
  color: #404040;
  margin: 0 0 32px;
}
.subscriptionPlans-section .price sup {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.23px;
  color: #bcbcbc;
}

.subscriptionPlans-section .features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.subscriptionPlans-section .features li {
  display: flex;
  align-items: center;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.23px;
  color: #767676;
  margin: 0 0 14px;
}
.subscriptionPlans-section .features li svg {
  width: 26px;
  height: 26px;
  margin-right: 8px;
  flex-shrink: 0;
}
.subscriptionPlans-section .cta-container {
  margin-top: 40px;
}
.subscriptionPlans-section .continue-btn {
  width: 503px;
}
.subscriptionPlans-section .continue-btn,
.no-thanks-btn {
  border: none;
  padding: 16px 25px;

  cursor: pointer;
  border-radius: 32px;

  font-family: DM Sans;
  font-weight: 600;
  font-size: 24px;
  line-height: 31.25px;
}
.subscriptionPlans-section .continue-btn:hover {
  background: #ff9800;
}
.subscriptionPlans-section .no-thanks-btn {
  background: transparent;
  color: #9d9d9d;
  margin-top: 24px;
}

.subscriptionPlans-section .custom-plan {
  padding: 20px;
  margin-top: 40px;

  border-radius: 32px;
  padding: 24px 16px;
  margin: 40px auto;
  max-width: 1066px;
}
.subscriptionPlans-section .custom-plan .inner_content_info .price,
.subscriptionPlans-section .custom-plan .inner_content_info .price sup {
  color: #050505;
}
.subscriptionPlans-section .customize-btn {
  background: #000;
  padding: 16px 66px;
  border: none;
  font-size: 24px;
  line-height: 21px;
  cursor: pointer;
  border-radius: 32px;
}

/* .subscriptionPlans-section .customize-btn:hover {
  background: #ffff;
  color: #000;

} */

.subscription-next,
.subscription-prev {
  color: #ff9800;
}
.subscriptionPlans-section .subscription-pagination {
  margin-top: 15px;
}

.subscriptionPlans-section
  .swiper-slide.subscription-card.background_FFF.swiper-slide-active {
  transform: scale(1);
  border: 10px solid #f58b14;
  box-shadow: 0px 0px 15px #ff9800;
  box-shadow: 0px 4.87px 15px 0px #ffda7980;
}
.swiper-slide.subscription-card.featured.background_FFF.swiper-slide-prev,
.swiper-slide.subscription-card.featured.background_FFF.swiper-slide-next {
  transform: scale(0.9);
}
.subscriptionPlans-section .custom-plan .custom-content h3 {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 20.83px;
  margin: 0 0 16px;
}
.subscriptionPlans-section .custom-plan .custom-content p {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.23px;
  color: #050505;
  margin-bottom: 40px;
}
.subscriptionPlans-section .custom-plan .inner_content_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subscriptionPlans-section .explore_btn a {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
}
@media (max-width: 768px) {
  .subscriptionPlans-section .main_d {
    padding: 32px 0;
  }
  .subscriptionPlans-section .main_d h1 {
    margin: 0 0 8px 0;
  }
  .subscriptionPlans-section .main_d p {
    display: none;
    font-size: 16px;
    line-height: 18px;
  }
  .subscriptionPlans-section .card-header h3 {
    font-size: 18.86px;
    line-height: 24.55px;
  }
  .subscriptionPlans-section .price {
    font-size: 25.15px;
    line-height: 32.74px;
  }
  .subscriptionPlans-section .price sup {
    font-size: 13px;
    line-height: 17px;
    margin: 0 0 22px;
  }
  .subscriptionPlans-section .features li {
    font-size: 13px;
    line-height: 17px;
  }
  .subscriptionPlans-section .features li svg {
    width: 24px;
    line-height: 24px;
    margin-right: 3px;
  }
  .subscriptionPlans-section .subtext_card {
    font-size: 7px;
    line-height: 10px;
    margin: 7px 0 30px;
  }
  .subscriptionPlans-section .subscription-swiper {
    overflow: hidden;
  }
  .subscriptionPlans-section .explore_btn a {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 13.4px;
    line-height: 17.45px;
    text-decoration: underline;
    margin: 13px 0 15px;
  }
  .subscriptionPlans-section .continue-btn {
    width: 175px;
    padding: 8px 52px;
  }
  .subscriptionPlans-section .no-thanks-btn {
    margin-top: 8px;
  }
  .subscriptionPlans-section .custom-plan {
    margin: 0 25px 47px;
  }
  .subscriptionPlans-section .custom-plan .inner_content_info {
    display: block;
    text-align: center;
  }
  .subscriptionPlans-section .custom-plan .custom-content h3 {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 8px;
  }
  .subscriptionPlans-section .custom-plan .custom-content p {
    font-size: 14px;
    line-height: 18px;
    color: #818181;
    margin-bottom: 16px;
  }
  .subscriptionPlans-section .customize-btn {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 27px;
  }
  .subscriptionPlans-section .continue-btn,
  .no-thanks-btn {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Subscription Plans Section CSS end   */