.top-head{
    background: var(--heading-color);
}
header .bottom-logo{
    display: none;
}
header.sticky .top-logo{
    display: none;
}
header.sticky .bottom-logo{
    display: block;
}
header.desktop ul.head-links li a{
    color: #fff;
}
header.desktop ul.head-links li::before{
    background: #fff;
}
header.sticky ul.head-links li::before{
    background: var(--heading-color);
}
header.sticky ul.head-links li a{
    color: var(--heading-color);
}
header.desktop .bottom-header{
    border-bottom: 1px solid #ffffff52;
    background: transparent;
}
header.sticky{
    background: #fff;
}
.form-control:focus{
    box-shadow: none;
}
.right-sec .form-sec .form-control{
    border: none;
    border-bottom: 1px solid var(--heading-color);
    border-radius: 0;
    margin-bottom: 30px;
    background: transparent;
}
section.why-choose .img-sec img{
    height: 350px;
    width: 350px;
    object-fit: cover;
    object-position: bottom;
}
.cta-section{
    background-attachment: fixed;
}
.cta-section::before{
    background: linear-gradient(90deg, #000000f0 0%, #0c33b3c4 100%);
}
/* offering new section */

section.portfolio-sec .window{
    position: sticky;
    top: 10px;
}
section.portfolio-sec .col-4{
    position: relative;
}
section.portfolio-sec .window {
    width: 100%;
    margin: auto;
    border-radius: 20px;
    /* box-shadow: 0px 20px 46px 2px #bcc6ff; */
    cursor: n-resize;

  
    img {
      width: 100%;
      object-fit: cover;
      object-position: top;
      height: 350px;
      border-radius: 20px;
      transition: 8s all ease;
    }
  }
  section.portfolio-sec{
    padding: 60px 12px;
    background: #F2F8FE;
    text-align: center;
}  
section.portfolio-sec svg{
    width: 130px;
    fill: #fff;
    margin-bottom: 50px;
}
  section.portfolio-sec .credit {
    font-weight: 300;
    text-align: center;
    margin-top: 6rem;
    color: #b6bee8;
    font-size: 14px;
  
    &:hover {
      span {
        color: #e91e63;
      }
  
      a {
        color: #e91e63;
        border-color: #e91e63;
      }
    }
  
    section.portfolio-sec span {
      color: #b6bee8;
      transition: ease all 200ms;
    }
  
    section.portfolio-sec a {
      color: #b6bee8;
      transition: ease-in all 700ms;
      -webkit-text-decoration: none;
      text-decoration: none;
      border-bottom: 2px solid #b6bee8;
  
      &:hover {
        color: #fff;
        box-shadow: inset 0 -5.5rem 0 #e91e63;
        border-bottom: 2px solid #e91e63;
      }
    }
  }

  section.portfolio-sec .col-12.row{
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.portfolio-sec .col-12:nth-child(odd){
    background: var(--white-color);
  }
  section.portfolio-sec .col-12:nth-child(even){
    background: var(--white-color);
  }
  section.portfolio-sec .col-12.row:nth-child(odd){
    flex-direction: row-reverse;
  }
  section.portfolio-sec .cont{
    text-align: left;
  }
  section.portfolio-sec .cont h2{
    font-size: 28px;
  }
  section.portfolio-sec .cont p{
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
  }
  section.portfolio-sec .cont hr{
    background: #00010B;
    width: 50%;
  }
  section.portfolio-sec .cont ul{
    display: flex;
    gap: 5px;
    flex-direction: column;
    /* margin-top: 20px; */
    padding-left: 20px;
  }
  section.portfolio-sec .cont ul li i{
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
  }
  section.portfolio-sec .cont ul li{
    color: var(--black-color);
    font-size: 16px;
    list-style: disc;
  }
  section.portfolio-sec .cont ul li p{
    margin-bottom: 0;
  }
  section.portfolio-sec .cont h6{
    margin-bottom: 0;
  }
  section.portfolio-sec .cont .client{
    color: #d9712d;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--secondary-font);
    display: none;
  }


  section.tech{
    background: #fff;
    padding: 60px 12px;
  }
  section.tech img{
    width: 100%;
  }
  .head {
    text-align: center;
    margin-bottom: 40px;
    }
    .head p {
        color: var(--black-color);
    }
    .head h2 {
        color: var(--heading-color);
    }

    section.portfolio-latest .head-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

section.portfolio-latest {
    background: #F2F8FE;
    padding: 60px 12px;
}

section.portfolio-latest .portfolio-info-image {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border-radius: 16px
}

section.portfolio-latest .portfolio-info-image img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: 40%;
}

section.portfolio-latest .portfolio-overlay {
    position: absolute;
    top: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 360px;
    padding: 1.6em 1.6em 1.5em;
    border-radius: 16px;
    visibility: hidden;
    opacity: 0;
    color: #fff;
    background: linear-gradient(0deg,rgb(0 0 0 / 90%) 0,rgba(0,0,0,.3) 100%);
    z-index: 2;
    transition: .3s;
    box-sizing: border-box
}

section.portfolio-latest .portfolio-upper:hover .portfolio-overlay {
    opacity: 1;
    visibility: visible
}

section.portfolio-latest .overlay-content p {
    margin-bottom: .2em;
    color: var(--white-color);
    text-shadow: 0 0 3px #0000006b
}

section.portfolio-latest .overlay-content h4 {
    color: var(--white-color);
    text-shadow: 0 0 3px #000000a6;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 500
}

section.portfolio-latest .overlay-icon svg {
    width: 23px;
    height: 23px;
    margin-bottom: .3em
}

section.portfolio-latest .portfolio-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 24px
}

