/*----------------------------------------*/
/*        Header Top CSS
/*----------------------------------------*/
.header_top {
  padding-top: 15px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.header_top ul {
  display: flex;
}
.header_top ul li {
  color: #fff;
  margin-right: 10px;
}
.header_top .header-social ul {
  justify-content: end;
}
.header_top .header-social ul li {
  padding-left: 30px;
}
.header_top .header-social ul li:last-child a::after {
  display: none !important;
}
.header_top .header-social ul li a {
  position: relative;
  color: #fff;
}
.header_top .header-social ul li a i {
  font-size: 11px;
}
.header_top .header-social ul li a::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 1px;
  background-color: #fff;
  right: -22px;
  top: 8px;
}
.header_top .header-social ul li a span {
  font-size: 11px;
  font-weight: 700;
  padding-left: 4px;
}
.header_top .header-social ul li a:hover {
  color: #11ddf5;
}

.header-section {
  position: absolute;
  left: 0;
  top: 41px;
  background: transparent;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
.header-wrap .header-logo {
  width: 257px;
}
.header-wrap .header-logo a img {
  width: 100%;
}

.header-menu .main-menu {
  display: flex;
}
.header-menu .main-menu li {
  position: relative;
  padding-right: 10px;
}
.header-menu .main-menu li a {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.header-menu .main-menu li a img {
  margin-right: 7px;
  width: 40px;
}
.header-menu .main-menu li:hover > a {
  color: #1BDDF5;
}
.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 230px;
  background: #fff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 0 0;
  border-radius: 5px;
  border-top: 3px solid #086ad8;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}
.header-menu .main-menu li .sub-menu li {
  padding: 0;
  border-bottom: 1px solid;
}
.header-menu .main-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}
.header-menu .main-menu li .sub-menu li:hover > a {
  color: #086ad8;
}
.header-menu .main-menu li .sub-menu li.active > a {
  color: #086ad8;
}
.header-menu .main-menu li:first-child {
  padding-right: 15px;
}
.header-menu .main-menu li:first-child a {
  font-size: 15px;
  font-weight: 500;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-search {
  margin-left: 25px;
  padding-left: 15px;
  position: relative;
}
.header-search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 30px;
}
.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  transition: all 0.3s linear;
}
.header-search .search-btn:hover {
  color: #086ad8;
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
}
.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #086ad8;
}
.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}
.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
}

.header-cart .cart-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: #333333;
  border: 0;
  position: relative;
  transition: all 0.3s linear;
}
.header-cart .cart-btn:hover {
  color: #086ad8;
}
.header-cart .cart-btn .count {
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #086ad8;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #fff;
  position: absolute;
  top: -4px;
  right: -12px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 57px !important;
}
.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}
.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}
.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}
.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}
.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}
.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #086ad8;
  line-height: 1.75;
  display: block;
}
.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}
.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000;
}
.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #086ad8;
}
.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}
.dropdown-cart .cart-btns .btn.btn-2 {
  background: #000c29;
  transition: all 0.3s linear;
}
.dropdown-cart .cart-btns .btn.btn-2:hover {
  color: #0e0e0e;
}
.dropdown-cart .cart-btns .btn.btn-2:hover::before {
  background: #fff;
}
.dropdown-cart .cart-btns .btn.btn-2:hover::after {
  background: #fff;
}

.header-btn {
  margin-left: 25px;
}
.header-btn .btn {
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
}

.header-toggle {
  margin-left: 30px;
}
.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}
.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  display: block;
}
.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-section-05 .header-social {
  position: relative;
  padding-right: 25px;
  margin-right: 20px;
}
.header-section-05 .header-social::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 30px;
}
.header-section-05 .header-social ul li {
  display: inline-block;
}
.header-section-05 .header-social ul li + li {
  margin-left: 10px;
}
.header-section-05 .header-social ul li a {
  font-size: 15px;
  display: block;
  color: #565656;
}
.header-section-05 .header-social ul li a:hover {
  color: #086ad8;
}
.header-section-05 .header-search {
  padding-left: 0;
}
.header-section-05 .header-search::before {
  display: none;
}

.header-top-section {
  background: #030213;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-top-wrapper .header-top-info ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: relative;
}
.header-top-wrapper .header-top-info ul li i {
  font-size: 20px;
  color: #11ddf5;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.header-top-wrapper .header-top-info ul li + li {
  padding-left: 30px;
  margin-left: 25px;
}
.header-top-wrapper .header-top-info ul li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #353542;
  width: 1px;
  height: 45px;
  transform: translateY(-46%);
}
.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-social span {
  font-size: 14px;
  color: #11ddf5;
  display: inline-block;
  margin-right: 20px;
}
.header-top-wrapper .header-social ul li {
  display: inline-block;
}
.header-top-wrapper .header-social ul li + li {
  margin-left: 10px;
}
.header-top-wrapper .header-social ul li a {
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
}
.header-top-wrapper .header-social ul li a:hover {
  color: #11ddf5;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  animation: sticky 1s;
  background-color: #7E287F;
}

