@charset "utf-8";
/* CSS Document */


:root {    
    
    --tg-primary-color: #1924b1;
    --tg-secondary-color: #00194C;
    --tg-body-font-color: #334770;
    --tg-heading-font-color: #00194C;
    --tg-paragraph-color: #334770;
    --tg-section-background: #F8FAFF;
    --tg-body-font-size: 16px;
    --tg-body-font-weight: 500;
    --tg-heading-font-weight: 700;
    --tg-body-line-height: 1.62;
    --tg-heading-line-height: 1.2;
    --tg-text-transform: capitalize;
    --tg-blue: #0049DC;
    --tg-metallic-blue: #324B7D;
    --tg-cornflower-blue: #B3CCFF;
    --tg-steel-blue: #B6C1DB;
    --tg-lavender: #E6EEFF;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #FF005C;
    --tg-red: #FF3C3C;
    --tg-orange: #fd7e14;
    --tg-yellow: #FFB930;
    --tg-green: #219653;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #ffffff;
    --tg-black: #000;
    --tg-gray: #F1F4FC;
    --tg-gray-two: #F1F5FF;
    --tg-gray-three: #96A1B8;
    --tg-gray-four: #667594;
    --tg-border-color: #E1E5EE;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #c4302b;
    --skype: #00aff0;
}


/*----------------------------------------*/
/*  THEME CSS
/*----------------------------------------*/

html,
body {
    overflow-x: clip;   /* Preferred */
}

/* Fallback for older browsers */
@supports not (overflow: clip) {
    html,
    body {
        overflow-x: hidden;
    }
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.leep-product-area {
    background-color: #fdfcfc;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fff0fb 100%);
    position: relative;
    display: block;
    overflow: hidden;
    padding: 60px 0px;
}

.leep-product-img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .03
}

.leep-product-item {
    position: relative;
    text-align: center;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    transition: all .5s ease-in-out;
    z-index: 1;
    background-image: url(../images/products/bg-shape-orange.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%)
}

.leep-product-item:hover {
    transform: translateY(-5px);
}

.leep-product-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/products/bg-shape-service-hover.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0;
  transition: all linear 0.3s;
}

.leep-product-content {
    position: relative
}

.leep-product-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    position: relative;
    transition: all .5s ease-in-out
}

.leep-product-icon img {
    width: 80px;
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto
}

.leep-product-item:hover .leep-product-icon img {
    /*transform: rotate(360deg)*/
    transform: rotateY(180deg);
}

.leep-product-arrow {
    margin-top: 20px
}
.leep-product-title{    
    padding: 15px 0px;
}

.leep-product-title a {
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #091f3c
}

.leep-product-title a:hover {
    color: var(--oz-primary-color);
}

.leep-product-text{
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #4f535c;
    line-height: 1.8;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;    
    word-break: break-word;
}

.leep-product-arrow .leep-product-btn {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #091f3c;
    transition: all .5s ease-in-out
}

.leep-product-arrow .leep-product-btn i {
    margin-left: 5px
}

.leep-product-arrow .leep-product-btn:hover {
    color: var(--oz-primary-color);
}

.leep-product-single-list i {
    color: var(--oz-primary-color);
    margin-right: 10px
}

.leep-product-download a {
    border: 2px solid #69358c;
    padding: 10px 20px;
    color: #091f3c;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: all .5s ease-in-out
}

.leep-product-download a i {
    margin-right: 10px
}

.leep-product-download a:hover {
    background-color: #69358c;
    color: #fff
}

.leep-product-details h3 {
    color: var(--oz-primary-color);
}

.leep-product-details img {
    border-radius: 10px
}

.leep-product-details p{
  font-size: 17px;
  color: #2c173a;
}

.leep-product-details ul li{
    color: #2c173a;
}


.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1
}

.site-title-tagline {
    text-transform: uppercase;    
    position: relative;    
    letter-spacing: 0.1em;  
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    background: var(--oz-primary-color);
    border-radius:50px;
    padding:4px 13px;
    margin-bottom: 5px;
}

.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 40px;    
    margin-top: 1px;
    margin-bottom: 0;
    color: var(--oz-head-color);
}

.shadow-title {
    top: 50%;
    left: 50%;
    display: block;
    font-size: 150px;
    position: absolute;
    transform: translate(-50%, -50%);
    font-family: "Lato", sans-serif;;
    color: rgba(34, 34, 34, .05)
}

.site-heading.leep-product::after{
  position: absolute;
  content: "LEEPLINK";
  /*left: 0%;
  top: -39%;*/
  color: #ffffff;
  background-color: #000;
  background-size: 100% 100%;
  -webkit-background-clip:text;
  -webkit-text-stroke:0.5px transparent;
  font-size: 100px;
  /*height: 100%;
  max-width: max-content;
  max-height: max-content;*/
  font-weight: 900;
  z-index: -1;
  display: flex;
  align-items: center;
  opacity: 0.35;
  font-family: var(--oz-heading-font-family);
   
  inset: 0; /* replaces top:0; right:0; bottom:0; left:0; */
  display: flex;
  justify-content: center;
  align-items: center;    
  white-space: nowrap;
}
@media all and (max-width:992px) {
    .shadow-title {
        font-size: 100px
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 



}

@media screen and (min-device-width: 992px) and (max-device-width: 1199px) { 



}

@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) { 



}

@media screen and (max-width: 991px) {



}

@media screen and (max-width: 767px) {

    .site-title{
        font-size: 30px;
        margin-top: -10px;
    }
    .leep-product-area {
        padding: 38px 0px;
    }



}

@media screen and (max-width: 500px) {

    .site-heading.leep-product::after{
        font-size: 70px;
    }

}



.animations-01 {
    position: absolute;
    left: 0;
    top: 140px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-02 {
    position: absolute;
    right: 0;
    bottom:150px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-03 {
    position: absolute;
    left: -50px;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-04 {
   position: absolute;
    left: 235px;
    bottom: 195px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-05 {
   position: absolute;
    animation: alltuchtopdown 5s infinite;
    width: 100%;
    text-align: center;
    top: 24px;
    z-index: -1;
}

.animations-06 {
    position: absolute;
    left: 120px;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-07 {
   position: absolute;
    left: 130px;
    bottom: 420px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-08 {
    position: absolute;
    right: 120px;
    top:550px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-09 {
  position: absolute;
    right: 120px;
    bottom:150px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-10 {
    position: absolute;
    left: 110px;
    top:155px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-11 {
   position: absolute;
    left: 160px;
    bottom: 165px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-12 {
    position: absolute;
    left: 120px;
    top: 240px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-13 {
   position: absolute;
    left: 250px;
    bottom: 180px;
     animation: alltuchtopdown 3s infinite;
      -webkit-animation: alltuchtopdown 3s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 1s;
}
.animations-14 {
    position: absolute;
    right: 80px;
   top: 150px;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
.animations-15 {
  position: absolute;
    right: 120px;
    bottom:0;
     animation: alltuchtopdown 5s infinite;
      -webkit-animation: alltuchtopdown 5s infinite;
      animation-delay: 0s;
      -webkit-animation-delay: 3s;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }


/*    ========================================
    ========================================*/

.lp-service-1 {
      background-image: url(../images/bg/service-bg-shape-2.png);
      background-size: auto;
      background-repeat: no-repeat;
      background-position: top left;
      position: relative;
      z-index: 10;
}
.lp-service-1::before {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background-image: url(../images/bg/service-bg-shape-1.png);
      background-position: center right;
      background-repeat: no-repeat;
      background-size: auto;
      z-index: -1;
      opacity: 0.5;
}
.lp-service-2 {
      background-image: url(../images/bg/featured-bg.png);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: #FFF6FF;
}
.about-two-img-shape{
    position: relative;
}
.about-two-img-shape img{
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}



/*==================================
==================================*/

.lp-brand__top-title {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}
.lp-brand__top-title::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 28%;
  background: #EBECF2;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .lp-brand__top-title::before {
    width: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lp-brand__top-title::before {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lp-brand__top-title::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lp-brand__top-title::before {
    display: none;
  }
}
.lp-brand__top-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 28%;
  background: #EBECF2;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .lp-brand__top-title::after {
    width: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lp-brand__top-title::after {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lp-brand__top-title::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lp-brand__top-title::after {
    display: none;
  }
}



/*===================
===================*/

/* about */
.section-pt-120 {
    padding-top: 120px;
}
.section-pb-120 {
    padding-bottom: 120px;
}
.section-pb-90 {
    padding-bottom: 90px;
}
.section-py-120 {
    padding: 60px 0;
}
.p-relative {
    position: relative;
}
.about-img-thirteen {
    position: relative;
    padding: 20px 50px 20px 20px;
}
.about-img-thirteen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background: #E4E9F6;
    border-radius: 15px;
    z-index: -1;
}
.about-img-thirteen img:nth-child(1) {
    border-radius: 10px;
    border: 10px solid var(--tg-white);
}
.about-img-thirteen img:nth-child(2) {
    position: absolute;
    right: -30px;
    bottom: 16%;
    border-radius: 10px;
    border: 8px solid var(--tg-white);
}
.about-img-thirteen img:nth-child(3) {
    position: absolute;
    right: 8%;
    bottom: -20px;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}
.experience-wrap-two {
    position: absolute;
    border-radius: 57px 13px 19px 0px;
    background: var(--tg-primary-color);
    text-align: center;
    padding: 30px 31px;
    left: 33%;
    bottom: 0;
}
.experience-wrap-two .title {
    margin-bottom: 10px;
    color: var(--tg-white);
    font-size: 64px;
    line-height: .8;
}
.experience-wrap-two span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-white);
    font-family: var(--oz-heading-font-family);
    line-height: 1;
}
.about-content-thirteen {
    margin-left: 50px;
}
.about-content-thirteen p {
    margin-bottom: 45px;
    font-size: 16px;
}
.about-inner-content {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.about-shape-wrap-six img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap-six img:nth-child(1) {
    left: 0;
    top: 10%;
    z-index: -2;
}
.about-shape-wrap-six img:nth-child(2) {
    right: 0;
    bottom: 14%;
}
.about-inner-content-two {
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
    align-items: center;
}
.clients-box {
    display: flex;
}
.clients-box .icon {
    width: 102px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    font-size: 56px;
    line-height: 0;
    border-radius: 10px 0 0 10px;
}
.clients-box .content {
    height: 102px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #d4dced;
    border-radius: 0 10px 10px 0;
    padding: 20px 20px 20px 20px;
}
.clients-box .content .title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 1;
}
.clients-box .content span {
    font-family: var(--oz-heading-font-family);
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 1;
    color: #667594;
}
.about-content-nine {
    width: 95%;
}
.about-content-nine p {
    margin-bottom: 25px;
    font-size: 16px;
}
.about-img-fourteen {
    position: relative;
    text-align: right;
    padding-bottom: 170px;
}
.about-img-fourteen > img:not(:first-child) {
    position: absolute;
}
.about-img-fourteen > img:nth-child(1) {
    border-radius: 15px;
    border: 8px solid var(--tg-white);
}
.about-img-fourteen > img:nth-child(2) {
    border-radius: 10px;
    border: 8px solid var(--tg-white);
    left: -20px;
    top: 20%;
    z-index: 2;
}
.about-img-fourteen > img:nth-child(3) {
    border-radius: 10px;
    border: 8px solid var(--tg-white);
    left: 37%;
    bottom: 12%;
    z-index: 1;
}
.about-img-fourteen .shape img {
    position: absolute;
    z-index: -1;
}
.about-img-fourteen .shape img:nth-child(1) {
    left: 6%;
    top: 4%;
}
.about-img-fourteen .shape img:nth-child(2) {
    right: -30px;
    top: -30px;
}
.about-img-fourteen .shape img:nth-child(3) {
    right: 1%;
    bottom: -6%;
    animation: heartbeat 4s infinite alternate;
}
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
@keyframes heartbeat {
    from {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.section-title-four .sub-title {
    display: block;
    color: var(--tg-primary-color);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
}
.section-title-four .title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 800;
}
.section-title-four p {
    color: var(--tg-paragraph-color);
    width: 90%;
    margin: 15px auto 0;
}
.about-bg-two {
    background-size: cover;
    background-position: center;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.about-img-fifteen {
    position: relative;
    padding: 25px 0 0 30px;
}
.about-img-fifteen::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    background: var(--tg-primary-color);
    border-radius: 15px 15px 0 15px;
    z-index: -1;
}
.about-img-fifteen img {
    border-radius: 0 15px 15px 15px;
}
.about-img-fifteen .play-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--tg-primary-color);
    border-radius: 0 15px 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 26px 40px;
}
.about-img-fifteen .play-btn i {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-white);
    border-radius: 50%;
}
.about-img-fifteen .play-btn span {
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-white);
    font-family: var(--oz-heading-font-family);
    text-transform: capitalize;
    line-height: 1.1;
}
.about-content-fifteen > p {
    margin-bottom: 35px;
    font-weight: 500;
    font-family: var(--oz-heading-font-family);
}
.about-content-fifteen > p.info-two {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--tg-heading-font-color);
    margin-bottom: 30px;
}
.about-list-four .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 14px 0;
}
.about-list-four .list-wrap li {
    padding: 0 10px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0;
}
.clients-box-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.clients-box-two {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e1e3e7;
    border-radius: 15px;
    background: var(--tg-white);
    padding: 30px 30px 30px 30px;
    min-width: 280px;
    transition: .3s linear;
}
.clients-box-two:hover {
    transform: translateY(-5px);
}
.clients-box-two:hover .icon {
    transform: rotateY(180deg);
}
.clients-box-two .icon {
    font-size: 60px;
    color: var(--tg-primary-color);
    line-height: 0;
    transition: .3s linear;
}
.clients-box-two .content .title {
    font-size: 48px;
    line-height: .8;
    font-weight: 800;
    margin-bottom: 5px;
}
.clients-box-two .content span {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--oz-heading-font-family);
    color: var(--tg-gray-four);
    line-height: 1;
}
.about-shape-six img {
    position: absolute;
    z-index: -2;
}
.about-shape-six img:nth-child(1) {
    left: 0;
    bottom: 0;
}
.about-shape-six img:nth-child(2) {
    right: 0;
    bottom: 5%;
}
.about-img-sixteen {
    position: relative;
    padding: 30px 0 70px;
}
.about-img-sixteen::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    width: 43%;
    height: 100%;
    background: var(--tg-primary-color);
    border-radius: 15px;
    z-index: -1;
}
.about-img-sixteen img:not(:nth-child(1)) {
    position: absolute;
}
.about-img-sixteen img:nth-child(1) {
    border-radius: 20px;
}
.about-img-sixteen img:nth-child(2) {
    border-radius: 20px;
    border: 6px solid var(--tg-white);
    width: 268px;
    height: 268px;
    object-fit: cover;
    bottom: 20%;
    right: 0;
}
.about-img-sixteen img:nth-child(3) {
    border-radius: 15px;
    border: 5px solid var(--tg-white);
    width: 256px;
    height: 170px;
    object-fit: cover;
    bottom: 25px;
    left: -60px;
}
.about-img-sixteen img.shape {
    right: 15%;
    bottom: 2%;
    z-index: -1;
    max-width: 202px;
    animation: 8s linear 0s infinite normal none running alltuchtopdown;
}
.about-content-sixteen {
    margin-left: 45px;
}
.about-content-sixteen p {
    margin-bottom: 30px;
    font-weight: 500;
    font-family: var(--oz-heading-font-family);
}
.about-inner-content-three {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.about-inner-content-three .about-list-two {
    flex-grow: 1;
}
.clients-box-wrap-two {
    gap: 20px;
    flex-direction: column;
}
.clients-box-three {
    min-width: 230px;
    padding: 24px 20px 24px 20px;
    gap: 10px;
}
.clients-box-three .content .title {
    font-size: 40px;
}
.clients-box-three .icon {
    font-size: 55px;
}
.about-author-info-two .signature {
    margin-left: 0;
    margin-top: 10px;
}

/*=============================
    09. About
===============================*/
.about-bg {
    background-size: cover;
    background-position: center;
    padding: 140px 0 200px;
}
.about-img-wrap {
    position: relative;
    text-align: center;
    z-index: 1;
    padding-bottom: 15px;
    margin-top: 16px;
}
.about-img-wrap img:not(.main-img) {
    position: absolute;
    z-index: -1;
}
.about-img-wrap img:nth-child(2) {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.about-img-wrap img.main-img {
    border-radius: 50%;
    width: 314px;
    object-fit: cover;
    height: 314px;
    border: 5px solid var(--tg-white);
}
.about-img-wrap img:nth-child(3) {
    right: 19%;
    top: -10%;
    animation: alltuchtopdown 8s infinite linear;
}
.about-content {
    width: 88%;
}
.section-title .sub-title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-primary-color);
    position: relative;
    padding-top: 18px;
    margin-bottom: 10px;
}
.section-title .sub-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: var(--tg-primary-color);
    border-radius: 4px;
}
.section-title .title {
    font-size: 40px;
    margin-bottom: 0;
}
.about-content p {
    margin-bottom: 0;
    color: var(--tg-paragraph-color);
}


/* about-two */
.about-area-two {
    position: relative;
}
.about-area-two::before {
    content: "";
    position: absolute;
    left: 13%;
    top: 0;
    width: 630px;
    height: 630px;
    background: linear-gradient(154.68deg, #8894FF 11.62%, #FF8585 90.47%);
    opacity: 0.1;
    filter: blur(75px);
    z-index: -1;
}
.about-content-two p {
    margin-bottom: 20px;
    color: var(--tg-paragraph-color);
}
.about-list .list-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 30px;
}
.about-list .list-wrap li {    
    color: var(--tg-secondary-color);
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    line-height: 1.3;
    display: flex;
    align-items: flex-start;
}
.about-list .list-wrap li img {
    margin-right: 10px;
}
.success-wrap .list-wrap {
    display: flex;
    align-items: center;
    border-top: 1px solid #D9D9D9;
    padding-top: 30px;
    margin-bottom: 40px;
}
.success-wrap .list-wrap li {
    width: 50%;
}
.success-wrap .list-wrap li .count {
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 8px;
    letter-spacing: 2px;
    line-height: .8;
}
.success-wrap .list-wrap li p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
}
.about-content-two .btn {
    background: transparent;
    border-color: var(--tg-primary-color);
    color: var(--tg-primary-color);
}
.about-content-two .btn::after {
    color: var(--tg-white);
}
.about-content-two .btn:hover {
    color: var(--tg-white);
}
.about-img-two {
    position: relative;
    padding-left: 218px;
}
.about-img-two .main-img {
    position: relative;
    text-align: right;
}
.about-img-two .main-img img {
    border-radius: 15px;
    border: 9px solid var(--tg-white);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
}
.about-img-two .main-img .play-btn {
    position: absolute;
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0 85 255 / 80%);
    border-radius: 50%;
    box-shadow: -8px -1px 10px rgba(255, 255, 255, 0.1);
    color: var(--tg-white);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}
