*,
* button:focus {
  outline: 0;
}

.main_color {
  color: #15253c !important;
}

.sub_color {
  color: #00a1ed !important;
}

.main_back {
  background-color: #15253c !important;
  border-color: #15253c !important;
}

.sub_back {
  background-color: #00a1ed !important;
  border-color: #00a1ed !important;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Tajawal", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
  font-weight: 400;
  direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

.form-control,
.form-select {
  min-height: 50px;
  background-color: #fff;
  border: 1px solid #9993;
  padding: 5px 15px;
  width: 100%;
  border-radius: 0;
}

.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

[type=email], [type=number], [type=tel], [type=url] {
    direction: inherit;
}

/* ==================== global style ============================== */
a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: #999;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 15px;
  line-height: 2;
  color: #1b1b1b;
}

small.text {
  font-size: 12px;
}

.bg_gray {
  background-color: #f5f6f8 !important;
}

.section_padding {
  padding: 50px 0;
}

.section_head {
  position: relative;
  margin-bottom: 30px;
}

.section_head h6 {
  color: #00a1ed;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.section_head h2 {
  font-size: 30px;
  color: #2e2e2e;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.section_head .text {
  color: #999;
}

.section_head a:hover h2{
    color: #00a1ed;
}

@-webkit-keyframes slide-left {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}

@keyframes slide-left {
  0% {
    right: 0%;
  }
  100% {
    right: 100%;
  }
}

.ob_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ob_cont {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #00a1ed;
  width: 20px;
  border-radius: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f0f0;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #00a1ed;
  color: #fff;
}

.swiper-container {
  padding-bottom: 80px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #15253c;
  font-size: 17px;
  font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  bottom: 0;
  top: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 50%;
  left: auto;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  bottom: 0;
  top: auto;
}

.butn {
  border: 1px solid #15253c;
  padding: 12px 45px;
  border-radius: 10px;
  text-align: center;
  background-color: #15253c;
  font-size: 14px;
}

.butn span {
  color: #fff;
  font-weight: 600;
}

.butn:hover {
  background-color: transparent;
}

.butn:hover span {
  color: #15253c;
}

.butn.sub_butn {
  border: 1px solid #00a1ed;
  background-color: #00a1ed;
}

.butn.sub_butn:hover {
  background-color: transparent;
}

.butn.sub_butn:hover span {
  color: #00a1ed;
}

.butn.brd_butn {
  border: 1px solid #15253c;
  background-color: transparent;
}

.butn.brd_butn span {
  color: #15253c;
}

.butn.brd_butn:hover {
  background-color: #15253c;
}

.butn.brd_butn:hover span {
  color: #fff;
}

.butn.radius {
  border-radius: 30px;
}

.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
  padding-left: 50px;
  background: #15253C;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #15253c;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.searching input [type="text"] {
  background-color: #fff;
  height: 60px;
  padding: 16px 20px;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  width: 100%;
}

.searching .butn {
  background-color: #ecc235;
  border: 0;
  border-radius: 44px;
  padding: 16px 50px;
  font-size: 11px;
  color: #161414;
}

.searching .butn.sub_butn {
  background-color: #e04f3f;
  color: #fff;
}

.dropdown-toggle::after {
  position: relative;
  top: 5px;
  opacity: 0.5;
  display: none;
}

.dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  top: 100%;
}

.dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-size: 13px;
}

.navbar {
  background-color: #15253c;
  z-index: 99;
  padding: 30px 0;
}

.navbar .navbar-brand img {
  width: 140px;
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 12px;
  color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 20%;
  bottom: -5px;
  width: 60%;
  height: 20px;
  border-radius: 50%;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00a1ed;
}

.navbar .navbar-nav .nav-item .nav-link.active::before, .navbar .navbar-nav .nav-item .nav-link:hover::before {
  border-color: #15253c;
}

.navbar .nav_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .nav_icons .icon {
  margin: 0 10px;
  font-size: 17px;
  color: #fff;
}

.navbar .nav_icons .icon i {
  height: 20px;
}

.navbar .nav_icons .butn {
  border-color: #fff4;
  padding: 12px 15px;
  margin: 0 3px;
}

.navbar .nav_icons .butn span {
  color: #fff;
  font-weight: 400;
}

.navbar .nav_icons .butn:hover {
  background-color: #fff;
}

.navbar .nav_icons .butn:hover span {
  color: #15253c;
}

.navbar .nav_icons .butn.lang {
  background-color: #fff;
}

.navbar .nav_icons .butn.lang span {
  color: #15253c;
}

.navbar.inner_navbar {
  background-color: #fff;
}

.navbar.inner_navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  margin: 0 12px;
  color: #555;
}

.navbar.inner_navbar .navbar-nav .nav-item .nav-link::before {
  display: none;
}

.navbar.inner_navbar .navbar-nav .nav-item .nav-link.active, .navbar.inner_navbar .navbar-nav .nav-item .nav-link:hover {
  color: #00a1ed;
}

.navbar.inner_navbar .navbar-nav .nav-item .nav-link.active::before, .navbar.inner_navbar .navbar-nav .nav-item .nav-link:hover::before {
  border-color: #15253c;
}

.navbar.inner_navbar .nav_icons .icon,
.navbar.inner_navbar .nav_icons .text-light {
  color: #15253c !important;
}

.navbar.inner_navbar .nav_icons .butn.sub_butn {
  border-color: #15253c;
  background-color: #15253c;
}

.nav_form_search{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50% , 50%);
    width: 300px;
}

.nav_form_search .form-group{
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    padding: 5px 10px;
    box-shadow: 0 0 15px #0001;
}

.nav_form_search .form-group input{
    border: 0;
    width: 100%;
}

.nav_form_search .form-group button{
    border: 0;
    background: transparent;
    color: #15253c;
    flex-shrink: 0;
}

/* --------------- header --------------- */
header {
  background-color: #15253c;
  position: relative;
  padding: 50px 0 0;
}

header::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -3px;
  background-color: #fff;
  width: 100%;
  height: 100px;
  -webkit-clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 37%, 100% 100%, 0 100%);
  z-index: 0;
}

header .info {
  padding-top: 5vw;
  position: relative;
  z-index: 5;
}

header .info h2 {
  font-size: 30px;
  color: #fff;
}

