/* ========

Template Name: Shivka - Personal Portfolio HTML Template

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


/* =========
--- CSS INDEX ---
1.Fonts CSS
2.Common CSS
3.Loader CSS
4.Navbar CSS
5.Banner CSS
6.About Us CSS
7.Counter CSS
8.Services CSS
9.Portfolio CSS
10.My Clients CSS
11.Working Steps CSS
12.Pricing CSS
13.Testimonial CSS
14.Blog CSS
15.Footer CSS
16.Back To Top CSS
17.All Over World CSS
18.Cta CSS
19.About Us Page CSS
20.Services Page CSS
21.Service Detail Page CSS
22.Portfolio Page CSS
23.Portfolio Detail Page CSS
24.Faq Page CSS
25.Pricing Page CSS
26.Blog Grid Page CSS
27.Blog List Page CSS
28.Blog Detail Page CSS
29.Contact Us Page CSS
30.404 Error Page CSS
============*/

/*==========Fonts CSS Start==========*/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfonte0a5.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.3.0') format('embedded-opentype'), 
    url('../fonts/fontawesome-webfonte0a5.woff2?v=4.3.0') format('woff2'), 
    url('../fonts/fontawesome-webfonte0a5.woff?v=4.3.0') format('woff'), 
    url('../fonts/fontawesome-webfonte0a5.ttf?v=4.3.0') format('truetype'), 
    url('../fonts/fontawesome-webfonte0a5.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*==========Fonts CSS End==========*/


/*==========Common CSS Start==========*/
body{
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden !important;
    font-size: 15px;
    line-height: 24px;
    color: #10161b;
}

/*==Scrollbar==*/

::-webkit-scrollbar {
    width: 5px;
}

::-moz-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #bfbfbf;
}

::-moz-scrollbar-track {
    background-color: #bfbfbf;
}