.about-img-two .main-img .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-white);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}
.about-img-two img:nth-child(2) {
    border: 9px solid #FFFFFF;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    transform: rotate(-2.71deg);
    position: absolute;
    left: 40px;
    bottom: 70px;
}
.about-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap img:nth-child(1) {
    right: 41%;
    top: 13%;
    animation: alltuchtopdown 8s infinite linear;
}
.about-shape-wrap img:nth-child(2) {
    right: 0;
    bottom: 0;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    }
}
@keyframes alltuchtopdown {
  0% {
        transform: rotateX(0deg) translateY(0px);
    }
  50% {
        transform: rotateX(0deg) translateY(-50px);
    }
  100% {
        transform: rotateX(0deg) translateY(0px);
    }
}

/* about-three */
.about-area-three {
    position: relative;
    padding: 80px 0;
}
.about-img-wrap-three {
    position: relative;
    text-align: center;
    padding-bottom: 90px;
}
.about-img-wrap-three img:nth-child(1) {
    border-radius: 100px 0 0 0;
}
.about-img-wrap-three img:nth-child(2) {
    border-radius: 0 50px 0 0;
    border: 8px solid var(--tg-white);
    position: absolute;
    right: 0;
    bottom: 25px;
    z-index: 2;
}
.about-img-wrap-three .experience-wrap {
    width: 506px;
    display: flex;
    align-items: center;
    text-align: left;
    background: var(--tg-primary-color);
    border-radius: 0px 0px 0px 60px;
    padding: 40px 195px 50px 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about-img-wrap-three .experience-wrap .title {
    margin-bottom: 0;
    text-align: center;
    font-size: 64px;
    line-height: .8;
    color: var(--tg-white);
    position: relative;
    padding-right: 13px;
    margin-right: 13px;
}
.about-img-wrap-three .experience-wrap .title span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 5px;
}
.about-img-wrap-three .experience-wrap .title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background: var(--tg-white);
}
.about-img-wrap-three .experience-wrap p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tg-white);
    line-height: 1.4;
    font-family: var(--oz-heading-font-family);
}
.section-title-two span {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    color: var(--tg-primary-color);
    background: var(--tg-lavender);
    border-radius: 50px;
    padding: 4px 13px;
    margin-bottom: 12px;
}
.section-title-two .title {
    background-image: linear-gradient(45deg, rgba(22, 194, 232, 0.3), transparent);
    font-weight: 600;
    color: var(--oz-head-color);
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 8px;
    border-radius: 10px;
    border-left: 2px solid #7ab5c3;
}
.about-content-three p {
    margin-bottom: 0;
    color: var(--tg-paragraph-color);
    width: 90%;
}
.about-content-three p.info-one {
    margin-bottom: 25px;
}
.about-list-two .list-wrap {
    margin-bottom: 20px;
}
.about-list-two .list-wrap li {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: baseline;
    text-transform: capitalize;
    color: var(--tg-secondary-color);
    margin-bottom: 14px;
}
.about-list-two .list-wrap li:last-child {
    margin-bottom: 0;
}
.about-list-two .list-wrap li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    flex: 0 0 auto;
}
.about-author-info {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.about-author-info .thumb {
    border-radius: 50%;
    border: 3px solid var(--tg-white);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
    width: 70px;
    flex: 0 0 auto;
    margin-right: 15px;
}
.about-author-info .content .title {
    font-size: 20px;
    margin-bottom: 5px;
}
.about-author-info .content span {
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 1;
}
.about-author-info .signature {
    margin-left: 20px;
}
.about-shape-wrap-two img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap-two img:nth-child(1) {
    left: 15%;
    bottom: 27%;
    animation: alltuchtopdown 8s infinite linear;
}
.about-shape-wrap-two img:nth-child(2) {
    left: 40%;
    top: 5%;
}
.about-shape-wrap-two img:nth-child(3) {
    right: 0;
    bottom: 0;
}

/* about-four */
.about-content-four > p {
    color: var(--tg-paragraph-color);
    margin-bottom: 35px;
    font-size: 16px;
}
.about-list-three .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 13px;
}
.about-list-three .list-wrap li:last-child {
    margin-bottom: 0;
}
.about-list-three .list-wrap li .icon {
    position: relative;
    font-size: 50px;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-right: 15px;
}
.about-list-three .list-wrap li .icon::before {
    content: "";
    position: absolute;
    left: -13px;
    top: -15px;
    width: 46px;
    height: 46px;
    background: var(--tg-lavender);
    border-radius: 50%;
    z-index: -1;
}
.about-list-three .list-wrap li .icon i {
    transform: rotateY(0);
    transition: .3s linear;
    display: block;
}
.about-list-three .list-wrap li:hover .icon i {
    transform: rotateY(180deg);
}
.about-list-three .content .title {
    font-size: 20px;
    margin-bottom: 10px;
}
.about-list-three .content p {
    margin-bottom: 0;
    width: 75%;
    color: var(--tg-paragraph-color);
}
.about-img-wrap-four {
    position: relative;
    margin-right: -30px;
}
.mask-img-wrap {
    -webkit-mask-image: url(../images/services/mask_img.png);
    mask-image: url(../images/services/mask_img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: -1;
    height: 558px;
    width: 633px;
    margin-left: auto;
}
.mask-img-wrap img {
    max-width: unset;
}
.about-img-wrap-four .img-two {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    left: 10%;
    bottom: 14%;
}
.about-shape-wrap-three img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap-three img:nth-child(1) {
    left: 0;
    top: 6%;
    animation: ribbonRotate 15s infinite linear;
}
.about-shape-wrap-three img:nth-child(2) {
    left: 4%;
    bottom: 7%;
    animation: alltuchtopdown 8s infinite linear;
}
.about-shape-wrap-three img:nth-child(3) {
    right: 23%;
    top: -2%;
    animation: rotateme 8s infinite linear;
}
.about-img-wrap-four .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 8%;
    top: 21%;
    border-radius: 50%;
    background: #B02ED5;
    border: 5px solid var(--tg-white);
    color: var(--tg-white);
    font-size: 50px;
    line-height: 0;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}


.about-area-four {
    position: relative;
    z-index: 1;
    padding: 80px 0px 80px 0px ;
    background: url(../images/services/h9_about_bg.jpg) no-repeat center/cover;
}

/* about-five */
.about-area-five {
    position: relative;
    padding: 120px 0;
}
.about-img-wrap-five {
    position: relative;
    padding-bottom: 30px;
}
.about-img-wrap-five::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 380px;
    background: var(--tg-primary-color);
    z-index: -1;
}
.about-img-wrap-five img:nth-child(1) {
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0% 100%, 0 100%);
}
.about-img-wrap-five img:nth-child(2) {
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -25%;
    top: 14%;
}
.about-img-wrap-five .experience-wrap {
    background: var(--tg-primary-color);
    max-width: 200px;
    padding: 36px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-img-wrap-five .experience-wrap .title {
    margin-bottom: 0;
    color: var(--tg-white);
    font-size: 60px;
    text-align: center;
    line-height: 1;
}
.about-img-wrap-five .experience-wrap .title span {
    display: block;
    font-weight: 500;
    font-size: 24px;
}
.about-content-five > p {
    margin-bottom: 50px;
    color: var(--tg-paragraph-color);
    width: 85%;
}
.about-content-five {
    margin-left: 55px;
    width: 85%;
}
.about-content-five .about-list {
    width: 60%;
    flex: 0 0 auto;
}
.about-content-five .about-list .list-wrap {
    gap: 25px 0;
    margin-bottom: 0;
}
.about-content-five .about-list .list-wrap li {
    color: var(--tg-secondary-color);
    width: 100%;
}
.about-content-five .about-list .list-wrap li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    flex: 0 0 auto;
}
.about-content-five .about-content-bottom {
    display: flex;
    align-items: center;
}
.about-success-wrap .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.about-success-wrap .list-wrap li:last-child {
    margin-bottom: 0;
}
.about-success-wrap .list-wrap li .icon {
    font-size: 60px;
    line-height: 0;
    color: var(--tg-primary-color);
    flex: 0 0 auto;
    margin-right: 20px;
}
.about-success-wrap .list-wrap li .content .count {
    font-weight: 800;
    font-size: 50px;
    line-height: .8;
    margin-bottom: 5px;
}
.about-success-wrap .list-wrap li .content p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tg-secondary-color);
    font-family: var(--oz-heading-font-family);
    line-height: 1;
}
.about-shape-five img {
    position: absolute;
    left: 41%;
    bottom: 35%;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}

/* about-six */
.about-area-six {
    padding: 80px 0px 120px 0px;
    position: relative;
    overflow: hidden;
}
.about-area-six::before {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    background: #FAE7FF;
    filter: blur(200px);
    right: 26%;
    top: 16%;
    z-index: -1;
}
.about-img-six {
    margin-left: -75px;
    position: relative;
    padding-top: 40px;
}
.about-img-six img:nth-child(1) {
    max-width: unset;
    position: unset;
}
.about-img-six img {
    position: absolute;
    z-index: -1;
}
.about-img-six img:nth-child(2) {
    left: 0;
    bottom: -40px;
}
.about-img-six img:nth-child(3) {
    left: 19%;
    top: 14%;
    animation: alltuchtopdown 8s infinite linear;
}
.about-content-six {
    width: 100%;
    margin-left: 30px;
}
.about-content-six p {
    margin-bottom: 30px;
    font-size: 16px;
}
.about-content-six .about-list .list-wrap {
    margin-bottom: 45px;
}
.about-content-six .about-list .list-wrap li {
    color: var(--tg-secondary-color);
}
.about-content-six .about-list .list-wrap li i {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-primary-color);
    color: var(--tg-white);
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
    flex: 0 0 auto;
}