.offcanvas {
  background: #7E287F;
  width: 320px;
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s linear;
}
.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #fff;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}
.offcanvas-menu .main-menu li {
  position: relative;
}
.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  color: #fff;
  padding: 5px 0px;
  position: relative;
}
.offcanvas-menu .main-menu li a img {
  width: 35px;
}
.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}
.offcanvas-menu .main-menu li:hover > a {
  color: #086ad8;
}
.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}
.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}

@media only screen and (max-width: 991px) {
  .header-section {
    padding: 15px 0;
  }
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
  .dropdown-cart {
    top: 56px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .header-logo a img {
    width: 130px;
  }
  .header-menu .main-menu li {
    padding: 30px 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .offcanvas {
    width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}
@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}
/*----------------------------------------*/
/*               banner CSS
/*----------------------------------------*/
.banner .ban_ab {
  position: absolute;
  top: 0;
  padding-top: 671px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero {
  position: relative;
  padding-top: 64px;
  padding-bottom: 145px;
}
.hero .banner_text {
  padding-top: 70px;
}
.hero .banner_text ul {
  padding-bottom: 24px;
}
.hero .banner_text ul li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.hero .banner_text ul li .hero_icon {
  margin-right: 12px;
  width: 30px;
}
.hero .banner_text ul li h5 {
  margin-bottom: 0;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: "Poppins";
}
.hero .banner_text ul li h5 span {
  font-weight: 300;
}
.hero .banner_text p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  line-height: 25px;
}
.hero .banner_text .button {
  height: 56px;
  width: 139px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 22px;
  color: #000;
}
.hero .banner_text .button:hover {
  color: #fff;
}

/*----------------------------------------*/
/*           banner CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*           About CSS
/*----------------------------------------*/
.about_section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.about_section h6 {
  font-size: 18px;
  color: #7E287F;
  font-weight: 700;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  padding-bottom: 25px;
}
.about_section h6:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  bottom: 11px;
  left: 0;
  background-color: #bebebe;
}
.about_section h2 {
  font-size: 48px;
  color: #232323;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 52px;
  padding-bottom: 5px;
}
.about_section p {
  font-size: 17px;
  color: #3B3B3B;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 0;
}
.about_section .abt_img {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.about_section .abt_img img {
  width: 100%;
  max-width: 420px;
}

/*----------------------------------------*/
/*         About CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*         service CSS
/*----------------------------------------*/
.services {
  padding-top: 45px;
  padding-bottom: 45px;
}
.services h6 {
  font-size: 18px;
  color: #7E287F;
  font-weight: 700;
  font-family: "Poppins";
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
  padding-bottom: 25px;
  letter-spacing: 4px;
}
.services h6:after {
  position: absolute;
  content: "";
  width: 225px;
  height: 1px;
  bottom: 11px;
  left: 0;
  background-color: #bebebe;
}
.services .in_card {
  margin-top: 35px;
}
.services .in_card .img_box {
  border-radius: 100%;
  overflow: hidden;
  width: 233px;
  height: 233px;
  aspect-ratio: 1;
  border: 16px solid #7E287F;
}
.services .in_card .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services .in_card .content_box {
  padding-top: 45px;
}
.services .in_card .content_box h4 {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: #232323;
}
.services .in_card .content_box h4:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background-color: #7E287F;
  left: 0;
  bottom: -7px;
}
.services .in_card .content_box h5 {
  font-size: 25px;
  font-weight: 700;
  color: #232323;
  margin-top: 32px;
  height: 75px;
  position: relative;
}
.services .in_card .content_box h5::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e5e5e5;
  bottom: 0;
  left: 0;
}
.services .in_card .content_box p {
  padding-top: 15px;
  font-size: 17px;
  color: #3B3B3B;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 30px;
  margin-bottom: 0;
}
.services .in_card .content_box .seemore {
  padding-top: 15px;
  cursor: pointer;
}

.seemore img {
  width: 30px;
}

