* {
  padding: 0;
  margin: 0;

}

a {
  text-decoration: none !important;
}

.primary-clr {
  color: #ea4124;
}

@import url('css2.css');





.secondary-clr {
  color: #262B38;
}

.primary-back {
  background: #ea4124;
}

.secondary-back {
  background: #262B38;
}

.row {
  margin-bottom: 20px !important;
}

html {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

body {
  font-style: normal !important;
  font-weight: 400;
  overflow-x: hidden;
  color: #262B38;

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span {
  font-family: 'Poppins', sans-serif !important;
  margin-bottom: 12px;
}

div,
li,
input,
textarea,
::placeholder {
  font-family: 'Poppins', sans-serif !important;
}

p::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
a::-moz-selection {
  color: #FFFFFF;
  background-color: #ea4124;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
a::selection {
  color: #FFFFFF;
  background-color: #ea4124;

}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: #262B38;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
  border: 1px solid #ea4124;
}

.form-control:focus {
  border-color: #ea4124;
  outline: 0;
  box-shadow: none;
}
h2.general span {
  color: #ea4124;
}
 h2.general {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
}


.package_wraper ::-webkit-scrollbar {
  width: 10px;
}



.package_wraper ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px;
}


.package_wraper ::-webkit-scrollbar-thumb {
  background: #EA4124;
  border-radius: 7px;
}

nav#header_nav {
  display: flex;
  justify-content: end;
}


span.chevron_icon img {
  rotate: 268deg;
  width: 14px;
  transition: 0.5s;
}

li.list-inline-item.megaMenu:hover span.chevron_icon img {
  rotate: 360deg;
}

.dd-menu-box {
  background: #ffffff;
  box-shadow: inset 0 6px 10px 0 rgb(0 0 0 / 10%), 0 10px 8px 0 rgb(0 0 0 / 10%);
  display: block;
  left: 0px;
  position: absolute;
  top: 150px;
  transition: .25s all ease-in-out;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  width: 100%;
  padding: 50px 0px 20px 0;
  z-index: 1;

}

li.list-inline-item.megaMenu:hover .dd-menu-box {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}

.dd-menu-box-dtl {
  padding: 25px 0;
  transition: all 0.5s;
}
.dd-menu-box-dtl a{
  display: flex;
  align-items: center;
  
  margin: 0 0 50px 0;
}


.dd-menu-box-dtl a {
  margin: 0px;
  padding: 0px;
}

.dd-menu-box-dtl-2 h6 {
  color: #75799b;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.dd-menu-box-dtl-2 h5 {
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.dd-menu-box-dtl-2 {
  padding: 0 0 0 10px;
}

.dd-menu-box-dtl .icon {
  width: 60px;
  height: 60px;
  background: #ea4124;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.dd-menu-box-dtl .icon svg {
  height: 30px;
}
.d-flex.nav_btn {
  background-color: #EA4124;
  padding: 20px 30px;
  border-radius: 15px;
}

.d-flex.nav_btn a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  
  color: #000 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.dd-menu-box-dtl:hover {
  background-color: #EA4124;
}
.dd-menu-box-dtl:hover * {
  color: #fff;
}


section.top_bar {
  background-color: #000000;
}

section.top_bar ul {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 8px;
  margin-bottom: 0px;
}

section.top_bar ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

section.top_bar ul li a img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

section.top_bar ul li {
  margin-left: 20px;
}



header {
  padding: 20px;
  background: #FFF;
}

header .row {
  margin-bottom: 0px !important;
}

.header_logo img {
  width: 100%;
}

a.nav-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

ul.nav_item {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  
  gap: 20px;
  padding-top: 12px;
}

li.nav_link {
  
  position: relative;
  overflow: hidden;
  width: fit-content;
}

li.nav_link:before {
  position: absolute;
  content: "";
  
  width: 100%;
  height: 2px;
  left: -105%;
  bottom: -1%;
  background-color: #ea4124;
  transition: 0.5s;
}

li.nav_link:hover.nav_link:before {
  left: 0%;
}

ul.nav_item li {
  padding-bottom: 5px;
}

ul.nav_item li.nav_link a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}


li.list-inline-item.megaMenu a {
    color: #000;
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}






.mbile-menu-main {
  display: none;
}

.ozmenu ul.ozmenu-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  font-family: 'Roboto', sans-serif;
  padding-left: 0px;
}

.ozmenu ul.ozmenu-nav>li {
  position: relative;
  float: left;
  width: auto;
}

.ozmenu ul.ozmenu-nav>li a:hover {
  color: rgb(0, 0, 0) !important;
}

.ozmenu ul li.dropdownitem>a:after {
  width: 15px;
  height: 15px;
  text-align: center;
  float: right;
  background-color: #000;
  content: "";
  margin: 1px 0px 0px 3px;
  -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.ozmenu ul li .dropdown {
  display: none;
  position: absolute;
  min-width: 200px;
}

@media only screen and (max-width: 1000px) {
  .mbile-menu-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .big-screen-navbar {
    display: none;
  }

  header {
    padding: 10px;
    background: #FFF;
  }
}

@media screen and (min-width: 1000px) {

  .ozmenu ul.ozmenu-nav>li a {
    color: #333 !important;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    height: 100%;
    position: relative;
  }

  .ozmenu ul li.dropdownitem:hover .dropdown {
    display: block;
    position: absolute;
    margin: 0;
    padding: 5px 0px;
    min-width: 220px;
    padding-top: 0px !important;
  }

  .ozmenu ul li.dropdownitem:hover>a {
    border-radius: 8px 8px 0px 0px !important;
  }

  .ozmenu ul li.dropdownitem ul li.dropdownitem:hover>a {
    border-radius: 8px !important;
  }

  .ozmenu ul li.dropdownitem:hover .dropdown .dropdown {
    display: none;
  }

  .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
    padding-left: 16px;
    position: absolute;
    margin: 0;
    padding-top: 0px !important;
    min-width: 200px;
    display: inline-table;
    top: 0 !important;
    left: 100% !important;
    right: auto !important;
  }

  .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
    display: none !important;
    visibility: hidden;
  }

  .ozmenu ul li.dropdownitem .dropdown ul {
    list-style: none;
    background-color: #fff;
    float: left;
    padding: 10px;
    border-radius: 0px 8px 8px 8px;
  }

  .ozmenu ul li.dropdownitem ul li a {
    color: #333 !important;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0px;
    float: left;
    width: 100%;
    border-radius: 0px;
    font-size: 14px;
  }

  .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
    color: #333 !important;
    padding-left: 7px;
    transition: all 0.15s ease-out;
  }

  
  .dropdownitem .dropdown {
    animation: translateDown 200ms 0ms ease-in-out forwards;
    transform-origin: top center;
  }

  .dropdownitem .dropdownitem .dropdown {
    transform-origin: top center !important;
    animation: translateX 200ms 0ms ease-in-out forwards !important;
  }

  @keyframes translateDown {
    0% {
      transform: scaleY(0)
    }

    80% {
      transform: scaleY(1.1)
    }

    100% {
      transform: scaleY(1)
    }
  }

  @keyframes translateX {
    0% {
      opacity: 0;
      transform: translateX(-60px);
    }

    80% {
      transform: translateX(-5px);
    }

    100% {
      opacity: 1;
      transform: translateX(0px);
    }
  }

  
  .ozmenu ul li.dropdownitem ul li .nav-dropdown:after {
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #000;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
  }
}