header .info .text {
  font-size: 16px;
  color: #fff;
  opacity: 0.65;
  margin: 15px 0;
}

header .info .butn {
  margin-top: 30px;
}

header .img {
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

header .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ------------ about style ------------- */
.about .info .nav button {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9993;
  padding: 12px 20px;
}

.about .info .nav button.active {
  color: #00a1ed;
  border-bottom: 2px solid #00a1ed;
}

.about .info .tab-content {
  margin-top: 30px;
}

.about .info .tab-content .text {
  font-size: 15px;
  line-height: 40px;
  color: #707070;
}

.about .info .butn {
  margin: 30px 0 0 5px;
}

.about .img {
  height: 350px;
  border-top-right-radius: 30px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}

.about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #00a1ed;
  font-size: 70px;
  z-index: 10;
}

.about .img .exp {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  width: 120px;
  background: #15253c;
  color: #fff;
  font-size: 25px;
  text-align: center;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.about .img .exp::after {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background: #15253c;
  opacity: 25%;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

/* ------------ products style ------------- */
.product_box {
  position: relative;
  background-color: #fff;
  margin: 30px 15px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product_box .img {
  text-align: center;
  display: block;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.product_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}

.product_box .img .fancy {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
  opacity: 0;
      background: #15253c;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 12px;
}

.product_box .img .fancy i{
    position: relative;
    top: 2px;
}

.product_box .img:hover .fancy {
  opacity: 1;
}

.product_box .info {
  padding: 20px;
}

.product_box .info small {
  color: #999;
  font-size: 14px;
}

.product_box .info h6 {
  color: #666;
  font-weight: 500;
  font-size: 12px;
  margin: 10px 0 10px 15px;
}

.product_box .info h6 i {
  color: #00a1ed;
}

.product_box .info h5 {
  color: #15253c;
  font-size: 25px;
}

.product_box .info .price {
  color: #00a1ed;
  font-size: 22px;
  font-weight: bold;
}

.product_box .fav_icon {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  color: #9995;
}

.product_box .fav_icon i {
  margin: 12px 14px;
  display: inline-block;
  font-size: 16px;
}

.product_box .fav_icon.active, .product_box .fav_icon:hover {
  color: red;
}

.prog_banner_slider .img {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}

.prog_banner_slider .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #15253c;
  opacity: 0.6;
}

.prog_banner_slider .img:hover img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.prog_banner_slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}

.prog_banner_slider .img .info {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #15253c;
  padding: 20px 30px;
  border-radius: 20px;
}

.prog_banner_slider .img .info h5 {
  color: #fff;
  font-size: 18px;
}

.prog_banner_slider .swiper-slide{
    /*margin-right: -30px;*/
    /*width: calc(100% + 30px);*/
}

.prog_banner_slider.det_slider h2 {
  border-bottom: 1px solid #9993;
  padding-bottom: 20px;
}

.prog_banner_slider.det_slider .img {
  height: 575px;
}

.prog_banner_slider.det_slider .img::after {
  opacity: 0.3;
}

.chart_filter {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  margin: 15px 1vw;
}

.chart_filter .form-group label {
  margin-bottom: 15px;
}

/* ------------ features style ------------- */
.features .feat_box {
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
  text-align: center;
  padding: 30px 40px;
  margin: 12px;
  min-height: 270px;
}

.features .feat_box .img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.features .feat_box .info {
  margin-top: 20px;
}

.features .feat_box .info h6 {
  font-size: 18px;
  line-height: 30px;
  color: #242321;
  font-weight: 400;
  margin-bottom: 10px;
}

.features .feat_box .info .text {
  font-size: 14px;
  color: #929091;
}

/* ------------ numbers style ------------- */
.numbers {
  position: relative;
}

.numbers .content .top_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.numbers .content .top_cont .icon {
  margin: 0 15px;
}

.numbers .content .top_cont .inf h5 {
  color: #00a1ed;
  font-size: 25px;
  font-weight: 500;
}

.numbers .content .top_cont .inf h5 span {
  font-weight: 400;
}

.numbers .content .top_cont .inf p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
}

.numbers .content .num_cont {
  margin-top: 40px;
}

.numbers .content .num_cont .num_item {
  text-align: center;
}

.numbers .content .num_cont .num_item h2 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.numbers .content .num_cont .num_item p {
  font-size: 18px;
  line-height: 33px;
  color: #fff;
  opacity: 0.59;
}

.numbers .cup_shap {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.03;
  pointer-events: none;
}