section.portfolio-latest .portfolio-detail h3 {
    font-size: 22px;
    margin-bottom: 0
}

section.portfolio-latest .portfolio-detail h3 a {
    color: var(--black-color)
}

section.portfolio-latest .portfolio-detail span {
    font-size: 13px
}

section.portfolio-latest .portfolio-detail h3.website-title::before {
    content: "";
    position: absolute;
    bottom: -.2em;
    left: 0;
    width: 100%;
    height: 2px;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right,#000 45%,rgba(0,0,0,.3) 55%);
    background-size: 220% 100%;
    background-position: 100% 50%;
    transition: .3s ease-out
}

section.portfolio-latest .portfolio-detail h3.website-title:hover::before {
    background-position: 0 50%
}
section.portfolio-latest .portfolio-detail h3.website-title,section.portfolio-latest .portfolio-info,section.portfolio-latest .portfolio-upper,section.portfolio-sec a,section.projects .col-6,section.projects a {
    position: relative
}
section.portfolio-latest .btn-area,section.portfolio-sec .btn-area{
    text-align: center;
    margin-top: 30px
}
section.portfolio-latest .btn-area a.main-btn,section.portfolio-sec a.main-btn {
    text-align: center;
    width: 220px;
    margin: auto
}


/* about us */

section.about-us{
  padding: 60px 12px;
   background: #fff;
}

section.about-us .col-6.about-img {
    position: relative;
    height: 686px
}

section.about-us .upper-img img {
    width: 470px;
    height: 526px;
    object-fit: cover
}
section.about-us .work {
    width: 236px;
    position: absolute;
    left: -100px;
    top: 90px;
    background-color: var(--territiary-color);
    border-radius: 10px 10px 0;
    border-style: solid;
    border-width: 0
}

section.about-us .work img {
    width: 48px;
    transition: .3s ease-in-out;
    height: 48px
}

section.about-us a.main-btn,section.cta .bottom-content a.main-btn {
    width: 220px;
    padding: var(--p17) var(--p15);
    text-align: center
}

section.about-us .work:hover img {
    transform: rotateY(180deg)
}

section.about-us .work p {
    font-size: var(--f18);
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.3;
    font-family: var(--secondary-font)
}

section.about-us .work h3 {
    font-size: var(--f45);
    margin-bottom: 0;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-weight: 800
}

section.about-us h6,section.industries p.head {
    font-weight: 600;
    font-family: var(--primary-font)
}

section.about-us .work-area {
    position: relative;
    display: flex;
    gap: 1.5rem;
    padding: 25px 15px 30px;
    display: none;
}

section.about-us .work-area:before {
    position: absolute;
    right: -20px;
    bottom: 0;
    border-left: 20px solid var(--territiary-color);
    border-top: 20px solid transparent;
    content: ""
}

section.about-us .dot-img {
    transition: 1s .7s;
    animation-name: tm-animation-floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute;
    top: 180px;
    right: 80px
}