.ozmenu ul.ozmenu-nav .dropdown ul li {
  float: left;
  width: 100%;
}

.ozmenu ul.ozmenu-nav .dropdown ul li a {
  padding: 8px 0px;
}

.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
  border-bottom: 1px dotted #eee;
}

.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
  border-bottom: 0px !important;
}


.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after {
  display: none !important;
}

.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a {
  border-bottom: 0px !important;
}

.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}


.menu-close,
.menu-open {
  display: none;
}

@media screen and (max-width: 1000px) {
  .mobile-logo img {
    max-width: 70%;
  }
  .ozmenu svg {
    width: 30px;
    height: 30px;
}
.ozmenu .open-nav-icon {
    background: transparent;
    border: 0;
    font-size: 25px;
 }
 .ozmenu #offcanvas .btn-close {
    position: absolute;
    right: -48px;
    top: 6px;
    font-size: 1.2rem;
    opacity: 1;
    background-color: #000;
    width: 40px;
    height: 40px;
    border-radius: 0;
 }
 .ozmenu .offcanvas * {
  color: #fff;
 }
 .ozmenu .offcanvas {
  max-width: 80%;
  background-color: #EA4124;
 }
 .ozmenu .offcanvas .list-group-item {
  background-color: #b91b00;
 }
 .ozmenu .offcanvas-body {
    padding-top: 0;
 }
 .ozmenu .offcanvas-body p.intro {
    font-size: 0.8rem;
 }
 .ozmenu .main-nav {
    margin-left: -16px;
    margin-right: -16px;
 }
  .list-group.sub-content {
    display: none;
 }
 .ozmenu .list-group li a {
    padding-top: 6px;
    padding-bottom: 6px;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
 }
 .ozmenu .btn-close {
  background: transparent url("/assets/images/close-icon.png") center/1em auto no-repeat;

 }
 .ozmenu .list-group li.sub-nav {
    position: relative;
  }
 .ozmenu .list-group li.sub-nav::after {
    content: " ";
    background: transparent url("/assets/images/arrow-right.png");;
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 1.3rem;
    color: #999;
    width: 12px;
    height: 20px;
    background-size: 100% 100%;
 }
 .ozmenu #nav_sub .offcanvas-header {
    justify-content: normal;
    border-bottom: 1px solid #eee;
 }
 .ozmenu #nav_sub .offcanvas-header button {
    opacity: 1;
    border: 0;
    background: transparent;
    width: 28px;
    height: 28px;
    margin-right: 1rem;
 }
 .ozmenu #nav_sub .offcanvas-header button img{
  width: 12px;
  height: 20px;
}
 .ozmenu #nav_sub .list-group {
    margin-left: -16px;
    margin-right: -16px;
 }
 .ozmenu #nav_sub .list-group.sub-content {
    display: block;
 }
  
}


li.nav_link_dropdown {
  position: relative;
}