/* ------------ cons_request style ------------- */
.cons_request {
  background-image: url(../images/cons.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.cons_request .form {
  padding: 30px;
  background-color: #fff;
}

.cons_request .form .top_cont {
  margin-bottom: 15px;
}

.cons_request .form .top_cont h3 {
  color: #0b1313;
  font-size: 25px;
  margin-bottom: 15px;
}

.cons_request .form .top_cont .text {
  color: #4d504b;
}

.cons_request .form .form-group {
  margin-bottom: 5px;
}

/* ------------ footer style ------------- */
footer {
  background: #15253c;
  padding-top: 40px;
}

footer .title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 17px;
}

footer .info .logo {
  margin-bottom: 20px;
  width: 120px;
}

footer .info .text {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  margin: 25px 0;
}

footer .socail_icons {
  margin-top: 30px;
}

footer .socail_icons a {
  color: #fff !important;
  opacity: 0.8;
  font-size: 15px;
  margin-left: 15px;
}

footer .socail_icons a:hover i.bi-facebook{
    color: #3d5a96;
}

footer .socail_icons a:hover i.bi-instagram{
    color: #c21975;
}

footer .socail_icons a:hover i.bi-twitter{
    color: #2aa3ef;
}

footer .socail_icons a:hover i.bi-linkedin{
    color: #0e76a8;
}

footer .socail_icons a:hover i.bi-pinterest{
    color: #c8232c;
}

footer .socail_icons a:hover i.bi-whatsapp{
    color: #25D366;
}

footer .socail_icons a:hover i.bi-telegram{
    color: #229ED9;
}

footer .socail_icons a:hover i.bi-snapchat{
    color: #FFFC00;
}

footer .links {
  margin-top: 30px;
}

footer .links a {
  color: #fff;
  opacity: 0.8;
  font-size: 13px;
  margin: 8px 0;
}

footer .links a i {
  color: #15253c;
}

footer .foot {
  padding: 15px 0;
  margin-top: 20px;
  border-top: 1px solid #9993;
}

footer .foot p,
footer .foot a {
  color: #fff;
  opacity: 0.8;
  margin: 0;
}

footer .subscribe_form .form-group {
  margin: 20px 0 10px;
}

footer .subscribe_form .form-group input {
  width: 100%;
  min-height: 45px;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 15px;
  border: 1px solid #9992;
}

/* ------------ modals style ------------- */
.modal-content {
  border: 0;
  padding: 3vw;
  border-radius: 30px;
}

.order_modal .check_icon {
  font-size: calc(3vw + 20px);
  color: #00a1ed;
}

.order_modal .check_inf {
  line-height: 1.6;
  color: #444;
  font-size: calc(0.6vw + 12px);
  font-weight: 400;
}

/* -------------------- pages style ------------------------- */
.inner_header {
  position: relative;
  padding: 40px 0 15px;
  background-color: #15253c;
  position: relative;
  border-top: 1px solid #fff1;
  overflow: hidden;
}

.inner_header .inner_shap {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: auto;
}

.inner_header .links {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.inner_header .links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  margin: 0 5px;
}

.inner_header .links li::after {
  position: absolute;
  content: "";
  left: -16px;
  bottom: 10px;
  width: 12px;
  height: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #fff;
}

.inner_header .links li a {
  color: #fff;
}

.inner_header .links li a i {
  font-size: 18px;
}

.inner_header .links li:last-of-type::after {
  display: none;
}

.inner_header h4 {
  color: #fff;
  padding: 0 10px;
  font-size: 22px;
  text-align: initial;
  position: relative;
  z-index: 2;
  text-align: center;
}

.inner_header p {
  position: relative;
  z-index: 2;
}

.inner_header.back_img {
  background: url(../images/contact.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.inner_header.back_img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #15253c;
  opacity: 0.7;
}

.inner_header.back_img .inner_shap {
  display: none;
}

/* ------------ project details style ------------- */
.proj_det .img_card {
  padding: 10px;
  border: 1px solid #9993;
  border-radius: 15px;
  background-color: #fcfcfc;
  margin-top: 90px;
}

.proj_det .img_card .img {
  position: relative;
  height: 300px;
}

.proj_det .img_card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.proj_det .img_card .img .float_icons {
  position: absolute;
  right: 15px;
  top: 15px;
}

.proj_det .img_card .img .float_icons a {
  margin: 5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.proj_det .img_card .img .float_icons a:hover {
  background-color: #00a1ed;
  color: #fff;
}

.proj_det .img_card .info {
  padding: 15px 10px;
}

.proj_det .img_card .info .r_side h4 {
  font-weight: 500;
  font-size: 25px;
  color: #0b1313;
  margin-bottom: 0;
}

.proj_det .img_card .info .r_side h6 {
  font-weight: 300;
  font-size: 20px;
  color: #545d5d;
}

.proj_det .img_card .info .l_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.proj_det .img_card .info .l_side .cont {
  text-align: center;
}

.proj_det .img_card .info .l_side .cont p {
  font-size: 17px;
  color: #252525;
}

.proj_det .img_card .info .l_side .cont .price {
  font-weight: 600;
  font-size: 40px;
  color: #00a1ed;
}

.proj_det .img_card .info .l_side .cont .price small {
  color: #222;
  font-size: 30px;
}

.proj_det .img_card .socail_icons {
  margin-top: 25px;
}

.proj_det .img_card .socail_icons a {
  margin-left: 15px;
}

.proj_det .img_card .socail_icons a i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #15253c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.proj_det .img_card .socail_icons a i.bi-facebook:hover {
  background-color: #3d5a96;
}

.proj_det .img_card .socail_icons a i.bi-instagram:hover {
  background-color: #c21975;
}

.proj_det .img_card .socail_icons a i.bi-snapchat:hover {
  background-color: #fffc00;
  color: #15253c;
}

.proj_det .img_card .socail_icons a i.bi-twitter:hover {
  background-color: #2aa3ef;
}

.proj_det .details {
  padding: 30px;
  border: 1px solid #9992;
  border-radius: 5px;
}

.proj_det .details .form {
  margin-top: 20px;
}

.proj_det .details .form-group {
  margin: 12px 0;
}

.add_more {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.add_more .qt-plus,
.add_more .qt-minus {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #15253c;
  font-size: 16px;
  vertical-align: middle;
  background-color: #ececec;
}

.add_more .qt-plus i,
.add_more .qt-minus i {
  font-weight: bold;
  font-size: 20px;
}

.add_more .cen_qt {
  padding: 5px;
  text-align: center;
  background: #fafafa;
  display: inline-block;
}

.add_more .cen_qt .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.proj_more_det {
  padding: 30px 0;
}

.proj_more_det .content {
  background-color: #fff;
  margin: 30px 0;
}

.proj_more_det .content .nav-tabs {
  border-bottom: 1px solid #9991;
  background-color: #fcfcfc;
  padding: 10px;
}

.proj_more_det .content .nav-tabs .nav-item .nav-link {
  border: 0;
  margin: 0;
  padding: 15px 20px;
  color: #888;
  background-color: transparent;
  border-radius: 5px;
}

.proj_more_det .content .nav-tabs .nav-item .nav-link .bi-link-45deg{
    display: none;
}

.proj_more_det .content .nav-tabs .nav-item .nav-link.active {
  color: #00a1ed;
}

.proj_more_det .content .nav-tabs .nav-item.last {
  margin-right: auto;
}

.proj_more_det .content .nav-tabs .nav-item.last .nav-link {
  background-color: #0001;
}

.proj_more_det .content .tab-content {
  padding: 30px;
}


.proj_more_det .content .tab-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    padding: 15px;
    background-color: #f9f9f9;
}

.proj_more_det .content .tab-content .text {
  margin: 25px 0;
  color: #666;
}

.simillar_proj .product_box {
  border-radius: 15px;
  position: relative;
}

.simillar_proj .product_box .float_icons {
  position: absolute;
  right: 15px;
  top: 15px;
}

.simillar_proj .product_box .float_icons a {
  margin: 5px;
  width: 40px;
  height: 40px;
  background-color: #f2f2f2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ccc;
  border-radius: 8px;
}

.simillar_proj .product_box .float_icons a:hover, .simillar_proj .product_box .float_icons a.active {
  color: red;
  border: 1px solid red;
}

.simillar_proj .product_box .img {
  padding: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
}

.simillar_proj .product_box .img img {
  border-radius: 15px;
  height: 150px;
}

.simillar_proj .product_box .info h5 {
  font-size: 18px;
}

.simillar_proj .product_box .info .price {
  font-size: 21px;
}

.simillar_proj .product_box .info .text {
  font-size: 12px;
  margin-top: 0;
}

.simillar_proj .product_box .info .text a {
  font-size: 12px;
  margin: 0 5px;
}

.simillar_proj .product_box .butn {
  padding: 8px;
  margin-top: 10px !important;
}

.simillar_proj.blog .product_box {
  border-radius: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 20px;
  background-color: #fff;
  margin: 20px 0;
}

.simillar_proj.blog .product_box .img {
  padding: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 210px;
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.simillar_proj.blog .product_box .img img {
  border-radius: 8px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.simillar_proj.blog .product_box .info {
  width: 70%;
  padding: 20px;
  position: relative;
  border-radius: 8px;
  z-index: 5;
  background-color: #fff;
}

.simillar_proj.blog .product_box .info h5 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #15253c;
}

.simillar_proj.blog .product_box .info .text {
  font-size: 14px;
  color: #2e2e2e;
  margin-bottom: 10px;
}

.simillar_proj.blog .product_box .info a.more {
  color: #00a1ed;
  font-size: 12px;
}

.simillar_proj.blog .product_box .info .date {
  border-right: 1px solid #9994;
  font-size: 12px;
}

/* ------------ projects_pg style ------------- */
.projects_pg {
  padding: 50px 0;
}

.projects_pg .top_banner {
  background-color: #fff;
}

.projects_pg .top_banner .img img {
  height: 230px;
}

.projects_pg .top_banner .info h5 {
  font-size: 30px;
}

.projects_pg .top_banner .info h3 {
  font-size: 40px;
  font-weight: 400;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination li a {
  margin: 5px;
  border-color: #9994;
  color: #15253c;
  background: transparent;
  border-radius: 5px;
}

.grid_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}

.grid_list span {
  margin: 0 5px;
}

.grid_list .form-select {
  min-height: auto;
  background-color: transparent;
  border: 1px solid #9993;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  font-size: 13px;
}

.grid_list .grid_btn {
  font-size: 25px;
  margin: 0 5px;
  cursor: pointer;
}

.grid_list .grid_btn.active {
  color: #00a1ed;
}

.grid_list .list_btn {
  font-size: 28px;
  margin: 0 5px;
  cursor: pointer;
}

.grid_list .list_btn.active {
  color: #00a1ed;
}

.grid_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid_list_content .product_box {
  width: 31%;
  margin: 1%;
}

.grid_list_content.list .product_box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid_list_content.list .product_box .img {
  width: 40%;
}

.grid_list_content.list .product_box .img img {
  height: 225px;
}

.grid_list_content.list .product_box .info {
  width: 60%;
}

/* ------------ about_pg style ------------- */
.about_pg .info h6 {
  font-weight: 400;
  font-size: 20px;
  color: #15253c;
}

.about_pg .info h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.about_pg .info .text {
  font-size: 15px;
  color: #707070;
  margin-bottom: 50px;
}

.about_pg .info .ab_box {
  padding: 20px 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

.about_pg .info .ab_box .icon {
  width: 55px;
  height: 55px;
  background-color: #f5f5f5;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_pg .info .ab_box .inf {
  width: calc(100% - 75px);
}

.about_pg .info .ab_box .inf h6 {
  font-size: 18px;
}

.about_pg .info .ab_box .inf p {
  font-size: 13px;
}

.about_pg .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_pg .img .img_content {
  width: 50%;
  overflow: hidden;
  padding: 10px;
}

.about_pg .img .img_content img {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0;
}

.about_pg .img .img_content .s_img {
  height: 300px;
}

.about_pg .img .img_content .l_img {
  height: 430px;
}

/* ------------ ab_numbers style ------------- */
.ab_numbers {
  background-image: url(../images/ab_numbers.png);
  background-size: cover;
  background-position: bottom;
}

.ab_numbers .content h3 {
  text-align: center;
  margin-bottom: 50px;
}

.ab_numbers .content .num_content .items {
  margin: 20px 0;
}

.ab_numbers .content .num_content .items h2 {
  color: #00a1ed;
  font-size: 40px;
}

.ab_numbers .content .num_content .items h2 .icon {
  width: 30px;
}

.ab_numbers .content .num_content .items small {
  color: #5b6761;
  font-size: 16px;
}

/* ------------ blog_det style ------------- */
.blog_det {
  position: relative;
}

.blog_det::before {
  position: absolute;
  content: "";
  left: 0;
  top: -2px;
  width: 100%;
  height: 250px;
  background-color: #15253c;
}

.blog_det .container {
  position: relative;
  z-index: 10;
}

.blog_det .main_img {
  height: 500px;
  position: relative;
}

.blog_det .main_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_det .img_info {
  padding: 25px;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  border-radius: 20px;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  background-color: #fff;
}

.blog_det .img_info .inf_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog_det .img_info .inf_list p {
  width: 50%;
  margin: 5px 0;
}

.blog_det .img_info p {
  font-size: 16px;
  color: #15253c;
  margin: 0 15px;
  display: inline-block;
}

.blog_det .img_info p small {
  color: #999;
}

.blog_det .img_info p i {
  color: #00a1ed;
  font-size: 14px;
  margin: 0 5px;
}

.blog_det .blog_info .text {
  font-size: 18px;
  line-height: 30px;
  color: #071c74;
  margin: 20px 0;
}

.blog_det .blog_info .socail_icons ul li {
  margin: 15px 0;
  display: inline-block;
}

.blog_det .blog_info .socail_icons ul li a {
  padding: 10px 30px;
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
  margin-left: 10px;
}

.blog_det .blog_info .socail_icons ul li a i {
  margin-left: 10px;
}

.blog_det .blog_info .socail_icons ul li a:hover {
  background-color: #15253c;
  color: #fff;
}

.blog_det .blog_info .socail_icons ul li a:hover span {
  color: #fff;
}

/* ------------ cart style ------------- */
.cart .content {
  padding: 3vw;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 50px;
}

.cart .cart_table .table th {
  font-weight: 500;
}

.cart .cart_table .table .prod_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .cart_table .table .prod_name .img {
  width: 55px;
  height: 50px;
  margin-left: 15px;
}

.cart .cart_table .table .prod_name .img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cart .cart_table .table .prod_name .info p {
  font-size: 14px;
}

.cart .cart_table .table .prod_name .info small {
  font-size: 12px;
}

.cart .cart_table .table .form-select,
.cart .cart_table .table .form-control {
  border-radius: 30px;
  min-height: 35px;
  width: 80px;
  border: 1px solid #9993;
  text-align: center;
}

.cart .cart_table .table .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart .cart_table .table .price .dlt {
  border: 0;
  background: #ee6868;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
}

.order_details td, .order_details th {
    vertical-align: middle;
    padding: 8px 15px;
}

/*.table{*/
/*    border: 1px solid #9993;*/
/*}*/

.cart .cart_table tbody,
.cart .cart_table td,
.cart .cart_table tfoot,
.cart .cart_table th,
.cart .cart_table thead,
.cart .cart_table tr {
  padding: 15px 10px !important;
}

.order_details thead th,
.cart .cart_table thead th{
    background: #15253c;
    color: #fff;
}

.cart .pay_option {
  padding: 50px 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
}

.cart .pay_option ul {
  padding-bottom: 30px;
  border-bottom: 1px solid #9993;
}

.cart .pay_option ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
  margin: 15px 0;
}

.cart .pay_option .pay_imgs {
  margin-top: 30px;
}

.cart .pay_option .pay_imgs h6 {
  margin-bottom: 20px;
  width: 100%;
}

.cart .pay_option .pay_imgs .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart .pay_option .pay_imgs .cont .form-check {
  padding: 0;
  position: relative;
  padding: 5px;
  margin: 5px;
}

.cart .pay_option .pay_imgs .cont .form-check .form-check-input {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  opacity: 0;
  margin: 0;
}

.cart .pay_option .pay_imgs .cont .form-check .form-check-input:checked {
  opacity: 1;
  background: transparent;
  border: 2px solid #15253c;
}

.cart .pay_option .pay_imgs .cont .form-check label img {
  width: 70px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ------------ order_details style ------------- */
.order_details .form .form_box {
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  margin: 30px 0;
}

.order_details .form .form_box .prod_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order_details .form .form_box .prod_name .img {
  width: 110px;
  height: 100px;
  margin-left: 15px;
}

.order_details .form .form_box .prod_name .img img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 20px;
}

.order_details .form .form_box .prod_name .info {
  padding-top: 10px;
}

.order_details .form .form_box .prod_name .info p {
  font-size: 16px;
  margin: 7px 0;
}

.order_details .form .form_box .prod_name .info small {
  font-size: 12px;
}

.order_details .form .form_box .dlt {
  border: 0;
  background: #ee6868;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
}

.order_details .form .form_box .pay_imgs {
  margin-top: 30px;
}

.order_details .form .form_box .pay_imgs h6 {
  margin-bottom: 20px;
  width: 100%;
}

.order_details .form .form_box .pay_imgs .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order_details .form .form_box .pay_imgs .cont .form-check {
  padding: 0;
  position: relative;
  padding: 5px;
  margin: 5px;
}

.order_details .form .form_box .pay_imgs .cont .form-check .form-check-input {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  opacity: 0;
  margin: 0;
}

.order_details .form .form_box .pay_imgs .cont .form-check .form-check-input:checked {
  opacity: 1;
  background: transparent;
  border: 2px solid #00a1ed;
}

.order_details .form .form_box .pay_imgs .cont .form-check label img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.order_details .form .form_box .form_cont {
  margin-top: 50px;
}

.order_details .form .form_box .form_cont .form-group {
  margin-bottom: 30px;
}

.order_details .form .form_box .form_cont .form-group label {
  margin-bottom: 10px;
}

.order_details .form .form_box .form_cont .form-group .form-control {
  border-radius: 8px;
  background-color: #f9f9f9;
}

.order_details .form .form_box .avatar-upload {
  position: relative;
}

.order_details .form .form_box .avatar-upload .avatar-edit {
  position: relative;
  z-index: 1;
  height: 200px;
}

.order_details .form .form_box .avatar-upload .avatar-edit input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.order_details .form .form_box .avatar-upload .avatar-preview {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.order_details .form .form_box .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  line-height: 2;
}

/* ------------ profile style ------------- */
.profile .prof_content {
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.profile .side-r {
  padding: 50px 1vw;
  background-color: #15253c;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.profile .side-r .user_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #fff2;
  text-align: center;
}

.profile .side-r .user_img .img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 5px auto;
  position: relative;
}

.profile .side-r .user_img .img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff
}

.profile .side-r .user_img .img .up__btn,
.profile .side-r .user_img .img #input-profile {
  position: absolute;
  bottom: -12px;
  z-index: 10;
  right: 25px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #15253c;
}

.profile .side-r .user_img .img #input-profile {
  opacity: 0;
  z-index: 50;
}

