

/*=====================================
      Developer : Ferdous Islam
=====================================*/




/*==============================================================================================================================
01.HOME 01
================================================================================================================================*/


/*===============================================================
1.hero-area
===============================================================*/

.heading.style1 h1 {
    font-size: 120px;
    letter-spacing: 12px;
    line-height: 105px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: .5s;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInDown both;
}
.left-right-move, .heading.style1 h1:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 66%;
    height: 100%;
    width: 100%;
    background: url(https://wp.dreamitworld.com/creati/wp-content/uploads/2025/02/hero-thumb.png);
    background-repeat: no-repeat;
    transition: .5s;
    z-index: -1;
    animation: float-bobb3;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bobb3 {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); } }

.heading.style1 h2 {
    font-size: 120px;
    letter-spacing: 12px;
    line-height: 115px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    padding-left: 220px;
    margin: 0;
    display: flex;
    gap: 25px;
    overflow: hidden;
}
.text-part {
    display: inline-block;
    position: relative;
    transform: translateX(0);
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.heading.style1 h2 .text-part.left {
    transform: translateX(-200%);
    animation-name: slide-in-left;
}

.heading.style1 h2 .text-part.right {
    transform: translateX(200%);
    animation-name: slide-in-right;
}

@keyframes slide-in-left {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        transform: translateX(200%);
    }
    100% {
        transform: translateX(0);
    }
}

.arrow-thumb {
    margin-top: 50px;
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.heading.style1 p {
    font-size: 18px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 500;
    margin: 14px 0 25px;
}

/* Dream-IT Button */
.dreamit-button.style1 {
    display: inline-block;
}
.dreamit-button.style1 .button {
    padding: 35px 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 17px;
    border: 1px solid #111111;
    border-radius: 50%;
    background: transparent;
}
.dreamit-button.style1 .button:hover {
    border: 1px solid transparent;
}
.dreamit-button.style1 .button i {
    font-size: 16px;
    text-align: center;
    background: transparent;
    color: #111111;
    display: inline-block;
    transition: .5s;
    font-weight: 900;
    position: relative;
    transform: rotate(-45deg);
}
.dreamit-button.style1 .button:hover i {
    background: transparent;
    color: #fff;
}

.dreamit-button.style1 .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111111;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.dreamit-button.style1 .button:hover::after {
    transform: scale(1.2);
}


/* Icon Box Css */
.icon-box.style1 {
    display: flex;
    align-items: center;
    gap: 15px;
    float: right;
}

.icon-box.style1 .icon-box-content .title h2 {
    margin: 0;
}
.icon-box.style1 .icon-box-content .description p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 500;
}
.icon-box.style1 .icon-box-icon .icon i {
    font-size: 30px;
    display: inline-block;
    color: #6b6b6b;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    filter: drop-shadow(0px 25px 30px rgba(17,17,17,0.1));
    background-color: #ffffff;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    transform: .5s;
}
.icon-box.style1 .icon-box-icon .icon i:hover {
    color: #fff;
}
.icon-box.style1 .icon-box-icon .icon i::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    background: #111111;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.icon-box.style1 .icon-box-icon .icon i:hover::after {
    transform: scale(1);
}



/*
===============================================================
2.video-area
===============================================================
*/


.section-title {
    position: relative;
    text-align: center;
}
.section-title .subtitle {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0 0 0;
}
.section-title .title {
    font-size: 40px;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 24px 0 0;
}
.section-title.style1 p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    /* color: #6b6b6b; */
    font-weight: 500;
    margin: 25px 0 0;
}

.video-text .heading.style1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 31px 0 20px 0;
}
.single-video.style-one {
    position: absolute;
    top: -395px;
    z-index: 0;
}
.single-video.style-one .video-icon {
    left: 16%;
    position: absolute;
    top: 56%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    /* transform: translateX(-50%) translateY(-50%); */
}
.single-video.style-one .video-icon a {
    background: transparent;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
    transform: .5s;
}
.single-video.style-one .video-icon a:hover {
    border: 1px solid #fff;
}
..single-video.style-one .video-icon a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 1px dashed transparent;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
..single-video.style-one .video-icon a:hover:before {
    border: 1px dashed #ffffff;
}



/*===============================================================
3.icon-box.style2 css start
===============================================================*/

.icon-box.style-two {
    align-items: center;
    padding: 0;
    text-align: center;
}
.icon-box.style-two .icon-box-icon .img-icon {
    transition: .5s;
}
.icon-box.style-two:hover .icon-box-icon .img-icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

@keyframes wobble_vertical {
  16.65% {
    transform: translateY(8px);
  }

  33.3% {
    transform: translateY(-6px);
  }

  49.95% {
    transform: translateY(4px);
  }

  66.6% {
    transform: translateY(-2px);
  }

  83.25% {
    transform: translateY(1px);
  }

  100% {
    transform: translateY(0);
  }
}

.icon-box.style-two .icon-box-content h2 {
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 15px 0 15px;
}
.icon-box.style-two .icon-box-content .description p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0;
}

/*  section title style2 css start  */

.section-title.style2 {
    text-align: left;
}
.section-title.style2 .subtitle {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.section-title.style2 h3 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 48px 0 50px;
}
.section-title.style2 .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.dreamit-button.style2 a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    padding: 8px 30px;
    margin: 28px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style2 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
}
.dreamit-button.style2 a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.dreamit-button.style2 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style2 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style2 a:hover:after {
    width: 100%;
    height: 50%;
}


/*===================== 4.who-area =====================*/

.who-shape {
    bottom: 15%;
    position: absolute;
    left: 47%;
    width: 100%;
    /* -webkit-animation: dance 2s alternate infinite; */
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}



/*===================== 5.Marquee-area =====================*/


/* Marquee Css */

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
    border-top: 1px solid rgba(255,255,255,0.149);
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap:0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-block .content-box {
    position: relative;
    margin-right:0px;
}

.marquee-block .content-box:last-child {
    margin-right:0px;
}


  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(calc(-100% - var(--gap)));
      transform: translateX(calc(-100% - var(--gap)));
    }
  }
.marquee-block h3 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
    padding: 26px 0px 50px;
}
.marquee-block h3 img {
    position: relative;
    top: 13px;
    margin: 0 30px 0;
    animation-name: rotateme;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}




/*
===============================================================
6.tab-area
===============================================================
*/



/*=========Tab Three============*/

.filter-tab-three #tabs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    max-width: max-content;
    border-top: 2px solid #0101010D;
    padding: 5px 0 0;
}
.filter-tab-three .container {
    max-width: 1420px;
    padding: 0;
    margin: auto;
}
.filter-tab-three #tabs li {
    position: relative;
    min-width: 200px;
    max-width: 100%;
    flex: 1;
    margin: 0;
}

.filter-tab-three #tabs h5.text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    position: inherit;
    margin: 15px 0 17px;
}
.filter-tab-three #tabs li a p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}
.filter-tab-three #tabs li a.inactive img {
    filter: brightness(0)invert(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.filter-tab-three #tabs a {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    margin: 0 10px 30px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.filter-tab-three #tabs a:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -7px;
    width: 470px;
    height: 1.5px;
    background-color: #111111;
    z-index: -1;
    transition: .5s;
}
.filter-tab-three #tabs li a.inactive {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    margin: 0 10px 30px;
    text-align: left;
    position: relative;
    z-index: 1;
}
.filter-tab-three #tabs a.inactive:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -7px;
    width: 0px;
    height: 2px;
    background-color: #111111;
    z-index: -1;
    transition: .5s;
}
.filter-tab-three #tabs li:before a.inactive {
    background-color:#ed1c24;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 30px 0 40px;
    margin: 0 10px 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.filter-tab-three #tabs li a:hover,
