﻿@import url('fontidepoo.css');

body {
    font-family: IRANSans;
}
.text-justify {
    text-align: justify;
}

.body-page {
    overflow: hidden;
    font-family: IRANSans;
    direction: rtl;
    max-height: fit-content;
    margin: 0;
    padding: 0;
    padding: 0;
}
.image-project{
    width:100%;

}
.ayegh-phoone {
    font-size: 18px;
}
.ayegh-phoone-text {
    font-size: 14px;
}
.new-a-cart-title a {
    color: #002560 !important;
    font-size: 10pt;
    font-weight: bold;
}
/**/
.dropbtn:hover {
    color: #f4c900;
}

.btn-more {
    background-color: #002560;
    color: #ffffff !important;
    padding: 10px;
    border-radius: 25px;
}
.m-btn{
    margin-top:70px !important;
}

.links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .links ul li {
        padding: 10px 0;
    }

        .links ul li a {
            color: #fff;
            font-weight: 700;
            text-decoration: none;
        }

.dropdown-content {
    display: none;
    position: absolute;
    left: unset;
    top: 100%;
    right: unset;
    bottom: unset;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    border-radius: 10px;
    padding: 10px 20px;
}

    .dropdown-content .sub-dropdown li {
        padding: 5px 0;
        min-width: 178px;
        transition: 0.5s;
    }



    .dropdown-content .sub-dropdown a {
        font-size: 14px;
        color: #666666;
        transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
        -moz-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
        -webkit-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
        -o-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
        -ms-transition: color ease-in 200ms, border ease-in 200ms, background ease-in 200ms;
    }

        .dropdown-content .sub-dropdown a:hover {
            color: #000;
            font-weight: bold;
        }

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 20;
}

.offcanvas {
    background-color: #062063;
    color: #fff;
}

.phone {
    text-decoration: none;
    background-color: #f7c601;
    font-weight: bold;
    display: inline-block;
    font-size: 24px;
    margin-left: 10px;
    padding: 10px 20px;
    border-radius: 20px;
    animation: myAnimation 3s ease infinite;
    width: 140px;
    height: 40px;
}


    .phone a {
        color: #000;
        text-decoration: none;
    }

.need {
    font-size: 14px;
    color: #737373;
}

.btn-close {
    margin-right: auto !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

.list-offcanvas ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .list-offcanvas ul li {
        padding: 10px;
    }

.list-offcanvas a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}

    .list-offcanvas a:hover {
        color: #f4c900;
    }

.sub-offcanvas a {
    color: #f4c900;
    font-size: 14px;
    background-color: #fff;
}

    .sub-offcanvas a:hover {
        color: #000;
    }


/**/
.header-bg {
    background-color: #194089;
    box-shadow: 0 5px 40px rgba(14, 42, 76, 0.2);
    height: 4rem !important;
}

.icon-absolute {
  position: fixed;
  bottom: 40px;
  left: 40px;
}

.one-box {
  background-color: #d13939;
  display: block;
  padding: 10px;
  border-radius: 100%;
  margin: 15px 0;
  text-align: center;
  color: #fff;
  box-shadow: 3px 3px 4px 0px #000;
  z-index: 999;
}

.swiper-wrapper {
  z-index: 0 !important;
}

.swiper {
  z-index: 0 !important;
}
.header-d {
    position: absolute;
    z-index: 10;
    padding-top: 10px;
}
.headerrrrrrrr2 {
    padding-top: 10px;
}
/* ######################## Header ################### */
#header-desktop-main {
    background-image: linear-gradient( 180deg, #0648b3 0%, rgba(61, 112, 196, 0.55) 49.5%, rgba(187, 205, 234, 0.274054) 87.5%, rgba(255, 255, 255, 0) 100% );
    width: 100%;
    height: 20vh;
    z-index: 100;
}
.mobile-btn{
    position:relative;
    z-index:100;
}
.navbar-desktop ul {
    list-style: none;
    margin-right: 20px;
    padding-top: 2px;
}

.navbar-desktop li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* dropdown */
/*.dropdown-content {
  display: none;
  position: absolute;
  left: unset;
  top: 100%;
  right: unset;
  bottom: unset;
  background-color: #0648b3;
  color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 10px;
  padding: 10px 20px;
}*/

/*.sub-dropdown {
  margin: 0;
  padding: 0;
}

.dropdown-content .sub-dropdown li {
  padding: 5px 0;
}

.dropdown-content .sub-dropdown a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-content .sub-dropdown a:hover {
  color: #d13939;
  font-weight: bold;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 20;
  width: 14rem !important;
}*/

.logo img {
    width: 110px;
}
/*section1*/

.section1-main {
  width: 100%;
  height: 40rem;
  overflow: hidden;
  margin-top: -10rem !important;
}
.background {
  height: 100%;
}
.background-slider {
  position: relative;
  z-index: -10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
}

.background-images {
  display: none;
}
.overlay {
  height: 100%;
  transition: background 1s ease-in-out;
}
.overlay1 {
  height: 100%;
  width: 100%;
  left: 0;
  animation: darken1 3s forwards;
}

.overlay2 {
  height: 100%;
  left: 30%;
  width: 70%;
  animation-name: darken2, showImg;
  animation-duration: 3s, 3s;
  animation-timing-function: linear, linear;
  animation-delay: 1s, 5s;
  animation-fill-mode: forwards, forwards;
}

.overlay3 {
  height: 100%;
  width: 40%;
  left: 60%;
  animation: darken3 3s forwards 3s;
  color: white;
  font-size: 24px;
}

.text-box {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: showText 1s forwards 5s;
  margin-top: 10rem;
}

.text-box button div {
  background-color: #0648b3;
  border-radius: 50%;
}
.text-box button {
  font-size: 9pt;
  border: 0;
  width: 40%;
}
.text-box .btns {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  animation: showText 1s forwards 8s;
}

@keyframes darken1 {
  to {
    background: rgba(0, 0, 0, 0.397);
  }
}

@keyframes darken2 {
  to {
    background: rgba(0, 0, 0, 0.192);
  }
}

@keyframes darken3 {
  to {
    background: rgba(0, 0, 0, 0.5);
  }
}

@keyframes showText {
  to {
    opacity: 1;
  }
}

@keyframes showImg {
  to {
    left: 0;
    width: 100%;
  }
}

.imgs-box {
  position: relative;
  width: 10% !important; /* Adjust width as needed */
  height: 100%; /* Adjust height as needed */
  overflow: hidden;
}
.imgs-box .img-box {
  position: absolute;
  width: 100% !important;
  top: -10rem;
  animation: moveUp 20s linear infinite;
}

.imgs-box .img-box:nth-child(1) {
  animation-delay: 6s;
}

.imgs-box .img-box:nth-child(2) {
  animation-delay: 8.5s;
}

.imgs-box .img-box:nth-child(3) {
  animation-delay: 11s;
}

.imgs-box .img-box:nth-child(4) {
  animation-delay: 13.5s;
}

@keyframes moveUp {
  0% {
    top: 100%;
  }
  25% {
    top: 50%;
  }
  50% {
    top: 0%;
  }
  75% {
    top: -50%;
  }
  100% {
    top: -100%;
  }
}
.introduction {
  width: 20rem;
  height: 2.5rem; /* Starting height */
  background-color: #002560;
  color: #fff;
  overflow: hidden;
  animation: introduction 3s linear 5s forwards; /* Delay added directly in animation shorthand */
  border-radius: 13px 0 0 13px;
}
.introduction p {
  font-size: 10pt;
}