/* about-seven */
.about-content-seven {
    width: 88%;
}
.about-content-seven > p {
    margin-bottom: 25px;
}
.success-wrap-two {
    margin-bottom: 25px;
}
.success-wrap-two .list-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.success-wrap-two .list-wrap li {
    background: var(--tg-lavender);
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 25px;
    min-width: 240px;
    transition: .3s;
}
.success-wrap-two .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 28px;
    border-radius: 3px;
    background: var(--tg-primary-color);
}
.success-wrap-two .list-wrap li:hover {
    transform: translateY(-5px);
}
.success-wrap-two .list-wrap li .icon {
    font-size: 50px;
    flex: 0 0 auto;
    line-height: 0;
    color: var(--tg-primary-color);
    margin-right: 18px;
}
.success-wrap-two .list-wrap li .content .count {
    font-weight: 800;
    font-size: 36px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    line-height: .8;
}
.success-wrap-two .list-wrap li .content p {
    margin-bottom: 0;
    line-height: 1;
}
.about-img-seven-wrap {
    position: relative;
    padding-bottom: 90px;
}
.about-img-seven-wrap img:nth-child(1) {
    border-radius: 10px;
}
.about-img-seven-wrap img:nth-child(2) {
    position: absolute;
    right: 50px;
    bottom: 0;
    border: 8px solid var(--tg-white);
    border-radius: 10px;
    z-index: 3;
}
.about-img-seven-wrap .shape {
    position: absolute;
    left: 33%;
    bottom: -8%;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}
.about-img-seven-wrap .experience-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 8px solid #FFFFFF;
    border-radius: 19px 63px 24px 0px;
    max-width: 197px;
    min-height: 384px;
    background: var(--tg-primary-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 20px;
    text-align: center;
}
.about-img-seven-wrap .experience-wrap .title {
    color: var(--tg-white);
    margin-bottom: 10px;
    font-size: 60px;
    line-height: .8;
}
.about-img-seven-wrap .experience-wrap p {
    margin-bottom: 0;
    color: var(--tg-white);
    font-family: var(--oz-heading-font-family);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

/* about-eight */
.about-img-eight img {
    border-radius: 15px;
}
.about-content-eight > p {
    margin-bottom: 35px;
}
.about-content-eight .about-content-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.about-content-eight .about-content-inner .list-wrap {
    width: 58%;
}
.about-content-eight .about-content-inner .list-wrap li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.about-content-eight .about-content-inner .list-wrap li:last-child {
    margin-bottom: 0;
}
.about-content-eight .about-content-inner .list-wrap li .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-lavender);
    color: var(--tg-primary-color);
    font-size: 40px;
    line-height: 0;
    position: relative;
    border-radius: 15px;
    flex: 0 0 auto;
    margin-right: 20px;
}
.about-content-eight .about-content-inner .list-wrap li .icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 3px;
    background: var(--tg-primary-color);
    border-radius: 3px;
}
.about-content-eight .about-content-inner .content .title {
    font-size: 20px;
    margin-bottom: 8px;
}
.about-content-eight .about-content-inner .content p {
    margin-bottom: 0;
}
.about-content-eight .right-slide-img {
    margin-left: auto;
}
.about-content-eight .right-slide-img img {
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.about-content-eight .about-content-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 40px;
}
.about-content-eight .about-content-bottom .about-author-info {
    margin-top: 0;
}

/* about-ten */
.about-area-ten {
    padding: 120px 0;
    position: relative;
}
.about-img-wrap-ten {
    padding-left: 120px;
}
.about-img-wrap-ten img:nth-child(2) {
    left: 0;
}
.about-area-ten .about-shape-five img {
    left: 46%;
}
.about-content-five.about-content-ten {
    margin-left: 80px;
    width: auto;
    margin-right: 30px;
}
.about-content-ten .about-success-wrap .list-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 45px;
}
.about-content-ten .about-success-wrap .list-wrap li {
    margin-bottom: 0;
}
.about-content-five.about-content-ten > p {
    margin-bottom: 20px;
    width: 100%;
}

/* about-eleven */
.about-area-eleven {
    position: relative;
    padding: 120px 0 0;
}
.about-area-eleven::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 32%;
    width: 300px;
    height: 300px;
    background: #FAE7FF;
    filter: blur(200px);
    z-index: -1;
}
.about-content-eleven {
    width: 85%;
}
.about-content-eleven p {
    margin-bottom: 25px;
}
.about-content-eleven .about-list-two .list-wrap {
    margin-bottom: 40px;
}
.about-img-wrap-eleven {
    position: relative;
    text-align: center;
    padding-bottom: 30px;
}
.about-img-wrap-eleven .shape-one {
    position: absolute;
    left: -5%;
    top: -2%;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}
.about-img-wrap-eleven .shape-two {
    position: absolute;
    left: -20px;
    bottom: 0;
    z-index: -2;
    max-width: unset;
}

/* about-twelve */
.about-area-twelve {
    padding: 140px 0 140px;
}
.about-img-six.about-img-twelve img:nth-child(2) {
    bottom: -50px;
}

.mb-20{
    margin-bottom: 20px;
}

@keyframes animationFramesOne {
  0% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  translate(73px,-1px)  rotate(36deg) ;
  }
  40% {
    -webkit-transform:  translate(141px,72px)  rotate(72deg) ;
  }
  60% {
    -webkit-transform:  translate(83px,122px)  rotate(108deg) ;
  }
  80% {
    -webkit-transform:  translate(-40px,72px)  rotate(144deg) ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  rotate(0deg) ;
  }
}

.about-area-fourteen{
    position: relative;
    z-index: 1;
    padding: 80px 0px 80px 0px;
    background: url(../images/services/h2_banner_bg.jpg) no-repeat center/cover;
}

.animationFramesOne {
    -webkit-animation: animationFramesOne 12s linear infinite;
    animation: animationFramesOne 12s linear infinite;
}

.ball {
    opacity: 1;
    z-index: -2;
    position: absolute;
    border-radius: 50%;
}

/* overview */
.overview-img-three {
    position: relative;
}
.overview-img-three::before {
    content: "";
    position: absolute;
    left: -15%;
    top: -5%;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border-radius: 100%;
    background: #d5ceff;
    filter: blur(150px);
    opacity: .2;
    z-index: -1;
}
.overview-img-three img:nth-child(1) {
    border-radius: 20px;
}
.overview-img-three img:nth-child(2) {
    border-radius: 20px;
    border: 6px solid var(--tg-white);
    width: 325px;
    height: 238px;
    object-fit: cover;
    position: absolute;
    right: -25px;
    bottom: 50px;
}
.overview-img-three img:nth-child(3) {
    position: absolute;
    right: 15%;
    bottom: -10%;
    z-index: -1;
    animation: alltuchtopdown 8s infinite linear;
}


/*=============================
    18. Faq
===============================*/
.faq-area {
    position: relative;
    z-index: 1;
    padding: 80px 0px 90px 0px;
   background: url(../images/services/project_bg.jpg) no-repeat center/cover;
   background: linear-gradient(110deg, rgb(253, 253, 253) 60%,rgba(240,240,240,1) 50%,rgba(25,36,177,1) 40%,rgba(25,36,177,1) 50%);
}
.faq-bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40.3%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.faq-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.faq-shape-wrap img:nth-child(1) {
    left: 0;
    bottom: 0;
}
.faq-shape-wrap img:nth-child(2) {
    right: 18%;
    bottom: 5%;
    animation: alltuchtopdown 8s infinite linear;
}
.faq-img-wrap {
    text-align: right;
    position: relative;
    margin-right: 45px;
}
.faq-img-wrap img:nth-child(1) {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    border: 8px solid var(--tg-white);
}
.faq-img-wrap img:nth-child(2) {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 20%;
    animation: alltuchtopdown 8s infinite linear;
}
.faq-content > p {
    margin-bottom: 30px;
    width: 85%;
}
.faq-content .accordion-wrap {
    width: 90%;
}
.faq-content .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.faq-content .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
}
.faq-content .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-content .accordion-button {
    position: relative;
    padding: 17px 50px 17px 30px;
    font-weight: 700;
    font-size: 18px;
    color: var(--tg-secondary-color);
    text-align: left;
    background-color: var(--tg-gray-two);
    font-family: var(--oz-heading-font-family);
    border: 1px solid #DFDFDF;
}
.faq-content .accordion-button.collapsed {
    border: transparent;
}
.faq-content .accordion-button:not(.collapsed) {
    color: var(--tg-primary-color);
    background-color: transparent;
    box-shadow: none;
}
.faq-content .accordion-button:focus {
    border-color: #DFDFDF;
    box-shadow: none;
}
.faq-content .accordion-body {
    padding: 20px 30px 30px;
    border: 1px solid #DFDFDF;
    border-top: none;
}
.faq-content .accordion-body p {
    margin-bottom: 0;
    color: var(--tg-gray-four);
}
.faq-content .accordion-button::after {
    content: "\f102";
    width: auto;
    height: auto;
    background-image: none;
    font-family: "flaticon";
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 18px;
    color: var(--tg-primary-color);
}
.faq-content .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
}


/*RESPONSIVE*/

/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1800px) {
.faq-shape-wrap img:nth-child(2) {
    left: 9%;
}
.banner-shape {
    left: 8%;
}
.about-shape-wrap-two img:nth-child(1) {
    left: 11%;
}

}