.filter-tab-three #tabs li a.inactive:hover {
    color: #5685bc;
    outline:none;
}
.filter-tab-three .row.tab_two {
    background: #fff;
    margin: 0 13px;
    position: relative;
    z-index: 1;
}
.filter-tab-three .content {
    padding-top: 35px;
}
.filter-tab-three .tab_content {
    padding: 0px 0px 0;
}
.filter-tab-three .tab_content h4 {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 0;
}
.filter-tab-three .tab_content .tab-text h2 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 50px 0 0;
}
.filter-tab-three .tab_content .tab-icon {
    position: relative;
    left: -78px;
    text-align: center;
    margin: 55px 0 0;
    /* animation: moveBox1; */
    -webkit-animation-duration: 0.5s;
    animation-duration: 7.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes float-bobb4 {
  0% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(-60px);
    transform: translateX(-20px); } 
}

.filter-tab-three .tab_thumb {
    position: relative;
    z-index: 1;
    float: right;
    padding-left: 25px;
}

.filter-tab-three .tab_thumb img {
    border-radius: 20px;
}

@keyframes moveBox1 {
  0% { right: 0; left: 0; }
  25% { right: 0; left: 100px; }
  50% { right: 100px; left: 0px; }
  75% { right: 0px; left: 100px; }
  100% { right: 0; left: 0; }
}

/*
===============================================================
7.service-area
===============================================================
*/

/*service box style1*/

.service-box.style1 {
    padding: 55px 40px 60px;
    background-color: #fff;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    margin-right: 100px;
    transition: .5s;
}

.service-box.style1.icon {
    transition: .5s;
}
.service-box.style1:hover .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style1 .service-content h3 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 32px 0 13px;
    transition: .5s;
}

.service-box.style1 .service-content p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0px 0 0;
    transition: .5s;
}



/*
===============================================================
8.counter-area
===============================================================
*/

.active .service-box.style1 {
    position: relative;
    top: 40px;
}

.heading.style1 h3 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0 0 0;
}
/*counter section style one*/

.single-counter.style-one {
    text-align: left;
    overflow: hidden;
    padding: 35px 0 23px;
}
.single-counter.style-one .counter-content span {
    font-size: 50px;
    letter-spacing: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    display: inline-block;
}
.single-counter.style-one .counter-content h6 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 6px 0 0;
}


.faq-area {
    border-top: 1px solid rgba(17, 17, 17, 0.102);
    /* border-bottom: 1px solid rgba(17, 17, 17, 0.102); */
    padding: 26px 0 26px;
}
.faq-area.bt {
    border-bottom: 1px solid rgba(17, 17, 17, 0.102);
}
.faq-area .heading.style1 h4 {
    font-size: 35px;
    letter-spacing: 7px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0 0 0;
}
.faq-area .heading.style1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}


.st .section-title.style2 h3 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0px 0 53px;
}

/*===================== 9.call-do-brand-area =====================*/

.left-right-mv {
    animation: float-bobb3;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.heading.style1 h5 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 115px 0 35px;
}
.heading.style1 h5:before {
    position: absolute;
    content: "";
    left: -17%;
    top: 8px;
    width: 824px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.200);
    z-index: -1;
    transition: .5s;
}
.heading.style1 h5:after {
    position: absolute;
    content: "";
    right: -17%;
    top: 8px;
    width: 824px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.200);
    z-index: -1;
    transition: .5s;
}

/*==========Brand==========*/

.brand.style1 .brand-item {
    text-align: center;
}
.brand.style1 .owl-carousel .owl-item img {
    display: inline-block !important;
    width: 100%;
}
.brand.style1 .brand-item img {
    width: 45%!important;
    opacity: 1;
    transition: .5s;
}
.brand.style1 .brand-item img:hover {
    filter: brightness(0)invert(1);
}

/*
===============================================================
10.-area
===============================================================
*/








/*===================== 11.testi-area =====================*/


.testimonial.style9 .testimonial-item {
    position: relative;
    width: 66%;
    margin: auto;
    padding: 35px 10px 30px;
    text-align: center;
}
.testimonial.style9 .testimonial-item .testi-star i {
    color: transparent;
    -webkit-text-stroke: 1px #ffab00;
    font-size: 13px;
    margin: 0 3px 0;
}
.testimonial.style9 .testimonial-item .testi-star i.active {
    color: #ffab00;
}
.testimonial.style9 .testimonial-item p.quote {
    /* font-size: 15px; */
    letter-spacing: 2px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 35px 0 35px; 
}
.testimonial.style9 .testimonial-item .author h4.name {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.testimonial.style9 .testimonial-item .author h5.designation {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
}

.testimonial.style9 .owl-nav button.owl-prev {
    color: #6b6b6b;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 0%;
    transition: .5s;
}
.testimonial.style9 .owl-nav button.owl-prev i {
    font-weight: 600;
    font-size: 15px;
    opacity: .5;
}
.testimonial.style9 .owl-nav button.owl-prev:hover {
    color: #ffab00;
}
.testimonial.style9 .owl-nav button.owl-next {
    color: #6b6b6b;
    text-align: center;
    position: absolute;
    top: 47%;
    right: 0%;
    transition: .5s;
}
.testimonial.style9 .owl-nav button.owl-next i {
     font-weight: 600;
    font-size: 15px;
    opacity: .5;
}
.testimonial.style9 .owl-nav button.owl-next:hover {
    color: #ffab00;
}


/*
==========================================================
12.contact-area
===========================================================
*/

/*dreamit-button style three*/

.dreamit-button.style3 {
    float: right;
}
.dreamit-button.style3 a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    padding: 7px 30px;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.dreamit-button.style3 a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.dreamit-button.style3 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style3 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style3 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style3 a:hover:after {
    width: 100%;
    height: 50%;
}




/*
=============================================
13.blog-area
==============================================
*/

/*==========Blog Post==========*/

.blog-post.style1 .post-item {
    border: 1px solid rgba(29, 33, 36, 0.12);
    border-radius: 15px;
    background-color: rgba(201,220,222,0);
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    padding: 25px 28px 36px;
    margin: 45px 0 0;
}
.blog-post.style1 .post-item .post-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
    line-height: 0;
}
.blog-post.style1 .post-item .post-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    content: "";
    -webkit-transition: all .10s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,-150%,0);
}

.blog-post.style1 .post-item:hover .post-thumb::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,-45deg) translate3d(0,150%,0);
}
.blog-post.style1 .post-item .post-thumb img {
    overflow: hidden;
    transition: .5s;
    width: 100%;
    border-radius: 15px;
}
.blog-post.style1 .post-item .categories {
    display: none;
}
.blog-post.style1 .post-item .single_blog_post_content {
    padding: 27px 0 0;
}
.blog-post.style1 .post-item .content .meta {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    color: #111111;
}
.blog-post.style1 .post-item .date {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
    margin: 0 0 0;
}
.blog-post.style1 .post-item h3.title {
    margin: 0;
}
.blog-post.style1 .post-item h3.title a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    margin: 12px 0 0;
    transition: .5s;
}

/*hover*/
.blog-post.style1 .post-item:hover{
    filter: drop-shadow(0 0 5px rgba(196, 196, 196, 0.5));
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
}
.blog-post.style1 .post-item:hover .post-thumb img {
    transform: scale(1);
}
.blog-post.style1 .post-item:hover h3.title a {
    text-decoration: underline !important;
}


/*
==========================================
14.footer-area
==========================================
*/



.footer .heading.style1 h3 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 35px;
}

.footer ul.item-list.style2 {
    margin: 40px 0 0;
}
.footer ul.item-list.style2 li {
    list-style: none;
    display: table;
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    padding: 0 0 15px 0;
    transition: .5s;
    position: relative;
    z-index: 1;
}
ul.item-list.style2 li:hover {
    color: #fff;
    text-decoration: underline !important;
}
.footer ul.item-list.style1 li {
    list-style: none;
}
.footer ul.item-list.style1 li a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    padding: 0 0 17px 0;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.footer ul.item-list.style1 li a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.footer-end {
    margin: 75px 0 0;
    padding: 25px 0 15px;
    border-top: 1px solid rgba(201, 220, 222, 0.149);
}
.footer-end .heading.style1 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #999999;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
    text-align: center;
    margin: 0 0 0;
    padding: 0 0 0;
}
.footer-end .heading.style1 p span {
    color: #fff;
}