.profile .side-r .user_img .info {
  width: 100%;
  margin-top: 20px;
}

.profile .side-r .user_img .info h6 {
  color: #fff;
  font-size: 14px;
}

.profile .side-r .user_img .info p {
  color: #fff;
  font-size: 13px;
  opacity: 0.8;
}

.profile .side-r .profile-info {
  text-align: center;
  border-bottom: 1px solid #9994;
  padding-bottom: 10px;
}

.profile .side-r .profile-info .profile-pic {
  width: 120px;
  height: 120px;
  border: 1px solid #15253c;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: auto;
}

.profile .side-r .profile-info h6 {
  margin-top: 1rem;
  margin-bottom: 0.4rem;
  color: #333;
}

.profile .side-r .profile-info p {
  color: #fff;
}

.profile .side-r .profile-info .balance {
  padding: 15px 30px;
  margin: 15px 0;
  background-color: #15253c;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile .side-r .profile-info .balance .icon i {
  font-size: 40px;
  opacity: 0.2;
  color: #fff;
}

.profile .side-r .profile-info .balance .info {
  margin-right: 20px;
}

.profile .side-r .profile-info .balance .info p,
.profile .side-r .profile-info .balance .info h4 {
  color: #fff;
  margin: 5px 0;
}

.profile .side-r .nav {
  margin-top: 10px;
}