/* Extra large devices (large desktops, 1800px and up) */
@media (max-width: 1500px) {
.container {
    max-width: 1250px;
}
.slider-shape {
    left: 4%;
}
.slider-bg {
    min-height: 670px;
}
.slider-content .title {
    font-size: 55px;
}
.faq-shape-wrap img:nth-child(2) {
    left: 7%;
    bottom: 47%;
}
.about-shape-wrap-two img:nth-child(1) {
    left: 3%;
}
.about-shape-wrap-two img:nth-child(2) {
    left: 36%;
}
.about-shape-wrap-two img:nth-child(3) {
    width: 380px;
}
.choose-shape img {
    width: 300px;
}
.pricing-shape img {
    width: 300px;
}
.request-shape-wrap img:nth-child(1) {
    left: 3%;
}
.banner-content-two .title {
    font-size: 55px;
}
.banner-shape-wrap img:nth-child(3) {
    right: 19%;
}
.banner-area-three {
    padding: 120px 0 60px;
}
.banner-content-three .title {
    font-size: 56px;
}
.overview-img-two .img-two {
    left: -8%;
}
.about-img-wrap-five img:nth-child(2) {
    left: -11%;
}
.about-shape-five img {
    left: 34%;
}
.banner-content-four .title {
    font-size: 55px;
}
.banner-area-five {
    padding: 115px 0 80px;
}
.breadcrumb-bg {
    padding: 110px 0 120px;
}
.about-img-wrap-ten img:nth-child(2) {
    left: 0;
}
.error-area {
    padding: 120px 0;
}
.error-content .error-404 {
    font-size: 350px;
}

}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
.container,
.custom-container {
    max-width: 960px;
}
.slider-content .title {
    font-size: 50px;
}
.slider-content p {
    margin-bottom: 30px;
    width: 100%;
}
.slider-shape {
    left: 4%;
    bottom: 7%;
}
.slider-bg {
    min-height: 590px;
    padding: 170px 0 100px;
}
.about-content {
    width: 100%;
}
.section-title .title {
    font-size: 36px;
}
.about-img-wrap img:nth-child(3) {
    right: 8%;
}
.features-item {
    padding: 35px 25px;
}
.about-img-two {
    padding-left: 75px;
}
.about-img-two img:nth-child(2) {
    border: 5px solid #FFFFFF;
    left: 0;
    max-width: 215px;
}
.about-shape-wrap img:nth-child(1) {
    right: 45%;
}
.success-wrap .list-wrap li .count {
    font-size: 32px;
}
.about-list .list-wrap li {
    font-size: 15px;
}
.services-content .content-top .title {
    font-size: 22px;
}
.services-item {
    padding: 25px 25px 35px;
}
.services-content .list-wrap li {
    align-items: baseline;
}
.counter-item .count {
    font-size: 50px;
}
.faq-content > p {
    width: 100%;
}
.faq-content .accordion-wrap {
    width: 100%;
}
.faq-img-wrap {
    margin-right: 0;
}
.faq-shape-wrap img:nth-child(2) {
    left: 0;
}
.faq-img-wrap img:nth-child(1) {
    width: 100%;
}
.request-content .title {
    font-size: 30px;
}
.request-content .title br {
    display: none;
}
.testimonial-content {
    width: 100%;
}
.pricing-box {
    padding: 40px 25px;
}
.contact-form {
    margin: 0;
}
.blog-post-content .title {
    font-size: 20px;
}
.blog-post-content {
    padding: 25px 22px 30px;
}
.blog-post-thumb img {
    min-height: 225px;
    object-fit: cover;
}
.footer-newsletter p {
    width: 100%;
}
.footer-widget .fw-title {
    font-size: 22px;
}
.footer-info .list-wrap li .content p br {
    display: none;
}
.footer-bottom {
    padding: 40px 0;
}
.header-style-two .header-action > ul li.header-contact-two {
    display: none;
}
.banner-content-two .title {
    font-size: 50px;
}
.banner-content-two {
    width: 100%;
}
.banner-shape-wrap img:nth-child(1) {
    left: 51%;
    bottom: 51%;
}
.banner-shape-wrap img:nth-child(2) {
    right: 39%;
}
.banner-shape-wrap img:nth-child(3) {
    right: 13%;
    width: 400px;
}
.banner-area-two .banner-img.text-center {
    text-align: right !important;
}
.banner-area-two .banner-img img {
    max-width: 380px;
}
.banner-bg-two {
    min-height: 700px;
}
.features-content-two p {
    width: 100%;
}
.section-title-two .title {    
    font-size: 18px;
    line-height: 22px;
    border-left: 3px solid #7ab5c3;
    text-align: left;
}
.about-img-wrap-three img:nth-child(1) {
    border-radius: 80px 0 0 0;
    max-width: 380px;
}
.about-img-wrap-three img:nth-child(2) {
    border: 5px solid var(--tg-white);
    bottom: 20%;
    width: 200px;
    right: -10px;
}
.about-img-wrap-three .experience-wrap {
    width: auto;
    border-radius: 0px 0px 0px 35px;
    padding: 30px 185px 30px 20px;
}
.about-img-wrap-three .experience-wrap .title {
    font-size: 40px;
}
.about-img-wrap-three .experience-wrap .title span {
    font-size: 18px;
}
.about-shape-wrap-two img:nth-child(1) {
    left: 1%;
}
.about-shape-wrap-two img:nth-child(2) {
    left: 33%;
    top: 10%;
}
.about-content-three p {
    width: 100%;
}
.about-shape-wrap-two img:nth-child(3) {
    width: 340px;
}
.overview-content {
    width: 100%;
}
.content-bottom .list-wrap li {
    padding: 28px 15px 28px 20px;
    min-width: 200px;
}
.content-bottom .list-wrap li .icon {
    font-size: 36px;
    margin-right: 30px;
}
.content-bottom .list-wrap li .icon::after {
    right: -15px;
}
.content-bottom .list-wrap li .content .count {
    font-size: 30px;
}
.skill-wrap {
    padding: 60px 35px;
    margin-left: 0;
}
.choose-content {
    width: 100%;
}
.project-content-top p {
    width: 100%;
}
.project-content-two .title {
    font-size: 24px;
}
.project-content-two {
    padding: 20px;
}
.project-content-two .link-btn {
    right: 20px;
    bottom: 20px;
}
.cta-inner-wrap {
    padding: 70px 30px;
}
.cta-info-wrap .icon {
    font-size: 35px;
}
.cta-info-wrap .content a {
    font-size: 26px;
}
.cta-info-wrap::before {
    right: 38px;
    height: 66px;
}
.section-top-content p {
    width: 100%;
}
.testimonial-item-two {
    padding: 30px 30px;
}
.testimonial-nav-two .slick-arrow {
    left: -30px;
}
.testimonial-nav-two .slick-arrow.slick-next {
    left: auto;
    right: -30px;
}
.pricing-head-two {
    padding: 40px 25px 40px;
}
.pricing-price-two .price {
    font-size: 35px;
}
.pricing-bottom {
    padding: 30px 25px 40px;
}
.pricing-box-two .popular {
    top: 45px;
}
.blog-post-content-two {
    padding: 35px 20px;
}
.blog-post-content-two .title {
    font-size: 22px;
}
.footer-top-two .footer-info .list-wrap li .content p br {
    display: block;
}
.footer-top-two .footer-content > p {
    width: 100%;
}
.banner-img-three {
    padding-right: 0;
}
.banner-img-three img.main-img {
    max-width: 410px;
}
.about-img-wrap-four {
    margin-right: 0;
}
.mask-img-wrap {
    height: auto;
    width: 100%;
}
.mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overview-img-two .img-two {
    left: -4%;
}
.mask-img-two {
    height: auto;
    width: 100%;
}
.banner-img-three img.img-three {
    right: -1%;
    top: 17%;
}
.banner-content-three .banner-form {
    width: 100%;
}
.header-contact-two {
    margin-right: 0;
}
.header-style-three .header-action > ul {
    margin-left: 30px;
}
.features-item-wrap-two .row [class*="col-"]:nth-child(even) .features-item-three {
    margin-top: 0;
}
.about-list-three .content p {
    width: 100%;
}
.about-img-wrap-four .icon {
    width: 90px;
    height: 90px;
    left: -1%;
    top: 11%;
    font-size: 40px;
}
.about-shape-wrap-three img:nth-child(1) {
    top: 8%;
    width: 475px;
}
.about-shape-wrap-three img:nth-child(2) {
    left: 2%;
    bottom: 6%;
}
.about-shape-wrap-three img:nth-child(3) {
    right: 31%;
    top: -3%;
}
.mask-img-two img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overview-content-two {
    margin-left: 0;
}
.overview-shape-wrap img:nth-child(1) {
    right: 0%;
    top: 8%;
}
.overview-shape-wrap img:nth-child(2) {
    right: 0%;
    top: 23%;
}
.counter-item-two .count {
    font-size: 45px;
}
.team-thumb-three::before {
    right: -63px;
    bottom: -32px;
}
.testimonial-item-wrap-three {
    padding: 32px 40px;
}
.testimonial-nav-three {
    left: auto;
    bottom: 14%;
    right: 25%;
}
.cta-inner-wrap-two {
    padding: 70px 30px;
}
.section-title-two p {
    width: 100%;
}
.banner-content-four {
    margin-top: 20px;
}
.banner-content-four .title {
    font-size: 50px;
}
.banner-content-four p {
    margin-bottom: 20px;
    width: 100%;
}
.banner-bg-four {
    padding: 60px 0 30px;
}
.banner-shape-wrap-four img:nth-child(3) {
    right: 4%;
}
.banner-shape-wrap-four img:nth-child(2) {
    right: 35%;
}
.banner-shape-wrap-four img:nth-child(1) {
    left: 26%;
    bottom: 27%;
}
.features-item-wrap-four {
    padding: 50px 25px 20px;
}
.features-icon-four {
    width: 70px;
    height: 70px;
}
.about-content-five {
    margin-left: 0;
    width: 100%;
}
.about-content-five > p {
    margin-bottom: 40px;
    width: 100%;
}
.about-success-wrap .list-wrap li .content .count {
    font-size: 40px;
}
.about-success-wrap .list-wrap li .icon {
    font-size: 50px;
    margin-right: 15px;
}
.about-img-wrap-five .experience-wrap .title {
    font-size: 50px;
}
.about-img-wrap-five img:nth-child(2) {
    left: -23px;
}
.about-shape-five img {
    left: 39%;
}
.choose-content-two {
    width: 100%;
}
.choose-content-two > p {
    width: 100%;
}
.choose-img-two img:nth-child(2) {
    right: 2%;
    top: 0%;
}
.choose-img-two img:nth-child(3) {
    right: 0%;
    top: 28%;
}
.cta-inner-wrap-three {
    padding: 50px 25px;
}
.estimate-content {
    padding: 0;
}
.testimonial-item-wrap-four {
    padding-right: 90px;
}
.pricing-box-three {
    padding: 40px 25px 40px;
}
.blog-post-content-four {
    padding: 40px 25px 30px;
}
.blog-post-content-four .title {
    font-size: 20px;
}
.blog-post-content-four .tag {
    left: 20px;
}
.banner-img-five {
    margin-left: 0;
}
.banner-img-five .main-img {
    width: 650px;
}
.banner-img-five .shape-one {
    right: -14%;
    bottom: 14%;
}
.banner-content-five .title {
    font-size: 45px;
}
.banner-area-five::after {
    right: -47%;
    top: -14%;
}
.section-title-three p {
    width: 100%;
}
.services-item-four {
    padding: 40px 25px 45px;
}
.about-img-six img:nth-child(1) {
    max-width: 100%;
}
.about-img-six {
    margin-left: 0;
}
.about-content-six {
    width: 100%;
}
.testimonial-content-five {
    padding-right: 70px;
}
.testimonial-nav-five {
    right: -90px;
}
.testimonial-img-five .shape-one {
    left: -2%;
}
.testimonial-img-five .shape-two {
    left: 7%;
}
.testimonial-img-five .shape-three {
    left: 2%;
}
.about-content-seven {
    width: 100%;
}
.success-wrap-two .list-wrap li {
    padding: 30px 20px;
    min-width: 206px;
}
.success-wrap-two .list-wrap li .icon {
    font-size: 40px;
    margin-right: 15px;
}
.success-wrap-two .list-wrap li .content .count {
    font-size: 34px;
}
.about-img-seven-wrap img:nth-child(1) {
    width: 390px;
}
.about-img-seven-wrap .experience-wrap .title {
    font-size: 50px;
}
.about-img-seven-wrap .experience-wrap p {
    font-size: 20px;
}
.about-img-seven-wrap .experience-wrap {
    min-height: 370px;
}
.about-img-seven-wrap .shape {
    left: 18%;
}
.about-content-eight .right-slide-img {
    width: 40%;
}
.about-content-eight .about-content-inner .list-wrap li .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 10px;
    margin-right: 10px;
}
.about-content-eight .about-content-bottom {
    gap: 30px 25px;
}
.about-content-eight .about-content-inner {
    margin-bottom: 30px;
}
.choose-content-three {
    margin-right: 0px;
}
.choose-img-three {
    width: 45%;
}
.counter-item-wrap-four .counter-item-three {
    padding: 28px 20px;
}
.counter-item-wrap-four .counter-icon {
    font-size: 45px;
    margin-right: 30px;
}
.counter-item-wrap-four .counter-content .count {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}
.counter-item-wrap-four .counter-icon::after {
    right: -15px;
}
.counter-item-wrap-four .counter-content p {
    font-size: 11px;
}
.counter-content-four {
    width: 100%;
}
.about-content-five.about-content-ten {
    margin: 0;
}
.about-img-wrap-ten img:nth-child(2) {
    left: 0;
}
.about-area-ten .about-shape-five img {
    left: 41%;
}
.features-content-seven {
    width: 100%;
}
.features-progress-wrap {
    width: 100%;
}
.about-content-eleven {
    width: 100%;
}
.about-img-wrap-eleven .shape-two {
    left: -32px;
    max-width: 115%;
}
.services-sidebar {
    padding-right: 0;
}
.services-details-area .row .col-29 {
    width: 32%;
}
.services-details-area .row .col-71 {
    width: 68%;
}
.services-widget {
    padding: 30px 20px 35px;
}
.services-details-content .title {
    font-size: 30px;
}
.services-details-content .title-two {
    font-size: 24px;
}
.services-cat-list .list-wrap li a {
    padding: 15px 16px;
}
.sd-inner-wrap-two .row .col-58 {
    width: 50%;
}
.sd-inner-wrap-two .row .col-42 {
    width: 50%;
}
.services-details-list .list-wrap li {
    margin-bottom: 30px;
}
.services-details-list .list-wrap li .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    font-size: 30px;
    margin-right: 10px;
}
.services-details-list-two {
    margin-right: 0;
}
.services-details-list-two .list-wrap li {
    padding: 20px 15px;
    display: block;
}
.services-details-list-two .list-wrap li .icon {
    margin-right: 0;
    margin-bottom: 10px;
}
.sd-inner-wrap-four .row .col-55 {
    width: 50%;
}
.sd-inner-wrap-four .row .col-45 {
    width: 50%;
}
.services-details-list-three .list-wrap li {
    padding: 25px 20px;
}
.sd-inner-wrap-five .left-side-content {
    margin-right: 0;
}
.project-details-wrap .row .col-29 {
    width: 35%;
}
.project-details-wrap .row .col-71 {
    width: 65%;
}
.project-details-info {
    padding: 25px 20px 28px;
}
.project-details-thumb img {
    min-height: 440px;
    object-fit: cover;
}
.project-details-content .title {
    font-size: 30px;
}
.project-details-content .title-two {
    font-size: 24px;
}
.pd-inner-wrap .content {
    margin-right: 0;
}
.pd-inner-wrap .row .col-41 {
    width: 50%;
}
.pd-inner-wrap .row .col-59 {
    width: 50%;
}
.team-details-info-wrap {
    margin-right: 0;
}
.team-details-content > .title {
    font-size: 30px;
}
.team-skill-wrap > .title-two {
    font-size: 24px;
}
.blog-sidebar {
    margin-left: 0;
}
.inner-blog-wrap .row .col-29 {
    width: 32%;
}
.inner-blog-wrap .row .col-71 {
    width: 68%;
}
.blog-widget {
    padding: 25px 20px 30px;
}
.blog-post-thumb-two img {
    min-height: 200px;
    object-fit: cover;
}
.blog-details-wrap .row .col-29 {
    width: 32%;
}
.blog-details-wrap .row .col-71 {
    width: 68%;
}
.blog-details-content > .title {
    font-size: 30px;
}
.blog-details-content blockquote {
    margin: 50px 0 60px;
    padding: 50px 100px 50px 35px;
}
.blog-details-content .title-two {
    font-size: 24px;
}
.blog-avatar-wrap {
    padding: 35px 25px;
}
.comment-respond {
    padding: 35px 25px 50px;
}
.inner-contact-info {
    padding-left: 40px;
}
.inner-contact-info .title {
    font-size: 32px;
}
.contact-info-item {
    margin-bottom: 30px;
}
.contact-map {
    height: 400px;
}
.error-content .error-404 {
    font-size: 300px;
}
.about-two-text p{
    font-size: 16px;
}
.leep-product-title a{
    font-size: 16px;
}
.about-area-fourteen {
    padding: 50px 0px 0px 0px;
  }


}