/*==============================================================
================================================================
02.HOME 02
================================================================
================================================================*/



/*==========================================
home.02=01.hero-area
==========================================*/


.section-title.style4 .subtitle {
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin: 0 0 0;
}
.section-title.style4 .title {
    font-size: 53px;
    letter-spacing: 14px;
    line-height: 80px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 36px 0 0;
}
.section-title.style4 .description {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 30px 0 0;
}




/*    button.style4 css start   */
.dreamit-button.style4 a { 
    display: inline-block;
    font-size: 13px;
    letter-spacing: 4px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 30PX;
    background-color: rgba(17,17,17,0.969);
    border: 1px solid #ffffff;
    padding: 13px 30px;
    margin: 19px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s; 
}
.dreamit-button.style4 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.dreamit-button.style4 a:hover i {
    transform: rotate(0deg);
}
.dreamit-button.style4 a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.dreamit-button.style4 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style4 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style4 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style4 a:hover:after {
    width: 100%;
    height: 50%;
}


/*==========dreamit-button.style5===============*/

.dreamit-button.style5 {
    position: relative;
    left: 78%;
}
.dreamit-button.style5 a.button {
    padding: 2px 3px;
    border: 2px solid black;
    border-radius: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #111111;
}
.dreamit-button.style5 a:hover {
    color: #111111;
}
.dreamit-button.style5 a i {
    display: inline-block;
    transform: rotate(90deg);
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: -5px;
}





/*
==========================================
home.02=02.service-area
==========================================
*/

.icon-box.style3 {
    display: flex;
    align-items: center;
    padding: 0px 0 60px 0;
    transition: 0.5s;
    gap: 50px;
}
.icon-box.style3 .icon-box-icon {
    flex-shrink: 0;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.icon-box.style3 .icon-box-icon .img-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style3 .icon-box-icon .img-icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.icon-box.style3:hover .icon-box-icon .img-icon:before {
    transform: scale(1);
}

.icon-box.style3:hover .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}

.icon-box.style3 .icon-box-icon:before {
    content: "";
    position: absolute;
    height: 188px;
    width: 1px;
    background: rgba(17, 17, 17, 0.102);
    left: 50%;
    top: -50px;
    z-index: -1;
    transition: .5s;
}
.icon-box.style3:hover .icon-box-icon:before {
    background: #111111;
}
/*.icon-box.style3 .icon-box-icon:after {
    content: "";
    position: absolute;
    height: 46px;
    width: 1px;
    background: #fff;
    left: 50%;
    top: 80px;
    z-index: -1;
    transition: .5s;
}
.icon-box.style3:hover .icon-box-icon:after {
    background: #111111;
}
*/

.icon-box.style3 .icon-box-content .title {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style3 .icon-box-content .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
    width: 92%;
}



/*
==========================================
home.02=03.counter-area
==========================================
*/


/*counter section style two*/

.single-counter.style_two {
    padding: 200px 0 220px;
    margin: 35px 0 50px;
}
.single-counter.style_two .counter-content span {
    font-size: 50px;
    letter-spacing: 13px;
    line-height: 26px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
}
.single-counter.style_two .counter-content span.suffix {
    letter-spacing: 0;
}
.single-counter.style_two .counter-content h6 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.single-counter.style_two .counter-content.counter {
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.single-counter.style_two .counter-content.counter:before {
    position: absolute;
    content: "";
    z-index: 1;
    transition: .5s;
    width: 340px;
    height: 340px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgba(24, 24, 24, 0.102);
    display: inline-block;
}
.single-counter.style_two .counter-content.counter:hover:before {
    width: 460px;
    height: 460px;
    left: 0;
    right: 0;
    top: 56px;
    bottom: 0;
}
.single-counter.style_two .counter-content.counter:after {
    position: absolute;
    content: "";
    z-index: -1;
    transition: .5s;
    width: 460px;
    height: 460px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
   background: #fff;
    display: inline-block;
    transform: scale(0);
}
.single-counter.style_two .counter-content.counter:hover:after {
    
    transform: scale(1);
}
/*
==========================================
home.02=04.counter-area
==========================================
*/




/*========== Portfolio style one ==========*/

.portfolio-filter.style_one .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter.style_one ul {
    margin: 0;
    list-style: none;
    padding: 28px 0 0;
}
.portfolio-filter.style_one ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}
.portfolio-filter.style_one li.current_menu_item {
    background: #111111;
    color: #fff;
}
.portfolio-filter.style_one .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter.style_one .port-thumb {
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.portfolio-filter.style_one .portfolio-filter .content .single-content img {
    width: 100%;
    height: 100%;
}
.portfolio-filter.style_one  .content .grid-item {
    padding: 0;
    margin: 0;
}
.portfolio-filter.style_one  .content .grid-item .single-content{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.portfolio-filter.style_one .single-content .prot_content{
    position: relative;
    z-index: 2;
     border-radius: 0 0 4px 4px;
}
.portfolio-filter.style_one .single-content:before {
    content: '';
    position: absolute;
    background: rgba(24, 24, 24, 0.800);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.portfolio-filter.style_one .single-content:hover:before{
    opacity: 1;
}
.portfolio-filter.style_one .single-content .prot_content {
    position: absolute;
    padding: 18px 27px 26px;
    left: 0;
    right: 0;
    bottom: -50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    transition: all 400ms linear;
}
.portfolio-filter.style_one .single-content:hover .prot_content{
    bottom: 40%;
}
.portfolio-filter.style_one .content .grid-item .prot_content h4 {
    margin: 0;
}
.portfolio-filter.style_one .content .grid-item .prot_content h4 a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.portfolio-filter.style_one .content .grid-item .prot_content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 21px;
    position: relative;
    padding-left: 31px;
}
.portfolio-filter.style_one .content .grid-item .prot_content p:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0px;
    width: 22px;
    border: 1px solid #fff;
}
.portfolio-filter.style_one .single-content .picon {
    cursor: pointer;
    z-index: 22;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #111111;
    display: inline-block;
    font-size: 16px;
    top: -52px;
    transition: all 400ms linear;
    left: 32%;
    right: 0;
    margin: auto;
}
.portfolio-filter.style_one .content .picon a i{
    color: #fff;
}
.portfolio-filter.style_one .content .video-icon {
    display: inline-block;
    transition: all 500ms linear;
    position: absolute;
    top: -52px;
    z-index: 2;
    right: 48px;
}
.portfolio-filter.style_one .content .video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #111111;
    display: inline-block;
    font-size: 13px;
}
/*hover*/
.portfolio-filter.style_one .single-content:hover .picon{
    top: 7%;
}
.portfolio-filter.style_one .single-content:hover .video-icon {
    top: 7%;
}





/*
==========================================
home.02=05.counter-area
==========================================
*/


/*style five*/
.work_progress.style5 {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 1;
}
.work_progress.style5 .icon {
    display: inline-block;
    position: relative;
    transition: .5s;
}
.work_progress.style5:hover .icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.work_progress.style5 h3.title {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 26px;
    color: #111111;
    font-weight: 600;
    display: inline-block;
    margin: 16px 0 0;
}







/*==============================================================
================================================================
03.HOME 03
================================================================
================================================================*/



/*==========================================
home.03=01.hero-area
==========================================*/


.section-title.style5 .subtitle {
    font-size: 35px;
    letter-spacing: 11px;
    line-height: 26px;
    color: #fefefe;
    font-weight: 600;
    margin: 0 0 0;
}
.section-title.style5 .title {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #fefefe;
    font-weight: 400;
    margin: 34px 0 0;
}

