/* ====================== [ Custom restaurant Styles  ] ====================== */
.index-freelancer {
  color: #1c2b4f;
  background: #f6f4f2;
}

p {
  color: #1c2b4f;
  font-weight: 300;
  font-size: 17px;
  opacity: .95;
}

.sub-title {
  font-weight: 500;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 30px;
  background: #efedea;
  background: #267294;
  color: #fff;
}

.bg-color1 {
  background-color: #f1f2fb;
}

.bg-color2 {
  background-color: #fbf7f1;
}

.bg-color3 {
  background-color: #fbf1f4;
}

.bg-color4 {
  background-color: #f3fbf1;
}

.bg-gray {
  background: #f6f4f2;
}

main {
  background-color: #fff;
  border-radius: 80px 80px 0 0;
}

.round-head h6 {
  color: #fc6816;
}

.round-head h6 span {
  padding: 12px 30px;
}

/* ------------ Header Section ------------ */
.home-freelancer {
  position: relative;
  min-height: 100vh;
  padding: 80px 0;
  border-bottom: 1px solid #eef1f5;
}

.home-freelancer .cont .butn .underline-gr {
  background: #1c2b4f;
}

.home-freelancer .img {
  max-width: 450px;
  position: relative;
}

.home-freelancer .img:after {
  content: '';
  position: absolute;
  bottom: -3%;
  left: 28%;
  width: 100%;
  height: 1000px;
  background: #efedea;
  border-radius: 0 0 300px 300px;
  z-index: -1;
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.home-freelancer .arrow-down {
  position: absolute;
  bottom: -35px;
  left: calc(50% - 35px);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #eef1f5;
  border-radius: 50%;
  background: #fff;
  z-index: 3;
}

.home-freelancer .social {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}

.home-freelancer .social a {
  background-color: #efedea;
}

/* ------------ Hero Section ------------ */
.hero-cir .th-cir {
  position: relative;
  width: 440px;
  height: 440px;
  z-index: 2;
}

.hero-cir .th-cir:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: .9;
  z-index: -1;
}

.hero-cir .th-cir .cir-1:after,
.hero-cir .th-cir .cir-2:after,
.hero-cir .th-cir .cir-3:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #eee;
  background: #fff;
  z-index: -1;
}

.hero-cir .th-cir .cir-1 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #f1f2fb;
  position: relative;
}

.hero-cir .th-cir .cir-1:after {
  border-color: #f1f2fb;
}

.hero-cir .th-cir .cir-2 {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: #fbf7f1;
  position: absolute;
  right: 0;
  top: 100px;
}

.hero-cir .th-cir .cir-2:after {
  border-color: #fbf7f1;
}

.hero-cir .th-cir .cir-3 {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fbf1f4;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.hero-cir .th-cir .cir-3:after {
  border-color: #fbf1f4;
}

/* ------------ Portfolio Section ------------ */
.portfolio-prsonl .item {
  border-radius: 20px;
  padding: 80px 0 0 80px;
}

.portfolio-prsonl .item.bx-one {
  background-color: #fbf7f1;
}

.portfolio-prsonl .item.bx-two {
  background-color: #fbf1f4;
}

.portfolio-prsonl .item.bx-three {
  background-color: #f1f2fb;
}

.portfolio-prsonl .item .img {
  height: 400px;
  overflow: hidden;
}

.portfolio-prsonl .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
}

/* ------------ Resume ------------ */
.resume .item {
  border: 1px solid #eef1f5;
  padding: 22px 40px;
  border-radius: 10px;
}

.resume .item .date {
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
}

.resume .item .date:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-right: 1px solid #1c2b4f;
  height: 30px;
  opacity: .15;
}

/* ------------ Testmonials ------------ */
.testim-modrn2 .author-img {
  width: auto;
  height: auto;
  position: relative;
}

.testim-modrn2 .author-img img {
  width: 100%;
  height: auto;
  border-radius: 130px;
}

.testim-modrn2 .author-img:after {
  display: none;
}

.testim-modrn2 .author-img .icon-img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #267294;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.testim-modrn2 .author-img .icon-img img {
  width: 25px;
}

.testim-modrn2 .controls .swiper-nav-ctrl {
  background: #fff;
  color: inherit;
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.03);
}

.testim-modrn2 .controls .swiper-nav-ctrl:hover {
  background: #1c2b4f;
  color: #fff;
}