/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
.container,
.custom-container {
    max-width: 720px;
}
.menu-area {
    padding: 18px 0;
}
.menu-nav {
    justify-content: space-between;
}
.header-action {
    margin-right: 30px;
}
.menu-outer .navbar-wrap {
    display: block !important;
}
.menu-area .mobile-nav-toggler {
    display: block;
}
.header-top-left .list-wrap li::before {
    height: 25px;
}
.header-top-left .list-wrap {
    justify-content: center;
    margin-bottom: 10px;
}
.header-top-right {
    justify-content: center;
}
.header-contact::before {
    height: 25px;
}
.slider-content {
    text-align: center;
}
.slider-content .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.slider-bg {
    min-height: 620px;
    padding: 210px 0 80px;
    background-position: left center;
}
.about-img-wrap {
    margin-bottom: 50px;
}
.section-title .title {
    font-size: 34px;
}
.about-img-two {
    margin-bottom: 50px;
}
.about-shape-wrap img:nth-child(1) {
    right: auto;
    left: 16%;
}
.about-list .list-wrap li {
    font-size: 14px;
}
.success-wrap .list-wrap li .count {
    font-size: 34px;
}
.project-top-content {
    margin-left: 0;
    margin-bottom: 40px;
}
.swiper-container.project-active {
    margin-right: -285px;
}
.faq-bg-shape {
    display: none;
}
.faq-img-wrap {
    margin-bottom: 20px;
}
.faq-shape-wrap img:nth-child(1){
    display: none;
}
.faq-shape-wrap img:nth-child(2) {
    display: none;
}
.request-content .title {
    font-size: 28px;
}
.request-content {
    text-align: center;
    margin-bottom: 30px;
}
.request-content-right {
    justify-content: center;
}
.team-thumb img {
    width: 100%;
}
.testimonial-content {
    text-align: center;
}
.testimonial-info span::before {
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-nav {
    justify-content: center;
}
.contact-content {
    margin-bottom: 50px;
}
.contact-bg {
    background-position: left;
}
.footer-top .row [class*="col-"]:nth-child(3) .footer-widget {
    margin-left: 0;
}
.testimonial-img {
    margin-bottom: 50px;
}
.header-style-two .heder-top-wrap {
    display: none;
}
.header-style-two .menu-area {
    padding: 0;
}
.header-style-two {
    background: var(--tg-white);
}
.header-style-two .header-action > ul li.offcanvas-menu {
    display: none;
}
.header-style-two .header-action ul > li > a {
    border-right: 1px solid #D9D9D9;
}
.header-style-two .menu-area .mobile-nav-toggler {
    margin-top: 20px;
}
.banner-content-two {
    text-align: center;
    margin-bottom: 50px;
}
.banner-content-two .banner-btn {
    justify-content: center;
}
.banner-area-two .banner-img.text-center {
    text-align: center !important;
}
.banner-area-two .banner-img img {
    max-width: 350px;
}
.banner-shape-wrap img:nth-child(1) {
    left: 21%;
    bottom: 41%;
}
.banner-shape-wrap img:nth-child(2) {
    right: auto;
    left: 26%;
}
.banner-shape-wrap img:nth-child(3) {
    right: 38%;
    width: 386px;
}
.banner-bg-two {
    padding: 150px 0 0;
}
.about-img-wrap-three .experience-wrap {
    width: 90%;
}
.about-img-wrap-three img:nth-child(2) {
    right: 0;
}
.about-img-wrap-three {
    padding-bottom: 70px;
    margin-bottom: 50px;
}
.about-shape-wrap-two img:nth-child(1) {
    left: 14%;
    bottom: auto;
    top: 29%;
}
.about-shape-wrap-two img:nth-child(2) {
    left: auto;
    top: 2%;
    right: 16%;
}
.section-title-two .title {
    font-size: 18px;
    line-height: 22px;
    border-left: 3px solid #7ab5c3;
    text-align: left;
}
.overview-img-wrap {
    margin-bottom: 50px;
}
.content-bottom .list-wrap li {
    min-width: 250px;
}
.content-bottom .list-wrap li .icon {
    font-size: 45px;
}
.content-bottom .list-wrap li .content .count {
    font-size: 34px;
}
.choose-content {
    text-align: center;
    margin-bottom: 50px;
}
.skill-wrap {
    padding: 60px 60px;
}
.project-area-two .section-title-two {
    text-align: center;
    margin-bottom: 20px;
}
.project-content-top p {
    text-align: center;
}
.cta-btn.text-end {
    text-align: center !important;
}
.cta-content {
    margin-bottom: 40px;
    justify-content: center;
}
.cta-content .title {
    font-size: 26px;
}
.cta-inner-wrap {
    padding: 60px 30px;
}
.team-area-two .section-title-two {
    text-align: center;
    margin-bottom: 20px;
}
.section-top-content {
    text-align: center;
}
.team-thumb-two img {
    width: 100%;
}
.pricing-area-two .section-title-two {
    text-align: center;
    margin-bottom: 20px;
}
.blog-bg-two {
    background-position: left;
}
.section-title-two p {
    width: 80%;
}
.request-content-two {
    text-align: center;
    margin-bottom: 50px;
}
.request-content-two p {
    width: 80%;
    margin: 0 auto;
}
.footer-top-two .footer-info .list-wrap li .content p br {
    display: none;
}
.banner-img-three {
    text-align: center;
}
.banner-content-three {
    margin-top: 50px;
    text-align: center;
}
.banner-shape-wrap-three img:nth-child(2) {
    right: 13%;
    top: 39%;
    bottom: auto;
}
.banner-img-three img.img-two {
    left: 0%;
}
.banner-content-three .title {
    font-size: 50px;
}
.banner-shape-wrap-three img:nth-child(1) {
    right: auto;
    bottom: auto;
    top: 26%;
    left: 10%;
}
.about-img-wrap-four {
    margin-bottom: 15px;
}
.overview-img-two {
    margin-bottom: 15px;
}
.counter-item-two::before {
    display: none;
}
.team-thumb-three img {
    width: 100%;
}
.team-thumb-three::before {
    right: -88px;
    bottom: -45px;
    width: 250px;
    height: 560px;
    border-radius: 180px;
}
.testimonial-img-three {
    display: none;
}
.testimonial-area-three .row .col-63 {
    width: 100%;
}
.testimonial-item-wrap-three {
    padding: 40px 40px;
}
.testimonial-item-wrap-three .testimonial-info span::before {
    left: 0;
    transform: translateX(0);
}
.cta-inner-wrap-two {
    padding: 60px 30px;
}
.header-style-three .offcanvas-menu.offcanvas-menu-two {
    display: none;
}
.header-style-three .menu-area .mobile-nav-toggler {
    margin-top: -1px;
}
.header-style-four .header-top-right {
    display: none;
}
.header-style-four .header-top-left .list-wrap {
    margin-bottom: 0;
}
.header-style-four .heder-top-wrap {
    padding: 15px 0;
}
.header-style-four .offcanvas-menu.offcanvas-menu-two {
    display: none;
}
.header-style-four .menu-area .mobile-nav-toggler {
    margin-top: -1px;
}
.banner-shape-wrap-four img:nth-child(3) {
    right: 16%;
    width: 300px;
}
.banner-shape-wrap-four img:nth-child(2) {
    right: auto;
    left: 10%;
    bottom: auto;
    top: 27%;
}
.banner-content-four {
    margin-top: 50px;
    text-align: center;
}
.banner-bg-four {
    padding: 60px 0 140px;
}
.about-shape-five img {
    left: auto;
    right: 18%;
    bottom: auto;
    top: 33%;
}
.about-img-wrap-five {
    margin-bottom: 50px;
}
.choose-content-two {
    text-align: center;
    margin-top: 50px;
}
.choose-circle-wrap {
    justify-content: center;
}
.estimate-content {
    margin-bottom: 50px;
}
.team-thumb-four img {
    width: 100%;
}
.testimonial-img-four::before {
    left: 11.2%;
}
.testimonial-img-four {
    margin-bottom: 50px;
}
.pricing-area-three .section-title-two {
    text-align: center;
    margin-bottom: 30px;
}
.banner-content-five {
    text-align: center;
    margin-top: 50px;
}
.about-img-six img:nth-child(2) {
    bottom: -7%;
}
.about-img-six {
    margin-bottom: 50px;
}
.project-thumb-four > img {
    min-height: 290px;
    width: 100%;
    object-fit: cover;
}
.testimonial-content-five .testimonial-content {
    text-align: left;
}
.testimonial-img-five {
    margin-bottom: 50px;
}
.about-img-seven-wrap {
    margin-bottom: 50px;
}
.success-wrap-two .list-wrap li {
    padding: 30px 25px;
    min-width: 240px;
}
.success-wrap-two .list-wrap li .icon {
    font-size: 45px;
}
.success-wrap-two .list-wrap li .content .count {
    font-size: 36px;
}
.breadcrumb-bg {
    padding: 90px 0 100px;
}
.breadcrumb-content .title {
    font-size: 40px;
}
.brand-area-six {
    padding: 60px 0;
}
.about-img-eight {
    margin-bottom: 50px;
}
.about-content-eight .right-slide-img {
    width: auto;
}
.about-content-eight .about-content-inner {
    margin-bottom: 40px;
}
.choose-img-three {
    display: none;
}
.about-content-eight .about-content-inner .list-wrap li .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
    margin-right: 15px;
}
.counter-item-wrap-four .counter-item-three {
    padding: 28px 30px;
}
.counter-item-wrap-four .counter-icon {
    font-size: 60px;
    margin-right: 40px;
}
.counter-item-wrap-four .counter-content .count {
    font-size: 16px;
    text-align: left;
    line-height: 20px;
}
.counter-item-wrap-four .counter-content p {
    font-size: 11px;
}
.counter-item-wrap-four .counter-icon::after {
    right: -20px;
}
.counter-content-four {
    margin-bottom: 50px;
}
.about-img-wrap-ten {
    padding-left: 25px;
}
.about-area-ten .about-shape-five img {
    left: 16%;
}
.features-content-seven {
    margin-bottom: 50px;
}
.about-content-eleven {
    margin-top: 50px;
}
.section-title .title br {
    display: none;
}
.about-content-six {
    margin-top: 10px;
    margin-left: 0px;
}
.services-area-six .section-title-two {
    text-align: center;
    margin-bottom: 30px;
}
.services-details-area .row .col-71 {
    width: 100%;
}
.services-details-area .row .col-29 {
    width: 70%;
}
.services-sidebar {
    margin-top: 120px;
}
.services-widget {
    padding: 30px 30px 35px;
}
.brand-area-seven {
    padding: 50px 0;
}
.sd-inner-wrap-two .row .col-42 {
    width: 45%;
}
.sd-inner-wrap-two .row .col-58 {
    width: 55%;
}
.services-details-list-two .list-wrap li {
    padding: 20px;
}
.sd-inner-wrap-four .row .col-55 {
    width: 100%;
}
.sd-inner-wrap-four .thumb {
    margin-bottom: 30px;
}
.sd-inner-wrap-four .thumb img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.sd-inner-wrap-four .row .col-45 {
    width: 100%;
}
.services-details-list-three .list-wrap li .content .title {
    font-size: 20px;
}
.project-details-wrap .row .col-71 {
    width: 100%;
}
.project-details-wrap .row .col-29 {
    width: 100%;
}
.project-details-info {
    padding: 25px 35px 28px;
}
.pd-inner-wrap .row .col-41 {
    width: 100%;
}
.pd-inner-wrap .row .col-59 {
    width: 100%;
}
.pd-inner-wrap .content {
    margin-bottom: 30px;
}
.team-details-info-wrap {
    margin-bottom: 50px;
}
.team-details-thumb {
    text-align: center;
}
.inner-blog-wrap .row .col-71 {
    width: 100%;
}
.blog-post-thumb-two img {
    min-height: 230px;
}
.inner-blog-wrap .row .col-29 {
    width: 70%;
}
.blog-sidebar {
    margin-top: 120px;
}
.blog-widget {
    padding: 25px 30px 30px;
}
.blog-details-wrap .row .col-29 {
    width: 70%;
}
.blog-details-wrap .row .col-71 {
    width: 100%;
}
.inner-contact-img {
    text-align: center;
    margin-bottom: 50px;
}
.inner-contact-info {
    padding-left: 0;
}
.about-area-four{
    padding: 50px 0px 50px 0px;
}
.about-area-six{
    padding: 50px 0px 30px 0px;
}
.about-area-thirteen{
    padding: 50px 0px;
}
.about-area-fourteen{
    padding: 50px 0px 0px 0px;
}
.about-img-fourteen{
    padding-bottom: 140px;
}
.about-content-six .about-list .list-wrap{
    margin-bottom: 30px;
}
.faq-area{
    background: #fff9fe;
    padding: 50px 0px;
}
.about-two-text p{
    font-size: 16px;
}

}