.form-area.quote_form {
    background: #fff;
    padding: 60px 55px;
    border-radius: 15px;
    margin: 20px 0 0;
}
.form-area.quote_form .form-control {
    border-radius: 10px;
    background-color: #f9f9f9;
    border: 1px solid rgba(17,17,17,0.1);
    width: 100%;
    height: 50px;
    padding-left: 25px;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 2px;
    color: #8e8e8e;
    outline: 0;
}
/*placeholder*/
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #8e8e8e!important;
}
textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #8e8e8e!important;
}
.form-area.quote_form .buttons {
    text-align: center;
}
.form-area.quote_form .buttons input {
    border-radius: 22px;
    background-color: rgba(17,17,17,0.969);
    border: 1px solid #111111;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 13px 50px;
    display: inline-block;
    transition: .5s;
    margin: 10px 0 0;
}


/*==========================================
home.03=02.Icon-area
==========================================*/

/*icon box style four*/

.icon-box.style4 {
    display: flex;
    align-items: center;
    transition: 0.5s;
    gap: 70px;
    margin: 0px 0 72px 0;
}

.icon-box.style4 .icon-box-icon .img-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #d9cece;
}
.icon-box.style4 .icon-box-icon .img-icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.icon-box.style4:hover .icon-box-icon .img-icon:before {
    transform: scale(1);
}
.icon-box.style4:hover .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.icon-box.style4 .icon-box-content .title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style4 .icon-box-content .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.border-mid {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.border-mid:before {
    position: absolute;
    content: "";
    z-index: -1;
    transition: .5s;
    background: rgba(17, 17, 17, 0.102);
    width: 1px !important;
    height: 255px;
    left: 49%;
    top: 7px;
}


/*==========================================
home.03=03.portfolio-area
==========================================*/


/*========== Portfolio style two==========*/

.portfolio-filter.style_two .filters {
    width: 100%;
    text-align: center;
    margin-bottom: 39px;
}
.portfolio-filter.style_two ul {
    margin: 0;
    list-style: none;
    padding: 28px 0 0;
}
.portfolio-filter.style_two ul li {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 25px;
    padding: 10px 0;
    cursor: pointer;
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 45px 20px 7px;
    display: inline-block;
    border-radius: 30px;
}
.portfolio-filter.style_two li.current_menu_item {
    background: #111111;
    color: #fff;
}
.portfolio-filter.style_two .content {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
}
.portfolio-filter.style_two .single-content {
    margin: 20px 20px 25px;
}
.portfolio-filter.style_two .port-thumb {
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style-two .icon-number span:before {
    content: "";
    position: absolute;
    height: 188px;
    width: 1px;
    background: rgba(14, 14, 14, 0.200);
    left: 50%;
    top: -50px;
    z-index: -1;
    transition: .5s;
}
.portfolio-filter.style_two .grid-item:hover .port-thumb:before {
    transform: scale(1);
}
.portfolio-filter.style_two .single-content img {
    width: 100%;
    height: 100%;
}

.portfolio-filter.style_two .single-content .prot_content h4 a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0;
    transition: .5s;
}
.portfolio-filter.style_two .single-content .prot_content h4:hover a {
    text-decoration: underline !important;
}


/*==========================================
home.03=04.why-thumb-area
==========================================*/

.why-head .heading.style1 h2 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    margin: 0;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding: 0 0 37px;
}
.section-title.style6 {
    text-align: left;
    margin: 0 0 22px;
    padding-left: 68px;
}
.section-title.style6 h3 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
.section-title.style6 .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #c2c2c2;
    font-weight: 400;
    margin: 18px 0 0;
}
.duel-bd {
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.duel-bd:before {
    position: absolute;
    z-index: -1;
    transition: .5s;
    content: "";
    left: 10px;
    top: 15px;
    background: rgba(255, 255, 255, 0.302);
    width: 1px;
    height: 358px;
}
.duel-bd:after {
    position: absolute;
    z-index: -1;
    transition: .5s;
    content: "";
    left: 10px;
    top: 15px;
    background: rgba(255, 255, 255);
    width: 1px;
    height: 136px;
      animation: moveBorder 8s linear infinite;
}
@keyframes moveBorder {
    
    50% {
        top: 60%;
    }
    100% {
    bottom: 50%;
}
}



/*==========================================
home.03=05.about-area
==========================================*/

.heading.style-2 h2 {
    font-size: 40px;
    letter-spacing: 10px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 0;
    padding: 0 0 60px;
}
/*style seven*/

.section-title.style7 {
    text-align: left;
    padding: 0 0 38px;
}
.section-title.style7 .title {
    font-size: 18px;
    letter-spacing: 7px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    margin: 0px 0 0; 
}
.section-title.style7 .description {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    padding: 34px 0 0;
    margin: 0;
}
.heading.style-2 h6 {
    font-size: 18px;
    letter-spacing: 7px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    margin: 0 0 22px;
}

/* start skilss*/
.skills {
    position: relative;
    margin-bottom: 25px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 25px;
}

.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 0px;
}
.skills .skill-item .skill-header .skill-title {
    font-size: 12px;
    letter-spacing: 4px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0;
}
.skills .skill-item .skill-bar .bar-inner .skill-percentage {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    top: 0;
    position: absolute;
    right: 0;
}
.skills .skill-item .skill-bar {
    position: relative;
    background: #dcdcdc;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(12,110,109,0.095);
}
.skills .skill-item .skill-bar .bar-inner .bar {
    left: 0px;
    position: absolute;
    top: 0;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    transition: all 3000ms ease;
    height: 4px;
    border-radius: 2px;
    background-color: #111111;
}
.skills .skill-item .bar.progress-line {
    position: relative;
}

.skills .bar.progress-line:before {
    position: absolute;
    content: "";
    top: -6px;
    right: 0;
    width: 6px;
    height: 15px;
    background-color: transparent;
}



/*==========================================
home.03=06. tab-area
==========================================*/
















/*==============================================================
================================================================
04.HOME 04
================================================================
================================================================*/

/*==========================================
home.04=01.slider-area
==========================================*/