@keyframes introduction {
  from {
    height: 2.5rem;
  }
  to {
    height: 10rem;
  }
}
.imgs-box .img-box {
  transform: rotate(-90deg);
}
.imgs-box .img-box img {
  border-radius: 10px;
}

/*  */
.services {
  background-color: #d13939;
  color: #fff;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  box-shadow: -3px -3px 4px 0px #00000040;
}

.submit {
  background-color: #fff;
  color: #0648b3;
  border: none;
  border-radius: 15px;
  padding: 10px 20px;
  margin: 0 10px;
  box-shadow: -3px -3px 4px 0px #00000040;
}

/* ########### mobile ######## */
.offcanvas {
  background-color: #0648b3;
  color: #fff;
}

.btn-close {
  margin-right: auto !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
}

.list-offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-offcanvas ul li {
  padding: 10px;
  border-bottom: 1px solid #ffffff2b;
  margin-top: 2px;
}

.list-offcanvas a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

.list-offcanvas a:hover {
  color: #d13939;
}

.sub-offcanvas a {
  color: #d13939;
  font-size: 14px;
  background-color: #fff;
}

/* ######################### services ######################## */
.head-text {
  color: #0648b3;
  font-weight: bold;
}
.card-item {
  height: 20rem;
}
.title-service {
  background-color: #d13939;
  color: #fff;
  border-radius: 40px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 4px 0px #00000054 inset;
}

.title-service p {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040, -3px -3px 4px 0px #00000040;
}

.item-service {
  transition: all 3s ease;
  background-color: #fff;
}

.item-services {
  height: 20rem;
}

.item-service a,
.item-services a {
  text-decoration: none;
  font-size: 14px;
  color: #0648b3;
}

.item-service:hover,
.item-services:hover {
  background: linear-gradient(
    180deg,
    rgba(6, 72, 179, 0.35) 0%,
    rgba(6, 72, 179, 0) 100%
  );
}

.item-service h6,
.item-services h6 {
  font-size: 18px;
}

.item-service p,
.item-services p {
  color: #49699d;
}

.see-more a {
  text-decoration: none;
  font-size: 13px;
}

.carousel-indicators {
  bottom: -60px !important;
}

.carousel-control-prev {
  left: 0 !important;
}

.carousel-control-next {
  left: -40px !important;
}

/* ################################### Types of insulation ######################## */
.title-typeof {
  background-color: #d13939;
  color: #fff;
  border-radius: 40px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 4px 0px #00000054 inset;
}

.title-typeof p {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040, -3px -3px 4px 0px #00000040;
}

.height-tab {
  height: 12rem;
}

.sec-content {
  margin-bottom: 2rem;
  position: relative;
}

/* rotate */
.wrapper {
  width: 6rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.circle {
  position: absolute;
  right: 10%;
  top: 5%;
  width: 10rem;
  aspect-ratio: 1;
  border: 0.2rem solid #002560;
  border-radius: 50%;
  transform-style: preserve-3d;
  animation: circle1Anim 4s -1s infinite linear;
}

@keyframes circle1Anim {
  100% {
    transform: rotateY(0deg) rotateX(0deg) rotateZ(360deg);
  }
}

.ball {
  width: 1.5rem;
  aspect-ratio: 1;
  background-image: radial-gradient(rgb(135, 214, 240), 70%, rgb(44, 44, 167));
  border-radius: 50%;
  position: absolute;
  top: -0.8rem;
  left: calc(50% - 1.5rem);
}

@keyframes ballAnim {
  0% {
    transform: rotateY(-90deg);
  }
  100% {
    transform: rotateY(-90deg) rotateX(-360deg);
  }
}

.center-img {
  position: absolute;
  top: 8.5%;
  right: 12.5%;
  width: 8rem;
}

.center-img img {
  border-radius: 100%;
}

/* end of rotate */

.tab-content {
  padding-top: 8rem;
}

.sec-content h6 {
  color: #0648b3;
  font-weight: bold;
}

.sec-content p {
  font-size: 14px;
  color: #0648b380;
}

.nav-pills {
  border-radius: 20px;
}

.nav-link {
  border-radius: 20px !important;
  color: #0648b3 !important;
  font-weight: bold !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: linear-gradient(
    180deg,
    rgba(6, 72, 179, 0.35) 0%,
    rgba(6, 72, 179, 0) 100%
  ) !important;
  color: #0648b3 !important;
}

.nav-item {
  width: 700px;
  font-size: 14px;
  margin: 10px 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 20px;
  text-align: right !important;
}

.nav-link:hover {
  background: linear-gradient(
    180deg,
    rgba(6, 72, 179, 0.35) 0%,
    rgba(6, 72, 179, 0) 100%
  );
}

.slide-typeof {
  height: 20rem;
}

.slide-typeof a {
  text-decoration: none;
  font-size: 14px;
  color: #0648b3;
}

.slide-typeof:hover {
  background: linear-gradient(
    180deg,
    rgba(6, 72, 179, 0.35) 0%,
    rgba(6, 72, 179, 0) 100%
  );
}

.slide-typeof h6 {
  font-size: 18px;
}

.slide-typeof p {
  color: #49699d;
}

/* ############################## project ####################### */
.title-projects {
  background-color: #d13939;
  color: #fff;
  border-radius: 40px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 4px 0px #00000054 inset;
}

.title-projects p {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040, -3px -3px 4px 0px #00000040;
}

.slider-project {
  background: #0648b31c;
}

.gallery-project {
  display: flex;
  direction: ltr;
}
.home-pro-img-box{
    width:100%;
    height:20rem;
}
    .home-pro-img-box img {
        height: 20rem;
    }
    .owl-carousel .item .home-pro-img-box img {
        width: 100% !important;
        height: 100% !important;
    }
.owl-carousel .item {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  /*  height: 70vh;*/
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: flex 0.7s ease-in;
}

    .owl-carousel .item h3 {
        font-size: 13px;
        background-color: #fff;
        color: #0648b3;
        padding: 15px;
        border-radius: 15px;
        margin: 0;
    }

.panel.active {
  flex: 5;
}

.panel.active h3 {
  opacity: 1;
  left: 90px;
  transition: opacity 0.3s ease-in 0.4s;
}

/* ########################### Our skills ############### */
.main-sec {
  position: relative;
}

.title-skill {
  background-color: #d13939;
  color: #fff;
  border-radius: 40px;
  width: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 4px 0px #00000054 inset;
}

.title-skill p {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040, -3px -3px 4px 0px #00000040;
}

.top-caption {
  color: #837f7f;
  font-size: 14px;
}

.skill-us {
  color: #0648b3;
}

.paint {
  color: #0648b3;
}

.paint-img {
  width: 50px;
}

.paint p {
  font-size: 14px;
  color: #04388cb2;
}

.magic {
  color: #0648b3;
}

.magic-img {
  width: 50px;
}

.magic p {
  font-size: 14px;
  color: #04388cb2;
}

.abso-sec {
  background-color: #fff;
  width: 50%;
  position: absolute;
  bottom: -40px;
  right: 25%;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  font-size: 14px;
  color: #0648b3;
  text-align: center;
  padding: 10px;
}

.sub-abso {
  border-left: 2px solid #0648b3;
}

.abso-mobile {
  background-color: #fff;
  width: 70%;
  position: absolute;
  bottom: 10%;
  right: 25%;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 15px;
  font-size: 12px;
  color: #0648b3;
  text-align: center;
  padding: 15px;
  font-weight: bold;
}

.sub-absomobile {
  border-bottom: 2px solid #0648b3;
  padding: 7px;
}

.sub-2abso {
  padding: 7px;
}

/* ################### Comments ####################### */
.title-comment {
  background-color: #d13939;
  color: #fff;
  border-radius: 40px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 4px 0px #00000054 inset;
}

.title-comment p {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040, -3px -3px 4px 0px #00000040;
}

.card-comment {
  color: #0648b3;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 60px 10px 0 10px;
  height:100%;
  background-color: #fff;
}

.card-comment p {
  font-size: 12px;
}

.date-comment {
  font-size: 9px;
}

.profile-img {
    position: absolute;
    overflow:hidden;
    top: -80px;
    right: 30%;
    background-color: #eee;
    width: 8rem !important;
    height: 8rem !important;
    border-radius: 50%;
}

.slider-comment {
  background: #0648b31c;
  height: fit-content;
}

.comment-wrapper {
  padding: 7rem 0 5rem 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #0648b3 !important;
  color: #fff !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 100% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
}

/* ############################### customers ############ */
.title-customer {
  background-color: #d13939;
  color: #fff;
  border-radius: 40px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 4px 4px 4px 0px #00000054 inset;
}

.title-customer p {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0;
  box-shadow: 0px 4px 4px 0px #00000040, -3px -3px 4px 0px #00000040;
}

.info-customer {
  color: #0648b3;
  padding-right: 2rem;
}

.customer-slider {
  box-shadow: 1px 1px 4px 0px #00000040;
  border-radius: 20px;
  width: 100%;
  padding: 0 10px;
  z-index: 10;
}

.customer-circle {
  position: relative;
}

.imgs-customer {
  position: absolute;
  top: -5%;
  right: 5%;
}

.animate-vibrate {
  animation: vibrate 2.5s linear infinite both;
}

.phone-animate {
  animation: myAnimation 3s ease infinite;
}

@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes myAnimation {
  50% {
    transform: scale(1.3);
    color: #f1fffa;
  }
}

.bg-custommer {
  width: 100%;
}

/* ############################## Footer ###################### */
#footer {
  background-color: #0648b3;
  color: #fff;
  line-height: 2;
}