/*----------------------------------------*/
/*         service CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*         skill CSS
/*----------------------------------------*/
.skill {
  padding-top: 45px;
  padding-bottom: 35px;
}
.skill .in_card.card_bottom {
  padding-top: 25px;
  text-align: center;
}
.skill .in_card.card_bottom .bottom_logo {
  margin-bottom: 35px;
  text-align: center;
}
.skill .in_card.card_bottom .bottom_logo img {
  width: 110px;
}
.skill h2 {
  font-size: 48px;
  color: #232323;
  font-weight: 700;
  font-family: "Poppins";
  line-height: 52px;
  padding: 0 255px;
  text-align: center;
}
.skill h4 {
  font-size: 24px;
  font-weight: 700;
  color: #3B3B3B;
  margin-bottom: 0 !important;
}
.skill p {
  font-size: 17px;
  color: #3B3B3B;
  font-weight: 400;
  font-family: "Poppins";
  line-height: 30px;
  margin-bottom: 0;
}
.skill .seemore {
  cursor: pointer;
}

/*----------------------------------------*/
/*         skill CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*         contact CSS
/*----------------------------------------*/
.contact_us {
  padding-top: 25px;
}
.contact_us .contact_text {
  font-size: 19px;
  font-weight: 400;
  color: #3B3B3B;
  text-align: center;
}
.contact_us .contact_card {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 55px 60px;
  border-radius: 35px;
  background-color: #fff;
  position: relative;
  margin-bottom: -200px;
  margin-top: 110px;
  width: 100%;
  max-width: 900px;
}
.contact_us .contact_card::after {
  position: absolute;
  content: "";
  background-image: url(../images/bar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 790px;
  height: 98px;
  z-index: -1;
}
.contact_us .contact_card .contact_box {
  position: relative;
}
.contact_us .contact_card .contact_box:nth-child(2) {
  padding-left: 90px;
}
.contact_us .contact_card .contact_box:last-child {
  padding-left: 90px;
}
.contact_us .contact_card .contact_box:last-child::after {
  display: none;
}
.contact_us .contact_card .contact_box::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #d4d4d4;
  top: 0;
  right: 0;
}
.contact_us .contact_card .contact_box .con_logo {
  margin-bottom: 12px;
  width: 45px;
}
.contact_us .contact_card .contact_box h4 {
  font-size: 19px;
  font-weight: 700;
  color: #232323;
}
.contact_us .contact_card .contact_box p {
  font-size: 17px;
  font-weight: 400;
  color: #3B3B3B;
  margin-top: 18px;
}

/*----------------------------------------*/
/*         contact CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*         footer CSS
/*----------------------------------------*/
footer {
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 280px;
}
footer h5 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
footer h5 span {
  font-weight: 700;
}
footer .footer_btn {
  height: 62px;
  width: 190px;
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: 2px solid #544b53;
  margin: auto;
  margin-top: 25px !important;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
}
footer .footer_icon {
  display: flex;
  justify-content: center;
  position: relative;
}
footer .footer_icon li {
  position: relative;
  padding: 0 22px;
}
footer .footer_icon li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  top: 0;
  right: 0;
}
footer .footer_icon li:last-child:after {
  display: none;
}
footer .footer_icon li a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
footer .footer_icon li a i {
  margin-right: 4px;
  font-size: 22px;
  font-weight: 400;
}
footer .footer_icon li a:hover {
  color: #1BDDF5;
}
footer .footer_icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #544b53;
  bottom: -40px;
  left: 0;
}
footer p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding-top: 80px;
}

/*----------------------------------------*/
/*         footer CSS
/*----------------------------------------*/
.additional-content {
  max-height: 0;
  overflow: hidden;
  padding-top: 0 !important;
  transition: max-height 0.3s ease-out;
}

.additional-content.skills {
  margin-bottom: 44px !important;
}