.hero-text-wrap {
    text-align: center;
}
.dreamit-slick-slider .hero-text-wrap h4 {
    font-size: 15px;
    letter-spacing: 7px;
    /* line-height: 26px; */
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both; 
    margin: 0 0 10px;
} 
.dreamit-slick-slider .hero-text-wrap h1 { 
    font-size: 71px;
    letter-spacing: 36px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    -webkit-animation: 1s 1.6s fadeInUp both;
    animation: 1s 1.6s fadeInUp both;
    margin: 80px 0 90px;
}
.slider-buttons {
    display: flex !important;
    justify-content: center;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 6px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: 400;
    font-family: "Plus Jakarta Sans";
    border-radius: 30px;
    background-color: #111111;
    border: 1px solid transparent;
    padding: 12px 39px;
    outline: 0;
    overflow: hidden;
    position: relative;
    z-index: 2222;
    transition: .5s;
    box-shadow: none; 
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover {
    color: #111111;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 21px;
    background: #ffffff;
    transform: scale(0);
    transition: .5s;
}
.dreamit-slick-slider .single-slick.style_one .hero-text-wrap .btn:hover:before {
    transform: scale(1);
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two {
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
    margin-left: 38px;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two:hover{
    color:#fff;
    border: 1px solid transparent;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_two:before {
    background: #111111;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three {
    padding: 19px 10px;
    border: 2px solid black;
    border-radius: 25px;
    display: inline-block;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    left: -10px;
    top: 200px;
    font-size: 12px;
    line-height: 24px;
    color: #111111;
    background: transparent;
    outline: 0;
    box-shadow: none; 
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three:hover {
    color: #111111;
    border: 2px solid black;
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three i {
    background: transparent;
    color: #111111;
    display: inline-block;
    transform: rotate(90deg);
    font-weight: 900;
    font-size: 15px;
    position: relative;
    top: -5px; 
}
.dreamit-slick-slider .single-slick.style_one a.btn.btn-gradientstyle_three:before {
    display: none;
}


/* slick slider dot */
.slick-slider ul.slick-dots {
    position: absolute;
    left: 40px;
    top: 44%;
    list-style: none;
}
.slick-slider ul.slick-dots li button {
    display: inline-block;
    /* height: 8px; */
    /* width: 8px; */
    padding: 4px 4px;
    font-size: 0;
    border: 1px solid #111111;
    background: transparent;
    border-radius: 10px;
    margin: 7px 0;
    line-height: 0;
}
.slick-slider ul.slick-dots li.slick-active {
    position: relative;
    z-index: 1;
}
.slick-slider ul.slick-dots li.slick-active:before {
    position: absolute;
    content: "";
    left: 1px;
    top: 15px;
    height: 8px;
    width: 8px;
    border-radius: 4px;
    background: #111111;
}









/*==========================================
home.04=02.feature-area
==========================================*/


/*icon box style four*/
.icon-box.style5 {
    /* display: flex; */
    /* align-items: center; */
    transition: 0.5s;
    gap: 40px;
    /* margin: 0px 0 72px 0; */
    text-align: center;
}

.icon-box.style5 .icon-number span {
    width: 80px;
    height: 80px;
    background: transparent;
    color: #111111;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #d9cece;
    line-height: 80px;
    margin-bottom: 40px;
}
.icon-box.style5 .icon-number span:before  {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.icon-box.style5:hover .icon-number span:before {
    transform: scale(1);
}
.icon-box.style5:hover .icon-number span {
   color: #fff;
}
.icon-box.style5 .icon-box-content .title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 0 0 0;
}
.icon-box.style5 .icon-box-content .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.border-mid2 {
    position: relative;
    z-index: 1;
    transition: .5s;
}



/*==========================================
home.04=03.about-area
==========================================*/

.single-video.style-two {
    margin: 56px 0 0;
}
.single-video.style-two .choose-video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.single-video.style-two .video-icon a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: rgba(24,24,24,0.2);
    border: 1px solid #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    /* -webkit-animation: ripple-red 1s linear infinite; */
    /* animation: ripple-red 1s linear infinite; */
    -webkit-transition: .5s;
}

/*==========================================
home.04=04.-area
==========================================*/


.portfolio-filter.style_three .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 70px;
}
.portfolio-filter.style_three .grid-item:nth-child(1) {
    grid-row: 1;
    grid-column: 1/9;
}

.portfolio-filter.style_three .grid-item:nth-child(2) {
    grid-row: 1;
    grid-column: 9/13;
}

.portfolio-filter.style_three .grid-item:nth-child(3) {
    grid-row: 2;
    grid-column: 1/5;
}
.portfolio-filter.style_three .grid-item:nth-child(4) {
    grid-row: 2;
    grid-column: 5/13;
}

.portfolio-filter.style_three .grid-item img {
    width: 100%;
    height: 535px;
}
.portfolio-filter.style_three .port-thumb {
    line-height: 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.portfolio-filter.style_three .grid-item .port-thumb:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background: rgba(99, 97, 97, 0.4);
    transform: scale(0);
    transition: .5s;
}
.portfolio-filter.style_three .grid-item:hover .port-thumb:before {
    transform: scale(1);
}
.portfolio-filter.style_three .prot_content {
    text-align: center;
    margin: 20px 0 0;
}
.portfolio-filter.style_three .prot_content p {
    margin: 0;
}
.portfolio-filter.style_three .prot_content h3 {
    margin: 0 0 0;
}
.prot_content h3 a {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
}
.mc4wp-form-fields input {
    border: 0;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    outline: 0;
    background: rgba(255,255,255,0.20);
    color: #fff;
}

.mc4wp-form-fields button {
    height: 45px;
    border: 0;
    outline: 0;
    border-radius: 5px; 
    padding: 0 10px;
}


/*==========================================
home.04=05.-area
==========================================*/

.filter-tab-two .container {
    width: 1420px;
    margin: 0 auto;
    padding: 0;
}
.filter-tab-two ul {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-right: 45px;
}
.filter-tab-two ul li {
    list-style: none;
    text-align: left;
    margin: 0 0 40px;
}

.filter-tab-two ul:before {
    position: absolute;
    z-index: -1;
    transition: .5s;
    content: "";
    left: -58px;
    top: 0px;
    background: rgba(0, 0, 0, 0.10);
    width: 2px;
    height: 358px; 
}
.filter-tab-two #tabs a {
    position: relative;
    z-index: 1;
    transition: .5s;
    cursor: pointer;
}
.filter-tab-two #tabs a:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: -58px;
    top: 0;
    background: #000000;
    width: 2px;
    height: 115px;
}
.filter-tab-two #tabs a.inactive:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: -58px;
    top: 0;
    background: transparent;
    width: 2px;
    height: 115px;
}

.filter-tab-two ul#tabs h5 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

.filter-tab-two ul#tabs p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6B6B6B;
    font-weight: 400;
    margin: 18px 0 0;
}

.filter-tab-two .text .tab_content {
    margin-left: 16px;
}
.filter-tab-two .text h1 {
    font-size: 25px;
    letter-spacing: 9px;
    line-height: 38px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 0 0 0;
}
.filter-tab-two .text p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 19px 0px 0px; 
}

.filter-tab-two .text .tab-button a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(17,17,17,0.969);
    border: 1px solid #ffffff;
    padding: 8px 30px;
    margin: 38px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.filter-tab-two .text .tab-button a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.filter-tab-two .text .tab-button a:hover i {
    transform: rotate(0deg);
}
.filter-tab-two .text .tab-button a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.filter-tab-two .text .tab-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.filter-tab-two .text .tab-button a:hover:before {
    width: 100%;
    height: 50%;
}
.filter-tab-two .text .tab-button a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.filter-tab-two .text .tab-button a:hover:after {
    width: 100%;
    height: 50%;
}








/*====================================================================
home.05
=====================================================================*/





/*========================home.05 = 01. counter-area========================*/

.heading.style-2 h4 {
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 35px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    text-align: center;
    margin: 0 0 51px;
}

/*   counter section style three   */

.single-counter.style_three {
    display: flex;
    text-align: left;
    gap: 30px;
    align-items: center;
}
.single-counter.style_three .icon {
    width: 80px;
    height: 80px;
    background: #fff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    border: 1px solid #d9cece;
}
.single-counter.style_three:hover .icon {
    border: 1px solid transparent;
}
.single-counter.style_three .icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #111111;
    transform: scale(0);
    transition: .5s;
}
.single-counter.style_three:hover .icon:before {
    transform: scale(1);
}
.single-counter.style_three:hover .icon img {
    filter: brightness(0) invert(1);
}
.single-counter.style_three .counter-content span {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    font-family: "Plus Jakarta Sans";
}
.single-counter.style_three .counter-content .suffix {
    color: #111111;
}
.single-counter.style_three .counter-content h6 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 4px 0 0;
}

/*==========================home.05 = 02. about-area=============================*/

.heading.style-2 h3 {
    font-size: 30px;
    letter-spacing: 9px;
    line-height: 60px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0px;
}


/*==========================home.05 = 03. service-area=============================*/


/*   service box style 2 css start   */

.service-box.style2 {
    padding: 5px 20px 60px;
    background: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.service-box.style2 .service-box-icon {
    transition: .5s;
}
.service-box.style2:hover .service-box-icon {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style2 .service-content h3 {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 35px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 19px 0 8px;
}
.service-box.style2 .service-content p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}



/*==========================home.05 = 04. case study-area=============================*/


/*section-title.style8*/

.section-title.style8 {
    text-align: center;
}
.section-title.style8 .title {
    font-size: 30px;
    letter-spacing: 14px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 0;
}
.section-title.style8 .description {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 17px auto 0;
}


.case-study.style1 .case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 52px;
}
.case-study.style1 .gird-item {
   transition: .5s;
}
.case-study.style1 .gird-item img {
    max-width: 100%;
    height: auto;
    display: block;
}
.case-study.style1 .gird-item .image {
    position: relative;
    z-index: 1;
    transition: .5s;
    line-height: 0;
    overflow: hidden;
}
.case-study.style1 .gird-item .content h4 {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    background-color: #111111;
    margin: 0 0 0;
    padding: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -58px;

}
.case-study.style1 .gird-item:hover .content h4 {
    bottom: 0px;
}
.case-study.style1 .gird-item .content h4 a {
    color: #ffffff;
}