/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
.custom-container {
    max-width: 100%;
}
.transparent-header {
    top: 0;
}
.about-area-two::before {
    display: none;
}
.header-top-left {
    display: none;
}
.menu-area {
    padding: 20px 0;
}
.menu-area .mobile-nav-toggler {
    margin-top: -6px;
}
.slider-content .title {
    font-size: 42px;
}
.slider-bg {
    min-height: 550px;
    padding: 180px 0 80px;
}
.about-img-wrap img.main-img {
    width: 260px;
    height: 260px;
}
.about-bg {
    padding: 100px 0 180px;
}
.about-content-thirteen{
    margin-left: 0px !important;
}
.section-title .title {
    font-size: 32px;
}
.about-img-two img:nth-child(2) {
    display: none;
}
.about-img-two .main-img img {
    border-radius: 15px;
    border: 6px solid var(--tg-white);
    width: 100%;
}
.about-area-two {
    padding: 90px 0 100px;
}
.about-img-two {
    padding-left: 0;
}
.about-shape-wrap img:nth-child(1) {
    display: none;
}
.about-list .list-wrap li {
    width: 100%;
}
.success-wrap .list-wrap li {
    width: 100%;
}
.success-wrap .list-wrap {
    flex-wrap: wrap;
    gap: 30px;
}
.about-area-two {
    padding: 70px 0 100px;
}
.services-thumb img {
    width: 100%;
}
.services-item {
    padding: 25px 20px 35px;
}
.section-title .title br {
    display: none;
}
.services-bg {
    padding: 100px 0;
}
.counter-bg {
    padding: 100px 0 70px;
}
.counter-item .count {
    font-size: 45px;
}
.project-bg {
    padding: 100px 0 70px;
}
.swiper-container.project-active {
    margin-right: 0;
}
.project-thumb img {
    width: 100%;
}
.project-content {
    margin: -85px 15px 0;
    padding: 22px 70px 22px 18px;
}
.project-content .title {
    font-size: 20px;
}
.faq-img-wrap img:nth-child(2) {
    bottom: 27%;
    width: 180px;
}
.faq-content .accordion-button {
    padding: 17px 50px 17px 20px;
}
.faq-content .accordion-body {
    padding: 20px 20px 30px;
}
.faq-area {
    padding: 50px 0px 30px 0px;
    background: #fff9fe;
}
.request-content .title {
    font-size: 25px;
}
.request-content-right {
    flex-wrap: wrap;
}
.team-bg {
    padding: 100px 0 70px;
}
.testimonial-img .review-wrap {
    max-width: 150px;
    border-radius: 10px;
    padding: 10px 10px 10px;
    left: 0;
}
.testimonial-img .review-wrap img {
    margin-bottom: 10px;
}
.testimonial-img .review-wrap .content .title {
    font-size: 30px;
}
.testimonial-nav {
    margin-top: 30px;
}
.testimonial-bg {
    padding: 100px 0;
    background-position: center;
}
.pricing-area {
    padding: 100px 0 70px;
}
.section-title.text-center.mb-60 {
    margin-bottom: 40px;
}
.contact-bg {
    padding: 100px 0;
}
.blog-post-area {
    padding: 100px 0 70px;
}
.brand-aera {
    padding-bottom: 80px;
}
.footer-top {
    padding: 80px 0 30px;
}
.footer-bottom {
    padding: 20px 0;
}
.footer-bottom .left-sider {
    text-align: center;
    margin-bottom: 15px;
}
.footer-social .list-wrap {
    justify-content: center;
}
.footer-social .list-wrap li a {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.scroll-top {
    right: 15px;
}
.section-title p br {
    display: none;
}
.testimonial-nav-two {
    display: none;
}
.header-style-two .header-action ul > li > a {
    padding: 0;
    border: none;
}
.header-style-two .header-action > ul li::before {
    display: none;
}
.search-wrap .title {
    font-size: 34px;
    margin: 0 0 30px 0;
}
.search-form input {
    padding: 10px 30px 10px;
    font-size: 20px;
}
.search-btn {
    right: 10px;
    font-size: 20px;
}
.search-form input::placeholder {
    font-size: 20px;
}
.banner-area-two .banner-img img {
    max-width: 100%;
}
.banner-shape-wrap img:nth-child(3) {
    display: none;
}
.banner-shape-wrap img:nth-child(2) {
    left: 9%;
}
.banner-shape-wrap img:nth-child(1) {
    left: 21%;
    bottom: 37%;
}
.banner-content-two .title {
    font-size: 42px;
}
.about-img-wrap-three img:nth-child(1) {
    border-radius: 40px 0 0 0;
    max-width: 100%;
}
.about-img-wrap-three img:nth-child(2) {
    display: none;
}
.about-img-wrap-three .experience-wrap {
    width: 100%;
    padding: 30px 30px 30px 20px;
}
.about-shape-wrap-two img:nth-child(1) {
    display: none;
}
.section-title-two .title {
    font-size: 18px;
    line-height: 22px;
    border-left: 3px solid #7ab5c3;
    text-align: left;
}
.about-content-thirteen p{
    font-size: 15px;
}
.about-content-four > p{
    font-size: 15px;
}
.about-content-nine p{
    font-size: 15px;
}
.about-content-six p{
    font-size: 15px;
}
.about-list-two .list-wrap li{
    font-size: 14px;
}

.about-list-two .list-wrap li i{
    width: 18px;
    height: 18px;
    font-size: 8px;
}

.about-content-six .about-list .list-wrap li i{
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.about-author-info .signature {
    display: none;
}
.about-shape-wrap-two img:nth-child(3) {
    width: 300px;
}
.services-area-two .section-title-two {
    text-align: center;
    margin-bottom: 30px;
}
.services-area-two .view-all-btn {
    text-align: center !important;
}
.overview-img-wrap img:nth-child(2) {
    display: none;
}
.overview-img-wrap .icon {
    display: none;
}
.overview-img-wrap img:nth-child(3) {
    display: none;
}
.overview-img-wrap img:nth-child(1) {
    border-radius: 130px;
}
.skill-wrap {
    padding: 40px 20px;
}
.skill-wrap .section-title-two .title {
    font-size: 30px;
}
.section-title-two .title br {
    display: none;
}
.project-thumb-two img {
    width: 100%;
}
.cta-content {
    display: block;
    text-align: center;
}
.cta-info-wrap {
    width: 100%;
    margin-bottom: 25px;
    justify-content: center;
}
.cta-info-wrap::before {
    display: none;
}
.testimonial-item-wrap-two {
    padding: 0 0px;
}
.testimonial-item-two {
    padding: 30px 20px;
}
.testimonial-avatar .avatar-info .title {
    font-size: 20px;
}
.testimonial-content-two > p {
    font-size: 18px;
}
.section-title-two p {
    width: 100%;
}
.features-item-two {
    display: block;
    text-align: center;
}
.features-icon-two {
    margin: 0 auto 20px;
}
.services-bg-two {
    padding: 100px 0 70px;
}
.overview-area {
    padding: 100px 0;
}
.choose-bg {
    padding: 100px 0;
}
.project-bg-two {
    padding: 100px 0 180px;
}
.team-area-two {
    padding: 100px 0 70px;
}
.testimonial-bg-two {
    padding: 100px 0;
}
.pricing-area-two {
    padding: 100px 0 70px;
}
.blog-bg-two {
    padding: 100px 0 70px;
}
.request-area-two {
    padding: 100px 0;
}
.footer-top-two {
    padding: 80px 0 30px;
}
.request-content-two p {
    width: 100%;
}
.header-style-three .header-action .header-contact-two {
    display: none;
}
.header-style-three .menu-area .mobile-nav-toggler {
    margin-top: -5px;
}
.banner-img-three img.main-img {
    max-width: 100%;
}
.banner-img-three img.img-three {
    display: none;
}
.banner-img-three img.img-two {
    display: none;
}
.banner-area-three::after,
.banner-area-three::before {
    display: none;
}
.overview-area-two::before {
    display: none;
}
.banner-area-three {
    padding: 110px 0 60px;
}
.banner-shape-wrap-three img:nth-child(1) {
    display: none;
}
.banner-shape-wrap-three img:nth-child(2) {
    display: none;
}
.banner-content-three .title {
    font-size: 42px;
}
.features-area-three {
    padding: 100px 0 70px;
}
.about-img-wrap-four .img-two {
    display: none;
}
.about-shape-wrap-three img:nth-child(1) {
    display: none;
}
.about-shape-wrap-three img:nth-child(3) {
    right: 22%;
    top: -7%;
}
.about-img-wrap-four .icon {
    width: 80px;
    height: 80px;
    left: -2%;
    top: 3%;
    font-size: 32px;
}
.about-area-four {
    padding: 50px 0px;    
}
.overview-img-two .img-two {
    display: none;
}
.overview-area-two {
    padding: 0 0 100px;
}
.project-area-three .section-title-two {
    text-align: center;
}
.view-all-btn.text-end {
    text-align: center !important;
}
.project-thumb-three img {
    width: 100%;
}
.project-area-three {
    padding: 0 0 70px;
}
.team-area-three {
    padding: 100px 0 70px;
}
.team-thumb-three::before {
    right: -32%;
    bottom: -12%;
    width: 80%;
    height: 160%;
    border-radius: 180px;
}
.testimonial-item-wrap-three {
    padding: 30px;
}
.testimonial-nav-three {
    display: none;
}
.cta-area-two {
    padding: 100px 0 0;
}
.blog-area-three {
    padding: 100px 0 70px;
}
.footer-top-three {
    padding: 90px 0 30px;
}
.testimonial-img-four {
    padding-left: 0;
    text-align: center;
}
.testimonial-img-four::before {
    width: 320px;
    height: 320px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-img-four .icon {
    display: none;
}
.header-style-four .heder-top-wrap {
    display: none;
}
.header-style-four .header-contact-two {
    display: none;
}
.header-style-four .menu-area .mobile-nav-toggler {
    margin-top: -6px;
}
.about-content-five .about-content-bottom {
    flex-wrap: wrap;
}
.banner-shape-wrap-four img:nth-child(3) {
    width: 200px;
}
.banner-shape-wrap-four img:nth-child(2) {
    display: none;
}
.banner-bg-four {
    padding: 50px 0 140px;
}
.banner-content-four .title {
    font-size: 42px;
}
.banner-shape-wrap-four img:nth-child(1) {
    display: none;
}
.features-item-four {
    display: block;
    text-align: center;
}
.features-icon-four {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}
.features-icon-four::before {
    right: auto;
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translateX(-50%);
    width: 16px;
    height: 3px;
}
.about-img-wrap-five img:nth-child(2) {
    display: none;
}
.about-img-wrap-five::before {
    display: none;
}
.about-img-wrap-five .experience-wrap {
    max-width: 165px;
    padding: 20px 20px;
}
.about-img-wrap-five .experience-wrap .title {
    font-size: 42px;
}
.about-img-wrap-five .experience-wrap .title span {
    font-size: 20px;
}
.about-img-wrap-five {
    padding-bottom: 0px;
}
.about-content-five .about-list {
    width: 100%;
    margin-bottom: 30px;
}
.services-area-three .section-title-two {
    text-align: center;
    margin-bottom: 30px;
}
.cta-info-wrap.cta-info-wrap-two .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
}
.testimonial-item-wrap-four {
    padding-right: 0;
}
.testimonial-nav-four {
    display: none;
}
.testimonial-content-four > p {
    font-size: 20px;
    margin-bottom: 22px;
}
.testimonial-content-four .rating {
    margin-bottom: 25px;
}
.about-area-five {
    padding: 100px 0;
}
.brand-item-wrap-two {
    padding: 50px 0;
}
.services-area-three {
    padding: 100px 0 70px;
}
.choose-area-two {
    padding: 100px 0 180px;
}
.estimate-area {
    padding: 100px 0 0;
}
.team-area-four {
    padding: 100px 0 70px;
}
.testimonial-bg-four {
    padding: 100px 0;
}
.pricing-area-three {
    padding: 100px 0 70px;
}
.blog-area-four {
    padding: 100px 0 70px;
}
.testimonial-img-four .shape {
    left: 50%;
    transform: translatex(-50%);
}
.header-style-five .header-action {
    display: none;
}
.banner-img-five .main-img {
    max-width: 100%;
    width: 100%;
}
.banner-img-five .shape-two {
    width: 90px;
}
.banner-img-five .shape-three {
    width: 50px;
    right: 16%;
    top: 9%;
}
.banner-img-five .shape-one {
    width: 150px;
    right: 0;
}
.banner-content-five .title {
    font-size: 42px;
}
.banner-area-five::after {
    display: none;
}
.banner-content-five {
    margin-top: 30px;
}
.testimonial-content-five {
    padding-right: 0;
}
.testimonial-nav-five {
    display: none;
}
.project-area-four .section-title {
    text-align: center;
    margin-bottom: 30px;
}
.project-area-four .section-title .sub-title::before {
    left: 50%;
    transform: translateX(-50%);
}
.services-area-four {
    padding: 100px 0 70px;
}
.about-area-six {
    padding: 0 0 100px;
}
.counter-area-three {
    padding: 0 0 70px;
}
.team-area-five {
    padding: 0 0 70px;
}
.project-area-four {
    padding: 100px 0 170px;
}
.testimonial-area-five {
    padding: 100px 0;
}
.blog-area-five {
    padding: 0 0 70px;
}
.breadcrumb-shape-wrap img:nth-child(2) {
    display: none;
}
.about-img-seven-wrap .experience-wrap {
    display: none;
}
.about-img-seven-wrap img:nth-child(2) {
    display: none;
}
.about-img-seven-wrap img:nth-child(1) {
    width: auto;
}
.about-img-seven-wrap {
    padding-bottom: 0;
}
.about-area-seven {
    padding: 100px 0;
}
.features-bg {
    padding: 100px 0 60px;
}
.about-img-seven-wrap {
    text-align: center;
}
.breadcrumb-content .title {
    font-size: 38px;
}
.breadcrumb-shape-wrap img:nth-child(1) {
    width: 300px;
}
.about-content-eight .about-content-inner .list-wrap {
    width: 100%;
}
.about-content-eight .about-content-inner .list-wrap li .icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
}
.about-content-eight .right-slide-img {
    margin: 30px 0 0;
}
.about-area-eight {
    padding: 100px 0;
}
.choose-area-three {
    padding: 100px 0;
}
.accordion-wrap-two .accordion-button {
    padding: 16px 50px 16px 22px;
}
.accordion-wrap-two .accordion-body {
    padding: 20px 30px 30px 22px;
}
.testimonial-area-six {
    padding: 100px 0 0;
}
.about-area-nine {
    padding: 100px 0;
}
.counter-area-four {
    padding: 30px 0 50px;
}
.counter-item-wrap-four .list-wrap li {
    width: 100%;
}
.about-area-ten {
    padding: 100px 0;
}
.about-content-ten .about-success-wrap .list-wrap {
    flex-wrap: wrap;
}
.features-area-seven {
    padding: 210px 0 100px;
}
.about-img-wrap-ten {
    padding-left: 0;
}
.about-area-eleven {
    padding: 100px 0 0;
}
.about-area-six {
    padding: 40px 0 20px;
}
.team-area-six {
    padding: 200px 0 70px;
}
.inner-services-bg {
    padding: 100px 0 70px;
}
.services-thumb img {
    width: 100%;
}
.services-area-six {
    padding: 100px 0 70px;
}
.services-area-seven {
    padding: 100px 0 70px;
}
.services-details-thumb img {
    min-height: 250px;
    object-fit: cover;
}
.services-details-content .title {
    font-size: 26px;
}
.sd-inner-wrap .row .col-56 {
    width: 100%;
}
.sd-inner-wrap .row .col-44 {
    width: 100%;
}
.sd-inner-wrap .thumb {
    margin-top: 30px;
}
.sd-inner-wrap .content .list-wrap li {
    width: 100%;
}
.accordion-wrap-three .accordion-button {
    padding: 16px 45px 16px 20px;
    font-size: 18px;
}
.accordion-wrap-three .accordion-body {
    padding: 20px 35px 30px 20px;
}
.services-details-area .row .col-29 {
    width: 100%;
}
.services-widget {
    padding: 30px 25px 35px;
}
.services-sidebar {
    margin-top: 100px;
}
.services-details-area {
    padding: 100px 0;
}
.sd-inner-wrap-two .row .col-58 {
    width: 100%;
}
.sd-inner-wrap-two .thumb img {
    width: 100%;
}
.sd-inner-wrap-two .row .col-42 {
    width: 100%;
}
.services-details-list {
    margin-top: 30px;
}
.industrial-working-wrap img {
    width: 100%;
}
.sd-inner-wrap-three .col-57 {
    width: 100%;
}
.sd-inner-wrap-three .col-43 {
    width: 100%;
}
.services-details-list-two {
    margin-bottom: 30px;
}
.services-details-list-three .list-wrap {
    flex-wrap: wrap;
}
.services-details-list-three .list-wrap li {
    display: block;
}
.services-details-list-three .list-wrap li .icon {
    margin-right: 0;
    margin-bottom: 15px;
}
.services-details-thumb-two img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.sd-inner-wrap-five .row .col-50 {
    width: 100%;
}
.sd-inner-wrap-five .left-side-content {
    margin-bottom: 30px;
}
.project-details-area {
    padding: 100px 0;
}
.project-details-thumb img {
    min-height: 250px;
}
.project-details-info {
    padding: 25px 25px 28px;
}
.project-details-content .title {
    font-size: 26px;
}
.pd-optimized-wrap {
    margin-top: 40px;
    margin-bottom: 50px;
}
.pd-inner-wrap .content .list-wrap li {
    width: 100%;
}
.pd-inner-wrap .thumb img {
    min-height: 250px;
    object-fit: cover;
    width: 100%;
}
.team-details-area {
    padding: 100px 0;
}
.team-details-content > .title {
    font-size: 26px;
}
.inner-blog-wrap .row .col-29 {
    width: 100%;
}
.blog-widget {
    padding: 25px 25px 30px;
}
.blog-area {
    padding: 100px 0;
}
.blog-sidebar {
    margin-top: 100px;
}
.blog-details-thumb img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}
.blog-details-content > .title {
    font-size: 26px;
}
.blog-details-content blockquote {
    margin: 40px 0 50px;
    padding: 40px 30px 40px 30px;
}
.blog-details-content blockquote::after {
    font-size: 40px;
    right: 16px;
    top: 16px;
}
.bd-inner-wrap .row .col-46 {
    width: 100%;
}
.bd-inner-wrap .thumb {
    margin-bottom: 30px;
}
.bd-inner-wrap .row .col-54 {
    width: 100%;
}
.bd-content-bottom .blog-post-share {
    justify-content: flex-start;
    margin-top: 15px;
}
.blog-avatar-wrap {
    padding: 30px 25px;
    display: block;
}
.blog-avatar-img {
    margin-right: 0;
    margin-bottom: 20px;
}
.comments-box {
    display: block;
}
.comments-avatar {
    margin-right: 0;
    margin-bottom: 20px;
}
.latest-comments .children {
    margin: 0;
}
.comment-form .checkbox-grp {
    align-items: flex-start;
}
.blog-details-wrap .row .col-29 {
    width: 100%;
}
.blog-details-area {
    padding: 100px 0;
}
.inner-contact-area {
    padding: 100px 0;
}
.inner-contact-info .title {
    font-size: 28px;
}
.contact-map {
    height: 350px;
}
.error-content .error-404 {
    font-size: 150px;
}
.error-content .title {
    font-size: 30px;
}
.error-content p br {
    display: none;
}
.error-area {
    padding: 100px 0;
}

}