/*----------------------------------------*/
/*         Login Register CSS
/*----------------------------------------*/
.login-register-section .login-register-wrap {
  margin-top: -50px;
}
.login-register-section .login-register-wrap .section-title .title {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1.2;
  margin-top: -8px;
}
.login-register-section .login-register-wrap .login-register-box {
  border: 1px solid #ebebeb;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form {
  margin-top: 20px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control {
  border: 1px solid transparent;
  background: #f6f7f9;
  border-radius: 0;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Barlow", sans-serif;
  color: #787884;
  font-weight: 400;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-control:focus {
  outline: none;
  border-color: #086ad8;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control {
  height: 135px;
  font-size: 13px;
  color: #415674;
  font-weight: 600;
  padding: 10px 25px;
  padding-top: 15px;
  resize: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input {
  margin-right: 8px;
  margin-top: 5px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-input:focus {
  box-shadow: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .single-form .form-check-label {
  display: inline;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
  text-transform: none;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn {
  margin-top: 30px;
}
.login-register-section .login-register-wrap .login-register-box .login-register-form .form-btn .btn {
  height: 50px;
  line-height: 45px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  width: 100%;
}

/*----------------------------------------*/
/*            Footer CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 70px;
  padding-bottom: 75px;
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget .footer-widget-title {
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #fff;
}

.widget-info {
  padding-top: 20px;
}
.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}
.widget-info ul li .info-icon i {
  display: inline-block;
  color: #086ad8;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.widget-info ul li .info-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #c4c5c7;
}

.footer-widget-about {
  margin-top: 15px;
}
.footer-widget-about p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  padding-right: 110px;
  margin-top: 20px;
}

.footer-social .social {
  margin-top: 25px;
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 5px;
}
.footer-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  background: #fff;
  color: #1b202f;
}
.footer-social .social li a:hover {
  color: #086ad8;
  transform: rotate(360deg);
}

.widget-link {
  padding-top: 22px;
}
.widget-link .link li {
  margin-top: 7px;
}
.widget-link .link li a {
  font-size: 14px;
  color: #c4c5c7;
  transition: all 0.3s linear;
}
.widget-link .link li a:hover {
  color: #086ad8;
  padding-left: 10px;
}

.footer-section {
  background: #010717;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  border-top: 1px solid #1b202f;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 15px;
}
.copyright-text p {
  font-size: 14px;
  color: #c4c5c7;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(126, 40, 127, 0.4392156863);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 6 Free";
  text-align: center;
  line-height: 45px;
  font-weight: 900;
  font-size: 18px;
  color: #7E287F;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #7E287F;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@media only screen and (max-width: 1399px) {
  .footer-widget-about p {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}
.contact-info-section {
  padding: 100px 0;
}
.contact-info-section .contact-info-wrap {
  margin-top: -30px;
}
.contact-info-section .contact-info-wrap .single-contact-info {
  background: #f8f8f8;
  padding: 20px;
  margin-top: 30px;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-info-section .contact-info-wrap .single-contact-info .info-content p {
  font-size: 18px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 50px 40px 60px;
  }
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-info-section .contact-info-wrap .single-contact-info {
    padding: 50px 30px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
  }
}
/*--
/*  19 - Contact CSS
/*----------------------------------------*/
.techwix-contact-section .contact-wrap {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 60% 100%;
}
.techwix-contact-section .contact-wrap .contact-info .section-title .title {
  position: relative;
  padding-left: 45px;
}
.techwix-contact-section .contact-wrap .contact-info .section-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #ff5538;
  height: 150px;
  width: 4px;
  transform: translateY(-50%);
}
.techwix-contact-section .contact-wrap .contact-info ul {
  padding-top: 15px;
}
.techwix-contact-section .contact-wrap .contact-info ul li {
  margin-top: 15px;
  padding-right: 65px;
}
.techwix-contact-section .contact-wrap .contact-info ul li:first-child {
  border-top: 0;
}
.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
  font-size: 50px;
  color: #ff5538;
}
.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text {
  margin-left: 20px;
}
.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text .title {
  font-size: 24px;
  line-height: 30px;
  color: #0e0e0e;
}
.techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-text p {
  font-size: 16px;
  line-height: 30px;
  color: #0e0e0e;
}
.techwix-contact-section .contact-wrap .contact-form {
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 110px;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
  padding: 55px 40px;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
  margin-bottom: 30px;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff5538;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
  font-size: 42px;
  line-height: 54px;
  font-weight: 600;
  color: #333333;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
  margin-top: 25px;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 55px;
  line-height: 55px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  resize: none;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
  margin-top: 25px;
}
.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
  font-size: 16px;
  width: 100%;
  height: 55px;
  line-height: 50px;
  margin-bottom: 10px;
}

.techwix-contact-section-02 .contact-wrap .contact-info .section-title .title::before {
  background: #086ad8;
}
.techwix-contact-section-02 .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
  color: #086ad8;
}
.techwix-contact-section-02 .contact-wrap .contact-form {
  background: #fff;
  box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin: auto;
  bottom: -100px;
}
.techwix-contact-section-02 .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
  color: #086ad8;
}

@media only screen and (max-width: 575px) {
  .techwix-contact-section .contact-wrap .contact-info ul li .contact-info-item .contact-info-icon i {
    font-size: 42px;
  }
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 28px;
    line-height: 40px;
  }
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1399px) {
  .techwix-contact-section .contact-wrap .contact-form {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .techwix-contact-section .contact-wrap .contact-form {
    margin-left: 15px;
  }
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 40px;
  }
  .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .techwix-contact-section .contact-wrap .contact-form {
    margin-left: 0;
    margin-top: 60px;
  }
}
.contact-map-section .contact-map-wrap {
  margin-bottom: -8px;
}
.contact-map-section .contact-map-wrap iframe {
  height: 550px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}/*# sourceMappingURL=style.css.map */