/*==========================home.05 = 05. testimonial-area=============================*/



/* =========== Testimonial style 1 =========== */
.testimonial.style1{
    padding: 10px;
}

.testimonial.style1 .testimonial-item {
    padding: 35px 35px 30px;
    transition: all .4s ease 0s;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 7px;
    background: #fff;
    margin: 15px 0 0;
}
.testimonial.style1 .testimonial-item  .author {
    line-height: 0;
}
.testimonial.style1 .testimonial-item .author img {
    width: 15% !important;
    display: inline-block;
}
.testimonial.style1 .testimonial-item p.quote {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 27px 0 22px;
}
.testimonial.style1 .testimonial-item .bio h4.name {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.testimonial.style1 .testimonial-item .bio h5.designation {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
}






/*====================================================================
home.06
=====================================================================*/




/*==============home.06 = 01. service-area==============*/


/*service-box.style4*/
.service-box.style4 {
    padding: 20px 25px 20px;
    background-color: transparent;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-box.style4 .service-box-icon {
    width: 80px;
    height: 80px;
    line-height: 98px;
    background: #111111;
    color: white;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: .5s;
    display: inline-block;
    border: 1px solid #111111;
}
.service-box.style4 .service-box-icon img {
    filter: brightness(0) invert(1);
}
.service-box.style4 .service-box-icon:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f9f9f9;
    transform: scale(0);
    transition: .5s;
}
.service-box.style4:hover .service-box-icon:before {
    transform: scale(1);
}
.service-box.style4:hover .service-box-icon img {
    filter: brightness(1) invert(0);
    border: 1px solid #f9f9f9;
}

.service-box.style4 .service-box-icon:hover img {
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}
.service-box.style4 .service-content .service-box-title h3 {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    transition: .5s;
    margin: 26px 0 0;
}



/*==============home.06 = 02. service-area==============*/



/*style nine*/
.section-title.style9 {
    text-align: center;
}
.section-title.style9 .title {
    font-size: 25px;
    letter-spacing: 8px;
    line-height: 30px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 0px 0 0;
}
.section-title.style9 p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 35px 0 0;
}

/*service-box.style5 */

.service-box.style5 {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 4px 0;
}
.service-box.style5 .single-image {
    position: relative;
    z-index: 1;
    transition: .5s;
    line-height: 0;
}
.service-box.style5 .content {
    text-align: center;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
}
.service-box.style5 .service-box-title h3 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 5px;
}
.service-box.style5 .content p.description {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #efeded;
    font-weight: 400;
    transition: .5s;
    margin: 0 0 0;
}
.service-box.style5 .service-btn a {
    padding: 17px 25px;
    font-size: 13px;
    letter-spacing: 1px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    border: 1px solid #ffffff;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 0 0px;
    opacity: 0;
}
.service-box.style5:hover .service-btn a {
    opacity: 1;
    margin: 0 0 35px;
}
.service-box.style5 .service-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 20px;
    transform: scale(0);
    transition: .5s;
}
.service-box.style5 .service-btn a:hover:before {
    transform: scale(1);
}
.service-box.style5 .service-btn a:hover {
    color: #111111;
    border: 1px solid transparent;
}



/*==============home.06 = 03. team-area==============*/

/*section-title.style10 */

.section-title.style10 {
    text-align: left;
    padding-right: 40px;
}
.section-title.style10 h2 {
    font-size: 25px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 0 0 40px;
}
.section-title.style10 p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}


/*style six*/

.dreamit-button.style6 .dreamit-button a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    margin: 35px 0 0;
    border-bottom: 1px solid #111111;
    transition: .5s;
}
.dreamit-button.style6 .dreamit-button a i {
    display: inline-block;
    margin-left: 6px;
    font-weight: 700;
    transform: rotate(-45deg);
   transition: .5s;
}
.dreamit-button.style6 .dreamit-button a:hover i {
    transform: rotate(0deg);
}

/*  team style 3 css start  */

.team.style3 {
    position: relative;
    z-index: 1;
    line-height: 0;
    transition:0.5s;
}
.team.style3 .image {
    position: relative;
    z-index: 1;
    transition: .5s;
}
.team.style3 .team-content {
    position: absolute;
    bottom: 17px;
    text-align: center;
    left: 0;
    right: 0;
}
.team.style3 .team-content ul.social-icon {
    margin: 0 0 0px;
    opacity: 0;
    transition: .5s;
}
.team.style3:hover .team-content ul.social-icon {
    margin: 0 0 19px;
    opacity: 1;
}
.team.style3 .team-content ul.social-icon li {
    list-style: none;
    display: inline-block;
}
.team.style3 .team-content ul.social-icon li a {
    display: inline-block;
    color: #b2b2b2;
    font-size: 15px;
    letter-spacing: 12px;
    transition: .5s;
}
.team.style3 .team-content ul.social-icon li a:hover {
    color: #ffffff;
}
.team.style3 .team-content h2 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 0;
}

/*==============home.06 = 03. call-do-area==============*/

.heading.style-3 h2 {
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 50px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0;
}

.dreamit-button.style8 {
    text-align: center;
}
.dreamit-button.style8 a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    background-color: rgba(17, 17, 17, 0.97);
    position: relative;
    z-index: 1;
    border-radius: 22px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    padding: 9px 24px;
    overflow: hidden;
    transition: 0.5s;
}
.dreamit-button.style8 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
    transition: .5s;
}
.dreamit-button.style8 a:hover i {
    transform: rotate(0deg);
}
.dreamit-button.style8 a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.dreamit-button.style8 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style8 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style8 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.dreamit-button.style8 a:hover:after {
    width: 100%;
    height: 50%;
}




/*==============home.06 = 03. testimonoal-area==============*/


/*style 10*/

.testimonial.style10 .testimonial-item {
    position: relative;
    width: 66%;
    margin: auto;
    padding: 35px 10px 30px;
    text-align: center;
}
.testimonial.style10 .icon_image_testi {
    display: inline-block;
}
.testimonial.style10 .testimonial-item p.quotess {
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 26px;
    color: #111111;
    font-weight: 400;
    text-align: center;
    margin: 32px 0 0;
}
.testimonial.style10 .testimonial-item p.quote {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 35px 0 35px;
}
.testimonial.style10 .testimonial-item .bio h4.name {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}
.testimonial.style10 .testimonial-item .bio h5.designation {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #6b6b6b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 0;
}




/*nav*/
.testimonial.style10 .owl-nav {
    display: flex;
    justify-content: space-between;
}
.testimonial.style10 button.owl-prev i, 
.testimonial.style10 button.owl-next i {
    display: inline-block;
    background-color:transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    position: absolute;
    top: 58%;
}

/*==============home.06 = 04. contact-area==============*/

.form-area.quote_form_three .form-control {
    width: 100%;
    padding-left: 25px;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 1px;
    color: #111111;
    outline: 0;
    height: 55px;
    border-radius: 0;
    background-color: rgba(255,255,255,0);
    border: 1px solid #111111;
    margin: 0 0 12px;
}
.form-area.quote_form_three .form-control p {
    margin: 0;
}
.form-area.quote_form_three .wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
}
.form-area.quote_form_three .buttons {
    text-align: center;
    margin: 20px 0 0;
}
.form-area.quote_form_three .buttons input {
    background: #111111;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
    color: #ffffff;
    box-shadow: none;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 11px 32px;
    border-radius: 20px;
}



/*====================================================================
home.07
=====================================================================*/




/*==============home.07 = 01. hero-area==============*/