/* Small devices (landscape phones, 576px and up) */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.container,
.custom-container {
    max-width: 540px;
}
.slider-content .title {
    font-size: 45px;
}
.about-img-wrap img.main-img {
    width: 314px;
    height: 314px;
}
.about-list .list-wrap li {
    width: 100%;
}
.success-wrap .list-wrap {
    gap: 0;
}
.success-wrap .list-wrap li {
    width: 100%;
}
.services-content .content-top .title {
    font-size: 24px;
}
.services-item {
    padding: 25px 30px 35px;
}
.swiper-container.project-active {
    margin-right: -200px;
}
.blog-post-content {
    padding: 25px 30px 30px;
}
.blog-post-content .title {
    font-size: 22px;
}
.banner-content-two .title {
    font-size: 45px;
}
.banner-area-two .banner-img img {
    max-width: 320px;
}
.banner-shape-wrap img:nth-child(1) {
    left: 21%;
    bottom: 42%;
}
.content-bottom .list-wrap li {
    min-width: 240px;
}
.skill-wrap {
    padding: 40px 40px;
}
.project-content-two .title {
    font-size: 26px;
}
.testimonial-item-two {
    padding: 30px 30px;
}
.blog-post-content-two {
    padding: 35px 25px;
}
.blog-post-content-two .title {
    font-size: 24px;
}
.banner-content-three .title {
    font-size: 45px;
}
.testimonial-item-wrap-three {
    padding: 40px;
}
.banner-content-four .title {
    font-size: 45px;
}
.about-img-wrap-five {
    text-align: center;
}
.about-shape-five img {
    right: 8%;
}
.banner-img-five .shape-one {
    width: 240px;
}
.banner-img-five .shape-three {
    width: 60px;
    right: 23%;
    top: 20%;
}
.banner-content-five .title {
    font-size: 45px;
}
.counter-icon {
    font-size: 48px;
}
.counter-item-three {
    padding: 28px 20px;
}
.about-content-eight .about-content-inner .list-wrap {
    width: 62%;
}
.about-content-eight .right-slide-img {
    margin: 0 0 0 auto;
    width: 36%;
}
.counter-item-wrap-four .list-wrap li {
    width: 100%;
}
.about-area-ten .about-shape-five img {
    left: auto;
    right: 9%;
}
.services-details-content .title-two {
    font-size: 26px;
}
.services-details-content .title {
    font-size: 28px;
}
.services-details-list .list-wrap li .icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.services-details-list-two .list-wrap li {
    padding: 25px 30px;
    display: flex;
}
.services-details-list-two .list-wrap li .icon {
    margin-right: 10px;
    margin-bottom: 0;
}
.sd-inner-wrap-four .thumb img {
    max-height: 360px;
}
.project-details-content .title {
    font-size: 28px;
}
.team-details-content > .title {
    font-size: 28px;
}
.blog-details-content > .title {
    font-size: 28px;
}
.comment-form .checkbox-grp input {
    margin-top: 5px;
}
.comment-respond {
    padding: 35px 30px 50px;
}
.blog-widget {
    padding: 25px 30px 30px;
}
.blog-avatar-wrap {
    padding: 30px 30px;
}
.inner-contact-info .title {
    font-size: 30px;
}
.error-content .error-404 {
    font-size: 200px;
}

}






/* UPDATE CSS */
@media (max-width: 1800px) {
.contact-content-two {
    padding: 140px 180px 140px 140px;
}
.banner-content-eight {
    padding: 150px 130px 150px 100px;
}


}


@media (max-width: 1500px) {
.slider-bg-two {
    min-height: 700px;
}
.slider-content-two .title {
    font-size: 55px;
}
.custom-container-five {
    max-width: 1330px;
}
.features-inner-wrap {
    padding: 80px 60px 45px;
}
.about-shape-wrap-six img:nth-child(2) {
    bottom: 5%;
}
.custom-container-six {
    max-width: 1330px;
}
.services-item-five {
    padding: 25px 25px;
}
.project-thumb-five img {
    height: 470px;
}
.project-content-five {
    left: 20px;
    bottom: 35px;
}
.project-content-five .title {
    padding: 7.5px 10px;
}
.contact-content-two {
    padding: 140px 100px 140px 100px;
}
.features-shape-six img:nth-child(2) {
    left: 2%;
}
.project-content-six {
    left: 25px;
    right: 25px;
    padding: 25px 20px 22px;
}
.project-thumb-six img {
    height: 450px;
}
.pricing-shape-two img:nth-child(2) {
    right: 3%;
}
.pricing-shape-two img:nth-child(1) {
    right: 3%;
}
.banner-bg-seven {
    min-height: 620px;
}
.banner-content-seven .title {
    font-size: 55px;
}
.project-thumb-seven img {
    height: 400px;
}
.banner-content-eight {
    padding: 100px 110px 100px 80px;
}
.banner-content-eight > .title {
    font-size: 42px;
}
.banner-follow-wrap {
    right: 20px;
}
.project-content-eight {
    left: 20px;
    right: 20px;
    bottom: 25px;
    padding: 22px 20px;
}
.team-shape-two img:nth-child(1) {
    right: 3%;
}
.team-shape-two img:nth-child(2) {
    right: 2%;
}
.banner-bg-nine {
    min-height: 680px;
}
.banner-content-nine {
    margin-top: 110px;
}
.video-area-two {
    height: 550px;
}
.banner-shape-wrap-nine img:nth-child(1) {
    width: 420px;
}


}


@media (max-width: 1199.98px) {
.menu-area-two .navbar-wrap ul li a {
    padding: 40px 10px;
}
.header-action-two .offcanvas-menu-two {
    padding-left: 15px;
}
.header-action.header-action-two > ul li {
    margin-left: 15px;
}
.header-action.header-action-two > ul li:first-child {
    margin-left: 0;
}
.slider-content-two .title {
    font-size: 50px;
}
.slider-bg-two {
    min-height: 680px;
}
.features-inner-wrap {
    padding: 50px 30px 25px;
}
.about-content-thirteen {
    margin-left: 50px;
}
.about-img-thirteen img:nth-child(2) {
    right: 0;
    width: 250px;
}
.experience-wrap-two {
    left: 26%;
}
.about-content-thirteen p {
    margin-bottom: 25px;
}
.custom-container-six {
    max-width: 960px;
}
.counter-icon-five {
    width: 70px;
    height: 70px;
    font-size: 35px;
}
.counter-content-five .count {
    font-size: 40px;
}
.counter-content-five p {
    font-size: 15px;
}
.team-thumb-six {
    width: 232px;
}
.team-content-six {
    padding: 25px 20px 25px 20px;
}
.contact-content-two {
    padding: 120px 50px 120px 40px;
}
.testimonial-item-five {
    padding: 30px 25px 35px;
}
.testimonial-item-five .testimonial-avatar .avatar-thumb {
    width: 55px;
    margin-right: 25px;
}
.banner-content-six .title {
    font-size: 42px;
}
.banner-bg-six {
    padding: 220px 0 0;
}
.banner-img-content {
    left: 120px;
}
.banner-img-content .title-one {
    font-size: 35px;
}
.banner-img-content-bottom .title {
    font-size: 48px;
}
.features-item-six {
    padding: 30px 25px;
}
.features-item-six-top {
    gap: 15px;
}
.features-icon-six {
    font-size: 55px;
}
.services-item-six {
    gap: 40px;
    margin-right: 0;
    margin-left: 0;
}
.services-thumb-six {
    width: 455px;
}
.services-content-six p {
    width: 100%;
}
.pricing-box-four {
    padding: 30px 25px 30px;
}
.pricing-head-three .title {
    font-size: 27px;
}
.pricing-shape-two img:nth-child(1) {
    width: 280px;
}
.menu-area-four .navbar-wrap ul {
    margin: 0 auto 0 90px;
}
.header-action-four .header-btn-three {
    display: none;
}
.banner-content-seven .title {
    font-size: 52px;
}
.about-content-nine {
    width: 100%;
}
.about-img-fourteen > img:nth-child(3) {
    left: 31%;
}
.about-img-fourteen .shape img:nth-child(1) {
    left: -1%;
    top: 0%;
}
.project-content-seven .content .title {
    font-size: 28px;
}
.video-area {
    padding: 200px 0;
}
.project-thumb-seven img {
    height: 380px;
}
.skill-content {
    width: 100%;
}
.skill-shape img:nth-child(1) {
    left: 0%;
}
.header-contact-four {
    display: none;
}
.header-btn-four .btn {
    display: none;
}
.banner-content-eight > .title {
    font-size: 38px;
}
.banner-content-eight {
    padding: 100px 100px 100px 60px;
}
.clients-box-two .content .title {
    font-size: 38px;
}
.clients-box-two {
    gap: 10px;
    padding: 20px;
    min-width: 210px;
}
.clients-box-two .icon {
    font-size: 50px;
}
.clients-box-wrap {
    gap: 20px;
}
.section-title-four .title br {
    display: none;
}
.about-content-fifteen > p {
    margin-bottom: 15px;
}
.about-content-fifteen > p.info-two {
    margin-bottom: 15px;
}
.services-shape-five img:nth-child(2) {
    left: 4%;
    bottom: 3%;
    width: 110px;
}
.services-shape-five img:nth-child(1) {
    right: 3%;
    top: 4%;
    width: 120px;
}
.section-title-four .title {
    font-size: 36px;
}
.overview-content-three {
    margin-left: 0;
}
.overview-img-three img:nth-child(2) {
    width: 270px;
    height: 200px;
    right: 0;
}
.overview-img-three img:nth-child(3) {
    bottom: -15%;
}
.marquee__box a {
    font-size: 48px;
}
.project-thumb-eight img {
    height: 440px;
}
.team-shape-two img:nth-child(1) {
    right: 30%;
    bottom: 5%;
}
.team-shape-two img:nth-child(2) {
    right: 18%;
}
.section-title-four p {
    width: 100%;
}
.header-action-six .header-btn {
    display: none;
}
.banner-shape-wrap-nine img:nth-child(1) {
    width: 370px;
    left: -57px;
}
.banner-content-nine .title {
    font-size: 42px;
}
.banner-content-nine p {
    width: 100%;
}
.banner-shape-wrap-nine img:nth-child(3) {
    width: 500px;
}
.banner-shape-wrap-nine img:nth-child(2) {
    width: 410px;
}
.banner-bg-nine {
    min-height: 600px;
}
.features-shape-seven img:nth-child(2) {
    right: 3%;
    top: 9%;
    width: 100px;
}
.features-shape-seven img:nth-child(3) {
    width: 600px;
}
.about-content-sixteen {
    margin-left: 0;
}
.about-img-sixteen img:nth-child(2) {
    width: 220px;
    height: 220px;
}
.about-img-sixteen img:nth-child(3) {
    left: -22px;
}
.services-item-eight {
    padding: 25px 25px;
}


}


