@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';
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
.border_line_first {
    position: absolute;
    top: 0;
    z-index: -1;
    width: calc(100% - 220.24px);
}
 
.back-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  cursor: pointer;
}   
footer {
  border-radius: 30px 30px 0 0;
  background-color: #FECE00;
  padding: 6rem 5rem 0 5rem;
  position: relative;
  z-index: 3;
}
a:hover{
  text-decoration: none !important;
}
footer li{
  list-style: none;
}
footer a{
text-decoration: none;
}
ul{
  padding-left: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 5rem;
  align-items: center;
}
.footer-top h2 {
  font-size: 40px;
  font-weight: 500;
  color: #1F1F1F;
  flex: 0 0 50%;
}
.footer-top a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  background: #fff;
  border-radius: 50%;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-middle h5{
  color: #1F1F1F;
  font-weight: 600;
  font-size: 20px;
}
.widgets.widget-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
}
.footer-middle li{
  color: #1F1F1F;
  font-weight: 600;
  font-size: 18px;
}
.footer-middle li a,
.footer-middle li.adress {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: 400;
}
.footer-middle {
  display: flex;
  flex-wrap: wrap;
}
.email-box{
  position: relative;
}
.email-box button {
  border: none;
  position: absolute;
  background: none;
  right: 0;
  bottom: 20px;
  background: #000;
  border-radius: 4px;
  padding: 5px;
}
input[type="email"] {
  background: none;
  border: none;
  border-bottom: 1px solid #1F1F1F;
  color: #1F1F1F;
  padding: 20px 0;
  width: 100%;
}
input::placeholder {
  color: #1F1F1F;
}
input:focus-visible {
  outline: none ;
}
.footer-bottom {
  font-size: 14px;
  border-top: 1px solid #1F1F1F;
  margin-top: 5rem;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-bottom ul li a{
  color: #1F1F1F;
}
.footer-bottom ul  {
 display: flex;
 flex-wrap: wrap;
 gap: 16px;
}
body{
  background: #F1ECE9!important;
}
.link {
	color: var(--white);
  background-color: #DF0000;
  display: block;
  font-size: 16px;
  line-height: 0;
  outline: none;
  padding: 18px 18px;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  /* transition: .3s all ease-in-out;
  border-radius: 4px; */
}
dl, ol, ul{
  margin-bottom: 0px!important;
}


.link:hover {
  text-decoration: none;
}

.link__text {
	position: relative;
	vertical-align: middle;
}

.get_touch_us img{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.workflow-sec {
  display: flex;
  padding: 4rem;
  background-color: #FECE00;
  gap: 30px 0;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 30px 30px 0 0;
}
.workflow-right{
  flex: 0 0 45%;
}
.workflow-left {
  flex: 0 0 55%;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.workflow-holder {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 2px solid #FFEB97;
  padding: 18px 24px;
  border-radius: 15px;
  flex: 0 0 46%;
}
.workflow-sec .workflow-left .workflow-holder .icon {
  background-color: #FFEB97;
  padding: 14px;
  border-radius: 50%;
  min-width: 53px;
}
.workflow-sec .workflow-left .workflow-holder .content h4 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  margin-bottom: 4px;
}
.workflow-sec .workflow-left .workflow-holder .content p {
  font-size: 14px;
  color: #343434;
}
.workflow-sec .workflow-right h2{
  font-weight: 600;
  font-size: 40px;
  color:#000;
}
.workflow-right{
  padding:0 2rem;
}
.workflow-right p{
  color: #343434;
}
.workflow-sec .video-area  {
  position: relative;
  margin: auto;
  width: 100%;
}
.workflow-sec .video-area img {
  position: absolute;
  top: 50%;
  z-index: 9999;
  left: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.video-area iframe {
  height: 600px;
  margin: auto;
  width: 100%;
}

.rating_text i{
  color: #FFC107;
}





.business_height{
  padding: 30px 0px;
}
.adv_business{
  display: flex;
  justify-content: space-between;
  
}
  .get_touch_us {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    column-gap: 25px;
}
.get_touch_us p {

  column-gap: 25px;
  font-size: 16px;
  line-height: 22px;
}

.adv-leftside{
  width: 62%;
  padding-left: 6%;
  padding-top: 50px;
}
.adv_busines_rightside {
  width: 80%;
  text-align: right;
}
.adv_busines_rightside img {
  width: 90%;
}
.adv-leftside h1{
  font-size: 54px;
    line-height: 60px;
    font-weight: 600;
}
.adv-leftside span{
  font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color: #DF0000
    ;
}
.buttomns_gettouch{
  display: flex;
  column-gap: 15px;
  margin-top: 20px;
}
.greebgbtn{
  color: #fff;
  background-color: #DF0000;
  border: 1.5px solid #DF0000;
  border-radius: 10px;
  padding: 10px 26px;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
  font-weight: 600
}
.borderbtn {
  color: #272727;
  background-color: transparent;
  border: 1.5px solid #FECE00;
  border-radius: 10px;
  padding: 10px 26px;
  font-size: 16px;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 600;
}

button.borderbtn a {
  color: #272727;
  font-weight: 600;
}

.rating_wrapper {
  display: flex;
  margin-top: 49px;
  justify-content: space-between;
}
.rating_text h3{
  font-size: 26px;
  color: black;
}
.rating_text p{
  font-size: 16px;
  color: #696969;
  text-transform: capitalize;
  margin-top: 6px;
}
.our_partner{
  padding: 40px 6%;
}
.our_partner h2{
  font-size: 30px;
  text-align: center;
  color: black;
  font-weight: 600;
  margin-bottom: 20px;
}
.feaures_list{
  display: flex;
  justify-content: space-evenly;
margin-top: 30px;
}

.accordiation_wrapper{
  padding: 20px 6%;
  margin-top: 30px;
}
.accordian_content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.accordian_content h2{
  font-size: 30px;
  color: black;
  font-weight: 600;
}
.accordian_content p {
  font-size: 16px;
  color: #484848;
  font-weight: 500;
  line-height: 22px;
  width: 42%;
}
.accordian_content h2 {
  font-size: 32px;
  color: #1f1f1f;
  font-weight: 600;
  width: 40%;
  line-height: 40px;
}
/* Accordion Styles */
#accordion {
  width: 100%;
  padding-top: 1rem;
}

.accordion-toggle {
  cursor: pointer;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #ddd;
  transition: 250ms all ease;
  line-height: 1;
}
.accordion-toggle .button {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 50px;
  padding: 12px;
}
.accordion-toggle .button:before, .accordion-toggle .button:after {
  content: "";
  position: absolute;
  background-color: black;
  transition: transform 0.25s ease-out;
}
.accordion-toggle .button:before {
  top: 3px;
  left: 50%;
  width: 2px;
  height: 78%;
  margin-left: -1px;
}
.accordion-toggle .button:after {
  top: 50%;
  left: 2px;
  width: 80%;
  height: 2px;
  margin-top: -1px;
  color: black;
}
.accordion-toggle.opened , .accordion-content.opened  {
  border-color: #D0D0D0;
}
.accordion-toggle.opened .button {
  cursor: pointer;
  background-color: #DF0000;
  border-color: #DF0000;
}
.accordion-toggle.opened .button:before {
  transform: rotate(90deg);
}
.accordion-toggle.opened .button:after {
  transform: rotate(180deg);
}
.accordion-toggle.opened .button:before, .accordion-toggle.opened .button:after {
  background-color: #fff;
}
.accordion-toggle div {
  display: inline-block;
  font-weight: 400;
}

.accordion-content {
  display: none;
  margin-bottom: 3rem;
  border-bottom: 2px solid #ddd;
  padding: 1rem;
}



.container {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}
.accordian_tabs {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.accordian_tabs h2{
  font-size: 22px;
  color: black;
  font-weight: 600;
}
.accordion-toggle.opened .accordian_tabs h2{
   color: #DF0000;
}
.accordian_tabs span{
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

#portfolio {
  padding: 40px;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  background: white;
}

.gallery {
  position: relative;
}

.gallery img {
  position: absolute;
  left: 70%;
  top: -20px;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.gallery-title {
    font-size: 36px;
    color: #1F1F1F;
    text-align: center;
    font-weight: 600;
    padding: 40px 20px 0px;
}
.filter-button
{
  font-size: 18px;
  border: 1px solid #db584e;
  border-radius: 5px;
  text-align: center;
  color: #db584e;
  margin-bottom: 30px;

}
.filter-button:hover
{
  font-size: 18px;
  border: 1px solid #db584e;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #db584e;

}
.btn-default:active .filter-button:active
{
  background-color: #db584e;
  color: white;
}

.port-image
{
  width: 100%;
}

.gallery_product
{
  margin-bottom: 30px;
}
.digitaltext{
  font-size: 18px;
  color: #484848;
  font-weight: 400;
  text-align: center;
}
.tabs_list_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  column-gap: 50px;
}
button.btn.btn-default.filter-button {
  border: 1px solid #DF0000;
  padding: 10px 38px;
  color: #DF0000;
}
.filter-button:hover{
  background: #DF0000;
  color: white!important;
}
.gallery_product  img{
  width: 100%;
}
.tabs_arow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.tabs_arow h3{
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin: 0px;
}
.tabs_arow img{
  width: 40px;
}

@media (min-width: 1900px) and (max-width: 2560px){
  .border_line_first {
    top: -78px;
}
}
@media (max-width: 767px) {
  .adv_business {
    display: block;
    justify-content: space-between;
}
.adv-leftside {
  width: 100%;
  padding-left: 3%;
  padding-top: 0px;
  padding-right: 3%;
}
.adv-leftside h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
}
.adv-leftside span {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  color: #DF0000;
}
.get_touch_us {
  display: block;
  margin-top: 30px;
}
.get_touch_us p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.rating_wrapper {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv_busines_rightside {
  width: 100%;
}
.adv_busines_rightside {
  width: 100%;
  padding: 72px 3% 20px 3%;
}
.adv_busines_rightside img {
  width: 100%;
}
.fade:not(.show) {
  opacity: 1!important;
}
.feaures_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
  column-gap: 0%;
  row-gap: 26px;
}
.feaures_list div {
  flex: 0 0 45%;
}
.accordiation_wrapper {
  padding: 20px 3%;
}
.accordian_content {
  display: block;
  margin-bottom: 30px;
}
.accordian_content h2 {
  font-size: 28px;
  color: black;
  font-weight: 700;
  width: 100%;
  line-height: 34px;
}
.accordian_content p {
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
} 
#portfolio {
  padding: 0px 3% 30px;
  margin: 0 auto;
}
.tabs_list_wrapper {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  flex-wrap: wrap;
  column-gap: 10%;
}
.workflow-sec {
  display: block;
  padding: 4rem 3%;
}
.workflow-left {
  display: block;
  gap: 26px;
  flex-wrap: wrap;
}
.video-area iframe {
  height: 600px;
  margin: auto;
  width: 100%;
}
.workflow-right {
  padding: 0 0rem;
}
.workflow-right {
  padding: 0 0rem;
  margin-top: 20px;
}
.workflow-sec .workflow-right h2 {
  font-size: 28px;
}
.workflow-holder {
  flex: 0 0 46%;
  margin-bottom: 20px;
}
.video-area iframe {
  height: 300px;
  margin: auto;
  width: 100%;
}
button.btn.btn-default.filter-button {
  padding: 10px 16px;
}
.tabs_list_wrapper button {
  flex: 0 0 45%;
}
.gallery img {
   display: none;
}
footer {
  padding: 2rem 0rem 0 1rem;
  position: relative;
  z-index: 3;
}
.border_line_first {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
}
.footer-top {
  display: flex;
  padding: 7px 8px 26px;
  flex-direction: column;
}
.footer-top a {
  padding: 60px 23px;
}
.footer-top h2 {
  font-size: 26px;

}
.widgets.widget-2 {
  width: 100%;
  margin-top: 40px;
}
.widgets.widget-3 {
  width: 100%;
  margin-top: 40px;
}
.widgets.widget-4 {
  width: 100%;
  margin-top: 40px;
}
.greebgbtn {
  color: #fff;
  background-color: #DF0000;
  border: 1.5px solid #DF0000;
  border-radius: 10px;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.borderbtn {
  color: #DF0000;
  background-color: transparent;
  border: 1.5px solid #DF0000;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 13px;
  width: 48%;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 600;
}
.adv_business {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
}
@media(max-width:425px){
  .widgets.widget-1 {
    flex: 0 0 90%;
  }
  .logo img {
    width: 100%;
    max-width: 250px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .adv_business {
    display: block;
    justify-content: space-between;
}
.adv-leftside {
  width: 100%;
  padding-left: 3%;
  padding-top: 78px;
  padding-right: 3%;
}
.adv-leftside h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
.adv-leftside span {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #DF0000;
}
.get_touch_us {
  display: flex;
  margin-top: 30px;
}
.get_touch_us p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
}
.rating_wrapper {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adv_busines_rightside {
  width: 100%;
}
.adv_busines_rightside {
  width: 100%;
  padding: 0px 3%;
}
.fade:not(.show) {
  opacity: 1!important;
}
.feaures_list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
  flex-wrap: wrap;
}
.accordiation_wrapper {
  padding: 20px 3%;
}
.accordian_content {
  display: block;
  margin-bottom: 30px;
}
.accordian_content h2 {
  font-size: 28px;
  color: black;
  font-weight: 700;
  width: 100%;
  line-height: 34px;
}
.accordian_content p {
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 22px;
  width: 100%;
}
#portfolio {
  padding: 0px 3% 30px;
  margin: 0 auto;
}
.tabs_list_wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
button.btn.btn-default.filter-button {
  border: 1px solid #DF0000;
  padding: 10px 16px;
  WIDTH: 22%;
}
.tabs_list_wrapper {
  column-gap: 0%;
}
.widgets {
  flex: 0 0 34%;
}
.footer-middle {
  justify-content: space-between;
}
.logo img {
  max-width: 290px;
}
.workflow-sec {
  display: block;
  padding: 4rem 3%;
}
.workflow-left {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}
.video-area iframe {
  height: 600px;
  margin: auto;
  width: 100%;
}
.workflow-right {
  padding: 0 0rem;
}
.workflow-right {
  padding: 0 0rem;
  margin-top: 20px;
}
.workflow-sec .workflow-right h2 {
  font-size: 28px;
}
.workflow-holder {
  margin-bottom: 20px;
}
.video-area iframe {
  height: 400px;
  margin: auto;
  width: 100%;
}
footer {
  padding: 2rem 0rem 0 1rem;
  position: relative;
  z-index: 3;
}
.border_line_first {
  position: absolute;
  top: 0;
  z-index: -1;
  display: none;
}
.footer-top {
  display: FLEX;
  padding: 10px 0px;
  align-items: center;
}
.footer-top h2 {
  font-size: 26px;
}
.widgets.widget-2 {
  width: 100%;
  margin-top: 40px;
}
.widgets.widget-3 {
  width: 100%;
  margin-top: 40px;
}
.widgets.widget-4 {
  width: 100%;
  margin-top: 40px;
}
.greebgbtn {
  color: #fff;
  background-color: #DF0000;
  border: 1.5px solid #DF0000;
  border-radius: 10px;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 14px;
  cursor: pointer;
  width: 48%;
  font-weight: 600;
}
.borderbtn {
  color: #DF0000;
  background-color: transparent;
  border: 1.5px solid #DF0000;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 13px;
  width: 48%;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: 600;
}
}
@media (min-width: 1200px) and (max-width: 1367px) {
  .adv-leftside {
    width: 68%;
    padding-left: 6%;
    padding-top: 50px;
}
}
@media (min-width: 1025px) and (max-width: 1199px){
  .adv_busines_rightside {
    width: 40%;
}
.workflow-left, .workflow-right {
  flex: 0 0 100%;
}
}

@media (min-width: 1367px) and (max-width: 1600px) {
  .adv-leftside {
    width: 68%;
    padding-left: 6%;
    padding-top: 50px;
}
}

footer{
  padding-right:1rem;
}