.abt-bottom-image img {
    width: 380px;
    height: 240px;
    object-fit: cover;
    border: 10px solid #f4f4f4;
}
.per-img img{
  object-fit: cover;
}
.abt-bottom-image {
    position: absolute;
    right: 0;
    top: 450px;
    z-index: 1
}

section.about-us .layer {
    width: 100%;
    max-width: 100%;
    border-radius: 100px;
    background-color: var(--territiary-color);
    height: 100%
}

section.about-us .inner-layer {
    top: 470px;
    display: none;
    left: 175px;
    width: 180px;
    max-width: 180px;
    height: 150px;
    overflow: hidden;
    border-radius: 100px;
    position: absolute;
    z-index: -1
}

section.about-us h6 {
    font-size: var(--f18);
    margin-bottom: 10px;
    color: var(--territiary-color)
}

section.about-us h4 {
    font-size: var(--f25);
    margin-bottom: var(--m10)
}

section.about-us ul.inner-content li {
    display: flex;
    gap: 30px;
    margin-bottom: var(--m20)
}

section.about-us ul.inner-content i {
    font-size: 43px;
    color: var(--heading-color)
}

section.about-us .icon-bg-img {
    width: 42px;
    height: 42px;
    background-color: #f2f3f6;
    left: 30%;
    top: 13%;
    position: absolute;
    z-index: -1;
    transition: .3s
}

section.about-us .icon-wrapper {
    position: relative;
}

section.about-us .col-6.about-cont {
    padding-left: var(--p30)
}
section.about-us a.main-btn:hover .icon-container {
    transform: translateX(75%)
}

@keyframes tm-animation-floating {
    0%,100% {
        -webkit-transform: translate(0,0)
    }

    65% {
        -webkit-transform: translate(0,15px)
    }
}


/* new services design */

section.new-services{
  background: #F2F8FE;
  padding: 60px 12px;
}
section.new-services .service-card{
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: .5s ease-in-out;
  height: auto;
}
section.new-services .service-card img{
  width: 74px;
  padding: 10px;
  border-radius: 10px;
  background: #F2F8FE;
}
section.new-services .service-card .img-sec{
  text-align: center;
  margin-bottom: 30px;
}
section.new-services .service-card .cont-sec{
  text-align: center;
}
section.new-services .service-card .cont-sec h2{
  font-size: 24px;
}
section.new-services .service-card:hover{
  background: var(--heading-color);
}
section.new-services .service-card:hover .cont-sec h2{
  color: #fff;
}
section.new-services .service-card:hover .cont-sec p{
  color: #fff;
  opacity: .8;
}
section.new-services .service-card:hover .ask-btn{
  background: #33BDEB;
}
.modal-body img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 35%;
  border-radius: 20px;
}
.modal.fade .modal-dialog{
  max-width: 80%;
}
.modal-body h3{
  font-size: 28px;
}
.modal-body .card-body .col-md-12 input{
  border: none;
  border-bottom: 1px solid var(--heading-color);
  border-radius: 0;
  margin-bottom: 20px;
  background: transparent;
}
.modal-body .card-body .form-group textarea{
  border: none;
  border-bottom: 1px solid var(--heading-color);
  border-radius: 0;
  margin-bottom: 20px;
  background: transparent;
}

@media(max-width: 980px){
  .per-img img{
    width: 100% !important;
    height: 380px;
    border-radius: 20px;
    margin-bottom: 25px;
  }
  section.about-us .col-6.about-img{
    height: auto;
  }
  .abt-bottom-image{
    display: none;
  }
  section.about-us .dot-img{
    display: none;
  }
  section.about-us .col-6.about-cont h2{
    font-size: 24px;
  }
  section.new-services .col-4{
    width: 100%;
  }
  section.new-services .service-card{
    height: auto;
  }
  section.portfolio-latest .col-4{
    width: 100%;
    margin-bottom: 30px;
  }
  .modal.fade .modal-dialog{
    max-width: 90%;
  }
  .modal-body .row .col-5{
    width: 100%;
  }
  .modal-body .row .col-7{
    width: 100%;
    margin-top: 20px;
  }
}

@media(max-width: 540px){
  .head h2{
    font-size: 24px;
  }
  section.new-services .col-4{
    width: 100%;
  }
  .modal.fade .modal-dialog{
    max-width: 100%;
  }
}