.profile .side-r .nav .nav-link {
  padding: 10px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin: 3px 0;
}

.profile .side-r .nav .nav-link i {
  margin: 0 10px;
  font-size: 17px;
  position: relative;
  top: 2px;
}

.profile .side-r .nav .nav-link.active {
  background-color: #fff;
  border-radius: 30px;
  color: #15253c;
}

.profile .tab-content {
  padding: 50px 30px;
  background-color: #fff;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}

.profile .form_box .form-group {
  position: relative;
  margin: 20px 0;
}

.profile .form_box .form-group .form-control,
.profile .form_box .form-group .form-select {
  background-color: #fafafa;
  padding: 12px 15px;
  border: 1px solid #9992;
  border-radius: 10px;
}

.profile .form_box .form-group label {
  margin-bottom: 10px;
  font-size: 13px;
}

.profile .form_box .form-group .icon {
  position: absolute;
  right: 15px;
  bottom: 8px;
  z-index: 5;
  font-size: 15px;
  height: 25px;
}

.profile .form_box.read_only .form-control {
  background-color: #fafafa;
  padding: 10px 15px;
  border: 1px solid #9992;
  border-radius: 10px;
}

.profile .adress_tab .adress_box {
  background-color: #fff;
  border: 1px solid #9992;
  border-radius: 10px;
  overflow: hidden;
}

.profile .adress_tab .adress_box .adr_head {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #9993;
}

.profile .adress_tab .adress_box .adr_head .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  font-size: 21px;
}