.sec-footer {
  border-left: 2px solid #fff;
}

.social-icon {
  text-decoration: none;
  color: #fff;
}

.social-icon:hover {
  color: #d13939;
}

.logo-footer {
    width: 110px;
}
.sec-footer p {
  line-height: 3;
}

/* ############# RWD ################ */
@media screen and (min-width: 950px) and (max-width: 1200px) {
  .abso-sec {
    width: 70%;
    bottom: -80px;
  }
  #skills {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 1010px) {
  .height-tab {
    height: 18rem;
  }

    .logo-footer {
        width: 110px;
    }

  .center-img {
    position: absolute;
    top: 8%;
    right: 13.5%;
    width: 8rem;
  }

  .bg-custommer {
    width: 80%;
  }

  .customer-circle {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .services {
    margin-top: 4rem;
  }
  .height-tab {
    height: 16rem;
  }

  .logo-footer {
    width: 50%;
  }

  .customer-circle {
    margin-bottom: 1rem;
  }

  .bg-custommer {
    width: 80%;
  }

  .sec-footer {
    border-bottom: 2px solid #fff;
    border-left: none;
  }
}

@media screen and (max-width: 750px) {
  .sec-footer {
    border-bottom: 2px solid #fff;
    border-left: none;
  }
  .customer-circle {
    margin-bottom: 1rem;
  }

  .bg-custommer {
    width: 80%;
  }

  .logo-footer {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .head-text {
    line-height: 2;
    font-size: 24px;
  }

  .profile-img {
    right: 30%;
  }

  .title-footer {
    font-size: 24px;
  }

  .logo-footer {
    width: 100%;
  }

  .sec-footer {
    border-bottom: 2px solid #fff;
    border-left: none;
  }

  .title-footer {
    font-size: 20px;
  }

  .info-row {
    font-size: 16px;
    line-height: 2;
  }

  .customer-circle {
    margin-bottom: 1rem;
  }

  .bg-custommer {
    width: 80%;
  }
}

@media screen and (max-width: 430px) {
  .head-text {
    line-height: 2;
    font-size: 24px;
  }

  .logo-mobile img {
    width: 70px;
  }

  .head-text {
    line-height: 2;
  }

  .main-sec img {
    display: none;
  }

  .profile-img {
    right: 25%;
  }

  .title-footer {
    font-size: 18px;
  }

  .logo-footer {
    width: 100%;
  }

  .sec-footer {
    border-bottom: 2px solid #fff;
    border-left: none;
  }

  .info-row {
    font-size: 14px;
    line-height: 2;
  }

  .customer-circle {
    margin: 1rem 0;
  }

  .bg-custommer {
    width: 80%;
  }
}
.call-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    width: fit-content;
    height: 60px;
    border-radius: 60px;
    background-color: #2dc100;
    border: none;
    outline: none;
    cursor: pointer;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    z-index: 999;
  /*  background-image: url(../images/call-icon.png);*/
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5px 20px;
    box-sizing: border-box;
    animation: pulse 2s infinite;
    font-weight: 900;
    font-size: 1.2em;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0.4);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(51, 51, 51, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

/*############################other pages##########################################*/
.home-header {
    overflow: hidden;
    width: 100%;
    height: 23rem;
    background-image: linear-gradient( to bottom, #0648b3, rgba(6, 72, 179, 0.22), rgb(255, 255, 255) );
}
.inner-header {
    overflow: hidden;
    width: 100%;
    height: 18rem;
    background-image: linear-gradient( to bottom, #0648b3, rgba(6, 72, 179, 0.50), rgb(255, 255, 255) );
}
li a {
  color: #fff !important;
}
header .cover {
  width: 100%;
  height: 100%;
  background: url("../img/mo-bg12\ 3\ \(1\)\ \(1\).png") no-repeat;
}

/*navigation*/
.header-bg {
  background-color: #194089;
  box-shadow: 0 5px 40px rgba(14, 42, 76, 0.2);
}

/* ######################## Header ################### */
#header-desktop {
  background-image: linear-gradient(
    180deg,
    #0648b3 0%,
    rgba(61, 112, 196, 0.55) 49.5%,
    rgba(187, 205, 234, 0.274054) 87.5%,
    rgba(255, 255, 255, 0) 100%
  );
  width: 100%;
  height: 100vh;
}

/*.navbar-desktop ul {
  list-style: none;
  margin-right: 20px;
  padding-top: 20px;
}*/

.navbar-desktop li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/* dropdown */
.dropdown-content {
  display: none;
  position: absolute;
  left: unset;
  top: 100%;
  right: unset;
  bottom: unset;
  background-color: #0648b3;
  color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 10px;
  padding: 10px 20px;
}

.sub-dropdown {
  margin: 0;
  padding: 0;
}

.dropdown-content .sub-dropdown li {
  padding: 5px 0;
}

.dropdown-content .sub-dropdown a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-content .sub-dropdown a:hover {
  color: #d13939;
  font-weight: bold;
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index: 20;
}

.logo-main img {
    width: 47%;
}

/* ########### mobile ######## */
.offcanvas {
  background-color: #0648b3;
  color: #fff;
}

.btn-close {
  margin-right: auto !important;
  margin-top: 10px !important;
  margin-left: 10px !important;
  cursor: pointer !important;
}

.list-offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-offcanvas ul li {
  padding: 10px;
  border-bottom: 1px solid #ffffff2b;
  margin-top: 2px;
}

.list-offcanvas a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
}

.list-offcanvas a:hover {
  color: #d13939;
}

.sub-offcanvas a {
  color: #d13939;
  font-size: 14px;
  background-color: #fff;
}
a.logo-mobile img {
  width: 3rem;
}
a {
  color: #fff;
  text-decoration: none;
}
.active {
  border-bottom: 1.5px solid #fff;
}

/*section1*/
h1 {
  margin-block-start: -13rem;
  margin-block-end: 7rem;
  margin-bottom: 13rem;
}
.section1 {
  margin: auto;
  width: 100%;
  height: fit-content !important;
}
.sec1-top {
  width: 30%;
  margin: auto;
}
.sec1-top #sec1-bg {
  left: 6rem;
  width: 6rem;
  top: 3rem;
}
.section1 #animation-img {
  left: 9rem;
  width: 6rem;
  top: -3rem;
  animation: img-rotate 10s infinite ease-in-out;
}
@keyframes img-rotate {
  0%,
  100% {
    rotate: 90deg;
  }
  25% {
    rotate: 180deg;
  }
  50% {
    rotate: 270deg;
  }
  75% {
    rotate: 360deg;
  }
}
.sec1-exp p {
  width: 25rem;
}
.cards {
  width: 90%;
}