@media (max-width: 991.98px) {
.menu-area-two {
    border-bottom: 1px solid rgba(255 255 255 / 30%);
}
.menu-area-two .menu-wrap {
    border-bottom: none;
}
.slider-content-two {
    text-align: center;
}
.slider-content-two p {
    width: 100%;
}
.slider-shape-wrap img:nth-child(1) {
    width: 300px;
}
.slider-shape-wrap img:nth-child(2) {
    width: 500px;
}
.slider-shape-wrap img:nth-child(3) {
    width: 550px;
}
.features-inner-wrap {
    padding: 60px 60px 35px;
}
.about-img-thirteen {
    margin-bottom: 20px;
}
.custom-container-six {
    max-width: 720px;
}
.team-content-six {
    padding: 35px 30px 35px 30px;
}
.team-area-inner .row [class*="col-"]:nth-child(3) .team-item-six {
    flex-direction: row;
}
.team-area-inner .row [class*="col-"]:nth-child(2) .team-item-six,
.team-area-inner .row [class*="col-"]:nth-child(4) .team-item-six {
    flex-direction: row-reverse;
}
.team-item-six {
    margin-top: -1px;
}
.team-area-inner .row [class*="col-"]:nth-child(3) .team-content-six::before {
    left: -19px;
    top: 40px;
    right: auto;
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.team-area-inner .row [class*="col-"]:nth-child(4) .team-content-six::before,
.team-area-inner .row [class*="col-"]:nth-child(2) .team-content-six::before {
    left: auto;
    top: 40px;
    right: -19px;
    clip-path: polygon(100% 50%, 0 100%, 0 0);
}
.contact-img-two {
    display: none;
}
.contact-inner-wrap .col-54 {
    width: 100%;
    flex: 0 0 auto;
}
.contact-content-two {
    padding: 120px 60px;
}
.slider-active-two .slick-dots {
    flex-direction: row;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12%;
}
.banner-content-six {
    margin-bottom: 0;
}
.banner-content-six {
    text-align: center;
}
.banner-btn-six {
    text-align: center;
}
.experience-year {
    display: none;
}
.banner-img-wrap {
    margin-bottom: -200px;
}
.banner-img-content-bottom .title {
    font-size: 40px;
}
.features-shape-six img:nth-child(1) {
    display: none;
}
.features-bg-two {
    padding: 310px 0 90px;
}
.features-shape-six img:nth-child(2) {
    top: 10%;
    width: 100px;
}
.menu-area-three {
    border-bottom: 1px solid #D4D7DB;
}
.menu-area-three .menu-wrap {
    border-bottom: none;
}
.features-item-six {
    padding: 30px 30px;
}
.services-thumb-six {
    width: 335px;
}
.services-item-six {
    gap: 25px;
}
.services-content-six p {
    margin-bottom: 20px;
}
.project-bg-four {
    padding: 120px 0 50px;
}
.project-content-top-two {
    margin-bottom: 40px;
}
.section-title-two.mb-md-20 {
    margin-bottom: 20px;
}
.pricing-box-four {
    padding: 30px 30px 30px;
}
.pricing-shape-two img:nth-child(1) {
    right: 14%;
}
.pricing-shape-two img:nth-child(2) {
    right: 25%;
}
.menu-area-four {
    padding: 18px 30px;
}
.header-action-four {
    margin-left: auto;
}
.menu-area-four .mobile-nav-toggler {
    margin-top: 0px;
}
.header-action-four > ul li {
    margin-left: 30px;
}
.header-action-four > ul li::before {
    display: none;
}
.banner-content-seven {
    text-align: center;
}
.banner-content-seven p {
    width: 100%;
}
.banner-btn-seven {
    justify-content: center;
}
.about-img-fourteen {
    margin-bottom: 0px;
}
.cta-area-six.cta-inner-wrap-four {
    padding: 50px 0;
}
.cta-content-right {
    justify-content: center;
}
.cta-content-right .cta-info-wrap {
    justify-content: center;
    flex-grow: inherit;
}
.project-thumb-seven {
    margin-bottom: 25px;
}
.video-area {
    padding: 150px 0;
}
.video-btn-two {
    margin-left: 0;
    text-align: center;
}
.testimonial-wrap {
    padding: 100px 0 50px;
}
.country-content {
    margin-bottom: 50px;
}
.testimonial-nav-six {
    bottom: 60px;
}
.offcanvas-menu-three {
    display: none;
}
.menu-area.menu-area-five {
    padding: 18px 40px;
}
.header-action-five {
    margin-left: auto;
}
.header-action.header-action-five > ul li {
    margin-left: 0;
}
.menu-area.menu-area-five .mobile-nav-toggler {
    margin-top: 0;
}
.banner-follow-wrap {
    display: none;
}
.banner-content-eight {
    padding: 100px 60px 100px 60px;
    text-align: center;
}
.banner-content-eight p {
    width: 100%;
}
.about-img-fifteen {
    margin-bottom: 50px;
}
.services-shape-five img:nth-child(1) {
    right: 2%;
    top: 2%;
    width: 100px;
}
.section-title-four .title {
    font-size: 34px;
}
.cta-btn-two {
    text-align: center;
    margin-top: 30px;
}
.overview-img-three {
    margin-bottom: 50px;
}
.team-area-eight .section-title-four {
    margin-bottom: 20px;
}
.header-action-six {
    margin-left: auto;
}
.menu-area.menu-area-six .mobile-nav-toggler {
    margin-top: 0;
}
.banner-content-nine {
    margin-top: 110px;
    text-align: center;
}
.banner-shape-wrap-nine img:nth-child(1) {
    width: 380px;
    left: -50px;
}
.banner-shape-wrap-nine img:nth-child(3) {
    width: 440px;
}
.banner-shape-wrap-nine img:nth-child(2) {
    width: 380px;
}
.features-shape-seven img:nth-child(2) {
    display: none;
}
.about-img-sixteen {
    margin-bottom: 50px;
}
.services-inner-content {
    text-align: center;
    margin-bottom: 50px;
}
.video-area-two {
    height: 500px;
}


}



@media (max-width: 767.98px) {
.slider-bg-two {
    padding: 195px 0 100px;
}
.slider-content-two .title {
    font-size: 42px;
}
.features-inner-wrap {
    padding: 50px 30px 25px;
}
.features-icon-five {
    font-size: 50px;
}
.section-pt-120 {
    padding-top: 100px;
}
.section-pb-120 {
    padding-bottom: 100px;
}
.section-pb-90 {
    padding-bottom: 70px;
}
.section-py-120 {
    padding: 50px 0;
}
.about-img-thirteen img:nth-child(2) {
    display: none;
}
.about-img-thirteen {
    position: relative;
    padding: 10px 0 10px 10px;
}
.experience-wrap-two .title {
    font-size: 48px;
}
.experience-wrap-two {
    border-radius: 40px 13px 19px 0px;
    padding: 22px 22px;
}
.experience-wrap-two span {
    font-size: 20px;
}
.about-img-thirteen img:nth-child(3) {
    right: 0%;
    bottom: -27px;
}
.about-shape-wrap-six img:nth-child(2) {
    display: none;
}
.about-shape-wrap-six img:nth-child(1) {
    top: 0;
}
.about-inner-content {
    gap: 20px;
    margin-bottom: 1px;
}
.counter-area-five {
    padding: 80px 0 50px;
}
.project-thumb-five img {
    height: 400px;
}
.project-bg-three {
    padding: 100px 0 70px;
    background-position: left;
}
.team-item-six {
    display: block;
}
.team-thumb-six {
    width: 100%;
}
.team-content-six {
    min-height: auto;
}
.team-content-six::before {
    display: none;
}
.team-area-inner {
    padding: 100px 0;
}
.team-shape-wrap img:nth-child(2) {
    top: 15%;
}
.team-shape-wrap img:nth-child(4) {
    right: 14%;
    bottom: 2%;
}
.contact-content-two {
    padding: 100px 15px;
}
.testimonial-item-five {
    padding: 30px;
}
.testimonial-bg-five {
    padding: 100px 0 70px;
}
.testimonial-shape-two img:nth-child(1) {
    right: 10%;
    bottom: 2%;
}
.banner-bg-six {
    padding: 200px 0 0;
}
.banner-content-six .title {
    font-size: 38px;
    line-height: 1.2;
}
.banner-content-six .title br {
    display: none;
}
.banner-img-content {
    left: 40px;
}
.banner-img-content .title-one {
    font-size: 26px;
    margin-left: -20px;
}
.banner-img-content-bottom {
    border-radius: 0 30px;
    padding: 15px 20px;
}
.banner-img-content-bottom .title {
    font-size: 32px;
}
.banner-img-content-bottom span {
    font-size: 18px;
}
.features-bg-two {
    padding: 290px 0 70px;
}
.features-item-six-top .title br {
    display: none;
}
.services-item-six:nth-child(even) {
    flex-direction: column;
}
.services-item-six {
    flex-direction: column;
}
.services-thumb-six {
    width: 100%;
}
.services-area-nine {
    padding: 100px 0 60px;
}
.project-thumb-six img {
    height: 400px;
}
.project-bg-four {
    padding: 100px 0 40px;
}
.testimonial-area-eight.testimonial-bg-four {
    padding: 200px 0 100px;
}
.pricing-shape-two img:nth-child(1) {
    width: 240px;
}
.pricing-shape-two img:nth-child(2) {
    right: 12%;
    bottom: 2%;
}
.pricing-bg {
    padding: 100px 0 70px;
}
.banner-content-seven .title {
    font-size: 40px;
}
.banner-shape-wrap-seven img:nth-child(1) {
    width: 200px;
}
.banner-shape-wrap-seven img:nth-child(2) {
    width: 200px;
}
.about-img-fourteen > img:nth-child(2) {
    display: none;
}
.about-img-fourteen > img:nth-child(3) {
    display: none;
}
/*.about-img-fourteen > img:nth-child(1) {
    width: 100%;
}*/
.about-img-fourteen {
    padding-bottom: 20px;
}
.about-img-fourteen .shape img:nth-child(2) {
    right: -10px;
}
.about-img-fourteen .shape img:nth-child(1) {
    display: none;
}
.services-area-ten {
    padding: 100px 0 70px;
}
.cta-content-right {
    flex-wrap: wrap;
}
.cta-content-right .cta-info-wrap {
    margin-bottom: 0;
}
.project-nav {
    justify-content: flex-start;
}
.swiper-container.project-active-two {
    margin: 0 15px;
}
.project-content-seven .content .title {
    font-size: 26px;
}
.overview-img-wrap-two::before {
    display: none;
}
.testimonial-nav-six {
    bottom: 40px;
    right: auto;
    left: 0;
}
.testimonial-wrap {
    padding: 100px 0 120px;
}
.faq-shape-two img {
    width: 180px;
}
.skill-shape img:nth-child(2) {
    width: 150px;
}
.country-content .title {
    font-size: 160px;
}
.menu-area-four {
    padding: 18px 15px;
}
.menu-area.menu-area-five {
    padding: 18px 15px;
}
.banner-content-eight {
    padding: 100px 15px;
}
.banner-content-eight > .title {
    font-size: 36px;
}
.section-title-four .title {
    font-size: 32px;
}
.about-img-fifteen {
    padding: 20px 0 0 10px;
}
.about-img-fifteen img {
    min-height: 250px;
    object-fit: cover;
}
.about-list-four .list-wrap li {
    width: 100%;
}
.clients-box-two .content .title {
    font-size: 34px;
}
.about-bg-two {
    padding: 100px 0;
}
.services-shape-five img:nth-child(1) {
    width: 70px;
}
.services-shape-five img:nth-child(2) {
    bottom: 1%;
    width: 95px;
}
.cta-area-seven {
    padding: 90px 0;
}
.overview-img-three img:nth-child(2) {
    display: none;
}
.overview-content-three .progress-wrap {
    margin-bottom: 40px;
}
.marquee__box a {
    font-size: 40px;
}
.project-item-wrap-two {
    padding: 0 15px;
}
.team-bg-eight {
    padding: 100px 0 70px;
}
.overview-img-three img:nth-child(1) {
    width: 100%;
}
.banner-shape-wrap-nine img:nth-child(1) {
    width: 310px;
}
.banner-content-nine .title {
    font-size: 36px;
}
.banner-shape-wrap-nine img:nth-child(3) {
    width: 330px;
}
.banner-shape-wrap-nine img:nth-child(2) {
    width: 240px;
}
.features-bg-three {
    padding: 100px 0 70px;
}
.about-img-sixteen img:nth-child(2) {
    display: none;
}
.about-img-sixteen img:nth-child(3) {
    width: 210px;
    height: 140px;
    left: -15px;
}
.services-area-twelve {
    padding: 100px 0 70px;
}


}



@media only screen and (min-width: 576px) and (max-width: 767px) {
.slider-content-two .title {
    font-size: 45px;
}
.about-img-thirteen img:nth-child(2) {
    display: block;
}
.team-item-six {
    display: flex;
}
.team-thumb-six {
    width: 255px;
}
.team-content-six::before {
    display: block;
}
.team-content-six {
    min-height: 310px;
}
.contact-content-two {
    padding: 100px 40px;
}
.banner-content-six .title {
    font-size: 40px;
}
.banner-img-content {
    left: 65px;
}
.features-item-six {
    padding: 45px 45px;
}
.pricing-box-four {
    padding: 55px 50px 58px;
}
.pricing-head-three .title {
    font-size: 28px;
}
.banner-bg-seven {
    min-height: 500px;
}
.banner-content-seven .title {
    font-size: 45px;
}
.project-content-seven .content .title {
    font-size: 22px;
}
.banner-content-eight > .title {
    font-size: 40px;
}
.about-img-sixteen img:nth-child(2) {
    display: block;
}
.banner-content-nine .title {
    font-size: 40px;
}
.banner-shape-wrap-nine img:nth-child(1) {
    width: 356px;
}

}

@media screen and (max-width: 767px) {

   .about-img-thirteen img:nth-child(1) {
    width: 100%;
    }

}