ul.drop_down {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

li.nav_link_dropdown:hover ul.drop_down {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.drop_down_img {
  transition: 0.5s;
}

li.drop-nav_link {
  height: 40px;
}

li.drop-nav_link {
  padding: 10px;
  position: relative !important;
}

li.drop-nav_link a {
  color: gray;
  font-size: 16px;
  font-weight: 300;
}

li.list-inline-item.megaMenu:hover.drop_down_img {
  transform: rotatex(190deg);
}

ul.drop_down li.nav_link {
  padding: 10px 20px;
}

li.drop-nav_link:hover {
  background-color: #ea4124;
  width: 100%;
}

li.drop-nav_link:hover.drop-nav_link a {
  color: #ffffff;
}



.contact_button a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 7px;
  border: none;
  color: #FFFFFF;
  background-color: #ea4124;
  padding: 20px 20px;
  box-shadow: 0 0 40px 40px #ea4124 inset, 0 0 0 0 #ea4124;
  transition: all 150ms ease-in-out;
  display: block;
  text-align: center;
}

.contact_button a:hover {
  background-color: transparent;
  color: #ea4124;
  transition: 0.5s;
  box-shadow: 0 0 10px 0 #F2672A inset, 0 0 10px 4px #F2672A;
  transition: all 150ms ease-in-out;
}



section.heroSection {
  height: 700px;
  overflow: hidden;
}
section.heroSection.service {
  background-image: url(/assets/images/Banners/Home_Banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
section.heroSection.service.home {
  padding-bottom: 0;
}
section.heroSection {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0;
}

.baner_image img {
  width: 100%;
}

section.heroSection.home {
  background-image: url(/assets/images/Banners/Home_Banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
section.heroSection.service.home .baner_image {
  text-align: center;
}
section.heroSection.service.home .baner_image img {
  width: auto !important;
}


.top-form {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-120%);
  z-index: 2;
  background-image: linear-gradient(to right,rgba(247,3,67,.99) ,rgba(204, 26, 56, 0.99));
  background-size: cover;
  padding: 100px 0 0;
  transition: all 0.3s ease-in;
}
.top-form.show{
transform: translateY(0);
}
.top-form  ::placeholder {
  color: #fff;
}
.top-form .close-btn i {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.top-form h2 {
  margin-bottom: 30px;
}
.top-form form input,
.top-form form textarea{
  border-radius: 8px;
  border: 1px solid #fff;
  padding: 14px 10px 14px 20px;
  background: transparent;
  color: #fff;
}
.top-form form textarea{
  height: 150px;
}
.top-form form .fldset.button_submit {
  text-align: center;
  margin: 30px 0;
}
.top-form form .fldset.button_submit input{
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 45px;
  border-radius: 0;
  width: auto;
  height: auto;
}

.form-wrapper {
  max-width: 475px;
  width: 100%;
  right: 0;
  top: 35%;
  transform: translateX(87.5%);
  transition: all 0.3s ease-in;
  z-index: 2;
}
.form-wrapper.show {
  transform: translateX(0);
}
.form-wrapper  form {
  padding: 30px;
}
.form-wrapper .baner_form {
  background: #FFFFFF;
  border-radius: 20px 0 0 20px;
  box-shadow: 0 0 4px 0 #000;
}
.form-wrapper .form_text {
  border: solid 1px #EA4124;
  display: inline-block;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding: 0 15px;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
}
.form-wrapper .form_text h2 {
  font-family: Poppins;
  font-size: 23px;
  font-style: normal;
  text-align: center;
  font-weight: 600;
}

.form-wrapper .form_text h2 span {
  color: #EA4124;
  
}
.form-wrapper form.form {
  padding: 20px 30px;
}
.form-wrapper form .fldset input {
  border-radius: 5px;
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 37px;
  padding: 0 0 0 20px;
  margin: 5px 0;
  outline: none;
  border: 1px solid #000;
}
.form-wrapper form h2{
  font-size: 30px;
  text-align: left;
}
.form-wrapper form h2 span{
  font-size: 40px;
  display: block;
}
.form-wrapper form .fldset input,
textarea::placeholder {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.form-wrapper form .fldset textarea {
  border-radius: 5px;
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 72px;
  padding: 10px 0 0 20px;
  margin: 5px 0;
  outline: none;
  border: 1px solid #000;
}

.form-wrapper form .fldset.button_submit {
  text-align: center;
}

.form-wrapper form .fldset.button_submit input {
  height: 49px;
  border: 2px solid #ffffff !important;
  background-color: #EA4124 !important;
  width: 164px;
  color: #FFF !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 0px;
  text-transform: capitalize;
}
.h_heroBaner .h_heroTxt h3 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  
}

.h_heroBaner .h_heroTxt h2 {
  color: #FFF;
  font-family: Moon Dance !important;
  font-size: 70px;
  font-weight: 400;
}

.h_heroBaner .h_heroTxt h1 {
  color: #FFF;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.h_heroBaner .h_heroTxt p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.baner_services {
  display: flex;
  margin-top: 10px;
}

.baner_services ul {
  padding: 0px;
}

.baner_services ul li {
  list-style: none;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-right: 10px;
}

.baner_services ul li img {
  margin-right: 10px;
}

.review {
  padding: 5% 0;
  gap: 5px;
}


 .baner_btn {
  margin-top: 25px;
 }

.btn-1 {
  border: 1px solid #ffffff;
  padding: 10px 24px;
  background-color: #ea4124;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  transition: 0.5s;
}

.btn-1:hover {
  background-color: transparent;
  color: #ea4124;
  transition: 0.5s;
  box-shadow: 0 0 10px 0 #F2672A inset, 0 0 10px 4px #F2672A;
  transition: all 150ms ease-in-out;
  color: #ffffff;
  transition: 0.5s;
}

.btn-2 {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border: 1px solid #FFFFFF;
  padding: 12px 24px;
  display: inline-block;
  margin-right: 20px;
}

.btn-2:hover {
  background-color: #ea4124;
  color: #ffffff !important;
}

.btn-2:hover {
  color: #F2672A;
}














section.ServicesSec {
  background-color: #000;
  width: 100%;
  padding: 5% 0;

}

section.ServicesSec.Ecommerce .serviceBx {
  text-align: center;
  padding: 20px 0px;
  height: 330px;
}

section.ServicesSec.Website .serviceBx {
  text-align: center;
  padding: 34px;
  height: 280px;
  transition: 0.5s;
}

section.ServicesSec.ui .serviceBx {
  height: 310px;
}

.services_heading h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.8%;
  text-transform: capitalize;
}

.services_heading h2 span {
  color: #EA4124;
}

.services_heading p {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.serviceBx {
  text-align: center;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  transition: 0.5s;
  background: #1b1b1b;
  border-radius:18px;
}

.serviceBx:hover.serviceBx h3::before {
  border-bottom: 2px solid #ffffff;
}

.serviceBx:hover.serviceBx .icon img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(176%) hue-rotate(277deg) brightness(118%) contrast(100%);
}

.serviceBx:hover .serviceBx h3::before {
  border-bottom: 2px solid #000000;
}

.serviceBx h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  letter-spacing: 0em;
  position: relative;
  width: fit-content;
  text-align: center !important;
  color: #ffffff;

}

.serviceBx p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
}

.serviceBx span {
    display: inline-block;
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #fff;
    width: 200px;
    height: 50px;
    line-height: 45px;
    color: #fff;
}
.serviceBx:hover {
	border:1px solid #EA4124;
}
.serviceBx:hover span {
	background:#EA4124;
}

.award-wrapper .container {
  padding: 50px 0;
}
.award-wrapper .revenue {
  padding-bottom: 64px;
}
.award-wrapper .award h2{
  padding-bottom: 65px;
}
.award-wrapper .revenue .counter-wrapper .counter {
  font-size: 64px;
  font-weight: 500;
}
.award-wrapper .revenue .counter-wrapper  span {
  font-size: 20px;
}
.award-wrapper .revenue .counter-wrapper .counter::after {
  content: '+';
}
.award-wrapper .revenue .counter-wrapper .counter.persent::after{
  content: '%';
}

section.trusted_section {
  background: #EA4124;
  padding: 2% 0;
}

section.trusted_section .row {
  margin-bottom: 0px !important;
  justify-content: center;
}

.trusted_box h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  line-height: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.trusted_box {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #FFF;
}

section.trusted_section .trusted_box.withoout_border {
  border-right: 0px !important;
}




section.clienr_brand .client_heading h2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

section.clienr_brand .client_heading h3 {
  color: #ea4124;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
}

section.clienr_brand .client_heading p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

section.brand_slider {
  padding: 5% 0;
}





.portfolio_section {
  padding: 30px 50px 3px 50px;
  position: relative;
  background-color: #000;
}

.portfolio_section_text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.portfolio_section_text h2 span {
  color: #ea4124;
}

.portfolio_section_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #ffffff;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #FFFFFF;
  background-color: #ea4124;
  border-radius: 0px !important;
  text-transform: uppercase;
}
.nav-pills .nav-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}
ul#pills-tab {
  justify-content: center;
}

