/* Extra */

.header__logo-2 a img {
  width: 220px;
}

.portfolio__pagination-6,
.switcher__area {
  display: none;
}

.offcanvas__search form {
  display: none;
}

.offcanvas__logo img {
  width: 200px;
  filter: invert(1);
}

.offcanvas__search {
  padding-top: 0px;
}

.packages .sec-title-wrapper,
.elevate .sec-title-wrapper,
.reviews-sec .sec-title-wrapper {
  margin-bottom: 30px;
}

.load-more-btn {
  display: flex;
  justify-content: end;
}

.footer__logo-3 img {
  width: 280px;
  filter: invert(1);
}

.faq__list .accordion-item,
.faq__list-6 .accordion-item,
.faq__list-3 .accordion-item {
  background: transparent;
  border: unset;
}

.faq__list .accordion-button,
.faq__list-6 .accordion-button,
.faq__list-3 .accordion-button {
  color: var(--white);
}

.line::before,
.line-3,
.line::after {
  display: none;
}

.port-btns-main ul li a,
.portfolio-btns ul li a,
.package-tab-btns ul li button {
  padding: 12px 30px;
  border: 2px solid var(--secondary) !important;
  border-radius: 50px !important;
  font-weight: 600;
  display: inline-block;
  color: var(--black) !important;
}

.port-btns-main ul,
.portfolio-btns ul,
.package-tab-btns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-bottom: 70px;
}

.portfolio-btns ul li a.active,
.port-btns-main ul li a.active,
.package-tab-btns ul li button.active {
  background-color: var(--black) !important;
  color: var(--white) !important;
  box-shadow: 0px 0px 40px 0px #000000;
}

.port-btns-main ul li a:hover,
.portfolio ul li a:hover,
.package-tab-btns ul li button:hover {
  background-color: var(--black);
  color: var(--white) !important;
  box-shadow: 0px 0px 40px 0px #000000;
}

.cta__sub-title {
  color: var(--white);
}

.cta__title {
  color: var(--white);
}

.footer__copyright-3 p {
  max-width: unset;
}

.footer__btm-3 {
  padding: 20px 50px;
}

/*latest-portfolio*/

.portfolio-list-02 {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid var(--secondary);
  border-right: 1px solid var(--secondary);
  border-top: 1px solid var(--secondary);
}

.portfolio-list-02 .portfolio-item-2 {
  width: 33.33%;
  padding: 10px;
  border-bottom: 1px solid;
  border-right: 1px solid var(--secondary);
}

.portfolio-list-02 .portfolio-item-2 .website-portfolio img {
  object-fit: cover;
  object-position: top;
  height: 700px;
  transition: all 3s;
}

.portfolio-list-02 .portfolio-item-2 img {
  width: 100%;
}

.portfolio-item-inner:hover img {
  object-position: bottom;
}

.portfolio-list-02 .portfolio-item-2:nth-child(3n + 3),
.portfolio-list-02.logo-port .portfolio-item-2:nth-child(4n + 4) {
  border-right: none;
}

.our-portfolio-2-are .sec-title-wrapper {
  margin-bottom: 70px;
}

.portfolio-list-02.logo-port .portfolio-item-2 {
  width: 25%;
}

.portfolio-list-02.logo-port .portfolio-item-2:nth-child(3n + 3) {
  border-right: 1px solid var(--secondary);
}

.portfolio-item-inner video {
  width: 100%;
  display: block;
}

/* Pakcage Items */

.package-item {
  /* border: 1px solid var(--black-6); */
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.package-item .curve-shape {
  position: absolute;
  top: -80px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: var(--black);
}

.curve-shape h5 {
  margin-top: 60px;
  width: 80px;
  padding-left: 35px;
  color: var(--white);
}

.package-header .pack-name h4,
.package-header .pack-name span {
  font-weight: 300;
}

.package-header .pack-name h4 {
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--gray-2);
}

.package-header .pack-name h2 {
  font-size: 50px;
  color: var(--black-2);
}

.package-header {
  padding: 20px;
  border-bottom: 1px solid var(--black-6);
}

.package-item .package-list {
  padding: 0px 20px 0px 20px;
  height: 320px;
  overflow-y: auto;
  margin: 20px 0px;
}

.package-list ul li {
  font-size: 17px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
  font-weight: 300;
  color: var(--black-2);
}

.package-list ul li:last-child {
  margin-bottom: 0px;
}

.package-list ul li:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: var(--gray-2);
  font-size: 15px;
}

.package-list::-webkit-scrollbar {
  width: 5px;
}

.package-list::-webkit-scrollbar-thumb {
  background: var(--black-6);
  border-radius: 10px;
}

.package-btn-main a {
  border: 1px solid var(--black-6);
  padding: 15px 40px;
  display: inline-block;
  color: var(--black);
  margin-bottom: 20px;
  transition: all 0.5s;
  font-size: 18px;
}

.package-btn-main a:hover {
  background-color: var(--black-6);
  border-color: var(--black-6);
  color: var(--white);
}

/* Service Process */

.process-box {
  text-align: center;
  padding: 30px;
  transition: all 0.4s;
  margin-top: 50px;
}

.process-box:hover {
  background-color: #ffffff0d;
  box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.08);
  border-style: none;
  border-radius: 3px 3px 3px 3px;
}

.process-no {
  width: 60px;
  height: 60px;
  background: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 3px;
  margin: 0 auto;
}

.process-no span {
  font-size: 28px;
  color: var(--white);
  font-weight: 700;
}

.process-content h4 {
  font-size: 28px;
  color: var(--black);
  font-weight: 600;
  padding: 20px 0px;
  position: relative;
}