.cards h4 {
  margin-top: 1rem;
  font-size: 10pt;
}
 
/*section2*/
.section2 {
  width: 100%;
}
img#ellipse {
  width: 12rem;
  right: -9rem;
  z-index: 0;
  top: -4rem;
  animation: img-rotate 10s infinite ease-in-out;
}
img.line {
  width: 5.5rem;
  top: 2rem;
}
.sec2-img img {
  width: 13rem;
  border-radius: 8px;
}
img#sec2-im2 {
  margin: 0 -2rem -14rem 0;
}
#sec2-shape {
  width: 15rem;
  margin: -5rem 0 0 0;
}
.sec2-exp {
  text-align: justify;
  width: 38rem;
  line-height: 2.5;
  margin-block-start: 5rem;
  margin-inline-end: 13rem;
}
.sec2-exp p {
  width: 44rem;
}
/*section3*/
.section3 {
  width: 100%;
  height:20rem;
  overflow: hidden;
  padding-top: 2rem;
  text-align: justify;
}
.sec3-img {
  background-color: #7470707f;
  height: 16rem;
  border-radius: 0 14px 14px 0;
  margin: -2rem -2rem 0 0;
  width: 38rem;
}
#sec3-shape {
  width: 10rem;
  margin-block-end: -2rem;
  margin-inline-start: 6rem;
}
.sec3-img img {
  width: 60%;
}
.sec3-exp {
  border-radius: 14px;
  background-color: #0355a282;
  width: 51rem;
  padding-left: 5rem !important;
  overflow: hidden;
}
#rec {
  animation: img-rotate 10s infinite ease-in-out;
}
#sec3-dots {
  width: 5rem;
  margin: -2rem 33rem 0 0;
}
/*section4*/
.section4 {
  width: 90%;
  margin: auto;
  background-color: #eee;
  border-radius: 10px;
}
.sec4-exp {
  line-height: 3;
  text-align: justify;
}

@media screen and (max-width: 480px) {
  .card {
    width: 8rem;
    height: 11rem;
  }
  .sec1-exp p {
    width: auto;
  }
    .card img {
        width: 18rem;
        padding-top: 0.5em;
    }
  .sec1-top {
    width: 75%;
  }
  .sec3-exp {
    width: 27rem;
    margin: auto;
  }
  .sec3-img {
    width: 29rem;
    margin: auto;
    border-radius: 14px;
    margin-top: 1rem;
  }
  .sec2-exp {
    text-align: justify;
    width: 25rem;
    line-height: 1.5;
    margin: auto;
    margin-block-start: 0;
    margin-inline-end: 3rem;
  }
    .sec2-exp p {
        width: 90%;
        margin: auto;
    }
  .callus-cart {
/*    width: 19rem !important;*/
    min-height: 16rem !important;
    margin: auto;
  }
    .services-img {
        width:100% !important;
    }
}
/* Introduction*/
.part1 {
  overflow: hidden;
  margin: auto;
  width: 90%;
}
.img-part1 img {
  width: 30rem;
}
.img-animation {
  width: 1rem;
  height: 1rem;
  margin-block-start: 2rem;
  margin-inline-start: 1rem;
  animation: img-rotate 5s infinite ease-in-out;
}
img.back-animation {
  width: 6rem;
  margin-inline-start: 7rem;
  margin-block-end: -3rem;
  animation: img-rotate 10s infinite ease-in-out;
}
.item img {
  width: 2rem;
  height: 1.5rem;
}
.intro-list {
  width: 90%;
}
/*part2*/
img.part2-img {
  width: 19rem;
}
.part2 {
  width: 80%;
}
.part2-call a {
  color: #022458;
}
.part2-exp {
  background-color: #fff;
  width: 30rem;
  text-align: justify;
  font-size: 10pt;
  height: 13rem;
  box-shadow: 0px 0px 5px #02020282;
  font-weight: bold;
  padding: 1rem;
  border-radius: 8px;
  margin: 27px -65px 0 0;
}
.part2-exp p {
  line-height: 1.5rem;
}
.part2-call {
  font-size: 15pt;
}
@media screen and (max-width: 480px) {
  .part1 {
    width: 80%;
  }
  .part2-exp {
    width: 95%;
    height: 14rem;
    margin: auto;
    margin-top: 10px;
  }
  .part2-call {
    font-size: 10pt;
  }
}

/*gallery*/
.gallery1 {
  width: 80%;
}
.gallery1-part1 {
  height: 37rem;
  overflow: hidden;
}
.gallery1-part2 {
  overflow: hidden;
}
.part2-image-box img {
  width: 47%;
  height: 16rem;
}
.tow-img-box {
  width: 100%;
  height: 17rem;
  border-radius: 10px;
}
.tow-img-box.num1 {
  background: url("../img/image\ 20.png") center center no-repeat;
}
.tow-img-box.num2 {
  background: url("../img/image\ 21.png") center center no-repeat;
}
.tow-img-box span,
.single-img-box span {
  top: 6rem;
  left: 1rem;
  background-color: #ffffffd7;
  font-weight: bold;
  color: #022458;
  padding: 1rem;
  width: 88%;
  text-align: center;
  border-radius: 12px;
  display: none;
}
.tow-img-box.num3 span,
.tow-img-box.num4 span,
.single-img-box.num3 span {
  top: 8rem !important;
}
.tow-img-box:hover span {
  transition: 1s ease-in-out;
  display: block;
}
.tow-img-box:hover,
.single-img-box:hover {
  cursor: pointer;
}
.single-img-box.num1 {
    background: url("../img/848b6dfc7053d04313bbb2bed0dbe032.jpg") center center no-repeat;
    width: 100%;
    height: 35rem;
    border-radius: 10px;
}
.single-img-box.num2 {
  border-radius: 10px !important;
  background: url("../img/image\ 25.png") center center no-repeat;
  height: 20rem;
  width: 99%;
}
.tow-img-box.num3 {
  background: url("../img/image\ 26.png") center center no-repeat;
  height: 14rem;
  border-radius: 10px;
}
.tow-img-box.num4 {
  background: url("../img/image\ 27.png") center center no-repeat;
  height: 14rem;
  border-radius: 10px;
}
.single-img-box.num3 {
  border-radius: 10px;
  background: url("../img/image\ 25.png") center center no-repeat;
  height: 14rem;
  width: 97%;
}
.single-img-box:hover span {
  transition: 1s ease-in-out;
  display: block;
}
.btn-box {
  width: 7rem;
  height: 3rem;
}
.seemore,
.buy-btn {
  width: 7rem;
  height: 3rem;
  background-color: #022458;
  color: #fff;
  border-radius: 10px;
  border: none;
}
@media screen and (max-width: 480px) {
  .tow-img {
    width: 11rem;
  }
  .gallery1-part1 {
    height: 29rem !important;
  }
  .part2-image-box img {
    height: 10rem;
    margin-bottom: 1rem;
  }
  .single-img-box.num1 {
    height: 28rem;
  }
  .tow-img-box {
    height: 13.5rem;
    border-radius: 10px;
  }
  .single-img-box.num3 {
    width: 100%;
  }
  .tow-img-box span,
  .single-img-box span {
    display: block;
  }
}