div#pills-tabContent {
  margin-top: 30px;
  position: relative;
}
div#pills-tabContent .bedge {
  position: absolute;
  right: -75px;
  top: -60px;
  z-index: 1;
}
.tab-content>.tab-pane .content {
  border: 1px solid #fff;
  border-radius: 5px;
}
.tab-content>.tab-pane .content img{
  display: block;
  border-radius: 5px;
}
.portfolio_section .content {
  position: relative;
  margin-bottom: 25px;
}
.portfolio_section .content a {
  display: block;
  margin-bottom: 0;
}
.portfolio_section .content:hover .content-overlay {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_section .content-details {
  top: 41%;
  position: absolute;
  left: 41%;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_section .content:hover .content-details {
  opacity: 1;
  transition: all 0.4s ease-in-out 0s;
}

.portfolio_section .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ea412475;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  bottom: 0px;
}

img.content-image {
  width: 100%;
}

.div-icon-tab {
  display: none;
}








section.prcing.section {
  padding: 5%;
  background-color: #000;
}

.prcing_section_text h2 span {
  color: #ea4124;
}

.prcing_section_text h1 {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  line-height: 86.8%;
  
}

.prcing_section_text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
}

.prcing_section_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #FFF;

}



.package_wraper {
  border-radius: 16px;
  border: 2px solid #ea4124;
  background: #FAFEFF;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
  transition: 0.5s;
  padding: 20px;
}

.package_wraper:hover {
  border-radius: 16px;
  background: linear-gradient(90deg, #D4351A 2.19%, #EA4124 61.83%, #FF654A 99.69%);
  border: 2px solid #ffffff;
  transform: scale(1.1);
}

.package_wraper:hover ::-webkit-scrollbar-thumb {
  background: #ffffff;
}

.package_wraper:hover .men_pcakage_hover {
  color: #ffffff;
}

.package_wraper:hover .P_btn_1 a {
  background-color: #ffffff;
  color: #ea4124;
}

.package_wraper:hover .P_btn_2 a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.package_wraper:hover .package_body ul li::before {
  filter: brightness(0) saturate(100%) invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}

.package_body ul {
  line-height: 31px;
  height: 210px;
  overflow-y: scroll;
}

.package_body ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: left;
  position: relative;
  list-style: none;
}

.package_body ul li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/pacakage-icon.png);
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  left: -24px;
  top: 4px;
}

.package_head h2 {
  color: #ea4124;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  margin: 0;
}

.package_head h3 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
  margin: 5px 0;
}

h4.package_price {
  color: #ea4124;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
}

h4.package_price span {
  color: #898A8A;
  font-size: 18px;
  font-weight: 500;
  text-decoration: line-through;
  text-transform: uppercase;
  line-height: 35px;
}

.package_head p {
  color: #898A8A;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  
}



.package_footer h3 {
  color: #ea4124;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.pcakages_btn {
  display: flex;
align-items: center;
justify-content: center;
  margin: 20px 0 20px;

}

.P_btn_1 a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  background-color: #ea4124;
  padding: 14px 22px;
  display: inline-block;
  margin-right: 12px;

}

.P_btn_2 a {
  color: #898A8A;
  font-size: 14px;
  font-weight: 600;
  outline: 1px solid #898A8A;
  outline-offset: -1px;
  padding: 14px 22px;
  display: inline-block;
}


.package_footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
}

.package-bottom-info p {
  color: #898A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
}


.packag_number {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 10px;
}

.package-bottom-info a {
  color: #898A8A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  display: inline-block;
  margin-right: 12px;
}
.package-bottom-info a::after {
  content: '|';
  padding-left: 10px;
}
.package-bottom-info h5 {
  color: #898A8A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  
  letter-spacing: 0.25px;
}