.process-content h4:before {
  position: absolute;
  content: "";
  width: 50px;
  top: 38px;
  left: -66px;
  height: 50px;
  border-top: 2px dashed var(--black);
}

.process .row:nth-child(2) .col-lg-3:first-child .process-content h4:before {
  display: none;
}

.our-portfolio-2-are {
  margin-bottom: 50px;
}
h3.sec-title.title-anim {
  margin-bottom: 23px;
}
.faq__content {
  padding-top: 0px;
}

.faq__img {
  margin-top: 105px;
}

/* .package-css */

.package-button-list ul li button.nav-link {
  background: #0000000d;
  border: 2px solid #000000;
  border-radius: 50px;
  padding: 6px 20px;
  color: #000000;
  transition: all 0.7s;
  position: relative;
}
.package-button-list ul li {
  padding: 0 5px;
}
section.our-packages .package-button-list ul li {
}
.package-button-list ul li button.nav-link:before {
  border-radius: 50px;
  content: "";
  display: table;
  position: absolute;
  width: 0%;
  height: 100%;
  background: var(--c1);
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  margin: 0 auto;
  transition: all 0.7s;
}
.package-button-list ul li button.nav-link:hover:before {
  width: 100%;
}
.package-button-list ul li button.nav-link.active {
  background: transparent;
}
section.our-packages .package-button-list ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  row-gap: 20px;
}
.package-button-list ul li button.nav-link span {
  position: relative;
}
.package-button-list ul li button.nav-link.active:before {
  width: 100%;
}
.package-item {
  border: 1px solid;
  padding: 30px 30px 20px;
  border-radius: 5px;
  margin: 15px 0;
  transition: all 0.5s;
  /*min-height: 800px;*/
}
.package-item .package-header h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 22px;
}
.package-item .package-header {
  text-align: center;
}
.package-item .package-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}
.package-item .package-header h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  font-size: 28px;
  position: relative;
  top: -7px;
  color: var(--c2);
}
section.our-packages .package-button-list {
  padding: 30px 0 10px;
}
.package-item .package-header h3:before {
  content: "";
  height: 13px;
  width: 100%;
  display: table;
  position: absolute;
  bottom: -5px;
  background-image: url(../images/line-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.package-item .package-header h3:after {
}
.package-item .package-body-data ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}
.package-item .package-body h6 {
  color: #fff;
  font-size: 20px;
  display: table;
  background: 1px solid var(--c1);
  padding: 0px;
}
.package-item .package-body h6:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
  padding-right: 10px;
  color: var(--c1);
}
.package-item .package-body-data ul li {
  font-size: 16px;
  line-height: 220%;
  position: relative;
  padding-left: 28px;
}
.package-item .package-body-data ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 13px;
  color: var(--c1);
  position: absolute;
  left: 0;
}
.package-item .package-body-data {
  height: 280px;
  overflow-y: auto;
  margin: 20px 0 30px;
}
.package-item .package-footer a {
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 5px;
  width: 46%;
  text-align: center;
  margin: 0 1%;
  position: relative;
  overflow: hidden;
  color: #000;
  border: 1px solid #000;
}
.package-item .package-footer a:before {
  display: table;
  width: 100%;
  height: 100%;
  background: var(--c1);
  left: 0;
  top: 0;
}
.package-item .package-footer p {
  text-align: center;
  margin-top: 11px;
}
.package-item .package-footer {
  position: relative;
}
.package-item .package-footer a:hover {
  background: #000;
  color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #000000 !important;
}
.port-btns-main ul li a.active,
.port-btns-main ul li a:hover {
  box-shadow: unset;
}

.footer__contact-3 a div {
  color: white !important;
}
.cust-tabs ul#pills-tab {
  justify-content: center;
  gap: 20px;
}
.cust-tabs .nav-pills .nav-link {
  background: 0 0;
  padding: 12px 30px;
  border: 2px solid var(--secondary) !important;
  border-radius: 50px !important;
  font-weight: 600;
  display: inline-block;
  color: var(--black);
}
.cust-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.loading .bar {
  background-color: white !important;
}
h3.for-ft{
  font-size:48px !important;
}

.head-contact .main-menu-3> li {
    padding: 0;
}
button#open_offcanvas {
    margin-left: 20px;
}
.footer-link ul li a {
    font-size: 18px;
    margin-bottom: 15px;
    gap: 10px;
    display: inline-block;
}

.footer-link ul li a i.fas.fa-phone-alt {
    transform: rotate(96deg);
}

.footer-link {
    margin-top: 60px;
}
.footer-link ul li a i {
    margin-right: 10px;
    border: 1px solid #c1c1c1;
    width: 40px;
    height: 40px;
    font-size: 16px;
    align-content: center;
    border-radius: 50%;
}
.footer-link ul li a:hover {
    color: #c1c1c1;
    transition: all .5s ease-in-out;
}

.main-menu-3 > li > a i {
    margin-right: 10px;
    border: 1px solid #c1c1c1;
    width: 40px;
    height: 40px;
    font-size: 14px;
    align-content: center;
    border-radius: 50%;
    transform: rotate(95deg);
}
.header__inner-3 {
    grid-template-columns: 150px auto 160px !important;
}

/* FOR TABLET  VIEW 768 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer__top-wrapper-3 {
            grid-template-columns: 44% 20% 45% !important;
}
.footer-link ul li a {
    font-size: 16px;
}
.footer__contact-3 {
    flex-direction: column;
}
.footer__area-3 {
    overflow: hidden !important;
}
}