.heading.style-3 h1 {
    font-size: 100px;
    letter-spacing: 10px;
    line-height: 130px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.heading.style-3 h1:before {
    position: absolute;
    content: "";
    top: 59%;
    left: 39%;
    height: 100%;
    width: 100%;
    background: url(https://wp.dreamitworld.com/creati/wp-content/uploads/2025/03/home7-thumb.png);
    background-repeat: no-repeat;
    transition: .5s;
    z-index: -1;
    animation: float-bobb3;
    -webkit-animation-duration: 0.5s;
    animation-duration: 2.9s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.heading.style-3 h3 {
    font-size: 100px;
    letter-spacing: 10px;
    line-height: 130px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 0;
    padding-left: 29%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.heading.style-3 h3:before {
    position: absolute;
    content: "";
    top: 46px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(https://wp.dreamitworld.com/creati/wp-content/uploads/2025/03/home7-arrow.png);
    background-repeat: no-repeat;
    transition: .5s;
    z-index: -1;
}
.heading.style-3 p {
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    font-weight: 500;
    margin: 38px 0 0;
}


.dreamit-button.style9 {
    text-align: center;
}
.dreamit-button.style9 .button {
    padding: 35px 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 17px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background:  rgba(255,255,255,0.4);
}
.dreamit-button.style9 .button:hover {
    border: 1px solid transparent;
}
.dreamit-button.style9 .button i {
    font-size: 16px;
    text-align: center;
    background: transparent;
    color: #ffffff;
    display: inline-block;
    transition: .5s;
    font-weight: 900;
    position: relative;
    transform: rotate(-45deg);
}
.dreamit-button.style9 .button:hover i {
    background: transparent;
    color: #fff;
}

.dreamit-button.style9 .button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #111111;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}

.dreamit-button.style9 .button:hover::after {
    transform: scale(1.2);
}











/*====================================================================
Inner-Page
=====================================================================*/



/*================ About-01 ==================*/


.dreamit-button.style10 a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #111111;
    padding: 7px 30px;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.dreamit-button.style10 a i {
    transform: rotate(-50deg);
    display: inline-block;
    margin-left: 3px;
}
.dreamit-button.style10 a:hover {
    color: #ffffff;
    border: 1px solid transparent;
}
.dreamit-button.style10 a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #111111;
    transition: .5s;
}
.dreamit-button.style10 a:hover:before {
    width: 100%;
    height: 50%;
}
.dreamit-button.style10 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #111111;
    transition: .5s;
}
.dreamit-button.style10 a:hover:after {
    width: 100%;
    height: 50%;
}


/*================ About-02 ==================*/


.about1 .single-counter.style_three .icon {
    background: #111111;
}
.about1 .single-counter.style_three .icon:before {
    background: #ffffff;
}
.about1  .single-counter.style_three .icon img {
    filter: brightness(0) invert(1);
}
.about1  .single-counter.style_three:hover .icon img {
    filter: brightness(1) invert(0);
}


/*================ About-03 ==================*/
.mt img {
    width: 100%;
}
.section-title.style11 {
    text-align: left;
}
.section-title.style11 h2 {
    font-size: 45px;
    letter-spacing: 14px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 0 0 0;
}
.section-title.style11 h5 {
    font-size: 18px;
    letter-spacing: 9px;
    line-height: 25px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 400;
    margin: 22px 0 52px;
}
.section-title.style11 p {
    font-size: 16px;
    line-height: 27px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 35px;
    width: 90%;
}

.heading.style-4 p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 15px 0 0;
}
.heading.style-4 p span {
    text-decoration: underline;
    cursor: pointer;
    transition: .5s;
}
.heading.style-4 p span:hover {
    color: #111111;
}

/*================ countdawn ==================*/



.timer-section.style1 .timer-content {
    text-align: center;
}
.timer-section.style1 .bio h2 {
    font-size: 45px;
    letter-spacing: 14px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
}
.timer-section.style1 .timer-content .bio h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #999999;
    font-weight: 400;
    margin: 52px 0 72px;
}
.timer-section.style1 .timer-content .date-timer ul li {
    list-style: none;
    display: inline-block;
}
.timer-section.style1 .timer-content .date-timer ul li:nth-child(2) {
    padding: 0 200px 0;
}
.timer-section.style1 .timer-content .date-timer ul li:nth-child(3) {
    padding-right: 200px;
}
.timer-section.style1 .timer-content .date-timer ul li h3{
    color: #fff;
    font-size: 100px;
    letter-spacing: 5px;
    line-height: 55px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 30px;
}
.timer-section.style1 .timer-content .date-timer ul li p {
    font-size: 16px;
    line-height: 55px;
    color: #999999;
    font-weight: 700;
}

.timer-section.style1 .timer-content .timer-btn a {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Plus Jakarta Sans";
    border-radius: 22px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #ffffff;
    padding: 7px 30px;
    margin: 58px 0 0;
    position: relative;
    z-index: 1;
    transition: .5s;
    overflow: hidden;
}
.timer-section.style1 .timer-content .timer-btn a:hover {
    color: #111111;
    border: 1.5px solid transparent;
}
.timer-section.style1 .timer-content .timer-btn a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 0%;
    border-radius: 22px 22px 0 0;
    background: #fff;
    transition: .5s;
}
.timer-section.style1 .timer-content .timer-btn a:hover:before {
    width: 100%;
    height: 50%;
}
.timer-section.style1 .timer-content .timer-btn a:after {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 0%;
    border-radius: 0 0 22px 22px;
    background: #fff;
    transition: .5s;
}
.timer-section.style1 .timer-content .timer-btn a:hover:after {
    width: 100%;
    height: 50%;
}


/*================ service ==================*/

/*========== Flip Box========== */

/* front Part */
.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: left;
    -ms-flex-align: center;
    /*height: 200px;*/
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
        transition: .5s;
        overflow:hidden;
}
.flip-box .flip-box-inner .front-part {
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 50px 30px 50px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.102);
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 18px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0;
}

.flip-box .flip-box-inner .front-part .front-background-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
    z-index: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 45px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span {
    color: #111111;
    font-size: 55px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
    margin-bottom: 10px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 25px;
    font-family: 'Rajdhani';
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}
.front-part .front-content-part .front-btn-part .front-btn.icon-after i {
    margin-left: 4px !important;
}


/* Back Part */
.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 60px 10px 60px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.102);
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: none;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 18px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #b8b8b8;
    font-weight: 400;
    margin: 0;
}