/*resume*/
.card-resume,
.card-news,
.card-shop{
    width: 22rem;
    height: 17rem;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #02020245;
    line-height: 2;
    margin-top: 80px !important;

}
.card-article {

    border-radius: 8px;
    box-shadow: 0px 0px 5px #02020245;
    line-height: 2;
 
}
    
.card-resume h3,
.card-news h3,
.card-shop h3,
.card-article h3 {
    line-height:25px;
  font-size: 16pt;
}
.card-resume a {
  color: #002560;
  font-weight: bold;
}
.card-resume .card-img,
.card-news .card-img,
.card-shop .card-img {
  width: 16rem;
  display: flex;
  border-radius: 8px;
 
  margin: auto;
  margin-top: -5rem;
}

.card-article .date {
  color: #949393;
  font-size: 10pt;
}
.card-article a {
  color: #002560;
  font-weight: bold;
}
.card-resume .card-img img,
.card-news .card-img img,
.card-shop .card-img img {
  width: 14rem;
  border-radius: 8px;
  margin: auto;
}

@media screen and (max-width: 480px) {
  .card-resume,
  .card-news {
    height: 25rem;
  }
  .card-shop {
    height: 23rem;
  }
}

/*news*/
.calander i {
  font-size: 15pt;
}
.card-news a,
.card-shop a {
  color: #022458;
  font-weight: bold;
}
/*insulationOfPipelines*/
.iop-section1 {
  height: 21rem;
}
.img-box {
  width: 61rem;
}
.img-box img {
  width: 100%;
}
.heading {
  background-color: #fff;
  width: 28rem;
  height: 8rem;
  top: 12rem;
  left: 7rem;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #02020282;
}
.container.iop-section2 {
  padding: 1rem;
  border-radius: 14px;
  /* box-shadow: 0px 0px 5px #02020282; */
  text-align: justify;
  line-height: 2;
}
.text1 {
  width: 90%;
  background-color: #002560;
  color: #fff;
}
.text2 {
  width: 90%;
}
.text2 .box {
  width: 70%;
  border: 1px solid #002560;
  color: #002560;
}
.circle {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 5px solid #d1393936;
  margin-left: -1rem;
}
@media screen and (max-width: 480px) {
  .img-box {
    width: 90%;
    margin: auto;
  }
  .heading {
    width: 21rem;
    height: 5rem;
    top: 6rem;
    left: 4rem;
  }
  .container.iop-section2 {
    margin-top: 0;
    width:100%;
  }
    .text2 .box{
        width:100%
    }
}

/*call with us*/
input:focus-visible {
  outline: none;
}
form {
    background-color: #a8a8a817;
    width: 100%;
    padding: 1rem;
    border-radius: 8px;
    color: #022458;
    font-weight: bold;
    box-shadow: 0px 0px 5px #02020245;
}
form .content {
  width: 90%;
}
form .content label{
    width:20%;
}
    form .content input {
        border: 0;
        width: 40%;
        border-radius: 8px;
        height: 2rem;
        padding: 1rem;
    }