section.CLIENT_FROM {
  background-image: url(/assets/images/client_form_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

section.CLIENT_FROM .row {
  margin-bottom: 0px !important;
}

.form-client-info {
  border-radius: 20px 0px 0px 20px;
  background: #EA4124;
  padding: 10%;
}

.client-form--content h4 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.client-form--content h5 {
  color: #EA4124;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  
}

.client-form--content p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

section.CLIENT_FROM .contet_rock {
  padding: 0 90px;
}
section.CLIENT_FROM .contet_rock {
  padding: 0 90px;
}
section.CLIENT_FROM .contet_rock .image {
  left: -120px;
}


.form-client-info form input {
  display: block;
  border: none;
  background: no-repeat;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
  width: 350px;
  color: #ffffff;
}

.form-client-info form input::placeholder {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  margin-bottom: 30px;
  padding: 10px 0;
}


.form-client-info input[type="submit"] {
  border: none;
  outline: none;
  background-color: #ea4124;
  width: 30%;
  align-items: left;
  border: 1px solid #FFF;
}


.Services_tabs .nav {
  width: 100%;
}


.form-client-info form {
  display: flex;
  flex-direction: column;
}

input[type="submit"] {
  height: 50.74458312988281px;
  width: 164.80137634277344px;
  left: 882.352783203125px;
  top: 4085.26171875px;
  border-radius: 0px;
  color: #ffffff;
}




section.specialize_Industries {
  background-color: #000;
  padding: 5% 0;
}

.sepcialize_text h2 {
  color: #ffffff;
  font-size: 23px;
  font-style: normal;
  text-align: center;
  font-weight: 500;
}

.sepcialize_text h3 {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
}

.sepcialize_text h3 span {
  color: #ea4124;
}

.sepcialize_text p {
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 28px;

}

.specialize_box {
  background: #ffffff;
  padding: 20px;
  border-radius: 13px;
  margin: 10px;
}

.speicalize_men_box h2 {
  color: #fcfcfc;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-top: 10px;
}

.speicalize_men_box {
  width: 140px;
}

.speicalize_men_box img {
  width: 100%;
}

.row.specialize_row {
  padding: 2% 0;
  justify-content: center;
}



.client_box {
  width: 153px;
  height: 153px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.client_box img {
  width: 100%;
}

section.our_client .row {
  gap: 10px;
  justify-content: center;
}

section.our_client {
  padding: 5% 0;
}



section.testimonial.page .testimonial-text h2 {
  margin-bottom: 50px;
}

.testimonial-text h2 {
  color: #000000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  
  text-align: center;
}
.testimonial-text p {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
  font-size:15px;
}
.testimonial-text span {
  color: #EA4124;
}

.testimonial {
  background-size: cover;
  width: 100%;
  padding: 5% 0;
  background-color: #ffffff;
  color: #FFFFFF;
}
.testimonial .slick-dots {
  margin-bottom: -15px;
}
.slick-list {
  padding-top: 15px !important;
}

.div-name h2 {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 0px;

}

.div-name h4 {
  color: #949494;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.25px;
}

.div-review p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}

.testimonial .div-name {
  padding: 11px 0px;
}

.testimonial .div-image {
  width: 220px;
  margin: 20px 0;
}


.testimonial-main-colum {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  border: solid 1px #ddd !important;
  padding: 25px !important;
  margin: 10px;
  position: relative;
}

.testimonial-main-colum::after {
  position: absolute;
  right: -3px;
  content: "";
  bottom: -3px;
  background: url(https://staging.folio3.com/wp-content/uploads/2023/09/arrow-bottom-img.png);
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.row.testimonial_slider {
  margin: 30px 0;
}

.testimonial .slick-dots li button:before {
  font-size: 15px !important;
}

.testimonial .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ea4124 !important;
}






.projectsSec {
  background-image: url("/assets/images/compelete-project.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 60px 0;
}

.projectsSec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #ea4124 -18.62%, #FFFFFF 68.31%);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  pointer-events: none;
  color: #262B38;
}

.projectBx {
  position: relative;
  z-index: 99;
  text-align: center;
}

.projectBx img {
  width: 110px;
  margin-bottom: 16px;
}

.projectBx h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 6px;
}

.projectBx h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.get_image img {
  width: 100%;
}




section.hero_baner.contact-us {
  background-image: url(/assets/images/contact-us-baner.png);
  padding: 9% 0;
  width: 100%;
  background-size: cover;
}


section.contact-us {
  padding: 5% 0;
  background-color: #000;
}

.contact-us-main-text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  text-align: center;
}

.contact-us-main-text h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFF;
}

.contact-us-main-text h3 span {
  color: #ea4124;
}

.contact-us-main-text {
  margin-bottom: 20px;
}

.contact-us-main-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFF;

}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-text h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ea4124;
}

.contact-text a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.contact-text {
  margin-left: 10px;
}




section.contact_form {
  padding: 5% 5% 2% 5%;
  background-color: #000;
}

section.contact_form h2 {
  color: #ffffff;
  font-size: 40px;
  font-family:
    Montserrat;
  font-weight: 700;
  text-align: center;
}

section.contact_form h2 span {
  color: #ea4124;
}

section.contact_form p {
  color: #ffffff;
  font-family:
    Montserrat;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

section.contact_form form .field {
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #F8F8F8;
  width: 100%;
  height: 65px;
  margin-top: 25px;
  padding: 30px;
}

section.contact_form form button {
  background-color: #ea4124;
  border: none;
  border-radius: 0px;
  font-size: 17px;
  font-family: C'Poppins', sans-serif !important;
  width: 25%;
  padding: 1% 0%;
  color: white;
  outline: none;
  border: 1px solid;
}

section.contact_form form .field-text-area {
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #F8F8F8;
  width: 100%;
  margin-top: 25px;
  padding: 30px;
}

section.contact_form form .input-file-label {
  border-radius: 5px;
  border: 1px solid #DDD;
  background: #F8F8F8;
  width: 100%;
  color: #37393f;
  font-family:
    Montserrat;
  font-size: 18px;
  height: 65px;
  margin-top: 25px;
  padding: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.contact_form form .input-file-label .upload-icon {

  width: 50px;
  height: 48px;
  filter: brightness(0) saturate(100%) invert(32%) sepia(5%) saturate(502%) hue-rotate(185deg) brightness(95%) contrast(89%);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


section.contact_form form #resume {
  display: none;
}



section.contact_form form input::-moz-placeholder,
section.contact_form form textarea::-moz-placeholder {
  color: #37393F;
  font-family:
    Montserrat;
  font-size: 18px;
  font-weight: 400;
}

section.contact_form form input::placeholder,
section.contact_form form textarea::placeholder {
  color: #37393F;
  font-family:
    Montserrat;
  font-size: 18px;
  font-weight: 400;
}

section.contact_form form textarea {
  height: 222px;
}

section.contact_form form .from_Button {
  display: flex;
  justify-content: center;
}

section.contact_form form .from_Button input[type=submit] {
  display: flex;
  justify-content: center;
  width: 15%;
  background-color: #535152;
  color: #FFF;
  font-family:
    Montserrat;
  font-size: 18px;
  padding: 15px 26px;
  border-radius: 35px;
  margin-top: 30px;
}

.baner_about_text h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.baner_about_text h2 {
  font-size: 23px;
  font-weight: 500;
  color: #ea4124;
  text-align: left;
}

.baner_about_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}


section.our_client {
  background-color: #000;

}

section.our_client .client_box {
  transition: 0.5s;
}

section.our_client .client_box:hover {
  transform: scale(1.1);
}



section.heroSection.portfolio {
  background-image: url(/assets/images/Banners/Portfolio.webp);
  padding: 5% 0;
}







section.heroSection.Packages {
  background-image: url(/assets/images/Banners/Pricing.webp);
}


section.heroSection.Packages .h_heroBaner .h_heroTxt h1 {
  font-size: 50px;
}


section.heroSection.about_us {
  background-image: url(/assets/images/Banners/About_US.webp);
  padding: 5% 0;
}

.baner_about_text h2 {
  font-size: 23px;
  font-weight: 500;
  color: #ea4124;
  text-align: left;
}

.baner_about_text h3 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.baner_about_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}