.testim-modrn2 .head-bg {
  position: absolute;
  bottom: -6%;
  right: 100px;
  width: auto;
}

.testim-modrn2 .head-bg h2 {
  font-size: 5vw;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

/* ------------ Contact Form ------------ */
.contact .form .form-group {
  margin-bottom: 30px;
}

.contact .form .form-group input,
.contact .form .form-group textarea {
  padding: 15px 30px;
  background: #fbfbfb;
  border: 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.contact .form .sub-title {
  padding: 15px 40px;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 991px) {
  .bg-img {
    background-position: center !important;
  }
  .md-mb10 {
    margin-bottom: 10px;
  }
  .md-mb20 {
    margin-bottom: 20px;
  }
  .md-mb30 {
    margin-bottom: 30px;
  }
  .md-mb40 {
    margin-bottom: 40px;
  }
  .md-mb50 {
    margin-bottom: 50px !important;
  }
  .md-mb80 {
    margin-bottom: 80px;
  }
  .md-no-mrg {
    margin: 0 !important;
  }
  .md-pb10 {
    padding-bottom: 10px;
  }
  .md-pb20 {
    padding-bottom: 20px;
  }
  .md-pb30 {
    padding-bottom: 30px;
  }
  .md-pb40 {
    padding-bottom: 40px;
  }
  .md-pb50 {
    padding-bottom: 50px;
  }
  .md-pb60 {
    padding-bottom: 60px;
  }
  .md-pb70 {
    padding-bottom: 70px;
  }
  .md-pb80 {
    padding-bottom: 80px;
  }
  .md-pt80 {
    padding-top: 80px !important;
  }
  .md-no-pad {
    padding: 0 !important;
  }
  .md-center {
    text-align: center !important;
  }
  .order2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .md-hide,
  .sticky-bar .left-bar .contact-butn,
  .sticky-bar .right-bar .social-text,
  header.rshp .front,
  .testim-box-shape .back-shape {
    display: none;
  }
  .fixed-search .search-area.search-on .search-form form input {
    width: 200px;
  }
  .fixed-search .search-area.search-on .search-icon {
    left: 200px;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #fff;
    text-align: center;
    padding: 10px 15px;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }
  .navbar .search-area:before {
    display: none;
  }
  .navbar .search-area .search-icon {
    color: #18191d;
    display: none;
  }
  .navbar .search-area .search-form {
    position: relative;
    display: block;
  }
  .navbar .search-area .search-form .form-group {
    width: 100%;
  }
  .navbar .search-area .search-form .close-search {
    display: none;
  }
  .navbar .social {
    display: none;
  }
  .navbar .logo {
    margin-left: 15px;
    width: 130px;
  }
  .nav-scroll .navbar-collapse .nav-link,
  .light .navbar-collapse .nav-link {
    color: #18191d !important;
  }
  .navbar .search {
    border: 0;
    padding: 0;
    margin-top: 30px;
  }
  .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
  }
  .navbar-nav .dropdown-menu .dropdown-item .dropdown-side {
    position: static;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    margin-top: 15px;
  }
  .navbar-nav .dropdown-menu .dropdown-item .dropdown-side.show {
    display: block;
  }
  .navbar .dropdown-menu .dropdown-item a .icon-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar .navbar-nav .nav-link {
    padding: 0;
  }
  .navbar .mega-menu .dropdown-menu {
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f7f7f7;
    padding: 30px;
  }
  .navbar.light .navbar-toggler .md-revers {
    color: #18191d;
  }
  body.cr-agency .states ul {
    display: block;
    width: 100%;
  }
  body.cr-agency .states ul li {
    width: 100%;
  }
  body.cr-agency .fz-45 {
    font-size: 30px !important;
  }
  body.index-arch {
    padding: 0;
  }
  body.index-arch .nav-scroll .icon-bar,
  body.index-arch .nav-scroll .social a,
  body.index-arch .nav-scroll .search-area .search-icon,
  body.index-arch .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.index-arch .section-padding {
    padding: 100px 0;
  }
  body.index-arch .sec-head .flex {
    display: block;
  }
  body.index-arch .sec-head .flex .s-title {
    margin-top: 20px;
  }
  body.index-arch .sec-head.mb-100 {
    margin-bottom: 80px !important;
  }
  body.index-arch .blog .cont .date {
    min-width: 70px;
  }
  body.index-arch footer .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  body.index-arch footer .sub-f .copyrights {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
  }
  body.index-freelancer .testim-modrn2 .author-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: 0 auto 50px;
  }
  body.index-freelancer .testim-modrn2 .cont {
    padding-left: 0;
    text-align: center;
  }
  body.index-freelancer .testim-modrn2 .cont .info {
    display: block;
  }
  body.index-freelancer .testim-modrn2 .cont .info span {
    margin: 5px 0 0;
  }
  body.index-freelancer .testim-modrn2 .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  body.index-freelancer .swiper-container-rtl .swiper-button-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.index-freelancer .swiper-container-rtl .swiper-button-next {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.index-freelancer footer .sub-f .copyrights {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 0;
  }
  body.index-dc .dc-home {
    padding-top: 120px;
  }
  body.index-dc .menu-book .paltes .img.img3 {
    right: 30px;
  }
  body.index-dc .menu-book .paltes .img.img1 {
    bottom: -30px;
  }
  body.index-dc .sipm-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  body.index-dc .call-action-app .container {
    padding: 80px 40px;
  }
  body.index-dc .call-action-app .container .img {
    position: relative;
    margin-top: 50px;
    top: auto;
  }
  body.index-dc footer .reservation {
    padding-bottom: 0 !important;
  }
  body.mobile-app .nav-scroll .icon-bar,
  body.mobile-app .nav-scroll .social a,
  body.mobile-app .nav-scroll .search-area .search-icon,
  body.mobile-app .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.mobile-app header .img {
    max-width: 300px;
    margin: 0 auto 50px;
  }
  body.mobile-app header .cont .stauts .item {
    width: 100%;
  }
  body.mobile-app .blck .img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  body.mobile-app .round-head h6 {
    padding: 15px 30px;
  }
  body.mobile-app footer .copyrights {
    margin: 15px auto 0;
  }
  body.nft-market .nav-scroll .icon-bar,
  body.nft-market .nav-scroll .social a,
  body.nft-market .nav-scroll .search-area .search-icon,
  body.nft-market .nav-scroll .navbar-toggler {
    color: #fff !important;
  }
  body.nft-market .md-no-flex {
    display: block;
  }
  body.nft-market header .cont {
    padding: 80px 0;
  }
  body.nft-market .slide-vertical {
    height: 400px;
  }
  body.nft-market .blck-nft {
    margin-top: 0 !important;
  }
  body.nft-market .blck-nft .img1, body.nft-market .blck-nft .img2 {
    margin: auto;
  }
  body.nft-market .cal-action .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .home-freelancer .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .home-freelancer .img {
    margin: 50px auto 0;
  }
  .home-freelancer .img:after,
  .home-freelancer .social {
    display: none;
  }
  .hero-cir .th-cir {
    margin: 0 auto 50px;
  }
  .no-flex.flex {
    display: block;
  }
  .no-flex.flex .s-title {
    margin-top: 10px;
  }
  .home-bus1 .caption h1 {
    font-size: 30px !important;
  }
  header.corporate h5 {
    font-size: 16px !important;
  }
  header .img.half-abs {
    display: none;
  }
  .arch-slider .parallax-slider .caption h1 {
    font-size: 40px;
  }
  .slider .parallax-slider .caption p {
    padding-left: 0;
    margin-left: auto;
  }
  .slider .parallax-slider .caption p:after {
    display: none;
  }
  .arch-slider .parallax-slider .explore a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    letter-spacing: 2px;
  }
  .arch-slider .parallax-slider .explore {
    margin: 50px 0 0;
  }
  .clients-carsouel .item .cont-flex {
    display: none;
  }
  .round-head h2,
  .round-head h3,
  footer .cal h4 {
    font-size: 28px !important;
  }
  .simple-head h2 {
    font-size: 30px !important;
  }
  .services .item,
  .numbers .bloc,
  .blog-grid .item,
  .hero .main-text,
  .skills .content,
  .features-process .item,
  .blog .side-img,
  .footer-half .left-half,
  .intro-img-shape,
  .numbers .item,
  footer .clumn {
    margin-bottom: 50px;
  }
  .feat-exp .feat-item-img,
  .feat-exp .container-fluid,
  .portfolio .filtering {
    margin-top: 50px !important;
  }
  footer .copyrights {
    margin-top: 15px;
  }
  
  .blog-grid,
  .features-process,
  .blog {
    padding-bottom: 70px;
  }
  .numbers .container {
    padding-bottom: 10px;
  }
  .feat-exp {
    padding-bottom: 0 !important;
  }
  .footer-half .left-half {
    padding-right: 0;
  }
  .footer-half {
    padding-bottom: 50px !important;
  }
  .process-img .out-box,
  .portfolio .filtering {
    margin-right: auto;
  }
  .portfolio .wild-padding {
    padding: 0 !important;
  }
  .hero .quote {
    margin-left: 0;
    margin-top: -50px;
  }
  .hero-cr .img-exp {
    padding-left: 0;
    display: block;
    margin-bottom: 80px;
    margin-top: 70px;
  }
  .hero-cr .img-exp .img {
    width: 100%;
    height: 300px;
    margin: auto;
  }
  .hero-cr .img-exp .rotate-exp {
    -webkit-transform: rotate(0) translateX(-50%) translateY(-100%);
    -ms-transform: rotate(0) translateX(-50%) translateY(-100%);
    transform: rotate(0) translateX(-50%) translateY(-100%);
    left: 50%;
    bottom: auto;
    top: -50px;
  }
  .testimonials.corp .box-testim {
    left: auto;
  }
  .testimonials .content {
    padding: 30px 50px 80px 50px;
  }
  .testimonials .swiper-img .item {
    height: auto;
  }
  .testimonials .controls {
    top: calc(100% - 50px);
  }
  .testim-box-shape:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252739;
    opacity: 0.7;
  }
  .testim-box-shape .testim-crve {
    position: relative;
    z-index: 4;
  }
  .testim-box-shape .item {
    padding: 80px 50px;
  }
  .testim-box-shape .item .qoute-icon {
    color: #fff;
    background: none;
    -webkit-text-fill-color: inherit;
  }
  .testim-box-shape .item p {
    color: #d4d4d4;
  }
  .testim-box-shape .item .info {
    color: #fff;
  }
  .testim-box-shape .item .img {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sec-half:after {
    width: 100%;
  }
  .round-head .flex,
  .blog-grid .valign {
    display: block !important;
  }
  .round-head h6,
  .blog-grid .s-title {
    padding: 10px;
    margin-top: 15px;
  }
  .work-carsouel .work-crsol {
    -webkit-clip-path: none;
    clip-path: none;
  }
  .work-carsouel.crv .swiper-slide {
    width: 100% !important;
  }
  .work-carsouel.crv {
    overflow: hidden !important;
  }
  .simg-testim .img5,
  .simg-testim .img2,
  .hero-cr #circle,
  .footer-half:after {
    display: none;
  }
  .clasic-action h2 {
    font-size: 30px;
  }
  .clasic-action .justify-content-end {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 30px;
  }
  footer .call-action-banner {
    padding: 40px 30px;
  }
  footer .call-action-banner .call-button {
    display: block !important;
    margin-top: 30px;
  }
  footer .cal .justify-content-end,
  footer .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .main-footer .container.pb-80 {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  .sm-mb10 {
    margin-bottom: 10px;
  }
  .sm-mb20 {
    margin-bottom: 20px;
  }
  .sm-mb30 {
    margin-bottom: 30px;
  }
  .sm-mb40 {
    margin-bottom: 40px;
  }
  .sm-mb50 {
    margin-bottom: 50px;
  }
  .sm-mb80 {
    margin-bottom: 80px;
  }
  .sm-pb10 {
    padding-bottom: 10px;
  }
  .sm-pb20 {
    padding-bottom: 20px;
  }
  .sm-pb30 {
    padding-bottom: 30px;
  }
  .sm-pb40 {
    padding-bottom: 40px;
  }
  .sm-pb50 {
    padding-bottom: 50px;
  }
  .sm-pb60 {
    padding-bottom: 60px;
  }
  .sm-pb70 {
    padding-bottom: 70px;
  }
  .sm-pb80 {
    padding-bottom: 80px;
  }
  .sm-hide {
    display: none;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  body.index-arch .testim-modrn2 .author-img {
    display: none;
  }
  body.index-arch .testim-modrn2 .cont {
    padding-left: 0;
  }
  body.index-arch footer .sub-f .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  body.index-freelancer footer .sub-f .copyrights {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    margin-top: 10px;
  }
  body.mobile-app header .cont .stauts {
    display: block;
  }
  body.mobile-app header .cont .stauts .item {
    margin-top: 15px;
  }
  body.nft-market .tab-links .flex {
    display: block;
  }
  body.nft-market .tab-links .item-link {
    display: inline-block;
    margin-bottom: 10px;
  }
  body.nft-market .tab-links .item-link span {
    margin-right: 0 !important;
  }
  .progress-wrap {
    right: 15px;
    bottom: 15px;
  }
  .navbar .logo {
    width: 240px;
  }
  .fw-700 {
    font-weight: 600 !important;
  }
  .fz-45 {
    font-size: 30px !important;
  }
  .fixed-search .search-area .search-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 5px;
  }
  .fixed-search .search-area {
    left: 15px;
  }
  .slider .parallax-slider .caption h1 {
    font-size: 35px;
  }
  .slider .social-icon,
  .slider .swiper-pagination-fraction.top.botm {
    display: none;
  }
  .slider .setone.setwo .prev-ctrl,
  .slider .setone.setwo .next-ctrl {
    top: auto;
    bottom: 80px;
  }
  header.corporate .cluom .info {
    padding: 20px;
  }
  .home-bus1 .caption {
    text-align: center;
  }
  .home-bus1 .play-button .vid {
    margin-top: 50px;
  }
  .pg-header-bus .caption h1,
  .pg-header-sipm .caption h1 {
    font-size: 35px !important;
  }
  .simple-head h4 {
    font-size: 30px;
  }
  .intro-out-box .img .svg-color {
    width: 100%;
    height: 100%;
    top: 50px;
  }
  .hero-cr .img-exp .img {
    height: 200px;
  }
  .hero-cr .img-exp .img:after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
  .corporate .caption {
    margin-bottom: 250px;
  }
  .corporate .caption h1 {
    font-weight: 700 !important;
    font-size: 40px !important;
  }
  .feat-exp .lg-text {
    font-size: 80px;
  }
  .feat-exp .exp {
    margin-left: 0 !important;
  }
  .services .item-box {
    display: block;
    padding: 40px 20px;
  }
  .services .item-box .icon-bord-shad {
    margin-bottom: 30px;
  }
  .services .item-box .cont {
    margin-left: 0 !important;
  }
  .hero-cr .img-exp .rotate-exp h6 {
    white-space: nowrap;
  }
  h6.mb-20 {
    margin-bottom: 10px !important;
  }
  .portfolio .filtering .filter {
    padding: 5px;
  }
  .portfolio .filtering span {
    margin: 5px 10px;
  }
  .testimonials.corp .bg-img .play-button {
    bottom: 10px;
    right: auto;
    left: 10px;
  }
  .testim-simp-crus .item {
    padding: 0;
  }
  .testim-simp-crus .item h5 {
    font-size: 20px !important;
  }
  .simg-testim {
    display: none;
  }
  .testim-box-shape .item {
    padding: 60px 40px;
  }
  .line-head h6 {
    padding: 0 10px;
  }
  .contact-crv .box-shadow {
    padding: 50px 20px;
  }
  

  .workshop-detail{
    margin-top: 20px;
  }

  .workshop-detail .shadw{
    padding: 5px 20px;
  }

  .workshop-detail .workshop-event-detail{
    font-size: 25px;
  }

  .workshop-detail .item{
    margin-bottom: 15px;
  }

  .certificate-wall .cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .certificate-wall.cert-card.large {
    grid-column: span 1;
  }

  
}

@media screen and (max-width: 480px) {
  .hero-cir .th-cir {
    width: auto;
    height: auto;
  }
  .hero-cir .th-cir:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .hero-cir .th-cir .cir-1,
  .hero-cir .th-cir .cir-2,
  .hero-cir .th-cir .cir-3 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
  .crv-status {
    width: auto;
    height: auto;
  }
  .crv-status:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .crv-status .st-one,
  .crv-status .st-two,
  .crv-status .st-three {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 220px;
    height: 220px;
    margin: 30px auto;
  }
  .portfolio-prsonl .item{
    padding: 28px 0 0 10px;
  }

  .workshop-detail{
    margin-top: 20px;
  }
}

/* ====================== [ End Responsive ] ====================== */