.callus-cart a {
  color: #022458;
}
.explain{
    text-align:center;
    font-size:16px;
    line-height:30px;
}
.callus-cart {
    background-color: #eee;
    /*  width: 15rem;*/
    min-height: 16rem !important;
    border-radius: 7px;
    font-size: 14px;
    box-shadow: 0px 0px 5px #02020245;
}
    .callus-cart:hover {
        trasition:0.2s ease-in-out;
        background-image: linear-gradient(to bottom, #0648b336, #0648b300);
    }
.callus-cart .explain div {
  height: 1.5rem;
}

/*form label {
  width: 6rem;
}
*/
/*form input {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 2px 4px #9a999947;
  text-indent: 10px;
  height: 2rem;
  width: 90%;
  margin-top: 1rem;
}
*/
.btn-div {
  margin: auto;
  width: 7rem;
  height: 2rem;
}
form button {
  background-color: #fff;
  box-shadow: 0px 2px 4px #9a999947;
  border-radius: 12px;
  width: 7rem;
  height: 2rem;
  border: none;
}
form button:hover {
  transition: ease-in-out;
  color: #fff;
  background-color: #022458;
}
input .invalid {
  border: 1px solid red;
  background-color: #d139398d;
}
form textarea {
  text-indent: 10px;
  width: 96%;
  height: 11rem;
  border-radius: 12px;
  border: none;
  box-shadow: 0px 2px 4px #9a999947;
}
form textarea:focus-visible {
  outline: none;
}
.cart-topic {
  text-align: center;
}
.cart-topic {
    padding: 15px;
    background: #ffffff;
    border-radius: 60px;
    margin-bottom: 20px;
}
    .callus-cart span {
        text-align: justify;
        font-weight: bold;
        color: #022f72;
    }
.callus-cart a{
    width:fit-content;
}
.callus-cart:hover a {
    transition:0.5s ease-in-out;
    color: #0f54bb;
}
.callus-cart:hover svg {
    transition: 0.5s ease-in-out;
    color: #022f72;
}
.box-call-circle {
  background: linear-gradient(to bottom, #d13939, #d1393900 100%);
  width: 5.5rem;
  height: 5.5rem;
  margin-left: -2rem;
  margin-top: -1rem;
  border-radius: 50%;
  padding: 10px;
  animation: img-rotate 5s infinite ease-in-out;
  z-index: -1;
}

.call-circle {
  background: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1000px;
}

@media screen and (max-width: 480px) {
  form {
    width: 90%;
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .sec-footer {
    border-left: none;
  }
  .line {
    width: 60%;
    height: 0.1rem;
    background-color: #fff;
    margin: auto;
  }
  .gallery-1 {
    height: 8rem;
  }
  .videoItem {
    width: 90% !important;
  }
  .artic-img {
    height: 18rem !important;
  }
  .call-button {
    height: fit-content;
    font-size: 9pt;
    display: flex;
    color: #fff;
    font-weight: bold;
  }
  form .content label{
      width:40%;
  }
  form .content input{
      width:60%;
           
  }
}

/* product */
.detail-product,
.product-explain,
.other-product {
  background-color: #fff;
  box-shadow: 0px 1px 4px 1px #eee;
}
.min-img img {
  width: 20%;
}
.min-img {
  background-color: #eee;
}
.detail-images {
  border: 1px solid #eee;
}
.buy-btn {
  width: 10rem !important;
}
.price {
  color: #002560;
}
.owl-carousel .item img {
  height: fit-content !important;
}
.owl-carousel .item {
    border: 1px solid #eee;
  /*  height: 24rem;*/
}
/*.home-pro .primary {
    max-width: 150px !important;
    background-color: #194089;
}*/
/* news detail*/
.news-explain,
.new-news-box {
    background-color: #fff;
    border: 1px solid #eee;
}
.new-news-box span {
  color: #002560;
}
.new-news-box .date,
.news-date {
  color: #9a9999a7;
  font-size: 10pt;
}
.blue-line {
  width: 100%;
  height: 5px;
  background-color: #002560;
}
.gray-line {
  width: 100%;
  height: 1px;
  background-color: #eee;
}
.gallery-1 {
  height: 15rem;
  overflow: hidden;
}
.gallery-1 img:hover {
  transition: 0.5s ease-in-out;
  width: 110% !important;
}
.other-img-carousel .carousel-item {
  height: 20rem !important;
}
.other-img-carousel img {
  height: 100%;
}
.carousel-survay .carousel-item {
    height: 18rem !important;
}
/* video page */
.videoItem {
    width: 30%;
    background-color: #fff;
    box-shadow: 0px 0px 4px 3px #eee;
}
select:focus-visible {
  outline: none;
}
.videoItem a {
  color: #002560 !important;
  font-weight: bold;
}
.writer {
    background-color: #0648b3;
    color: #fff;
    padding: 5px 17px;
    border-radius: 50px !important;
}
.videoItem .date {
  color: #9a9999a7;
  font-size: 10pt;
}
select {
  background-color: #3d4c9d;
  color: #fff;
  padding: 10px;
  border: 0;
  border-radius: 10px;
}
.videoTime {
  color: #fff;
  bottom: 0;
  left: 10px;
}
.videoItem:hover .videoTime,
.videoIcon {
  display: block !important;
}
.pagination a {
  color: #002560 !important;
}
.pagination button {
  border: 0;
}
.owl-carousel .item img {
    object-fit: cover;
}
/* videoPage */
.videoPage .date,
.moreVideoBox .date {
  color: #9a9999a7;
  font-size: 10pt;
}
.videoPage,
.moreVideo {
  box-shadow: 0px 0px 4px 3px #eee;
}
.blue-text {
  color: #002560;
  font-weight: bold;
}
.moreVideo {
  height: fit-content;
}
/* article */
.artic-img {
  height: 30rem;
}
.artic-img img {
  height: 100%;
}
h2 {
  font-size: 17pt;
}
.social-media-cart,
.article-text,
.survey-show,
.latest-article-cart,
.explains-pro,
.detail-pro {
  box-shadow: 0px 0px 4px 3px #eee;
}
.like button {
  background-color: transparent;
}
.like button:hover svg {
  color: #114496;
}
.time span {
  color: #fff;
  font-size: 10pt;
  font-weight: 100;
}
form#commentform {
    width: 100%;
}
.new-a-cart img {
  width: 30%;
}
.art-mobile .carousel-item {
    background-color: #0b51c2;
}
    .art-mobile .carousel-item a{
        color:#fff !important;
    }
    /* project */
    .line-d {
        height: 1px;
        width: 40%;
        border: 0;
        border-top: 2px solid #929191;
        border-style: dashed;
    }
.explain-pro h2 {
  font-size: 11pt;
}
.explains-pro {
  height: fit-content;
}
.sec3-img-img1{
    height:75%;
    border-radius:20px 0 0 20px;
}
.callh2 {
    font-size: 15pt;
    font-weight: bold;
}
.what a {
    color:green;
}
.eita a{
    color:orange;
}
.tel a {
    color: #002fff;
}
.inst a {
    color: #ff00aa;
}
.dsdd h1 {
    color: #1d59ba;
    text-align: center;
    font-size:1.2em
}
.fixed-top .logo-main img {
    width: 40%;
}
#headerrr2.fixed-top .navbar-desktop ul{
    padding-top:10px;
}



/*Landing Style*/

.titr {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.st-first {
    border-radius: 25px;
    border-style: double;
    border-width: 5px 5px;
    border-color: #0648b3;
    padding: 10px;
}

.i-varagh {
    border-top: 2px solid #0648b3;
    border-right: 2px solid #0648b3;
}

.b-varagh {
    border-bottom: 2px solid #0648b3;
    border-left: 2px solid #0648b3;
}

.w-varagh {
    width: 100%;
}

.p-varagh {
    text-align: justify;
    line-height: 30px;
    padding-left: 15px;
}

.p-b-varagh {
    font-size: 20px;
    text-align: center;
}

.blue-box {
    background-color: #0648b3;
    border-radius: 25px;
    padding: 20px;
}

.pa2-1 {
    text-align: justify;
    color: white;
}

.tbox1 {
    background-color: white;
    margin-left: 3px;
    margin-right: 11px;
    border-radius: 25px;
    width: 350px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
}

.h-ayegh {
    color: #ffffff;
}

.bgback {
    background: url('../img/group 2.png');
    color: white;
    border-radius: 25px;
    padding: 30px !important;
    text-align: justify;
}

.endbox {
    border: 2px solid #0648b3;
    border-radius: 25px;
    padding-top: 5px;
}

.characterimg {
    width: 300px !important;
    height: 250px !important;
}

.endtext {
    padding-top: 90px;
    font-size: 21px;
    margin-left: 20px !important;
    text-align: justify;
}

.endp {
    color: #0648b3;
}

/* responsive */
@media screen and (max-width: 480px) {
    .characterimg {
        margin-right: 60px !important;
        padding-top: 10px;
    }

    .endtext {
        padding-top: 10px;
        margin-right: 10px;
    }

    .endp {
        margin-right: 10px;
    }

    .tbox1 {
        width: 407px !important;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }

    .p-varagh {
        padding: 10px;
    }

    .b-varagh {
        border: 2px solid #0648b3;
    }
}

@media screen and (max-width: 768px) {
    .tbox1 {
        width: 655px !important;
        margin-bottom: 10px;
    }

    .w-varagh {
        display: none;
    }

    .p-varagh {
        padding: 10px;
    }

    .b-varagh {
        border: 2px solid #0648b3;
    }
}

/* ??? ???? */


/* ????????? */
.des-title {
    font-size: 25px;
    font-weight: 600;
    text-shadow: 2px 8px 13px #9b9b9b;
}

.m-title {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.t-carrier {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
}

.bg-carrier {
    background-color: #284869;
    color: #ffffff;
    height: 180px;
    padding: 10px;
    margin-bottom: 10px;
}

.tips:hover {
    box-shadow: 0px 0px 20px -6px #000000;
    border-radius: 25px;
    opacity: 0.8;
    animation: fadeIn 1s forwards;
    transition: 1s all ease;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.tips {
    box-shadow: 0px 0px 20px -15px #000000;
    border-bottom: 3px solid #284869;
    height: 180px;
    margin-bottom: 2%;
    margin-top: 10%;
    padding-left: 1%;
    padding-right: 1%;
}

.t-tips {
    font-size: 20px;
    font-weight: 700px;
}

.img-tips {
    width: 550px;
    height: 260px;
}

.p-tips {
    line-height: 45px;
}

.t-color {
    color: #284869;
}

.servic-time {
    background-color: #ececec;
    box-shadow: 0px 0px 25px -8px #284869;
}

.bullet {
    margin-right: 10px;
    line-height: 45px;
}

    .bullet li {
        list-style: square;
    }

.p-sr {
    line-height: 35px;
}

.bg-p-sr {
    color: #284869;
    font-weight: 700;
}

.h-ayegh {
    color: #ffffff;
}

.bg-back1 {

    background-image: url('../img/group 1.png');
    color: #ffffff;
}

.s-col {
    background-color: #ccc;
    border-radius: 25px;
    color: #000000;
    padding: 10px;
    margin-top: 10px !important;
}

.s-col2 {
    background-color: #0648b3;
    border-radius: 25px;
    margin-top: 10px;
    padding: 5px;
    color: #ffffff;
}

.blue-box {
    background-color: #0648b3;
    border-radius: 25px;
    padding: 20px;
}

.pa2-1 {
    text-align: justify;
    color: white;
}

.tbox1 {
    background-color: white;
    margin-left: 3px;
    margin-right: 11px;
    border-radius: 25px;
    width: 350px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
}

.bgback {
    background: url("../img/Group 2.png");
    color: white;
    border-radius: 25px;
    padding: 30px !important;
    text-align: justify;
}

.endbox {
    border: 2px solid #0648b3;
    border-radius: 25px;
    padding-top: 5px;
}

.characterimg {
    width: 300px !important;
    height: 250px !important;
}

.endtext {
    padding-top: 90px;
    font-size: 21px;
    margin-left: 20px !important;
    text-align: justify;
}

.endp {
    color: #0648b3;
}
/* responsive */

@media screen and (max-width: 480px) {
    .servic-time {
        width: 360px !important;
    }

    .bg-carrier {
        height: 170px !important;
    }

    .tips {
        height: 200px;
    }

    .p-tips {
        text-align: center;
    }

    .image-tip {
        text-align: center;
    }

    .img-tips {
        width: 360px;
        height: 150px;
    }

    .p-sr {
        text-align: center;
    }

    .s-col {
        margin-top: 10px !important;
    }

    .characterimg {
        margin-right: 60px !important;
        padding-top: 10px;
    }

    .endtext {
        padding-top: 10px;
        margin-right: 10px;
    }

    .endp {
        margin-right: 10px;
    }

    .tbox1 {
        width: 407px !important;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .image-tip {
        text-align: center;
    }

    .bg-carrier {
        height: 250px;
    }

    .s-col {
        margin-top: 10px !important;
    }

    .tbox1 {
        width: 655px !important;
        margin-bottom: 10px;
    }
}

/* ????????? */

/* ????? */
.st-first {
    border-radius: 25px;
    border-style: double;
    border-width: 5px 5px;
    border-color: #740A0A;
    padding: 10px;
}

.titr {
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bg-back {
    background-color: #F1F1F1;
}

.p-titr {
    padding: 10px;
    line-height: 25px;
}

.cl-img1 {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

    .cl-img1:hover {
        transform: scale(1.1);
        transition: 0.25s;
    }

.h-style1 {
    height: 270px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}



.titr1 {
    font-size: 30px;
    margin-top: 25%;
}

.p-sr {
    line-height: 35px;
}

.bg-p-sr {
    color: #284869;
    font-weight: 700;
}

.li-p {
    line-height: 50px;
}

.blue-box {
    background-color: #0648b3;
    border-radius: 25px;
    padding: 20px;
}

.pa2-1 {
    text-align: justify;
    color: white;
}

.tbox1 {
    background-color: white;
    margin-left: 3px;
    margin-right: 11px;
    border-radius: 25px;
    width: 350px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
}

.h-ayegh {
    color: #ffffff;
}

.bgback {
    background: url("../img/Group 2.png");
    color: white;
    border-radius: 25px;
    padding: 30px !important;
    text-align: justify;
}

.endbox {
    border: 2px solid #0648b3;
    border-radius: 25px;
    padding-top: 5px;
}

.characterimg {
    width: 300px !important;
    height: 250px !important;
}

.endtext {
    padding-top: 90px;
    font-size: 21px;
    margin-left: 20px !important;
    text-align: justify;
}

.endp {
    color: #0648b3;
}

/* responsive */
@media screen and (max-width: 480px) {
    .cl-img1 {
        height: 280px !important;
    }

    .h-style1 {
        height: 280px !important;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .titr1 {
        font-size: 30px;
        margin-top: 10%;
    }

    .cl-img2 {
        display: none;
    }

    .characterimg {
        margin-right: 60px !important;
        padding-top: 10px;
    }

    .endtext {
        padding-top: 10px;
        margin-right: 10px;
    }

    .endp {
        margin-right: 10px;
    }

    .tbox1 {
        width: 407px !important;
        margin-bottom: 10px;
        margin-top: 10px !important;
        margin-right: 0px !important;
    }
}

@media screen and (max-width: 768px) {
    .h-style1 {
        height: 340px;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }

    .cl-img1 {
        height: 340px;
    }

    .titr1 {
        font-size: 25px;
        margin-top: 5%;
    }

    .s-col {
        margin-top: 10px !important;
    }

    .tbox1 {
        width: 655px !important;
        margin-bottom: 10px;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }
}
/* ????? */

/* ????? */

.red3 {
    background: url("../images/bg.png");
    border-radius: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-align: justify;
}

.t5 {
    color: white;
    padding: 10px;
    text-align: center;
}

.tbox {
    background-color: white;
    border-radius: 25px;
    width: 400px;
    padding: 20px;
    margin-right: 20px;
}

.tbox2 {
    background-color: white;
    border-radius: 25px;
    width: 400px;
    margin-right: 20px;
    margin-top: 20px !important;
    padding: 20px;
}

.accback {
    background-color: #eeeeee;
    border-radius: 25px !important;
    padding: 20px;
}

.accordion-item {
    border-radius: 25px !important;
}

.accordion-button {
    border-radius: 25px !important;
    margin-top: 10px;
    color: #007bff !important;
}

.accp {
    padding-top: 10px;
}

.blue-box {
    background-color: #0648b3;
    border-radius: 25px;
    padding: 20px;
}

.pa2-1 {
    text-align: justify;
    color: white;
}

.tbox1 {
    background-color: white;
    margin-left: 3px;
    margin-right: 5px;
    border-radius: 25px;
    width: 342px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding-top: 20px;
}

.bgback {
    background: url("../img/Group 2.png");
    color: white;
    border-radius: 25px;
    padding: 30px !important;
    text-align: justify;
}

.endbox {
    border: 2px solid #0648b3;
    border-radius: 25px;
    padding-top: 5px;
}

.characterimg {
    width: 300px !important;
    height: 250px !important;
}

.endtext {
    padding-top: 90px;
    font-size: 21px;
    margin-left: 20px !important;
    text-align: justify;
}

.endp {
    color: #0648b3;
}

/* responsive */
@media screen and (max-width: 480px) {
    .pa2-4 {
        padding-top: 10px;
    }

    .characterimg {
        margin-right: 60px !important;
        padding-top: 10px;
    }

    .endtext {
        padding-top: 10px;
        margin-right: 10px;
    }

    .endp {
        margin-right: 10px;
    }

    .tbox1 {
        width: 407px !important;
        margin-bottom: 10px;
        margin-right: 20px !important;
    }
}

@media screen and (max-width: 768px) {
    .tbox1 {
        width: 655px !important;
        margin-bottom: 10px;
    }
}

/* ????? */

/* ?????? */
.cooler {
    background-color: #0648b3;
    border-radius: 25px;
    margin-top: 50px;
    padding: 20px;
    color: white;
    text-align: justify;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cool img {
    width: 254px;
    height: 239px;
    border-radius: 25px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.cooler2 {
    background-color: #ffffff;
    border-radius: 25px;
    margin-top: 50px;
    padding: 20px;
    color: #0648b3;
    text-align: justify;
    box-shadow: 0px 0px 23px -3px rgba(0, 0, 0, 0.25);
}

.cool2 img {
    width: 254px;
    height: 239px;
    border-radius: 25px;
    box-shadow: 0px 1px 9px rgba(9, 74, 196, 0.658);
}

.pa1 {
    padding-top: 25px;
}

.pa2 {
    padding-top: 25px;
}

.backbox {
    background-color: #0648b3;
    width: 100%;
    border-radius: 25px;
    padding: 20px;
}

.ct1 {
    color: #007bff;
    font-size: 17px;
}

.cash-card .card {
    height: 300px !important;
}

.card {
    padding: 10px;
    text-align: justify;
    border-radius: 25px !important;
    /* width: 255px !important; */
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: black;
}

.card-text {
    font-size: 15px;
}

.card-img-top {
    border-radius: 25px !important;
    height: 150px;
}

.hpaph {
    color: white;
    margin-bottom:0;
}
/* responcive */
@media screen and (max-width: 768px) {
    .cool img {
        width: 232px;
        height: 239px;
        border-radius: 25px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-right: -135px !important;
        margin-top: 27px;
    }

    .cool2 img {
        width: 254px;
        height: 239px;
        border-radius: 25px;
        box-shadow: 0px 1px 9px rgba(9, 74, 196, 0.658);
        margin-top: 35px;
    }
    .pa1 , .pa2 {
        width: 390px;
        padding: 20px;
        color: black;
    }
    
   

    .cash-card .card {
        width: 500px !important;
        height: 330px !important;
        margin-right: 10px;
    }

    .card-img-top {
        height: 200px !important;
    }

    .tbox1 {
        width: 655px !important;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .cooler {
        background: url('../images/Group\ 26.png');
        overflow: hidden;
    }

    .pa1 {
        width: 450px;
    }

    .hpa1 {
        width: 400px;
    }

    .cool2 {
        display: none;
    }

    .cooler2 {
        background: url('../images/Group/26/(1).png');
        color: white;
        overflow: hidden;
    }

    .pa2 {
        width: 430px;
    }

    .cool {
        display: none;
    }

    .backbox {
        width: 390px;
    }

    .cash-card .card {
        width: 320px !important;

    }

    .tbox1 {
        width: 407px !important;
        margin-bottom: 10px;
        margin-right: 0px !important;
    }
}

.projects-card {
    text-align:center;
    font-size: 13pt;
    background-color #fff;
    color: rgb(6,79,172);
    padding: 15px;
    border-radius: 15px;
}
.card-information{
    text-align:right !important;
    margin-top:10px;
}
.projects-card a {
    color: rgb(6,79,172);
}
.fs-10{
    font-size:10pt;
}
.border-proj {
   
    box-shadow: 0px 0px 2px 0 #022458;
    background:#fff;
    transition:0.5s;
}
    .border-proj:hover{
        background:#ffc802;
        cursor:pointer;

    }
    .bt-proj {
        background-color: #022458;
        padding: 7px 5px;
        border-radius: 50px !important;
    }


.pagination .page-item {
    margin: 0 5px; /* فاصله بین دکمه‌ها */
}

    .pagination .page-item .custom-page-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%; /* دایره‌ای کردن دکمه‌ها */
        background-color: #f8f9fa; /* رنگ پس‌زمینه اولیه */
        border: 1px solid #dee2e6; /* مرز دکمه‌ها */
        transition: all 0.3s ease; /* انیمیشن تغییرات */
    }

    .pagination .page-item.active .custom-page-link {
        background-color: #007bff; /* رنگ پس‌زمینه دکمه فعال */
        color: white; /* رنگ متن دکمه فعال */
        border-color: #007bff;
    }

    .pagination .page-item .custom-page-link:hover {
        background-color: #e2e6ea; /* رنگ پس‌زمینه در حالت هاور */
        color: #007bff; /* رنگ متن در حالت هاور */
        text-decoration: none; /* حذف خط زیر لینک */
    }

.card-article .blog-foot-d{
    min-height:180px;
}

/* دایره بزرگ صفحه‌بندی */
.circle-pagination {
    width: 250px; /* اندازه کلی دایره */
    height: 250px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
    border: 2px solid #ddd;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}

/* دکمه‌های صفحه‌بندی داخل دایره */
.circle-page-item {
    width: 50px; /* اندازه هر دکمه */
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    background-color: #ffffff;
    color: #007bff;
    text-decoration: none;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

    /* حالت هاور برای دکمه‌ها */
    .circle-page-item:hover {
        background-color: #007bff;
        color: #ffffff;
        transform: scale(1.1);
    }

    /* استایل دکمه فعال */
    .circle-page-item.active {
        background-color: #007bff;
        color: #ffffff;
        border-color: #007bff;
        box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    }
.social-media-cart {
    background: #f8f9fa;
    border: 1px solid #ddd;
}

.social-icon {
    
 margin:5px;
    padding: 5px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.telegram {
    background-color: #0088cc;
    color: white;
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white;
}

.share-btn {
    background-color: #e9ecef;
    color: #333;
}

    .share-btn:hover {
        background-color: #d0d0d0;
    }

.bi {
    font-size: 1.2rem;
}

@media (max-width: 576px) {
    .social-icon {
        width: 100%;
        justify-content: center;
    }
}

.article-details {
    font-family: 'IRANSans', 'IRANSansWeb', 'sans-serif';
    direction: rtl;
    color: #333; /* رنگ اصلی متن */
    line-height: 2.2; /* فاصله بین خطوط مناسب فارسی */
    font-size: 16px; /* پایه اندازه فونت برای متن بدنه */
}

    .article-details h1 {
        font-size: 25px;
        font-weight: 700;
        color: #0c4887; /* رنگ شاخص برای تیتر اول */
        margin: 32px 0 16px;
        line-height: 1.8;
    }

    .article-details h2 {
        font-size: 22px;
        font-weight: 600;
        color: #1565c0;
        margin: 28px 0 14px;
        line-height: 1.9;
    }

    .article-details h3 {
        font-size: 20px;
        font-weight: 600;
        color: #1e88e5;
        margin: 24px 0 12px;
        line-height: 2;
    }

    .article-details h4 {
        font-size: 18px;
        font-weight: 500;
        color: #333;
        margin: 20px 0 10px;
        line-height: 2.2;
    }

    .article-details h5 {
        font-size: 17px;
        font-weight: 500;
        color: #444;
        margin: 18px 0 8px;
        line-height: 2.2;
    }

    .article-details h6 {
        font-size: 16px;
        font-weight: 500;
        color: #555;
        margin: 16px 0 6px;
        line-height: 2.2;
    }

    .article-details p {
        font-size: 16px;
        font-weight: 400;
        color: #333;
        margin: 12px 0;
        line-height: 2.2;
    }


    .article-details .artic-img {
        height: auto !important;
       
    }



/* سبک کلی بخش تماس */
.contact-section {
    margin-top: 60px;
    padding: 30px 20px;
    background: linear-gradient(145deg, #f0faff, #e6f2ff);
    border: 1px solid #d0e7ff;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.15);
    font-family: 'IRANSans', sans-serif;
    animation: slideUp 1s ease-in-out both;
    transition: all 0.3s ease-in-out;
}

    /* عنوان */
    .contact-section .contact-title {
        font-size: 1.5rem;
        color: #007bff;
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 10px;
    }

        .contact-section .contact-title::after {
            content: "";
            width: 50px;
            height: 3px;
            background-color: #007bff;
            position: absolute;
            bottom: 0;
            left: 0;
        }

    /* فهرست شماره‌ها */
    .contact-section ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .contact-section li {
        font-size: 1.1rem;
        color: #333;
        margin-bottom: 10px;
    }

        .contact-section li strong {
            color: #007bff;
            margin-left: 5px;
        }

        .contact-section li:hover {
            transform: scale(1.01);
            transition: transform 0.2s ease;
        }

/* انیمیشن اسلاید از پایین */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ریسپانسیو */
@media (max-width: 576px) {
    .contact-section {
        padding: 20px 15px;
    }

        .contact-section .contact-title {
            font-size: 1.3rem;
        }

        .contact-section li {
            font-size: 1rem;
        }
}


.hover-zoom:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.hover-zoom {
    transition: all 0.3s ease-in-out;
}