.baner_about_text .partner {
  text-align: left;
}

.baner_about_text a.btn-2 {
  color: #ffffff;
}





section.who_are_we {
  padding: 5% 0;
}

.who_are_text h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #ea4124;

}

.who_are_text {
}

.who_are_text h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  padding: 1% 0;
}

.who_are_text h3 span {
  color: #EA4124;
}

.who_are_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #FFFFFF;
}

.who_are_card {
  border-radius: 18px;
  background: rgba(65, 65, 65, 0.29);
  padding: 10px;
  align-items: center;
  text-align: center;
  padding: 50px 20px;
  height: 316px;
  transition: all 0.5s;
}
.who_are_card:hover {
  border-radius: 18px;
  border: 1px solid #EA4124;
  background: rgba(65, 65, 65, 0.29);
  transform: scale(1.1);
}
bas .who_card_text {
  margin-left: 10px;
}

.who_card_text h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-align: center;
  margin: 20px 0;
}

.who_card_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  text-align: center;
}





section.who_are_we {
  padding: 5% 0;
  padding-bottom: 25px;
  background-color: #000;
}

section.why_chose {
  background-color: #000;
  padding-bottom: 30px;
}

.why_chose_text h2 {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 86.8%;
  
  text-align: center;
}

.why_chose_text h3 {
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  
}

.why_chose_text h3 span {
  color: #EA4124;
  display: block;

}

.why_chose_text {
  margin-bottom: 20px;
}

.my_about_card {
  height: 350px;
  border-radius: 18px;
  background: rgba(65, 65, 65, 0.29);
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  transition: 0.5s;
  transition: all 0.5s;
}

.my_about_card:hover {
  border-radius: 18px;
  border: 1px solid #EA4124;
  background: rgba(65, 65, 65, 0.29);
  transform: scale(1.1);
}

.about_card_text h2 {
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.about_card_text p {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  
}






section.project-completed {
  background-color: #000;
  padding: 2% 0;

}

section.project-completed .container {
  max-width: 1000px;
}

.project_box {
  border-radius: 18px;
  background: rgba(65, 65, 65, 0.29);
  padding: 20px;
}

.project_box h2 {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 55px;
  
}

.project_box h3 {
  color: #EA4124;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  
  text-transform: capitalize;
}









.timeline ul {
  background: #000000;
  padding: 50px 0;
  overflow-x: hidden;
  margin: 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #c7c3c3;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #ea4124;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #ea4124 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ea4124;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #f3f3f3;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.timeline h2 {
  color: #ffffff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  
  letter-spacing: 0.25px;
}

.timeline p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  
}



.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #ea4124;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}




@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }

  .timeline ul li:nth-child(even) div {
    left: -289px;
    
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }

  .timeline ul li div {
    width: calc(100vw - 91px);
  }

  .timeline ul li:nth-child(even) div {
    left: 45px;
  }

  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #ea4124 transparent transparent;
  }
}



.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(50% 0%,
      61% 35%,
      98% 35%,
      68% 57%,
      79% 91%,
      50% 70%,
      21% 91%,
      32% 57%,
      2% 35%,
      39% 35%);
}

.timeline-heptagon ul li::after {
  clip-path: polygon(50% 0%,
      90% 20%,
      100% 60%,
      75% 100%,
      25% 100%,
      0% 60%,
      10% 20%);
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }

  50% {
    transform: translateX(-50%) scale(1.25);
  }

  100% {
    transform: translateX(-50%) scale(1);
  }
}






section.heroSection.animation {
  position: relative;
  background-image: none;
  padding: 0;
}

section.heroSection.animation .h_heroBaner {
  padding: 4% 0;
}

section.heroSection.animation {
  position: relative;
}
section.heroSection.animation .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

section.heroSection.animation video {
  width: 100%;
}

section.heroSection.animation .h_heroTxt {
  text-align: center;
}

section.heroSection.service .btn-2 {
  border: 1px solid #FFFFFF;
  padding: 12px 24px;
}

section.heroSection.animation .h_heroTxt h1 {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

section.heroSection.animation .row {
  justify-content: center;
}

section.heroSection.animation .baner_services {
  justify-content: center;
}


section.offer_services {
  background-color: #000;
  background-size: cover;
  padding: 5% 0;
}

.Offer_image img {
  padding: 5px;
  width: 100%;
}

section.offer_services .servic_text {
  text-align: center;
}

section.offer_services .servic_text h2 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 0;
}

section.offer_services .servic_text h3 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 0;
}

section.offer_services .servic_text h3 span {
  color: #EA4124;
}

section.offer_services .servic_text p {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #ffffff;
}

section.offer_services.digital img {
  width: 35%;
}

.Services_tabs {
  margin-top: 30px;
}

.offer_men_text_heading {
  text-align: center;
  margin-right: 60px;
}

.offer_men_text_heading h4 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;

}

.offer_men_text_heading h2 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
}

.Services_tabs .nav-pills .nav-link {
  background: #F0F0F0;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: left;
  text-transform: capitalize;
  width: 100% !important;
  color: #000;
  position: relative;
}

.Services_tabs .nav-pills .nav-link::after {
  content: "";
  background-image: url(/assets/images/arrow-black.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

.Services_tabs h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;

}


.Services_tabs p {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: left;
  color: #ffffff;

}

.Services_tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #EA4124;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px !important;
  width: 350px;
  color: #ffffff;
}
.Services_tabs.accordion {
  margin: 0;
  padding: 20px 0;
  background: #000;
}
.Services_tabs .nav-pills .nav-link.active::after {
  background-image: url(/assets/images/Polygon/%202.png);
}