.profile .adress_tab .adress_box .adr_head h5 {
  font-weight: 400;
  margin: 0;
}

.profile .adress_tab .adress_box .adr_cont {
  padding: 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 150px;
}

.profile .adress_tab .adress_box .adr_cont .links {
  position: absolute;
  left: 30px;
  top: 30px;
}

.profile .adress_tab .adress_box .adr_cont .links a {
  font-size: 14px;
  margin: 0 5px;
}

.profile .adress_tab .adress_box .adr_cont .img {
  width: 80px;
  height: 80px;
  background-color: #c4131510;
  padding: 10px;
  margin-left: 20px;
}

.profile .adress_tab .adress_box .adr_cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.profile .adress_tab .adress_box .adr_cont .info {
  width: calc(100% - 100px);
}

.profile .order_tab .rev_box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f9f9f9;
  margin: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile .order_tab .rev_box .img {
  width: 130px;
  height: 130px;
  margin-left: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.profile .order_tab .rev_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .order_tab .rev_box .info {
  width: calc(100% - 170px);
}

.profile .order_tab .rev_box .info .top_inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile .order_tab .rev_box .info .top_inf a{
    color: #00a1ed !important;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: underline;
}

.profile .order_tab .rev_box .info .top_inf .price {
  font-size: 20px;
  color: #15253c;
}

.profile .order_tab .rev_box .info .text {
  margin-top: 15px;
}

.profile .order_tab .rev_box .rate {
  padding: 15px;
  border-radius: 20px;
  background-color: #e9ce20;
  margin: 0 10px;
}

.new_adress .new_adress_form {
  display: none;
}

/* ------------ login style ------------- */
.login {
  position: relative;
  overflow: hidden;
}

.login .container {
  position: relative;
  z-index: 10;
}

.login .login_info {
  position: relative;
  height: 100%;
  text-align: center;
}

.login .login_info .logo {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

.login .login_info .logo img {
  max-width: 60%;
}

.login .contact_form {
  background-color: #fff;
  padding: 30px;
  position: relative;
  z-index: 10;
}

.login .contact_form .form-control {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 15px;
}

.code_input .code-container input {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #9993;
  margin: 3px;
}

/* ------------ contact_pg style ------------- */
.contact_pg .info {
  padding: 3vw;
}

.contact_pg .info .ab_box .icon {
  width: 45px;
  height: 45px;
}

.contact_pg .info .ab_box .icon i {
  font-size: 20px;
  color: #00a1ed;
}

.contact_pg .info .ab_box .inf {
  width: calc(100% - 60px);
}

.contact_pg .info .socail_icons {
  margin-top: 50px;
  display: flex;

}

.contact_pg .info .socail_icons a {
    margin-left: 5px;
    margin-bottom: 5px;
}

.contact_pg .info .socail_icons a i ,
.contact_pg .info .socail_icons a svg{
  font-size: 16px;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #15253c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact_pg .info .socail_icons a svg {
    padding: 10px;
}

.contact_pg .info .socail_icons a i.bi-facebook:hover {
  background-color: #3d5a96;
}

.contact_pg .info .socail_icons a i.bi-instagram:hover {
  background-color: #c21975;
}

.contact_pg .info .socail_icons a i.bi-snapchat:hover {
  background-color: #fffc00;
  color: #15253c;
}

.contact_pg .info .socail_icons a .bi.bi-twitter-x:hover {
  background-color: #000000;
  color: #fff;
}

.contact_pg .info .socail_icons a i.bi-twitter:hover {
  background-color: #2aa3ef;
}

.contact_pg .info .socail_icons a i.bi-whatsapp:hover {
  background-color: #25D366;
}

.contact_pg .info .socail_icons a i.bi-pinterest:hover {
  background-color: #E60023;
}

.contact_pg .info .socail_icons a i.bi-telegram:hover {
  background-color: #229ED9;
}

.contact_pg .info .socail_icons a i.bi-linkedin:hover {
  background-color: #0e76a8;
}

.faq {
  position: relative;
}

.faq .faq_img {
  position: absolute;
  left: 3%;
  top: 5%;
  opacity: 0.2;
}

.faq .accordion {
  position: relative;
  z-index: 2;
}

.faq .accordion-item {
  border-radius: 20px !important;
  overflow: hidden;
  margin: 20px 0;
  border: 0;
  -webkit-box-shadow: 0 0 30px #0001;
          box-shadow: 0 0 30px #0001;
}

.faq .accordion-button {
  padding: 30px;
}

.faq .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.faq .accordion-button:not(.collapsed) {
  color: #15253c;
  background: transparent;
  border-bottom: 1px solid #9993;
}

.jop .items {
  padding: 20px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 15px 98px rgba(3, 11, 97, 0.1);
          box-shadow: 0px 15px 98px rgba(3, 11, 97, 0.1);
  margin: 12px 0;
}

.jop .items .head {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9993;
}

.jop .items .head h6 {
  color: #15253c;
}

.jop .items .head p {
  color: #15253c;
  opacity: 0.5;
}

.jop .cont h5 {
  font-size: 20px;
  color: #00a1ed;
  margin-bottom: 30px;
}

.jop .cont h6 {
  margin-bottom: 15px;
  color: #15253c;
}

.jop .cont li {
  margin: 15px 0;
  color: #15253c;
  font-size: 13px;
}

.jop .cont li i {
  font-size: 7px;
}

.jop .cont .butn {
  margin-top: 20px;
}

.jop .img {
  height: 400px;
}

.jop .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.jop .jop_header {
  padding: 50px 0 100px;
  background-image: url(../images/jop_banner.png);
  background-size: cover;
}

.jop .jop_header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.jop .jop_header .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jop .jop_header .cont .inf {
  text-align: center;
}

.jop .jop_header .cont .inf h3 {
  color: #fff;
}

.jop .jop_header .cont .inf p {
  color: #fff;
  font-size: 17px;
  opacity: 0.5;
}

.jop .jop_header .cont .icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 50%;
  color: #15253c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jop .mt_5 {
  margin-top: -50px;
}

.jop .form .form-group label {
  display: block;
  margin-bottom: 10px;
}

.jop .form .form-group .form-control {
  border-radius: 10px;
  background-color: #f9f9f9;
  border: 1px solid #9992;
}

.jop .form .form-group .form-check {
  margin-top: 15px;
}

.jop .avatar-upload {
  position: relative;
}

.jop .avatar-upload .avatar-edit {
  position: relative;
  z-index: 1;
  height: 115px;
}

.jop .avatar-upload .avatar-edit input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.jop .avatar-upload .avatar-preview {
  width: 100%;
  height: 115px;
  position: absolute;
  top: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.jop .avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.jop ul{
    padding: 0 20px;
    list-style-type: inherit;
}

.brdr_title {
  margin-bottom: 40px;
}

.brdr_title h5 {
  display: inline-block;
  padding: 20px 5px;
  position: relative;
}

.brdr_title h5::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100px;
  height: 2px;
  background-color: #00a1ed;
}

.map iframe {
  margin-bottom: -10px;
}

.new_index .new_head_slider {
  position: relative;
}

.new_index .new_head_slider.index4 .swiper-button-next, .new_index .new_head_slider.index4 .swiper-button-prev {
  bottom: 30px;
}

.new_index .new_head_slider.index4 .content {
  height: 450px;
  min-height: auto;
}

.new_index .new_head_slider.index4 .content .info h2 {
  font-size: calc(1.5vw + 15px);
}

.new_index .new_head_slider .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 650px;
  min-height: 100vh;
}