::-webkit-scrollbar-thumb {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

::-moz-scrollbar-thumb {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

::-moz-scrollbar-thumb:hover {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

input,
input:focus,
input:hover,
button,
button:hover,
button:focus {
    outline: none;
}

section {
    overflow: hidden;
}

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

p {
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    font-weight: normal;
    margin-bottom: 12px;
}

.dark-bg {
    background-color: #252439;
}

.dark-bg p {
    color: #c2c2d3;
}

.h1-title {
    font-family: 'Jost', sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 100px;
}

.text-black {
    color: #10161b;
}

.text-white {
    color: #ffffff;
}

.h2-title{
    font-family: 'Jost', sans-serif;
    font-size: 65px;
    line-height: 80px;
    font-weight: 700;
    padding-bottom: 25px;
    padding-top: 12px;
}

.h3-title {
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
}

.subtitle {
    display: flex;
    align-items: center;
}

.subtitle-circle {
    margin-right: 10px;
}

.subtitle-circle-one {
    display: flex;
    align-items: center;
}

.subtitle-circle1-one, .subtitle-circle2-one, .subtitle-circle1-two, .subtitle-circle2-two {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
}

.subtitle-circle2-one, .subtitle-circle2-two {
    margin-left: 5px;
}

.subtitle-circle-two {
    display: flex;
    align-items: center;
    margin-top: 5px;
}


.h2-subtitle {
    position: relative;
    font-family: 'Jost', sans-serif;
    font-size: 22px;
    color: #fb7878;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    display: inline-block;
}

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

.sec-btn {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    height: 60px;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    -webkit-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    -moz-box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    box-shadow: 5px 5px 30px 0px rgba(195,120,251,0.35);
    display: inline-block;
    overflow: hidden;
    padding: 18px 40px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.sec-btn::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    transform: scale(0.2, 1);
}

.sec-btn:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;   
}

.sec-btn:hover {
    -webkit-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    -moz-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.link-btn {
    display: inline-flex;
    align-items: center;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.link-btn:hover {
    color: #c278fc;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.link-btn span {
    margin-right: 8px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.link-btn i {
    font-size: 20px;
}

.link-btn:hover span {
    margin-right: 12px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -12px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    background: #cccccc;
    opacity: 1;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c378fb;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.80);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.60);
}

.form-input-one {
    width: 100%;
    height: 60px;
    background: #ffffff;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #10161b;
    border: none;
    border-radius: 50px;
    outline: none;
    padding: 12px 30px;
    box-shadow: none;
}

.form-input-two {
    width: 100%;
    height: 60px;
    background: #ffffff;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 24px;
    color: #10161b;
    border: none;
    border-radius: 30px;
    outline: none;
    padding: 12px 30px;
    box-shadow: none;
}

.object-right-one {
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(0, -50%);
    z-index: -1;
}

.object-left-one {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(0, -50%);
    z-index: -1;
}

.aliment-right-two {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aliment-left-two {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aliment-right-two img, .aliment-left-two img {
    width: 70%;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: hero-bounce;
}

.toggle-button {
    position: fixed;
    top: 10px;
    right: 30px;
    width: 60px;
    height: 60px;
    padding: 0 15px;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    border-radius: 100%;
    text-align: center;
    border: none;
    outline: none;
    display: none;
    z-index: 110;
  }
  
.toggle-button span {
    width: 30px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin: 0 auto 6px auto;
    position: relative;
    top: 0;
    opacity: 1;
    float: right;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
  }

.ham {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.toggle-menu .hamRotate {
    transform: rotate(45deg);
  }

.toggle-menu .hamRotate180 {
    transform: rotate(180deg);
  }

.line-ham {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #ffffff;
    stroke-width: 5.5;
    stroke-linecap: round;
  }

.ham8 .top {
    stroke-dasharray: 40 160;
  }

.ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
  }

.ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
  }

.toggle-menu .ham8 .top {
    stroke-dashoffset: -64px;
  }

.toggle-menu .ham8 .middle {
    transform: rotate(90deg);
  }

.toggle-menu .ham8 .bottom {
    stroke-dashoffset: -64px;
 }
  
  .black-shadow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0.5;
    z-index: 90;
    display: none;
  }
/*==========Common CSS End==========*/


/*==========Loader CSS Start==========*/
.loader-box-one {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

@-webkit-keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .loader-one {
    position: absolute;
    margin: -18px 0 0 -18px;
    border: 4px solid #fb7878;
    box-sizing: border-box;
    overflow: hidden;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    animation: loader-spin 2s linear infinite reverse;
    filter: url(#goo);
    box-shadow: 0 0 0 1px #fb7878 inset;
  }
  .loader-one:before {
    content: "";
    position: absolute;
    -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
            animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
    background: linear-gradient(to right, #fb7878 0%, #ffaf74 100%);
    transform-origin: top center;
    border-radius: 50%;
    width: 150%;
    height: 150%;
    top: 50%;
    left: -12.5%;
  }

.loader-box-two {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #252439;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/*==========Loader CSS End==========*/
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: 0.3s;
    border-bottom: solid 1px #707070;
    height: 15%;
}

.site-header.two {
    border-bottom: solid 1px rgb(255,255,255,0.2);
}

.header-bottom {
  padding: 30px 0;
  background-color: transparent;
  box-shadow: none;
}

.site-branding a {
    display: inline-block;
    position: relative;
}

.site-branding a img {
    width: 100%;
}

.header-menu{
    position: relative;
    text-align: right;
}
.main-navigation{
    display: inline-block;
}

.main-navigation ul {
    list-style: none;
    font-size: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
}

.main-navigation ul li:first-child {
    margin-left: 0;
    padding-left: 0;
}

.main-navigation ul li {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    margin-left: 24px;
    padding-left: 24px;
    position: relative;
}

.main-navigation ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    transition: 0.3s;
   font-family: 'Jost', sans-serif;
}

.main-navigation.one ul li a {
    color: #10161b;
}

.main-navigation.two ul li a {
  color: #ffffff;
}

.header-btn, .header-btn-two {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 45px;
    text-transform: uppercase;
}


.header-btn .sec-btn:hover.sec-btn::after {
    background-color: #fb7878;
}

.main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
    color: #fb7878;
}

.main-navigation ul li.sub-items>a:before {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    font-family: 'FontAwesome';
    font-size: 16px;
    transition: 0.3s;
}

.site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
    color: #010f2e;
}

.site-header.two.sticky-header .main-navigation ul li a, .site-header.two.sticky-header .search-icon a, .site-header.two.sticky-header .main-navigation ul li.sub-items>a:before, .site-header.two.sticky-header .main-navigation ul li.active>a:before {
    color: #ffffff;
}

.main-navigation ul li.sub-items>a {
    padding-right: 15px;
    position: relative;
}

.main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {
    transform: translate(0,-50%) rotate(-180deg);
    transition: 0.3s;
}

.main-navigation ul li:first-child {
    margin-left: 0;
    padding: 0;
}

.main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 200px;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 1px 1px 60px rgba(0,0,0,0.1);
    display: none;
    transition: 0.3s;
    z-index: 150;
}

.main-navigation.two ul li ul.sub-menu {
    background: #302f43;
    box-shadow: 1px 1px 60px rgba(0,0,0,0.2);
}

.main-navigation ul li:hover ul.sub-menu {
    display: block;
    animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
    from {
        transform: translate(0, 20px);
        opacity: 0;
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.main-navigation ul li ul.sub-menu li {
    display: block;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.main-navigation.two ul li ul.sub-menu li {
    border-bottom: 1px solid rgb(255,255,255,0.2);
}

.main-navigation ul li ul.sub-menu li:first-child {
   padding-left: 24px;
}

.main-navigation.two ul li ul.sub-menu li:first-child {
    padding-left: 24px;
} 

.main-navigation ul li ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-navigation ul li ul.sub-menu li a {
    display: block;
    padding: 10px 7px;
}

.main-navigation ul li ul.sub-menu li a {
    display: block;
    color: #10161b;
    padding: 5px 15px;
    transition: 0.3s;
}

.main-navigation.two ul li ul.sub-menu li a {
    color: #ffffff;
}

.main-navigation ul li ul.sub-menu li a:hover {
    color: #fb7878;
    transition: 0.3s;
}

.main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
    color: #fb7878;
}

.site-header.sticky-header .main-navigation ul li.sub-items:hover>a, .site-header.sticky-header .main-navigation ul li a:hover, .site-header.sticky-header .main-navigation ul li.active>a, .site-header.sticky-header .main-navigation ul li.sub-items:hover>a:before, .site-header.sticky-header .main-navigation ul li a:hover:before, .site-header.sticky-header .main-navigation ul li.active>a:before, .site-header.sticky-header .main-navigation ul li ul.sub-menu li a:hover, .site-header.two.sticky-header .main-navigation ul li.active>a:before {
    color: #fb7878;
}
/*==Sticky Header Start==*/
.site-header.sticky-header {
    background-color: #ffffff;
    box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.1);
    transition: 0.3s;
    border-bottom: none;
    height: 14%;
}

.site-header.two.sticky-header {
    background-color: #1b1a2d;
    box-shadow: 6px 6px 60px 0px rgba(0,0,0,0.2);
}

.sticky-header .header-bottom {
    padding: 20px 0px;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    transition: 0.3s;
}

@keyframes headerSlideDown {
    0% {
      margin-top: -150px;
    }
    100% {
      margin-top: 0;
    }
  }
/*==Sticky Header End==*/
/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner-one {
    position: relative;
    width: 100%;
    z-index: 0;
    padding-top: 196px;
}

.banner-blur-one {
    position: absolute;
    top: -280px;
    left: -280px;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.banner-blur-two {
    position: absolute;
    top: -280px;
    right: -280px;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
    }
  }
  
  @keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
    }
}

.banner-bg-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-object-one {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: -1;
}

.banner-object-two {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1;
}

.banner-bg-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-title .h1-title span:last-child {
    background: linear-gradient(to right, #fb7878 0%, #ffaf74 100%);
    background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner-title .h1-title span:first-child img {
    animation-name: wave-animation; 
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}

@keyframes wave-animation {
    0% { transform: rotate( 0.0deg) }
   10% { transform: rotate(14.0deg) }
   20% { transform: rotate(-8.0deg) }
   30% { transform: rotate(14.0deg) }
   40% { transform: rotate(-4.0deg) }
   50% { transform: rotate(10.0deg) }
   60% { transform: rotate( 0.0deg) }
  100% { transform: rotate( 0.0deg) }
}

.banner-title .h1-title {
    margin-bottom: 18px;
}

.banner-title .h2-subtitle {
    margin-bottom: 18px;
}

.banner-title p {
    font-size: 18px;
    line-height: 28px;
}

.banner-btn {
    margin-top: 30px;
}

.banner-btn {
    display: flex;
    align-items: center;
}

.banner-play-icon {
    width: 60px;
    height: 60px;
    position: relative;
    margin-left: 30px;
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    -moz-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.banner-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn 2.5s infinite;
    z-index: -1;
}

@keyframes waveBtn {
    0% {
        box-shadow: 0 0 0 0 rgba(251,122,120,1)
    }
    50% {
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.banner-social {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.banner-social span {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.banner-social ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.banner-social ul li {
    margin-left: 15px;
}

.banner-social ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #ececec;
    color: #10161b;
    border-radius: 100%;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.banner-social ul li a:hover {
    background-color: #10161b;
    color: #ffffff;
    box-shadow: 5px 5px 30px 0px rgba(16,22,27,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.banner-man-one {
    position: relative;
}

.banner-line-one {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
}

.banner-bg-one {
    position: absolute;
    top: 0;
    left: 0%;
    z-index: -1;
    -webkit-animation: move2 3s infinite;
    animation: move2 3s infinite;
}

@keyframes move2 {
    0% {
          -webkit-transform: rotate(2deg) translate(4px, 4px);
          transform: rotate(2deg) translate(4px, 4px); 
      }
    50% {
          -webkit-transform: rotate(-2deg) translate(-4px, -4px);
          transform: rotate(-2deg) translate(-4px, -4px); 
      }
    100% {
          -webkit-transform: rotate(2deg) translate(4px, 4px);
          transform: rotate(2deg) translate(4px, 4px); 
      } 
}

.aliment-box-one {
    width: 270px;
    background-color: #ffffff;
    position: absolute;
    top: 200px;
    right: 0;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    animation: movedelement 5s linear infinite;
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
  }

.aliment-icon {
    width: 60px;
    height: 60px;
    background-color: #d4f8ca;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 20px;
}

.aliment-box-content-one, .aliment-box-content-two {
    width: calc(100% - 80px);
}

.aliment-box-content-one span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 15px;
    color: #10161b;
    font-weight: 500;
}

.aliment-box-two {
    background-color: #ffffff;
    position: absolute;
    bottom: 90px;
    left: 0;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    animation: movedelement2 5s linear infinite;
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.aliment-box-content-two .h3-title {
    color: #fb7878;
    margin-bottom: 0;
    display: inline-block;
    margin-top: 8px;
}

.aliment-box-content-two span:first-child {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 15px;
    color: #10161b;
    font-weight: 500;
    display: block;
}

.aliment-box-content-two span:last-child {
    font-family: 'Jost', sans-serif;
    color: #fb7878;
    font-size: 25px;
    font-weight: 800;
}

.banner-title.two p {
    color: #c2c2d3;
}

.banner-title.two {
    padding-right: 140px;
}

.banner-img-two {
    position: relative;
    z-index: 0;
}

.banner-bg-line-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-play-two {
    position: absolute;
    top: 20px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-play-two img {
    animation: rotateme 15s infinite alternate;
    -webkit-animation: rotateme 15s infinite alternate;
    -moz-animation: rotateme 15s infinite alternate;
    -o-animation: rotateme 15s infinite alternate;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to { 
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg);
    }
    to { 
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg);
    }
    to { 
        -o-transform: rotate(360deg);
    }
}

.banner-play-two i {
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-img-text-box-two {
    position: absolute;
    top: 50%;
    left: 80px;
    display: flex;
    align-items: center;
    transform: translate(0, -50%) rotate(90deg);
}

.banner-img-text-box-two .line {
    width: 75px;
    height: 1px;
    background-color: #ffffff;
    margin-right: 10px;
}

.banner-img-text-box-two span {
    font-family: 'Jost', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.banner-bg-aliment-two {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: -1;
}

.main-banner-in-one {
    position: relative;
    background-color: #f9f8fd;
    padding: 225px 0 105px 0;
    z-index: 0;
}

.banner-text-in-one, .banner-text-in-two {
    text-align: center;
}

.banner-text-in-one .h1-title, .banner-text-in-two .h1-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 65px;
}

.breadcrum {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    border-radius: 30px;
    padding: 10px 25px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.breadcrum ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.breadcrum ul li {
    margin-left: 10px;
}

.breadcrum ul li:first-child {
    margin-left: 0;
}

.breadcrum ul li a {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrum ul li i {
    color: #ffffff;
    font-size: 20px;
}

.main-banner-in-two {
    position: relative;
    padding: 225px 0 105px 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-banner-in-two::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(37,36,57);
    background: linear-gradient(360deg, rgba(37,36,57,1) 0%, rgba(37,36,57,0.8) 100%);
}

.main-banner-in-two .banner-bg-aliment-two {
    top: 10px;
}
/*==========Banner CSS End==========*/

/*==========About Us CSS Start==========*/
.main-about-us-one {
    padding: 120px 0;
    position: relative;
}

.about-us-img-box-one {
    position: relative;
    display: flex;
    align-items: center;
}

.about-us-img-one {
    border-radius: 50px;
    float: left;
}

.about-us-img-one img {
    border-radius: 50px;
}

.about-us-years-one-box {
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    padding: 50px;
    -webkit-box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
    box-shadow: 30px 30px 60px 0px rgba(0,0,0,0.1);
}

.about-us-years-one-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100%;
    border: dashed 2px #fb7878;
    animation-name: rotateme; 
    animation-duration: 15s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: rotateme; 
    -webkit-animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-name: rotateme; 
    -moz-animation-duration: 15s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	-ms-animation-name: rotateme; 
    -ms-animation-duration: 15s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	-o-animation-name: rotateme; 
    -o-animation-duration: 15s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
    0% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -webkit-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -webkit-transform: rotate(360deg);
        opacity: 1;
      }
}
@-moz-keyframes rotateme {
    0% {
        -moz-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -moz-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -moz-transform: rotate(360deg);
        opacity: 1;
      }
}
@-o-keyframes rotateme {
    0% {
        -o-transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        -o-transform: rotate(180deg);
        opacity: 0.7;
      }
    100% {
        -o-transform: rotate(360deg);
        opacity: 1;
      }
}

@keyframes rotateme {
    
     0% {
        transform: rotate(0deg);
        opacity: 1;
      }

    50% {
        transform: rotate(180deg);
      }
    100% {
        transform: rotate(360deg);
        opacity: 1;
      }
}

.about-year-content-one {
    text-align: center;
}

.about-year-content-one span {
    font-family: 'Jost', sans-serif;
}

.about-year-content-one span:first-child {
    color: #fb7878;
    font-weight: 700;
    font-size: 45px;
    line-height: 45px;
    display: block;
    margin-bottom: 8px;
}

.about-year-content-one span:last-child {
    color: #10161b;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

.about-us-content-one {
    padding-left: 30px;
}

.about-us-title-one .h2-title {
    padding-bottom: 20px;
}

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

.about-us-one-tabs {
    width: 100%;
    border-bottom: solid 2px #c278fb;
    display: flex;
}

.about-us-one-tabs .nav-item {
    flex-basis: 33.3333%;
}

.about-us-one-tabs .nav-item .nav-link.active {
    color: #fff;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
}

.about-us-one-tabs .nav-item .nav-link {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    color: #10161b;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
    display: block;
    width: 100%;
    text-align: center;
    padding: 17px 10px 13px 10px;
}

.about-one-tab-wrapper {
    margin-top: 30px;
}

.about-tab-detail-one {
    margin-bottom: 25px;
    text-align: left;
}

.about-tab-detail-one span {
    font-family: 'Rubik', sans-serif;
}

.about-tab-detail-one span:first-child {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #777777;
    display: block;
}

.about-tab-detail-one span:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #10161b;
}

.about-tab-detail-one.last {
    margin-bottom: 0;
}

.skill-bar-box {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.skill-bar-box.one {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.skill-bar-box.one {
    border-bottom: 2px solid #d7d7d7;
}

.skill-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.skill-bar-percent.tab-one {
    font-size: 18px;
    line-height: 18px;
}

.skill-bar-box.one .h3-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.skill-bar-percent.one {
    color: #10161b;
}

.skill-bar-percent .h3-title {
    margin-bottom: 0;
}

.skill-bar {
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.skill-bar.one {
    height: 7px;
}

.skill-bar:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.skill-bar.one:before {
    background-color: rgb(194,120,251,0.2);
}

.skill-bar-inner {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 0;
    height: 100%;
    overflow: visible;
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.5);
}

.skill-bar-inner:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
}

.skill-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%,-50%);
}

.main-about-us-two {
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
}

.about-imgbox-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.about-us-bg2-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.about-us-man-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.about-aliment-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    animation: rotateme 15s infinite alternate;
    -webkit-animation: rotateme 15s infinite alternate;
    -moz-animation: rotateme 15s infinite alternate;
    -o-animation: rotateme 15s infinite alternate;
}

.year-btn-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.year-two {
    display: flex;
    align-items: center;
}

.year-two span {
    font-family: 'Jost', sans-serif;
}

.year-two span:first-child {
    color: #fb7878;
    font-size: 65px;
    line-height: 65px;
    font-weight: 700;
    margin-right: 20px;
}

.year-two span:last-child {
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
/*==========About Us CSS End==========*/

/*==========Counter CSS Start==========*/
.main-counter-one {
    padding: 80px 0;
    position: relative;
    background-color: #5414ac;
}

.counter-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.counter-content-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-content {
    display: flex;
    align-items: center;
}

.counter-content .h2-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 45px;
    line-height: 45px;
    margin-right: 10px;
}

.counter-content span {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 500;
}

.main-counter-two {
    margin-bottom: -90px;
}

.counter-bg-two {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    padding: 60px 70px;
    border-radius: 10px;
    position: relative;
}
/*==========Counter CSS End==========*/

/*==========Services CSS Start==========*/
.main-service-one {
    padding: 120px 0;
    position: relative;
}

.service-contant-one {
    padding-right: 30px;
}

.service-contant-one .sec-btn {
    margin-top: 20px;
}

.right-p {
    padding-right: 30px;
}

.left-p {
    padding-left: 30px;
}

.main-service-box-one {
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-service-box-one:hover {
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-service-box-one span, .main-working-step-box span {
    position: absolute;
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    top: 20px;
    right: 20px;
    font-weight: 700;
    color: #e5e5e5;
    z-index: 0;
}

.services-icon-one {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-service-box-one:hover .services-icon-one {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-service-box-one:hover .services-icon-one img {
    animation: hvr-buzz-out 0.75s linear 1;
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

.service-box-content-one a .h3-title {
    color: #10161b;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-service-box-one:hover .service-box-content-one a .h3-title {
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-content-one {
    width: calc(100% - 100px);
}

.service-box-content-one p {
    margin-bottom: 0;
}

.main-service-two {
    background-color: #302f43;
    position: relative;
    padding: 210px 0 90px 0;
}

.service-titel-two {
    text-align: center;
}

.service-titel-two .subtitle {
    justify-content: center;
}

.service-box-two {
    background-color: #1f1e33;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    border: solid 1px #1f1e33;
    margin-bottom: 30px;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.08);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-two:hover {
    border: solid 1px #fb7878;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-icon-box-two {
    width: 60px;
    height: 54px;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
}

.service-box-two:hover .service-icon-box-two img {
    animation: hvr-buzz-out 0.75s linear 1;
}

.service-icon-bg-two {
    position: absolute;
    width: 100%;
    height: 24px;
    border-radius: 15px;
    bottom: 0;
    left: 0;
    background: rgb(255,175,116);
    background: linear-gradient(180deg, rgba(255,175,116,1) 0%, rgba(255,175,116,0) 100%);
    opacity: 0.4;
}

.service-content-box-two {
    margin-top: 25px;
}

.service-box-two a .h3-title {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-box-two:hover .service-content-box-two a .h3-title {
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-content-box-two .sec-btn {
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 20px;
}
/*==========Services CSS End==========*/

/*==========Portfolio CSS Start==========*/
.main-portfolio-one {
    padding-bottom: 120px;
}

.portfolio-title-one {
    text-align: center;
}

.portfolio-title-one .subtitle {
    justify-content: center;
}

.portfolio-box-one {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.portfolio-box-one img {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box-one:hover img {
    transform: scale(1.05);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box-one::before {
    content: "";
    position: absolute;
    top: 0;
    right: 490px;
    background-color: rgb(16,22,27,0.8);
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box-one:hover::before {
    right: 0;
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-content-box-one {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 40px;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-box-one:hover .portfolio-content-box-one {
    opacity: 1;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-tag-one {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.portfolio-tag-one span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #c278fc;
}

.portfolio-tag-one span:first-child {
    margin-right: 20px;
}

.portfolio-content-box-one .h3-title {
    color: #ffffff;
}

.portfolio-content-box-one p {
    color: rgb(255,255,255,0.8);
    margin-bottom: 20px;
}

.portfolio-slider-one .swiper-button-next, .portfolio-slider-one .swiper-button-prev, .portfolio-slider-one .swiper-pagination {
    display: none;
}

.main-portfolio-two {
    padding-bottom: 90px;
}

.portfolio-title-two {
    text-align: center;
}

.portfolio-title-two .subtitle {
    justify-content: center;
}

.plr-60 {
    padding: 0 60px;
}

.portfolio-box-one.two {
    margin-bottom: 30px;
    border-radius: 10px;
}

.portfolio-box-one.two img {
    border-radius: 10px;
}
/*==========Portfolio CSS End==========*/

/*==========My Clients CSS Start==========*/
.main-my-client-one {
    position: relative;
    padding-bottom: 120px;
}

.my-client-box {
    border-radius: 10px;
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    width: 100%;
    height: 80px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.my-client-box.one {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.my-client-box:hover {
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.my-client-box.one img {
    filter: grayscale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.my-client-box.one:hover img {
    filter: grayscale(0);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.top-p {
    padding-top: 50px;
}

.my-client-content-one {
    padding-left: 30px;
}

.my-client-content-one p:last-child {
    margin-bottom: 0;
}

.main-my-client-two {
    padding-top: 100px;
}

.my-client-box.two {
    background-color: #1b1a2d;
    box-shadow: 0px 15px 26px -10px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.my-client-box.two:hover {
    box-shadow: 0px 16px 26px -10px rgba(0,0,0,0.3);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.my-client-slider-two .swiper-button-next, .my-client-slider-two .swiper-button-prev, .my-client-slider-two .swiper-pagination {
    display: none;
}

.swiper.my-client-slider-two {
    padding: 20px;
}
/*==========My Clients CSS End==========*/

/*==========Working Steps CSS Start==========*/
.main-working-step-one {
    position: relative;
    background-color: #fafafb;
    padding: 120px 0;
    z-index: 0;
}

.working-step-title-one {
    text-align: center;
}

.working-step-title-one .subtitle {
    justify-content: center;
}

.main-working-step-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    text-align: left;
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-working-step-box:hover {
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.working-step-box-one {
    position: relative;
}

.right-p55 {
    padding-right: 85px;
}

.left-p55 {
    padding-left: 85px;
}

.left-right-p26 {
    padding: 0 40px;
}

.step-arrow1 {
    position: absolute;
    top: 50%;
    right: -26px;
    transform: translate(0, -50%);
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: hero-bounce;
}

.step-arrow2 {
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translate(0, -50%);
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: hero-bounce;
}

@keyframes hero-bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-20px);
    }
    60% {
      transform: translateY(-10px);
    }
  }

.working-step-icon-one {
    width: 60px;
    height: 60px;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-bottom: 20px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-working-step-box:hover .working-step-icon-one  {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.main-working-step-box:hover .working-step-icon-one img {
    animation: hvr-buzz-out 0.75s linear 1;
}

.working-step-box-content-one p:last-child {
    margin-bottom: 0;
}

.main-working-step-two {
    position: relative;
    background-color: #302f43;
    padding: 120px 0;
}

.working-step-img-two {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 100px;
}

.working-step-img-two img {
    border-radius: 10px;
    float: left;
}

.watch-me-box {
    position: absolute;
    top: 90px;
    right: 0;
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.2);
    animation: movedelement2 5s linear infinite;
}

.watch-me-box .banner-play-icon {
    margin-left: 0;
    background: #ffffff;
}

.watch-me-box .banner-play-icon:before {
    animation: waveBtn3 2.5s infinite;
}

@keyframes waveBtn3 {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,1)
    }
    50% {
        box-shadow: 0 0 0 15px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.watch-me-box .banner-play-icon i {
    color: #fb7878;
    font-size: 20px;
}

.watch-me-box .h3-title {
    margin-bottom: 0;
    margin-left: 20px;
}

.working-step-content-two {
    padding-left: 30px;
}

.working-step-box-two {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.working-step-icon-two {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 100%;
    margin-right: 20px;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.working-step-box-two:hover .working-step-icon-two {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.working-step-box-two:hover .working-step-icon-two img {
    animation: hvr-buzz-out 0.75s linear 1;
}

.working-step-type-two {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    border-radius: 100%;
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.working-step-box-two:hover .working-step-type-two {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.working-step-box-content-two {
    width: calc(100% - 100px);
}

.working-step-box-content-two p:last-child {
    margin-bottom: 0;
}
/*==========Working Steps CSS End==========*/

/*==========Pricing CSS Start==========*/
.main-pricing-one {
    position: relative;
    padding: 120px 0;
}

.pricing-title-one {
    text-align: center;
}

.pricing-title-one .subtitle {
    justify-content: center;
}

.pricing-box-one {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    text-align: left;
}

.pricing-box-one:hover {
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box-content-one {
    padding: 40px;
}

.pricing-box-title-one {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pricing-box-title-one .h3-title {
    line-height: 25px;
    margin-bottom: 0;
    margin-left: 10px;
}

.pricing-mini-title-one span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #777777;
}

.pricing-price-one .h2-title {
    font-size: 40px;
    line-height: 40px;
    color: #fb7878;
    padding-top: 20px;
    margin-bottom: 0;
}

.pricing-price-one .h2-title span {
    color: #10161b;
    font-size: 15px;
    line-height: 15px;
}

.pricing-box-one .sec-btn {
    width: 100%;
}

.pricing-point-box-one {
    margin-top: 20px;
}

.pricing-point-box-one .h3-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
}

.pricing-point-box-one ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
}

.pricing-point-box-one ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pricing-point-box-one ul li:last-child {
    margin-bottom: 0;
}

.pricing-point-box-one ul li span {
    font-family: 'Rubik', sans-serif;
    color: #777777;
    font-size: 15px;
    margin-left: 10px;
}

.pricing-offer-box-one {
    background-color: #fafafb;
    padding: 25px 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}

.pricing-offer-box-one span {
    font-family: 'Rubik', sans-serif;
    color: #fb7878;
    font-size: 15px;
}

.pricing-populer {
    background-color: rgb(5,213,64,0.1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.pricing-populer span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0ed746;
}

.main-pricing-two {
    position: relative;
    padding-bottom: 90px;
}

.pricing-title-two {
    text-align: center;
}

.pricing-title-two .subtitle {
    justify-content: center;
}

.pricing-box-two {
    background-color: #1f1e33;
    border: solid 1px #1f1e33;
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.1);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box-two:hover {
    border: solid 1px #fb7878;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pricing-box-two .pricing-mini-title-one span {
    color: #c2c2d3;
}

.pricing-box-two .pricing-price-one .h2-title {
    font-size: 30px;
    line-height: 30px;
}

.pricing-box-two .pricing-price-one .h2-title span {
    color: #ffffff;
}

.pricing-box-two .line {
    width: 100%;
    height: 1px;
    background-color: rgb(255,255,255,0.2);
    margin-bottom: 30px;
}

.pricing-box-two .pricing-point-box-one ul li span {
    color: #c2c2d3;
}

.pricing-btn {
    margin-top: 30px;
    text-align: center;
}

.pricing-box-two .pricing-populer {
    padding: 5px 15px;
}
/*==========Pricing CSS End==========*/

/*==========Testimonial CSS Start==========*/
.main-testimonial-one {
    background-color: #fafafb;
    padding: 90px 0;
    position: relative;
    z-index: 0;
}

.testimoniual-content-one {
    padding-right: 30px;
}

.testimonial-box-one {
    position: relative;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 18px 26px -10px rgba(0,0,0,0.1);
}

.testimonial-client-box-one {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.testimonial-client-img-one {
    padding: 9px;
    border-radius: 100%;
    border: solid 2px #fb7878;
}

.testimonial-client-name-one {
    margin-left: 20px;
}

.testimonial-client-name-one .h3-title {
    font-size: 20px;
    line-height: 20px;
}

.testimonial-client-name-one span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #c278fb;
}

.testimonial-box-one p:last-child {
    margin-bottom: 0;
}

.testimonial-quort {
    position: absolute;
    top: 20px;
    right: 20px;
}

.testimonial-slider-one .swiper-button-next, .testimonial-slider-one .swiper-button-prev, .testimonial-slider-two .swiper-button-next, .testimonial-slider-two .swiper-button-prev {
    display: none;
}

.swiper.testimonial-slider-one  {
    padding: 20px 20px 50px 20px;
}

.testimonial-title-one .h2-title {
    padding-bottom: 5px;
}

.testimonial-img-one {
    border-radius: 50px;
    position: relative;
}

.testimonial-img-one img {
    border-radius: 50px;
}

.testmonial-play-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    background-size: 200% 100%;
    background-position: left center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    -moz-box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    box-shadow: 5px 5px 30px 0px rgba(251,122,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.testmonial-play-icon span i {
    color: #c378fb;
    font-size: 25px;
}

.testmonial-play-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 50%;
    pointer-events: none;
    animation: waveBtn2 2.5s infinite;
    z-index: -1;
}

@keyframes waveBtn2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,1)
    }
    50% {
        box-shadow: 0 0 0 30px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.main-testimonial-two {
    position: relative;
    padding-top: 120px;
}

.testimonial-title-two {
    text-align: center;
}

.testimonial-title-two .subtitle {
    justify-content: center;
}

.testimonial-box-two {
    position: relative;
    padding: 40px;
    background-color: #1f1e33;
    border-radius: 10px;
    box-shadow: 0px 18px 26px -10px rgba(0,0,0,0.1);
}

.star-review {
    margin-bottom: 15px;
}

.star-review ul {
    padding-left: 0;
    margin-bottom: 0;
    text-decoration: none;
    list-style: none;
    display: flex;
    align-items: center;
}

.star-review ul li {
    margin-left: 10px;
}

.star-review ul li:first-child {
    margin-left: 0;
}

.star-review ul li i {
    color: #ffc107;
    font-size: 20px;
}

.testimonial-box-two .testimonial-client-box-one {
    margin-bottom: 0;
    margin-top: 20px;
}

.swiper.testimonial-slider-two  {
    padding: 20px 20px 50px 20px;
}

.testimonial-box-two .testimonial-quort {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
}

.testimonial-box-two .testimonial-quort img {
    width: 70%;
}
/*==========Testimonial CSS End==========*/

/*==========Blog CSS Start==========*/
.main-blog-one {
    position: relative;
    padding: 120px 0;
}

.blog-title-one {
    text-align: center;
}

.blog-title-one .subtitle {
    justify-content: center;
}

.white-box {
    background-color: #ffffff;
}

.dark-box {
    background-color: #1f1e33;
}

.blog-box {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-box:hover {
    box-shadow: 20px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.blog-img img {
    border-radius: 10px;
}

.blog-img>img {
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px 10px 0 0;
}

.blog-box:hover .blog-img>img {
    transform: scale(1.05) rotate(3deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-tag {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 9px 20px;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
}

.blog-tag span {
    font-family: 'Rubik', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.blog-content {
    margin-top: 30px;
    text-align: left;
}

.blog-date-author {
    display: flex;
    align-items: center;
}

.blog-date, .blog-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-date {
    margin-right: 20px;
}

.blog-date span, .blog-author span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #fb7878;
    margin-left: 8px;
}

.blog-content .h3-title {
    color: #10161b;
    margin-top: 22px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-content .h3-title:hover {
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-content .link-btn {
    margin-top: 15px;
}

.main-blog-two {
    position: relative;
    padding-bottom: 120px;
}

.blog-title-two {
    text-align: center;
}

.blog-title-two .subtitle {
    justify-content: center;
}
/*==========Blog CSS End==========*/

/*==========Footer CSS Start==========*/
.main-footer {
    position: relative;
    padding: 120px 0 0 0 ;
    background-color: #12141d;
    overflow: hidden;
    z-index: 0;
}

.work-togather-text .h2-title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
    margin-bottom: 0;
}

.work-togather-text p {
    color: #b8bbc7;
    margin-bottom: 0;
}

.work-togather-form {
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.work-togather-form-btn .sec-btn {
    border: none;
}

.work-togather-box {
    margin-bottom: 80px;
}

.footer-info span:first-child {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #b8bbc7;
    display: block;
    margin-bottom: 10px;
}

.footer-info span:last-child {
    font-family: 'Jost', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    color: #ffffff;
}

.footer-social {
    display: flex;
    align-items: center;
}

.footer-social span {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
}

.footer-social ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.footer-social ul li {
    margin-left: 15px;
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: rgb(255,255,255,0.1);
    color: #ffffff;
    border-radius: 100%;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-social ul li a:hover {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    color: #ffffff;
    box-shadow: 5px 5px 30px 0px rgba(251,120,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-copyright {
    margin-top: 120px;
    background-color: #5414ac;
    padding: 30px 0;
}

.copyright-text {
    text-align: right;
}

.copyright-text span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-text span a {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.copyright-text span a:hover {
    text-decoration: underline;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.footer-blur1 {
    position: absolute;
    top: -300px;
    left: -400px;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.footer-blur2 {
    position: absolute;
    bottom: -300px;
    right: -400px;
    z-index: -1;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.footer-bg-line {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.footer-bg-circle, .footer-aliment-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/*==========Footer CSS End==========*/

/*==========Back To Top CSS Start==========*/
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.35);
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.progress-wrap:hover {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    box-shadow: 5px 5px 30px 0px rgba(251,120,120,0.35);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '\f062';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #ffffff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path { 
    fill: none; 
}

.progress-wrap svg.progress-circle path {
    stroke: #ffffff;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*==========Back To Top CSS End==========*/

/*==========All Over World CSS Start==========*/
.main-all-over-world-two {
    position: relative;
    padding: 120px 0;
}

.all-over-world-contant-two {
    padding-right: 30px;
}

.all-over-world-contant-two p:last-child {
    margin-bottom: 0;
}

.map-two {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.map-dote1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.map-dote2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
/*==========All Over World CSS End==========*/

/*==========Cta CSS Start==========*/
.main-cta-two {
    padding: 120px 0;
}

.cta-bg-two {
    background-color: #1f1e33;
    padding: 60px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.2);
    z-index: 0;
    overflow: hidden;
}

.cta-title-two .h2-title {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 0;
}

.cta-title-two p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.cta-btn-two {
    text-align: right;
}

.cta-blur1 {
    position: absolute;
    top: -360px;
    left: -300px;
    z-index: 0;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.cta-blur2 {
    position: absolute;
    bottom: -360px;
    right: -300px;
    z-index: 0;
    animation-name: zoom-fade;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: zoom-fade;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: zoom-fade;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: zoom-fade;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: zoom-fade;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.cta-aliment {
    position: absolute;
    top: -60px;
    right: -80px;
    z-index: 0;
    animation: rotateme 15s infinite alternate;
    -webkit-animation: rotateme 15s infinite alternate;
    -moz-animation: rotateme 15s infinite alternate;
    -o-animation: rotateme 15s infinite alternate;
}
/*==========Cta CSS End==========*/

/*==========About Us Page CSS Start==========*/
.main-my-tools-in-one {
    position: relative;
    padding: 120px 0 90px 0;
    background-color: #fafafb;
    z-index: 0;
}

.my-tools-title-one {
    text-align: center;
}

.my-tools-title-one .subtitle {
    justify-content: center;
}

.my-tool-box-one {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px 25px;
    margin-bottom: 30px;
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    text-align: center;
}

.my-tool-box-one:hover {
    box-shadow: 0px 30px 60px 0px rgba(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.my-tool-box-one .h3-title {
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 25px;
}

.main-faq-in-one {
    position: relative;
    padding: 120px 0;
    z-index: 0;
}

.faq-content-one {
    padding-right: 30px;
}

.faq-content-one p:last-child {
    margin-bottom: 0;
}

.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 20px;
    border-radius: 0;
    border-radius: 8px;
}
  
.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-button {
    min-height: 60px;
    display: flex;
    align-items: center;
    line-height: 28px;
    margin-bottom: 0;
    padding: 5px 90px 5px 30px;
    position: relative;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-size: 18px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #10161b;
    background-color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.accordion-button.one {
    color: #10161b;
    background-color: #ffffff;
}

.accordion-button:not(.collapsed) {
    box-shadow: 1px 1px 60px 0px rgba(0,0,0,0.1);
}

.accordion-button:focus {
    z-index: 0;
    border-color: #fff;
    outline: 0;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
}

.accordion-button:after {
    display: none;
}

.accordion-header.h3-title {
    padding-top: 0;
}

.accordion .accordion-item .accordion-header.h3-title .icon {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.accordion-body {
    padding: 25px 30px;
}

.accordion-body.one {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion .accordion-item .accordion-header.h3-title>span {
    position: relative;
    z-index: 1;
}

.accordion .accordion-item .accordion-header.h3-title .accordion-button.collapsed .icon i {
    position: relative;
    color: #fff;
    transform: rotate(0deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.accordion .accordion-item .accordion-header.h3-title .icon i {
    position: relative;
    color: #fff;
    transform: rotate(-90deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: 1;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 10px;
}

.accordion-collapse.collapse.show {
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    border-radius: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.accordion-button:hover {
    z-index: 0;
}

.main-about-us-in-two {
    padding-top: 120px;
    position: relative;
}

.main-awards-in-two {
    position: relative;
    padding: 100px 0 120px 0;
}

.awards-title-two {
    text-align: center;
}

.awards-title-two .subtitle {
    justify-content: center;
}

.award-box-two {
    position: relative;
    background-color: #1f1e33;
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.08);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.award-box-two:hover .award-icon-two img {
    animation: hvr-buzz-out 0.75s linear 1;
}

.award-box-two:hover {
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.2);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.award-box-content-two {
    margin-top: 20px;
}

.award-box-content-two p:last-child {
    margin-bottom: 0;
}

.award-box-two span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    line-height: 30px;
    color: #3d3c59;
    font-weight: 700;
}

.mian-skill-in-two {
    position: relative;
    padding-bottom: 120px;
}

.skill-content-box-two {
    padding-right: 30px;
}

.skill-content-box-two p:last-child {
    margin-bottom: 0;
}

.skill-bar-percent span {
    font-size: 25px;
    color: #ffffff;
}

.skill-bar.two {
    height: 10px;
}

.skill-bar-inner.two {
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.2);
}

.skill-bar-box.two {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px rgb(255,255,255,0.2);
}

.main-testimonial-in-two {
    position: relative;
    padding-top: 90px;
}
/*==========About Us Page CSS End==========*/

/*==========Services Page CSS Start==========*/
.main-services-in-one {
    position: relative;
    padding: 120px 0 90px 0;
}

.main-my-client-in-one {
    position: relative;
    padding: 120px 0;
}

.main-services-in-two {
    position: relative;
    padding: 120px 0 90px 0;
}

.main-counter-in-two {
    margin-bottom: -90px;
}

.main-pricing-in-two {
    position: relative;
    background-color: #302f43;
    padding: 210px 0 90px 0;
}
/*==========Services Page CSS End==========*/

/*==========Service Detail Page CSS Start==========*/
.main-service-detail-in-one {
    position: relative;
    padding: 120px;
}

.service-category-one {
    border: dashed 2px #cccccc;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.service-category-one .h3-title, .service-download-one .h3-title {
    line-height: 25px;
}

.service-category-one .line, .service-download-one .line {
    width: 70px;
    height: 1px;
    background-color: #fb7878;
}

.service-sideber-one ul, .service-download-one ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.service-sideber-one ul li, .service-download-one ul li {
    margin-bottom: 20px;
}

.service-sideber-one ul li:last-child, .service-download-one ul li:last-child {
    margin-bottom: 0;
}

.service-sideber-one ul li a, .service-download-one ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f6f6f6;
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: none;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-sideber-one ul li a:hover, .service-download-one ul li a:hover {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.3);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-sideber-one ul .active a {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.3);
}

.service-sideber-one ul li a span, .service-download-one ul li a span {
    font-size: 15px;
    line-height: 15px;
    color: #10161b;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-sideber-one ul li a:hover span, .service-download-one ul li a:hover span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-sideber-one ul .active a span {
    color: #ffffff;
}

.service-sideber-one ul li a i, .service-download-one ul li a i {
    color: #c278fb;
    font-size: 25px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-sideber-one ul li a:hover i, .service-download-one ul li a:hover i {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-sideber-one ul .active a i {
    color: #ffffff;
}

.service-cta-box-one, .portfolio-cta-box-two {
    margin-top: 50px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
}

.service-cta-box-one::before, .portfolio-cta-box-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(16,22,27,0.1);
    z-index: 0;
}

.service-cta-contant-box-one, .portfolio-cta-contant-box-two {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    width: 100%;
}

.service-cta-box-one img, .main-service-detail-img-one img, .service-next-img img, .service-prev-img img, .main-service-detail-img-two img, .service-detail-imgx-two img, .portfolio-detail-main-img-one img, .portfolio-detail-imgxx-one img, .portfolio-detail-main-img-two img, .portfolio-detail-imgx-two img, .portfolio-detail-imgxx-two img, .faq-img-two img, .recent-post-img-two img, .recent-post-img-one img, .blog-detail-main-img img, .blog-detail-imgx-one img, .blog-detail-imgx-two img, .blog-detail-about-me-img-two img {
    border-radius: 10px;
    width: 100%;
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-cta-box-one:hover img {
    transform: scale(1.05) rotate(3deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-cta-content-one, .portfolio-cta-content-two {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
    width: 100%;
}

.service-cta-content-one .link-btn, .service-cta-content-one .link-btn:hover, .portfolio-cta-content-two .link-btn, .portfolio-cta-content-two .link-btn:hover {
    color: #ffffff;
}

.service-download-one {
    margin-top: 50px;
    border: dashed 2px #cccccc;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.service-detail-info-box-one {
    padding-left: 30px;
}

.main-service-detail-img-one {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 42px;
}

.main-service-detail-img-one:hover img, .service-next:hover .service-next-img img, .service-prev:hover .service-prev-img img, .main-service-detail-img-two:hover img, .service-detail-imgx-two:hover img, .portfolio-detail-main-img-one:hover img, .portfolio-detail-imgxx-one:hover img, .portfolio-detail-main-img-two:hover img, .portfolio-detail-imgx-two:hover img, .portfolio-detail-imgxx-two:hover img, .faq-img-two:hover img, .recent-post-content-box-two:hover .recent-post-img-two img, .recent-post-content-box-one:hover .recent-post-img-one img, .blog-detail-main-img:hover img, .blog-detail-imgx-one:hover img, .blog-detail-imgx-two:hover img, .blog-detail-about-me-box-two:hover .blog-detail-about-me-img-two img  {
    transform: scale(1.05) rotate(1deg);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-info-box-one .h2-title {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 5px;
    padding-top: 0;
}

.tool-used-box-one {
    margin-top: 35px;
    margin-bottom: 20px;
}

.tool-used-box-one .h3-title {
    margin-bottom: 20px;
}

.service-detail-question-one {
    margin-top: 20px;
}

.service-detail-bottom-one .line {
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin: 70px 0 50px 0;
}

.service-detail-navageter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-next, .service-prev {
    display: flex;
    align-items: center;
}

.service-next-img {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.service-prev-img {
    border-radius: 10px;
    overflow: hidden;
    margin-left: 20px;
}

.service-next-content {
    text-align: left;
}

.service-prev-content {
    text-align: right;
}

.object-left-one.sd1-one {
    top: 10%;
    transform: translate(0, 0);
}

.object-left-one.sd3-one {
    top: auto;
    transform: translate(0, 0);
    bottom: 10%;
}

.main-service-detail-in-two {
    position: relative;
    padding: 120px 0;
}

.main-service-detail-img-two {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 42px;
}

.service-detail-title-two {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-detail-title-two .h2-title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: 20px;
}

.service-detail-title-p-two {
    padding-right: 50px;
}

.service-detail-points-two {
    border-left: solid 1px #7c7b8f;
    padding-left: 50px;
}

.points ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.points ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.points ul li:last-child {
    margin-bottom: 0;
}

.points ul li .check {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.points ul li .check i {
    color: #ffffff;
    font-size: 18px;
}

.points.two ul li span {
    color: #ffffff;
}

.points ul li span {
    font-size: 15px;
    line-height: 24px;
    width: calc(100% - 45px);
}

.service-detail-points-two .points {
    margin-top: 8px;
}

.service-detail-title-text-box-two {
    margin-bottom: 42px;
}

.service-detail-step-box-two {
    background-color: #1f1e33;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.08);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-step-box-two:hover {
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.service-detail-step-icon-two {
    margin-right: 20px;
}

.service-detail-step-box-two:hover .service-detail-step-icon-two img {
    animation: hvr-buzz-out 0.75s linear 1;
}

.service-detail-step-content-two {
    width: calc(100% - 61px);
}

.service-detail-step-content-two p:last-child {
    margin-bottom: 0;
}

.service-detail-step-two {
    margin-top: 40px;
}

.service-detail-imgx-two {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.service-detail-img-box-two {
    margin-top: 20px;
    margin-bottom: 12px;
}

.aliment-left-two.sd1-two {
    top: 10%;
    transform: translate(0, 0);
}

.aliment-left-two.sd3-two {
    top: auto;
    bottom: 10%;
    transform: translate(0, 0);
}
/*==========Service Detail Page CSS End==========*/

/*==========Portfolio Page CSS Start==========*/
.main-portfolio-in-one {
    position: relative;
    padding: 120px 0 90px 0;
}

.portfolio-tabbing {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 55px;
}
  
.portfolio-tabbing ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.portfolio-tabbing ul li {
    margin-right: 25px;
}

.portfolio-tabbing ul li:last-child {
    margin-right: 0;
}

.portfolio-tabbing ul li span {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    padding: 8px 20px;
    position: relative;
    z-index: 0;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.portfolio-tabbing.one ul li span {
    color: #10161b;
}

.portfolio-tabbing.two ul li span {
    color: #ffffff;
}

.portfolio-tabbing ul li span:hover {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-tabbing ul li .active {
    color: #ffffff !important;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-tabbing ul li span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    z-index: -1;
}

.portfolio-tabbing ul li:hover span::before {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    box-shadow: 0px 10px 20px 0px rgb(194,120,251,0.3);
    opacity: 1;
}

.portfolio-tabbing ul li .active:before {
    background: rgb(194,120,251);
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    box-shadow: 0px 10px 20px 0px rgb(194,120,251,0.3);
    opacity: 1;
}

.main-portfolio-page-in .portfolio-box {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.portfolio-filter {
    display: none;
}

.main-portfolio-in-one .portfolio-box-one {
    border-radius: 10px;
    margin-bottom: 30px;
}

.object-left-one.pp1-one {
    top: 10%;
    transform: translate(0 ,0);
}

.object-left-one.pp3-one {
    top: auto;
    bottom: 10%;
    transform: translate(0 ,0);
}

.main-portfolio-in-two {
    position: relative;
    padding: 120px 0 90px 0;
}
/*==========Portfolio Page CSS End==========*/

/*==========Portfolio Detail Page CSS Start==========*/
.main-portfolio-detail-in-one {
    position: relative;
    padding: 120px 0 110px 0;
}

.main-portfolio-detail-in-one .h2-title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 0;
}

.portfolio-info-box-one {
    border: solid 1px #b7b7b7;
    border-radius: 10px;
    margin-top: 42px;
}

.portfolio-info-content-box-one {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
}

.portfolio-info-content-one {
    text-align: left;
}

.portfolio-info-content-one span:first-child {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #777777;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.portfolio-info-content-one span:last-child {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #10161b;
    font-weight: 700;
}

.portfolio-info-content-box-one.line {
    border-right: solid 1px #b7b7b7;
}

.portfolio-detail-main-img-one {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 42px;
}

.portfolio-detail-imgx-one {
    margin-top: 32px;
    margin-bottom: 12px;
}

.portfolio-detail-imgxx-one {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.main-portfolio-detail-in-one p:last-child {
    margin-bottom: 0;
}

.portfolio-info-box-one .b-line {
    display: none;
}

.main-portfolio-detail-in-two {
    position: relative;
    padding: 120px 0 110px 0;
}

.portfolio-detail-content-box-two {
    padding-right: 30px;
}

.portfolio-detail-main-img-two {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 42px;
}

.portfolio-detail-content-box-two .h2-title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 50px;
    line-height: 60px;
}

.portfolio-detail-info-box {
    background-color: #1f1e33;
    border-radius: 10px;
    padding: 40px;
}

.portfolio-detail-info-box .line {
    width: 70px;
    height: 1px;
    background-color: #fb7878;
}

.portfolio-detail-info-box ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.portfolio-detail-info-box ul li {
    margin-bottom: 20px;
}

.portfolio-detail-info-box ul li:last-child {
    margin-bottom: 0;
}

.portfolio-detail-info-box ul li span:first-child {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #fb7878;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
}

.portfolio-detail-info-box ul li span:last-child {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
}

.portfolio-detail-points-two .points.two {
    margin-top: 25px;
}

.portfolio-detail-imgx-two {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 42px;
}

.portfolio-detail-imgxx-two {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-detail-imgxx-box-two {
    margin-top: 42px;
    margin-bottom: 12px;
}

.portfolio-download-two {
    border: dashed 2px #cccccc;
    padding: 30px;
    border-radius: 10px;
}

.portfolio-download-two .line {
    width: 70px;
    height: 1px;
    background-color: #fb7878;
}

.portfolio-download-two ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.portfolio-download-two ul li {
    margin-bottom: 20px;
}

.portfolio-download-two ul li:last-child {
    margin-bottom: 0;
}

.portfolio-download-two ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #413f57;
    border-radius: 10px;
    padding: 20px 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    box-shadow: none;
}

.portfolio-download-two ul li a:hover {
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    box-shadow: 0px 10px 30px 0px rgb(194,120,251,0.3);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-download-two ul li a span {
    color: #ffffff;
    font-weight: 500;
}

.portfolio-download-two ul li a i {
    color: #c278fb;
    font-size: 25px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.portfolio-download-two ul li a:hover i {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.faq-content-box-two {
    padding-left: 30px;
}

.main-faq2-in-page-two {
    position: relative;
    padding-bottom: 120px;
}
/*==========Portfolio Detail Page CSS End==========*/

/*==========Faq Page CSS Start==========*/
.main-faq-in-page-one {
    position: relative;
    padding: 120px 0;
}

.faq-content1-box-one {
    padding-left: 30px;
}

.faq-content1-box-one p:last-child {
    margin-bottom: 0;
}

.main-faq1-in-page-one {
    position: relative;
    padding-top: 120px;
}

.accordion-button.two {
    background-color: #302f43;
    color: #ffffff;
}

.accordion-body.two {
    background-color: #1b1a2d;
    color: #c2c2d3;
    border-radius: 0 0 10px 10px;
}

.faq-accordion1-two {
    padding-right: 15px;
}

.faq-accordion2-two {
    padding-left: 15px;
}

.faq-img-two {
    border-radius: 10px;
    overflow: hidden;
}
/*==========Faq Page CSS End==========*/

/*==========Pricing Page CSS Start==========*/
.main-my-client-in-page-one {
    position: relative;
    padding: 120px 0;
}

.main-pricing-in-page-two {
    position: relative;
    padding: 120px 0 0 0;
}

.main-testimonial-in-page-two {
    position: relative;
}

.main-cta-in-page-two {
    padding: 90px 0 120px 0;
}
/*==========Pricing Page CSS End==========*/

/*==========Blog Grid Page CSS Start==========*/
.main-blog-grid-in-one {
    position: relative;
    padding: 120px 0;
}

.main-blog-grid-in-one .blog-box {
    margin-bottom: 30px;
}

.pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.pagination-box ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.pagination-box ul li {
    margin-left: 20px;
}

.pagination-box ul li:first-child {
    margin-left: 0;
}

.pagination-box ul li a:first-child i, .pagination-box ul li a:last-child i {
    font-size: 25px;
    color: #10161b;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pagination-box ul li:first-child a, .pagination-box ul li:last-child a {
    width: auto;
    height: auto;
    background-color: transparent;
    background: transparent !important;
}

.pagination-box ul li:first-child a:hover i, .pagination-box ul li:last-child a:hover i {
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pagination-box ul li a {
    width: 40px;
    height: 40px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pagination-box ul li:hover a {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.pagination-box ul .active a {
    background: rgb(251,120,120);
    background: linear-gradient(90deg, rgba(251,120,120,1) 0%, rgba(255,175,116,1) 100%);
}

.pagination-box ul li a {
    width: 60px;
    height: 60px;
    background-color: #ebebeb;
    border-radius: 100%;
}

.pagination-box ul li a span {
    font-size: 18px;
    font-weight: 500;
    color: #10161b;
}

.pagination-box ul li a:hover span {
    color: #ffffff;
}

.pagination-box ul .active a span {
    color: #ffffff;
}

.object-left-one.bg1-one {
    top: 10%;
    transform: translate(0,0);
}

.object-left-one.bg3-one {
    top: auto;
    bottom: 10%;
    transform: translate(0,0);
}
/*==========Blog Grid Page CSS End==========*/

/*==========Blog List Page CSS Start==========*/
.main-blog-list-in-two {
    position: relative;
    padding: 120px 0;
}

.blog-list-box-content-two {
    padding-right: 30px;
}

.blog-list-box-content-two .blog-box.dark-box {
    margin-bottom: 70px;
}

.blog-search-box-two {
    border: dashed 2px #cccccc;
    border-radius: 10px;
    padding: 30px;
}

.search-form-box {
    position: relative;
}

.blog-search-box-two .search-form-box {
    margin-top: 30px;
}

.search-form-box .sec-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 60px;
    width: 60px;
    border: none;
}

.search-form-box .form-input-two {
    background: #413f57;
    color: #ffffff;
}

.search-form-box input::placeholder {
    color: #c2c2d3;
}

.blog-search-box-two .line, .blog-category-box-two .line, .recent-post-box-two .line, .tag-box-two .line {
    width: 70px;
    height: 1px;
    background-color: #fb7878;
}

.blog-category-box-two, .recent-post-box-two, .tag-box-two {
    margin-top: 50px;
    border: dashed 2px #cccccc;
    border-radius: 10px;
    padding: 30px;
}

.blog-category-box-two ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-category-box-two ul li {
    margin-bottom: 20px;
}

.blog-category-box-two ul li:last-child {
    margin-bottom: 0;
}

.blog-category-box-two ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catagory-text-two {
    display: flex;
    align-items: center;
}

.catagory-text-two i {
    font-size: 20px;
    color: #fb7878;
    margin-right: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box-two ul li a span {
    font-size: 15px;
    color: #c2c2d3;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box-two ul li a:hover span {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box-two ul li a:hover i {
    color: #c278fc;
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-box-two ul {
    text-decoration: none;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.recent-post-box-two ul li {
    margin-bottom: 20px;
}

.recent-post-box-two ul li:last-child {
    margin-bottom: 0;
}

.recent-post-content-box-two {
    display: flex;
    align-items: center;
}

.recent-post-img-two {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.recent-post-text-box-two a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #c2c2d3;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-text-box-two .blog-date {
    margin-right: 0;
    justify-content: start;
    margin-top: 15px;
}

.recent-post-content-box-two:hover .recent-post-text-box-two a {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-text-box-two {
    width: calc(100% - 120px);
}

.tag-box-two {
    padding-bottom: 45px;
}

.tag-box-two ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tag-box-two ul li a {
    background: #413f57;
    font-size: 15px;
    font-weight: 500;
    color: #c2c2d3;
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px;
    margin-right: 15px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.tag-box-two ul li {
    margin-top: 30px;
}

.tag-box-two ul li a:hover {
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.aliment-left-two.bl1-two {
    top: 10%;
    transform: translate(0, 0);
}

.aliment-right-two.bl2-two {
    top: 40%;
    transform: translate(0, 0);
}

.aliment-left-two.bl3-two {
    top: auto;
    bottom: 30%;
    transform: translate(0, 0);
}

.aliment-right-two.bl4-two {
    top: auto;
    bottom: 10%;
    transform: translate(0, 0);
}

.blog-list-box-content-two .pagination-box {
    margin-top: 0;
}

.blog-list-box-content-two .pagination-box ul li a i {
    color: #ffffff;
}

.blog-list-box-content-two .pagination-box ul li a {
    background-color: #413f57;
}

.blog-list-box-content-two .pagination-box ul li a span {
    color: #ffffff;
}
/*==========Blog List Page CSS End==========*/

/*==========Blog Detail Page CSS Start==========*/
.main-blog-detail-in-one {
    position: relative;
    padding: 120px 0;
}

.blog-search-box-one {
    border: dashed 2px #cccccc;
    border-radius: 10px;
    padding: 30px;
}

.blog-search-box-one .search-form-box input::placeholder {
    color: #777777;
}

.search-form-box {
    position: relative;
}

.blog-search-box-one .search-form-box {
    margin-top: 30px;
}

.blog-search-box-one .form-input-one {
    box-shadow: 0px 10px 30px 0px rgb(0, 0, 0, 0.1);
}

.search-form-box .sec-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    height: 60px;
    width: 60px;
    border: none;
}

.blog-search-box-one .line, .blog-category-box-one .line, .recent-post-box-one .line, .tag-box-one .line {
    width: 70px;
    height: 1px;
    background-color: #fb7878;
}

.blog-category-box-one, .recent-post-box-one, .tag-box-one {
    margin-top: 50px;
    border: dashed 2px #cccccc;
    border-radius: 10px;
    padding: 30px;
}

.blog-category-box-one ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-category-box-one ul li {
    margin-bottom: 20px;
}

.blog-category-box-one ul li:last-child {
    margin-bottom: 0;
}

.blog-category-box-one ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catagory-text-one {
    display: flex;
    align-items: center;
}

.catagory-text-one i {
    font-size: 20px;
    color: #fb7878;
    margin-right: 10px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box-one ul li a span {
    font-size: 15px;
    color: #777777;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box-one ul li a:hover span {
    color: #10161b;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-category-box-one ul li a:hover i {
    color: #c278fc;
     transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-box-one ul {
    text-decoration: none;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

.recent-post-box-one ul li {
    margin-bottom: 20px;
}

.recent-post-box-one ul li:last-child {
    margin-bottom: 0;
}

.recent-post-content-box-one {
    display: flex;
    align-items: center;
}

.recent-post-img-one {
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.recent-post-text-box-one a {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #777777;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-text-box-one .blog-date {
    margin-right: 0;
    justify-content: start;
    margin-top: 15px;
}

.recent-post-content-box-one:hover .recent-post-text-box-one a {
    color: #10161b;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.recent-post-text-box-one {
    width: calc(100% - 120px);
}

.tag-box-one {
    padding-bottom: 45px;
}

.tag-box-one ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tag-box-one ul li a {
    background: #f6f6f6;
    font-size: 15px;
    font-weight: 500;
    color: #777777;
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px;
    margin-right: 15px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.tag-box-one ul li {
    margin-top: 30px;
}

.tag-box-one ul li a:hover {
    background: linear-gradient(90deg, rgba(194,120,251,1) 0%, rgba(249,115,255,1) 100%);
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-content-box-one {
    padding-left: 30px;
}

.blog-detail-main-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog-detail-main-title-one .h2-title, .blog-detail-main-title-two .h2-title {
    padding-top: 22px;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 5px;
}

.quort-box-one {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-top: 42px;
    margin-bottom: 50px;
}

.quort-box-one .h3-title, .quort-box-two .h3-title {
    margin-top: 15px;
}

.blog-detail-imgx-one {
    border-radius: 10px;
    overflow: hidden;
}

.blog-detail-point-box-one .points.one {
    margin-top: 25px;
}

.blog-detail-point-img-one {
    margin-bottom: 42px;
}

.blog-detail-bottom-box-one {
    margin-top: 42px;
    padding: 20px 0;
    border-top: solid 1px #c2c2c2;
    border-bottom: solid 1px #c2c2c2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-detail-bottom-box-one .tag-box-one, .blog-detail-bottom-box-two .tag-box-two {
    border: none;
    padding: 0;
    margin-top: 0;
}

.blog-detail-bottom-box-one .tag-box-one ul li, .blog-detail-bottom-box-two .tag-box-two ul li {
    margin-top: 0;
}

.blog-detail-social-one ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.blog-detail-social-one ul li {
    margin-right: 15px;
}

.blog-detail-social-one ul li:last-child {
    margin-right: 0;
}

.blog-detail-social-one ul li a i {
    color: #10161b;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-size: 20px;
}

.blog-detail-social-one ul li a i:hover {
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.related-post-box-one {
    margin-top: 120px;
}

.comments-box-one {
    margin-top: 120px;
}

.comment-content-box-one {
    display: flex;
    align-items: center;
    border-bottom: dashed 2px #c2c2c2;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.comment-img-one {
    margin-right: 20px;
}

.comment-text-box-one {
    width: calc(100% - 120px);
}

.comment-name-date-reply-one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-name-date-one span:first-child {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #10161b;
    display: block;
    margin-bottom: 10px;
}

.comment-name-date-one span:last-child {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #fb7878;
}

.comment-reply-btn .sec-btn {
    height: auto;
    padding: 8px 30px;
    box-shadow: none;
}

.comment-reply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-text-box-one p:last-child {
    margin-bottom: 0;
}

.write-comment-box-one {
    margin-top: 120px;
}

.leave-reply-form-one .form-box-one {
    margin-bottom: 20px;
    display: block;
}

.leave-reply-form-one .form-box-one .form-input-one {
    border-radius: 30px;
    border: solid 1px #777777;
}

.leave-reply-form-one .form-box-one textarea {
    height: 120px;
}

.leave-reply-form-one .form-box-one .sec-btn {
    margin-top: 10px;
    border: none;
}

.object-left-one.bd1-one, .aliment-left-two.bd1-two {
    top: 5%;
    transform: translate(0, 0);
}

.object-right-one.bd2-one, .aliment-right-two.bd2-two {
    top: 15%;
    transform: translate(0, 0);
}

.object-left-one.bd3-one, .aliment-left-two.bd3-two {
    top: 30%;
    transform: translate(0, 0);
}

.object-right-one.bd4-one, .aliment-right-two.bd4-two {
    top: 50%;
    transform: translate(0, 0);
}

.object-left-one.bd5-one, .aliment-left-two.bd5-two {
    top: auto;
    bottom: 20%;
    transform: translate(0, 0);
}

.object-right-one.bd6-one, .aliment-right-two.bd6-two {
    top: auto;
    bottom: 5%;
    transform: translate(0, 0);
}

.blog-detail-info-box-two {
    padding-right: 30px;
}

.main-blog-detail-in-two {
    position: relative;
    padding: 120px 0;
}

.blog-detail-points-two {
    margin-top: 42px;
}

.quort-box-two {
    border: solid 1px #cccccc;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    margin: 50px 0;
}

.blog-detail-imgx-two {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 42px;
}

.blog-detail-bottom-box-two {
    border-top: solid 1px #c2c2c2;
    padding-top: 20px;
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-detail-social-two ul {
    text-decoration: none;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.blog-detail-social-two ul li {
    margin-right: 15px;
}

.blog-detail-social-two ul li:last-child {
    margin-right: 0;
}

.blog-detail-social-two ul li a i {
    color: #ffffff;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    font-size: 20px;
}

.blog-detail-social-two ul li a i:hover {
    color: #fb7878;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.blog-detail-about-me-box-two {
    background-color: #1f1e33;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.08);
    margin-top: 50px;
}

.blog-detail-about-me-img-two {
    overflow: hidden;
    margin-right: 20px;
}

.blog-detail-about-me-text-box-two {
    width: calc(100% - 170px);
}

.blog-detail-about-me-text-box-two .h3-title {
    margin-bottom: 15px;
}

.blog-detail-about-me-text-box-two .blog-detail-social-two {
    margin-top: 25px;
}

.related-post-two {
    margin-top: 120px;
}

.comments-box-two {
    margin-top: 120px;
}

.comment-content-box-two {
    display: flex;
    align-items: center;
    border-bottom: dashed 2px #b7b7b7;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.comment-img-two {
    margin-right: 20px;
}

.comment-text-box-two {
    width: calc(100% - 120px);
}

.comment-name-date-reply-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.comment-name-date-two span:first-child {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.comment-name-date-two span:last-child {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 15px;
    color: #fb7878;
}

.comment-text-box-one p:last-child {
    margin-bottom: 0;
}

.write-comment-box-two {
    margin-top: 120px;
}

.leave-reply-form-two .form-box-two {
    margin-bottom: 20px;
    display: block;
}

.leave-reply-form-two .form-box-two .form-input-two {
    border-radius: 30px;
    background: #413f57;
}

.leave-reply-form-two .form-box-two input::placeholder, .leave-reply-form-two .form-box-two textarea::placeholder {
    color: #c2c2d3;
}

.leave-reply-form-two .form-box-two textarea {
    height: 120px;
}

.leave-reply-form-two .form-box-two .sec-btn {
    margin-top: 10px;
    border: none;
}
/*==========Blog Detail Page CSS End==========*/

/*==========Contact Us Page CSS Start==========*/
.main-contact-info-in-one {
    position: relative;
    padding: 120px 0 90px 0;
}

.contact-info-title-one {
    text-align: center;
}

.contact-info-title-one .subtitle {
    justify-content: center;
}

.contact-info-box {
    padding: 30px;
    border-radius: 10px;
    border: solid 1px #777777;
    margin-bottom: 30px;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-info-text {
    margin-top: 20px;
}

.contact-info-text span {
    font-size: 18px;
    line-height: 28px;
    color: #777777;
}

.contact-info-box:hover {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.1);
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
}

.contact-info-box:hover .contact-info-icon, .contact-info-box-two:hover .contact-info-icon-two img {
    animation: 0.75s linear 0s 1 normal none running hvr-buzz-out;
}

.main-map-contact-in-one,.main-map-contact-in-two {
    width: 100%;
    height: 500px;
}

.main-map-contact-in-one iframe, .main-map-contact-in-two iframe {
    width: 100%;
    height: 100%;
}

.main-contact-form-in-one {
    position: relative;
    padding: 120px 0;
}

.contact-form-content-box-one {
    padding-right: 30px;
}

.contact-form-content-box-one p:last-child {
    margin-bottom: 0;
}

.contact-main-form-one .form-box-one .form-input-one {
    border: solid 1px #777777;
}

.contact-main-form-one .form-box-one {
    margin-bottom: 20px;
}

.contact-main-form-one .form-box-one.text-area-height .form-input-one  {
    border-radius: 10px;
    border: solid 1px #777777;
}

.contact-main-form-one .form-box-one.text-area-height textarea {
    height: 150px;
    border: 10px;
}

.contact-main-form-one .form-box-one .sec-btn {
    border: none;
    margin-top: 10px;
}

.main-contact-us-in-two {
    position: relative;
    padding-top: 120px;
}

.contact-us-content-box-two {
    padding-right: 30px;
}

.contact-info-box-two {
    background-color: #1f1e33;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 30px 60px 0px rgb(0,0,0,0.08);
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-info-icon-two {
    margin-right: 20px;
}

.contact-info-text-two {
    width: calc(100% - 56px);
}

.contact-info-text-two span {
    color: #c2c2d3;
    font-size: 18px;
}

.contact-main-form-two .form-box-two .form-input-two {
    margin-bottom: 20px;
    background: #413f57;
}

.contact-main-form-two .form-box-two.text-area-height textarea {
    height: 150px;
}

.contact-main-form-two .form-box-two input::placeholder, .contact-main-form-two .form-box-two textarea::placeholder {
    color: #c2c2d3;
}

.contact-main-form-two .form-box-two .sec-btn {
    border: none;
    margin-top: 10px;
}

.aliment-left-two.cu1-two {
    top: 10%;
    transform: translate(0, 0);
}

.aliment-right-two.cu2-two {
    top: auto;
    bottom: 5%;
    transform: translate(0, 0);
}
/*==========Contact Us Page CSS End==========*/

/*==========404 Error Page CSS Start==========*/
.main-404-error-in-one {
    position: relative;
    padding: 120px 0;
}

.error-404-img-one {
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404-content-one {
    text-align: center;
}

.error-404-content-one .h2-title {
    padding-bottom: 0;
    padding-top: 25px;
}

.error-404-content-one .sec-btn {
    margin-top: 15px;
}

.object-left-one.ep1-one {
    top: 10%;
    transform: translate(0, 0);
}

.object-right-one.ep2-one {
    top: auto;
    bottom: 10%;
    transform: translate(0, 0);
}

.main-404-error-in-two {
    position: relative;
    padding: 120px 0;
}

.error-404-content-box-two {
    padding-right: 30px;
}

.error-404-content-box-two .h2-title {
    padding-top: 0;
    padding-bottom: 15px;
}

.error-404-content-box-two .sec-btn {
    margin-top: 20px;
}

.error-404-img-two {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*==========404 Error Page CSS End==========*/

/*==========Responsive CSS Start==========*/
@media screen and (max-width: 1399px) {
    .main-navigation ul li {
        font-size: 15px;
        margin-left: 18px;
        padding-left: 18px;
    }

    .header-btn, .header-btn-two {
        margin-left: 30px;
    }

    .banner-object-one {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .banner-object-two {
        display: flex;
        align-items: center;
        justify-content: end;
        top: 30%;
    }

    .banner-object-two img, .banner-object-one img, .object-right-one img, .object-left-one img {
        width: 70%;
    }

    .aliment-box-one, .aliment-box-two {
        padding: 20px;
    }

    .h1-title {
        font-size: 70px;
        line-height: 90px;
    }

    .h2-title {
        font-size: 55px;
        line-height: 70px;
    }

    .h3-title {
        font-size: 24px;
        line-height: 34px;
    }

    .object-right-one {
       display: flex;
       align-items: center;
       justify-content: end;
    }

    .object-left-one {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .about-year-content-one span:last-child {
        font-size: 18px;
        line-height: 23px;
    }

    .about-year-content-one span:first-child {
        font-size: 40px;
        line-height: 40px;
    }

    .about-us-img-one img {
        width: 90%;
    }

    .pricing-price-one .h2-title {
        font-size: 30px;
        line-height: 30px;
    }

    .work-togather-text .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .footer-info span:last-child {
        font-size: 22px;
        line-height: 22px;
    }

    .aliment-right-two img, .aliment-left-two img {
        width: 50%;
    }

    .aliment-left-two {
        left: 0;
    }

    .aliment-right-two {
        right: 0;
    }

    .year-two span:first-child {
        font-size: 55px;
        line-height: 55px;
    }

    .year-two span:last-child {
        font-size: 18px;
        line-height: 23px;
    }

    .cta-title-two .h2-title {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 0;
    }

    .banner-title.two {
        padding-right: 0;
    }

    .banner-play-two {
        right: 20px;
    }

    .banner-img-text-box-two {
        left: 40px;
    }

    .portfolio-info-content-box-one {
        padding: 30px 0px;
    }
}

@media screen and (max-width: 1199px) {
    .main-navigation ul li {
        margin-left: 12px;
        padding-left: 12px;
    }

    .main-navigation ul li a {
        font-size: 15px;
    }

    .header-btn, .header-btn-two {
        margin-left: 20px;
    }

    .sec-btn {
        line-height: 17px;
        padding: 18px 30px;
        height: 50px;
    }
    
    .banner-play-icon {
        width: 50px;
        height: 50px;
    }

    .h2-subtitle {
        font-size: 20px;
        line-height: 20px;
    }

    .h1-title {
        font-size: 60px;
        line-height: 80px;
    }

    .banner-title p {
        font-size: 15px;
        line-height: 24px;
    }

    .aliment-box-content-one span, .aliment-box-content-two span:first-child {
        font-size: 16px;
        line-height: 13px;
    }

    .aliment-icon {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .aliment-box-content-one, .aliment-box-content-two {
        width: calc(100% - 65px);
    }

    .aliment-box-one, .aliment-box-two {
        padding: 15px;
    }

    .h2-title {
        font-size: 45px;
        line-height: 60px;
    }

    .about-tab-detail-one span:last-child {
        font-size: 16px;
    }

    .about-us-years-one-box {
        width: 150px;
        height: 150px;
    }

    .about-year-content-one span:first-child {
        font-size: 30px;
        line-height: 30px;
    }

    .about-year-content-one span:last-child {
        font-size: 16px;
        line-height: 20px;
    }

    .counter-content .h2-title {
        font-size: 35px;
        line-height: 35px;
    }

    .counter-content span {
        font-size: 15px;
        line-height: 22px;
    }

    .h3-title {
        font-size: 20px;
        line-height: 30px;
    }

    .services-icon-one {
        width: 60px;
        height: 60px;
    }

    .services-icon-one img {
        width: 50%;
    }

    .service-box-content-one {
        width: calc(100% - 90px);
    }

    .step-arrow1, .step-arrow2 {
       display: none;
    }

    .working-step-box-one {
        padding: 0;
    }

    .pricing-mini-title-one span {
        font-size: 15px;
        line-height: 15px;
    }

    .pricing-price-one .h2-title {
        font-size: 25px;
        line-height: 25px;
    }

    .pricing-populer {
        padding: 6px 15px;
    }

    .pricing-box-content-one {
        padding: 30px;
    }

    .pricing-offer-box-one {
        padding: 20px 20px;
    }

    .testimonial-box-one {
        padding: 30px;
    }

    .testmonial-play-icon {
        width: 80px;
        height: 80px;
    }

    .testmonial-play-icon span i {
        font-size: 20px;
    }

    .blog-box {
        padding: 20px;
    }

    .blog-tag {
        top: 10px;
        left: 10px;
        padding: 6px 10px;
    }

    .blog-date {
        margin-right: 10px;
    }

    .work-togather-text .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .work-togather-form {
        padding-left: 10px;
    }

    .form-input-one {
        height: 50px;
    }

    .footer-info span:first-child {
        font-size: 15px;
        line-height: 15px;
    }

    .footer-info span:last-child {
        font-size: 20px;
        line-height: 20px;
    }

    .footer-social ul li {
        margin-left: 8px;
    }

    .banner-play-two {
        top: 0;
        right: 5px;
    }

    .banner-play-two img {
        width: 80%;
    }

    .banner-img-text-box-two span {
        font-size: 16px;
        line-height: 21px;
    }

    .banner-img-text-box-two {
        left: 30px;
    }

    .year-two span:first-child {
        font-size: 50px;
        line-height: 50px;
    }

    .aliment-right-two {
        right: -20px;
    }

    .aliment-left-two {
        left: -20px;
    }

    .working-step-img-two {
        padding-right: 50px;
    }

    .cta-title-two .h2-title {
        font-size: 30px;
        line-height: 45px;
    }

    .cta-title-two p {
        font-size: 15px;
        line-height: 24px;
    }

    .working-step-icon-two {
        width: 70px;
        height: 70px;
    }

    .working-step-box-content-two {
        width: calc(100% - 90px);
    }

    .accordion-button {
        padding: 5px 72px 5px 30px;
    }

    .award-box-two {
        padding: 30px;
    }

    .skill-bar-percent span {
        font-size: 20px;
    }

    .service-sideber-one ul li a, .service-download-one ul li a {
        padding: 20px 20px;
    }

    .service-detail-info-box-one .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .service-detail-title-two .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .service-detail-title-p-two {
        padding-right: 30px;
    }

    .service-detail-points-two {
        padding-left: 30px;
    }

    .service-detail-step-box-two {
        padding: 20px;
    }

    .portfolio-tabbing ul li {
        margin-right: 20px;
    }

    .portfolio-tabbing ul li span {
         font-size: 16px;
    }

    .portfolio-info-content-box-one {
        padding: 30px 40px;
    }

    .main-portfolio-detail-in-one .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .portfolio-info-content-one span:last-child {
        font-family: 'Jost', sans-serif;
        font-size: 18px;
    }

    .portfolio-detail-content-box-two .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .portfolio-detail-point-info-box-two {
        margin-top: 42px;
    }

    .portfolio-detail-points-two {
        margin-top: 42px;
    }

    .portfolio-detail-info-box ul li span:last-child {
        font-size: 18px;
        line-height: 18px;
    }

    .pagination-box ul li a {
        width: 40px;
        height: 40px;
    }

    .pagination-box ul li a span {
        font-size: 15px;
    }

    .main-blog-grid-in-one {
        padding: 80px 0;
    }

    .blog-detail-main-title-one .h2-title, .blog-detail-main-title-two .h2-title {
        font-size: 40px;
        line-height: 50px;
    }

    .related-post-box-one .blog-box {
        margin-bottom: 30px;
    }

    .comments-box-one {
        margin-top: 90px;
    }

    .related-post-two .blog-box {
        margin-bottom: 30px;
    }

    .comments-box-two {
        margin-top: 90px;
    }

    .contact-info-box {
        padding: 20px;
    }

    .contact-info-box-two {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .site-header, .site-header.sticky-header {
        background: #ffffff;
        height: 80px;
        padding: 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.1);
        transition: none;
        border-bottom: none;
    }

    .site-header.two, .site-header.two.sticky-header {
        background: #1b1a2d;
        border-bottom: none;
    }
    
    .header-bottom {
        background-color: transparent;
        box-shadow: none;
    }
    
    .sticky-header .header-bottom {
        padding: 23px 0px;
        animation: none;
        transition: 0.3s;
    }
    
    .site-branding {
        position: fixed;
        top: 5px;
        left: 30px;
        width: 200px;
        height: 70px;
        display: flex;
        align-items: center;
    }
    
    .site-branding a img.sticky-logo {
        display: block;
        position: relative;
        opacity: 1;
    }
    
    .header-search-box {
        display: none;
    }
    
    .banner-shape,
    .header-search-login {
        display: none;
    }
    
    .toggle-button {
        display: block;
    }
    
    .header-menu,
    .site-header.sticky-header .header-menu {
        display: block;
        height: auto;
    }
    
    .header-btn {
        display: none;
    }
    
    .mobile-menu-box {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100vh;
        background: transparent;
        padding: 100px 60px 30px;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s;
        z-index: 100;
    }
    
    .toggle-menu .mobile-menu-box {
        opacity: 1;
        pointer-events: unset;
    }
    
    .mobile-menu-box:before {
        content: '';
        position: absolute;
        bottom: 50px;
        right: 0;
        width: 100%;
        height: 50%;
        background-size: 100%;
        background-position: bottom center;
        background-repeat: no-repeat;
        pointer-events: none;
        opacity: 0;
        transition: 0.3s;
        z-index: 3;
    }

    .menu-background.one {
        background: #ffffff;
    }

    .menu-background.two {
        background: #1b1a2d;
    }
    
    .menu-background.top {
        position: absolute;
        top: -100%;
        left: 50%;
        transform: translate(-50%) skewY(-20deg);
        width: 101%;
        height: 50.3333%;
        transition: 1s;
        z-index: 0;
    }
    
    .toggle-menu .menu-background.top {
        top: -20%;
        transition-delay: 0.5s;
    }

    .menu-background.middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) skewY(-20deg);
        width: 101%;
        height: 0;
        transition: 1s;
        z-index: 1;
    }
    
    .toggle-menu .menu-background.middle {
        height: 50%;
        transition-delay: 0.5s;
    }
    
    .menu-background.bottom {
        position: absolute;
        bottom: -100%;
        left: 50%;
        transform: translate(-50%) skewY(-20deg);
        width: 101%;
        height: 50.3333%;
        transition: 1s;
        z-index: 0;
    }
    
    .toggle-menu .menu-background.bottom {
        bottom: -20%;
        transition-delay: 0.3s;
    }
    
    .main-navigation ul {
        position: relative;
        display: block;
        text-align: left;
        z-index: 10;
    }
    
    .main-navigation ul li {
        display: block;
        margin-right: 0;
        margin-bottom: 5vh;
        position: relative;
        left: -30px;
        opacity: 0;
        transition: 0.5s;
    }
    
    .main-navigation.toggle-menu ul li {
        left: 0;
        opacity: 1;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(1) {
        transition-delay: 0.5s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(2) {
        transition-delay: 0.6s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(3) {
        transition-delay: 0.7s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(4) {
        transition-delay: 0.8s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(5) {
        transition-delay: 0.9s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(6) {
        transition-delay: 1s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(7) {
        transition-delay: 1.1s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(8) {
        transition-delay: 1.2s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(9) {
        transition-delay: 1.3s;
    }
    
    .main-navigation.toggle-menu ul li:nth-child(10) {
        transition-delay: 1.4s;
    }
    
    .main-navigation ul li:last-child {
        margin-bottom: 0;
    }
    
    .header-search-box {
      display: none;
    }
    
    .main-navigation.toggle-menu ul li {
      text-align: left;
      margin-top: 0;
      margin-left: 0;
      opacity: 1;
      transition: 0.5s;
      transition-delay: 0.4s;
    }
    
    .main-navigation ul li {
      display: block;
      margin: -50px 0 10px 0;
      padding: 10px 40px 20px 40px;
      opacity: 0;
      transition: 0.5s;
    }
    
    .main-navigation.toggle-menu ul li {
      text-align: left;
      margin-top: 0;
      opacity: 1;
      transition: 0.5s;
      transition-delay: 0.4s;
    }
    
    .main-navigation ul li a {
      font-size: 20px;
      line-height: 28px;
      color: #ffffff;
    }
    
    .main-navigation ul li {
      display: block;
      margin: 0 0 10px 0;
      padding: 10px 40px 20px 0;
      opacity: 0;
      transition: 0.5s;
    }
    
    .main-navigation ul li ul.sub-menu, .main-navigation ul li:hover ul.sub-menu {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent;
      box-shadow: none;
      border-radius: 0;
      display: block;
      animation: none;
      padding: 0;
      margin-top: 10px;
      transition: 0s;
      display: none;
    }
    
    .main-navigation ul li ul.sub-menu li:first-child {
        padding-left: 8px;
    }
    
    .main-navigation ul li ul.sub-menu li {
      text-align: left;
      border: none;
      padding: 0 0 0 10px;
      margin-bottom: 10px;
    }
    
    .main-navigation ul li ul.sub-menu li a {
      color: #10161b;
      padding: 0;
      font-size: 18px;
      line-height: 24px;
    }
    
    .main-navigation ul li.sub-items>a:before {
      color: #10161b;
    }
    
    .main-navigation ul li.sub-items:hover>a:before, .main-navigation ul li a:hover:before {
      transform: translate(0,-50%) rotate(0deg);
      color: #fb7878;
    }
    
    .main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a {
      color: #fb7878;
    }
    
    .site-header.sticky-header .main-navigation ul li a, .site-header.sticky-header .search-icon a, .site-header.sticky-header .main-navigation ul li.sub-items>a:before {
      color: #10161b;
    }
    
    .main-navigation ul li.sub-items:hover>a, .main-navigation ul li a:hover, .main-navigation ul li.active>a::before {
      color: #fb7878;
    }
    
    .main-navigation ul li:first-child {
      padding: 0 40px 20px 0;
    }

    .main-banner-one {
        padding-top: 160px;
    }

    .banner-title {
        padding: 0 90px;
        text-align: center;
        margin-bottom: 80px;
    }

    .banner-btn {
       justify-content: center;
    }

    .banner-title .h1-title span:last-child {
        display: block;
    }

    .banner-social {
       justify-content: center;
        margin-top: 50px;
    }

    .banner-bg-circle img {
       width: 100%;
       max-width: unset;
    }

    .main-about-us-one {
        padding: 80px 0;
    }

    .about-us-img-box-one {
        justify-content: center;
    }

    .about-us-img-one img {
        width: auto;
    }

    .about-us-content-one {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-counter-one {
        padding: 20px 0 50px 0;
    }

    .counter-content-box {
       margin-top: 30px;
    }

    .main-service-one {
        padding: 80px 0;
    }

    .service-contant-one {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-portfolio-one {
        padding-bottom: 80px;
    }

    .my-client-brand-one.top-p {
        padding-top: 30px;
    }

    .my-client-content-one {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-my-client-one {
        padding-bottom: 80px;
    }

    .main-working-step-one {
        padding: 80px 0;
    }

    .main-working-step-box {
        padding: 25px;
    }

    .main-pricing-one {
        padding: 80px 0;
    }

    .pricing-box-one {
        margin-bottom: 30px;
    }

    .main-testimonial-one {
        padding: 80px 0;
    }

    .testimoniual-content-one {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .blog-box {
        margin-bottom: 30px;
    }

    .main-blog-one {
        padding: 80px 0;
    }

    .work-togather-text {
        margin-bottom: 50px;
    }

    .work-togather-box {
        margin-bottom: 30px;
    }

    .main-footer {
        padding: 80px 0 0 0;
    }

    .footer-info {
        margin-top: 50px;
    }
    
    .footer-copyright {
        margin-top: 80px;
    }

    .banner-title.two {
        padding: 0 90px;
    }

    .banner-img-text-box-two {
        left: 85px;
    }

    .banner-play-two {
        top: 20px;
        right: 75px;
    }

    .main-my-client-two {
        padding-top: 80px;
    }

    .main-about-us-two {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .about-content-two {
        margin-top: 50px;
    }

    .counter-bg-two {
        padding: 10px 50px 40px 50px;
    }

    .main-service-two {
        padding: 170px 0 50px 0;
    }

    .main-all-over-world-two {
        padding: 80px 0;
    }

    .all-over-world-contant-two {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-portfolio-two {
        padding-bottom: 50px;
    }

    .main-pricing-two {
        padding-bottom: 50px;
    }

    .main-working-step-two {
        padding: 80px 0;
    }

    .working-step-content-two {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-testimonial-two {
        padding-top: 80px;
    }

    .testimonial-box-two {
        padding: 30px;
    }

    .main-cta-two {
        padding: 80px 0;
    }

    .cta-bg-two {
        padding: 40px;
    }

    .cta-aliment {
        top: -90px;
        right: -110px;
    }

    .main-blog-two {
        padding-bottom: 80px;
    }

    .main-banner-in-one, .main-banner-in-two {
        padding: 175px 0 105px 0;
    }

    .main-my-tools-in-one {
        padding: 80px 0 50px 0;
    }

    .main-faq-in-one {
        padding: 80px 0;
    }

    .faq-content-one {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-about-us-in-two {
        padding-top: 80px;
        position: relative;
    }

    .main-awards-in-two {
        padding: 60px 0 50px 0;
    }

    .award-box-two {
        margin-bottom: 30px;
    }

    .mian-skill-in-two {
        padding-bottom: 80px;
    }

    .skill-content-box-two {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-testimonial-in-two {
        padding-top: 50px;
    }

    .main-services-in-one {
        padding: 80px 0 50px 0;
    }

    .main-my-client-in-one {
        padding: 80px 0;
    }

    .main-services-in-two {
        padding: 80px 0 50px 0;
    }

    .main-pricing-in-two {
        padding: 170px 0 50px 0;
    }

    .main-service-detail-in-one {
        padding: 80px 0;
    }

    .service-detail-info-box-one {
        padding-left: 0;
        margin-top: 80px;
    }

    .service-next-img {
        width: 30%;
    }

    .service-prev-img {
        width: 23%;
    }

    .service-next {
        justify-content: start;
    }

    .service-prev {
        justify-content: end;
    }

    .service-next-content .h3-title, .service-prev-content .h3-title {
        font-size: 18px;
        line-height: 18px;
    }

    .service-detail-title-p-two {
        padding-right: 0;
    }

    .service-detail-points-two {
        padding-left: 0;
        border-left: 0;
    }

    .main-service-detail-in-two {
        padding: 80px 0;
    }

    .main-portfolio-in-one {
        padding: 50px 0;
    }

    .portfolio-tabbing ul {
        justify-content: center;
    }

    .portfolio-tabbing ul li {
        margin-right: 15px;
        margin-top: 30px;
    }

    .main-portfolio-in-two {
        padding: 50px 0;
    }

    .main-portfolio-detail-in-one {
        padding: 80px 0 70px 0;
    }

    .portfolio-info-content-box-one.line {
        border-right: none;
        border-bottom: solid 1px #b7b7b7;
    }

    .portfolio-info-content-box-one {
        padding: 30px;
    }

    .portfolio-info-box-one .b-line {
        border-bottom: solid 1px #b7b7b7;
        display: block;
    }

    .banner-text-in-one .h1-title, .banner-text-in-two .h1-title {
        font-size: 40px;
        line-height: 50px;
    }

    .portfolio-detail-text2-one {
        margin-top: 32px;
    }

    .portfolio-detail-sidebar-two {
        margin-top: 60px;
    }

    .main-portfolio-detail-in-two {
        padding: 80px 0;
    }

    .portfolio-detail-content-box-two {
        padding-right: 0;
    }

    .main-faq-in-page-one {
        padding: 80px 0;
    }

    .faq-content1-box-one {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-faq1-in-page-one {
        padding-top: 80px;
    }

    .faq-accordion1-two, .faq-accordion2-two {
        padding-right: 0;
        padding-left: 0;
    }

    .main-faq2-in-page-two {
        padding-bottom: 80px;
    }

    .faq-content-box-two {
        padding-left: 0;
        margin-top: 50px;
    }

    .main-my-client-in-page-one {
        padding: 80px 0;
    }

    .main-pricing-in-page-two {
        padding: 80px 0 0 0;
    }

    .main-cta-in-page-two {
        padding: 50px 0 80px 0;
    }

    .main-blog-list-in-two {
        padding: 80px 0;
    }

    .blog-list-box-content-two .blog-box.dark-box {
        margin-bottom: 50px;
    }

    .blog-list-box-content-two {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .blog-category-box-two, .recent-post-box-two, .tag-box-two, .blog-search-box-two {
        padding: 20px;
    }

    .tag-box-two {
        padding-bottom: 35px;
    }

    .main-blog-detail-in-one {
        padding: 80px 0;
    }

    .blog-detail-content-box-one {
        padding-left: 0;
        margin-top: 80px;
    }
    
    .related-post-box-one, .write-comment-box-one, .write-comment-box-two {
        margin-top: 80px;
    }

    .comments-box-one, .comments-box-two {
        margin-top: 50px;
    }

    .main-blog-detail-in-two {
        padding: 80px 0;
    }

    .related-post-two {
        margin-top: 80px;
    }

    .blog-detail-info-box-two {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .main-contact-info-in-one {
        padding: 80px 0 50px 0;
    }

    .contact-form-content-box-one {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .main-contact-form-in-one {
        padding: 80px 0;
    }

    .main-contact-us-in-two {
        padding-top: 80px;
    }

    .contact-us-content-box-two {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .main-404-error-in-one {
        padding: 80px 0;
    }

    .main-404-error-in-two {
        padding: 80px 0;
    }

    .error-404-content-box-two {
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .banner-title, .banner-title.two {
        padding: 0 0;
    }

    .h2-title {
        font-size: 40px;
        line-height: 55px;
    }

    .h2-subtitle {
        font-size: 18px;
        line-height: 18px;
    }

    .about-us-img-one img {
        width: 90%;
    }

    .main-service-box-one {
        padding: 25px;
    }

    .working-step-box-one {
        margin-bottom: 30px;
    }

    .main-working-step-one {
        padding: 80px 0 50px 0;
    }

    .work-togather-text {
        text-align: center;
    }

    .work-togather-form-btn {
        margin-top: 30px;
        text-align: center;
    }

    .footer-info {
        margin-top: 50px;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
        margin-top: 50px;
    }

    .footer-logo {
        text-align: center;
        width: 10%;
    }

    .copyright-text {
        text-align: center;
        margin-top: 20px;
    }

    .banner-play-two {
        right: 20px;
    }

    .banner-img-text-box-two {
        left: 65px;
    }

    .service-box-two {
        padding: 25px;
    }

    .portfolio-content-box-one {
        padding: 25px;
    }

    .pricing-box-two .pricing-price-one .h2-title {
        font-size: 25px;
        line-height: 25px;
    }

    .cta-btn-two {
        text-align: left;
        margin-top: 30px;
    }

    .service-next-content .h3-title, .service-prev-content .h3-title {
        font-size: 15px;
        line-height: 15px;
    }

    .service-prev-img {
        margin-left: 10px;
    }

    .service-next-img {
        margin-right: 10px;
    }

    .work-togather-form {
        padding-left: 0;
    }

    .blog-detail-point-box-one {
        margin-top: 42px;
    }

    .contact-info-text span, .contact-info-text-two span {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-object-one {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    }

    .about-tab-detail-one.last {
        margin-bottom: 25px;
    }

    .main-about-us-one {
        padding: 80px 0 55px 0;
    }

    .my-client-brand-one {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .my-client-box.one {
        margin-right: 15px;
        margin-left: 0;
    }

    .my-client-box.one.mb-0 {
        margin-bottom: 30px !important;
        margin-left: 15px;
        margin-right: 0;
    }

    .my-client-brand-one.top-p {
        padding-top: 0;
    }

    .main-service-box-one {
        display: block;
    }

    .service-box-content-one {
        width: 100%;
        margin-top: 20px;
    }

    .service-box-one.right-p {
        padding-right: 0;
    }

    .service-box-one.left-p {
        padding-left: 0;
    }

    .banner-img-text-box-two {
        left: 45px;
    }

    .banner-img-text-box-two span {
        font-size: 15px;
        line-height: 20px;
    }

    .year-two span:first-child {
        font-size: 40px;
        line-height: 40px;
    }

    .year-two span:last-child {
        font-size: 15px;
        line-height: 20px;
    }

    .plr-60 {
        padding: 0 30px;
    }

    .service-detail-bottom-one {
        display: none;
    }

    .service-category-one, .service-download-one, .service-cta-contant-box-one, .blog-search-box-one, .blog-category-box-one, .recent-post-box-one, .tag-box-one, .quort-box-two, .blog-detail-about-me-box-two {
        padding: 20px;
    }

    .portfolio-download-two {
        padding: 20px;
    }

    .service-cta-contant-box-one, .portfolio-cta-contant-box-two {
        padding: 20px;
    }

    .tag-box-one {
        padding-bottom: 35px;
    }

    .quort-box-one {
        padding: 20px;
    }   
}

@media screen and (max-width: 525px) {
    .aliment-box-one {
        width: 230px;
    }

    .aliment-box-content-one span, .aliment-box-content-two span:first-child {
        font-size: 15px;
        line-height: 14px;
    }

    .aliment-box-one, .aliment-box-two {
        padding: 10px;
    }

    .aliment-box-content-two .h3-title, .aliment-box-content-two span:last-child  {
        font-size: 18px;
        line-height: 18px;
    }

    .aliment-box-one {
        top: 100px;
    }

    .aliment-box-two {
        bottom: 60px;
    }

    .banner-play-two {
        right: 10px;
    }
}

@media screen and (max-width: 508px) {
    .blog-detail-bottom-box-one .tag-box-one ul li, .blog-detail-bottom-box-two .tag-box-two ul li {
        margin-top: 25px;
    }

    .blog-detail-bottom-box-one, .blog-detail-bottom-box-two {
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .blog-detail-about-me-box-two {
        margin-top: 30px;
    }
}

@media screen and (max-width: 490px) {
    .banner-play-two img {
        width: 70%;
    }

    .banner-play-two {
        right: 0px;
    }

    .banner-img-text-box-two {
        left: 28px;
    }

    .plr-60 {
        padding: 0 5px;
    }

    .watch-me-box {
        padding: 15px;
    }

    .service-detail-info-box-one .h2-title, .main-portfolio-detail-in-one .h2-title, .blog-detail-main-title-one .h2-title, .blog-detail-main-title-two .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .service-detail-title-two .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .service-detail-step-box-two {
        display: block;
    }

    .service-detail-step-content-two {
        width: 100%;
        margin-top: 20px;
    }

    .breadcrum {
        padding: 10px 20px;
    }

    .breadcrum ul li {
        margin-left: 8px;
    }

    .portfolio-detail-content-box-two .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .portfolio-detail-info-box {
        padding: 30px;
    }
}

@media screen and (max-width: 410px) {
    .h1-title {
        font-size: 50px;
        line-height: 70px;
    }

    .h2-title {
        font-size: 35px;
        line-height: 50px;
    }

    .testimonial-client-name-one .h3-title {
        line-height: 27px;
    }

    .about-us-one-tabs .nav-item .nav-link {
        padding: 17px 5px 13px 5px;
    }

    .aliment-box-one, .aliment-box-two, .object-left-one, .object-right-one, .aliment-left-two, .aliment-right-two {
        display: none;
    }

    .progress-wrap {
        right: 30px;
        bottom: 30px;
    }

    .watch-me-box {
        bottom: 20px;
        top: auto;
    }

    .comment-content-box-one, .comment-content-box-two {
        display: block;
    }

    .comment-text-box-one, .comment-text-box-two {
        width: 100%;
        margin-top: 25px;
    }

    .comment-img-one, .comment-img-two {
        margin-right: 0;
        display: inline-block;
    }

    .blog-detail-about-me-box-two {
        display: block;
    }

    .blog-detail-about-me-text-box-two {
        width: 100%;
        margin-top: 25px;
    }
}

@media screen and (max-width: 375px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cta-title-two .h2-title {
        font-size: 25px;
        line-height: 40px;
    }

    .breadcrum {
        margin-top: 20px;
    }

    .accordion-button {
        line-height: 26px;
        font-size: 16px;
    }

    .main-banner-in-one, .main-banner-in-two {
        padding: 155px 0 85px 0;
    }

    .year-btn-two {
        display: block;
        align-items: center;
        justify-content: space-between;
        margin-top: 30px;
    }

    .year-btn-two .sec-btn {
        margin-top: 30px;
    }

    .main-banner-in-two::before {
        background: linear-gradient(360deg, rgba(37,36,57,1) 0%, rgba(37,36,57,0.9) 30%);
    }

    .banner-text-in-one .h1-title, .banner-text-in-two .h1-title {
        font-size: 40px;
        line-height: 55px;
    }
}

@media screen and (max-width: 360px) {
    .h1-title {
        font-size: 38px;
        line-height: 48px;
    }

    .banner-title .h1-title span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .banner-title .h1-title span img {
        width: 70%;
    }

    .working-step-box-two {
        display: block;
    }

    .working-step-box-content-two {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 352px) {
    .about-us-one-tabs .nav-item .nav-link {
        padding: 17px 4px 13px 4px;
    }

    .h2-title {
        font-size: 30px;
        line-height: 40px;
    }

    .h2-subtitle {
        font-size: 16px;
        line-height: 16px;
    }

    .about-us-years-one-box {
        width: 120px;
        height: 120px;
    }

    .about-year-content-one span:first-child {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 4px;
    }

    .about-year-content-one span:last-child {
        font-size: 15px;
        line-height: 16px;
    }
    
    .about-us-img-one img {
        border-radius: 30px;
    }

    .testimonial-quort {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonial-quort {
        right: 0;
    }

    .testimonial-quort img {
        width: 50%;
    }

    .testimonial-img-one img {
        border-radius: 30px;
    }

    .testimonial-box-one {
        padding: 25px;
    }
}
/*==========Responsive CSS End==========*/