.Services_tabs.accordion .nav-pills .accordion-button.nav-link[aria-expanded=true] {
  background: #EA4124;
  color: #fff;
}
.Services_tabs.accordion .nav-pills .nav-link {
  margin: 0;
}
.Services_tabs.accordion .nav-pills .accordion-button.nav-link[aria-expanded=true]::after {
  transform: rotate(-90deg);
}
.accordion-item {
  background-color: #000;
}
.Services_tabs.accordion .nav-pills .nav-link::after {
    width: 10px;
    height: 12px;
    background-size: 100% 100%;
}




.fooBox {
  padding-top: 35px;
  background-color: #000;
  border-top: 2px solid #EA4124;
}

.fooBox p {
  font-size: 15px;
  font-weight: 400;
  color: white;
}

.fooBox ul li {
  margin-bottom: 10px;
}

.fooBox ul li a {
  font-size: 1rem;
  font-weight: 400;
}

.fooHead {
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  color: white;
}

.fooNavbar ul li a,
.fooCon ul li a {
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.fooNavbar ul li a:hover,
.fooCon ul li a:hover {
  color: #ea4124;
}

.fooCon ul li {
  margin-bottom: 6px;
}

.fooCon ul li h2 {
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fooCon ul li a {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: flex-start;
}

.fooSocialIcon ul li a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 19px;
  border: 1px solid transparent;
  background: #EA4124;
}

.fooSocialIcon ul li a:hover {
  background-color: #262B38 !important;
  border: 1px solid #FFFFFF;
}

.fooSocialIcon ul li a i {
  color: #fff;
  font-size: 16px;
  align-items: center;
  display: flex;
}


.fooCon svg {
  fill: white;
}


.copyRight {
  border-top: 2px solid #ffffff;
  font-size: 12px;
}

.copyRight h6 {
  color: #FFF;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.copyRight span {
  color: #4066AF;
}


@media (max-width: 767.98px) {
  .fooNavbar,
  .fooCon {
    text-align: center;
  }

  .fooNavbar ul,
  .fooCon ul {
    padding-left: 0;
   
  }

  .fooNavbar ul li,
  .fooCon ul li {
    display: inline-block;
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }

  .fooNavbar ul li a,
  .fooCon ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: white;
  }

  .fooCon svg,
  .fooNavbar svg {
    margin-right: 0;
  }

  .fooHead {
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .copyRight {
    text-align: center !important;
  }
}






section.heroSection.service.animation.Application {
  background-image: url(/assets/images/Banners/Branding.webp);
}


section.heroSection.service a.btn-2 {
  
  margin-right: 20px;
}

section.heroSection.service a.btn-1 {
  margin-right: 0px;
}

section.heroSection.service.animation.Application .baner_image img {
  width: 100%;
}

.service_baner_text h3 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0em;
  
  color: #fff;
}

.service_baner_text h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0em;
  
  color: #ffffff;
}

.service_baner_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  
  color: #ffffff;
}

.baner_service ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;

}

.baner_service {
  display: flex;
  gap: 15px;
}

.baner_service ul {
  padding: 0;
}

.baner_service ul {
  padding: 0;
}

.service_baner_text a.btn-2 {
  color: #fff;
}

.partner {
  text-align: center;
  margin-top: 40px;
}



section.which_service_sec {
  padding: 5% 1%;
  background-color: #000;
}

.which_service_text h2 {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.8%;
  
  text-transform: uppercase;
}

.which_service_text h2 span {
  color: #EA4124;
}

.which_service_text p {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  
  letter-spacing: 0.25px;
}

.wich_boxes.only {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 357px;
  width: 100%;
  height: 290px;
}

.wich_boxes {
  display: flex;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #000;
  background: #1F1E26;
  align-items: center;
  padding: 20px 10px;
  height: 140px;
  margin-bottom: 10px;
}

.wich_boxes .button {
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wich_boxes .ser_text_ h1 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 6px !important;
}

.wich_boxes .ser_text_ p {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  
  letter-spacing: 0.25px;
  margin-bottom: 6px !important;
}

.wich_boxes .ser_text_ a {
  color: #EA4124;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}





section.mobile_industries_sec {
  padding: 5% 0;
}

.mobile_industries_img img {
  width: 100%;
}

.mobile_industries_text h2 {
  color: #F26725;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 86.8%;
  text-transform: uppercase;
}

.mobile_industries_text h3 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  
}

.mobile_industries_text P {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  
  letter-spacing: 0.25px;
}

.mobile_industries_text a {
  color: #F26725;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}



section.sucess_section {
  background-image: url(/assets/images/app_sucess_baner.png);
  background-color: #000;
  background-size: cover;
  width: 100%;
  padding: 5% 0;
}

.sucess_image img {
  width: 100%;
}

.sucess_text h2 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: 86.8%;
}

.sucess_text h3 {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 99.8%;
}

.sucess_text h3 span {
  color: #EA4124;
}

.sucess_text p {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  
  letter-spacing: 0.25px;
}






section.heroSection.service.Ecommerce {
  padding: 5% 0;
}

section.sucess_section {
  background-image: url(/assets/images/app_sucess_baner.png);
  background-color: #000;
  background-size: cover;
  width: 100%;
  padding: 5% 0;
}

section.sucess_section.e-commerce {
  background-color: #000 Im !important;
  background-image: none;
}


section.ServicesSec h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 117.3%;
  
  ;
  text-align: center;
}

section.ServicesSec > .serviceBx p {
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  padding: 0px 20px;
}





section.terms_and_condition {
  padding: 5% 0;
  background-color: #000000;
}

.heading_sec h2 {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 86.8%;
  
  text-align: center;
}

.heading_sec h3 {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 86.8%;
  
}

.heading_sec h3 span {
  color: #EA4124;

}

.heading_sec p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  
  letter-spacing: 0.25px;

}

.policys h2 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 99.8%;
  
  display: flex;
  justify-content: space-between;
}

.policys h2 span {
  color: #EA4124;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 99.8%;
  
  text-align: right;
}

.policys p {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  margin-bottom: 0px;
}

.policys ul {
  color: #FFF;
  font-family: 'Poppins', sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  margin-bottom: 0px;
  padding: 20px;
}

.policy_box {
  padding: 3% 0;
  border-top: 1px solid #D1D1D1;
}