.flip-box .flip-box-inner .back-part::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0.1;
    z-index:-1;
}
.flip-box .flip-box-inner .back-part .back-background-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.flip-box .flip-box-inner .back-part .back-content-part{
    width: 100%;
    z-index: 1;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 5px !important;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 9px !important;
    margin-top: -2px;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part, .back-part {
/*    min-height: 320px;*/
}


/*========== Circular infographic ========== */


.outer-circle {
    position: relative;
    width: 672px;
    height: 672px;
    border-radius: 50%;
    border: 1px solid rgba(17,17,17,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.circle-container {
    position: relative;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    animation: zoomIn 1.5s ease-in-out forwards;
}

.center-text {
    position: absolute;
    text-align: center;
    width: 75%;
    transition: opacity 0.3s ease-in-out;
}
.center-text h3 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 55px;
    text-transform: uppercase;
    color: #111111;
    font-weight: 600;
    margin: 0;
}
.center-text p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
}
.circle-item {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #111111;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid white;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.circle-item img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}
.circle-item:hover {
    transform: scale(1.2);
}
        
/* Positioning icons */

.circle-item:nth-child(1) {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.circle-item:nth-child(2) {
    top: 20%;
    right: 5px;
}
 .circle-item:nth-child(3) {
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.circle-item:nth-child(4) {
    top: 20%;
    left: 8px;
}
.circle-item:nth-child(5) {
    bottom: 20%;
    right: -5px;
}
 .circle-item:nth-child(6) {
    bottom: 20%;
    left: -5px;
}




/*========== Project planner ========== */

.form-group h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 12px;
}

.form-area.quote_form_two {
    background: #fff;
    padding: 0;
    margin: 68px 0 0;
}
.form-area.quote_form_two .form-group {
    padding: 0 20px;
}
.form-area.quote_form_two .form-control {
    width: 100%;
    padding-left: 25px;
    transition: 0.5s;
    font-size: 15px;
    letter-spacing: 2px;
    color: #111111;
    outline: 0;
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #beb7b7;
    margin: 0 0 30px;
}
.form-area.quote_form_two .form-inner textarea {
    height: 150px;
}
/*placeholder*/
.form-area.quote_form_two input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control::placeholder {
    color: #8e8e8e!important;
}
.form-area.quote_form_two textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #8e8e8e!important;
}


.form-area.quote_form_two .form-group label {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 12px;
}
.form-area.quote_form_two .form-group legend {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 26px;
}
.form-area.quote_form_two .form-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    margin-right: 5px;
}

.form-area.quote_form_two .form-group input[type="checkbox"]:checked {
  background-color: #111111;
  position: relative;
}

.form-area.quote_form_two .form-group input[type="checkbox"]:checked::after {
    content: "\2714";
    font-size: 12px;
    color: white;
    position: absolute;
    left: 2px;
    top: -7px;
}

.form-area.quote_form_two .form-group h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 26px;
}
.form-area.quote_form_two select#budget, 
.form-area.quote_form_two select#timeframe {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    background: transparent;
    color: #111111;
    outline: 0;
    height: 60px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #beb7b7;
    transition: 0.5s;
    margin: 0 0 12px;
}
.form-area.quote_form_two .form-group.mt {
    margin: 24px 0px 0;
}
.form-area.quote_form_two .form-group p#description {
    width: 80%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 22px 0 0;
}
.form-area.quote_form_two .buttons {
    text-align: right;
}
.form-area.quote_form_two .buttons input {
    border-radius: 22px;
    background-color: rgba(17,17,17,0.969);
    border: 1px solid #111111;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 13px 40px;
    display: inline-block;
    transition: .5s;
    margin: 28px 0 0;
}


/*========== Contact Page ========== */

/*style six*/

.icon-box.style6 {
    display: flex;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    border: 1px solid #000000;
    padding: 36px 40px 53px;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.icon-box.style6:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-radius: 5px;
    background: #111111;
    transition: .5s;
}

.icon-box.style6:hover:before {
    width: 100%;
}
.icon-box.style6 .icon-box-icon {
    display: inline-block;
    margin-right: 18px;
}
.icon-box.style6 .icon-box-icon .icon {
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #111111;
    display: inline-block;
    transition: 0.5s;
}

.icon-box.style6:hover .icon-box-icon .icon {
    background-color: #ffffff;
}
.icon-box.style6 .icon-box-icon .icon i {
    font-size: 20px;
    color: #fff;
    transition: 0.5s;
    display: inline-block;
}
.icon-box.style6:hover .icon-box-icon .icon i {
    color: #111111;
}
.icon-box.style6 .icon-box-icon:hover .icon i {
    animation: 1s ease-in-out 0s normal none infinite running kmacb-circle-img-anim;
}
.icon-box.style6 .icon-box-content h4 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #6b6b6b;
    font-weight: 400;
    margin: 0 0 0;
    transition: 0.5s;
}
.icon-box.style6:hover .icon-box-content h4 {
    color: #999999;
}
.icon-box.style6 .icon-box-content p {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #111111;
    font-weight: 500;
    margin: 5px 0 0;
    transition: 0.5s;
}
.icon-box.style6:hover .icon-box-content p {
    color: #ffffff;
}






/*============================ Dark Version ================================= */

.dark .dreamit-button.style1 .button::after {
    background: #ffffff;
}
.dark .dreamit-button.style1 .button i {
    color: #fff;
}
.dark .dreamit-button.style1:hover .button i {
    color: #111111;
}
.dark .icon-box.style1 .icon-box-icon .icon i {
    background-color: #1f2627;
}
.dark .icon-box.style-two .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.dark .filter-tab-three .row.tab_two {
    background: #111111;
}
.dark .service-box.style1 {
    background-color: #292929;
}
.dark .service-box.style1 .icon img {
    filter: brightness(0) invert(1);
}
.dark .faq-area {
    border-top: 1px solid rgba(255, 255, 255, 0.102);
}
.dark .faq-area.bt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.dark .blog-post.style1 .post-item {
    border: 2px solid  rgba(255, 255, 255, 0.102);
    background-color: transparent;
}
.dark .blog-post.style1 .post-item:hover {
   border: 2px solid  rgba(255, 255, 255, 0.102);
    background-color: transparent;
}
.dark .icon-box.style3 .icon-box-icon .img-icon {
    background: #111111;
}
.dark .icon-box.style3 .icon-box-icon .img-icon img {
    filter: brightness(0) invert(1);
}
.dark .icon-box.style3 .icon-box-icon .img-icon:before {
    background: #fff;
}
.dark .icon-box.style3:hover .icon-box-icon .img-icon img {
    filter: brightness(1) invert(0);
}
.dark .single-counter.style_two .counter-content.counter:before {
    border: 1px solid rgba(255,255,255,0.202);
}
.dark .single-counter.style_two .counter-content.counter:after {
    background: #222222;
}
.dark .work_progress.style5 .icon img {
    filter: brightness(0) invert(1);
}
.dark .form-area.quote_form {
    background: #222222;
}
.dark .form-area.quote_form .form-control {
    background-color: #111111;
    border: 1px solid rgba(255,255,255,0.1);
}
.dark .border-mid:before {
    background: rgba(255, 255, 255, 0.149);
}
.dark .outer-circle {
    border: 1px solid rgba(255,255,255,0.15);
}
.dark .circle-item {
    border: 2px solid transparent;
}
.dark .circle-item:hover {
    background: #fff;
}
.dark .circle-item:hover img {
    filter: brightness(1) invert(0);
}
.dark .circle-container {
    background: #111111;
}
.dark .center-text h3 {
    color: #fff;
}
.dark .skills .skill-item .skill-bar {
    background-color: #111111;
}
.dark .skills .skill-item .skill-bar .bar-inner .bar {
    background-color: #fff;
}


.dark .icon-box.style5 .icon-number span {
    color: #fff;
}
.dark .icon-box.style5 .icon-number span:before {
    background: #fff;
}
.dark .icon-box.style5:hover .icon-number span {
    color: #111111;
    border: 1px solid transparent;
}
.dark .border-mid2:before {
    background: #3f3b3b;
}
.dark .prot_content h3 a {
    color: #fff;
}
.dark .service-box.style2 .service-box-icon img {
    filter: brightness(0) invert(1);
}
.dark .testimonial.style1 .testimonial-item {
    background: #181818;
}

.dark .filter-tab-two ul:before {
    background: rgba(255,255,255, 0.302);
}
.dark .case-study.style1 .gird-item .content h4 {
    color: #111111;
    background-color: #ffffff;
}
.dark .case-study.style1 .gird-item .content h4 a {
    color: #111111;
}
.dark .form-area.quote_form_three .form-control {
    border: 1px solid #222;
}
.dark .form-area.quote_form_three .buttons input {
    border: 1px solid #fff;
}

.dark .portfolio-filter.style_two ul li {
    background: transparent;
}
.dark .portfolio-filter.style_two .single-content .prot_content h4 a {
    color: #fff;
}
.dark .filter-tab-two ul:before {
    background: #999999;
}
.dark .filter-tab-two #tabs a:before {
    background: #fff;
}
.dark .filter-tab-two #tabs a.inactive:before {
    background: transparent !important;
}
.dark .single-counter.style_three .icon {
    background: transparent;
    border: 1px solid #222222;
}
.dark .single-counter.style_three .icon:before {
    background: #fff;
}
.dark .single-counter.style_three .icon img {
    filter: brightness(0) invert(1);
}
.dark .single-counter.style_three:hover .icon img {
    filter: brightness(1) invert(0);
}
.sv .icon-box.style3 .icon-box-icon .img-icon {
    background: #f9f9f9;
}



