.new_index .new_head_slider .content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #15253c;
  opacity: 0.3;
}

.new_index .new_head_slider .content .back_img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_index .new_head_slider .content .info {
  position: relative;
  z-index: 10;
}

.new_index .new_head_slider .content .info h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: calc(2vw + 20px);
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.8);
          transform: translateY(20px) scale(0.8);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.new_index .new_head_slider .content .info .text {
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.new_index .new_head_slider .content .info .butn {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.new_index .new_head_slider .swiper-slide-active .content .info h2,
.new_index .new_head_slider .swiper-slide-active .content .info .text,
.new_index .new_head_slider .swiper-slide-active .content .info .butn {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.new_index .new_head_slider .swiper-button-next, .new_index .new_head_slider .swiper-button-prev {
  bottom: 15px;
  background: transparent;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
}

.new_index .new_head_slider .swiper-button-next::after, .new_index .new_head_slider .swiper-button-prev::after {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.new_index .new_charts .new_charts_slider {
  position: relative;
}

.new_index .new_charts .new_charts_slider .swiper-button-next, .new_index .new_charts .new_charts_slider .swiper-container-rtl .swiper-button-prev {
  right: -20px;
  top: calc(50% - 35px);
  bottom: auto;
}

.new_index .new_charts .new_charts_slider .swiper-button-prev, .new_index .new_charts .new_charts_slider .swiper-container-rtl .swiper-button-next {
  left: -20px;
  top: calc(50% - 35px);
  bottom: auto;
}

.new_index .new_charts .new_chart_box {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px #0001;
          box-shadow: 0 0 20px #0001;
  margin: 12px 0;
}

.new_index .new_charts .new_chart_box .img {
  height: 200px;
  border: 1px solid #9993;
  border-radius: 20px;
  background-color: #fafafa;
  display: block;
}

.new_index .new_charts .new_chart_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.new_index .new_charts .new_chart_box .info {
  padding: 20px;
}

.new_index .new_charts .new_chart_box .info h5 {
  margin-bottom: 10px;
  color: #15253c;
}

.new_index .new_charts .new_chart_box .butn {
  padding: 10px 20px;
}

.new_index .new_charts .new_chart_box .butn span {
  font-size: 12px;
  font-weight: 400;
}

.new_index .new_charts.new_adv {
  background: url(../images/sld3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}

.new_index .new_charts.new_adv::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#ffffffd0), color-stop(#fff), color-stop(#fff), color-stop(#fff), to(#ffffffd0));
  background: linear-gradient(to right, #ffffffd0, #fff, #fff, #fff, #ffffffd0);
}

.new_index .new_charts.new_adv .container {
  position: relative;
  z-index: 5;
}

.new_index .new_charts.ftr_adv {
  position: relative;
}

.new_index .new_charts.ftr_adv::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/map.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-attachment: fixed;
  opacity: 0.02;
}

.new_index .new_charts.ftr_adv .container {
  position: relative;
  z-index: 5;
}


.tab-bar-mob {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#15253C), to(#0d1726));
  background-image: linear-gradient(to right, #15253C, #0d1726);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 1rem;
  z-index: 9;
  -webkit-box-shadow: -3px -6px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: -3px -6px 15px 0 rgba(0, 0, 0, 0.2);
}

.tab-bar-mob .links .link {
  font-size: 13px;
  min-width: 85px;
  text-align: center;
  color: #ddd;
}

.tab-bar-mob .links .link .icon {
  font-size: 20px;
  display: block;
  margin: 0 auto 0px auto;
  opacity: .8;
}

.tab-bar-mob .links .link.active {
  font-weight: bold;
  color: #fff;
}

.tab-bar-mob .links .link.active .icon {
  opacity: 1;
}

/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 991px) {
    .tab-bar-mob {
        display: block !important;
    }
    footer {
        padding-bottom: 95px;
    }
    .navbar.inner_navbar .cart_link {
        display: block !important;
        position: absolute;
        top: 63px;
        left: 80px;
    }
    .navbar.inner_navbar .icon_cart {
        display: none ;
    }
  header .info h2 {
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
  }
  header::after {
    display: none;
  }
  header .img {
    height: 300px;
  }
  .section_padding {
    padding: 40px 0;
  }
  .about .info .butn {
    width: 45%;
    padding: 15px;
    margin: 0;
  }
  .about .info .tab-content .text {
    margin-bottom: 15px;
  }
  .about .img {
    margin-top: 30px;
  }
  .numbers .content .top_cont .inf h5 {
    font-size: 25px;
  }
  .numbers .content .top_cont .inf p {
    font-size: 18px;
  }
  .numbers .content .num_cont .num_item {
    padding: 30px;
    background-color: #fff2;
    margin: 10px;
  }
  .numbers .content .num_cont {
    margin: 0;
  }
  .cons_request .form .top_cont h3 {
    font-size: 25px;
  }
  footer .links {
    margin-top: 30px;
  }
  footer .title {
    margin-bottom: 10px;
  }
  footer .foot {
    text-align: center;
    line-height: 3;
  }
  footer .foot .text-end {
    text-align: center !important;
  }
  .blog_det .blog_info .socail_icons ul {
    text-align: center;
  }
  .blog_det .blog_info .socail_icons ul li {
    display: inline-block;
    margin: 15px 5px;
  }
  .blog_det .img_info,
  .blog_det .img_info .text-end {
    text-align: center !important;
  }
  .blog_det .img_info p,
  .blog_det .img_info .text-end p {
    font-size: 14px;
    margin: 8px 0;
  }
  .profile .order_tab .rev_box .img {
    width: 100%;
    margin: 0;
  }
  .profile .order_tab .rev_box .info {
    width: 100%;
    margin-top: 20px;
  }
  .navbar.inner_navbar .navbar-toggler {
    -webkit-filter: invert(0%) sepia(85%) saturate(7500%) hue-rotate(324deg) brightness(0%) contrast(113%);
            filter: invert(0%) sepia(85%) saturate(7500%) hue-rotate(324deg) brightness(0%) contrast(113%);
  }
  .blog_det .img_info .inf_list p {
    width: 100%;
  }
  .blog_det .img_info {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .simillar_proj.blog .product_box {
    margin: 15px 0;
  }
  .cart_table {
    overflow-x: auto;
  }
  .cart_table .table {
    min-width: 500px;
  }
  .grid_list {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    display: none;
  }
  .grid_list_content .product_box {
    width: 100%;
  }
  .login .login_info .logo {
    padding: 20px 0;
  }
  .jop .content .cont .butn {
    margin-bottom: 50px;
    padding: 10px 25px;
  }
  .profile .order_tab .rev_box {
    padding: 0;
  }
  .simillar_proj .product_box {
    margin: 15px 0;
  }
  .proj_det .img_card .info .l_side {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
  }
  .proj_det .img_card .info .l_side .cont {
    text-align: initial;
  }
  .proj_det .img_card .info .col-6 {
    width: 100%;
  }
  .prog_banner_slider .img .info {
    width: 70%;
    text-align: center;
  }
  .prog_banner_slider .img .info h5 {
    line-height: 1.6;
  }
  .chart_filter .form-group {
    margin: 10px 0;
  }
  .simillar_proj.blog .product_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .simillar_proj.blog .product_box .img {
    width: 100%;
  }
  .simillar_proj.blog .product_box .info {
    width: 100%;
  }
}

/* ======== */
/* ======= */
/*# sourceMappingURL=styles.css.map */

/* --------- new style ---------- */
.section_head_new {
  position: relative;
  text-align: center;
}

.section_head_new::before {
  position: absolute;
  content: "";
  left: 0;
  top: 90px;
  width: 100%;
  height: 3px;
  background-color: #15253c;
}

.section_head_new h2 {
  padding: 20px 50px 20px;
  display: inline-block;
  border: 3px solid #15253c;
  background-color: #F5F6F8;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  font-size: 25px;
}

.section_head_new .icon img {
  width: 150px;
  height: 70px;
  object-fit: contain;
  margin-bottom: -20px;
  padding: 5px 20px;
  position: relative;
  z-index: 15;
  background-color: #F5F6F8;
}

/* ------------- */
.proj_more_det .content{
  margin: 60px 0;
}

.proj_more_det .content .nav-tabs {
  background-color: #15253c;
  padding: 0;
  border: 0;
}

.proj_more_det .content .nav-tabs .nav-item .nav-link {
  padding: 25px 20px 20px;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  font-weight: bold;
  border-bottom: 5px solid transparent;
}

.proj_more_det .content .nav-tabs .nav-item .nav-link.active{
  background-color: #fff1;
  border-bottom: 5px solid #00a1ed;
}

/* -- */
.proj_more_det .content .tab-content ul li{
  display: block;
  padding-right: 120px;
  margin: 30px 0;
  position: relative;
  margin-right: 30px;
}

.proj_more_det .content .tab-content ul li .icon{
  position: absolute;
  right: -30px;
  top: -17px;
  width: 117px;
  height: 117px;
  background-color: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  color: #15253c;
  border: 10px solid #fff;
}

.proj_more_det .content .tab-content ul li .icon img{
  /* width: 30px;
  height: 30px; */
  object-fit: contain;
}
.proj_more_det .content .tab-content ul li span ul li {
    padding-right: 0;
    padding: 5px 0;
    margin: 0;
}
.proj_more_det .content .tab-content ul li span{
  display: block;
  min-height: 22px;
}

.proj_more_det .content .tab-content ul li span:nth-of-type(1){
  font-weight: bold;
  margin-bottom: 10px;
}