section.heroSection.Packages.service.our-clients {
  background-image: url(/assets/images/clients_section_baner.png);
  padding: 5% 0;
}





section.specialize_Industries.technologie {
  padding-top: 0;
}

section.specialize_Industries.technologie .specialize_box {
  margin: 0;
}





section.Combo_pack {
  background-color: #ffffff;
  border: 1px solid #EA4124;
  border-radius: 16px;
}

.C_heading h2 {
  font-family: Poppins;
  font-size: 48px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0;
  background-color: #EA4124;
  border-radius: 16px 16px 0 0;
}

.c_pera p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.25px;
  text-align: center;
  color: #898A8A;
}

.inner_combo_pack .row {
  border-top: 2px solid #898A8A;
  margin: 0px 20px;
  padding: 40px 0 0px 0;
}
ul.combo_box h2 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: left;
  color: #EA4124;
  margin: 30px 0;
}

ul.combo_box {
  padding: 0;
}

ul.combo_box li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0.25px;
  text-align: left;
  position: relative;
  margin-left: 25px;
}
ul.combo_box li::before {
  content: "";
  position: absolute;
  background-image: url(/assets/images/pacakage-icon.png);
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  left: -25px;
  top: 7px;
}

ul.combo_box.centet_main {
  border-right: 1px solid #898A8A;
  border-left: 1px solid #898A8A;
  padding: 0px 50px;
}
.combo_price {
  text-align: right;
}
.combo_price h1 {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  color: #898A8A;
  text-decoration: line-through;
}
.combo_price h3 {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.25px;
  color: #EA4124;
  margin-bottom: 0;
}
.combo_price a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #EA4124; 
}
.c_nuber a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.25px;
  text-align: left;
}
.combo_contact_details {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 20px 30px;
}
.combo_contact_details .pcakages_btn {
  display: flex;
  justify-content: space-around;
  margin: 20px;
  gap: 10px;
}



.marquee-section {
  background: #000;
  padding: 60px 0 50px 0;
}
 .marque-main {
  overflow: hidden;
}
.marque-main .marquee-inner {
  animation: marqueePan 20s linear infinite;
  display: inline-flex;
  cursor: pointer;
}
.marque-main .marquee-inner .marquee-cols {
  margin: 0 15px;
  flex-shrink: 0;
}
.marque-main .marquee-inner .marquee-cols h6{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
}
.marque-main .marquee-inner .marquee-cols img {
  width: 100%;
  margin: 0;
}
@keyframes marqueePan {
  0% {
    transform: none;
  }
  100% {
    transform: translate(-100%);
  } 
}
@media(max-width:1340px){
  section.CLIENT_FROM .contet_rock .image {
    left: -80px;
  }
  section.CLIENT_FROM .contet_rock .image img {
    width: 50%;
  }
}
@media (min-width:768px){
  .main-wrapper {
    padding: 0 0 0 14%;
  }
  section.heroSection .service_baner_text {
    padding-right: 130px;
  }
  .d-hide {
    display: none !important;
  }
}
@media (max-width:767px){
  .m-hide {
    display: none !important;
  }
  
  section.heroSection {
    height: 975px;
  }
  .form-wrapper {
    display:none;
  }
  .top-form form.form .fldset:not(:last-child){
    margin-bottom: 15px;
  }
  section.heroSection.service.home .content-area> div:last-child {
    margin: 0 auto;
  }
  section.heroSection.service.home .baner_image img {
    height: 400px;
  }
  .review img {
    width: 100%;
  }
  .trusted_box {
    width: 50%;
    margin-bottom: 0;
    flex-direction: column;
    text-align: center;
    border: none;
    padding: 15px;
  }
  .trusted_box .icon_tru img {
    width: 40px;
  }
  .trusted_box h2 {
    margin-left: 0;
    font-size: 12px;
  }
  .portfolio_section {
    padding: 20px;
  }
  .nav-pills .nav-link {
    font-size: 14px;
  }
  .client-form--content {
    margin-left: 0;
  }
  section.CLIENT_FROM .contet_rock {
    padding: 20px;
  }
  section.CLIENT_FROM .contet_rock .image  {
    display:none;
  }
  .client-form--content h4 {
    font-size: 18px;
  }
  section.CLIENT_FROM .client-form-bg {
    width: 100%;
  }
  section.ServicesSec {
    padding: 40px 0;
  }
  h2.general {
    font-size: 30px;
    line-height: 30px;
  }
  .award-wrapper .award h2 {
    padding-bottom: 25px;
  }
  .award-wrapper .revenue .counter-wrapper .counter {
    font-size: 40px;
  }
  .award-wrapper .award .awaras-logo .col,
  .award-wrapper .revenue .counter-wrapper .col {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 15px;
  }
  .award-wrapper .award .awaras-logo .col img {
    width: 80%;
  }
  .award-wrapper .revenue .counter-wrapper span {
    font-size: 16px;
  }
  section.heroSection.animation  {
    height: 700px;
  }
  section.heroSection.animation video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .package-bottom-info a::after {
    display: none;
  }
  div#pills-tabContent .bedge {
      top: unset;
      right: -30px;
      bottom: 630px;
  }
  div#pills-tabContent .bedge img {
    width: 120px;
  }
}
@media(max-width:765px){
  section.heroSection.animation .container {  
    padding-top: 30px;
  }
  section.heroSection.service {
    align-items: unset !important;
`}
  section.heroSection.animation .h_heroBaner .h_heroTxt p br {
    display: none;
  }
  .service_baner_text p {
    padding: 10px 0;
  }
  div#pills-tabContent .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .portfolio_section img.content-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
  }
  section.ServicesSec.ui h2,
  section.ServicesSec.Website h2 {
    line-height: 45px;
    font-size: 40px;
  }
  section.sucess_section.e-commerce .sucess_text {
    text-align: center;
  } 
  section.sucess_section.e-commerce .sucess_text .btn-2 {
    margin-right:0;
  }
  section.offer_services {
    padding: 50px 0 0;
  }
  section.offer_services .row {
    margin: 0 !important;
  }
  section.offer_services .servic_text h3 {
    font-size: 35px;
    line-height: 40px;
    margin: 10px 0;
  }
  section.offer_services .servic_text p {
    margin: 0;
  }
}